Package: gurumdds-3.2 Priority: optional Section: devel Installed-Size: 6516 Maintainer: GurumNetworks, Inc. Architecture: amd64 Version: 3.2.3-noble Filename: pool/main/g/gurumdds-3.2/gurumdds-3.2_3.2.3-noble_amd64.deb SHA512: d919fbbe1a55b88b72dd236fb8980a41b92a512b50e5817834dc388293c7e8d08d0d9bf2f9dfea486ad41c6c3e26f5c5b20ab6aaaba6f51306c0b00084c322b8 Size: 2449018 SHA256: 899b8201d86d401885a0ee06fabd95229fed937213af4fda472b1be8d5ce54da SHA1: 00b122df20a5a2c198d15c1f49896b8b49c040bf MD5sum: 8f6aaa16cf72ff73610984ea73f4d084 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.30+upstream-1 Depends: python3:any (>= 3.6~), cmake, python3-colcon-core (>= 0.5.6), python3-colcon-library-path, python3-colcon-test-result (>= 0.3.3), python3-packaging Filename: pool/main/p/python3-colcon-cmake/python3-colcon-cmake_0.2.30+upstream-1_all.deb SHA512: c6dedc9dbfe73b186f1e619883deab4d8bc1a438f92339ed8736c5ec927746b0c3850827636e7cd22ce8bf3c7246f9e69fd38d93c36c6d6f1799a01b278225f0 Size: 15532 SHA256: 4148c88b691292007fd56668fd8fbabbb7b00f42c53a15530874c5679adec1d3 SHA1: 4fe2167310a7e554d598cd903587e32294d3933c MD5sum: bdb11b52aac77b30cf455459e2d0323d Description: Extension for colcon to support CMake packages. colcon-cmake ============ . An extension for `colcon-core `_ to support `CMake `_ projects. Homepage: https://colcon.readthedocs.io Package: python3-colcon-common-extensions Priority: optional Section: python Installed-Size: 21 Maintainer: Dirk Thomas Architecture: all Version: 0.3.0-100 Depends: python3:any (>= 3.6~), python3-colcon-argcomplete, python3-colcon-bash, python3-colcon-cd, python3-colcon-cmake, python3-colcon-core, python3-colcon-defaults, python3-colcon-devtools, python3-colcon-library-path, python3-colcon-metadata, python3-colcon-notification, python3-colcon-output, python3-colcon-package-information, python3-colcon-package-selection, python3-colcon-parallel-executor, python3-colcon-powershell, python3-colcon-python-setup-py, python3-colcon-recursive-crawl, python3-colcon-ros, python3-colcon-test-result, python3-colcon-zsh Recommends: python3-colcon-override-check Filename: pool/main/p/python3-colcon-common-extensions/python3-colcon-common-extensions_0.3.0-100_all.deb SHA512: ba85cea8622892e10b5dabac50080ad37aa22dcd3db8043120828c721dc93d7e6f630506a10013acc1ca76a82219240a46aed6c7559b3744c731c15eba65b984 Size: 2972 SHA256: ee1b13abda1bc6c85509c844cf19103512577df26d0a7cf6841cae990dbd50ee SHA1: cf6094df34776018fd0ee9dc039b71c490e950b3 MD5sum: ab1c7b6b357124ac7c06206178176b1d Description: Meta package aggregating colcon-core and common extensions. colcon-common-extensions ======================== . A meta package aggregating `colcon-core `_ as well as a set of common extensions. Homepage: https://colcon.readthedocs.io Package: python3-colcon-core Priority: optional Section: python Installed-Size: 477 Maintainer: Dirk Thomas Architecture: all Version: 0.21.0+upstream-1 Replaces: colcon Depends: python3:any (>= 3.6~), python3-distlib, python3-empy, python3-packaging, python3-pytest, python3-setuptools (<= 80), python3 (>= 3.8) | python3-importlib-metadata, python3 (>= 3.11) | python3-tomli (>= 1) | python3-toml Recommends: python3-pytest-cov Suggests: python3-pytest-repeat, python3-pytest-rerunfailures Filename: pool/main/p/python3-colcon-core/python3-colcon-core_0.21.0+upstream-1_all.deb SHA512: 1411f2dca9a725ea0f5616619940f6c8029f04308c77f987e9667e432ae50ee81741b43e50abc2566b8457ba686e37584a4762bf336aa523aa7f4bbb5b6e8327 Size: 71596 SHA256: f683d38f2f02d40cadf2003e8ab240d57d63460654687fbb611802d32cea12b6 SHA1: 86f2d89fbbfa110f0cf0c233cb1aa2df44476b88 MD5sum: 3cd0ab8518d92a643236d296b5b65563 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.6.1+upstream-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.10.0), python3-colcon-library-path, python3 (>= 3.8) | python3-importlib-metadata, meson (>= 0.60.0) Filename: pool/main/p/python3-colcon-meson/python3-colcon-meson_0.6.1+upstream-1_all.deb SHA512: bb1f437fa04954c77018c7aea6a912bd8f72d66c804333277a3c79b5d4226312bd29ba8212a50bc031a4b45533919bdc608983a28089401d3733b0f469a3fa55 Size: 7172 SHA256: 667ba0e44f979816e8a322f4995771df6f16723dd952edba26fc410ada30900b SHA1: 6f2922dfead66271749609ad72a0a5cf9f4dc3a0 MD5sum: 50916f96b360ed04a603fd820189feb0 Description: Extension for colcon to support Meson packages. # colcon-meson . A colcon extension for building [Meson](https://mesonbuild.com) packages. . Install from the Python Package Index via: ```sh pip install colcon-meson ``` . ## Passing Meson arguments . Arguments can be passed to `meson setup` via `--meson-args`: 1. set build options defined in `meson_options.txt`: ```sh colcon build --packages-select $PACKAGE --meson-args \ -D$ARG1=$PARAM1 \ -D$ARG2=$PARAM2 ``` 2. set the build type: ```sh Package: python3-colcon-metadata Priority: optional Section: python Installed-Size: 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-pallet-patcher Priority: optional Section: python Installed-Size: 47 Maintainer: unknown Architecture: all Version: 0.2.1+upstream-1 Depends: python3:any (>= 3.6~), python3-packaging, python3 (>= 3.11) | python3-tomli (>= 1) | python3-toml Filename: pool/main/p/python3-pallet-patcher/python3-pallet-patcher_0.2.1+upstream-1_all.deb SHA512: 0d38c34d5f8f52c36040cd484d165c21f0b2642ac2745628e3bae9dc082446719ebd0a6e3e5ae0cb5bb798fdafea6d4a3a96336e4ce91f9ba42ee5b66f81233d Size: 9848 SHA256: f9403c161fed7bb7207a8ce4840227d87b5b3fdf2b5dec67063c231053715e41 SHA1: 774c99efd6c7fda1b3cd4233ac4b401e79d97f2e MD5sum: 597d1409289fa3be29ad380d5d058112 Description: Tools for working with curated collections of Cargo packages pallet-patcher ============== . |build| |coverage| |pypi| . *Tools for working with curated collections of Cargo packages* . ``pallet-patcher`` is a command-line tool designed to compose a collection of locally available Cargo packages that satisfy the dependencies of a given Cargo manifest. It resolves dependencies from provided local search paths, identifying compatible crate versions, and outputs patch arguments or configuration that can be supplied directly to Cargo. This is particularly useful for building Cargo projects in offline environments or working with specific layers of dependencies. . Motivation ---------- . Cargo is designed to be highly reliable by ensuring that dependencies are either pulled from a central registry (like crates.io) or explicitly defined by their location (e.g., ``path = "../my-crate"``). While this approach provides great predictability, there are specialized use cases where developers may need more flexibility—specifically, when resolving dependencies from dynamically provided local directories without modifying the original source code. . Other build systems and environments often provide mechanisms to search for dependencies across multiple locations: . - **CMake** utilizes ``CMAKE_PREFIX_PATH`` for package discovery. - **pkg-config** leverages ``PKG_CONFIG_PATH`` to locate libraries. - **Python** uses ``PYTHONPATH`` to find modules. Package: python3-rocker Priority: optional Section: python Installed-Size: 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.20260225.232303 Architecture: amd64 Maintainer: Christopher Ho Installed-Size: 38968 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.20260225.232303_amd64.deb Size: 6143614 SHA256: 2ee11bb7894c57ffdfddccc18b7df23efe4963eda8589d1240774514a863af78 SHA1: cfaf6e278c897209c1d9809de423098483b65127 MD5sum: 1bbb56d729c673ba1f9be09c9bfbb01d 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.20260225.232303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christopher Ho Installed-Size: 2533 Depends: ros-jazzy-acado-vendor (= 1.0.0-7noble.20260225.232303) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-acado-vendor/ros-jazzy-acado-vendor-dbgsym_1.0.0-7noble.20260225.232303_amd64.deb Size: 316154 SHA256: b2ff79a2e1b20ccdcb04c376d5c2f38b8f9d0376d8b9f0be1fab764521fab688 SHA1: 7f8811f3d548ef1216331bfad13dd60532a62ea2 MD5sum: 811ab50516737ff82732c1f2dd51ca0b Description: debug symbols for ros-jazzy-acado-vendor Build-Ids: 3a1c726a34c26bace5ed4883c07927f753e9a12d 3a345253caeb006d29a9d61c84f58cfac5032ce5 Package: ros-jazzy-ackermann-msgs Version: 2.0.2-6noble.20260615.103541 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 591 Depends: libc6 (>= 2.4), 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.20260615.103541_amd64.deb Size: 53462 SHA256: e3777b214bbbbd9e22b5aeb8fd7d530a3b89adf83ca59a4212b0d22d7c10aeba SHA1: f7ac4523b722157bec4885906b118bef501253c9 MD5sum: 6416ea3a8f554cb3527c917648470f79 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.20260615.103541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 367 Depends: ros-jazzy-ackermann-msgs (= 2.0.2-6noble.20260615.103541) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-msgs/ros-jazzy-ackermann-msgs-dbgsym_2.0.2-6noble.20260615.103541_amd64.deb Size: 262130 SHA256: 23723a5a2bc4655470f27c975d96e96ebc0f53fada5625f9a4fdb991db5481bb SHA1: 6c4f372c823b5fca70c8477f1e15c61f63513276 MD5sum: b62e5cdf38e0eee53642b956d4395f35 Description: debug symbols for ros-jazzy-ackermann-msgs Build-Ids: 0791b3425ac811914d2bc63406f3a8ae95b10ecf 1feb8aa9e794dac9a2aa4ca24b2e1fd31f5b7d58 28ab2ad98a686f180319140033cad90758b44a77 2b8167ae7c88bdf8659aaa5de9c83ddab4557314 2bfec0b0a84fa9f34bd0944d2772f7adbb3f3073 43a91feb24d7153299d89e5d16a551fb4c597e63 b9c6e038eb42ba6cd906ff8094eea36ff682a068 bba7de4103e3b9d2b42e3460aea3caa5405c6034 c9a82db7d60bc5677a06a12b2272d9354a5754d1 dd167b60f29c7d73b4b45f01352fd4bd04bf386a e183708631efddfe95619d47852e51e6da75e2ba Package: ros-jazzy-ackermann-nlmpc Version: 1.0.3-1noble.20260615.124755 Architecture: amd64 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.20260615.124755_amd64.deb Size: 46178 SHA256: d7d8c398c059c1aa461eadc38cb61f2dec80eca95536f3bf4675289aad871003 SHA1: e1513696e5d8b6615117b87cb755aa4116fc3b23 MD5sum: 4c8e59c2d656b4bd8d9bac40b8c86863 Description: Lightweight non-linear MPC controller for autonomous driving in 2D environments Package: ros-jazzy-ackermann-nlmpc-msgs Version: 1.0.3-1noble.20260615.103548 Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 676 Depends: libc6 (>= 2.4), 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.20260615.103548_amd64.deb Size: 64496 SHA256: a8679a32183010b4bd31591f747df8c807350424073d81faf80b669dd2b5c4c1 SHA1: b3da9b5c1579aeee856a448a692837a6e701e767 MD5sum: 1a66b1567835a95f2a49f7e1b60549f2 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.20260615.103548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 443 Depends: ros-jazzy-ackermann-nlmpc-msgs (= 1.0.3-1noble.20260615.103548) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-nlmpc-msgs/ros-jazzy-ackermann-nlmpc-msgs-dbgsym_1.0.3-1noble.20260615.103548_amd64.deb Size: 332450 SHA256: 18af262df81ea5af28d2af6f66448266afe397f3f290e146a05dec41050f80db SHA1: 89278cb5e372023bfc8753ebdd453c696f5a4657 MD5sum: 9f674306f2fb71a49be256dc9c1d6a71 Description: debug symbols for ros-jazzy-ackermann-nlmpc-msgs Build-Ids: 231aa0acb93440b890fa3e869a9e1ca5f8d7debd 405f18d6c8d6b29e2d09a18aa2c7bf8015a95a35 480aa83b3f9e4d5f6559089e353701c56eaf8432 54fb07a5417c13ca839a3d0c03541a39d696b3bb 5af4444d1a090a7b20b53171c57585b1dade7655 5faef636b42cb2f75121a351d32f2ade51065b3d 64758795348c695fb488f519a25e5017042d7b83 6e20d826e83a8a4bc52ba0e64ebc556181b49c41 7a41e6565e97ba4030c351965609a8a2adc71f52 8046197dcd7fbaf39ccdd4282c3e93ceae2dde27 84486e7ec9358deb3baeaf5d09a5a7df48750586 Package: ros-jazzy-ackermann-steering-controller Version: 4.41.0-1noble.20260804.192945 Architecture: amd64 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-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.41.0-1noble.20260804.192945_amd64.deb Size: 51840 SHA256: 231d1024157ae55f40395d7c1f2876f7485b56b2420c345c171b957895885823 SHA1: 068490afa2d91c2e1d7493b78cbdccaf4ca0d44a MD5sum: 8d9e587815eb23b006c748375507a1ba 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.41.0-1noble.20260804.192945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 731 Depends: ros-jazzy-ackermann-steering-controller (= 4.41.0-1noble.20260804.192945) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ackermann-steering-controller/ros-jazzy-ackermann-steering-controller-dbgsym_4.41.0-1noble.20260804.192945_amd64.deb Size: 697064 SHA256: 35f989337184e779ab00bc31b7c3d88b36d4bfd5057840b949d6226c47a4034a SHA1: 1bde85fefecb43b097b7873fb3e9d8cf531f0450 MD5sum: 0a2f80e5d125b95f27f591db8544aa83 Description: debug symbols for ros-jazzy-ackermann-steering-controller Build-Ids: 0a6de0cd7dd79ce5a36f9223c59bb11c5dbd3e75 Package: ros-jazzy-action-msgs Version: 2.0.4-1noble.20260612.054718 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1128 Depends: libc6 (>= 2.4), 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.20260612.054718_amd64.deb Size: 100246 SHA256: 48f3082d0db0dccce9c4d487cc7cc26c14a64aa6449924a5efa6d68a01bc57dc SHA1: 9c68bc09eec2d52ac71c782547dd02a88db645af MD5sum: c619321982b320f20958fe6d6f9aa3e8 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.20260612.054718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 810 Depends: ros-jazzy-action-msgs (= 2.0.4-1noble.20260612.054718) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-msgs/ros-jazzy-action-msgs-dbgsym_2.0.4-1noble.20260612.054718_amd64.deb Size: 628638 SHA256: 6cce73c2db449db5f5836f9bce3d2e8d0d0c955002c7d1a5526e91ac18e24927 SHA1: 3a01aa16a76f2dcc32a07f87563cc201fe9cb4fe MD5sum: 986fef21222b5763dbb9b2303b97f1c6 Description: debug symbols for ros-jazzy-action-msgs Build-Ids: 1c9e8465e66f8821c2c67c4521bf719d65f7c0e7 1edf613a8829b49f9a3a3265bbbb54fd85a1ffdc 3a71acba3d84a45593266f0e7a12e4c08b66dacc 48fa18abf27cee836cac647b3ef2bfaf9125a99f 4f2a2cc07001e4f085bb623e184f7feb1781e50a 7af18c1ad70b52609e5e68b7ec4e942b6865b712 88c2b3ea0cbc271a0b2dfabac711eba0bf8d7e9d 951b73a281a0ffe2695f91320cbf80b17e6e0968 c1394e3bd9dafcf46fca887ce419992e3ff3bb28 f5c39569439db16bddc51896b1d24e4e74c4ed97 fdf137689402a219ba09a1b555f602e4a9c9e84e Package: ros-jazzy-action-tutorials-cpp Version: 0.33.11-1noble.20260615.145714 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 324 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.11-1noble.20260615.145714_amd64.deb Size: 70498 SHA256: 3411d38ee2d3123f365ddd5f8469729be9452eee5c84b7ac3afce69d2ccd632f SHA1: 8d79d3729c80ad851cd0d06d23e5f9c58fde7b03 MD5sum: 58669f299dcad4ccbec93e8eef088686 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.11-1noble.20260615.145714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1709 Depends: ros-jazzy-action-tutorials-cpp (= 0.33.11-1noble.20260615.145714) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-tutorials-cpp/ros-jazzy-action-tutorials-cpp-dbgsym_0.33.11-1noble.20260615.145714_amd64.deb Size: 1429350 SHA256: ca2a5fd4df9d5dece349ddc5cd805de4bf8182211ad93617a665a0fd10078e36 SHA1: cb82d6368168b354e9e2b49615562bbeed371b5b MD5sum: 5e4b230b3e8beb3d8dc78c4ecbacc9d6 Description: debug symbols for ros-jazzy-action-tutorials-cpp Build-Ids: 2ae4b98e0227185c7bfe52d6f75aad9ac1a19922 b1cce9c47b6855c448c12bb6a28961036e08e1b3 b24a679c8b0d9ffd97adb89af36f588c8db72f55 Package: ros-jazzy-action-tutorials-interfaces Version: 0.33.11-1noble.20260615.102014 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1675 Depends: libc6 (>= 2.4), 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.11-1noble.20260615.102014_amd64.deb Size: 123674 SHA256: 43a5eeb34ebc9518661c61a1322f59637313b99bf00e0d630d9915bcaa5e2c3f SHA1: 06e960bc947e2cccf94e2ddfef582ba4ec5a6d9b MD5sum: 36f3be4df1fccaadf23348ab16e33b8e Description: Action tutorials action Package: ros-jazzy-action-tutorials-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-action-tutorials-interfaces Version: 0.33.11-1noble.20260615.102014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 842 Depends: ros-jazzy-action-tutorials-interfaces (= 0.33.11-1noble.20260615.102014) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-action-tutorials-interfaces/ros-jazzy-action-tutorials-interfaces-dbgsym_0.33.11-1noble.20260615.102014_amd64.deb Size: 568818 SHA256: c62bf62c3f2ab32d7163484afda81dfcbae12646c342a047dfff9b533eabd209 SHA1: 96db2b129d3b2c99e8cdb65ec5c2abdd0fc726e8 MD5sum: e5873ef9e4f55b4dd811a8b817ad4292 Description: debug symbols for ros-jazzy-action-tutorials-interfaces Build-Ids: 030748334db8d840b6198d9a66083defce542c5a 059eb2ae83507ad954dd9d6420a31418803e6c56 0ff99f3d2a6417258109588bebbcc0dfe580af93 17e9592578643d7977755aa58040008932fd0db1 3a88b99590a38bf347c214bd7a6a171080345ec5 58f18ad6a1409eb069d0aacd0cc4e636bd6d36b5 7737c08d6839f044df3cae0289362ce48e58b6dc 93eea5fc5f1a678b0e5054d66a1203bf6eda5053 a4eb8e44a43f6d5eb19c6829227784723aeea8be b2025e5790924d870444a87ecfe99dfe2496cce7 d19e3a6bb81d0bf31597a17d6005baec6e1d247f Package: ros-jazzy-action-tutorials-py Version: 0.33.11-1noble.20260615.133926 Architecture: amd64 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.11-1noble.20260615.133926_amd64.deb Size: 8316 SHA256: 9270a83aade4367ee6b4cd915ea7ffd66655e16aea2d8041cf8d58b98141c5e5 SHA1: 6d711585fe40f784bf8d1a217e7372070d902ed9 MD5sum: 4151ece35f8c582bbd08a7ff772166ba Description: Python action tutorial code Package: ros-jazzy-actionlib-msgs Version: 5.3.8-1noble.20260615.104314 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 725 Depends: libc6 (>= 2.4), 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.8-1noble.20260615.104314_amd64.deb Size: 70884 SHA256: 75d85d3a64fbfc885dd866ec56053aaa80a3b5bc459017d06022759477ca0975 SHA1: 15f16b93ce3332e9aa27c8569d68e1df8f1b43b8 MD5sum: 68e7262c6490afe7f437e69d3350375f 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.8-1noble.20260615.104314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 528 Depends: ros-jazzy-actionlib-msgs (= 5.3.8-1noble.20260615.104314) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-actionlib-msgs/ros-jazzy-actionlib-msgs-dbgsym_5.3.8-1noble.20260615.104314_amd64.deb Size: 399012 SHA256: da27f82a2a7296448dcf3d0ff9ab65f52616cea1aedb9b361e2130d959d27c02 SHA1: 868397ce908805120b09114a1b853914bcbf4abe MD5sum: f6086475b05559ece63ce8651d0f8b66 Description: debug symbols for ros-jazzy-actionlib-msgs Build-Ids: 1e64105d2d80e68ff75dc8adca0156f9c918a738 34bb34dc43a3ff79f1f58bd9a795b6c1fc9963e6 34f038c96b15eecd37c0e27045febcf5947e9adc 3f961f334eeb42a4b841dd83f25ea0dc111b95d4 59798660cc256d1caf10a99f3b0511d4a45aa43d 635b4f9dc239e7b1559419d0aeba16889b0c89c2 98bef17f4335d9e2ec93e0a34142a6b610b857b1 bd524fa2d201a0ca4ed96dbce03d0b736cda23d9 c90aff48fa196339e7ff860403a75e069c46430b eb336b464963aa55f2915d1e76a52fa12f30e99d ffb9ef9556948725c70a8d98ddb793117b16768b Package: ros-jazzy-actuator-msgs Version: 0.0.1-4noble.20260615.104602 Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1422 Depends: libc6 (>= 2.4), 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.20260615.104602_amd64.deb Size: 103956 SHA256: 8e43c84063156377be590c5faa5b5c632f9d0d8c6c77bcf0b4ae771c78888217 SHA1: a46f7955b7d8dca0b4114702709d7b0455d14998 MD5sum: beccb69174b07cfb42ef53f0ca071422 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.20260615.104602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1059 Depends: ros-jazzy-actuator-msgs (= 0.0.1-4noble.20260615.104602) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-actuator-msgs/ros-jazzy-actuator-msgs-dbgsym_0.0.1-4noble.20260615.104602_amd64.deb Size: 833390 SHA256: cbb0d3426fa6e564afc2993001dc4d464e1bef88563ec8885c9fdfeec1096618 SHA1: ef93823362abf126df5cd2875a5c3d70f7c20700 MD5sum: 0569c8f674ea04838392421b48f5ef33 Description: debug symbols for ros-jazzy-actuator-msgs Build-Ids: 17797448c7d2abc174c395d0e229b5fcf203940c 4314bf278aa8b2afdb6e94fca46adba8f5598663 5452c22475081c76d22303411189c024f2b1ca90 5dd2709679d1769fdf001342ae809a1c1dbfc3a0 7c8f29d4189e3a5f65044c26e2447402ca6edd27 7fbccf5951febf3cc3b93652bdbc621ae075d4be ae77f2c7777e3ab582e9a5a1c510854bbbec042b e3011adcfb51e24d11ee7e38d8a2978151ab26a3 e6dd2c2025294fbf837c835a5faf69fe77a52b8e e97207f8028236852488b951cd7680083890de37 ff9badde3ff700df15be2e7b29ef1267f7efee66 Package: ros-jazzy-adaptive-bridge Version: 0.1.0-3noble.20260618.160936 Architecture: amd64 Maintainer: "Kaushalraj Puwar" Installed-Size: 393 Depends: python3-yaml, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/adaptive_bridge/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-adaptive-bridge/ros-jazzy-adaptive-bridge_0.1.0-3noble.20260618.160936_amd64.deb Size: 90270 SHA256: f6732ae4f687d091db94194daf6f3a88cbd14582c7b0a5afeefc7a4e66cda0da SHA1: ec18e346c3fe16ddbd54c62833109c769c25239a MD5sum: d5b842a3494e8f40d302956c730669a9 Description: Adaptive Bridge is a ROS 2 middleware-level proxy that mitigates the slow-subscriber backpressure coupling problem by decoupling critical and non-critical subscriber paths. It prevents a degraded subscriber (e.g. a remote visualisation tool over WiFi) from degrading the publisher or affecting safety-critical consumers. Package: ros-jazzy-adaptive-component Version: 0.2.1-5noble.20260615.145521 Architecture: amd64 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-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.20260615.145521_amd64.deb Size: 30096 SHA256: 0dc6e71444ff9b914d3016339014d5ba9f531b9554a9492584d86cc870aae02d SHA1: b8de9b0de4b7eb876116d81668fceb661c8cfce9 MD5sum: 08b73adde3a4d02269ed96c3c25eb472 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.20260615.145521 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 417 Depends: ros-jazzy-adaptive-component (= 0.2.1-5noble.20260615.145521) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-adaptive-component/ros-jazzy-adaptive-component-dbgsym_0.2.1-5noble.20260615.145521_amd64.deb Size: 387614 SHA256: fd0e784e74c03dac3423e718013eefd3b87b19c8269932a25569b30afbfddf9a SHA1: c3bfb1bf7219d1c43c1a963eb5c7cc221882ee2e MD5sum: d3582d0a286c1490b553385e926b38e4 Description: debug symbols for ros-jazzy-adaptive-component Build-Ids: 9ed6e96efc1bbeaa81da6e2493ad6a8330a030ae Package: ros-jazzy-admittance-controller Version: 4.41.0-1noble.20260804.182157 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1267 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.41.0-1noble.20260804.182157_amd64.deb Size: 299572 SHA256: 34fca35543533942076f6ecacc0675cfc9e586fee1317afe7bea097c9f1a28fc SHA1: f8e4aad8f27f02ac6edb0767cfb332a57023a9c3 MD5sum: 69c2e188c112a44b26f352375e6daa6b 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.41.0-1noble.20260804.182157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6961 Depends: ros-jazzy-admittance-controller (= 4.41.0-1noble.20260804.182157) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-admittance-controller/ros-jazzy-admittance-controller-dbgsym_4.41.0-1noble.20260804.182157_amd64.deb Size: 6335492 SHA256: 7bd1bcf7c21872e4cf52c42cf8de33b61b090d3b88855921e5d5cc7667a75e0f SHA1: cfe298070de8212107f1ae66dcde85d50b2bc773 MD5sum: 1a4a51b686b64760f630ff35c2b8db08 Description: debug symbols for ros-jazzy-admittance-controller Build-Ids: 456ed7f98a2ffd6ba8140759ff32811bfc12eefb Package: ros-jazzy-ads-vendor Version: 1.0.2-1noble.20260225.232309 Architecture: amd64 Maintainer: Nikola Banovic Installed-Size: 516 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.20260225.232309_amd64.deb Size: 147866 SHA256: 13df65af8520ef61b1ebcd1b2ec4324f4fbba131c1eab197b62aaf84b3502468 SHA1: 5223de9e704c02d54df39134b817996d0e7d8242 MD5sum: fafaee0dfc96a8bf4d4224764c92b44d 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.20260225.232309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nikola Banovic Installed-Size: 1862 Depends: ros-jazzy-ads-vendor (= 1.0.2-1noble.20260225.232309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ads-vendor/ros-jazzy-ads-vendor-dbgsym_1.0.2-1noble.20260225.232309_amd64.deb Size: 1789446 SHA256: 28c715cb627ef5d5bf1aec5ae9ca6ec55de27bacb3403bb41861f003cef3daf2 SHA1: 9acd07478e3c2a1cb7e72d08d68b069aeebddc43 MD5sum: 3a8cfdf0583682f439bb88a40e8fd5a2 Description: debug symbols for ros-jazzy-ads-vendor Build-Ids: 4c55eff9fd41e8f67e56e5bf19da6851b926f52c 7407a15d0a15183adf94d034290789200b7666e6 Package: ros-jazzy-agni-tf-tools Version: 1.0.0-1noble.20260804.191524 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 662 Depends: libboost-program-options1.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.0.2), libstdc++6 (>= 13.1), ros-jazzy-rviz-ogre-vendor, libboost-all-dev, ros-jazzy-angles, ros-jazzy-geometry-msgs, ros-jazzy-interactive-markers, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: http://wiki.ros.org/agni_tf_tools Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agni-tf-tools/ros-jazzy-agni-tf-tools_1.0.0-1noble.20260804.191524_amd64.deb Size: 170918 SHA256: f9e7d2cba4ff71446b2c1163ab54737a5923101a367dd2d5ddbe6c575247b4f0 SHA1: e049d8afeac7158ce9134f9629735e064e32abd4 MD5sum: 1ce0a5f2c2519a57b57c93734c1e57d3 Description: This package provides a gui program as well as a rviz plugin to publish static transforms. Both support the transformation between various Euler angle representations. The rviz plugin also allows to configure the transform with an interactive marker. Package: ros-jazzy-agni-tf-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-agni-tf-tools Version: 1.0.0-1noble.20260804.191524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 8771 Depends: ros-jazzy-agni-tf-tools (= 1.0.0-1noble.20260804.191524) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agni-tf-tools/ros-jazzy-agni-tf-tools-dbgsym_1.0.0-1noble.20260804.191524_amd64.deb Size: 8657126 SHA256: 650f6eb0d84434b132937fc58ec38b478927cb89d9c81e8f4eed41007ca27d58 SHA1: ce4465d1409de331a465b27fd09b43aa5552a70f MD5sum: 9ac35e11c984f565227a5fa427e2aafb Description: debug symbols for ros-jazzy-agni-tf-tools Build-Ids: 1a360b32c4ad146f9f48cdbe00aca74323080ddb 4f6eb36abf4455c35bc50e02b7d5932389f41460 a00cb33ff51abcf761b3de0b575318acc62605d2 Package: ros-jazzy-agnocast Version: 2.3.4-1noble.20260804.190312 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 42 Depends: ros-jazzy-agnocast-cie-config-msgs (<< 2.3.5), ros-jazzy-agnocast-cie-config-msgs (>= 2.3.4), ros-jazzy-agnocast-cie-thread-configurator (<< 2.3.5), ros-jazzy-agnocast-cie-thread-configurator (>= 2.3.4), ros-jazzy-agnocast-components (<< 2.3.5), ros-jazzy-agnocast-components (>= 2.3.4), ros-jazzy-agnocast-ioctl-wrapper (<< 2.3.5), ros-jazzy-agnocast-ioctl-wrapper (>= 2.3.4), ros-jazzy-agnocast-sample-application (<< 2.3.5), ros-jazzy-agnocast-sample-application (>= 2.3.4), ros-jazzy-agnocast-sample-interfaces (<< 2.3.5), ros-jazzy-agnocast-sample-interfaces (>= 2.3.4), ros-jazzy-agnocastlib (<< 2.3.5), ros-jazzy-agnocastlib (>= 2.3.4), ros-jazzy-ros2agnocast (<< 2.3.5), ros-jazzy-ros2agnocast (>= 2.3.4), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/agnocast/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast/ros-jazzy-agnocast_2.3.4-1noble.20260804.190312_amd64.deb Size: 5518 SHA256: b8450a67c0b7ea88c9f1534c165444edb764a9a3002a8959275c7b03d203ad3b SHA1: 14a367f7027f12a093bd86fa58935194dedff2b3 MD5sum: da4517ab4b26f4a3eeb025c84ec49a90 Description: Metapackage for Agnocast: true zero-copy IPC middleware for ROS 2. Package: ros-jazzy-agnocast-cie-config-msgs Version: 2.3.4-1noble.20260615.102022 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 1041 Depends: libc6 (>= 2.14), 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/agnocast_cie_config_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-cie-config-msgs/ros-jazzy-agnocast-cie-config-msgs_2.3.4-1noble.20260615.102022_amd64.deb Size: 98564 SHA256: 4ecdce0466af69a84d547dba9d8089dfc61f7d4173c2b65b1b12fa69b1ece3df SHA1: 8912f08beaf3af3c068db75b3057a9f4badb2ab5 MD5sum: 72f383dd215a71ad55655d4ff407b9ca 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.4-1noble.20260615.102022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 770 Depends: ros-jazzy-agnocast-cie-config-msgs (= 2.3.4-1noble.20260615.102022) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-cie-config-msgs/ros-jazzy-agnocast-cie-config-msgs-dbgsym_2.3.4-1noble.20260615.102022_amd64.deb Size: 596876 SHA256: 839e434bc593f4ee92311126dc1c78a63fc2a590ef930c53e099be352f510b47 SHA1: 939844afbd667543d5acbda46bbd9a3e66853019 MD5sum: 59e876268fedb7443e631331a4575c1c Description: debug symbols for ros-jazzy-agnocast-cie-config-msgs Build-Ids: 0a2875552df4ea8d7ee6c605687999650ea2344d 2839550f828f508e0fbebc20973cfd439d9d2d37 2922fbf6d6fd20a77af42639ebc0e8210a52c213 2b7bd2e579d115d97d4c258cdd3d6e80238a0991 5312533b1a7acb46cd3fcf93c2c4fe08cb2fdc55 59573b31f0341d26155716bb0f794e0030f6aeed 63429ef08008afb3a8da9d7ef4549f62cea52b7f 901d57ecf09d8f65fa35dc4a6aa843dc851dc4b9 e292fbf43153be51cf10844cd394db38fd9ebe94 eadb5f206ebb5732291eb750d6747029573cdda0 f1405c2ec67e90c04134d1df2958437d03f8ad19 Package: ros-jazzy-agnocast-cie-thread-configurator Version: 2.3.4-1noble.20260615.134209 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 1239 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 Homepage: https://index.ros.org/p/agnocast_cie_thread_configurator/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-cie-thread-configurator/ros-jazzy-agnocast-cie-thread-configurator_2.3.4-1noble.20260615.134209_amd64.deb Size: 262398 SHA256: ea896bc576c32ad249026c59923b7f97a9dd53d952eae930014e14a473f39d7e SHA1: fc48869ed247cf594c9b0e09e5b13de91c94d021 MD5sum: 3f96cbb2db4f4ed9b2186b007b3a3eb1 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.4-1noble.20260615.134209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 6779 Depends: ros-jazzy-agnocast-cie-thread-configurator (= 2.3.4-1noble.20260615.134209) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-cie-thread-configurator/ros-jazzy-agnocast-cie-thread-configurator-dbgsym_2.3.4-1noble.20260615.134209_amd64.deb Size: 5956956 SHA256: 887360dd30de110d90727b85b42ef13e6969df41eb815fe0b7cd9ede249fe03a SHA1: a6adc470b97b7caab7ddd0d7a49b3a3a8c630b18 MD5sum: 79b10f86bfd5546aa86b7c889ce2e3e7 Description: debug symbols for ros-jazzy-agnocast-cie-thread-configurator Build-Ids: 261ffddb9e0e72d4aef50d93824fc1e98dba7ed8 29eae29832aa593258fb1b1efe182e3480c5b872 caa391fa2d37e994d1da2542fb203b739141312c Package: ros-jazzy-agnocast-components Version: 2.3.4-1noble.20260804.184806 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 198 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 Homepage: https://index.ros.org/p/agnocast_components/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-components/ros-jazzy-agnocast-components_2.3.4-1noble.20260804.184806_amd64.deb Size: 39266 SHA256: 6afa0845297f704a4d36dbf6f99ead150e547518d1eeeb819a9c43688427f264 SHA1: 1339b09cdce61c3913bf944b309190e8cdf3d7af MD5sum: be2c1e974dc7d5a5ae1bdce129df229b 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.4-1noble.20260804.184806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 1058 Depends: ros-jazzy-agnocast-components (= 2.3.4-1noble.20260804.184806) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-components/ros-jazzy-agnocast-components-dbgsym_2.3.4-1noble.20260804.184806_amd64.deb Size: 991896 SHA256: 3fa1cd474e5bed9ad0dd67f3efeb196d39d10dbdf9c79f51883a4b0dce243923 SHA1: 55a9445755050bd728dac9d1fbedc04d4e6e07c5 MD5sum: c21e96b69e487706580d68f39470407b Description: debug symbols for ros-jazzy-agnocast-components Build-Ids: 7dfe3a355fb5dc481477ae82893e02a887ec6c8c afd1625f178565c705f46f9334845b6d00360289 ba7ac4e1030b3165d167a3efe9594b3e29b1544c Package: ros-jazzy-agnocast-e2e-test Version: 2.3.4-1noble.20260804.185258 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 3118 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-cie-thread-configurator, ros-jazzy-agnocast-components, ros-jazzy-agnocastlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/agnocast_e2e_test/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-e2e-test/ros-jazzy-agnocast-e2e-test_2.3.4-1noble.20260804.185258_amd64.deb Size: 437408 SHA256: 10c97fcfdd6f35efb6d6443a4ccc60a4ec1c2f88bdfaf2ec059701a7194f0def SHA1: 48cac6aad237e8d68841684cb652862ff31745aa MD5sum: c3c23381c92eef3ae3d09f50a6fc47b0 Description: E2E test for Agnocast. Package: ros-jazzy-agnocast-e2e-test-dbgsym Package-Type: ddeb Source: ros-jazzy-agnocast-e2e-test Version: 2.3.4-1noble.20260804.185258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 15486 Depends: ros-jazzy-agnocast-e2e-test (= 2.3.4-1noble.20260804.185258) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-e2e-test/ros-jazzy-agnocast-e2e-test-dbgsym_2.3.4-1noble.20260804.185258_amd64.deb Size: 12890968 SHA256: 59d6532cb178d76dc8ef46db3c9a6731ff1508f3c2ecd0513963f81e6e44e49a SHA1: e63aabea01105cd8edfe8e25c34b1e57dd92577a MD5sum: 7f96cc302d175cfa3587251112d71903 Description: debug symbols for ros-jazzy-agnocast-e2e-test Build-Ids: 069e9a788e5c5e17232aee2af8ac1b60275813e4 1c3ba75669906b440e5bf803ee4397965f0f2047 3a8007f7cfa0fb7a1abcd47be183b3b53297f5d1 3b3eb13731b943c873e0a02cdd668914591409fc 4aec465f96029e5c81fb2fc6907c504297e3fde5 60cd764b434bb21a642c97bafe596fb9091c5b8c 6163031d3fef04e18f95e75e51be11935f6ac128 621f442bd4eb234a149c114183b86f1be6b860d1 9053aac43ff5f54be28eaa4cdb9ea782a7d61a69 9de55cbeac9207e5941b40f713715ae6c9a79ce5 b98ffbfcdc0a765e0bb0614b04df424b54e76a86 caa69677e5b15f56f412676a1636ddcf3562f88b cf7d108a9445f68f9bfca27ebc588282e2e6cf5a d4ca0c1e0cf2e00747b1ebf40edf9d0267cd9837 Package: ros-jazzy-agnocast-ioctl-wrapper Version: 2.3.4-1noble.20260615.160833 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 59 Depends: libc6 (>= 2.4), ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/agnocast_ioctl_wrapper/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-ioctl-wrapper/ros-jazzy-agnocast-ioctl-wrapper_2.3.4-1noble.20260615.160833_amd64.deb Size: 9994 SHA256: 6a1be461d9bf5eef976cd03bf09609cf951bf175ae7d3036109ea517cb6bb781 SHA1: 374c671b578658c246ec5b333b68f7c5c1ec4b2c MD5sum: 2dd1f094b48253be9cb4cba35cda6e36 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.4-1noble.20260615.160833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 40 Depends: ros-jazzy-agnocast-ioctl-wrapper (= 2.3.4-1noble.20260615.160833) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-ioctl-wrapper/ros-jazzy-agnocast-ioctl-wrapper-dbgsym_2.3.4-1noble.20260615.160833_amd64.deb Size: 24020 SHA256: 33571a073ad8e7e5983cf11aa33600350e49b557262668ae4011e0cd94deb515 SHA1: d0f11d1e3f2c4d93413d7a7b6d35302d860bcfba MD5sum: a03533db7b77f67a02e39ba1cdb2a311 Description: debug symbols for ros-jazzy-agnocast-ioctl-wrapper Build-Ids: d70eb4d13e2d0d5f2f7421fe68e599dc4a32a000 Package: ros-jazzy-agnocast-sample-application Version: 2.3.4-1noble.20260804.185302 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 5130 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 Homepage: https://index.ros.org/p/agnocast_sample_application/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-sample-application/ros-jazzy-agnocast-sample-application_2.3.4-1noble.20260804.185302_amd64.deb Size: 675104 SHA256: 3fe583c908eee8a41787b1547c515e643e5faaa2410c28f9ac9c02796463bf38 SHA1: 6d995d5cab08cd5058fd77799e3904e7d65b8bd0 MD5sum: 27ccb31bce02659596d964f06919f85c 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.4-1noble.20260804.185302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 25600 Depends: ros-jazzy-agnocast-sample-application (= 2.3.4-1noble.20260804.185302) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-sample-application/ros-jazzy-agnocast-sample-application-dbgsym_2.3.4-1noble.20260804.185302_amd64.deb Size: 22119088 SHA256: 4374632c9413fee6ce63accc5bd98bc263ef8bd048622b2afb9977d5d6429443 SHA1: 08961f1ffa59f51910a3d5eba8d4a3d7e8764d3b MD5sum: 287b51d772149400b126f809b72640f9 Description: debug symbols for ros-jazzy-agnocast-sample-application Build-Ids: 0b532621944bcac4eb961419d9c1a4ed2b7f022a 0c4e0d0b7974f0ac582e6ca7a5b6a27f75d85011 311d3c8b02fcf4e3060c7f831a5ca5083568a87c 371ccafd6c564adfe2e506ee021a0ada220ee873 4a4dad9dea2bd73a45612e32c153f152dd2eef3a 4b9686083127525acf361ef39f44eff2696bacef 4bdebf4b5e74623eb2fb63530d72f33e7b04178a 50c1854adec65df085271ff4bf8ac776525482e9 547e70362412902b342c53723cbc2d8dff16d419 616ee70b0ff78b4be71832db10869c5e8a49f7e2 7ce000a2ccfa0b2a8e99d2bd270291a66c61cca7 8852cdb5b9a07cc7dfb56b0174786d26b9f120d1 8bfec287c211bbe13cd4c01321903d2911940d7a a179564f90f00c4c72b00f4a45a9c2d6bcad5cd0 d3a011b459ef97bdcf910868089ae25bf38ff1fb d647dc56e969d0c8ad2ee975a5f5cb2e4600262f f0f211fe8f8efadf2195c6fca75edc09c4229182 Package: ros-jazzy-agnocast-sample-interfaces Version: 2.3.4-1noble.20260615.102015 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 1021 Depends: libc6 (>= 2.4), 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/agnocast_sample_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-sample-interfaces/ros-jazzy-agnocast-sample-interfaces_2.3.4-1noble.20260615.102015_amd64.deb Size: 91156 SHA256: db2e7e14f26a856b56ce4f98bf228ef9e73c3a0963c9a28388880d21f1303c6c SHA1: bd3a57e247c49d290e734a3ffb8683ae6f7ec0ba MD5sum: 895ae38ea4c77c49018ef22d35537b7b 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.4-1noble.20260615.102015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 727 Depends: ros-jazzy-agnocast-sample-interfaces (= 2.3.4-1noble.20260615.102015) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocast-sample-interfaces/ros-jazzy-agnocast-sample-interfaces-dbgsym_2.3.4-1noble.20260615.102015_amd64.deb Size: 552770 SHA256: d065ff45db8e859cf68a39ec83e37519e2084cd4a8747a1ffcc34bebfb841897 SHA1: c9bc3738b2492dff154dc72fd4a55f62ce49ebad MD5sum: 64e69881951554dd8347439d58e83d68 Description: debug symbols for ros-jazzy-agnocast-sample-interfaces Build-Ids: 30e845bad2410d5c08e9c9fc6aefac19e96d8b1f 45914e253e45da37507804783bb56e5d7b995213 52b9c8076c00aa21cc034cccafaf7ed5e5beaaf2 6f6e34d06f07311ab36bcc54e9521a4f9f26b1cd 8a06247a899ef91a05b35d96b1c89103bc3e1061 8f3722f6526ce42a38d832a15f575369925d2b47 8fc04b6b90a3930f02beda1e00054136e4051228 a4f53cf741d6b372801a9bd0aa49b4bd2647cc13 b6f2e66c538098fa4575bbbce031c61c2cc2e03d b81d66084f8fff55c666f54ce0d5d0a3751e3e85 dfa27899249c94e686e46706543f86c70097c65b Package: ros-jazzy-agnocastlib Version: 2.3.4-1noble.20260804.180532 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 3168 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-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-geometry-msgs, ros-jazzy-message-filters, ros-jazzy-rcl-yaml-param-parser, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rosgraph-msgs, ros-jazzy-tf2, ros-jazzy-tf2-msgs, ros-jazzy-tf2-ros, ros-jazzy-tracetools, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/agnocastlib/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocastlib/ros-jazzy-agnocastlib_2.3.4-1noble.20260804.180532_amd64.deb Size: 621720 SHA256: 439af7e592836500b348ce0461bedc947f7be91e4ae90106678d6a793218127b SHA1: 66b7f47e27ad845f9b20ec51b40d3136b1820036 MD5sum: b60680167a9ff37b930da562f98964ee 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.4-1noble.20260804.180532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 17930 Depends: ros-jazzy-agnocastlib (= 2.3.4-1noble.20260804.180532) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-agnocastlib/ros-jazzy-agnocastlib-dbgsym_2.3.4-1noble.20260804.180532_amd64.deb Size: 16182670 SHA256: cb78fd8b81c2b69f1b932358a1ef05b85cdb7a60a5d923ac7201acb1098c0b8f SHA1: 9d8e3c47ef572d7833d8a2f30469ed6536d75805 MD5sum: d52a96b8b3d0e6ae4639a42ba2a6c69c Description: debug symbols for ros-jazzy-agnocastlib Build-Ids: 027b63173cb94ce7cba248982b989765ad2057a2 1c5bffb29142726d87e882714b1c443431484318 9ab698ed2864f8168cb8867335d4a362deca593a fb0b23939328f28e81c49f8581f75e002b0e3e4a Package: ros-jazzy-ament-acceleration Version: 0.2.0-5noble.20260224.201932 Architecture: amd64 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.201932_amd64.deb Size: 5568 SHA256: 3dcaddae108e90cb4868ccef6437e0d2a0e2584b4627ffeffd5a19547f4e8a4b SHA1: 7931921db10989eb1f56436172cc7170536bee64 MD5sum: 6de2e61f9c145aee5f0feeb6dba43b10 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.043422 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 54 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.043422_amd64.deb Size: 12210 SHA256: a34673e701177713b1db8a22fcf1ccb48eea47a8ca964f6cfdee52cbdf6d4668 SHA1: a9b614d4bfef40bfb8a140e7b6aa766de63f85dd MD5sum: c27786bc3870df9e1fee41bb819695f2 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.080356 Architecture: amd64 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.080356_amd64.deb Size: 16600 SHA256: 756873e9203c1b9cb22e01a603450703bd6281106d3f0934293b70a5d73b4a14 SHA1: 880c481d9d34d4f1b34e7babc5a4edd996bacb27 MD5sum: d0cc7af51ada4515a9ca6fe6b53a48d3 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.080340 Architecture: amd64 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.080340_amd64.deb Size: 17534 SHA256: 5799e8bbd13a2fc67ad8ed2ddb634db7e2fc97549a5ee1ac51324bdb61570558 SHA1: 52a59d1a63026c1f6daa2a8ead4ab26631be807e MD5sum: 831e36c68a14e5a99044c2629de36e5e 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.20260225.222913 Architecture: amd64 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.20260225.222913_amd64.deb Size: 7482 SHA256: c5e373cf0e7877969ee775890539ca1b6827202fcc60416a7f97d38331761581 SHA1: 1360fd2f35fc2a7a65a8e796184c594a5811c98c MD5sum: 6946a2353aede22a00e61129309c0077 Description: The entry point package for the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-auto Version: 2.5.6-2noble.20260225.232257 Architecture: amd64 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.20260225.232257_amd64.deb Size: 10994 SHA256: b9314e33aecfc406e0ced2c9afcb6b505881878ff5a0a362f557aac8746016d3 SHA1: b4c0906af521a2c339edd3f6cd973de09dd01bc1 MD5sum: b947a7f78c52dace9cfc6d5c9d8b4d6c 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.222929 Architecture: amd64 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.222929_amd64.deb Size: 6832 SHA256: 03700ec93388ddc84a07c17858aa6b374413e80e7dec377be7c40038d22da3f1 SHA1: 58496902452c2d2432fe1f8d1137fbbcfc1e01c4 MD5sum: 44597e009a8ac0ae3900836c6e1438c3 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.222958 Architecture: amd64 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.222958_amd64.deb Size: 6770 SHA256: 4f29d67b73490c1571161f7f370ac24dd25411a1a6d923fd9286042c856c780c SHA1: aa4e367a95993ef4bc199b1890850e24e891d869 MD5sum: dbf4654f385c2d3b632f99f6554c5986 Description: Allows integrating catch2 tests in the ament buildsystem with CMake Package: ros-jazzy-ament-cmake-clang-format Version: 0.17.5-1noble.20260410.113618 Architecture: amd64 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.113618_amd64.deb Size: 7728 SHA256: 995ff5744133f7c0ea46ab262327dd98ab82a36fd49cccdfa0bb5188e73102bf SHA1: 440966f82041bba86b6c79180f4b3521ba8695d2 MD5sum: fb0450e9c9d5db3451ec9299a080906d 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.095138 Architecture: amd64 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.095138_amd64.deb Size: 7978 SHA256: d33557121642d956a230b30e76a9d4842195df4a95d0f6fb2992e22b248c6a35 SHA1: b64cb872f7971bb119c110018f8014c9a244a77a MD5sum: 1cdbd8b7a53b3f5df0ce7ab11effe99a 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.20260410.113746 Architecture: amd64 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.20260410.113746_amd64.deb Size: 7870 SHA256: c67de47bcb2b49f5efc9a531a579d609e7bbed27ca8833404d45a901642d4885 SHA1: 64359dc90de8b02104c8692118d4231d6d4d4b72 MD5sum: 0464377a0249599e87903468d8994d38 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.191131 Architecture: amd64 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.191131_amd64.deb Size: 27128 SHA256: fa43eb6a1057f39af9ae8be6a87933c2033bb498b4aa5cdf4ecd72fddd32dfa0 SHA1: 7aae2695f9f8db10a691b356823a64af9368cdcd MD5sum: 20d2b7c44d5d27718a6c6c8cdae16549 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.113607 Architecture: amd64 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.113607_amd64.deb Size: 9628 SHA256: 0e8e60ff5c08fb36edab35a85df7b2be4c220c0fe6308df9ad257b05424ec25b SHA1: f425feb74716493d90213cfc9a11447f76ec6d69 MD5sum: 49702106e419fc3bc81c2b2d36e94d37 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.105800 Architecture: amd64 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.105800_amd64.deb Size: 8464 SHA256: 4f154436fad63ba7b7d76e48759ede93267f7012f0e571b11efd732a17b2469d SHA1: 07896fdf05fda71d1051ddc95a67d55b9c5fce14 MD5sum: 8839141a76f054cd44de2039efe0746d 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.20260224.232207 Architecture: amd64 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.20260224.232207_amd64.deb Size: 7262 SHA256: b23ca8a7aa1696b7385a4d422631430fb71aed1c7d0d601bb3c0213db753d6bf SHA1: 89bcc5b3fc0402efc9dff866cf5ff8e6d0ab65d9 MD5sum: a5f30a114cd4b9ec073a8e226ff79b24 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.043730 Architecture: amd64 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.043730_amd64.deb Size: 8638 SHA256: 9332747c32b85947795eac1e8d725e387bb62fe9b0bae38c5366097bb1b5d5fe SHA1: c5ddf8de22a594e39bf9e86cda1609756fe36fa7 MD5sum: 9ef08121cc58012047ea3695aa34550c 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.20260224.232223 Architecture: amd64 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.20260224.232223_amd64.deb Size: 7568 SHA256: 26fce1211dcd9e59eb5a9d233b98e9b02b1da60d20fc0d4fd578a015c2353b0a SHA1: eca7bcbca03dcb82c6aa2c47abeced741b82b35c MD5sum: bb1e6478129a021a9918930c3b3d9bdf 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.042039 Architecture: amd64 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.042039_amd64.deb Size: 7976 SHA256: 64c930dc4011a23a8c4b0ed091e805722f1c0a8f2bb7f4668f99d4d80051a013 SHA1: edb91795689a24a5695c63557d483baf8834b36a MD5sum: 2dce17796e3792a04ec1d6eb03394dc9 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.20260224.232254 Architecture: amd64 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.20260224.232254_amd64.deb Size: 9598 SHA256: d4d89d722bf8bc925effb5f003cff618759fe1cafcef1a5d14e1ac0a26b6d0c7 SHA1: 0227a34185a18301eefef170b4d799dac418645a MD5sum: e1c21e2e3e894787e943a74d52b7cd62 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.20260225.042107 Architecture: amd64 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.20260225.042107_amd64.deb Size: 7180 SHA256: 4cdd1b7e66d608a6d4d436678c2112ccc89a5cdf31f4e88ec4237e914f75d42a SHA1: 985099c34307068ada708f430ac5d718ee6cf39d MD5sum: 9e1a66224269a2085cdd81a75eafe07c 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.042100 Architecture: amd64 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.042100_amd64.deb Size: 8286 SHA256: 3bf4a6f8bac2d0550048a59e68bb0070a869c89450c1c13909c1627fcb26dac6 SHA1: e899217bc76bb803902fb27a8233ea71a81a296d MD5sum: 7d703516e5e64debde196c0f10901210 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.20260410.113910 Architecture: amd64 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.20260410.113910_amd64.deb Size: 7716 SHA256: e2dfb73d96656ddaba98b783dc9c14085dbfdc5720e9e491ea6c7a585b04b77c SHA1: 97408ea18bd90bb10af5d7ca16e979ba80951fac MD5sum: c0787517c188c0d0eb4610222fd63fbd 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.042237 Architecture: amd64 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.042237_amd64.deb Size: 9758 SHA256: 6c14d1eefc28081c12b5b4d5359e1018347a8047a38b96813f799bad11a53e5f SHA1: c9ee6b242e956a52c8d9f9aadfb76405869d43f4 MD5sum: 0ad0469cc7b1e9c130ea10c20f6ad253 Description: Generate a C header containing the version number of the package Package: ros-jazzy-ament-cmake-gmock Version: 2.5.6-2noble.20260225.215706 Architecture: amd64 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.215706_amd64.deb Size: 10086 SHA256: d20133ee74fba577d8567f32aa1e10a732dd9df67b2f1cfc363fadc959d41446 SHA1: 833c754ef5064f77ce5099b2e3327dc1e0d1bb5d MD5sum: 5241d06ae0e0286f175d9c6cf28a05ac 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.144947 Architecture: amd64 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.144947_amd64.deb Size: 13312 SHA256: 03985dafdbb6d4961f85d412fd30026c0893e7f65d8e955fe8c437f4289bcea7 SHA1: b07405e894a8a82ad62673c2358c0e1a7438207a MD5sum: cb1e7ed4120138f1d5e0796db111d93e 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.145055 Architecture: amd64 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.145055_amd64.deb Size: 10348 SHA256: 025f0e5aa304faf1d7ced0ccdd9d3240b20cbe08831c84ba48bb16776aeadfe1 SHA1: 086c0200ec7ccd0f944855f4f27afbeb00e31608 MD5sum: 43782126a88efb5f5926e4bbf9ef867a 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.042241 Architecture: amd64 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.042241_amd64.deb Size: 7342 SHA256: f87a5ebb9247bc27e9ebca32359c684138f45729c7e3c8d68063d4d771239d6e SHA1: 8a7c439f8d3347db965ed31cfd5a62bf138682f2 MD5sum: 9e4f818a7c21c43bebbb18391e19e418 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.042312 Architecture: amd64 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.042312_amd64.deb Size: 7192 SHA256: f7fc4db309cd2f462ebd4075e1b262e52384a7acba69b2d34dc0987116c9b2a1 SHA1: 4b5cf36fa970cad3a73322bf1283f97c630888c8 MD5sum: 472779e52808b7adec4c824d07be283c Description: The functionality to deduplicate libraries in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-lint-cmake Version: 0.17.5-1noble.20260410.113602 Architecture: amd64 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.20260410.113602_amd64.deb Size: 7694 SHA256: 6d2261aab5b550ed285427e42684bbe6b084d9bca7647abe0fde5d6ce9a0ac34 SHA1: 4ebbf6f80af25788901ca86a92e06a01fd760daf MD5sum: acfc7816bddf77f69af251a7ddf56e67 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.20260410.095142 Architecture: amd64 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.20260410.095142_amd64.deb Size: 7846 SHA256: 1c780f124bad5e4be20ce6e092f10a47f371f68b8eeeb559fcbd144033cc2e1e SHA1: 1ed59046f388419170f9c71663fae833bd2c4616 MD5sum: 9f767cae76826232293ba3419be7b603 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.20260410.113643 Architecture: amd64 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.20260410.113643_amd64.deb Size: 7970 SHA256: 411cebf9088139fa0797760fdaa1b4bb6f74d472c37f7ec4c3ab806a982f3e7d SHA1: 97bbbdcc96e57f396537312396eff1ab32ff7255 MD5sum: bd426aa1946542563e25e8e9ba1b744c 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.20260410.113929 Architecture: amd64 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.20260410.113929_amd64.deb Size: 7434 SHA256: d50e9279b4ffe2ca70eae5eeb6aaa0bcc3fecc3f3c333ea072423480f4e23161 SHA1: 0fef99247bfc305cd9a641a5e037290170bcdfd4 MD5sum: 0b6cea8ecba22100e2b20f9daa329ba7 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.20260410.105913 Architecture: amd64 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.20260410.105913_amd64.deb Size: 7676 SHA256: d584c0d342b21fec74740471c295289ae2896579acc361b9ca3cc63ae14a6326 SHA1: 7b527b55e26daf185096eddef8e87c1cecfe9f63 MD5sum: 5fd9710ad2020c1bd460c1020b8d1b10 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.20260410.113649 Architecture: amd64 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.20260410.113649_amd64.deb Size: 7356 SHA256: 1cfef9892dc3f28bab60f322e3c783f3e1d9ecf0f70d9066d910c61592501265 SHA1: f5564f04f65a1bd1c32b8d6b9b6fb7ad0da8b518 MD5sum: 243f7c9c1f091fee1c8e952335d7998f Description: The CMake API for ament_pyflakes to check code using pyflakes. Package: ros-jazzy-ament-cmake-pytest Version: 2.5.6-2noble.20260225.145739 Architecture: amd64 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.145739_amd64.deb Size: 10272 SHA256: a6bac7ae0db9e9b4f5165e183d490854c9c043804be554719d9bfb8a0546f151 SHA1: 94f5e0081b6afa971ca026459f6e538c728322c3 MD5sum: e1a868ce1415c3b24203d9b4311b76c5 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.042312 Architecture: amd64 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.042312_amd64.deb Size: 10298 SHA256: 9b60e43b6d6e55c7c0322c4bc90b05af00b754e185bf93b75b601bb0f60792f7 SHA1: b7ae8401eb42d7d8017cde1e02668330e25f356d MD5sum: cfefc4fab0a433c415f809d5611a13dd Description: The ability to use Python in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-ros Version: 0.12.1-1noble.20260603.150631 Architecture: amd64 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.1-1noble.20260603.150631_amd64.deb Size: 8200 SHA256: c924229cc044ed922bcdbc7c965c1e9d18bae86493619066dbdc9c19e0dd6ebe SHA1: a268b6e7a5c441c89841ffa9fad5ed06d75163ed MD5sum: 58d670a6ca6d961552137640e10fd8b7 Description: The ROS specific CMake bits in the ament buildsystem. Package: ros-jazzy-ament-cmake-target-dependencies Version: 2.5.6-2noble.20260225.043936 Architecture: amd64 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.043936_amd64.deb Size: 9516 SHA256: 143ff03ac521027471b921a853991a4d3a109afc0ab281ed369838a2cef63053 SHA1: 94c0aca4fa4ac6e246519156db19fae09e6be216 MD5sum: 3be5c227f64f69e43d7dfe7207dcfcba 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.143205 Architecture: amd64 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.143205_amd64.deb Size: 15490 SHA256: 77685b76b1c6b9c4ab9dd014bf9eca0b885bf5de8c68f226bed02d10d310728b SHA1: ff66354e33717e27596d394920ff886fbc8865d4 MD5sum: d15f9958198210480ef21605f65376d8 Description: The ability to add tests in the ament buildsystem in CMake. Package: ros-jazzy-ament-cmake-uncrustify Version: 0.17.5-1noble.20260410.113615 Architecture: amd64 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.20260410.113615_amd64.deb Size: 8918 SHA256: 267369c71b2b2621058fd61c4a0e5d24b378a229523bcc763ff46b6feadcc94f SHA1: 57424285bd71fae87a562c9763e8ace9b74b6508 MD5sum: 0357d67cde3d3e54ba847821af0736ac 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.143231 Architecture: amd64 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.143231_amd64.deb Size: 11396 SHA256: 483125d4bacf0ac6476ce4f27af8f41d86bcd6fcad42d4e7b080a847bcffe526 SHA1: d1cbebbb447d5ee4afc445fa5bb3eb7f61aaf839 MD5sum: 363590a78cf0e3d304fdd9c72ad7dbd3 Description: Macros for maintaining a 'vendor' package. Package: ros-jazzy-ament-cmake-version Version: 2.5.6-2noble.20260225.042330 Architecture: amd64 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.042330_amd64.deb Size: 7546 SHA256: b039168b984ab9f97b53bcf9dafbf70a04f5c16444af1cf519eda7d5d1b8f842 SHA1: dd8c679f625578b6a8222feb4668292a8d04ed99 MD5sum: 4b206985eda50d345df617f81964364a Description: The ability to override the exported package version in the ament buildsystem. Package: ros-jazzy-ament-cmake-xmllint Version: 0.17.5-1noble.20260410.113914 Architecture: amd64 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.20260410.113914_amd64.deb Size: 7420 SHA256: d27d7e3a7a2c2a8d728fbf511c639d769b1c7ffedd98d28072d8f3647a06bfe3 SHA1: c43b8d05639ffc45d98f2120a7375739434943bd MD5sum: da9afbe77623366f4a00cd1bfe8c066e Description: The CMake API for ament_xmllint to check XML file using xmmlint. Package: ros-jazzy-ament-copyright Version: 0.17.5-1noble.20260410.105859 Architecture: amd64 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.105859_amd64.deb Size: 52212 SHA256: 0caf0d62fc6844d33fd3a0a62bb32d811731c8c44e673cbca8e41a3d91f5df3e SHA1: ce1445b89fe386624f73ce35c1da33ea2fbaeccb MD5sum: 96b137a0e0dcb8e539def26651c4a952 Description: The ability to check source files for copyright and license information. Package: ros-jazzy-ament-cppcheck Version: 0.17.5-1noble.20260410.080408 Architecture: amd64 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.080408_amd64.deb Size: 16646 SHA256: 735d5fdc748ecacd17a03430aede20adf098dd5d8410323a140bb88c122d17c3 SHA1: 6643d7c59038806f4456026f4803443a3451abf0 MD5sum: fe59cf7a97f2004792e46e6afed3bc3d 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.080348 Architecture: amd64 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.080348_amd64.deb Size: 147110 SHA256: 2e3e8789a3f8e76a60b781722b1bb8b811e5b36ad3a627de7e30c59cac2541b2 SHA1: a1f68a552d8b71c59a73c8fb6d20ef2a77b60c6a MD5sum: 1db6f3c61d3f202e443d07401305d41b 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.20260225.232332 Architecture: amd64 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.20260225.232332_amd64.deb Size: 8652 SHA256: c14f7b2e6b208db155e03c3fd4ddc0d98a5a6be37f05569fcaa2f3dfce6321a0 SHA1: 36ce77b01969774ae028dcb1363f8e2910ef6d6e MD5sum: 1e38ded958d5ad0e6f5994c1594d1740 Description: CMake macros for downloading files with ament Package: ros-jazzy-ament-flake8 Version: 0.17.5-1noble.20260410.113507 Architecture: amd64 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.20260410.113507_amd64.deb Size: 17452 SHA256: b0f5956daff43c543bd74b37d1e3a244614f2381fbe177dd849eb5b48eec2745 SHA1: a85e313e3c1892f34668f5482df000034b3e7a69 MD5sum: af40f3802cb51ab686f5d4a87c7ed050 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.011052 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 128 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.011052_amd64.deb Size: 29134 SHA256: 8bce01a461526e4f390f09123782eb17e7231c48f37a7d98eb76af7a67ee69e0 SHA1: a9f8bcb520e0065bf6988e7ce29741c7aad1ea47 MD5sum: cbf9b55fd5fec2f0fd9a6ddbe0b065bc 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.011052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 480 Depends: ros-jazzy-ament-index-cpp (= 1.8.4-1noble.20260519.011052) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ament-index-cpp/ros-jazzy-ament-index-cpp-dbgsym_1.8.4-1noble.20260519.011052_amd64.deb Size: 461242 SHA256: 5a2fa12cef7debfc0e5a918991913ad28f09972975e82b3cc388ab13fcae7c51 SHA1: 0e4ce332dfed9fbddf1b885efd30642b4e7b0568 MD5sum: 39d6d4ce1a615fe79e7c984417b14323 Description: debug symbols for ros-jazzy-ament-index-cpp Build-Ids: 31a14ad07a3816674679abc11fb79b95899e473b Package: ros-jazzy-ament-index-python Version: 1.8.4-1noble.20260519.010916 Architecture: amd64 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.010916_amd64.deb Size: 14742 SHA256: 9c3b093322c98deb60bbf7bee00ede1dc3f485a55e44bbfd67a03002994d6287 SHA1: de67b9df26f39e77a3b202fb8f8531ea85456362 MD5sum: 12117c48656d2687c259fc67b3669f3f Description: Python API to access the ament resource index. Package: ros-jazzy-ament-lint Version: 0.17.5-1noble.20260410.080358 Architecture: amd64 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.080358_amd64.deb Size: 4806 SHA256: 5f1e927ecdbfc6b3275011b421c6cb479e1884521f1d2333efa491a1edeacbd5 SHA1: 7813aa2028d2a2ecde691ede79cd75c42d359cf9 MD5sum: 82ddea96b56f94f549ff38eef84cc0ed Description: Providing common API for ament linter packages. Package: ros-jazzy-ament-lint-auto Version: 0.17.5-1noble.20260410.080333 Architecture: amd64 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.080333_amd64.deb Size: 7694 SHA256: 4bf508083ba6ccd5d9958e22ef1bf920b8d19f53691e51a46e55af952db960e9 SHA1: d233eb7a5b9f31278331700d3b2ad52891ca83ac MD5sum: 45c38ad9b7ec3c6d84b604d8fdc2f127 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.080405 Architecture: amd64 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.080405_amd64.deb Size: 25768 SHA256: 97348666a8c9f61851f562357d24a1a4ca0f54c9f49008a0284faa78f4a3b44a SHA1: 1d9160a1922a289f8aa1f245a5d23d782ba500d6 MD5sum: 2bfeddfae0b8e0e2e0783e5e3c427fa1 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.20260410.114154 Architecture: amd64 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.20260410.114154_amd64.deb Size: 7522 SHA256: 4668d9fd9a31c854b74ff1e04fbe6a3ca4241f785d682bd4b0b0c846ee4a69b3 SHA1: 91b65c436be0d2a93c09d6196b05f1abedfc5b51 MD5sum: 43bafb5456f816bcf7918d1ce2a130c0 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.080346 Architecture: amd64 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.080346_amd64.deb Size: 13682 SHA256: 2263b5ca22c7bc8fe70da4eb1c5256502ea8d1871729de20b6d4bd87899e6808 SHA1: 875dfcb7405516e0929a2a5cf2253ba35b75db52 MD5sum: 695e7a246fa72747afde37f69da3a65d Description: Support for mypy static type checking in ament. Package: ros-jazzy-ament-nodl Version: 0.1.0-7noble.20260225.232508 Architecture: amd64 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.20260225.232508_amd64.deb Size: 6496 SHA256: 93bdcfe87c6ce2f0143fc80e836f96f3c1d333c64c2992ff74e5d591aba64b6f SHA1: d998c6966a7b576adbb606a8ada9191775bbaa6f MD5sum: ecd63a42c5ced3bfee33955fee7f8ccf Description: Ament extension for exporting NoDL .xml files Package: ros-jazzy-ament-package Version: 0.16.5-1noble.20260121.174946 Architecture: amd64 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.174946_amd64.deb Size: 25934 SHA256: 395add95f417adc6be0f43ddc76cd6a289fc6282b2587132b837d4523eb74fa6 SHA1: 3ec8bb66f1433dc98f30c1d24ab9c28187675ee9 MD5sum: 32325df4b24178b5d7730af467b02b3b Description: The parser for the manifest files in the ament buildsystem. Package: ros-jazzy-ament-pclint Version: 0.17.5-1noble.20260410.080409 Architecture: amd64 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.080409_amd64.deb Size: 44106 SHA256: a221fc04d1a5d74c4604486da36ae26a3ef6313a2dec839ef367d67250f8f776 SHA1: 1f6997b522de96859e4107ece1c1e35881cc15fc MD5sum: 0bb3d93012a674cfce13dea0a4ab8799 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.20260410.113520 Architecture: amd64 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.20260410.113520_amd64.deb Size: 13604 SHA256: 69416a4e25eab87cffdf197f6b3c966624d138acb2f6dba970b3cbfa77ead3d4 SHA1: 42a2cc8f4db8df01c5a21801030395e07eb74f32 MD5sum: a5320ab6b1d8ef0dfd741aff2a6ebf12 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.080356 Architecture: amd64 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.080356_amd64.deb Size: 11040 SHA256: 775d54ad0ce180a27487d45224b2ec45065a1b28586fe6a25998fc8ad633ec2e SHA1: e7756903f17e05a4b3acbe3b7cb0a3ec156b6345 MD5sum: 11b1231651a8a39cfb8ceb7277df7287 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.080411 Architecture: amd64 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.080411_amd64.deb Size: 12224 SHA256: 3d8bba2641eac28a055699f9e5c94ab4accf8c1053b6494c662b1fca1742e8f1 SHA1: 11987c0edd96e46238c6151d41f955d8a8652800 MD5sum: 28df40ccdf3e77e01d3a287146c68207 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.080359 Architecture: amd64 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.080359_amd64.deb Size: 50794 SHA256: 0b0051b73fbd70ca7cddc2f4c845f5a39a97744fbdb9951b176ab4b82611ebee SHA1: 98ad7d0c972b10958db36a5828e3c6d7e4f07cfe MD5sum: 4be19a8aef6aa0e8409ab2e536da019f 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.20260603.151928 Architecture: amd64 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.20260603.151928_amd64.deb Size: 15278 SHA256: 97e5ed60367872ade6e1fe882ac246c77a85d332ba23c8bb9beba252fca54335 SHA1: dda66c2939a90bb7d655c5a54815e61af5df169b MD5sum: 27e7e53118a03350076437671ea81e95 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.20260410.113521 Architecture: amd64 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.20260410.113521_amd64.deb Size: 13672 SHA256: 6d574fadfd15946593b8137711a2915058993442bfc82feb4ecb80164242eede SHA1: fa38adf652ecde2abb071572547a70a5b4f20a24 MD5sum: 4a944b8f6b6e0ddb436b83f44298ed05 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.20260225.231445 Architecture: amd64 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.20260225.231445_amd64.deb Size: 13866 SHA256: 7138cc42520d0c746cd32f76fc9ac6ecf3f3be8ca14c218f792b070cfa282b83 SHA1: f70561cb358114fb882c6081abca81b1a6b7d3d1 MD5sum: a259f0df34e13b52d0ed792ba5004235 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.20260226.000914 Architecture: amd64 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.20260226.000914_amd64.deb Size: 7928 SHA256: 3e08966d601b8e9fd9c8420191a178575a113045e0104dd753c5676ca983001b SHA1: 360f2705d94ccb27748c911426cd5f800e1d7448 MD5sum: 8a4b1932ec9ae9cb12923666ed583aed Description: The package Apex.OS Test Tools contains test helpers Package: ros-jazzy-apriltag Version: 3.4.5-1noble.20260225.045432 Architecture: amd64 Maintainer: Max Krogius Installed-Size: 1790 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.045432_amd64.deb Size: 1160478 SHA256: a08dfaca0f70e10a3d4ea1656c8c063ac2f73427dad1bf581000e4d461f7e224 SHA1: 0e82b23c7c7af5aa984a4f63ac39c8fb3cefc29c MD5sum: 1e487e705d0f7b6481918e40e156d967 Description: AprilTag detector library Package: ros-jazzy-apriltag-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag Version: 3.4.5-1noble.20260225.045432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Max Krogius Installed-Size: 406 Depends: ros-jazzy-apriltag (= 3.4.5-1noble.20260225.045432) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag/ros-jazzy-apriltag-dbgsym_3.4.5-1noble.20260225.045432_amd64.deb Size: 333256 SHA256: 02bf4cc22e3649b88476b956909e174f3d4f4fdcc2bdff9bfd7825c65c954e77 SHA1: 29fffb7f807e65a2e2cee46783e799f72b39420d MD5sum: afca23157b13ab3b72395d8761419546 Description: debug symbols for ros-jazzy-apriltag Build-Ids: 3fd44bcfc3afc3ebb646dd3a8fbca6e22c51e799 8242b99d3fdc9393b2a07065531012f1a150edac dfed4ed0cc9470fbfcf12a4d129baa5bca63e496 Package: ros-jazzy-apriltag-detector Version: 3.1.0-1noble.20260615.150504 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 456 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.20260615.150504_amd64.deb Size: 135482 SHA256: 5168ca30598cf50bd09313a8f47c9516ed83e7bb22c6714cb471150959a22b9f SHA1: cc6ec9b1fca1971f17fa5013a8fb2329963941df MD5sum: dbd9967e68be598fd4a2225811f169f0 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.20260615.150504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2108 Depends: ros-jazzy-apriltag-detector (= 3.1.0-1noble.20260615.150504) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector/ros-jazzy-apriltag-detector-dbgsym_3.1.0-1noble.20260615.150504_amd64.deb Size: 1989388 SHA256: 1743e300e635be7d4549279853078e6b270531ef52e12ab9721d2f2560e50609 SHA1: be7118b172a0e39c5f40472ced63d3265d42c468 MD5sum: 848a09107d0f8338cd9520df1262eda7 Description: debug symbols for ros-jazzy-apriltag-detector Build-Ids: 458dbc44daadcc519915e40fd6900e57687355af acfd44b27b7cd6d4b5eaf15f7cfd6e37a15afc5d Package: ros-jazzy-apriltag-detector-mit Version: 3.1.0-1noble.20260615.151616 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 114 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.20260615.151616_amd64.deb Size: 28162 SHA256: 1d3423473bf0964ef6919506e46954ee457108cff3d988b8c87883016c196a5b SHA1: 0fcc00f3ba519fb4b04ccadc912ea4aac33b4a48 MD5sum: 2a8697cd21a5e4bc62b224678610fd92 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.20260615.151616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 459 Depends: ros-jazzy-apriltag-detector-mit (= 3.1.0-1noble.20260615.151616) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector-mit/ros-jazzy-apriltag-detector-mit-dbgsym_3.1.0-1noble.20260615.151616_amd64.deb Size: 439490 SHA256: bb3bef06034f061473031f6e80db50ea2307385f7036873e25ff573801aa8f76 SHA1: d55a694eef55ecc5809e103741cdd1dfbe0f58ba MD5sum: 7002f692ed849eeb1406703b8d79f8f0 Description: debug symbols for ros-jazzy-apriltag-detector-mit Build-Ids: b72ae5330d0a85771a37f4cc9fb0ba8996283b81 Package: ros-jazzy-apriltag-detector-umich Version: 3.1.0-1noble.20260615.151512 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 107 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.20260615.151512_amd64.deb Size: 23038 SHA256: ce5bc52c50126e35e5203dfa0a848730108956e11ef7abc44a2262b2baa3005b SHA1: 462c05c3a58b45f13cf17c774ef3054434623d39 MD5sum: 03281c94c0e4b3441bcb9c9684db55f4 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.20260615.151512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 437 Depends: ros-jazzy-apriltag-detector-umich (= 3.1.0-1noble.20260615.151512) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-detector-umich/ros-jazzy-apriltag-detector-umich-dbgsym_3.1.0-1noble.20260615.151512_amd64.deb Size: 417934 SHA256: eeba44d49153547e9b3eff223ac3c8dd3fe0621b910541d9e2eb35a06019abb1 SHA1: 759222488ec43881a84806eed7d358fd3332e4b8 MD5sum: b2e47327b055e9fa7207a142f6622111 Description: debug symbols for ros-jazzy-apriltag-detector-umich Build-Ids: 3c9d0300ceaf7f564b19709b1271d60c3dcba7cf Package: ros-jazzy-apriltag-draw Version: 3.1.0-1noble.20260615.150123 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 640 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.20260615.150123_amd64.deb Size: 147966 SHA256: ec2cc7a9450243844f2c6326bd9fca2f877a2026978717019094c4296294bb74 SHA1: f5018b10c0e37a9a8277fd35e23436a8d7a66245 MD5sum: b3c3f89a17d14c7748a21e0f5d33c51c 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.20260615.150123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2966 Depends: ros-jazzy-apriltag-draw (= 3.1.0-1noble.20260615.150123) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-draw/ros-jazzy-apriltag-draw-dbgsym_3.1.0-1noble.20260615.150123_amd64.deb Size: 2617030 SHA256: 6d322ab74253a3489978486f90bb682ecb89561c851792dbcf9f93a6dcac4bd8 SHA1: 16b973f8d5fb84838cda4d8d9803de5925fddca2 MD5sum: 24a7ea62be463f2443cb98313b91ff95 Description: debug symbols for ros-jazzy-apriltag-draw Build-Ids: 3eb5802a184f7c8478ca00ca515ee8418e8eba4a 4620dd2ec657c4b1f0bb28f980d90f3691d1d576 Package: ros-jazzy-apriltag-mit Version: 1.0.3-1noble.20260225.051003 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 250 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.4), 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.051003_amd64.deb Size: 76170 SHA256: 4df11a017ff4a3cb5cc6906fd03c61a252abbacc535bf0719a4380460998debb SHA1: 748319db9490575c565cbcb9e981a85c446c0910 MD5sum: 62e0aa6c00d76a93d17b9b59530714cb 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.051003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 841 Depends: ros-jazzy-apriltag-mit (= 1.0.3-1noble.20260225.051003) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-mit/ros-jazzy-apriltag-mit-dbgsym_1.0.3-1noble.20260225.051003_amd64.deb Size: 826540 SHA256: 222c9889384b4bb94d3e2d25f3c730d8e1f8de0dd62bbedbe23cfb8c5b8cfd65 SHA1: 32078625b407b16630af104de151b12d71bab76b MD5sum: 16f15dc38c565472550a4bbf36c460ce Description: debug symbols for ros-jazzy-apriltag-mit Build-Ids: 428ed3c690a1ec3b9864e5d3a3fc343d5598317c Package: ros-jazzy-apriltag-msgs Version: 2.0.2-1noble.20260615.104635 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 757 Depends: libc6 (>= 2.4), 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/apriltag_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-msgs/ros-jazzy-apriltag-msgs_2.0.2-1noble.20260615.104635_amd64.deb Size: 73762 SHA256: 25eb948aa1af09de12a43fa1580da483c7b429a0b3d25c91bdf9f231456b71eb SHA1: 4f94ea2ceda107ceddf7ec7e01e4c0994f35a96d MD5sum: c54fed3a13cb6f2b6d81a7e330f6f150 Description: AprilTag message definitions Package: ros-jazzy-apriltag-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-msgs Version: 2.0.2-1noble.20260615.104635 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 551 Depends: ros-jazzy-apriltag-msgs (= 2.0.2-1noble.20260615.104635) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-msgs/ros-jazzy-apriltag-msgs-dbgsym_2.0.2-1noble.20260615.104635_amd64.deb Size: 424260 SHA256: cd6a99c9d434870d40cf7fee5e01967a51fd71b92b5bf97f287b3e2ab8aaaded SHA1: 4bcd91a5ebe8b1f4f3fbeef2192bd85f1a0af823 MD5sum: 6b1e6d42a3fa1cc907d81c8454a2ce91 Description: debug symbols for ros-jazzy-apriltag-msgs Build-Ids: 14732b7d8b5bfa32b18cc7ac4b555efde123f418 202b404f88d5b2653a53b7b180f8bbfdce8cfc52 52f7f9792ad827497795463cc3e0effe694ff49f 586c5da41f653f9dacb7e6ecbef6de58575c9f02 5b51ccedf8e557f0391270cd5e9d5fd13c3aa8fd 5d2e9a92adc3ffae33d2b0c7e15ce05702cfe9c8 6a3dc9a2fb88f8ae5c00d165b426d05f04fe8341 b944e3db7acf3a1b23e15f1460a30e69c614c780 b94f66c00fed6f95a2bd25aa13a14ac0b14a0b33 d76bbf2589c00fd816c3f499d43d8f2370e3dc96 e422e062549501be9d6e2cc99e1ba142cbf2182f Package: ros-jazzy-apriltag-ros Version: 3.4.0-1noble.20260804.182128 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 433 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 Homepage: https://index.ros.org/p/apriltag_ros/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-ros/ros-jazzy-apriltag-ros_3.4.0-1noble.20260804.182128_amd64.deb Size: 126378 SHA256: a296ad114a884c1aca7b52af58927ffda7ceb9a45a7d33adeb2caba42bc07cf6 SHA1: b1f10a13ab0470023c5c52853032891d1eee32a1 MD5sum: d44bc1755a01f7c3a9f1c3d3bcd93850 Description: AprilTag detection node Package: ros-jazzy-apriltag-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-apriltag-ros Version: 3.4.0-1noble.20260804.182128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 2447 Depends: ros-jazzy-apriltag-ros (= 3.4.0-1noble.20260804.182128) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-ros/ros-jazzy-apriltag-ros-dbgsym_3.4.0-1noble.20260804.182128_amd64.deb Size: 2320094 SHA256: 5bf5d06e2195aff126fbdf4ecf0f5fb6f352100a217cf04b81f6dfaa224bc81d SHA1: 057a3d76e0067c3ef5de85eb317293bc240a28ce MD5sum: 4591ae00714f2c2ede6dc8e4e363c80b Description: debug symbols for ros-jazzy-apriltag-ros Build-Ids: 71d2ecae11ec186db0cdd41cb0fe48ec8522e8e9 9b99a4d470df68b54c036d9932aba954ef059f2f Package: ros-jazzy-apriltag-tools Version: 3.1.0-1noble.20260616.083329 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 102 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.20260616.083329_amd64.deb Size: 25190 SHA256: fb1b137f7c34297f10c8e994bbe894c389ad3b38c41808d8dd8353736a873e9d SHA1: d6923b6b25603540c91d03332a552f1eb629edbc MD5sum: 0c025b974b4b52061b2c1253b886654f 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.20260616.083329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 505 Depends: ros-jazzy-apriltag-tools (= 3.1.0-1noble.20260616.083329) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-apriltag-tools/ros-jazzy-apriltag-tools-dbgsym_3.1.0-1noble.20260616.083329_amd64.deb Size: 478896 SHA256: e4a44029b722db5fd7fd43b6b8098247497ad1023d35eba0646c862a1d4bc164 SHA1: a6fa1b102cfc75a07e8e0b371ff87fec00a7c93e MD5sum: 32a639c78b79f36bf6cefe77f76c3c09 Description: debug symbols for ros-jazzy-apriltag-tools Build-Ids: 96d1572a0dcbe1bb16bb4ceba4859212b9b45b88 Package: ros-jazzy-ardrone-sdk Version: 2.0.3-1noble.20260225.232647 Architecture: amd64 Maintainer: victor Installed-Size: 11357 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.20260225.232647_amd64.deb Size: 1276186 SHA256: 45e4d39475d272755e385a463951a17b8d86d169a406ece8f1f67a75d65edd4b SHA1: 5807422fc9531e8299c85004ad1997bcb858ce28 MD5sum: 64600c44e2078a6a2e8b136f45ff620a 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.20260225.232647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: victor Installed-Size: 4195 Depends: ros-jazzy-ardrone-sdk (= 2.0.3-1noble.20260225.232647) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ardrone-sdk/ros-jazzy-ardrone-sdk-dbgsym_2.0.3-1noble.20260225.232647_amd64.deb Size: 3411210 SHA256: 1ff4bba7564fab147db3c7fd8532fadeba73c0ae1e76d60345295c332a960fcd SHA1: eabb5963636284122f2f4dc0b1d6aadcfd3ae15c MD5sum: aba875693ef7f417c9648e20b59bfd75 Description: debug symbols for ros-jazzy-ardrone-sdk Build-Ids: 19050bc0071880c051d33d3374bffa99abc1af8d ed02fe34ec3f600e582e4abec59b02fb31bf0006 Package: ros-jazzy-ardrone-sumo Version: 2.0.3-1noble.20260615.151916 Architecture: amd64 Maintainer: victor Installed-Size: 696 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.20260615.151916_amd64.deb Size: 164078 SHA256: 0d3f4b12cddb486f549b277afdf91bd3719cbf46861bb4224c96b6f1d2ac8779 SHA1: f5c5fb5f2dd5202db5635dcbaf9dbf0ae47dba28 MD5sum: 65c257c6f9bde1356e393edbe1926c10 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.20260615.151916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: victor Installed-Size: 3256 Depends: ros-jazzy-ardrone-sumo (= 2.0.3-1noble.20260615.151916) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ardrone-sumo/ros-jazzy-ardrone-sumo-dbgsym_2.0.3-1noble.20260615.151916_amd64.deb Size: 2873864 SHA256: c16a6d97b016a4d081157198c4f5b8d0b217b4db2d91724c451ae9ab3e1783a2 SHA1: 36e04403a89936a8edb715f55382391ef1c60e2c MD5sum: dab5e964c9d370a9cf05ff0d72bbc36a Description: debug symbols for ros-jazzy-ardrone-sumo Build-Ids: 2d954334960f118aef18115a900d610a2f883c0c Package: ros-jazzy-aruco Version: 5.0.5-1noble.20260615.173222 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 854 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.20260615.173222_amd64.deb Size: 297570 SHA256: fd9cc9e3e797ef2de9009f661c9b26cd1063d76f7a3f48e8774d20b245b903a8 SHA1: 345f8ab68ce70dbcdfa0196926028a14342b5fb7 MD5sum: ff7c5a348b1bc925780e883047395d94 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.20260615.173222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 4473 Depends: ros-jazzy-aruco (= 5.0.5-1noble.20260615.173222) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco/ros-jazzy-aruco-dbgsym_5.0.5-1noble.20260615.173222_amd64.deb Size: 4414950 SHA256: f689d5ec708b653ffc4378891959fc2a88fefff0dfe3fb572b8dab1be3c5ed8d SHA1: f01d732b22e40e4a94d4f2034479e309e5d4a0b0 MD5sum: 6ca4c543704b5d75d226d64fb0898d0b Description: debug symbols for ros-jazzy-aruco Build-Ids: f98dee9a5bf1bc322e07bdb6401c1bf025218a1c Package: ros-jazzy-aruco-markers Version: 0.0.2-1noble.20260804.181725 Architecture: amd64 Maintainer: David Brown Installed-Size: 3435 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.20260804.181725_amd64.deb Size: 395892 SHA256: 1e40e487694f0e5b6ea2f6a237d72fd75998592110891132f6c732ad2b0b0176 SHA1: c727f02706803e46435e13a4704dc5460dfb68bb MD5sum: b6b40e5a4b5df6068e20839f7222f7c0 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.20260804.181725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David Brown Installed-Size: 4613 Depends: ros-jazzy-aruco-markers (= 0.0.2-1noble.20260804.181725) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-markers/ros-jazzy-aruco-markers-dbgsym_0.0.2-1noble.20260804.181725_amd64.deb Size: 4141104 SHA256: 6832b9685d28f7686c2a52149a0a1e149fc5626cc25381cc477eb31b90a309ae SHA1: 737f79e8bec5b8a77811c979813a3c50ab725853 MD5sum: 2c88f0da53fe42efed7cca6744257a43 Description: debug symbols for ros-jazzy-aruco-markers Build-Ids: de493980cfa8d06e71bb6944afdc6699cb81687b Package: ros-jazzy-aruco-markers-msgs Version: 0.0.2-1noble.20260615.111054 Architecture: amd64 Maintainer: David Brown Installed-Size: 618 Depends: libc6 (>= 2.4), 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.20260615.111054_amd64.deb Size: 61896 SHA256: 23cd50dedf0cce784ddd9ceaeaef91f03fbe8e5ab86d08d42c63ecc40517aaf7 SHA1: a2b54ccb7ecd7030aed67a171febf799656407db MD5sum: 093f9ecbafe66cf59ad53c49e5d55028 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.20260615.111054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David Brown Installed-Size: 434 Depends: ros-jazzy-aruco-markers-msgs (= 0.0.2-1noble.20260615.111054) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-markers-msgs/ros-jazzy-aruco-markers-msgs-dbgsym_0.0.2-1noble.20260615.111054_amd64.deb Size: 324132 SHA256: f08f50f1ba4b4073e01b63c3b0092d1093fd4772fd78c57fb1099eac64cf4c8e SHA1: ba241b01c137f69b45bf9fea3cee34cfabef9a6d MD5sum: 56220bfb228d4a47db00fb6031c03f70 Description: debug symbols for ros-jazzy-aruco-markers-msgs Build-Ids: 0f9cef6f8fd3b2db88facd4d24f7ec99e3021251 2f99a3a271a470e157a33db393acfd29ab73e72e 3b87f0ea948227ce2ea74f5a3b6fe8bfca600c4d 6bdebb564cdcfe105e6ae7243a4b37ad05541037 b6cbe5e7b21d9305c619ac3ac49a8de492ae9c72 d5b8de0999f8446183316136a454bfd8a6d9370a dc433dabb176e9376b31dbaa66625dc0d8ec14aa e5d6631e358d5df63f8c7ea14296be1e0990b266 e982e2c676ea68771f0108352ebd8e797c3852a4 efc462c7e102bb5b3c8861b9e002c2b3a786453c f0c79993cc44341920d818d4e73c620fd148659e Package: ros-jazzy-aruco-msgs Version: 5.0.5-1noble.20260615.111112 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 601 Depends: libc6 (>= 2.4), 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.20260615.111112_amd64.deb Size: 60380 SHA256: 84922cd88b6e32c6c09b39c3f8053a978646c536133ad076c20ad0ca2905fb65 SHA1: 8b6dc32aec8978c97098f57195a3415f976dc384 MD5sum: 153d753560289754ff9781c06bc9bb8e Description: The aruco_msgs package Package: ros-jazzy-aruco-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-aruco-msgs Version: 5.0.5-1noble.20260615.111112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 430 Depends: ros-jazzy-aruco-msgs (= 5.0.5-1noble.20260615.111112) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-msgs/ros-jazzy-aruco-msgs-dbgsym_5.0.5-1noble.20260615.111112_amd64.deb Size: 321050 SHA256: d2420235f74e91bc63461918c51053339f054770ffbc59c16a2f80f9c615a11c SHA1: a71efce50ed908d19e40d34dedc07df9bb8d5e1a MD5sum: 64e35868a79398c7b2f8c825b47cc82c Description: debug symbols for ros-jazzy-aruco-msgs Build-Ids: 10a865ff10f8e07fa73b46cd442735d61a84c13f 13405398ae0a8e2c8cb6856e2f91e5daad2cb5b5 254a018847e478839fcb383f46c0cc404e029548 8aa424f17d4816d91dda64283becb71266c7bafc 93500d06affcc55a32fdb2747c40d693efbdb543 93ad819b82265f01d9847c160a2e7f7bd9ac540d ae8fe2fa3e244a4a6b7e2644c732690a2da2a1f1 b29f7a88273ced512b65d5a73822dbe8baaf2898 b9d498b4aeabc36a0af261dd2c195b2ea4eb86a0 be72c1d4724824ed5e0edee2e763325a4692cb62 e00cbda29a3a77ea2ea78e454848d88c7f842320 Package: ros-jazzy-aruco-opencv Version: 6.1.2-1noble.20260804.181734 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1478 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.20260804.181734_amd64.deb Size: 292888 SHA256: 9af3f6ae643d8198e26f0edc04dbb2ecdd842958de07253212aff453a30c20d6 SHA1: 53cb12e3ab0bc072ab7b40fc4460b161164769db MD5sum: 98f191987fe605a0ad47575f7dd2857f 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.20260804.181734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 7532 Depends: ros-jazzy-aruco-opencv (= 6.1.2-1noble.20260804.181734) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-opencv/ros-jazzy-aruco-opencv-dbgsym_6.1.2-1noble.20260804.181734_amd64.deb Size: 6474644 SHA256: 12c0884fd86e775d6cc5683bfa53fef02a9d92c5de688e93a7206dc84ae9e122 SHA1: 6b5cbe3c1851dc4642c5d4a4dffcd3c0dcd5c6ed MD5sum: 798c457eba6636098b81658e44874303 Description: debug symbols for ros-jazzy-aruco-opencv Build-Ids: 5316f4908b9707e8f5a5526f7e13909eef8c88ec 6c3b7b6f9d8d750ebcae08a2315f75b8a2689d16 c09c1251eb2407225a1fd508f9d0aa6aa0be1e06 Package: ros-jazzy-aruco-opencv-msgs Version: 6.1.2-1noble.20260615.111126 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 739 Depends: libc6 (>= 2.4), 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.20260615.111126_amd64.deb Size: 70658 SHA256: 489918b24cf3fe3322d2f5afc5121d5b168e11d5bdba51b9bdf405930fa25fcb SHA1: 17607933500167d169c7bd36d604da012bd0255d MD5sum: 20a056999cdb5fecc8ccdab8cdd16f57 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.20260615.111126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 553 Depends: ros-jazzy-aruco-opencv-msgs (= 6.1.2-1noble.20260615.111126) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-opencv-msgs/ros-jazzy-aruco-opencv-msgs-dbgsym_6.1.2-1noble.20260615.111126_amd64.deb Size: 425152 SHA256: 78f605112d20d28f95fe650355f5fe387676576c90f11703345a2a88470f4630 SHA1: a43a838d10f363d9913f9afa41844b0106cf1cab MD5sum: 279f0bea15eb1caf7f4294ec2dc151de Description: debug symbols for ros-jazzy-aruco-opencv-msgs Build-Ids: 24944409e7e0bc2aab205e7942f78896a2c759f8 2648648f7c26cbe6ca3898f9a0708385661bd67a 26564ded25e6fc373cfd7e30440906b6fa2436c1 338f5cea9f270c9f9d074040f038dcdedff8e4db 6fd23c8c4d745b870b261e78d76ed5c9ef2536f2 75c87e47027b24a15bf32a9b5161a98dbaa0f430 7eeeb9a15ee54177d17ec208fbd6dee2e272fee0 880e8ed381a08283c6cf6fa5be0cba7b471c5757 a97a695c245c291616d569f7e1bb29b9890ca954 b94331254543fe30681d1db53cf13ef77757e079 e9a47c719f26a5180199e113e8370a5f72774456 Package: ros-jazzy-aruco-ros Version: 5.0.5-1noble.20260804.181825 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 2570 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.20260804.181825_amd64.deb Size: 558532 SHA256: 9609074d725433f078560dbded2acfbb39ec86d98ef5c59c562c241fdde7fba7 SHA1: 2b5145559caebf67183b05211f2ab5cecabc87a4 MD5sum: 3554e1c60c809b54471d70aeaf02aa66 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.20260804.181825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 12942 Depends: ros-jazzy-aruco-ros (= 5.0.5-1noble.20260804.181825) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-aruco-ros/ros-jazzy-aruco-ros-dbgsym_5.0.5-1noble.20260804.181825_amd64.deb Size: 11546734 SHA256: 1a61933e17b2136cd7860ac8deca934b8d40bbaf1ccd32f4e67912af4858739a SHA1: 39a768d1da04f106e705e34a6d34b46700f29bb1 MD5sum: 4ede8cabda1da878648a8a7bfad5a2e4 Description: debug symbols for ros-jazzy-aruco-ros Build-Ids: 2389b29c14b66576a6c3559c4711496e3d645df5 5365dc1f294ab93e63f6a7eeef85b96dbcd438ae deba5b66973d362b43e388901b0dccd72b9bf1d3 f94755584b245ecb1d14daeddf7b0c0c68b8b90c Package: ros-jazzy-asio-cmake-module Version: 1.2.0-4noble.20260225.232707 Architecture: amd64 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.20260225.232707_amd64.deb Size: 5936 SHA256: bc261fdb32a0d0679a107dc56cadf433dcfd82f393ab98f0b795ab43aca95e7d SHA1: a4fa4046de5f3a59e9e2aac93a3cb688088528e7 MD5sum: 2d8968c84be08ff7437c310b0fa4c7aa Description: A CMake module for using the ASIO network library Package: ros-jazzy-async-web-server-cpp Version: 2.0.1-1noble.20260603.151926 Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 595 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.20260603.151926_amd64.deb Size: 182136 SHA256: c97b926869a83dadd4e8841c93b84a0e0178ac67c599109a2104fa6f664eb5f3 SHA1: e0585605b7e23db274c5ac5646a4650fe47a4713 MD5sum: 5aa41b496fa52b9cc14234db07fb6739 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.20260603.151926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 2832 Depends: ros-jazzy-async-web-server-cpp (= 2.0.1-1noble.20260603.151926) 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.20260603.151926_amd64.deb Size: 2645612 SHA256: e47fe052f2512e7307be31f28ff01a6925fb099a649452ca94101d7785fe8d8d SHA1: 36bac165a16aa132685f472eaec365fcc22c577e MD5sum: 84d3fafdc5b0de7f208a85814a53c33c Description: debug symbols for ros-jazzy-async-web-server-cpp Build-Ids: dfe8f8aba8ba023a6eafb2c4e5562f187309a364 Package: ros-jazzy-at-sonde-ros-driver Version: 1.0.0-1noble.20260615.140823 Architecture: amd64 Maintainer: MA Song Installed-Size: 194 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.20260615.140823_amd64.deb Size: 54764 SHA256: 5baf1b4058e2ffed5983a9755f742b44b0c41a3ca8e9005c9c6d5f7748667eef SHA1: 82cd15aec7b01d4699a69c626d7566595980a0c9 MD5sum: 5a47386ea30a6b0cd7f659500cc272b2 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.20260615.140823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MA Song Installed-Size: 838 Depends: ros-jazzy-at-sonde-ros-driver (= 1.0.0-1noble.20260615.140823) 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.20260615.140823_amd64.deb Size: 777390 SHA256: 69e82fa9cc55b55200a146f58fb77903415a505529e1dd87fbddcd546ece0787 SHA1: 49f5369db5a0e2d7c9ceb6aac7c049bd7e681507 MD5sum: 5a19172e1f3b80164578ef5ce4a558d9 Description: debug symbols for ros-jazzy-at-sonde-ros-driver Build-Ids: 0931a4abd8b519a2d401c8c0e9ce3f34a6f5ca00 Package: ros-jazzy-audio-capture Version: 0.4.0-2noble.20260618.161228 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 484 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.12.0), libgstreamer1.0-0 (>= 1.0.0), libstdc++6 (>= 13.1), gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gstreamer1.0-alsa, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-tools, libgstreamer-plugins-base1.0-0, libgstreamer-plugins-good1.0-0, ros-jazzy-audio-common-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-launch-xml, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/audio_capture Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-audio-capture/ros-jazzy-audio-capture_0.4.0-2noble.20260618.161228_amd64.deb Size: 117316 SHA256: 228cb4ed9433023ee93c5dea2ad013ed342a6da3f8a6f9b400bee11f1741f8fa SHA1: df48deec5e48bcc8206f6827a519b16192dab5a0 MD5sum: 949ec4f413bf135843dce9d0e7d3178f Description: Transports audio from a source to a destination. Audio sources can come from a microphone or file. The destination can play the audio or save it to an mp3 file. Package: ros-jazzy-audio-capture-dbgsym Package-Type: ddeb Source: ros-jazzy-audio-capture Version: 0.4.0-2noble.20260618.161228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2151 Depends: ros-jazzy-audio-capture (= 0.4.0-2noble.20260618.161228) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-audio-capture/ros-jazzy-audio-capture-dbgsym_0.4.0-2noble.20260618.161228_amd64.deb Size: 1977270 SHA256: a82e6953d2412b6ce283295826fb83a7c35587fd3119c1d87005c1003ab79c1c SHA1: fde523b210c79c3cc2bc39cc0ea7b95679f9b8e1 MD5sum: c9eda0ad28916e5bd98b007c6e3d1fb9 Description: debug symbols for ros-jazzy-audio-capture Build-Ids: 065d80e71ad19a47abefc6a5b7daced7a3cc7af6 b965a8ce5d71acd2dacc24335d9d090d4b264426 Package: ros-jazzy-audio-common Version: 0.4.0-2noble.20260618.162336 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 42 Depends: ros-jazzy-audio-capture, ros-jazzy-audio-common-msgs, ros-jazzy-audio-play, ros-jazzy-sound-play, ros-jazzy-sound-play-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/audio_common Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-audio-common/ros-jazzy-audio-common_0.4.0-2noble.20260618.162336_amd64.deb Size: 5654 SHA256: 9df24ca8f33b485a25601e82337e488a8ef7f5d026ecba7299c76fda5b7cb5fd SHA1: 601543fd05e850a3d4e360db908386e83c8089af MD5sum: 66f58c24c28d0eacb0cb0930366490f6 Description: Common code for working with audio in ROS Package: ros-jazzy-audio-common-msgs Version: 0.4.0-2noble.20260618.160901 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 703 Depends: libc6 (>= 2.4), 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/audio_common_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-audio-common-msgs/ros-jazzy-audio-common-msgs_0.4.0-2noble.20260618.160901_amd64.deb Size: 67798 SHA256: fc75d746954d9065108af07ee5c536129936db4dd02e1779f68b39099da23c11 SHA1: 5f086a97ecd661de12743d20fadeb7634e314ae4 MD5sum: 653134e9f0437fd3194b545f94f21753 Description: Messages for transmitting audio via ROS Package: ros-jazzy-audio-common-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-audio-common-msgs Version: 0.4.0-2noble.20260618.160901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 524 Depends: ros-jazzy-audio-common-msgs (= 0.4.0-2noble.20260618.160901) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-audio-common-msgs/ros-jazzy-audio-common-msgs-dbgsym_0.4.0-2noble.20260618.160901_amd64.deb Size: 398170 SHA256: d877c7c4d2c1f3ea931bf3201ff5c7e718818e3f583fadffa394aa25bfd1449c SHA1: 565e5f6a35a33cfa73d19a8ea9a7bb68cea2ceca MD5sum: 73d7fc35ace011b5e8fef70ff604da8b Description: debug symbols for ros-jazzy-audio-common-msgs Build-Ids: 259c3d55a8618c9768d1c9396b0e68940fd6c5a7 2a51cd382190e1aaebd89af90ee14cef5c527890 3003b1846c7edcb1f5fa34a638d1d4ab6dd6a10a 3ddf0105e51110c140d87201362d8a03b68fb14f 430d60387bfd06c5f0bbcd36f23c1cca72dc343b 57d8a6c3eb5f0d2d06d18c4f7d2a912295e0a663 73ede03f2ec76df42985a796000bd006a53b02cd 975f56112424f30aaa5027f2ec1e09155a24fc2c bb2c70f1141645b58f03b7fb4c0f459ddcdd2986 c81b689d903588463efe82accc581db1776a8bb7 eb49a54682efb2d549f2dc4346a2ad0a4b1edce2 Package: ros-jazzy-audio-play Version: 0.4.0-2noble.20260618.161205 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 615 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.12.0), libgstreamer1.0-0 (>= 1.0.0), libstdc++6 (>= 13.1), gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gstreamer1.0-alsa, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-tools, libgstreamer-plugins-base1.0-0, libgstreamer-plugins-good1.0-0, ros-jazzy-audio-common-msgs, ros-jazzy-launch-xml, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/audio_play Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-audio-play/ros-jazzy-audio-play_0.4.0-2noble.20260618.161205_amd64.deb Size: 127926 SHA256: ed7161fc1ccb500fd73b8c41dd6e6074340792c6af848714bee907427616076a SHA1: 7ebb2d9ec60375a70671324db37f612484acdc92 MD5sum: 979ceae0625ee6adcda9d58144436e53 Description: Outputs audio to a speaker from a source node. Package: ros-jazzy-audio-play-dbgsym Package-Type: ddeb Source: ros-jazzy-audio-play Version: 0.4.0-2noble.20260618.161205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2675 Depends: ros-jazzy-audio-play (= 0.4.0-2noble.20260618.161205) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-audio-play/ros-jazzy-audio-play-dbgsym_0.4.0-2noble.20260618.161205_amd64.deb Size: 2329168 SHA256: 1f9447e2f78ddca63040fe55478e945497f0fabb4b04eaa6651953376cb24ff3 SHA1: 974ba149aab52e8cc39891fe0aac36c957bf7e42 MD5sum: dffaae355fff286b0f6534dfb4c15463 Description: debug symbols for ros-jazzy-audio-play Build-Ids: 80349a52bb40b60f255613404108f912f1f26550 f47769a297ab54c5e25c80963457d7c1a8b8fb93 Package: ros-jazzy-auto-apms-interfaces Version: 1.5.1-1noble.20260612.065054 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 5749 Depends: libc6 (>= 2.14), 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.20260612.065054_amd64.deb Size: 310604 SHA256: a3b998b09a785bc02c7d0274eaa685f1137851ba045978d7b36fb31f31bc7196 SHA1: 23233e87b0624b1794f3d6cbad6b00ebdd523651 MD5sum: debcf1a2e204f1ed13c600c9e7a79666 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.20260612.065054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 2714 Depends: ros-jazzy-auto-apms-interfaces (= 1.5.1-1noble.20260612.065054) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-interfaces/ros-jazzy-auto-apms-interfaces-dbgsym_1.5.1-1noble.20260612.065054_amd64.deb Size: 1827882 SHA256: 542af6e9eb260ca935e4fc83964cf4dc1c67af9341cdd842031bf8740b3d7400 SHA1: 69558009840e628f07299c5da21f67f328971184 MD5sum: a0c4fcb350cd8a0ca270518d6c394776 Description: debug symbols for ros-jazzy-auto-apms-interfaces Build-Ids: 00600299bc3c075586d12527cb8f12857e254556 2f903954199b43c389b413cea3593eb2e200e8e2 461aec0607bd64edd9566bbd053fb41fd508bd12 5cb8bdd389c1383719c8fc1f0a0f01da8d411aeb 7d0ae76c86051f45245f96c2aa4de7e3d64e7133 7e24d569fbc1f1142ebbfe689e2d01c8b0dbf103 83ff2afaf968f4f95e4cb4d851427a4f59f81ca8 87681240ce33e64e6ff5e0ba68ed6362834bbb22 8a5391ed70f7ae9b8841b7a9c3f22f2dbd4d4266 a0b702ff357a34610473aa1cccf1ca61fddc5250 b309c52e0fb00188006e6406476cfc187946dad6 Package: ros-jazzy-auto-apms-util Version: 1.5.1-1noble.20260726.093704 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 209 Depends: libc6 (>= 2.14), 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.20260726.093704_amd64.deb Size: 41296 SHA256: 7ec5554830d2ca55642ac8eba71c6c0658b8e9263af4eabfb264d220c82e81f2 SHA1: 4ba6e768d50d1b225cb18d8f2d84351e3f3c8169 MD5sum: 159db883333c80f317e4c8ef1d65cac8 Description: AutoAPMS utilities Package: ros-jazzy-auto-apms-util-dbgsym Package-Type: ddeb Source: ros-jazzy-auto-apms-util Version: 1.5.1-1noble.20260726.093704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 268 Depends: ros-jazzy-auto-apms-util (= 1.5.1-1noble.20260726.093704) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-auto-apms-util/ros-jazzy-auto-apms-util-dbgsym_1.5.1-1noble.20260726.093704_amd64.deb Size: 246060 SHA256: d0d2eaad049bae2d1395e66cb400254f29cfe7528a2f915b1dfd35d745cbea6d SHA1: a4dcd51adb1ae8f84aa54802e08b91efe6da4440 MD5sum: 098f246f3052e49482520394c8f652ea Description: debug symbols for ros-jazzy-auto-apms-util Build-Ids: 14bf6d7557c9b085d857ea4d3b1d25cca82676b4 Package: ros-jazzy-automatika-embodied-agents Version: 0.7.4-1noble.20260804.184735 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 4203 Depends: libc6 (>= 2.14), 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.4-1noble.20260804.184735_amd64.deb Size: 519404 SHA256: 4c9a3c2c9c6bf664c43828b9205ff38888360215d39afa77a1ad86388f721176 SHA1: 62cd5426e655e3251d423ee535bb4daad61fd237 MD5sum: ea88a4a128ba568e5cd6119421effa5e Description: agents Package: ros-jazzy-automatika-embodied-agents-dbgsym Package-Type: ddeb Source: ros-jazzy-automatika-embodied-agents Version: 0.7.4-1noble.20260804.184735 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2396 Depends: ros-jazzy-automatika-embodied-agents (= 0.7.4-1noble.20260804.184735) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automatika-embodied-agents/ros-jazzy-automatika-embodied-agents-dbgsym_0.7.4-1noble.20260804.184735_amd64.deb Size: 1906994 SHA256: 22f9e76c3fdb5b6a831a1f485f233f0b0c703237a60ba0f6daa097332a042ffc SHA1: e732af22105863e08b432b62b2802a7083d8dcb9 MD5sum: 9fd8b69d70ae1fa34309780ba1541436 Description: debug symbols for ros-jazzy-automatika-embodied-agents Build-Ids: 31c3bcdf5952f58c56adea33278987ac2c1b8b10 60776944a6bad66fe5f730b8852b16d5b9bb9f11 667466b527869084dd27a463e008916c0cdd16a5 9725f888a23afd4cde2dc3186581bac2ba8e4982 a53cd7e8e82851149e2a2f6be81b4f178f5a74fe ab38dfefcba2a6a788683f548f15fc573178fe7c b484326020627a779da76ef96a8c8fb4b89cbc01 b65808c99fc0ed72491c995de2e30862e90da3bc c186f70223e663c246f2c1af6c0ac9c029a888e4 eee6bc644ec71f56ea0a05eeafbc06dfb7594878 f203470e2188cc42094e6ddd63dd94fb8bc1bee0 Package: ros-jazzy-automatika-ros-sugar Version: 0.7.1-1noble.20260804.180545 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 4042 Depends: libc6 (>= 2.14), 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.1-1noble.20260804.180545_amd64.deb Size: 710550 SHA256: 49f59e8ee2a146609fd5e5aee98c8e2d6bd683f01d2bc1c01453b8d6b58f6875 SHA1: 39b1239432e7bb32089cebcd9686b546b636273d MD5sum: aeaf7fdd9f4387691b2767a477277099 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.1-1noble.20260804.180545 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2083 Depends: ros-jazzy-automatika-ros-sugar (= 0.7.1-1noble.20260804.180545) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automatika-ros-sugar/ros-jazzy-automatika-ros-sugar-dbgsym_0.7.1-1noble.20260804.180545_amd64.deb Size: 1667268 SHA256: 794782d2894bf7672761d7363bb8afff5d079bc097db04395f2cb8ebb83a36c0 SHA1: 183cfa48fa5fb7a6507655abf83758aeb68feb15 MD5sum: 4ae2caecaf3c85d542f49b183b3a7625 Description: debug symbols for ros-jazzy-automatika-ros-sugar Build-Ids: 2ff89de38d85730942cb3d92feafdcfad7a7c99e 59ae04bb431b9e88e589088c894ff974dfff7679 6797bc4f310ccb44ede794c524566a7f2d41ee4b 6ab66acc6102a7f5041a11cceeef1e444210ab30 75655d962362c7f45a4b9ae9d7c830cf1a3c9554 9c26a22deaa25cf98bdc4fec7631a18db87880ca b5e840d3913ed7eb5119dfbdd9c908ca9fadded0 ba3f591b3c27ee40f7808e5fedc393f3df06518b e11ad689315892c4b8e37453c6fcdc6f1de1186b e2a14dd28d55a4d3ee78e8ba5ec51a2955db64b2 f5194b0d3d78fddb996093cfa0cb6fd389a95926 Package: ros-jazzy-automotive-autonomy-msgs Version: 3.0.4-6noble.20260615.125820 Architecture: amd64 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.20260615.125820_amd64.deb Size: 5634 SHA256: a86f9d57771679808cf568aa3c7b80a7d7449e317085804c884a59efa3fdbfb6 SHA1: 15cd656eac412436a18e2acc50a544c1937b5f84 MD5sum: cc84ea2cfc6ca455572a24c731824e2f Description: Messages for vehicle automation Package: ros-jazzy-automotive-navigation-msgs Version: 3.0.4-6noble.20260615.111226 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2305 Depends: libc6 (>= 2.4), 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.20260615.111226_amd64.deb Size: 166588 SHA256: 452bf6c8e09a7200868681cea5c79d8a99a1efd2283eadc6570a4db23a838656 SHA1: ec679730f8133c6d8685ce4b47dad4039a2edb4a MD5sum: c2b8faa3c0476d4e79a2ca0b4a615f1d 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.20260615.111226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1763 Depends: ros-jazzy-automotive-navigation-msgs (= 3.0.4-6noble.20260615.111226) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automotive-navigation-msgs/ros-jazzy-automotive-navigation-msgs-dbgsym_3.0.4-6noble.20260615.111226_amd64.deb Size: 1426592 SHA256: 30b11b55abd3d342787d827050793690b971145fa4c371e7e65caa43daf1a0ba SHA1: 462ae5873867ce58c575e71359fe831abed62c64 MD5sum: e1b117d7989e07a5b3bc792a3954bb64 Description: debug symbols for ros-jazzy-automotive-navigation-msgs Build-Ids: 00f73e140541c69cc7aa3b8857e4d1d049a1e88c 1ae0c14aebd36fa13a1ce4c17f981718c85ca12d 1bf9ca7b3cb74435ded1d8368cf93267e76a2914 2b982845ece75f014e5c66e6b3216ff5e3e693de 2f4b37be8c830392c07430486af391937b0c606b 73766b68f9352482ee572dfe5861eb6127193bc2 7441818beb73f5f581a54e9743a0b2c36914abc8 9e12440ba7782b997c390cc4fc000d1fe0ab7c8f a8407f1982d185688167176b9555f82313502ea7 af7411823d6466872abd2e64a3082259604925b3 ef14775cc46a20d0e5869a8d70ebbc5b4af723bc Package: ros-jazzy-automotive-platform-msgs Version: 3.0.4-6noble.20260615.104814 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 4387 Depends: libc6 (>= 2.4), 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.20260615.104814_amd64.deb Size: 260110 SHA256: 204d0a36f83b9f101857ac769c0d46a242eabbc0b8116f7943017ad87274cddf SHA1: 9dec0b40bec63c15c2fdab2d5a3320e2176f0b44 MD5sum: a808a247632e3fca4bb37349e3cb9b8e 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.20260615.104814 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2908 Depends: ros-jazzy-automotive-platform-msgs (= 3.0.4-6noble.20260615.104814) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-automotive-platform-msgs/ros-jazzy-automotive-platform-msgs-dbgsym_3.0.4-6noble.20260615.104814_amd64.deb Size: 2299210 SHA256: 04912ee6c0e5e9084faed6c1bbafce2bf79d2232393ae8dc77d6e55f58f005b1 SHA1: 760b91e665fc4942df16d7599ade5eb66527d2e0 MD5sum: 6344d0fa5f75cc10e9b24e4221228aa2 Description: debug symbols for ros-jazzy-automotive-platform-msgs Build-Ids: 0a312ea520bebf8395a0359f84518e4318bbd6ba 578c1a0dbbbf666e5733c4b42f7a378839509cff 5f364831a4072eec8344af2ca6035f712d512c25 7189b4787402b318f39efa6d8350aa264fa7b4c8 732a4a331a267779ac5b850dcb944fa3f31031a3 92f346ddc3bf8a38871fab90a08acd36b8959e4a 9d0fadb3e4c007ffaf5b53a5bfe85134d3fd0e42 a4d3f2c6b91a9352dfe12148ea8515f59a2861e2 b26b1976f31e3a981576fa4a83371d2ffdc389b5 f640a3a8fda4134aa7cd1646214a347743ed6713 f64978256353d21e5b9855ee138d66fde940bc46 Package: ros-jazzy-autoware-adapi-adaptors Version: 1.9.0-1noble.20260806.100614 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 1105 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.9.0-1noble.20260806.100614_amd64.deb Size: 188140 SHA256: 1f4dd07801b7f756ab003dbf1c7497e89e57cf20129c8df2f1f32319983961df SHA1: 98d8324f3b51aabc32dc76f72d0e7b7b1a8d43fe MD5sum: e7d03637ff48608169e4b1dbda41f8f3 Description: The adapi_adaptors package Package: ros-jazzy-autoware-adapi-adaptors-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-adapi-adaptors Version: 1.9.0-1noble.20260806.100614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 5569 Depends: ros-jazzy-autoware-adapi-adaptors (= 1.9.0-1noble.20260806.100614) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-adapi-adaptors/ros-jazzy-autoware-adapi-adaptors-dbgsym_1.9.0-1noble.20260806.100614_amd64.deb Size: 4693850 SHA256: 110e39e7609aacf40783fff9a5331c6faabb3d77cad065f6b17ad5c064791c1c SHA1: 98ecf0e14f18ce366eda6d86a040dce45b5edbc1 MD5sum: 343a25475f1c098ad3bd4f17030cfe25 Description: debug symbols for ros-jazzy-autoware-adapi-adaptors Build-Ids: 5df165e61f732b61b77fd9653e579debccadc5db 6f604da9aa85ef1eefc51285633cb76540a8b37d ea1386623e47a333e7c862708d96c665eaecfd0f Package: ros-jazzy-autoware-adapi-specs Version: 1.9.0-1noble.20260731.141332 Architecture: amd64 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.9.0-1noble.20260731.141332_amd64.deb Size: 8482 SHA256: 67498ab0f6c5a3c06af45b88b19d77eed5ca6c05a741d0490789950bfe6702b7 SHA1: 890966860abbc7771d94f2884b04d6f2413e7014 MD5sum: 801ed8e8a917ea87dae49d689d2288e0 Description: The autoware_adapi_specs package Package: ros-jazzy-autoware-adapi-v1-msgs Version: 1.9.2-1noble.20260731.141106 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 16910 Depends: libc6 (>= 2.14), 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.2-1noble.20260731.141106_amd64.deb Size: 983000 SHA256: d530bef5764eafc3285e567aac99101d193ae460327a9fd989470c5f303bec62 SHA1: 48e02ec01aea494d0e97a2c75d9bf6ad458c636f MD5sum: 9db14c324311f3ce1f43718cb26ea950 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.2-1noble.20260731.141106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 13132 Depends: ros-jazzy-autoware-adapi-v1-msgs (= 1.9.2-1noble.20260731.141106) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-adapi-v1-msgs/ros-jazzy-autoware-adapi-v1-msgs-dbgsym_1.9.2-1noble.20260731.141106_amd64.deb Size: 10629816 SHA256: 0502d3d766575c459edaba47058fb8d5f47928ae9ffcc474c3249c7e1c59c284 SHA1: 10ba85a5eab76ef08cef7739a96a8bd2538f706c MD5sum: 9fe798540dee87957cf22b8ec3acabec Description: debug symbols for ros-jazzy-autoware-adapi-v1-msgs Build-Ids: 09d1a48c4fe9a3b867be5935a6a880a6f2bc2fce 0a8c489d27246b7ecf252624c1d7478791578d74 381025df768d532c959c7ee8c289b6d984dcbde7 3af873c109b75573aa6deb836020e3d9102b5c7a 44774fcd2dff580e4c0218916ad05703b14ef7c6 9634b9a97eae265f72792f362bb4be6bd8992aad 9d425233330cb67270e0b44b440c677dd931d603 9e37d2f1c102ba5c5328f4d359f9e578b0f87f96 a0a4ed02d875258609af6601d7d79b2c06401a0f ae69d26c14229e15fbe958d0bd11329e45bd4dde bd58aea8ad8059be446f5c3208a8255ba178bdbc Package: ros-jazzy-autoware-adapi-version-msgs Version: 1.9.2-1noble.20260731.141103 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 746 Depends: libc6 (>= 2.4), 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.2-1noble.20260731.141103_amd64.deb Size: 68082 SHA256: 965e321e1414a2530f1bac0ce847a11036776a1c6fee2c78214656a8d295bdc3 SHA1: 5ffaad6ef17a5688615e34890c418bdad346f88f MD5sum: 70433a505d1e4cac03032f270564e307 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.2-1noble.20260731.141103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 446 Depends: ros-jazzy-autoware-adapi-version-msgs (= 1.9.2-1noble.20260731.141103) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-adapi-version-msgs/ros-jazzy-autoware-adapi-version-msgs-dbgsym_1.9.2-1noble.20260731.141103_amd64.deb Size: 309864 SHA256: fb0177c332385d1fc811924739a112e3cdcdfd51198060e531291b6e13d4c555 SHA1: bb95358dfea4656a196999d1d5933b6bdbf8602e MD5sum: cdab39ecc5ea153b681b89c8d2002bb2 Description: debug symbols for ros-jazzy-autoware-adapi-version-msgs Build-Ids: 00df7bed3e44e3e405c3f11100d7ae341700bdce 235056564b73ef0ecfbb18943be0f2c4f7135ae4 71863abdcd5538ebd3f16b2f50120987c3628f5c 86eef46e2d8b26b8d9ef6fa92a64eb4b1f9810bc 946181b34ab773db852dbe2710c9ad64fcb61989 a3c6b36f63bdaf6d6eeb17cfdfe2229861882c95 b9bf76062d643fab7354644dbb747aa47bb806cc be4d4eb49bc6d55c729691ea3bf928a24ad69c26 e0742d228e906db9ae4d8f7bfa547cd935c09573 e39b8d36d8f0d8133c28458ea40143618a6cdd73 fb37118c6b039020dbbd18325519cbeeeaeb57aa Package: ros-jazzy-autoware-agnocast-wrapper Version: 1.9.0-1noble.20260804.180223 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 233 Depends: libstdc++6 (>= 13.1), libgoogle-glog-dev, ros-jazzy-autoware-utils-rclcpp, ros-jazzy-class-loader, ros-jazzy-diagnostic-updater, ros-jazzy-geometry-msgs, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-tf2, ros-jazzy-tf2-ros, 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.9.0-1noble.20260804.180223_amd64.deb Size: 38790 SHA256: ebfc6560576e82a006113a25d23fc3803fa3c8dc87a20a398951b59837bc3f1f SHA1: 90e0f026c8444a4199efd5e766dec2941ad8f154 MD5sum: 8bdcfb772d142a93e526b26f0690a917 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.9.0-1noble.20260804.180223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 55 Depends: ros-jazzy-autoware-agnocast-wrapper (= 1.9.0-1noble.20260804.180223) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-agnocast-wrapper/ros-jazzy-autoware-agnocast-wrapper-dbgsym_1.9.0-1noble.20260804.180223_amd64.deb Size: 43256 SHA256: c34a40b5287b0e8de5a7fd0586ad19d837bb00f331a3c3a010e5062a515da183 SHA1: 5ee94bd8c3f99968c8d3b7615897a1426922eb9e MD5sum: 5765583c2eb094c70fb40108615659da Description: debug symbols for ros-jazzy-autoware-agnocast-wrapper Build-Ids: e0840d3abc2c12f5611ba6c4934494d05eab6c8d Package: ros-jazzy-autoware-auto-msgs Version: 1.0.0-7noble.20260615.113133 Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 6054 Depends: libc6 (>= 2.14), 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.20260615.113133_amd64.deb Size: 407878 SHA256: 6ac22bca002d7e4d5d7ee903e124183c6c08f8fa27f4aafff8ee7218b9578ee9 SHA1: dcf5b8b1ebda35803f5947225ac1965b7e674398 MD5sum: 9b5b399b5ff6947691f8ff65a14ab766 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.20260615.113133 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 4233 Depends: ros-jazzy-autoware-auto-msgs (= 1.0.0-7noble.20260615.113133) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-auto-msgs/ros-jazzy-autoware-auto-msgs-dbgsym_1.0.0-7noble.20260615.113133_amd64.deb Size: 3395190 SHA256: c6b096eaa276fabed8dc6cdc1e992ee12b972efacb87f1c58968c652317628c4 SHA1: eb27ac54b85867d88dda332605bd7c710e895eaa MD5sum: d5fc946c3e4bc4c51667d40073e67044 Description: debug symbols for ros-jazzy-autoware-auto-msgs Build-Ids: 00f804df53cd85ae25ad41fa037019fabca7294f 0cf2e0b09a7207965871a1d1ebd8dfdf33b89258 39a271ae68972a970ab90266480459f7c8324fcc 3e873f7000717757b16f29c734f6e79add649534 4c24e23016ecb0b3c8d2237717e5b00db9a50186 63d5467ae01fa1fa4daa96db6758df97cc5bc617 649cebb2c955dbe4b48febb3eeec8711e2fad5e7 6bd1f980b7e6083e128dae14002fea7bf969e963 bf612bff7631720a9aa5e191cd2d1ce639a0c3d9 c12ca31178fdef0f001df01293d5a1e338818f67 f26d587445f8deab6466d70ea81df6ddd09b1043 Package: ros-jazzy-autoware-awsim-sensor-kit-description Version: 1.9.0-1noble.20260731.141927 Architecture: amd64 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.9.0-1noble.20260731.141927_amd64.deb Size: 7080 SHA256: ef37101e7859fff05dfa0b235224679fceeef9706a0508e9f43e4ad4d42c70c9 SHA1: c62df05923a60ed86a9d9637eea1a8047a0dc3ef MD5sum: 49843d6859b709b0f2cad9f0308c1d98 Description: The autoware_awsim_sensor_kit_description package Package: ros-jazzy-autoware-behavior-velocity-planner Version: 1.9.0-1noble.20260804.195816 Architecture: amd64 Maintainer: "Zulfaqar Azmi" Installed-Size: 3641 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.9.0-1noble.20260804.195816_amd64.deb Size: 546888 SHA256: 51f12bbe0456fd49db08b787a36713418024c8352c22ea3f40f039a070ac5034 SHA1: 9294effcec066e74ba852a07f183f74e67291e50 MD5sum: 8be7c2ca81790e713fea7908236e48b0 Description: The autoware_behavior_velocity_planner package Package: ros-jazzy-autoware-behavior-velocity-planner-common Version: 1.9.0-1noble.20260804.193952 Architecture: amd64 Maintainer: "Zulfaqar Azmi" Installed-Size: 660 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.9.0-1noble.20260804.193952_amd64.deb Size: 170338 SHA256: 02281356483069b54b31a5681726d260455cc2d2e3713f44bbf448330dc1ef14 SHA1: 40873378ef2a11b922f93e136c143410c4a43497 MD5sum: 08962f243a656e3d280721525c9cb7df 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.9.0-1noble.20260804.193952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Zulfaqar Azmi" Installed-Size: 7599 Depends: ros-jazzy-autoware-behavior-velocity-planner-common (= 1.9.0-1noble.20260804.193952) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-behavior-velocity-planner-common/ros-jazzy-autoware-behavior-velocity-planner-common-dbgsym_1.9.0-1noble.20260804.193952_amd64.deb Size: 7399500 SHA256: f2c924545f7c05350fc3f2916b2a38bb0cd88934094c5774af79076c8913c1e5 SHA1: 2c13f585f1aaa60f5b60570d361c3c58754351c8 MD5sum: a078a807b6cd1ef406fdac88a8327634 Description: debug symbols for ros-jazzy-autoware-behavior-velocity-planner-common Build-Ids: 54385132e3f8c493a9233acd35b20de55150026c Package: ros-jazzy-autoware-behavior-velocity-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-behavior-velocity-planner Version: 1.9.0-1noble.20260804.195816 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Zulfaqar Azmi" Installed-Size: 24994 Depends: ros-jazzy-autoware-behavior-velocity-planner (= 1.9.0-1noble.20260804.195816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-behavior-velocity-planner/ros-jazzy-autoware-behavior-velocity-planner-dbgsym_1.9.0-1noble.20260804.195816_amd64.deb Size: 21751858 SHA256: 8662855337f82669143ce4d9eab5430f160a4511d81cea432dd44e5b05a5df50 SHA1: f9974f0277700f39d1dbda1ec25dd3cf856bac5c MD5sum: 1a2d7cab9b305d45eaa02a36cc2c15b5 Description: debug symbols for ros-jazzy-autoware-behavior-velocity-planner Build-Ids: 0c9cfd976a59d43174306d2b34a64565d46b80e1 ea2a91757a7d1469f1d638e80edd88da680350b2 ee85d328d1ea0e64e3f7f86a56623f79da65405d Package: ros-jazzy-autoware-behavior-velocity-stop-line-module Version: 1.9.0-1noble.20260804.201941 Architecture: amd64 Maintainer: "Yukinari Hisaki" Installed-Size: 200 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.9.0-1noble.20260804.201941_amd64.deb Size: 51564 SHA256: b3916740808eb5dce902fddb232f46947555857aa66dbe2a2dd166f63d3e1a2d SHA1: 370671a73aa772d95a4566470d87bb5345e8aab3 MD5sum: cbd4af41ccbcae9fc322cdc3e3233c76 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.9.0-1noble.20260804.201941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yukinari Hisaki" Installed-Size: 5741 Depends: ros-jazzy-autoware-behavior-velocity-stop-line-module (= 1.9.0-1noble.20260804.201941) 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.9.0-1noble.20260804.201941_amd64.deb Size: 5741698 SHA256: 26e2abcff4ea8d41a24fc212b508a04c3d314878afdc1814195d162488ce208c SHA1: 441c594ec01dc921bec3850820ae69bc3a6a1899 MD5sum: 1fee5341d1d2aeb0fceb14389e1c9342 Description: debug symbols for ros-jazzy-autoware-behavior-velocity-stop-line-module Build-Ids: 5a38be48b52efda8954d5afa7d1676b9e379d97e Package: ros-jazzy-autoware-cmake Version: 1.4.0-1noble.20260623.225945 Architecture: amd64 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.4.0-1noble.20260623.225945_amd64.deb Size: 8792 SHA256: b033acdf490e1ae4e440099b52862fe20ca80eff72bd693ecfca78243b696d23 SHA1: 6d5da8fe325d8f06ded353514f86b921ff3dc072 MD5sum: c0659117382cecdc8a3743fe05177410 Description: CMake scripts for Autoware Package: ros-jazzy-autoware-command-gate Version: 1.9.0-1noble.20260731.142727 Architecture: amd64 Maintainer: "Junya Sasaki" Installed-Size: 322 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-common-msgs, ros-jazzy-autoware-component-interface-specs, ros-jazzy-autoware-system-msgs, ros-jazzy-autoware-vehicle-msgs, ros-jazzy-builtin-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/autoware_command_gate/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-command-gate/ros-jazzy-autoware-command-gate_1.9.0-1noble.20260731.142727_amd64.deb Size: 81460 SHA256: 8163bd941f136c5b20813601501de1c13d94098897074b572efc2458f28f8bca SHA1: 8ecb0f1b4dd0ff5a5b696305820404b5b636bb06 MD5sum: 5e657f8fc352d40ed534e92aed106721 Description: Simple gateway that maps operation mode service calls to mode state and gear commands. Package: ros-jazzy-autoware-command-gate-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-command-gate Version: 1.9.0-1noble.20260731.142727 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Junya Sasaki" Installed-Size: 1551 Depends: ros-jazzy-autoware-command-gate (= 1.9.0-1noble.20260731.142727) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-command-gate/ros-jazzy-autoware-command-gate-dbgsym_1.9.0-1noble.20260731.142727_amd64.deb Size: 1423936 SHA256: 0d14c7b3c2e1e97e9d7d44c8555801c7881fc4cfd4dd5587f579b247e2adb34c SHA1: e8160fb8c17637f9750469995060cffac696c67e MD5sum: b259e48c4eb411e967b3ff45e3203d55 Description: debug symbols for ros-jazzy-autoware-command-gate Build-Ids: 144950a487eb37f6c36fba4a26d517d451abbfd4 e8e5a98da9a456bfe61b4d308a0cd22b21dba012 Package: ros-jazzy-autoware-common-msgs Version: 1.13.0-1noble.20260731.134157 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 453 Depends: libc6 (>= 2.4), 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.13.0-1noble.20260731.134157_amd64.deb Size: 44436 SHA256: 488d7bfbc96b20df32f428012d1fadfe3cc15fcf8262eed287fc7402d2153217 SHA1: 0899e4e38c56707887fc5a019ef03a22bdc19b46 MD5sum: 579e97d4c62d3b0be8c0cd050b533713 Description: Autoware common messages package. Package: ros-jazzy-autoware-common-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-common-msgs Version: 1.13.0-1noble.20260731.134157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 275 Depends: ros-jazzy-autoware-common-msgs (= 1.13.0-1noble.20260731.134157) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-common-msgs/ros-jazzy-autoware-common-msgs-dbgsym_1.13.0-1noble.20260731.134157_amd64.deb Size: 184278 SHA256: 7e618a8ac304b89cb44dd31fbd5d0fa8272a2badaa8f713fd2995d62ef932e1c SHA1: 8a83c3985f759bcb5ee30c8116f6ed789418f569 MD5sum: 370b12b5bb66e24c9d8d19fd89d4f34a Description: debug symbols for ros-jazzy-autoware-common-msgs Build-Ids: 1de6144d0586c4ef57c4651f7b5da0bdc2e03373 26276d0db4bb9370d12de233222eb809660c7f7c 409c459f10c91b1041f616e8bc958ce97de2b16e 4efcffa523f4ddd47ec9a5b3254da2fee7bd90f6 5d8ee777a4fe87784b4c22903c923305c107c819 6c06454d2e938efe2e7b443cddaa43698b714bcb 76f947731c625da15f2c8974b9585fd71bec93a7 85950d1aec7d73ab2148a5b9761f2a9a6928801b a0c93d05914116bf8c0d472056c0803941c6b611 c0542cf4b4c161a8df8fc45353fdac9f1a662497 f759fd1e39992015827dd45973168b0ba4fcaab3 Package: ros-jazzy-autoware-component-interface-specs Version: 1.9.0-1noble.20260731.142404 Architecture: amd64 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.9.0-1noble.20260731.142404_amd64.deb Size: 10118 SHA256: 0b970e07c99cf37a34c49a2eb09e6a63335b2d20f362f4a8a7e0217e032dcb8e SHA1: 4d97ec1a190774dd92efb94d45535102fe908b58 MD5sum: 047bcbb032228952a2c1bb2a5e1801f1 Description: The autoware_component_interface_specs package Package: ros-jazzy-autoware-control-msgs Version: 1.13.0-1noble.20260731.133900 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 933 Depends: libc6 (>= 2.4), 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.13.0-1noble.20260731.133900_amd64.deb Size: 75986 SHA256: 1218adfbb24cb30ee30db688e4810bd2dafed48c405485f800287e4e4bb893b5 SHA1: e816911d47e88eb0015244b1e809519a07cf3080 MD5sum: 6b24434fefd6049c5b2327e21344c826 Description: Autoware control messages package. Package: ros-jazzy-autoware-control-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-control-msgs Version: 1.13.0-1noble.20260731.133900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 592 Depends: ros-jazzy-autoware-control-msgs (= 1.13.0-1noble.20260731.133900) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-control-msgs/ros-jazzy-autoware-control-msgs-dbgsym_1.13.0-1noble.20260731.133900_amd64.deb Size: 450368 SHA256: bb4d21a6aaf9522f50d13052691723e4692d0b311ae35188d0674424b3df5822 SHA1: 6997b5fbf35ec087c5345a2d66eadb0316b2a1c1 MD5sum: 29669a561569bd26b4e8c2d9d784b8de Description: debug symbols for ros-jazzy-autoware-control-msgs Build-Ids: 06ae6320715a583fc73ac17a1f9a1f986b64cb54 0ce40dc8e086431621305e2e0719b0e10f445932 260b51396567e4a41c6239683f86f5ff25fad867 4bb57fdd357acedc9066f2953796205e39a8653b 779f040533b98ff8462911ec7f790897a439ba41 82ba533c09e6088125fee8073409987d562cb76b ab63a7044eb9ef4f79665efa5d4b5d5ad8b5a24d b034b1a4c07eae6776d4688ef2c2cb06750c1924 bdd3d795758837a97dd4304651c288da53486a15 c59c582b1a67a48fc113ff4d8df1e226b30fad74 e00075323a4d2d08069d33bea3e2f140de320114 Package: ros-jazzy-autoware-core Version: 1.9.0-1noble.20260806.103811 Architecture: amd64 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.9.0-1noble.20260806.103811_amd64.deb Size: 10088 SHA256: 4eb597ad38845c14939da55a7ef2fdd3b473ad5832451f6378dd8e593ba18af1 SHA1: 2dd6870d936517092f07ff5768b6aebbf61ab51f MD5sum: 6a2083886e13a9c5a8d9e37d1b7cba1e Description: The autoware_core package Package: ros-jazzy-autoware-core-api Version: 1.9.0-1noble.20260806.103203 Architecture: amd64 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.9.0-1noble.20260806.103203_amd64.deb Size: 5974 SHA256: c4ee0336eef18797370c68e38ba08f463b35cb9f6a6519823012adc95b3e360b SHA1: 6a89c24b9d92f0705fc1864aca29691bf48c4669 MD5sum: 1d02c58a0a203fd1428b0e2161a4e533 Description: The autoware_core_api package Package: ros-jazzy-autoware-core-control Version: 1.9.0-1noble.20260804.193707 Architecture: amd64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 46 Depends: ros-jazzy-autoware-command-gate, 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.9.0-1noble.20260804.193707_amd64.deb Size: 6524 SHA256: e0dff8a462f687d85dc23507753f7476c8829e086f6666e97171082c5dba5ec6 SHA1: ae191e9f01c14dca27c9eca9dc84b278121dde5d MD5sum: db13c47514632b842e932d61b7b8cf91 Description: The autoware_core_control package Package: ros-jazzy-autoware-core-localization Version: 1.9.0-1noble.20260806.103451 Architecture: amd64 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.9.0-1noble.20260806.103451_amd64.deb Size: 10416 SHA256: 89f195c28a166f018ff93cafa494ca36abcc591c9e336843c1da20ea7ffdfd6d SHA1: 717aed702850541ca2ef1eba1b0d2eb027a59a56 MD5sum: ea623c11fd0f5aca0d6471277279af16 Description: The autoware_core_localization package Package: ros-jazzy-autoware-core-map Version: 1.9.0-1noble.20260804.193202 Architecture: amd64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 51 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.9.0-1noble.20260804.193202_amd64.deb Size: 7090 SHA256: e0b265f3deb9a2138ebac74dd36c3eccb0c6b6eff99eeef34c7561eabce28888 SHA1: ce21d52f3a7cd78bc2eea13e1dc9d297f3369bf5 MD5sum: abc41cdc177b31e49f3b4f989e15fa8f Description: The autoware_core_map package Package: ros-jazzy-autoware-core-perception Version: 1.9.0-1noble.20260804.195537 Architecture: amd64 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.9.0-1noble.20260804.195537_amd64.deb Size: 6864 SHA256: 8948d635e3a62d7aefe4efdd6901eab1d283907f126b742a01cf27670565e6e2 SHA1: fccfd1119f52615307e1f7efea9cd2a8e7ae7662 MD5sum: 6735d0966af373b1a0478e17cc7998b2 Description: The autoware_core_perception package Package: ros-jazzy-autoware-core-planning Version: 1.9.0-1noble.20260804.203723 Architecture: amd64 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.9.0-1noble.20260804.203723_amd64.deb Size: 14168 SHA256: 9ccc32ca3537e69f06e36d739536bb692f3d9f0c02c55e38a3a0ba7535d81bc8 SHA1: c4dc8116c1f01c904b4251421634adc332d30120 MD5sum: db6e7c265d44fdebcfdad13131e5ac22 Description: The autoware_core_planning package Package: ros-jazzy-autoware-core-sensing Version: 1.9.0-1noble.20260804.192317 Architecture: amd64 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.9.0-1noble.20260804.192317_amd64.deb Size: 6090 SHA256: 2f18e553dcea308e636318031c06f6280b0776000650d67b04f9a4d9e409018b SHA1: 0973176128cf7fa42ae5efc8074a39ab7a787962 MD5sum: b01773fe99680f36f90397ef70e56d6c Description: The autoware_core_sensing package Package: ros-jazzy-autoware-core-vehicle Version: 1.9.0-1noble.20260804.191824 Architecture: amd64 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.9.0-1noble.20260804.191824_amd64.deb Size: 6272 SHA256: bfba7aa95d5408174dd1011c4bd6371f46439efbb9dbc3f02e9a2e9672e4c020 SHA1: a9e91e87e944272c8a47afc793f9cb6e4ceb5ab7 MD5sum: adce95091cedb5476970a402f01d264a Description: The autoware_core_vehicle package Package: ros-jazzy-autoware-crop-box-filter Version: 1.9.0-1noble.20260804.191535 Architecture: amd64 Maintainer: "amc-nu" Installed-Size: 812 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.9.0-1noble.20260804.191535_amd64.deb Size: 185778 SHA256: 9914eef474e25c4f5b1171ded25490698acb5f0bab511c026085053666b28792 SHA1: 9acb3d8110eac78ba2b52efeaafe4912a809f7e7 MD5sum: ec2df2fdd32b4f768463a6e5089d6fdf 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.9.0-1noble.20260804.191535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "amc-nu" Installed-Size: 4257 Depends: ros-jazzy-autoware-crop-box-filter (= 1.9.0-1noble.20260804.191535) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-crop-box-filter/ros-jazzy-autoware-crop-box-filter-dbgsym_1.9.0-1noble.20260804.191535_amd64.deb Size: 3810490 SHA256: 2b7b5cd890d44ace6108a01c491f5b18cb2165aa37b022ed8fffbdda695f08fe SHA1: c4f6c10cac5bb453155603bc39c633124ddcee4c MD5sum: 3896c971d82e7675cc5c2d1789372643 Description: debug symbols for ros-jazzy-autoware-crop-box-filter Build-Ids: 0fa2e02a12e4e9ce88602c2ea3139132adc8dec3 4cce52ab5db5a9ec238a214f4767e49bced171c4 Package: ros-jazzy-autoware-default-adapi Version: 1.9.0-1noble.20260804.194129 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 1631 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.9.0-1noble.20260804.194129_amd64.deb Size: 264428 SHA256: 03dc3f1adde1fed6e19f34eca6c6475bb0ab5027ac17122456f814315a15a902 SHA1: d7f4a02fcbcb6b7daa32980f37b231688e14c77d MD5sum: 5dfbd9d8d2535d6a5e40bdd73b826ad0 Description: The autoware_default_adapi package Package: ros-jazzy-autoware-default-adapi-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-default-adapi Version: 1.9.0-1noble.20260804.194129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 8351 Depends: ros-jazzy-autoware-default-adapi (= 1.9.0-1noble.20260804.194129) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-default-adapi/ros-jazzy-autoware-default-adapi-dbgsym_1.9.0-1noble.20260804.194129_amd64.deb Size: 7078970 SHA256: 4c8d51406dbeee3a06cb9dc5a4b3414513cf9889adcda7a9a7968108c866ac8a SHA1: 6ff4b7483d4c8c0be80db4bfed7fa9cdc00072b2 MD5sum: a3034a018925a8e4afd68c5d039dddcb Description: debug symbols for ros-jazzy-autoware-default-adapi Build-Ids: 5b212db560673df4dce009479b992850d9059ba3 Package: ros-jazzy-autoware-downsample-filters Version: 1.9.0-1noble.20260804.191844 Architecture: amd64 Maintainer: "amc-nu" Installed-Size: 819 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-tl-expected, 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.9.0-1noble.20260804.191844_amd64.deb Size: 182176 SHA256: fc2c51e7f4e0a8f25752880a9a215640a8c25dbcde5ffb7e33e1b4fe1be58bdb SHA1: a96a80c42642b5eb075d387df7a40c741f880b5c MD5sum: 9a6df94837e1246c63df1807b1ce84e5 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.9.0-1noble.20260804.191844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "amc-nu" Installed-Size: 6340 Depends: ros-jazzy-autoware-downsample-filters (= 1.9.0-1noble.20260804.191844) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-downsample-filters/ros-jazzy-autoware-downsample-filters-dbgsym_1.9.0-1noble.20260804.191844_amd64.deb Size: 5806694 SHA256: 5e0664f25f015cb5b9c3ad6c7effbf6a9c2b938be309c5370d58610b736448a8 SHA1: af846457e868b3262175cc11422e16a8fd8d9c0b MD5sum: 95835a26c755df826b1c0f43bbdcc60e Description: debug symbols for ros-jazzy-autoware-downsample-filters Build-Ids: 02a1699cde954266ec2c7b2983459c11c4531cd6 2f9d027bbdb3c332431966da5de3e2e572f10417 baf8fe4885b927cfab47a250705f71f0ee5506a3 Package: ros-jazzy-autoware-ekf-localizer Version: 1.9.0-1noble.20260804.182245 Architecture: amd64 Maintainer: "Takamasa Horibe" Installed-Size: 1366 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.9.0-1noble.20260804.182245_amd64.deb Size: 286400 SHA256: 3ad060290bdc6c09083c53d6ca99330e3e7209afc2d2a190e35ff7b993cbfdc9 SHA1: fa8c4a7005f06976ecf6134411e0db5865894d0d MD5sum: c88654ee4a834b93dd71c22057828ae3 Description: The autoware_ekf_localizer package Package: ros-jazzy-autoware-ekf-localizer-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-ekf-localizer Version: 1.9.0-1noble.20260804.182245 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takamasa Horibe" Installed-Size: 7779 Depends: ros-jazzy-autoware-ekf-localizer (= 1.9.0-1noble.20260804.182245) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-ekf-localizer/ros-jazzy-autoware-ekf-localizer-dbgsym_1.9.0-1noble.20260804.182245_amd64.deb Size: 6935066 SHA256: 137f13ef4bc7c80cffd0db7e8b7623f07b5af36c6b7ae462d84a7c267de5f3c6 SHA1: dd24a37e807ea05a1be3e7604c067eda83366976 MD5sum: a91577a07a29665d829b67611946f824 Description: debug symbols for ros-jazzy-autoware-ekf-localizer Build-Ids: 3ac0fd48f63c3950e9a7437c57ae7f87afbf1398 5e0f3548536cce79cb030cd774d154362004e6ba Package: ros-jazzy-autoware-euclidean-cluster-object-detector Version: 1.9.0-1noble.20260804.193707 Architecture: amd64 Maintainer: "Yukihiro Saito" Installed-Size: 1486 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.9.0-1noble.20260804.193707_amd64.deb Size: 279320 SHA256: bcc1be3dfeeac9d4020f4c179daa77ee12d9fcf1b97fe00c19f1a302df30eb14 SHA1: 41a3042e70b972181ea726c1ca9b09dd195c8bfb MD5sum: b307d299410a173f4f630c02349e40e0 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.9.0-1noble.20260804.193707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yukihiro Saito" Installed-Size: 9444 Depends: ros-jazzy-autoware-euclidean-cluster-object-detector (= 1.9.0-1noble.20260804.193707) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-euclidean-cluster-object-detector/ros-jazzy-autoware-euclidean-cluster-object-detector-dbgsym_1.9.0-1noble.20260804.193707_amd64.deb Size: 8609428 SHA256: 11f1632ddd3aac92cdd9a771e4f2065fb77875fc98cc283c3d7dd9edb623ee4c SHA1: 442b748f71869ba5841159f129decac4d073fbe2 MD5sum: b74830a288c8bf5aa8c70e92b7e310fb Description: debug symbols for ros-jazzy-autoware-euclidean-cluster-object-detector Build-Ids: 5346707dbf885e7d46e6af0d2eb1ac64dc72d2e8 b6094548fb811a0d4599ca2d91e52754fec59cb2 ba57f72d8ef7e52dcb9b162e7a23dea3c26b2206 bda2a409008e209f06b8d58489eef3b40d3cafbc f934823d118fdb9584bbf508c3515759d84ee1c4 Package: ros-jazzy-autoware-geography-utils Version: 1.9.0-1noble.20260804.185709 Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 101 Depends: libc6 (>= 2.14), 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.9.0-1noble.20260804.185709_amd64.deb Size: 20948 SHA256: c3d926e1ceff7bb5e242884127780b6c50baf39d18ba80eb8743b0f202ef6521 SHA1: 2c9fce08027c78061550d503afaaae9e7ea6cd8b MD5sum: 4e53fce8da597608581006bab0899640 Description: The autoware_geography_utils package Package: ros-jazzy-autoware-geography-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-geography-utils Version: 1.9.0-1noble.20260804.185709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 204 Depends: ros-jazzy-autoware-geography-utils (= 1.9.0-1noble.20260804.185709) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-geography-utils/ros-jazzy-autoware-geography-utils-dbgsym_1.9.0-1noble.20260804.185709_amd64.deb Size: 185002 SHA256: a2d77b8f3fb9d4700c64fa46fe11edabe0e73377a3b34779284fd799e28f7589 SHA1: 55af4b26acc0dbeda66ef90dd491607feb2ca521 MD5sum: fdcbc83a266b2f7b2dd6c50c7a04564a Description: debug symbols for ros-jazzy-autoware-geography-utils Build-Ids: 8b2e7c23fd2daec8105718bd442fc8956c7d1543 Package: ros-jazzy-autoware-global-parameter-loader Version: 1.9.0-1noble.20260804.193929 Architecture: amd64 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.9.0-1noble.20260804.193929_amd64.deb Size: 6580 SHA256: 7763e18ceb463ec7a8c33fbfbf608930051e3254c2b8abcee077cc0891dbc12f SHA1: e9a4e7c836ed60e19cdd34170eba4e6d7c73b8d6 MD5sum: 783ec20133fe7df8d17fd1e2ad854a23 Description: The autoware_global_parameter_loader package Package: ros-jazzy-autoware-gnss-poser Version: 1.9.0-1noble.20260804.190238 Architecture: amd64 Maintainer: "Xingang Liu" Installed-Size: 1206 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.9.0-1noble.20260804.190238_amd64.deb Size: 206126 SHA256: 8c7130f5818a54bd79e87ec91882a4cd4b629905be9b3c761e6563aeacd2805e SHA1: bbb6ddc67b1ab4b916e65aedbbd6feee96f32d27 MD5sum: d74345c7c5ea4f0a8b073e985eb2e064 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.9.0-1noble.20260804.190238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Xingang Liu" Installed-Size: 5302 Depends: ros-jazzy-autoware-gnss-poser (= 1.9.0-1noble.20260804.190238) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-gnss-poser/ros-jazzy-autoware-gnss-poser-dbgsym_1.9.0-1noble.20260804.190238_amd64.deb Size: 4366230 SHA256: eb37dba046bcdf77e0f2e332519f68c50bd76616c440ee798451409f441cb1d7 SHA1: 0c16e8b10aeabb3a2c102c4d0574c117d1220465 MD5sum: 88cc7ec680e26b2adc3099d403700c0a Description: debug symbols for ros-jazzy-autoware-gnss-poser Build-Ids: a4a24d23efc12252b258fc82044b542e9cf0f8e6 d0988a4c4ee708d67da517cbdb6a390323c7392d Package: ros-jazzy-autoware-ground-filter Version: 1.9.0-1noble.20260804.191523 Architecture: amd64 Maintainer: "amc-nu" Installed-Size: 1248 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.9.0-1noble.20260804.191523_amd64.deb Size: 261150 SHA256: 5c59d23e812d678a14ac98ce5e478a34fb60320f57ad47fa8d0a73d7938a6c82 SHA1: 451051e02658e333c3a19be3f96a21e1616a642c MD5sum: 267ac5cd93f38b5ba0f06ab46cb4db69 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.9.0-1noble.20260804.191523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "amc-nu" Installed-Size: 6544 Depends: ros-jazzy-autoware-ground-filter (= 1.9.0-1noble.20260804.191523) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-ground-filter/ros-jazzy-autoware-ground-filter-dbgsym_1.9.0-1noble.20260804.191523_amd64.deb Size: 5775648 SHA256: f95567ba50166328ae56e3c6b19df8760ca8cf82f1cca77e078b8b9749cbce97 SHA1: a1f66a60818d26520c538a1e4d4e4b1ef36636ae MD5sum: ee782d82bf06ba56f7121e13711c5b5d Description: debug symbols for ros-jazzy-autoware-ground-filter Build-Ids: 73a606dc45afc7bffbf3c5c9cf036a91917dc20c a5775c92fa9d2a2178fe7e2e2fcf7ac49aeaf5d7 Package: ros-jazzy-autoware-gyro-odometer Version: 1.9.0-1noble.20260804.183742 Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 983 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.9.0-1noble.20260804.183742_amd64.deb Size: 193512 SHA256: 1752ca23e6a0e11ea281f80a281b65a08667452d645f80d2512e30aa497a9057 SHA1: 3026908e34406b9d368a2d417be8a726c1c81c19 MD5sum: fedd494d1599c984040fc421277ab7b5 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.9.0-1noble.20260804.183742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 4573 Depends: ros-jazzy-autoware-gyro-odometer (= 1.9.0-1noble.20260804.183742) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-gyro-odometer/ros-jazzy-autoware-gyro-odometer-dbgsym_1.9.0-1noble.20260804.183742_amd64.deb Size: 3895870 SHA256: 0d3a7fb8a201b9c734dd9fceafae48f25d0cb06371339dc29f91d417b6f7aa16 SHA1: c2510444cda2fcc50256c120e2d54185024b59d1 MD5sum: a67e1e36793d7edb68ebeecefce839ad Description: debug symbols for ros-jazzy-autoware-gyro-odometer Build-Ids: 3d43711061a494b815db06318e961e8649291f7f cbcb7506fbd681b8f67533e68adf225cfcde1b4c Package: ros-jazzy-autoware-internal-debug-msgs Version: 1.15.0-1noble.20260731.141349 Architecture: amd64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 2607 Depends: libc6 (>= 2.14), 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/autoware_internal_debug_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-debug-msgs/ros-jazzy-autoware-internal-debug-msgs_1.15.0-1noble.20260731.141349_amd64.deb Size: 176774 SHA256: d4f31ad1990409051387e3797d9ec162560e9e9bcb53922b5d10d77c51c1b31c SHA1: e03196ae6b4627afc0ba6127093be9195c7f6b83 MD5sum: 1ff7ac081c6affdca1ed1d3eb425553f 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.15.0-1noble.20260731.141349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 1992 Depends: ros-jazzy-autoware-internal-debug-msgs (= 1.15.0-1noble.20260731.141349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-debug-msgs/ros-jazzy-autoware-internal-debug-msgs-dbgsym_1.15.0-1noble.20260731.141349_amd64.deb Size: 1592926 SHA256: e98dce6f05dc2250cb42220f48504503c4c954eb59a89c39dd94c1a64fefe72b SHA1: c1b37c7466a4ff2a118d4ebf758027fd6ad50f58 MD5sum: 99c152c6123aad11bbcae860678cf272 Description: debug symbols for ros-jazzy-autoware-internal-debug-msgs Build-Ids: 06885cf1f45f5b2a13641249c229ef7d3934664d 1b90c71d89bada7fd3a249a6de47749da7864e7e 1d635a3361f070963091f462f7d16c2fb9f532ac 333be796a9c6c48161a05b3ae1a6c054ac8fcb37 4ca375a6681d2111fd0d98307d632752126d1825 740b304f546d098f23d21ef0dfadbde7aaaa12ac 76a25ca2b06d06fa7ba24133bce0cb32957f60c7 8b309295f2a5971641edddee457f3d98bd2be855 aabb00a703b361d8e165bac72f0b11b48b14e19a bf67dc5e4e9af571c83aa44f73f2645c9ada19e3 da21752b72f5c6fe317a2f14b98464e3d8201175 Package: ros-jazzy-autoware-internal-localization-msgs Version: 1.15.0-1noble.20260731.141517 Architecture: amd64 Maintainer: "Autoware" Installed-Size: 1368 Depends: libc6 (>= 2.14), 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_internal_localization_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-localization-msgs/ros-jazzy-autoware-internal-localization-msgs_1.15.0-1noble.20260731.141517_amd64.deb Size: 110148 SHA256: 31532c2155413d48bbab4452990580ebd7a2ea16fffef63105a7ab49636e7c4e SHA1: 277970e54bdae2c607a71930a19d4ac7548d75e5 MD5sum: 9fede90e5e1f13d2b108ee81a17372df 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.15.0-1noble.20260731.141517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Autoware" Installed-Size: 943 Depends: ros-jazzy-autoware-internal-localization-msgs (= 1.15.0-1noble.20260731.141517) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-localization-msgs/ros-jazzy-autoware-internal-localization-msgs-dbgsym_1.15.0-1noble.20260731.141517_amd64.deb Size: 711896 SHA256: df50f576a99696b947c243e24350e4655ae1612ffee4e24a8ba202e2141f390c SHA1: 33d4c9a228987daddbaaf22217e540dc3c174ab0 MD5sum: e8947360e90282e0fa161e9c9032b11a Description: debug symbols for ros-jazzy-autoware-internal-localization-msgs Build-Ids: 2575821d15d389441c815525c954f90840f12e9e 2d81c8065d2e7b57874f073fa77a520e271f2c6f 3a50da9b04bc225fed5b446228b7e55c767ae85a 61fcb720d4254d0ad5a8d80b252edbe5f0b97518 671baf3a8112bf6731301604dc284183ab780209 72614273b7648e92ef95d8db2c772702662ed372 a7238f80bbc0a7de269883dd745d71bdadacb35f aef5743c7ba148bd07d2b4a4e043f36531ce39b9 c982c49a1d37e3cd60ae755fd7ba05224a427a95 e0559b1d736846d9a9c95567f95e32d0075d7bee eaf2f57acc8ae1913d935dcdcab662105140d0fd Package: ros-jazzy-autoware-internal-metric-msgs Version: 1.15.0-1noble.20260731.141514 Architecture: amd64 Maintainer: "Temkei Kem" Installed-Size: 593 Depends: libc6 (>= 2.4), 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/autoware_internal_metric_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-metric-msgs/ros-jazzy-autoware-internal-metric-msgs_1.15.0-1noble.20260731.141514_amd64.deb Size: 60238 SHA256: 42660c70a38dc77937df4c9b727b0de30f165cedc93cc645f70ccb2649f88afa SHA1: f26fd05b854dd0d586c5f63b3c5e2ad5b0c7fce0 MD5sum: 40ad8d7e1f2d371a031fd7d045ee9edc 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.15.0-1noble.20260731.141514 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Temkei Kem" Installed-Size: 434 Depends: ros-jazzy-autoware-internal-metric-msgs (= 1.15.0-1noble.20260731.141514) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-metric-msgs/ros-jazzy-autoware-internal-metric-msgs-dbgsym_1.15.0-1noble.20260731.141514_amd64.deb Size: 323888 SHA256: eb0d4d6e5f84c8342ca401d11906cbecada97f3f65b83f47b10cf1dd5a1ffe6f SHA1: a6a17b3b410da686908230effbb2a2efb7677d8d MD5sum: 060751abb65602e422cb9ce9209588ff Description: debug symbols for ros-jazzy-autoware-internal-metric-msgs Build-Ids: 2b4d57cb5f7920196e1100f00a651c8cdd6ee60c 49217aea038c3db49885806722bbe2111b6afe6c 58fa514766130805281823f2aa5dd067b6bc1a1e 633b3c41043a9c95576b1446aaf1cc1f098d9577 7d5ef994c49c0eb26db77dfb3fc35788c5bda73d 8921cf7f64bc11c39cf35765c8d25876c08a010b ad52261bcc76d9cfb6fac1b04920b0c778bb7b9d b4cec0081fb339d9c59c3eb9e4995a95926faa18 dcf34e3887a60920fecc509edf258dfde8fd1c10 e8155e2dc8f85a4c885b4b913322349d01c432a5 ec218d5f14c28f23e36f2c2851b49c6ef854ebd2 Package: ros-jazzy-autoware-internal-msgs Version: 1.15.0-1noble.20260731.142345 Architecture: amd64 Maintainer: "Berkay Karaman" Installed-Size: 729 Depends: libc6 (>= 2.4), 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-localization-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 Homepage: https://index.ros.org/p/autoware_internal_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-msgs/ros-jazzy-autoware-internal-msgs_1.15.0-1noble.20260731.142345_amd64.deb Size: 63214 SHA256: 4f94303d82ab3be19daa427fb8192a16f3de9818941e035fec319d5eb31067a6 SHA1: 251bf7b10505e8c19eed74eb4f236147005640f1 MD5sum: 7c8e914b9ab2e3a4b1e74de103ef00fe Description: Autoware internal messages package. Package: ros-jazzy-autoware-internal-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-internal-msgs Version: 1.15.0-1noble.20260731.142345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Berkay Karaman" Installed-Size: 484 Depends: ros-jazzy-autoware-internal-msgs (= 1.15.0-1noble.20260731.142345) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-msgs/ros-jazzy-autoware-internal-msgs-dbgsym_1.15.0-1noble.20260731.142345_amd64.deb Size: 356656 SHA256: 0771316e2f8a1f8d377fb83fa00cc9ab9a23e074aac77bfc9c8cf3b0bd617ff2 SHA1: e85b196260d5d904b2265be241bc4e2705515e6f MD5sum: 424fa03c6ba0695fb1e5e1024e6c99b6 Description: debug symbols for ros-jazzy-autoware-internal-msgs Build-Ids: 3290ab42d7fcfcb66cffdeb661d7cda235bdf49f 3773f7aa4cbf3cc84714f92d05ac1f0585abaf7f 38c8da99026b199a5fd1f86da1a9354731e6e181 448587e7d46435cc9690d8f1bfaf89e274868697 5235435b1b8c09fa9ce436857282dd34e3a907c6 988bf2929cedf96f28df187e9f17d05079647b07 a02d639d3268ba7cfc23807b6539584283a5636c b4aed875faeee45000cdcf492615d575ba20d344 bb5c9994f4cb8353bcb073abb77d383e539dfbef d497b47107f772a3986b446e19346237ac561d7d ec6a1aa0439b93f5874e497cc586c25ec63cc972 Package: ros-jazzy-autoware-internal-perception-msgs Version: 1.15.0-1noble.20260731.141505 Architecture: amd64 Maintainer: "M. Fatih Cırıt" Installed-Size: 501 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/autoware_internal_perception_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-perception-msgs/ros-jazzy-autoware-internal-perception-msgs_1.15.0-1noble.20260731.141505_amd64.deb Size: 50122 SHA256: 46a3957716e1428ce539666853829bcd7dda6171cd2350e7b5d95a1e7a03088f SHA1: a61dc2c8f6fe668d3668e2a55ac0727d40959b06 MD5sum: b6dc4910ec033dcc40ea2bdf61d53837 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.15.0-1noble.20260731.141505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "M. Fatih Cırıt" Installed-Size: 320 Depends: ros-jazzy-autoware-internal-perception-msgs (= 1.15.0-1noble.20260731.141505) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-perception-msgs/ros-jazzy-autoware-internal-perception-msgs-dbgsym_1.15.0-1noble.20260731.141505_amd64.deb Size: 222802 SHA256: 81c1ba5374f9ee3ed5d5708f9840aec462304b5cbe7fc4066d3f21486d83a96a SHA1: 62aa842f8ad893530e379804dcc5b68d5832d73c MD5sum: 87da541dadaafe17085faf4dc9dc1599 Description: debug symbols for ros-jazzy-autoware-internal-perception-msgs Build-Ids: 00dea96e04c21c80d06f4278a8bfc09b8bc9742a 096af8ab44cf0773df776e702a687bf71f919302 321aaf2c430757d03281dd1e4f23ac9319cb3992 3cefc30ff50e1619af7002c710c65c09805c94d7 69507ba36acc4ef968ac8db4da617cd17da0de31 7122838a060f63af11dcddff67afa1d6eecdd622 7d652ea74d50c3aee2ccb7c85322703ead2a8982 8a5ac80c18e9b6132835d89f21621193e3f2c1ad 9916e662de102cf01bcd29dd19a33372181adfa6 c4496a4c41195da2e29bf7c3492fb24a29684bea f39f10295bfe5b92e2f431b871e4f6506ca134c3 Package: ros-jazzy-autoware-internal-planning-msgs Version: 1.15.0-1noble.20260731.141630 Architecture: amd64 Maintainer: "Yukihiro Saito" Installed-Size: 6209 Depends: libc6 (>= 2.14), 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-autoware-vehicle-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 Homepage: https://index.ros.org/p/autoware_internal_planning_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-planning-msgs/ros-jazzy-autoware-internal-planning-msgs_1.15.0-1noble.20260731.141630_amd64.deb Size: 409358 SHA256: f9313fcd2f41a09962fb9fd6b500cfab1f4ed3fa8c20b0567edcc8adcf0ad09c SHA1: eba54b74d96a553ddedde19d7e94b711d07f8272 MD5sum: 9410beec2141208f2e1bf97b764e688d 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.15.0-1noble.20260731.141630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yukihiro Saito" Installed-Size: 4900 Depends: ros-jazzy-autoware-internal-planning-msgs (= 1.15.0-1noble.20260731.141630) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-internal-planning-msgs/ros-jazzy-autoware-internal-planning-msgs-dbgsym_1.15.0-1noble.20260731.141630_amd64.deb Size: 4003628 SHA256: fe7e56f9fb6a868c735e801dc258f51be7d7aa6f84edc798a2d3beb6d2423582 SHA1: a421e7f1db90880db915d1d6e35190702548453b MD5sum: 5530ddc2576189530df561783bfde7b4 Description: debug symbols for ros-jazzy-autoware-internal-planning-msgs Build-Ids: 3e4c3e4e54ff321523559427681445c11a19abb3 48901dfeea4b0b92a0038cc89864a3db025b88b5 643bb146cbede2487bb7904f1717e9b141381612 869c674c2abd9c256ac9c60a448308cc2322d92a 8c85e26268c3a1e8949dfa7dd4448e75ea1e882c 92ab3f3f80f6f7ac94b674dd2b28f6aa2ec2aafc 95a5d71f8efd17e86797d271da1db8030e6b5665 adcaf2b4cc17d4a4bc2f93f5eda8393428c5c1aa b8a8e91c327b85c8b0f4fcd9fa10e2390e632ea9 c2e0945cad874648ed2a0213b49bd3a73e23b85a f32ce96301d9d0771d904ea6c40bbcbae8608cce Package: ros-jazzy-autoware-interpolation Version: 1.9.0-1noble.20260804.181803 Architecture: amd64 Maintainer: "Fumiya Watanabe" Installed-Size: 156 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.9.0-1noble.20260804.181803_amd64.deb Size: 39050 SHA256: e7ecb8d64e3681222154b16271cf0edcc310665933fc7b86352ea17e0cc625b6 SHA1: 58a056b02f387f9713310088c4bc2663ec7ff4a2 MD5sum: 487a1fbefd2a3688928d8501ba0a39db Description: The spline interpolation package Package: ros-jazzy-autoware-interpolation-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-interpolation Version: 1.9.0-1noble.20260804.181803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fumiya Watanabe" Installed-Size: 854 Depends: ros-jazzy-autoware-interpolation (= 1.9.0-1noble.20260804.181803) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-interpolation/ros-jazzy-autoware-interpolation-dbgsym_1.9.0-1noble.20260804.181803_amd64.deb Size: 835770 SHA256: 5a7b66ae79213ab07d76bc5328b0eda8147476c7edcfe3b8577f10c334f5eddc SHA1: dce0bba64afdc66e786ff0ef71af0f5db91783a7 MD5sum: bfcc6b97d09b6e8a513fff5bffcc99dc Description: debug symbols for ros-jazzy-autoware-interpolation Build-Ids: af229a71aec0ee9035cd189a980ea2aae9ee61e6 Package: ros-jazzy-autoware-kalman-filter Version: 1.9.0-1noble.20260731.141505 Architecture: amd64 Maintainer: "Yukihiro Saito" Installed-Size: 183 Depends: libc6 (>= 2.14), 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.9.0-1noble.20260731.141505_amd64.deb Size: 57772 SHA256: 8991f37ed5d0ba076f6fac75ccb796a321faa339cb1ab9d387cb27303018a4b8 SHA1: de8cceb503628eea8c10bc944d520441c8293649 MD5sum: 56df111493ae379491db371ac4967d83 Description: The kalman filter package Package: ros-jazzy-autoware-kalman-filter-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-kalman-filter Version: 1.9.0-1noble.20260731.141505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yukihiro Saito" Installed-Size: 2223 Depends: ros-jazzy-autoware-kalman-filter (= 1.9.0-1noble.20260731.141505) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-kalman-filter/ros-jazzy-autoware-kalman-filter-dbgsym_1.9.0-1noble.20260731.141505_amd64.deb Size: 2220200 SHA256: ac9f9ac64583c0ed7ccb2f83357862f8deba3ce2d581c6114b08a1f12337814b SHA1: 9cad38f4a5b49a020ba5063c79c935dd13d94b1d MD5sum: 57bbe12f44fb6a5b13fcddbfe2254f45 Description: debug symbols for ros-jazzy-autoware-kalman-filter Build-Ids: 48a251d45437801b8c220bc0e50c30396b78a7a1 Package: ros-jazzy-autoware-lanelet2-extension Version: 1.2.0-1noble.20260804.181150 Architecture: amd64 Maintainer: "mitsudome-r" Installed-Size: 1524 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.2.0-1noble.20260804.181150_amd64.deb Size: 401708 SHA256: a0b498e87f27964417e3632f6976a7f22b4ff12e40fef4c7fecf73d848b0ca3d SHA1: 23ceaad326657b5c4e19d64d7c0dfb526be11d29 MD5sum: 65d61f56745104f631d27d400dfa09cc 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.2.0-1noble.20260804.181150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mitsudome-r" Installed-Size: 14370 Depends: ros-jazzy-autoware-lanelet2-extension (= 1.2.0-1noble.20260804.181150) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lanelet2-extension/ros-jazzy-autoware-lanelet2-extension-dbgsym_1.2.0-1noble.20260804.181150_amd64.deb Size: 13743478 SHA256: 0c8875352cd18010bfcfb31930bdd22e9fa0c5d469bfb03ca8a41349fd2126c9 SHA1: 1b188ef8fa61279077236324f77ac950b78c7a1f MD5sum: 15d57d9f4648872b1751f07cf6d40052 Description: debug symbols for ros-jazzy-autoware-lanelet2-extension Build-Ids: 03e74d83106552f9e7960ea220c78c833f5b28ed Package: ros-jazzy-autoware-lanelet2-extension-python Version: 1.2.0-1noble.20260804.185721 Architecture: amd64 Maintainer: "Mamoru Sobue" Installed-Size: 2085 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.2.0-1noble.20260804.185721_amd64.deb Size: 226498 SHA256: 6ac51191fc1d8768d81ae7845f527297e44d3471ce3324161eb0d92809c86031 SHA1: 55b9346c68ceea1e4dbde09c70cbd79d9e71a889 MD5sum: ca1332b5459a9a652538c28696b26245 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.2.0-1noble.20260804.185721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mamoru Sobue" Installed-Size: 6103 Depends: ros-jazzy-autoware-lanelet2-extension-python (= 1.2.0-1noble.20260804.185721) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lanelet2-extension-python/ros-jazzy-autoware-lanelet2-extension-python-dbgsym_1.2.0-1noble.20260804.185721_amd64.deb Size: 5451508 SHA256: bfa6571db46b4550aa792cd580ed61216271e8bb837e1c1c27d921c606b2edcc SHA1: c5c065b7097c3b871157b92f8c73cb77bc83078b MD5sum: 24ad7a73721b0def34212f8558b1386f Description: debug symbols for ros-jazzy-autoware-lanelet2-extension-python Build-Ids: 206119f7491b034307a4f18159736fa3408df22a 27802f77dcfcf9d855f8c9c6b6c6f46cc1aa1fab a20086df4e33b827bc9180273849b044813ef94d Package: ros-jazzy-autoware-lanelet2-map-visualizer Version: 1.9.0-1noble.20260804.185957 Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 599 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-lanelet2-core, ros-jazzy-autoware-lanelet2-extension, ros-jazzy-autoware-lanelet2-utils, ros-jazzy-autoware-map-msgs, ros-jazzy-autoware-utils-visualization, 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.9.0-1noble.20260804.185957_amd64.deb Size: 128820 SHA256: bf8183ef1af46343b3b134bc40449de924aff5254cf2de7a93cff9bc14c2f065 SHA1: ff984c86f90d5828f562df05aebd5b8c37797307 MD5sum: 12ed867dfe91bfdd14aa3685c22b22eb 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.9.0-1noble.20260804.185957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 3718 Depends: ros-jazzy-autoware-lanelet2-map-visualizer (= 1.9.0-1noble.20260804.185957) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lanelet2-map-visualizer/ros-jazzy-autoware-lanelet2-map-visualizer-dbgsym_1.9.0-1noble.20260804.185957_amd64.deb Size: 3364718 SHA256: aff6a8a686d65322ca6b8c7266a4faee783168a9c4f1997a2326f2b14ecb8518 SHA1: 418097cb54c39825ea24be57b0da487ee31a6712 MD5sum: 266ea6b53814194fe367de9bbbe2f135 Description: debug symbols for ros-jazzy-autoware-lanelet2-map-visualizer Build-Ids: 160cdc36c9f8bec9e482a5a869f02a7a4d334d79 752bf5f51db295e6ed62e0bb6eeddb2e4e07dff5 Package: ros-jazzy-autoware-lanelet2-utils Version: 1.9.0-1noble.20260804.184852 Architecture: amd64 Maintainer: "Mamoru Sobue" Installed-Size: 2433 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.9.0-1noble.20260804.184852_amd64.deb Size: 343870 SHA256: 7fe022ebf0e11cc8ea24ce935bac1dd33292d91d963979ed34c73f3ce4340087 SHA1: dd6f58d105a5549bd56c854cb514860fe491d5f1 MD5sum: c7e84c7ab28472d3189c43394ad40d6c Description: The autoware_lanelet2_utils package Package: ros-jazzy-autoware-lanelet2-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-lanelet2-utils Version: 1.9.0-1noble.20260804.184852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mamoru Sobue" Installed-Size: 7852 Depends: ros-jazzy-autoware-lanelet2-utils (= 1.9.0-1noble.20260804.184852) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-lanelet2-utils/ros-jazzy-autoware-lanelet2-utils-dbgsym_1.9.0-1noble.20260804.184852_amd64.deb Size: 7354966 SHA256: 0c6d9f8d9b629c44436d61e9da0427e727e1e75aa0985622696901a76c9b719f SHA1: 301017868f553c8acaec281dfadf08514e686b9c MD5sum: 230b731305f9341f6e6cc0444d36ce5a Description: debug symbols for ros-jazzy-autoware-lanelet2-utils Build-Ids: 4f33b28ef93a1ce9418e82dfa00b5d2873dcac9e Package: ros-jazzy-autoware-lint-common Version: 1.4.0-1noble.20260623.230011 Architecture: amd64 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.4.0-1noble.20260623.230011_amd64.deb Size: 6430 SHA256: 12e286203e4740a06a997a6ad48e7b37ed1830c9d742ef659a6d2fd2f61beef5 SHA1: b649c13fa80dd8d727cecd3865faa9ffeb5fdcb3 MD5sum: 49e1e55fbc3dfdda3a7878f0eee3325d Description: The list of commonly used linters in Autoware Package: ros-jazzy-autoware-localization-msgs Version: 1.13.0-1noble.20260731.135007 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1045 Depends: libc6 (>= 2.14), 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.13.0-1noble.20260731.135007_amd64.deb Size: 97964 SHA256: 0c22b1d616951fca37f353ee9ce42b0f6acb5702356b15e0f6a58d810593a1e6 SHA1: a8a192319e05c09ad3be756bc945a58354aaf89f MD5sum: d898640fc28f4791227e12c04fbd1634 Description: Autoware localization messages package. Package: ros-jazzy-autoware-localization-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-localization-msgs Version: 1.13.0-1noble.20260731.135007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 743 Depends: ros-jazzy-autoware-localization-msgs (= 1.13.0-1noble.20260731.135007) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-localization-msgs/ros-jazzy-autoware-localization-msgs-dbgsym_1.13.0-1noble.20260731.135007_amd64.deb Size: 558828 SHA256: e106d5028492ddf91a71958472d29c0c52e0efe0269c632eefd32e17f2523be8 SHA1: f7bafc2e469432e16b45d0774e72547e01e77e15 MD5sum: 0f9e60b919d255810af58c6a1e9043c0 Description: debug symbols for ros-jazzy-autoware-localization-msgs Build-Ids: 1e47c297ac237db59b07bc9d1a391a119674ce36 26cf42a5d17325a951f1697aa2a2f0f5c23984ba 380a1846a4537291f70022f6ceb1786d6c040fcc 6642204067f4b8c749c2c7937f1f0284669a4d91 6c2e28e376542c96eb72ec6db789861c04341994 887aa543fc9692337260442e5eb8d76c76e2d578 a3f06d241af1f0d33289311540a77e9c42c1b5d8 baf35ff704d35ae19280b9a0c94a2b777f30bac3 d56b606d9f18a49f1d0860a3200a752e2935612b e5cbf043c75d3f376ec7c32b310abd32781f037e e6ec39683b660bae0120661631331c41f72a9b8f Package: ros-jazzy-autoware-localization-util Version: 1.9.0-1noble.20260804.181804 Architecture: amd64 Maintainer: "Xingang Liu" Installed-Size: 159 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-math, 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.9.0-1noble.20260804.181804_amd64.deb Size: 47894 SHA256: 0720ed78ef3a624122edec12951d4c9ddd28d1704252c401091ae67ec5b2e481 SHA1: f9b8ae8d211b2212fd03fb76726a6f77f01bf63f MD5sum: 447da5ee066652c1bd18ac93721e9ac6 Description: The autoware_localization_util package Package: ros-jazzy-autoware-localization-util-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-localization-util Version: 1.9.0-1noble.20260804.181804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Xingang Liu" Installed-Size: 3223 Depends: ros-jazzy-autoware-localization-util (= 1.9.0-1noble.20260804.181804) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-localization-util/ros-jazzy-autoware-localization-util-dbgsym_1.9.0-1noble.20260804.181804_amd64.deb Size: 3246546 SHA256: b958f35da9562a2687bbdd1bb1ad768a547cd12a9420220ec6f6022705f34d98 SHA1: 199e7ddbeca40c3814b4dff8e3a18a9a4677e65f MD5sum: b3293efbf083638b480c42a49dbe42ba Description: debug symbols for ros-jazzy-autoware-localization-util Build-Ids: 967225918c01e40d3131c70a1a29d5712747b69e Package: ros-jazzy-autoware-map-height-fitter Version: 1.9.0-1noble.20260806.091614 Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 871 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), libpcl-kdtree1.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.9.0-1noble.20260806.091614_amd64.deb Size: 170662 SHA256: faff470c923281a1c55550aa5dcdc60efc4cc022ee76f048953af7dc5309950c SHA1: 3c4e10de0bba5f353d0f8706edc1739571635f68 MD5sum: 0252fadbcf95107a6982c103365be14d 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.9.0-1noble.20260806.091614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 5169 Depends: ros-jazzy-autoware-map-height-fitter (= 1.9.0-1noble.20260806.091614) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-height-fitter/ros-jazzy-autoware-map-height-fitter-dbgsym_1.9.0-1noble.20260806.091614_amd64.deb Size: 4582504 SHA256: db778628699568be35c633c0af3cd4bb7ed2d6825e6d643f5a4a953a77408862 SHA1: 16d82de7f48994f3262f22cf059e23fd723ebf77 MD5sum: 48303b14782a6b6670f5e6e34f83e562 Description: debug symbols for ros-jazzy-autoware-map-height-fitter Build-Ids: 4a6c15c81956cda0aba3fdf7f49049d69d4e0b76 7f54ec36126a456f5d1d66012d260c7c0872e47c Package: ros-jazzy-autoware-map-loader Version: 1.9.0-1noble.20260804.190252 Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 1061 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.9.0-1noble.20260804.190252_amd64.deb Size: 241838 SHA256: 8b237667f96fe22e6e98d03fba442b7a3bd80af0b6052ee2f5e3b4912dbc9751 SHA1: 45c235e6a93bfaad52d783b7fcc9b3bb901e1035 MD5sum: e51a3ec26d75a9f6a6905c408e1f0ac4 Description: The autoware_map_loader package Package: ros-jazzy-autoware-map-loader-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-map-loader Version: 1.9.0-1noble.20260804.190252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 9075 Depends: ros-jazzy-autoware-map-loader (= 1.9.0-1noble.20260804.190252) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-loader/ros-jazzy-autoware-map-loader-dbgsym_1.9.0-1noble.20260804.190252_amd64.deb Size: 8474714 SHA256: 41c2322d76bbfa802b92fec2b6cae44bfd5de5d9a79135174106c1bdf9d5de05 SHA1: f03e487834bd1271bacdc42134bb86ca93fdd9a0 MD5sum: 27d47c8f734b8ef205acaa07582d4f21 Description: debug symbols for ros-jazzy-autoware-map-loader Build-Ids: 1ade28bb15c348904a033594c982e3da8de93421 2f64e3f662115b285c9a1562228876b0d06330cc 5b47779d77f5a3c80f62f5d21bf32b4e7c7546af cc5a99854f47af262473ce31d18c3cbc3822aa17 Package: ros-jazzy-autoware-map-msgs Version: 1.13.0-1noble.20260731.133954 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 3633 Depends: libc6 (>= 2.14), 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.13.0-1noble.20260731.133954_amd64.deb Size: 259110 SHA256: d20b9657364e2bc4f6654e8fb1e9f5ba2e3139a7c269abfb689835c98e440691 SHA1: d8f8abf820acd98c10fe19ace8c649ba811b7ebd MD5sum: b13a780443cdb80bcdb4ee4a92c6789f Description: Autoware map messages package. Package: ros-jazzy-autoware-map-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-map-msgs Version: 1.13.0-1noble.20260731.133954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 3018 Depends: ros-jazzy-autoware-map-msgs (= 1.13.0-1noble.20260731.133954) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-msgs/ros-jazzy-autoware-map-msgs-dbgsym_1.13.0-1noble.20260731.133954_amd64.deb Size: 2480866 SHA256: aa7de42e7fe9ec339b23552101a9225b714c94b74d676437f3181a67cdc22a96 SHA1: af87f78785eac06217e9b1ae513cffd802fd9793 MD5sum: e82510145e78a07d7b3bb91f79d16eea Description: debug symbols for ros-jazzy-autoware-map-msgs Build-Ids: 06795941aff48bc6b9ddcfb720893bdc5f35fcdf 0a06dd0adeefb07ff05d5298c30c2c1b5aebaeff 2896af7c8444535d3e7e31c696ebcf2984968551 3698d93b24f1d196ab2d099341777f4fae935c66 398f08d0d9f4e131119bc2e05f627eb57047a743 8e559e58adc1cef51349be68172e4a083b3cd582 925e4ec9db1e69e01e2fe8b7c25774048cdba23d 996510a77f4ab570e2600d3fd4efbd0d898398b0 9ce217c7a9b32aaa264f471baca0aecfeb6098ac d7434e1d10b14195eb14693ec490c2d15b13f73f ef6a399999860e61eb737bde02785b7346baa376 Package: ros-jazzy-autoware-map-projection-loader Version: 1.9.0-1noble.20260804.185742 Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 289 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.9.0-1noble.20260804.185742_amd64.deb Size: 78428 SHA256: 8a4c2f21e85cc55973c91326a4499c5f95446778cd3ea391b100a96abb76003b SHA1: 89ba8bd566144a08258e5470221129ad03261313 MD5sum: a61ef3268008f45ef48d7b34a53ed8ea 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.9.0-1noble.20260804.185742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 2046 Depends: ros-jazzy-autoware-map-projection-loader (= 1.9.0-1noble.20260804.185742) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-map-projection-loader/ros-jazzy-autoware-map-projection-loader-dbgsym_1.9.0-1noble.20260804.185742_amd64.deb Size: 1970302 SHA256: 5e61a15eb3b66d30b855380707eccb9516f243db7ac9e24f1af95eb04977594a SHA1: 8f5f358b3dc6f0f324e04ddb3ed5b6d756e0a7ed MD5sum: ddfa11460a1fd48d7ab9daaa7c7ac315 Description: debug symbols for ros-jazzy-autoware-map-projection-loader Build-Ids: ceb3f0c4af7f9befdaa5e5aa76eb623a7f1d7b8f cf144bbb68b89fa61ef0933eacbb4eb6628869a0 Package: ros-jazzy-autoware-marker-utils Version: 1.9.0-1noble.20260804.185418 Architecture: amd64 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.9.0-1noble.20260804.185418_amd64.deb Size: 34782 SHA256: 390f77f3d2e3e29c057cb3a60f7046e83d04298fb2d7738a4af8c2886e218db7 SHA1: 24acc2e44ce6e329e6d272f40cde7d81629f3394 MD5sum: 48fb21a341ae29b49d77aecb30f229e8 Description: The autoware_marker_utils package Package: ros-jazzy-autoware-marker-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-marker-utils Version: 1.9.0-1noble.20260804.185418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kosuke Takeuchi" Installed-Size: 1007 Depends: ros-jazzy-autoware-marker-utils (= 1.9.0-1noble.20260804.185418) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-marker-utils/ros-jazzy-autoware-marker-utils-dbgsym_1.9.0-1noble.20260804.185418_amd64.deb Size: 990852 SHA256: 631633d22b223ee35091667a6c1a24778957d5789136d4d6b0c55f7bfd0555a8 SHA1: 80352bc9215eead1a2140b9b7b85905d08d29332 MD5sum: 88f6bea5fd76e62e17a28985da75890d Description: debug symbols for ros-jazzy-autoware-marker-utils Build-Ids: 642ed5421d4396a1669c69d21ac9463a647350ac Package: ros-jazzy-autoware-mission-planner Version: 1.9.0-1noble.20260804.194022 Architecture: amd64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 2763 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.9.0-1noble.20260804.194022_amd64.deb Size: 516674 SHA256: 82b52caa3a06861c7a3d39040f3c8feda7b3490d30e06de00a88e6f06bc93eab SHA1: 7f55599d2127447d355b1d0cdf4fd48722ff1154 MD5sum: e619cde3c58aa2ad72a4f03705b189d0 Description: The autoware_mission_planner package Package: ros-jazzy-autoware-mission-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-mission-planner Version: 1.9.0-1noble.20260804.194022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 16145 Depends: ros-jazzy-autoware-mission-planner (= 1.9.0-1noble.20260804.194022) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-mission-planner/ros-jazzy-autoware-mission-planner-dbgsym_1.9.0-1noble.20260804.194022_amd64.deb Size: 14379494 SHA256: ebe9f7a224301027b4225d05d14e70ca89df33977f42a79b5024654ed2b3d205 SHA1: 6f8bad59fca68ae23ef7d00a911ed92c60efc53c MD5sum: fe47bbd0c4d2f14b5c153e422f0f205c Description: debug symbols for ros-jazzy-autoware-mission-planner Build-Ids: 10e940131774cd8eb6098008f920481fd64f78de 43a28c5f7518b9dd4f9c5f83dc2dce47b461f35c be0e900cc380df7a8eae25ae6971f0cf51421764 d4d47105380b0c6640fcfbba9d2b9fbe0e356881 dc84bf49a47441153c14b4cb478f1e8a8a875de4 Package: ros-jazzy-autoware-motion-utils Version: 1.9.0-1noble.20260804.182326 Architecture: amd64 Maintainer: "Satoshi Ota" Installed-Size: 1229 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.9.0-1noble.20260804.182326_amd64.deb Size: 241200 SHA256: bde1686d1e91f034ece5f5c0e4b633fdd5ab4d9e15d040dc065102b1140eeefa SHA1: c8d20acf5dc44ff76c7339ba21fdf65dde52e82a MD5sum: f3a18ebc1f92d35c5594abe629a2ef06 Description: The autoware_motion_utils package Package: ros-jazzy-autoware-motion-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-motion-utils Version: 1.9.0-1noble.20260804.182326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Satoshi Ota" Installed-Size: 4693 Depends: ros-jazzy-autoware-motion-utils (= 1.9.0-1noble.20260804.182326) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-motion-utils/ros-jazzy-autoware-motion-utils-dbgsym_1.9.0-1noble.20260804.182326_amd64.deb Size: 4069044 SHA256: 01b3bbb11a5b82b9faa11f4272010c0596c22239682c0e819a9d12e8cee88491 SHA1: 5395f98090ccb821c64d205c3c1c0f6b140bcffe MD5sum: db9831e0964981074bf83501bfb5d37f Description: debug symbols for ros-jazzy-autoware-motion-utils Build-Ids: 72dc4bd4bc6739dd44c2b338e75c452deac9915a Package: ros-jazzy-autoware-motion-velocity-obstacle-stop-module Version: 1.9.0-1noble.20260804.202022 Architecture: amd64 Maintainer: "Takayuki Murooka" Installed-Size: 613 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.9.0-1noble.20260804.202022_amd64.deb Size: 183194 SHA256: c37ce050be286b8d5c43a4936f312adde96384003d5a76ee4ffd3dbe0e78ddab SHA1: 525c2eea0a5bf6512166701e7afdf81d409225e1 MD5sum: 9b99522201d13707ea5948665ef7a822 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.9.0-1noble.20260804.202022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takayuki Murooka" Installed-Size: 5507 Depends: ros-jazzy-autoware-motion-velocity-obstacle-stop-module (= 1.9.0-1noble.20260804.202022) 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.9.0-1noble.20260804.202022_amd64.deb Size: 5311274 SHA256: 13ea7929a7f424ae1f0846cc66eb4a36191be1919de55d5e6f85950820b29dff SHA1: 641437717aca0f4d742b141c11b22672d5603a0c MD5sum: 5e53d5a90b2e8f0ebf9f58d38716e923 Description: debug symbols for ros-jazzy-autoware-motion-velocity-obstacle-stop-module Build-Ids: a2632667396fd4095ac798a4b1bcc1f7a3754400 Package: ros-jazzy-autoware-motion-velocity-planner Version: 1.9.0-1noble.20260804.201831 Architecture: amd64 Maintainer: "Maxime Clement" Installed-Size: 3298 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-agnocast-wrapper, 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.9.0-1noble.20260804.201831_amd64.deb Size: 500516 SHA256: 9000ed05b74e3423c3ae137798a945068eadf2591ae53d5708b016318f60d51b SHA1: b0327fadfaa2e01bb83839d52a61078baee79b54 MD5sum: f7e54a743cb7ad7205355e0a1a3f08d7 Description: Node of the motion_velocity_planner Package: ros-jazzy-autoware-motion-velocity-planner-common Version: 1.9.0-1noble.20260804.195755 Architecture: amd64 Maintainer: "Maxime Clement" Installed-Size: 681 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.9.0-1noble.20260804.195755_amd64.deb Size: 222660 SHA256: 7b303294cec06996b7f9541ece506f3d9a42a1c21479d372335a32fdf277845d SHA1: 58ba07095d08dab17b723046219192833267039b MD5sum: 6bdce742e504d0e1f840b82af890404d 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.9.0-1noble.20260804.195755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Maxime Clement" Installed-Size: 6271 Depends: ros-jazzy-autoware-motion-velocity-planner-common (= 1.9.0-1noble.20260804.195755) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-motion-velocity-planner-common/ros-jazzy-autoware-motion-velocity-planner-common-dbgsym_1.9.0-1noble.20260804.195755_amd64.deb Size: 6133942 SHA256: 9ec5ccc0d954e9a11b517a719677e4029ade7007b9e1e8df3160942e41f51797 SHA1: 7e361282d87297824f42db03199c5ed49233a1c0 MD5sum: aca1f608efc3e09e67c4643fe9d97aeb Description: debug symbols for ros-jazzy-autoware-motion-velocity-planner-common Build-Ids: 0d55826e01a38b1b6b884bb28693fbaffa523d23 Package: ros-jazzy-autoware-motion-velocity-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-motion-velocity-planner Version: 1.9.0-1noble.20260804.201831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Maxime Clement" Installed-Size: 17445 Depends: ros-jazzy-autoware-motion-velocity-planner (= 1.9.0-1noble.20260804.201831) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-motion-velocity-planner/ros-jazzy-autoware-motion-velocity-planner-dbgsym_1.9.0-1noble.20260804.201831_amd64.deb Size: 15123258 SHA256: 8cd187002c2235bb2db95eda0e0412e7fb7abcc61ffe3ab6572ad2aae0bb475c SHA1: 7bb9dd2459f613c11054475e0380abf486a65024 MD5sum: 287ef24190d87179d7d5d25a7009fd2d Description: debug symbols for ros-jazzy-autoware-motion-velocity-planner Build-Ids: 23f93a4bc5e0336072c9f708b7b668445a429ff8 b84e349b1f3b605f148ab0f879eb7894eafd64fe Package: ros-jazzy-autoware-msgs Version: 1.13.0-1noble.20260731.141613 Architecture: amd64 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.13.0-1noble.20260731.141613_amd64.deb Size: 5664 SHA256: 3e69c36bab9c7238fdd2bac8a936b6a081f2fd6f93ba5144abc82422aa5f93ba SHA1: 2581bc934bbf2cd297adaf1b8b6c548a0930a73a MD5sum: 862b679859afb6b4addf7d59f5cb4c8f Description: Meta package for the autoware_msgs packages Package: ros-jazzy-autoware-ndt-scan-matcher Version: 1.9.0-1noble.20260804.191542 Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 1823 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.9.0-1noble.20260804.191542_amd64.deb Size: 400986 SHA256: 24cba842512e418175cb881bfe72513064a53b49024ef4f2655bf203225e6639 SHA1: e2795c1aca2687e4c57324d79207074bb9d399b5 MD5sum: 79775c3eea19eeec8cefd3ef7a14d85f 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.9.0-1noble.20260804.191542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 16284 Depends: ros-jazzy-autoware-ndt-scan-matcher (= 1.9.0-1noble.20260804.191542) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-ndt-scan-matcher/ros-jazzy-autoware-ndt-scan-matcher-dbgsym_1.9.0-1noble.20260804.191542_amd64.deb Size: 15347628 SHA256: 2bff26acc19504531a0a7faabe9cc0e68e874d003adbc4310ae3afb233e210a6 SHA1: 140f98f323553d8e41f6539d46d934c1869c7fe0 MD5sum: 7e7361ff0437ef073addf01287de43a2 Description: debug symbols for ros-jazzy-autoware-ndt-scan-matcher Build-Ids: 1a38bbf59dda034d0afeeb25bb3273f409db763a a9c62049efc04200b96f1a572e9606381e56c8f7 c869b12fe146230250e8176d0d8f47fbb542efb0 Package: ros-jazzy-autoware-node Version: 1.9.0-1noble.20260731.141344 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 76 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.9.0-1noble.20260731.141344_amd64.deb Size: 12828 SHA256: f3fe0f5d3a58d10482c9daeb1e2387e8adbc1022b0441753135c18a40a44a4d6 SHA1: 4e83b918f63d12d95e67ec7a87a96116eaf85aa8 MD5sum: 3532a167ece4c67ec93f9b4103db5388 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.9.0-1noble.20260731.141344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 172 Depends: ros-jazzy-autoware-node (= 1.9.0-1noble.20260731.141344) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-node/ros-jazzy-autoware-node-dbgsym_1.9.0-1noble.20260731.141344_amd64.deb Size: 160134 SHA256: dd8256162743a5e268351aea018da97e56f8055dee9e8629372c35fb96e97777 SHA1: 1cd9e7206888eb0dedc27f7dda171dc08f55bdbd MD5sum: c2a6da406cd4fff7e61bbfd80cf903ce Description: debug symbols for ros-jazzy-autoware-node Build-Ids: 225d1a15ca8f23fe0ea282b755bb1db2f4da4c77 Package: ros-jazzy-autoware-object-recognition-utils Version: 1.9.0-1noble.20260804.183202 Architecture: amd64 Maintainer: "Takayuki Murooka" Installed-Size: 124 Depends: libc6 (>= 2.4), 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-tf2-geometry-msgs, ros-jazzy-tf2-ros, 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.9.0-1noble.20260804.183202_amd64.deb Size: 25406 SHA256: c7c3a9bc6183afbc4e2d20c974672b3ed55e6f2cab5917ecdb678eb1c0b0e224 SHA1: 9db1b3746061de715007cbaa88783ed9ad5938f0 MD5sum: 1547ae3f335ec01a2a674ce65c2f39dc 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.9.0-1noble.20260804.183202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takayuki Murooka" Installed-Size: 206 Depends: ros-jazzy-autoware-object-recognition-utils (= 1.9.0-1noble.20260804.183202) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-object-recognition-utils/ros-jazzy-autoware-object-recognition-utils-dbgsym_1.9.0-1noble.20260804.183202_amd64.deb Size: 191410 SHA256: dd23fb9673b19c64329025e7bace402a181a96274ef9ea58ae0153ff1451fe60 SHA1: 4a7be923debf7e3af18110bb1a428d7ff1ec8cf6 MD5sum: a0bc0b4412b646717d04bd9251fdce17 Description: debug symbols for ros-jazzy-autoware-object-recognition-utils Build-Ids: 46aa4abd28ba9e4f519d1a4861da7f6ab51c78d8 Package: ros-jazzy-autoware-objects-of-interest-marker-interface Version: 1.9.0-1noble.20260804.184853 Architecture: amd64 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.9.0-1noble.20260804.184853_amd64.deb Size: 54442 SHA256: fcaf0ef27c7a381d4a84ec9851df59ace78c52354f83b6a7f870a802e09df271 SHA1: 2a237e8d3a4fbe6a1f1941b76828143f1e223423 MD5sum: 80ec61f482c3e359c9b5d16b74749d5d 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.9.0-1noble.20260804.184853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Xingang Liu" Installed-Size: 960 Depends: ros-jazzy-autoware-objects-of-interest-marker-interface (= 1.9.0-1noble.20260804.184853) 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.9.0-1noble.20260804.184853_amd64.deb Size: 907180 SHA256: 55f77a509ed0da4d37c65bfc3acef3317bb4db9028a1c19ae6f69038cc274105 SHA1: 6870ed5766e8a193aa09360b63a4539081939b03 MD5sum: d6ecfc320834d1f58de9128c92a2020e Description: debug symbols for ros-jazzy-autoware-objects-of-interest-marker-interface Build-Ids: c1553a4078f64fd32e5b78aaf8a3ca509d65502c Package: ros-jazzy-autoware-osqp-interface Version: 1.9.0-1noble.20260731.141343 Architecture: amd64 Maintainer: "Maxime CLEMENT" Installed-Size: 128 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.9.0-1noble.20260731.141343_amd64.deb Size: 27532 SHA256: 8b33ed0c8edf83297ad635f543ce6e5001aba78b66c9a71df254972f8d6246a3 SHA1: 3cc96efa63ede52747db370869bf4c0c77ff4157 MD5sum: bb89b289de74c2ade3f00b5ca6915868 Description: Interface for the OSQP solver Package: ros-jazzy-autoware-osqp-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-osqp-interface Version: 1.9.0-1noble.20260731.141343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Maxime CLEMENT" Installed-Size: 368 Depends: ros-jazzy-autoware-osqp-interface (= 1.9.0-1noble.20260731.141343) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-osqp-interface/ros-jazzy-autoware-osqp-interface-dbgsym_1.9.0-1noble.20260731.141343_amd64.deb Size: 350082 SHA256: 8d968ab6d6ef067b0d60c3c716756b07112cd7f5d3b0fe3866e0b7adad887732 SHA1: 53d029ceb5451b45779e578e94658acc12b9bf85 MD5sum: 5d45a66dab0d14374b4a59bcf0ac631a Description: debug symbols for ros-jazzy-autoware-osqp-interface Build-Ids: bcdf0926a2205145bee8530c4d397e231d4a550d Package: ros-jazzy-autoware-path-generator Version: 1.9.0-1noble.20260804.192737 Architecture: amd64 Maintainer: "Mitsuhiro Sakamoto" Installed-Size: 1619 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.9.0-1noble.20260804.192737_amd64.deb Size: 321646 SHA256: df52fbb0f4ea13ea27e2fd412e268ba2fd5d45fb84cc5e653594262457ae8553 SHA1: c6ee2d1dd4a2a4d4ec79fe892960b022e54b0981 MD5sum: 2d7f977ffd55cdba69308c6115cff11d Description: The autoware_path_generator package Package: ros-jazzy-autoware-path-generator-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-path-generator Version: 1.9.0-1noble.20260804.192737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mitsuhiro Sakamoto" Installed-Size: 8638 Depends: ros-jazzy-autoware-path-generator (= 1.9.0-1noble.20260804.192737) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-path-generator/ros-jazzy-autoware-path-generator-dbgsym_1.9.0-1noble.20260804.192737_amd64.deb Size: 7631146 SHA256: 4737fc963b0856e3c08b9480986c5176ed40316edccfd5c768626f4435988df1 SHA1: 52d9cf79efec6bfdabffb063d2f7897b6179b6b3 MD5sum: 72ee9b3feabef4d11c1913f6497a15b1 Description: debug symbols for ros-jazzy-autoware-path-generator Build-Ids: 47199c714e4acee5a3898840541dae5227483ee5 a973e184da41755d8c57175dfa5347bd341bb3b6 Package: ros-jazzy-autoware-perception-msgs Version: 1.13.0-1noble.20260731.133939 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 3600 Depends: libc6 (>= 2.14), 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.13.0-1noble.20260731.133939_amd64.deb Size: 242882 SHA256: b9b96ab0db7acf3c77c3f533ebb9e3018bc359ce95cffdf95fac18f729aa8c1e SHA1: 0ad283734409c0ea0c1ac3ceb2231d182340e3c1 MD5sum: 2e765b715b732025b59913c10b34603c Description: Autoware perception messages package. Package: ros-jazzy-autoware-perception-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-perception-msgs Version: 1.13.0-1noble.20260731.133939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 2799 Depends: ros-jazzy-autoware-perception-msgs (= 1.13.0-1noble.20260731.133939) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-perception-msgs/ros-jazzy-autoware-perception-msgs-dbgsym_1.13.0-1noble.20260731.133939_amd64.deb Size: 2313092 SHA256: 3331854a8a23d50ac51adbbf01c92ffb5dcbbee69b16498d3f6fe4c6444ec7d7 SHA1: ba8a09652006d3ce497a0fe3f63754d2aa0e9d70 MD5sum: ab42757e8fbe5f91ec36e06ca3f2fb7f Description: debug symbols for ros-jazzy-autoware-perception-msgs Build-Ids: 1156f9f6f3ae9aacd4849141cde7ea02276eb91f 16abf3fa7c85d600a63efc637ad70e38552ac769 2632fc789d1d02efa42f3be91cf1e999f59bd174 335452035d5f88cb89a8cdb54807623a4545a055 3a468eb67b100936365e96241f8810aeab5e6800 4a93505cd9bcb6e87b1b4afc9ca201b59716eb78 4f119eda997aa35c9298ab7cf0e414fdae0ad64a 8a15ee5c03c3dceeab8cf3f80ef5554def8a0880 92b7ebf1c92b828df0bfe6a814d6d42644790404 abe0f0bfde418bb321225822315dc8d0c2b1438a cb609d4147396ff82a3b7d7a8fc867381eacad7b Package: ros-jazzy-autoware-perception-objects-converter Version: 1.9.0-1noble.20260731.142254 Architecture: amd64 Maintainer: "Yoshi Ri" Installed-Size: 587 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-perception-msgs, ros-jazzy-autoware-utils-uuid, 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.9.0-1noble.20260731.142254_amd64.deb Size: 124824 SHA256: 9a46345a60268dd9a0a8cb74b2ead5273720d61b8f60436b25188e6067e5a07c SHA1: 0d205bb07ce48d87ea3ec28879e6812bdb95d83d MD5sum: 50bdc8a24283e26791b4eff8aec5a1c7 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.9.0-1noble.20260731.142254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yoshi Ri" Installed-Size: 2784 Depends: ros-jazzy-autoware-perception-objects-converter (= 1.9.0-1noble.20260731.142254) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-perception-objects-converter/ros-jazzy-autoware-perception-objects-converter-dbgsym_1.9.0-1noble.20260731.142254_amd64.deb Size: 2416962 SHA256: 00632a1039a174efc7fdf4b814ce95fea4334abaeb9ae1c1e7bbefd921830748 SHA1: a954c21cbb3476d08dc6bfd7efbb4e9d939076be MD5sum: f9ed208454d7153b0e63a6ed50eca31f Description: debug symbols for ros-jazzy-autoware-perception-objects-converter Build-Ids: 427cebdd94bcb80afbe37d11f421d5926b49d6c6 69cea2af094ac725bcdaf05b56dbbd7438423dd4 Package: ros-jazzy-autoware-planning-factor-interface Version: 1.9.0-1noble.20260804.190059 Architecture: amd64 Maintainer: "Satoshi Ota" Installed-Size: 105 Depends: libc6 (>= 2.14), 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.9.0-1noble.20260804.190059_amd64.deb Size: 20198 SHA256: 637b6d7dd792c6a20338e412b7e6272793e00c3e9f80082c8fc575c17a477697 SHA1: 9480849a54073141231f15171df048a6f5b81fdc MD5sum: 08a86da20bdda10110e7f1aca28cdea0 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.9.0-1noble.20260804.190059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Satoshi Ota" Installed-Size: 268 Depends: ros-jazzy-autoware-planning-factor-interface (= 1.9.0-1noble.20260804.190059) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-factor-interface/ros-jazzy-autoware-planning-factor-interface-dbgsym_1.9.0-1noble.20260804.190059_amd64.deb Size: 252974 SHA256: cffe7c3611581771bc8f726ae547bcf5a3a373304238bb775b43d9d9e5df08f7 SHA1: b7cc2d40d58c2c9396ce7b7bf4df47052a1377dc MD5sum: 1f38041eb241c9bb8cb9944c02a50a6c Description: debug symbols for ros-jazzy-autoware-planning-factor-interface Build-Ids: 0c97393943a6a289069840110d279923d30c3372 Package: ros-jazzy-autoware-planning-msgs Version: 1.13.0-1noble.20260731.134613 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 3631 Depends: libc6 (>= 2.14), 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.13.0-1noble.20260731.134613_amd64.deb Size: 255330 SHA256: 7e8afbbe330d05317aad2044e9b4b68a1d49a2bdf75641634e70ff833b91f891 SHA1: dc8ea43c24075d21abc38c67c241d54dc8212143 MD5sum: ccb0d18c40c5ab39e5a758ea5452aeb8 Description: Autoware planning messages package. Package: ros-jazzy-autoware-planning-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-planning-msgs Version: 1.13.0-1noble.20260731.134613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 2754 Depends: ros-jazzy-autoware-planning-msgs (= 1.13.0-1noble.20260731.134613) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-msgs/ros-jazzy-autoware-planning-msgs-dbgsym_1.13.0-1noble.20260731.134613_amd64.deb Size: 2234638 SHA256: 166cc47cbfb87c7ac9075d6eb291cbda91a38417cf682ef36b801dcc03dcd56c SHA1: 826c3dced516008294d7c7b0d1f7c2018a6c49d0 MD5sum: 01fd28765268a30176c2db515a043c37 Description: debug symbols for ros-jazzy-autoware-planning-msgs Build-Ids: 098c170f52663d57152bfa0f0812249182d9f79a 24e6498a2dbd0bf5f33052f80edd061fd92af124 5853644899ecbd4dfbc4d59abd0d8477cb2a7d17 684a405df678266776fd34ba80289566668985e3 6a66d5af5e8765398ff93ddc858392527bfe597e 7f0e0a78dc86fb2a46ea7b4f473072f032f27cd5 901ed94108a145711eb5a741d63aa4b8330382a2 c4dc2250ed2feabdcdb4d6f14071b178f25b5862 db157bc449ace223f4261e69fef9a9142291d610 deda8b10c75affcb09fc89eddd9065ea52d38f60 fb94e874970aa6f0cc450f7ddc8f802a1cb99426 Package: ros-jazzy-autoware-planning-test-manager Version: 1.9.0-1noble.20260804.192119 Architecture: amd64 Maintainer: "Kyoichi Sugahara" Installed-Size: 418 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-route-handler, ros-jazzy-autoware-test-utils, ros-jazzy-autoware-utils-geometry, 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.9.0-1noble.20260804.192119_amd64.deb Size: 95250 SHA256: 2a9fc2ed1ddf02a57d88486a5f17f5d0b8ba062d5456285214d2cb748a4d25d2 SHA1: 7994933a2ae9ded733db6c3983d59698f031cec0 MD5sum: 9791838990598bb7fe54af58224d046e 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.9.0-1noble.20260804.192119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kyoichi Sugahara" Installed-Size: 2388 Depends: ros-jazzy-autoware-planning-test-manager (= 1.9.0-1noble.20260804.192119) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-test-manager/ros-jazzy-autoware-planning-test-manager-dbgsym_1.9.0-1noble.20260804.192119_amd64.deb Size: 2211854 SHA256: 1cef5e3c321a57292d9a32f6880bd0c5fad71bbbb0321ab9bfe4237e92864299 SHA1: 1e97690c9cf5b1f8c713bf1de545772bd4ba41c7 MD5sum: 9372505fced1598e61adbc7cd8514c51 Description: debug symbols for ros-jazzy-autoware-planning-test-manager Build-Ids: 1691bb091173395ea49fca7f816ddda8e3646e7d Package: ros-jazzy-autoware-planning-topic-converter Version: 1.9.0-1noble.20260804.184852 Architecture: amd64 Maintainer: "Satoshi OTA" Installed-Size: 579 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.9.0-1noble.20260804.184852_amd64.deb Size: 122428 SHA256: 77aafc49db1f1742256a7816b8dd0f39db62a83856d9e6cca67c37d0f119e232 SHA1: 09b58b5a169b00be7f117b42d0ccad9be5bac601 MD5sum: 773e956012c45bbc62566c53720c013b 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.9.0-1noble.20260804.184852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Satoshi OTA" Installed-Size: 2705 Depends: ros-jazzy-autoware-planning-topic-converter (= 1.9.0-1noble.20260804.184852) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-planning-topic-converter/ros-jazzy-autoware-planning-topic-converter-dbgsym_1.9.0-1noble.20260804.184852_amd64.deb Size: 2346812 SHA256: b6e12e257c8b3a86aa9378707eb6eab1f4451f4e86d8c4f1663780fe4027a3b3 SHA1: f5a3c953f761eae8ac1463bf1ea08ea5333fe59d MD5sum: 890786c0a3405e0c9f7f02d8bd133a83 Description: debug symbols for ros-jazzy-autoware-planning-topic-converter Build-Ids: 0ff274ba923d6f1b1cf1301806e29824bce7317a 9beb478dd7b78457191a147f0a4e022698692ec8 Package: ros-jazzy-autoware-point-types Version: 1.9.0-1noble.20260804.190047 Architecture: amd64 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-sensor-msgs, 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.9.0-1noble.20260804.190047_amd64.deb Size: 10700 SHA256: 0a3576626bfae915b4bb7b70f003c264761c431cdc1f34d423e4912ac84f7426 SHA1: d707a09adce55b50a28cc643f555424ec0957cc3 MD5sum: 7d67b97e24946a0e98f63b1972e5cef1 Description: The point types definition to use point_cloud_msg_wrapper Package: ros-jazzy-autoware-pose-initializer Version: 1.9.0-1noble.20260806.100624 Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 1040 Depends: libc6 (>= 2.35), 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-geometry, 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.9.0-1noble.20260806.100624_amd64.deb Size: 209698 SHA256: 3994ee2b9460a200f3586e736225ade3aa3b1f54a25fc2c345ba19d460c3b0e0 SHA1: 20575db33760f0ab69b9cd1e41822c6b20da9dae MD5sum: 3af938148037cd357aac2a6fa23ab984 Description: The autoware_pose_initializer package Package: ros-jazzy-autoware-pose-initializer-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-pose-initializer Version: 1.9.0-1noble.20260806.100624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 5842 Depends: ros-jazzy-autoware-pose-initializer (= 1.9.0-1noble.20260806.100624) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-pose-initializer/ros-jazzy-autoware-pose-initializer-dbgsym_1.9.0-1noble.20260806.100624_amd64.deb Size: 5126120 SHA256: 3cac7aafad33fe011081c3de192fb502d75ab99ea7ec9001af3f465043eb776e SHA1: fbf52b5c69b3ca88812c55ed3e2589948d90a882 MD5sum: d341cbb4d42c66a6cb633a41030092b9 Description: debug symbols for ros-jazzy-autoware-pose-initializer Build-Ids: 5eb4938741768d075bf3852798e9089d390f4b01 a0e129762ca0d70a007ec7a591169862d961d055 Package: ros-jazzy-autoware-pyplot Version: 1.9.0-1noble.20260731.141429 Architecture: amd64 Maintainer: "Mamoru Sobue" Installed-Size: 2100 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.9.0-1noble.20260731.141429_amd64.deb Size: 166452 SHA256: 816cd8b8959accb3ed6fab29c1f820e0f7a6a5bc14f913e84523913523b1db6d SHA1: 80e24eefa80d2e4b53cc4ab78b72ee43be1fffe8 MD5sum: dc6d10b5155dc9100b12281499636aeb Description: C++ interface for matplotlib based on pybind11 Package: ros-jazzy-autoware-qos-utils Version: 1.9.0-1noble.20260731.141419 Architecture: amd64 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.9.0-1noble.20260731.141419_amd64.deb Size: 7368 SHA256: 1f9ce1cd19216fb9773c3fcdb37546ff5ba3730f064ef63a2bbc88caa4687bc8 SHA1: 097d81dbeb3fac0b8e5b66752a9e31db93fac0e3 MD5sum: 33eaa96543ff162dcd3db91502f6bf1f Description: Autoware QoS Utils provides QoS compatibility utilities for different ROS 2 distributions. Package: ros-jazzy-autoware-qp-interface Version: 1.9.0-1noble.20260731.141541 Architecture: amd64 Maintainer: "Takayuki Murooka" Installed-Size: 311 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.9.0-1noble.20260731.141541_amd64.deb Size: 109572 SHA256: 8a768880d28b376cafec72db1728c67dbf4528af0d28a707d3e089637bf8ab45 SHA1: 93331eb4a984fbc186ecbfa8258196e135449d41 MD5sum: b016a28e35bc3330538d8ffbe1d1d959 Description: Interface for the QP solvers Package: ros-jazzy-autoware-qp-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-qp-interface Version: 1.9.0-1noble.20260731.141541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takayuki Murooka" Installed-Size: 3153 Depends: ros-jazzy-autoware-qp-interface (= 1.9.0-1noble.20260731.141541) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-qp-interface/ros-jazzy-autoware-qp-interface-dbgsym_1.9.0-1noble.20260731.141541_amd64.deb Size: 3144268 SHA256: e84d2779db24d28e45774f707ebf89deae2e7f46ad623d1f4b39598b8c8b7b9c SHA1: 3638664eb654a8dda202923c770c0aa2b5d20035 MD5sum: e8b82c9ca1efbca820100ee087f77f74 Description: debug symbols for ros-jazzy-autoware-qp-interface Build-Ids: fc802b65dbccb132861809b8df6cace7c4b54797 Package: ros-jazzy-autoware-route-handler Version: 1.9.0-1noble.20260804.191526 Architecture: amd64 Maintainer: "Zulfaqar Azmi" Installed-Size: 394 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.9.0-1noble.20260804.191526_amd64.deb Size: 126568 SHA256: 1be8cb93e6218f6a7603e00b0b1cb9c04bafa4f2d3c6e4091fdf71ed3f2bcbb4 SHA1: c64ec83d0e193d44ce9bdc331ab74459032d23a8 MD5sum: 816fc213a637e15154067b6004cfd78c Description: The route_handling package Package: ros-jazzy-autoware-route-handler-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-route-handler Version: 1.9.0-1noble.20260804.191526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Zulfaqar Azmi" Installed-Size: 2772 Depends: ros-jazzy-autoware-route-handler (= 1.9.0-1noble.20260804.191526) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-route-handler/ros-jazzy-autoware-route-handler-dbgsym_1.9.0-1noble.20260804.191526_amd64.deb Size: 2703322 SHA256: 251d4e7dfaa394893bb2b3a67f48fe069c86f67bea7ec33159f87d443212d076 SHA1: 7ada0b02760738749239892b11a74896f577b540 MD5sum: e3529ffb3a418ae95c3939c3823bd0a8 Description: debug symbols for ros-jazzy-autoware-route-handler Build-Ids: 85746f19eda66fcfcc7ae25faf00f07a16346ce1 Package: ros-jazzy-autoware-sample-sensor-kit-description Version: 1.9.0-1noble.20260731.141631 Architecture: amd64 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.9.0-1noble.20260731.141631_amd64.deb Size: 297004 SHA256: bd63b110da108f8110021753254c03fa768d045d54f9f7688cf8d620394033c5 SHA1: 500754377457db7943f5f346052f93124f5481b3 MD5sum: 6e29dd2162b4f269cc37094fff332467 Description: The autoware_sample_sensor_kit_description package Package: ros-jazzy-autoware-sample-vehicle-description Version: 1.9.0-1noble.20260731.141723 Architecture: amd64 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.9.0-1noble.20260731.141723_amd64.deb Size: 2009944 SHA256: d5cc57c9d3d5e3764b415d0f6c159d11d0aaad0cd86fc78a466d1a811e310e56 SHA1: 7940d3ea5c84ea4727b55192a2ed80b1fdd28ff6 MD5sum: 1caca5d00c1ea89052146dc4f87b4722 Description: The autoware_sample_vehicle_description package Package: ros-jazzy-autoware-sensing-msgs Version: 1.13.0-1noble.20260731.133958 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1928 Depends: libc6 (>= 2.4), 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.13.0-1noble.20260731.133958_amd64.deb Size: 158290 SHA256: e50d0aac8b7975844c026df2d41a90e43862b6b5d42029bc9b9da6d2d56deb66 SHA1: fbe345b2849ce23c5c18bdb1e25ec169af836be1 MD5sum: b3d82054723d3553a00eeb62f2a2fb02 Description: Autoware sensing messages package. Package: ros-jazzy-autoware-sensing-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-sensing-msgs Version: 1.13.0-1noble.20260731.133958 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1419 Depends: ros-jazzy-autoware-sensing-msgs (= 1.13.0-1noble.20260731.133958) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-sensing-msgs/ros-jazzy-autoware-sensing-msgs-dbgsym_1.13.0-1noble.20260731.133958_amd64.deb Size: 1153272 SHA256: 79173e3d9b192b884cd18005d3a25b132549789804fe87dfdd1d41e6c58b3602 SHA1: ab5366ed0a9513b62b51d037f270cf3862a0c30e MD5sum: d262bddd0e2323438cd1bfe0b7e2fb15 Description: debug symbols for ros-jazzy-autoware-sensing-msgs Build-Ids: 0d373ff3ccef492d85f91f9043c7954699a8cf16 0e9113e4602b7697145f90d6cef90af9f61fb942 20b74a9d2f3c29b114e1d76852437b1b00acacf9 39f6a0910a72249b75e6554f4fe1362ae9e20394 5e3c4e3742336a371a3a5bec289a5232e0c0141a 6454b185fd350adf674be4d70a988516b107a55c 81fb9a620b7904a6f73744faa0b8eea2600c4f0a bdbbff6fbd3f8451b19a06573b3b5ba106b0f6f3 cc5543c8a00301bc76b9cb557c03693f43c6c59c cf5386debed32e5fa3068cf44e42b363e1b888ce f33d83e30dbd9c5f39ca1d7ebcfacb5aa32e8582 Package: ros-jazzy-autoware-signal-processing Version: 1.9.0-1noble.20260731.141726 Architecture: amd64 Maintainer: "Takayuki Murooka" Installed-Size: 118 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.9.0-1noble.20260731.141726_amd64.deb Size: 25916 SHA256: 20a7eaded9d736b2383bdab9cb1efb891b45a4dfd06b7ff7bbf1fc590894c67e SHA1: e79fa54c8c1c7618e2745cb1dfdf44d9d0d9eacb MD5sum: 874c585494694c621880159466c3150a Description: The signal processing package Package: ros-jazzy-autoware-signal-processing-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-signal-processing Version: 1.9.0-1noble.20260731.141726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takayuki Murooka" Installed-Size: 180 Depends: ros-jazzy-autoware-signal-processing (= 1.9.0-1noble.20260731.141726) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-signal-processing/ros-jazzy-autoware-signal-processing-dbgsym_1.9.0-1noble.20260731.141726_amd64.deb Size: 160934 SHA256: 3479933d401619c0f43417f2d8236965cc268cb06852b2b8d52dbd1fa7cafee0 SHA1: db52ae35f5668ea38bfc5791b167ea98e966ae07 MD5sum: 6013ded202a67ddacdc4cfb0201788ab Description: debug symbols for ros-jazzy-autoware-signal-processing Build-Ids: d77f470d93e9217310cc2878b27ef64dc6ebdde8 Package: ros-jazzy-autoware-simple-pure-pursuit Version: 1.9.0-1noble.20260804.190042 Architecture: amd64 Maintainer: "Yuki Takagi" Installed-Size: 823 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.9.0-1noble.20260804.190042_amd64.deb Size: 154930 SHA256: 7f4d997355a4d2bdf925d189e2bc0380ad6de615882748b3fd8acae1438924cc SHA1: e0dd3a95020c3139061b243f85fec7ae9c983705 MD5sum: 85ab75099cb21d2a6ffd6f65cf5c1c32 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.9.0-1noble.20260804.190042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuki Takagi" Installed-Size: 3682 Depends: ros-jazzy-autoware-simple-pure-pursuit (= 1.9.0-1noble.20260804.190042) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-simple-pure-pursuit/ros-jazzy-autoware-simple-pure-pursuit-dbgsym_1.9.0-1noble.20260804.190042_amd64.deb Size: 3085962 SHA256: 6ac70b0c0a45f39d9a17b60d21acd855f2e205a4df62ef0d808cf66f57ddd6f6 SHA1: 336e8447457ea55c4c35a8279df93ec4624ebcb7 MD5sum: 51fd343d277097e049adbc9654a793a9 Description: debug symbols for ros-jazzy-autoware-simple-pure-pursuit Build-Ids: 3d06c2f15834e9f9b73a6c07d5e58f64fcc3d7ba 9ba9cc22c60e61a2e9c4296475753ce545ff29d6 Package: ros-jazzy-autoware-simulation-msgs Version: 1.13.0-1noble.20260731.134628 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 736 Depends: libc6 (>= 2.4), 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.13.0-1noble.20260731.134628_amd64.deb Size: 66670 SHA256: 49def4f30eb06e6b8e6b11ffd7507115b70dc17f2041610390eb9debe2e81bfc SHA1: 044a4b5fa2e85859c8dada9ab62951b24f710822 MD5sum: 1a757cb19dd807842633f97bf8d39be5 Description: Autoware simulation messages package. Package: ros-jazzy-autoware-simulation-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-simulation-msgs Version: 1.13.0-1noble.20260731.134628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 446 Depends: ros-jazzy-autoware-simulation-msgs (= 1.13.0-1noble.20260731.134628) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-simulation-msgs/ros-jazzy-autoware-simulation-msgs-dbgsym_1.13.0-1noble.20260731.134628_amd64.deb Size: 319342 SHA256: cb72e7a7fd2e8f853affcb1357eee7dd580287ba159feb46f5b36efec51a215b SHA1: c95314c4e3eb764e6b6314dec63f9d3af38cbdf2 MD5sum: 193771152e3f1b0043bfa3fae2c34975 Description: debug symbols for ros-jazzy-autoware-simulation-msgs Build-Ids: 033e18c0ce6f4aa0cead94e3c25282da83fa2a47 18d94c38b54c43ede6c5b051cffc23ef7268bf6a 19b50f85a46171ff28e522e035775d8a1273f0e0 41143ea4a9c6a719ba021cb00e58305459ae27c6 6c2e70edbc818ab52934e000f04df53e81b5be5a 9b30a832b9ffa8c5eca0dfe895089c9b7f7f6bae a314850f4c1622e4801fd464d9fff47723afcdfb acf62682949efa8cc42431d55ee935038a881945 ae24a6b00ed38dbeb36d19776263701198259c54 d5b5d6d042eb8ba649faea4b19ca6efb6be83fd1 e920946ba63391c048ad4efce1c33aebe3c5e470 Package: ros-jazzy-autoware-stop-filter Version: 1.9.0-1noble.20260804.183748 Architecture: amd64 Maintainer: "Yamato Ando" 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-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.9.0-1noble.20260804.183748_amd64.deb Size: 127950 SHA256: 6673307dfe3819154101270f434883d54c2ec58e3dfc0fabe280777d4f2b7c81 SHA1: 4ce1ff365ee6407f6ffa476b64eb9aa4b04058c6 MD5sum: 2785ba86a93e06d2a435fbe4e3109e34 Description: The stop filter package Package: ros-jazzy-autoware-stop-filter-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-stop-filter Version: 1.9.0-1noble.20260804.183748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 2728 Depends: ros-jazzy-autoware-stop-filter (= 1.9.0-1noble.20260804.183748) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-stop-filter/ros-jazzy-autoware-stop-filter-dbgsym_1.9.0-1noble.20260804.183748_amd64.deb Size: 2363932 SHA256: a490df8342ce2b60552cd6e3bf0f642fdfb4a7be92b5333d89db433f88a0e554 SHA1: d3392edf6f20f3b25b06ade408c24aa54f713deb MD5sum: 5f8d71575c4d11a3a6119b0a74e3ba36 Description: debug symbols for ros-jazzy-autoware-stop-filter Build-Ids: bc7e6d48fc8bc707c4154f638eeb3cacf1e698cd f70c2ef0f1a84363a4b564f160c51f257decc043 fa2f00f20e255a3fa7c9c0d17e89be6b14f6875c Package: ros-jazzy-autoware-system-msgs Version: 1.13.0-1noble.20260731.134716 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 1692 Depends: libc6 (>= 2.14), 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.13.0-1noble.20260731.134716_amd64.deb Size: 132550 SHA256: 4048350126c6a933be96dcab0dc709782d987200d87dd827c5d8e9fbf9c76d10 SHA1: 300815fc1e842f04d8e971d232b01b30a72e627f MD5sum: 9f64928675842ac4958d4787ebe9fdc3 Description: Autoware system messages package. Package: ros-jazzy-autoware-system-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-system-msgs Version: 1.13.0-1noble.20260731.134716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 1221 Depends: ros-jazzy-autoware-system-msgs (= 1.13.0-1noble.20260731.134716) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-system-msgs/ros-jazzy-autoware-system-msgs-dbgsym_1.13.0-1noble.20260731.134716_amd64.deb Size: 954272 SHA256: 15e32c5a8d0da07bd4dad54e6aeab28dc1af2c596d88c146de7dd184c3cdd7e6 SHA1: cfd12e6e46a1054d9ab7056b099e475185e35981 MD5sum: 5e420692bd9d2dcfbb70a88e02c76440 Description: debug symbols for ros-jazzy-autoware-system-msgs Build-Ids: 145b7779bd59ea4f3cd049d87b4b3c00712573a0 196f9907bb1f5fc87b927baab280a71af2ba0be2 427de4bf690a599ef2084d2d0aa133746d8e4b94 4377315f2b08023180d36215aa432a29ba2ed7b1 649c1f27fc991d5b5fbc01cfdea21f2776f6d784 7a27f06e80b32f06dfd6410d9ca17fa1e306822b a73b46b7a64e319236acaf4114c08f9d36a31992 a98f71596b2d434e467632dae1ce555bfbbe4e3c b1a85f665cf16e83e43d9106dab6fdf4cdb5366e cce6757fa3f7b340545daf911100d573ae22ad42 e6693921d2daef238155e6335cdcdd3cda523066 Package: ros-jazzy-autoware-test-node Version: 1.9.0-1noble.20260731.141725 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 137 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.9.0-1noble.20260731.141725_amd64.deb Size: 29380 SHA256: 7271e7b1c6f603af1247446eaa3f9fc96ad15acbd918a1e77b635ad2afde9441 SHA1: 9d0064ac374132a6318bbe242ec91653d4e7b1f8 MD5sum: 1bb2c2f93a36c1a257b49ac245923971 Description: Test package for Autoware Node. Package: ros-jazzy-autoware-test-node-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-test-node Version: 1.9.0-1noble.20260731.141725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 570 Depends: ros-jazzy-autoware-test-node (= 1.9.0-1noble.20260731.141725) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-test-node/ros-jazzy-autoware-test-node-dbgsym_1.9.0-1noble.20260731.141725_amd64.deb Size: 537810 SHA256: e6450d36da8753b9b2e9332e620d198026b7735b1624328e1457f762e88af6fc SHA1: 41d7cc43e878196f30431cb3872ac867b62dd05d MD5sum: 2240b325197475936720d8c2ad065bba Description: debug symbols for ros-jazzy-autoware-test-node Build-Ids: 1e85b197d85254ff2931952fca9f0caa1a395de2 c384083cc42166096c60ca9c6fcd350ca8099379 Package: ros-jazzy-autoware-test-utils Version: 1.9.0-1noble.20260804.182211 Architecture: amd64 Maintainer: "Kyoichi Sugahara" Installed-Size: 128556 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.9.0-1noble.20260804.182211_amd64.deb Size: 17015666 SHA256: cbccf9c6e4087a19d8f09ca9b85791df3886f47daee1f937d6b06ff248099db0 SHA1: 31e8d85dab378ee0fd56962a9dfbad6a20f0747c MD5sum: 589c191ba5ca23c2875f87662e0917bd 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.9.0-1noble.20260804.182211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kyoichi Sugahara" Installed-Size: 13672 Depends: ros-jazzy-autoware-test-utils (= 1.9.0-1noble.20260804.182211) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-test-utils/ros-jazzy-autoware-test-utils-dbgsym_1.9.0-1noble.20260804.182211_amd64.deb Size: 11301512 SHA256: a89760c4acbc96c1003aa276269ed0b195420575daf0c000824f75442827ac50 SHA1: be516600362f95e5f4b32ebb89999c5bea5c13b3 MD5sum: b2a761b57bf3adb031a4a4d8cda2531a Description: debug symbols for ros-jazzy-autoware-test-utils Build-Ids: 74883b229169f357a3c786fbdba9aadf419ab808 b885b350697e3ed258a1382eec2075ed4fd277cd Package: ros-jazzy-autoware-testing Version: 1.9.0-1noble.20260731.141745 Architecture: amd64 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.9.0-1noble.20260731.141745_amd64.deb Size: 7894 SHA256: fd3ca7c69969e7b2b4a79fc639653fc20f7f83e824913894f71e14ac77a06057 SHA1: 6f4b10fd9881d902ded172ef2b967e6975dbd0e0 MD5sum: ed58b41c9d23d65fb89deab1ccd67898 Description: Tools for handling standard tests based on ros_testing Package: ros-jazzy-autoware-trajectory Version: 1.9.0-1noble.20260804.185941 Architecture: amd64 Maintainer: "Yukinari Hisaki" Installed-Size: 739 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.9.0-1noble.20260804.185941_amd64.deb Size: 181056 SHA256: c561ff945a665673142ad8fc41ba38c4c36d29e82794d3c92655ea0513ef3234 SHA1: 75af46d741467b3d389fc3b707c0c8f3dc038ffa MD5sum: d8df66fc0a363bea949b029898a0dbbe Description: The autoware_trajectory package Package: ros-jazzy-autoware-trajectory-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-trajectory Version: 1.9.0-1noble.20260804.185941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yukinari Hisaki" Installed-Size: 5351 Depends: ros-jazzy-autoware-trajectory (= 1.9.0-1noble.20260804.185941) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-trajectory/ros-jazzy-autoware-trajectory-dbgsym_1.9.0-1noble.20260804.185941_amd64.deb Size: 5231824 SHA256: 7074936efca86e798f5ff2ecb9a4307441e3e48dbec78beb1512ad27c763b424 SHA1: b3cac5bca16e6e8883141af5d5d07163b01a7727 MD5sum: 3e351914e01fe1901d6a02150d83d10e Description: debug symbols for ros-jazzy-autoware-trajectory Build-Ids: 89756af82e1e3f3a02d5195eff8f238396adbc59 Package: ros-jazzy-autoware-twist2accel Version: 1.9.0-1noble.20260804.183754 Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 806 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-autoware-utils-geometry, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, 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.9.0-1noble.20260804.183754_amd64.deb Size: 145802 SHA256: 7c277e7726bb7656967d412e5a39f15d250be1fcbb0cd6e4a6412ce297d5adf1 SHA1: e7f2841f4fdd30b64303d04d338ddc1ad5ee8398 MD5sum: 2731790b2e9cd3386e28d6614b8b725b Description: The acceleration estimation package Package: ros-jazzy-autoware-twist2accel-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-twist2accel Version: 1.9.0-1noble.20260804.183754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yamato Ando" Installed-Size: 3569 Depends: ros-jazzy-autoware-twist2accel (= 1.9.0-1noble.20260804.183754) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-twist2accel/ros-jazzy-autoware-twist2accel-dbgsym_1.9.0-1noble.20260804.183754_amd64.deb Size: 2973126 SHA256: 8c0e86067ac2d3bfa64e456de468ee5bf4cc4be780fd14385258d08889f25d29 SHA1: cecb85fb2934383bde630620c144a92de4b39e4f MD5sum: 1f587b44e66ee51939f6932b5b21b346 Description: debug symbols for ros-jazzy-autoware-twist2accel Build-Ids: 2a2fbc72d9cca102aba718ccdee08dbe72692e66 3c069994b98482069f8b49f62bacc1e7b6583274 Package: ros-jazzy-autoware-utils Version: 1.9.0-1noble.20260804.191556 Architecture: amd64 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.9.0-1noble.20260804.191556_amd64.deb Size: 11660 SHA256: 9894ca6a5a29de03ba81b5e92db76a84fddc948f1236c462a67d40aef6cb764f SHA1: b728ccf889fad75490e7f0f212d88dfef3a68a99 MD5sum: bd79c5a36ceec0d0b9b598a9483e7f6f Description: The autoware_utils package Package: ros-jazzy-autoware-utils-debug Version: 1.9.0-1noble.20260731.142738 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 2011 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.9.0-1noble.20260731.142738_amd64.deb Size: 436444 SHA256: 107382fd7a63c26eea8513089020f93bfdc44fbf2d604076f891157d48b29edf SHA1: 05da3d91a7ef8cd5e262b629ef1d6b9cef6ee711 MD5sum: 6aa1ac2005cfaf71f9a81380ad53700c Description: The autoware_utils_debug package Package: ros-jazzy-autoware-utils-diagnostics Version: 1.9.0-1noble.20260731.141900 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 91 Depends: libc6 (>= 2.32), 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.9.0-1noble.20260731.141900_amd64.deb Size: 16300 SHA256: 1cad05e61ca21c26cf9805d9438f9c309eabe3a02bb9a026f519c7b9ea60005a SHA1: 3c060a1df0a439c831232dd4ba6a4ec4c0a1dc61 MD5sum: d9a1bdb657b80baf5107a5fa5558707a Description: The autoware_utils_diagnostics package Package: ros-jazzy-autoware-utils-diagnostics-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-utils-diagnostics Version: 1.9.0-1noble.20260731.141900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 106 Depends: ros-jazzy-autoware-utils-diagnostics (= 1.9.0-1noble.20260731.141900) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-diagnostics/ros-jazzy-autoware-utils-diagnostics-dbgsym_1.9.0-1noble.20260731.141900_amd64.deb Size: 91714 SHA256: 3aafa41ecc98e4781111971ec9ea0000f0b8e369bf7a9c9c3eb14aba6a730405 SHA1: 8436305e19799f07eb72ad90bce04018043572e6 MD5sum: 319b4f67a10bb16ced10f19ae8ff8907 Description: debug symbols for ros-jazzy-autoware-utils-diagnostics Build-Ids: 2cf3356c2cbee0133056cd17a81bb777fff53eca Package: ros-jazzy-autoware-utils-geometry Version: 1.9.0-1noble.20260804.181146 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 396 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.9.0-1noble.20260804.181146_amd64.deb Size: 131350 SHA256: 47b9d00ca8fcfeed4920b70b1ef43d079fed52d36a5eba43b473ed3f7c754b3f SHA1: 644f90f2c9fa2bd6942a6b70b56f194bdbb21078 MD5sum: 89ee1d17052c353aeb8770862f7b7f2d Description: The autoware_utils_geometry package Package: ros-jazzy-autoware-utils-geometry-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-utils-geometry Version: 1.9.0-1noble.20260804.181146 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 2800 Depends: ros-jazzy-autoware-utils-geometry (= 1.9.0-1noble.20260804.181146) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-geometry/ros-jazzy-autoware-utils-geometry-dbgsym_1.9.0-1noble.20260804.181146_amd64.deb Size: 2750078 SHA256: 93949aa8d9593b461fb6178b6a425341f5116f93be07697c81e46b9973f14b5e SHA1: 7097b78f2db044ca2b0fc45dd878e23bc0e8cf77 MD5sum: 4fce0750cc0249062fc04f9aafbd35c6 Description: debug symbols for ros-jazzy-autoware-utils-geometry Build-Ids: 5432f3884421c65b735de57e7b8edcea782a6a41 Package: ros-jazzy-autoware-utils-logging Version: 1.9.0-1noble.20260731.141928 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 54 Depends: ros-jazzy-logging-demo, ros-jazzy-rclcpp, ros-jazzy-rcutils, 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.9.0-1noble.20260731.141928_amd64.deb Size: 8458 SHA256: d4b1998168b6bea38883b1ccf5277c147df4275da5c1415476ab75314279c16e SHA1: 32feaa054a8671554fb20cfe561ae7352fce07cb MD5sum: a8259a835c880ce4357be18eb860a99c Description: The autoware_utils_logging package Package: ros-jazzy-autoware-utils-math Version: 1.9.0-1noble.20260731.141943 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 210 Depends: libc6 (>= 2.2.5), 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.9.0-1noble.20260731.141943_amd64.deb Size: 109868 SHA256: 175d77a3d89f9a2d4df8d40cb8a01677c6361ea7446243358ba0a051fddc1004 SHA1: 2e3da4c5d7d6a12ab04c62095cde8d2fedd709c0 MD5sum: dfd133e10f714aeabe4a753f0b1da065 Description: The autoware_utils_math package Package: ros-jazzy-autoware-utils-math-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-utils-math Version: 1.9.0-1noble.20260731.141943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 21 Depends: ros-jazzy-autoware-utils-math (= 1.9.0-1noble.20260731.141943) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-math/ros-jazzy-autoware-utils-math-dbgsym_1.9.0-1noble.20260731.141943_amd64.deb Size: 7150 SHA256: 1c959af1252ee735f1b18e597a6e5ed29bc1a2aa56e97669e307f9c0a79a8eaa SHA1: 25fbc73aff4b13d9792580efc141276b58dfb810 MD5sum: 1f47f3f46478f9b9824e2e634b79c367 Description: debug symbols for ros-jazzy-autoware-utils-math Build-Ids: 2c1525758c0a2d11369adae75085cfc3e0c6243f Package: ros-jazzy-autoware-utils-pcl Version: 1.9.0-1noble.20260804.185948 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 55 Depends: ros-jazzy-autoware-utils-tf, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-sensor-msgs, 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.9.0-1noble.20260804.185948_amd64.deb Size: 8918 SHA256: fe4b9a10586121fc2eb9929a2cbb7a92a32edc96f37d37f042469cdac52d8891 SHA1: 7771eff5938ad89cf7a521c8e5641c4853e56bb7 MD5sum: 99dff290efd2bec313c9323a7e9862ce Description: The autoware_utils_pcl package Package: ros-jazzy-autoware-utils-rclcpp Version: 1.9.0-1noble.20260731.141927 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 63 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.9.0-1noble.20260731.141927_amd64.deb Size: 10428 SHA256: 6ca1dbe137dd2e263af6f5a0a0a395dba33b7b8b3f83f857c3c1538373736d1c SHA1: 4d006b5eb464708b42fec16c906c37f579697591 MD5sum: 8bfb4804c8e9f0119c47733363af9503 Description: The autoware_utils_rclcpp package Package: ros-jazzy-autoware-utils-system Version: 1.9.0-1noble.20260731.141946 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 85 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.9.0-1noble.20260731.141946_amd64.deb Size: 15272 SHA256: afde3a0279523edfa4a6e2fccc8ddc926998c8f859571c54739f54a6ae18c2cb SHA1: 81787a65c3fe02adc4c663e4a01360e9d153d52d MD5sum: 59ead12b578badfdd7142e72f2d19e4d Description: The autoware_utils_system package Package: ros-jazzy-autoware-utils-system-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-utils-system Version: 1.9.0-1noble.20260731.141946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 203 Depends: ros-jazzy-autoware-utils-system (= 1.9.0-1noble.20260731.141946) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-system/ros-jazzy-autoware-utils-system-dbgsym_1.9.0-1noble.20260731.141946_amd64.deb Size: 190652 SHA256: 61d2b1acfe54fc2875279855a8dd3520594e1f66d29c7380760de58e3c45e01b SHA1: 01b7713b6f56541acdf9560d875b47b17f1cbc34 MD5sum: 1f73abcfc880477f7dd1470aaf1bae18 Description: debug symbols for ros-jazzy-autoware-utils-system Build-Ids: f4adbf324e0b9da946bd56f7f0ca59d317528e81 Package: ros-jazzy-autoware-utils-tf Version: 1.9.0-1noble.20260804.181939 Architecture: amd64 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.9.0-1noble.20260804.181939_amd64.deb Size: 8662 SHA256: ea88bd22ad03ee49b4e43c46d40f43b9a3d19198dffb5bc0af96c8c169baf1ba SHA1: 7c63193380915d201427bcce920b010d45e7c861 MD5sum: fb03152d65dd2e09af5c219df5bb4810 Description: The autoware_utils_tf package Package: ros-jazzy-autoware-utils-uuid Version: 1.9.0-1noble.20260731.141948 Architecture: amd64 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.9.0-1noble.20260731.141948_amd64.deb Size: 7728 SHA256: 20a856128034927b9161ed781204be603d856e8a8c89e8deccbfc017896aa819 SHA1: daeb18895e70c06b2048656311f8a2af8509716d MD5sum: 485c178e6b3dbb514a2ec50a2eb5582e Description: The autoware_utils_uuid package Package: ros-jazzy-autoware-utils-visualization Version: 1.9.0-1noble.20260731.141958 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 86 Depends: libc6 (>= 2.14), 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.9.0-1noble.20260731.141958_amd64.deb Size: 16182 SHA256: daef17ddf02c9bf9d18f174352f5295a8aabb771fdc10e2cc6722f3d0c151e42 SHA1: 15e448d349c4021ce021b2e2cd2dabe431f75bfb MD5sum: 591b9d606bb3f42d77c5a8d05872c86c Description: The autoware_utils_visualization package Package: ros-jazzy-autoware-utils-visualization-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-utils-visualization Version: 1.9.0-1noble.20260731.141958 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 116 Depends: ros-jazzy-autoware-utils-visualization (= 1.9.0-1noble.20260731.141958) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-utils-visualization/ros-jazzy-autoware-utils-visualization-dbgsym_1.9.0-1noble.20260731.141958_amd64.deb Size: 100752 SHA256: c68315de641934f93b056a54acc1a8d4806244910b01ba9048f479d0d089d2a5 SHA1: 6253eceb9446dcab078e56f25a9106deae553a87 MD5sum: 0f68b037a08bf6990a632e91158748aa Description: debug symbols for ros-jazzy-autoware-utils-visualization Build-Ids: cf28caccf3a3fca68689d482adbb3579c5fd28f0 Package: ros-jazzy-autoware-v2x-msgs Version: 1.13.0-1noble.20260731.133938 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 984 Depends: libc6 (>= 2.14), 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.13.0-1noble.20260731.133938_amd64.deb Size: 88926 SHA256: 4dce08d73c1a0cc96c539d3d30df3967f612c7edc980c0d52d3d7c98e0850524 SHA1: a17e5eb2e1d439bdd28f049ad41a181bc6cffc61 MD5sum: c3f4a3d88211e00cc9b18cbe81aa6b99 Description: Autoware v2x messages package. Package: ros-jazzy-autoware-v2x-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-v2x-msgs Version: 1.13.0-1noble.20260731.133938 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 844 Depends: ros-jazzy-autoware-v2x-msgs (= 1.13.0-1noble.20260731.133938) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-v2x-msgs/ros-jazzy-autoware-v2x-msgs-dbgsym_1.13.0-1noble.20260731.133938_amd64.deb Size: 682794 SHA256: 548f00d765f935e9620b532f53de97d06453349864d847c98a09b8791b84ef7e SHA1: e340be305894d8e55792fdba9d23dc11c3e1ffb8 MD5sum: e6e5c158abc77381e378199b9f52adf0 Description: debug symbols for ros-jazzy-autoware-v2x-msgs Build-Ids: 3214eed9054ffb216f7e196a189b6925daf0cbf8 3603aca0c74e6886095228d028b8c8533c0f8865 7c0f7a69b9b360d88a0b52d55092ee46708a69db 9064871d29afa1dbe88d854941c8192da2ddc7f0 91a0ea42c711b21e20f6f5b26123fd4a2b9e7eb5 a7df2dccf7baf53b93cb4139f3ebea494873ec7d cf31afe425f01ef4a770bcd4c0829ea047b4ff69 e3831bfef7c9856b9a7d75f2a1bd2531966c6c01 e832b6f59314acc4963b79b8bac43bcd4854b359 ef57fb61e8c81fa2b3c7ed29497ceb8478bc01e4 f8ddc50e92048b32352649b3c67e58f4c313a06e Package: ros-jazzy-autoware-vehicle-info-utils Version: 1.9.0-1noble.20260804.184910 Architecture: amd64 Maintainer: "Taiki Tanaka" Installed-Size: 127 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-autoware-utils-geometry, ros-jazzy-autoware-utils-rclcpp, 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.9.0-1noble.20260804.184910_amd64.deb Size: 25174 SHA256: c53ea1dae50eeedc24dc9aefd1146eb78b9afcfd8e2ce5ef4fd1b9b0b10fc800 SHA1: d9bba472c0a5ba382a6d8c2f25f4a5b91b2f11f8 MD5sum: ea1d0342b0bfb896f91f8da26f26b699 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.9.0-1noble.20260804.184910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Taiki Tanaka" Installed-Size: 384 Depends: ros-jazzy-autoware-vehicle-info-utils (= 1.9.0-1noble.20260804.184910) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-vehicle-info-utils/ros-jazzy-autoware-vehicle-info-utils-dbgsym_1.9.0-1noble.20260804.184910_amd64.deb Size: 368524 SHA256: 0344954d1ea3d8f3a7179443354eb98db6804f7ead7c6109b8bf7288666b5160 SHA1: f937b9b67e8b4d5b588a86f87f69f2c5d52dc1ef MD5sum: fd2d7c4af7d998a264b460cf17eda512 Description: debug symbols for ros-jazzy-autoware-vehicle-info-utils Build-Ids: 2e4655063c86b89118418e2dab474e6faae7a3ce Package: ros-jazzy-autoware-vehicle-msgs Version: 1.13.0-1noble.20260731.141110 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 2595 Depends: libc6 (>= 2.4), 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.13.0-1noble.20260731.141110_amd64.deb Size: 170034 SHA256: 54c3fc0494aa5e2bb13b75dbbedf2b53f688bc0510bcb140f388ccf78354a71f SHA1: f245963cd8bb01acb808ff3a1bf9f66d8f0bce4f MD5sum: 86ab0108b744b78e8f4a76295b6dd025 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.13.0-1noble.20260731.141110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1746 Depends: ros-jazzy-autoware-vehicle-msgs (= 1.13.0-1noble.20260731.141110) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-vehicle-msgs/ros-jazzy-autoware-vehicle-msgs-dbgsym_1.13.0-1noble.20260731.141110_amd64.deb Size: 1356466 SHA256: 6aa418773893d762797fe77b11cb3d3375e6ca655d30a64e15b9e130cd3a4f92 SHA1: 1950447d5b82c0d3db91b02dcd20f95987f7d767 MD5sum: 70d217ef3e45a720b0c8ffe22dd1abf4 Description: debug symbols for ros-jazzy-autoware-vehicle-msgs Build-Ids: 24fbe97823f7cc54621190f655fb933a2926f740 35b5e993b6dcf4cd0d3ff50166cd2c8c03aab7a1 362f85d2816c83fc552d6466c22db5a1c2f5efcd 4de95ea5b45911067acaf0d7cebac45d098b193e 6c49466ba6904421c9469c351814c519d24fd172 7511749379b39223608c0df1999ac59f22613382 9fb656df4db1bf52389e142fbfc4c335f29b418c af490c4d6ec6fc28d941aac03361152350157c28 b1b35dea83d1e80ed87c8ee769a00258b95ba0b8 d4edc7fbfc7736fbd11317a60f9e379a8df89fe0 faba0b632a26ed2f585e635caddd173de1204742 Package: ros-jazzy-autoware-vehicle-velocity-converter Version: 1.9.0-1noble.20260804.183754 Architecture: amd64 Maintainer: "Masahiro Sakamoto" Installed-Size: 593 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-utils-geometry, 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.9.0-1noble.20260804.183754_amd64.deb Size: 123890 SHA256: 10acedc99467f2017cf14a055f09c46ea86a033fe0f3c7c537b99b947d72635b SHA1: 2252c1340ef6dcd35883d4810c68d5219069ec7e MD5sum: 935e76fc6be544e808aa2cdea848f508 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.9.0-1noble.20260804.183754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Masahiro Sakamoto" Installed-Size: 2686 Depends: ros-jazzy-autoware-vehicle-velocity-converter (= 1.9.0-1noble.20260804.183754) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-vehicle-velocity-converter/ros-jazzy-autoware-vehicle-velocity-converter-dbgsym_1.9.0-1noble.20260804.183754_amd64.deb Size: 2314916 SHA256: 0845a346d57987bc897c416364febe1231b590354c4076d614cf95508681d946 SHA1: ff471c5523e57ad365ebde577e95d46974f6cc07 MD5sum: f0702fc4edb3f5440a83da7f4fec2523 Description: debug symbols for ros-jazzy-autoware-vehicle-velocity-converter Build-Ids: 705c6f284330e4302d89db519aa5d268fbe465af 8a4c9ab297e4c9a417903aeb641ad59c523b0839 aac0aaed9acace0be233f3cb1193054089788524 Package: ros-jazzy-autoware-velocity-smoother Version: 1.9.0-1noble.20260804.192738 Architecture: amd64 Maintainer: "Takumi Odashima" Installed-Size: 2254 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.9.0-1noble.20260804.192738_amd64.deb Size: 408002 SHA256: b79e71db3530916b3bad3467fbefc340d3720ae9370633469698e85174dfac73 SHA1: 8a309e8dcfd6cc9db7f5684e36e0efb248ee2763 MD5sum: 8ce5ff25087a406c7d7edc9545842f4e Description: The autoware_velocity_smoother package Package: ros-jazzy-autoware-velocity-smoother-dbgsym Package-Type: ddeb Source: ros-jazzy-autoware-velocity-smoother Version: 1.9.0-1noble.20260804.192738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takumi Odashima" Installed-Size: 11019 Depends: ros-jazzy-autoware-velocity-smoother (= 1.9.0-1noble.20260804.192738) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-autoware-velocity-smoother/ros-jazzy-autoware-velocity-smoother-dbgsym_1.9.0-1noble.20260804.192738_amd64.deb Size: 9416280 SHA256: 494c5d2d7fa5615ee4491cfba50727b1e6f73e1ff11c65adaebba700f54c3dfd SHA1: 86a56d31b7c44f98cb2b4f29e04999fc14bea934 MD5sum: d71be1ac34e3b65516a797c76bce8d8c Description: debug symbols for ros-jazzy-autoware-velocity-smoother Build-Ids: 8c805d466051f7ce9a7c8b206356a44d2f36ae73 a89737d2481b231be1fbefce447f8d8d2ba6a9d1 bafe5e1a6dc579439fc463f3477438cfb213ce25 Package: ros-jazzy-avt-vimba-camera Version: 2001.1.0-6noble.20260806.100625 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2859 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.20260806.100625_amd64.deb Size: 645830 SHA256: 90e500b4a6bcc67b75b336609f8985e90c78cade2616a52629665539af096557 SHA1: f07752c471cb0ea412ee3e99e1f0d4d7a7a9c9ec MD5sum: 73bf85b4c57cbb2649d4651aa9aa9222 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.20260806.100625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4509 Depends: ros-jazzy-avt-vimba-camera (= 2001.1.0-6noble.20260806.100625) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-avt-vimba-camera/ros-jazzy-avt-vimba-camera-dbgsym_2001.1.0-6noble.20260806.100625_amd64.deb Size: 4082638 SHA256: 20af8db9cf579491d728edb9721a67a4540bcf6b20d951ef55ffe76c1e691cbc SHA1: 0f87dc2ca2f1c88acebfca7cc69f07775f878e20 MD5sum: dcf563f0ad880e3f372f348b138f5674 Description: debug symbols for ros-jazzy-avt-vimba-camera Build-Ids: 6eadd4d7d249b4168f96c441bb4f1253790c7809 d51cfba44e56b99f00fc6e1b73b4040b4bff1597 e892e3e3bf1861b4407d0a8773a5dd2d755c3264 f12689b7aaa039033e21dd620a0498641b87c2ea Package: ros-jazzy-aws-sdk-cpp-vendor Version: 0.2.1-3noble.20260225.231941 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 36126 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.20260225.231941_amd64.deb Size: 4582228 SHA256: 68fe1ad8fae6dd049a22a18d1fc819b8eb139fc8a4bb6a3f41f80d009840ff7a SHA1: 1d11b307fdc442b9ecbf1f8c5811111c3bcd3c3f MD5sum: d5e1cb5b186c4945153fcd680ef2747d 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.20260225.231941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 88205 Depends: ros-jazzy-aws-sdk-cpp-vendor (= 0.2.1-3noble.20260225.231941) 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.20260225.231941_amd64.deb Size: 84447116 SHA256: 91aaaa1c532be4f44355c2844c0b103cdfb5df7aa7fdb4cac9bcfca620754fb5 SHA1: 5dcd04b3edbdea835547385884d694ad0a6ed8cb MD5sum: 9034bb33cf92808fee0f1ec3b853c44d Description: debug symbols for ros-jazzy-aws-sdk-cpp-vendor Build-Ids: 0b3899d34ac44d1e7c44d46b7c555e5fcb842b72 20499ce4f9c03986a7ac07fe98e47771791a3310 28de83f27a83e94371a041c2db96c467e3cc6dc6 a0dbf96d9a11fc5720867a311568f221006e728d a241b6382cdb8175095a58aa9ed531d60a67d7ba ae82140d580b8743869ac6b9e64ffb28bb7333c1 ba5bea5032639a1590ed7bae40e4bde51f24546c c8be661d6f1dc0496b1bd0da60dbb862d21e2cf4 Package: ros-jazzy-axis-camera Version: 3.0.2-1noble.20260615.144532 Architecture: amd64 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.20260615.144532_amd64.deb Size: 36806 SHA256: adea62f6a8714781d20d91a35b5af04eaad0a3a13991706c45b86e01edbda3df SHA1: 720f0ac5839de49e1b96f3883726d9428e66cd8b MD5sum: 88511575c8caf8f5c9dbab63e0b70dca Description: ROS 2 driver for fixed and PTZ Axis cameras Package: ros-jazzy-axis-description Version: 3.0.2-1noble.20260225.233350 Architecture: amd64 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.20260225.233350_amd64.deb Size: 145470 SHA256: 281c32a7f9721636fe62aaffd366e16316f7574815cb0451f8780d1e89d6f2ad SHA1: b1b79a0c1fc9b9cd3a54b9b4a1f6d210f19fd08e MD5sum: 16dab75e36dc1f407409485014e99e08 Description: Description package with URDF files for common Axis fixed and PTZ cameras Package: ros-jazzy-axis-msgs Version: 3.0.2-1noble.20260615.102334 Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 703 Depends: libc6 (>= 2.14), 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.20260615.102334_amd64.deb Size: 73218 SHA256: ba068133883b603b968977877215b32d2f5167e5684406140e241c17ca1f92aa SHA1: febf2e0f6a7383b0e8d9dd4ffa232caeb73ea705 MD5sum: 38027c7b6ccb253b75af81d5c3cd0a38 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.20260615.102334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 484 Depends: ros-jazzy-axis-msgs (= 3.0.2-1noble.20260615.102334) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-axis-msgs/ros-jazzy-axis-msgs-dbgsym_3.0.2-1noble.20260615.102334_amd64.deb Size: 354216 SHA256: 3bfc2dfd98bbc9261318cc0093b74d07a7133420036c27e488dc0e70be6da63e SHA1: 2a29f527e9b6cc2c07b043ff044728f96e58ec7b MD5sum: f58f5a98b04056604452d678c25df952 Description: debug symbols for ros-jazzy-axis-msgs Build-Ids: 216a9d7ce058346433406c3960fa3cf5f1c6abe7 2e6e46701536b07af50e222e5eafdb5799e7b3e0 2ee112e077ed6c6bb93f23dd1e69a2fd5d25f065 5895d228b85d012166eb77cb9ec0bd671e4f4aa1 60d5cb69583ffce4c756797ad83aabc64f19c172 703194f7fb4f176bae79e144795a82d95b52a937 96b55dde61da835095030e903185a7c3c0d55e7a 9ce0325c4a9704a6029c27fe6f716c23f26a027a b89935c2cfa00f6d12cb87f0d64c6a9718de49d1 e3525079fb4dbc8e686e60a8839737459a5e309a ebfdaad0516baedba58c9fc4c7d65faea510ff37 Package: ros-jazzy-azure-iot-sdk-c Version: 1.14.0-2noble.20260225.051113 Architecture: amd64 Maintainer: Tim Clephas Installed-Size: 6620 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.051113_amd64.deb Size: 816650 SHA256: 0ed6f0f0ddd8338210bad2c32362b3094fd2b576f78715e6d2cf092d57270206 SHA1: b13dca95e11b9fa4f36a306a1504b7de353a43e8 MD5sum: 7f100f8bd97fccf0efa6e41b5eda3fe8 Description: Azure IoT C SDKs and Libraries Package: ros-jazzy-backward-ros Version: 1.0.8-1noble.20260225.051215 Architecture: amd64 Maintainer: Victor López Installed-Size: 231 Depends: libc6 (>= 2.14), 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.051215_amd64.deb Size: 57454 SHA256: 4e74623daca4885bb5768435365cd9157b42feee776a127de667743d8fadf131 SHA1: 9b6cd484447f88965d06aaa02150fcfdbf99fa7e MD5sum: 03b40b5d0f070f3768a142c531f7bf6a 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.051215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Victor López Installed-Size: 264 Depends: ros-jazzy-backward-ros (= 1.0.8-1noble.20260225.051215) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-backward-ros/ros-jazzy-backward-ros-dbgsym_1.0.8-1noble.20260225.051215_amd64.deb Size: 240144 SHA256: f709a81b2481da5123e649ea8bbbd0a62e5b7894542a23a5777165f717302dfd SHA1: 47434fbf4381eead287e70e694109c37bf1f109a MD5sum: 8e2bb491f5e859a6bd9c904767677c31 Description: debug symbols for ros-jazzy-backward-ros Build-Ids: 89b809527f6c1c2b833a3e790a7afb3c0e042788 Package: ros-jazzy-bag2-to-image Version: 0.1.1-1noble.20260615.171418 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 287 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.20260615.171418_amd64.deb Size: 84382 SHA256: 960426a0894bbf6f8bdaf595c868e5aeab4c047fbc38e2a9919fce5ffdb25bb5 SHA1: a42794bf92f0ebfb1e02ee37fdf8c3baa8d677ce MD5sum: ac617eef04c9168d6cd27e3942eceb89 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.20260615.171418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 1586 Depends: ros-jazzy-bag2-to-image (= 0.1.1-1noble.20260615.171418) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bag2-to-image/ros-jazzy-bag2-to-image-dbgsym_0.1.1-1noble.20260615.171418_amd64.deb Size: 1521770 SHA256: c9a5f30393ac09b99be4f48afcd9b302713960d32d3efb851fcac45cc3dc8b59 SHA1: 2b0ed44fe52d2bfbc743d37b04c38343befefff0 MD5sum: 794db4f37bd14cf0dcc4e4a15832b3a7 Description: debug symbols for ros-jazzy-bag2-to-image Build-Ids: 5ad8bc11ca303eb5aa7080a4f35b6e3c22e7f853 5c79107a0246db6fa069a4aa26a4b5158440d88e Package: ros-jazzy-battery-state-broadcaster Version: 1.2.0-1noble.20260701.212124 Architecture: amd64 Maintainer: "Jonas Otto" Installed-Size: 223 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.20260701.212124_amd64.deb Size: 62602 SHA256: 0d6393199ef835aec59eee2157a478d0f685676280a6b97484a0525e104ffe29 SHA1: 487a6e5aacb66bfb7c84950b065d94c700b95cca MD5sum: e093cb8f1b554a58e0fd9145eff0fe79 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.20260701.212124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jonas Otto" Installed-Size: 1013 Depends: ros-jazzy-battery-state-broadcaster (= 1.2.0-1noble.20260701.212124) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-battery-state-broadcaster/ros-jazzy-battery-state-broadcaster-dbgsym_1.2.0-1noble.20260701.212124_amd64.deb Size: 947598 SHA256: 5e053f52ca0b559ca8edb358dbd58ea905b6834ee2e2b81c41736b9f87321aa3 SHA1: 30f2636a4408483799fc7cad8ac73d8bf7e7956f MD5sum: 6cb84307be1afbfaf923e90618a4e1be Description: debug symbols for ros-jazzy-battery-state-broadcaster Build-Ids: 50073e2fa4af1ae4c2eb6e33227aab1af1c381ae Package: ros-jazzy-battery-state-rviz-overlay Version: 1.2.0-1noble.20260731.142602 Architecture: amd64 Maintainer: "Jonas Otto" Installed-Size: 510 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.20260731.142602_amd64.deb Size: 117344 SHA256: d0bdec4ab45448470c7eb63105b0325c8a4c90ee435543d0bddf061cae287e51 SHA1: 7d77a785970ae94d1c0e1b5dd6cc2ccf377d5fe3 MD5sum: f5cb53f24666e877cfc02bea97e2c5e2 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.20260731.142602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jonas Otto" Installed-Size: 2364 Depends: ros-jazzy-battery-state-rviz-overlay (= 1.2.0-1noble.20260731.142602) 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.20260731.142602_amd64.deb Size: 2028304 SHA256: 667fcc88c3095ff5f012510b5092e684ac522ab84b91a172bccf85f9cb9009a7 SHA1: 97bc99cd17c78221711a199d1bb6e1d21bf50de1 MD5sum: 4f34e86555ef3c7d3476604a4e713fc6 Description: debug symbols for ros-jazzy-battery-state-rviz-overlay Build-Ids: cd062bd8c902b2f0da2b3dbf781e1587076b3258 Package: ros-jazzy-bcr-arm Version: 0.1.3-1noble.20260806.104450 Architecture: amd64 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.20260806.104450_amd64.deb Size: 5184 SHA256: 3ba5c73e6d3ced54401ed0c5dc844f3a66f889577390a8d1d0bb7e951ff083cd SHA1: e3080d524df420dd4f74525670648499d3d9d2ef MD5sum: 36fbd13c2c5f216d938927e0f2fd8ba5 Description: Metapackage for the BCR Arm robot stack Package: ros-jazzy-bcr-arm-description Version: 0.1.3-1noble.20260806.103445 Architecture: amd64 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.20260806.103445_amd64.deb Size: 1345158 SHA256: abdb381a298f0800dc52a2580c26ee50755cbb11415155752811d388d9976f1b SHA1: 59a23efcf6d9a8c33a0460e04c22ae207efdbc0a MD5sum: 39e0925fe75f039a64e4f1cad458fdba 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.20260806.102637 Architecture: amd64 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.20260806.102637_amd64.deb Size: 14886 SHA256: 6145f4794b87e70bc8342bd68fbba3abb15cb4ce21e66e1c8792daee067ac25c SHA1: 3030db72c24939e008751e4003081a3a6f506197 MD5sum: 1652f63e28e139abee5754e0e16a20d0 Description: gazebo simulation and control scripts for bcr 7-dof robotic arm Package: ros-jazzy-bcr-arm-moveit-config Version: 0.1.3-1noble.20260806.104056 Architecture: amd64 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.20260806.104056_amd64.deb Size: 12254 SHA256: f49fee56c2746b7f2dc4c874b0345ac4f0f09d85d6a130b9d21467d6d67b6f91 SHA1: b61b4580995c472b02126fddfd44d1ba1e569f16 MD5sum: c9d6a2daa614d26d9c7abc20213a4311 Description: moveit configuration and launch files for motion planning with the bcr arm Package: ros-jazzy-bcr-arm-ros2 Version: 0.1.3-1noble.20260806.104518 Architecture: amd64 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.20260806.104518_amd64.deb Size: 5294 SHA256: f8fd7730948d851ec7a9a9a3d6ef09f02e6cd707641fa3b6e25f04597363bf34 SHA1: 49417c72a67ea917aa80db8124cd2530826be5eb MD5sum: 17452ee1975636163a6108a9c16b24a3 Description: TODO: Package description (metapackage) Package: ros-jazzy-bcr-bot Version: 2.0.0-2noble.20260804.191726 Architecture: amd64 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.20260804.191726_amd64.deb Size: 5784780 SHA256: 56a0d7bc74fdbc4b5f66c15bf2405cd85793736bb095ad813c28b892b252532a SHA1: 4b604c61b5e7dd4c3c9046810a52686fb1fa7121 MD5sum: f16b8a1ec487821ca91da60533b10816 Description: bcr_bot Package: ros-jazzy-beckhoff-ads-bringup Version: 1.0.0-1noble.20260804.191806 Architecture: amd64 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.20260804.191806_amd64.deb Size: 9506 SHA256: 0185bcbb395163ffe6531061d713db1ae95866d2e179536ce507bb42044a1b30 SHA1: f2ca197f606feef01b977c67e578a10945912177 MD5sum: a0c7702ec294a95b2f0d9a56f725e62b Description: Demo bringup package for beckhoff_ads_hardware_interface Package: ros-jazzy-beckhoff-ads-hardware-interface Version: 1.0.0-1noble.20260701.204242 Architecture: amd64 Maintainer: Nikola Banovic Installed-Size: 189 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.20260701.204242_amd64.deb Size: 50954 SHA256: 1c3549089155c938e54972f7dfb6db78f513f1298ae04fc5f9a484b764c365d7 SHA1: 682b01bb74bee3f4cc722bb6877d9eff6c3adf37 MD5sum: 68eb961c1a164b6223a7982e4f26a696 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.20260701.204242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nikola Banovic Installed-Size: 730 Depends: ros-jazzy-beckhoff-ads-hardware-interface (= 1.0.0-1noble.20260701.204242) 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.20260701.204242_amd64.deb Size: 693990 SHA256: 7993f1678145c73bce03440635ece819b83888b9efab06e350f84cd2db47f2a4 SHA1: 8cda514947e3514f256ac7ed594e7d9a0084de69 MD5sum: 7f1f62a03bd216870fbf4a6e616a3f4c Description: debug symbols for ros-jazzy-beckhoff-ads-hardware-interface Build-Ids: 0fe6b293315a8a7616ddcec9cbd6634f21a55126 Package: ros-jazzy-behaviortree-cpp Version: 4.9.1-1noble.20260707.114954 Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 2991 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 Homepage: https://index.ros.org/p/behaviortree_cpp/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-behaviortree-cpp/ros-jazzy-behaviortree-cpp_4.9.1-1noble.20260707.114954_amd64.deb Size: 627178 SHA256: 78b5bcf7b5b478708c87e913fc9ae8789bc4f54ed36f872702dfb54ed2d4992c SHA1: 854449be029d249b2dcde5dcd5369e617a0ccda4 MD5sum: d7e8b7aa68578c8d816754432dea522c 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.1-1noble.20260707.114954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 13139 Depends: ros-jazzy-behaviortree-cpp (= 4.9.1-1noble.20260707.114954) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-behaviortree-cpp/ros-jazzy-behaviortree-cpp-dbgsym_4.9.1-1noble.20260707.114954_amd64.deb Size: 12706996 SHA256: a66472fd04646c2dfddd14504079f32bf8402035cdeb6de4af5eac0f7a31f792 SHA1: e030a593f6a65b95f98198479e78a3450c5722aa MD5sum: 1a5612eb0dd62549911c885c1288364b Description: debug symbols for ros-jazzy-behaviortree-cpp Build-Ids: 38a2b92f5c0696080f19ea020e9cc190aa031f3e 5872e3a428c131961303d43d1e90a8560ee023b4 8c0b166e5a6b4f145f537d4b7790afb9f649626e 9cbdbd7003a922e4194009b0d665a9ef304e9ef9 c3b57e94a4457f87a4c3fde04b074f9802f9772d c6551d4f3caf2cc983785bf0ba4fbfa577d3f802 Package: ros-jazzy-behaviortree-cpp-v3 Version: 3.8.8-1noble.20260615.161138 Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 1257 Depends: libboost-context1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libncurses6 (>= 6), libstdc++6 (>= 13.1), libtinfo6 (>= 6), libzmq5 (>= 4.0.1+dfsg), cppzmq-dev, libboost-coroutine1.83.0, libncurses-dev, libzmq3-dev, ros-jazzy-ament-index-cpp, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/behaviortree_cpp_v3/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-behaviortree-cpp-v3/ros-jazzy-behaviortree-cpp-v3_3.8.8-1noble.20260615.161138_amd64.deb Size: 281516 SHA256: fdbc08a3ea293c647c703d9c48bad273937094a5579af01a790208afa5334115 SHA1: ad17208d36eb824995163a34b8224c10e2eee2eb MD5sum: 6254355ca5d5c1a33dae9d2979fa4a09 Description: This package provides the Behavior Trees core library. Package: ros-jazzy-behaviortree-cpp-v3-dbgsym Package-Type: ddeb Source: ros-jazzy-behaviortree-cpp-v3 Version: 3.8.8-1noble.20260615.161138 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 4502 Depends: ros-jazzy-behaviortree-cpp-v3 (= 3.8.8-1noble.20260615.161138) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-behaviortree-cpp-v3/ros-jazzy-behaviortree-cpp-v3-dbgsym_3.8.8-1noble.20260615.161138_amd64.deb Size: 4251102 SHA256: 61d86cc91a63ca457b7c5306fdf32ec0155a605742ecba11da78849e5b9f0e5b SHA1: 66b07af11e3e28fe9de9d1ca51ee426cfe6edbb7 MD5sum: a2b2c565c60742f6e9457d71e3c390e0 Description: debug symbols for ros-jazzy-behaviortree-cpp-v3 Build-Ids: 47c26bd36b3e339fb31e44e7a692d3f624fc5858 6653f02f64328f83848c22e07484149972698c37 90db5b9082dcf19eeb34a6134acae4979974deed ac4e20ff2db96abcfc2981f9ffbfb7b16a41197e Package: ros-jazzy-beluga Version: 2.1.1-1noble.20260423.060424 Architecture: amd64 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.20260423.060424_amd64.deb Size: 75596 SHA256: 7c963fbccbcbad34d3784603da1d8c22e391beaa4701860b9992ba28391ba484 SHA1: 51f61a5367464bbbef17ed4136001f8cb06383c5 MD5sum: d439dfa4d9ad1ad8d3655141ae6ae311 Description: A generic MCL library for ROS2. Package: ros-jazzy-beluga-amcl Version: 2.1.1-1noble.20260804.182638 Architecture: amd64 Maintainer: Gerardo Puga Installed-Size: 4309 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.4.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.20260804.182638_amd64.deb Size: 777948 SHA256: 8faaa20acd22faccf7f5b082dc2ea1d4621e50d4ad25f81123e75ac65c677ba4 SHA1: 5ba11ce7edaa2b187fcbcd8189f2b4adbb7076ad MD5sum: 627da489343e7bfd21b6f07216a96bf8 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.20260804.182638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gerardo Puga Installed-Size: 36668 Depends: ros-jazzy-beluga-amcl (= 2.1.1-1noble.20260804.182638) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-beluga-amcl/ros-jazzy-beluga-amcl-dbgsym_2.1.1-1noble.20260804.182638_amd64.deb Size: 34012068 SHA256: 56e1f04b2b4628b9b721f0e73ba42cb3b6e84228abca1396f2a9632edef37ef9 SHA1: 3831c0f8599f42bad94858ee4bbb1b2aa40e2b7e MD5sum: 2cec98d6d8c87afa0f8973c92f4f86b5 Description: debug symbols for ros-jazzy-beluga-amcl Build-Ids: 22bf7c23315af9513bfd32ac5ad27333435939d1 5bc32a21169c342abad95596c64c7f5b6cdcdb81 6c4ab42c2e6eefe4aeae5bf766de35aeda008267 776826eb60d257fa80e0f7570ae79d0b21988487 948b4f968dab7eb32a6ffd196bc3bad8a1397316 bc7e4371cf597e04d272735df73619bd1c091ea6 e5365de3dbc3ca0c0de69095b394c76d21bae2ee Package: ros-jazzy-beluga-ros Version: 2.1.1-1noble.20260804.182203 Architecture: amd64 Maintainer: Gerardo Puga Installed-Size: 1193 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.20260804.182203_amd64.deb Size: 119316 SHA256: a572541cf6fe8c0944dbb25aca5ad6d74de3992f3001459a6e6b21531d25edd1 SHA1: e01e2d05737bef9384e0067a328ad4a1c651fd9b MD5sum: c180874a9f7fec04dd642c1601ddc6cd Description: Utilities to interface ROS with Beluga. Package: ros-jazzy-bicycle-steering-controller Version: 4.41.0-1noble.20260804.192947 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 200 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.41.0-1noble.20260804.192947_amd64.deb Size: 50204 SHA256: 3976362ed602826a98998445547cd17cd7f5c03a1b894e08d1fd0d5eca75f93c SHA1: 7c0c3749b4cc7c8c9a048c147d226318a11e89c7 MD5sum: 278e13d2474c592466049ee03aed9dbb 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.41.0-1noble.20260804.192947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 738 Depends: ros-jazzy-bicycle-steering-controller (= 4.41.0-1noble.20260804.192947) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bicycle-steering-controller/ros-jazzy-bicycle-steering-controller-dbgsym_4.41.0-1noble.20260804.192947_amd64.deb Size: 707516 SHA256: 5d51479c09aa2aca1c21e08f887b2dabc9585408f92a50d74a468ddac612840d SHA1: b323724181584ded44ce6ad43fba338cf8653b2e MD5sum: 998db04853fbc9c81855d23241e38aa8 Description: debug symbols for ros-jazzy-bicycle-steering-controller Build-Ids: 9ab449d81e904b7059468bf2e5392ae4afbabc19 Package: ros-jazzy-bno055 Version: 0.5.0-3noble.20260615.135214 Architecture: amd64 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.20260615.135214_amd64.deb Size: 34748 SHA256: cee9354ad18953e6455ea90e0cc8ed56b776b2f55a138f7d58914ba3459dde04 SHA1: c7d0fb36fae23f8bbb3101a8340e39373ea1ab78 MD5sum: 08b5e594a10bb51ca9c9bbdb78403401 Description: Bosch BNO055 IMU driver for ROS2 Package: ros-jazzy-bond Version: 4.2.0-1noble.20260615.104841 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 561 Depends: libc6 (>= 2.4), 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.20260615.104841_amd64.deb Size: 55464 SHA256: bac2174ca3be0d274929897f064377631014918f8fbd6706b8b92bf863ea48b8 SHA1: 72f7332a2cf12e913ec43a09e059a801066c8a28 MD5sum: 32330fbd2f0b76b3bbca4a16be7db633 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.20260615.143441 Architecture: amd64 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.20260615.143441_amd64.deb Size: 5832 SHA256: 10908b8c85852ffd31b26d073ff8bebaec56effefd09600f05d128aa08e49a33 SHA1: 1369edfe85e0b1a60420c82ff7fefeaf4106c1e6 MD5sum: d18661465ac076c6551c5db44c9c9dde 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.20260615.104841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 386 Depends: ros-jazzy-bond (= 4.2.0-1noble.20260615.104841) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bond/ros-jazzy-bond-dbgsym_4.2.0-1noble.20260615.104841_amd64.deb Size: 284426 SHA256: 602e5ab2e4ae65f74699b52bb85d26f5f2f774be2f6c4bda9c1bd6a026ea2ac2 SHA1: de2954d80f91c7ef1b9ff0be50a199bc21c73aef MD5sum: 9ddf80f554883c22fb55d92133f1da87 Description: debug symbols for ros-jazzy-bond Build-Ids: 005edbc1816c3c0eb745231fa32eecc45f7882d9 00aa7b14e63975d883ff973b2763162fc9a9739c 240d9a3a687ac2f3fa71cd74ff45d5312faf486b 4f0948f9610667235dd86680702cb9dd1f92098f 50479e26e907587171881ce259164fa5e1cfb478 51bc5090a11c649a216b6b4d0ebfbe8d6ded24df 633ab2c6a1e9b38aa8134cc1dfdc116100cf5111 9adc3ebdd60f86ed28d0d88168418a0d2701274b 9bb932a09aab71a0d933e508a7f8c352c271d7fe f5bff6ac2456728bc0f2cfc14eec93fabab04bd7 f8a18b6bc803b106f3953267fc9007e589b13d24 Package: ros-jazzy-bondcpp Version: 4.2.0-1noble.20260615.141016 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 570 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.20260615.141016_amd64.deb Size: 122980 SHA256: 09fb40a15a004967a1e3c0fe2d9df140c50e4232593768345061fcfb39ab0df3 SHA1: af98bd8a2223361db0a1e882f4d8337b9e70884e MD5sum: 3a0eb9e6a4f89d74ac4588c88f64274d 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.20260615.141016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 2263 Depends: ros-jazzy-bondcpp (= 4.2.0-1noble.20260615.141016) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-bondcpp/ros-jazzy-bondcpp-dbgsym_4.2.0-1noble.20260615.141016_amd64.deb Size: 1929644 SHA256: b49dee90645c767d24e1aacd738f8c8734d4af35719b44d6c6c8f337f648e3f7 SHA1: a1b9710352d3eaf1752e729bc8f65b3aa9e639a6 MD5sum: 7cb8e0a9179e92d583a80a0589a3e254 Description: debug symbols for ros-jazzy-bondcpp Build-Ids: 8429443a02eb33f1a3f4090d987eb09d9248dcd0 Package: ros-jazzy-bondpy Version: 4.2.0-1noble.20260615.141042 Architecture: amd64 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.20260615.141042_amd64.deb Size: 16236 SHA256: 72ce302b88712bbe43fdb05d965d2d0d77e3d78e21853cea44ac1adb797bf764 SHA1: a8dea8f3a88ce52467f0a07310e86882ef7d4e9a MD5sum: 25dbbb7da40a26934dfa1f6f56ac941b 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.20260615.143736 Architecture: amd64 Maintainer: masaya Installed-Size: 82 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.20260615.143736_amd64.deb Size: 10682 SHA256: 7fe6ea0de64e38a53fb1d6656d8cc562602a7a7bd6aad2d0c9d4765b6d311dfd SHA1: 823e29c2494a99620e08c6beb46b4967cce6704e MD5sum: 2c6898eed1bcf53fd7b57e57a1ed4e2a 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.20260615.143736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 49 Depends: ros-jazzy-boost-geometry-util (= 0.0.1-5noble.20260615.143736) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-boost-geometry-util/ros-jazzy-boost-geometry-util-dbgsym_0.0.1-5noble.20260615.143736_amd64.deb Size: 34682 SHA256: e00dd2f2a625ab5f1eecad98ff12e8d78374597673ac0a5fe9e6a2f4a77e2772 SHA1: b6ef762fca152b7ad54d9feea6ab1823fe1237fb MD5sum: ab5333c53c9db6050db8b490894feafb Description: debug symbols for ros-jazzy-boost-geometry-util Build-Ids: 7efc6a3b33e0fcd0737500a5cba7b004b8f3b75f Package: ros-jazzy-boost-sml-vendor Version: 1.1.13-1noble.20260225.232004 Architecture: amd64 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.20260225.232004_amd64.deb Size: 25042 SHA256: e66e7dbdaf9c94ed47b5cde5a31ff64fa0297225c8aa16baca9977c54c38e5e3 SHA1: 49c0a6f6aa3eb8eb4814c44b002577fa36144bf1 MD5sum: f172cec7cda182d4e235b63622f56db5 Description: Vendor package for the Boost SML (State Machine Language) Package: ros-jazzy-broll Version: 0.1.0-1noble.20260615.144248 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 752 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.20260615.144248_amd64.deb Size: 174228 SHA256: c4efd15a96b63cba313f832eb186fc9877f662fb05ac6d3dc131db497687b1f1 SHA1: 08a6ba6da02a438b6dfebb212094135e666b04e8 MD5sum: 689b12fd00ac77958635f1dc0367b8cb 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.20260615.144248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 3349 Depends: ros-jazzy-broll (= 0.1.0-1noble.20260615.144248) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-broll/ros-jazzy-broll-dbgsym_0.1.0-1noble.20260615.144248_amd64.deb Size: 2957150 SHA256: 08388849aadc6c499665132ff71bdd1b0b86775862006f51839184381b0375f3 SHA1: e1e0ef44bfcb0d90237a1ca3d0dfcf604cae9902 MD5sum: 2f1af15d16849fe093c14a9c964f068e Description: debug symbols for ros-jazzy-broll Build-Ids: 4d271d4179ed8e182a3f55ffbcec613aed76d8bc 764d78d778ed27fccc2ad74bf6c654c6f545a9e9 f30f5b9353f585db03eabea80a07ce6483ab0fd6 Package: ros-jazzy-builtin-interfaces Version: 2.0.4-1noble.20260612.052109 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 523 Depends: libc6 (>= 2.4), 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.20260612.052109_amd64.deb Size: 46836 SHA256: 00a5e2fb6a107186a0bb3b4ded654c2e02544b959d7fe06fac2224529864a31b SHA1: e65e097f054b246e3438b02cad4c6fe480de5113 MD5sum: ce78b5adf94a21b094d5df7ba7335ae0 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.20260612.052109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 332 Depends: ros-jazzy-builtin-interfaces (= 2.0.4-1noble.20260612.052109) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-builtin-interfaces/ros-jazzy-builtin-interfaces-dbgsym_2.0.4-1noble.20260612.052109_amd64.deb Size: 229690 SHA256: 61227775d81020e8412962ddd0d90a488a37659581152befd0a0543e4a61dfc1 SHA1: f17e44dfb6c9dc9d7945b5d8854a1fca8fe75ba5 MD5sum: f2e9afa62f82391c3d604160e867430a Description: debug symbols for ros-jazzy-builtin-interfaces Build-Ids: 0c2d39b0935b401a6e868615a29093df1d134566 35fe5cb10316b8a3ec5897a7337e7e8522b08ec4 3fead8541d327598b8cef389c638f2d6a35b10ed 59d951b99aad48b7eae0c6e05eeac8870e2de6e9 6e6a846c3c635d540ce938339ba22f436a5b8f6d 7c2f9fe96fcaee67a019d58f66a2c99fe4d899dc 83a3c206d0556f4d17d0e05d1d3f63bcb2983a3f 8c6b5219877b1dd461742fe3d7d1b0aa55ff9914 96ccb15cd5de2f910bba3be88199814928d332f1 b74bca2d58e5666dcbd3b9831d4203e81aca96b8 fe1b34f7482d05425ec3bcbb1fce682fd85f6ad9 Package: ros-jazzy-callback-isolated-executor Version: 1.0.0-1noble.20260622.082940 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 238 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-cie-config-msgs, ros-jazzy-cie-thread-configurator, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/callback_isolated_executor/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-callback-isolated-executor/ros-jazzy-callback-isolated-executor_1.0.0-1noble.20260622.082940_amd64.deb Size: 53054 SHA256: a3419f4c29dd51cfa87f125209bd673f08d0ab9a6f3eb7bf740871c6a3021125 SHA1: b7098cff11388cda3c07c9b2286fe472f8021089 MD5sum: 5edb92055597e444a3ad902a3eaa5abd Description: Component container and executor assigning a dedicated thread to each callback group. Package: ros-jazzy-callback-isolated-executor-dbgsym Package-Type: ddeb Source: ros-jazzy-callback-isolated-executor Version: 1.0.0-1noble.20260622.082940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 1406 Depends: ros-jazzy-callback-isolated-executor (= 1.0.0-1noble.20260622.082940) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-callback-isolated-executor/ros-jazzy-callback-isolated-executor-dbgsym_1.0.0-1noble.20260622.082940_amd64.deb Size: 1341980 SHA256: b39723c9664cb3e72df5777d089e1ef02083a6adae73ba3bb4d02e45ce8d00c6 SHA1: 8e24f14b1ebc9a80c837df87a9b5239e1cfec7e1 MD5sum: 88060d99b2b0afe445a1754d3e0812fd Description: debug symbols for ros-jazzy-callback-isolated-executor Build-Ids: 1dc63b92af58f71ea1eca1e7cfc9ba0452b104bd 5089fe61ac638794feb3fbd3ace1c3007ab6e026 fd332edd412302c6d3bd522b1a2ac7051a75d210 Package: ros-jazzy-camera-aravis2 Version: 1.2.0-1noble.20260615.150402 Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 1341 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.20260615.150402_amd64.deb Size: 282670 SHA256: fea5e6abfe3a7e6ff5459a4e2a45e0d730c5d87c9e5eb1cd092a13d9710ff7dc SHA1: c4a195236ee68453bba937e83cbedbb0a6e44fb4 MD5sum: bf4c94eeea269133ac3a3a96bdafe41c 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.20260615.150402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 7079 Depends: ros-jazzy-camera-aravis2 (= 1.2.0-1noble.20260615.150402) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-aravis2/ros-jazzy-camera-aravis2-dbgsym_1.2.0-1noble.20260615.150402_amd64.deb Size: 6559632 SHA256: 48d834974854abf6ab05ebb17ad9dab95a740eaebd2359fe7019c740d40289ce SHA1: 1a1ba25e3d0488fc84f494852b8d8c91802f1ead MD5sum: 6edcad72a17cc3615049a146a3ac44f5 Description: debug symbols for ros-jazzy-camera-aravis2 Build-Ids: 9f5b9777aa19ebf635380d3705efcd4fb612573a af94d21a18a20291479ef991b46e54ccd42f6ed2 c111ab3cb2c92565e19f3f6ab3151a8d1d4cd82e e59f3808a464985cee15ded2ca802f85393a951a fc5d46a47393525bbbc4deb30178d3f8cdd39c18 Package: ros-jazzy-camera-aravis2-msgs Version: 1.2.0-1noble.20260615.113324 Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 926 Depends: libc6 (>= 2.14), 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.20260615.113324_amd64.deb Size: 85358 SHA256: 4871c26f945d93517d7934f2e9ec32a277c02d5848880e7beaebcb819946fc2c SHA1: 20a4e3236c233b76bb1af02f58ac0f3da029ab05 MD5sum: b44a502797c1f43340184102d1c1a0e4 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.20260615.113324 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 685 Depends: ros-jazzy-camera-aravis2-msgs (= 1.2.0-1noble.20260615.113324) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-aravis2-msgs/ros-jazzy-camera-aravis2-msgs-dbgsym_1.2.0-1noble.20260615.113324_amd64.deb Size: 524446 SHA256: 1a06771f3ac98f4fa5c9d8f6583b68674bc4db6a7d547cec2c6b46d320c043dd SHA1: 8d5ba128df49926b543c9a8b5d4565dd72d6a4b7 MD5sum: 571cddcc7206e469657b7e4624a4dd42 Description: debug symbols for ros-jazzy-camera-aravis2-msgs Build-Ids: 0dd6209585a73343bf04a5e22cefdcd1b31eb66e 124abdabdaf59c0900d8ad759f9f93e4016ff4f0 145fc43b4578fda9b6fdb22a836a657af54a46dc 34f3dab68ed5d3284fd802696f61f9cab5ac007f 75cc4af8ce5cb26a3a30bdbc95605b68c204de1f 7d1f92534b9d709fe7c28a0ab980d339d2fce159 7ff74cac7bd4d324bc6491381e61e4a89a0c75a2 8aaf0f5331a069466d5ec34b2c0901cda646de16 b2b14370cc895da48aa8c565e127f9780ee7ef7d edeecdf0a1edc4399a5dafb6be44b97d3e785a15 fb2bacd41f332072b6692d1e15894c237b2b593e Package: ros-jazzy-camera-calibration Version: 5.0.13-1noble.20260715.010450 Architecture: amd64 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.13-1noble.20260715.010450_amd64.deb Size: 79178 SHA256: e278ced8b0d0927b2fc84471262a1a9891df9d05f94a1d66a25505442b89917a SHA1: 9f9e0d117b2211ef92ba71d5b62d658ae7edc218 MD5sum: 30f3bb863136df3b738531113a29e10e 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.8-1noble.20260615.144715 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 231 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.8-1noble.20260615.144715_amd64.deb Size: 57368 SHA256: ec92e3cff3a361d2389638e89e545fa4f06f6836192eab4585b3028ff35391f8 SHA1: 14935e8617736a746850cda935110de794b3e938 MD5sum: 952b3d44bb8111e941be8567b7918679 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.8-1noble.20260615.144715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 775 Depends: ros-jazzy-camera-calibration-parsers (= 5.1.8-1noble.20260615.144715) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-calibration-parsers/ros-jazzy-camera-calibration-parsers-dbgsym_5.1.8-1noble.20260615.144715_amd64.deb Size: 720060 SHA256: 299584bdf7c99d7766033e61965632e25771752144332bd8580c7257e0de26c0 SHA1: 22c5aa8f6d4dfb29d09ca40d85e7da870a19dbdd MD5sum: d63b6af085e91e44ad59369b1dee3b8f Description: debug symbols for ros-jazzy-camera-calibration-parsers Build-Ids: 13c912d70b7eccc285e57930dd0190389ef394dc 488b76fbbfccf4c51506325426378e081bd7e10a Package: ros-jazzy-camera-info-manager Version: 5.1.8-1noble.20260615.145108 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 172 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.8-1noble.20260615.145108_amd64.deb Size: 41456 SHA256: f08f7d00ddb8c52a2ab119f18dcde52c7a58a337140f79230d6de9f18d62d724 SHA1: 78ac575ac4fe19e7458e3b02b5a8feb5e6063a7e MD5sum: dfcf4ef1b13328bdb995d54c65ec8469 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.8-1noble.20260615.145108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 489 Depends: ros-jazzy-camera-info-manager (= 5.1.8-1noble.20260615.145108) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-info-manager/ros-jazzy-camera-info-manager-dbgsym_5.1.8-1noble.20260615.145108_amd64.deb Size: 449938 SHA256: c11fe600f3ed4efb13ddd4b5fe430ae80b1a4ae9741999394bea8c151a23b1fa SHA1: 0a9bc7b9c48ab5fecc27ed3fcdc3f3caeac493d2 MD5sum: 26ca1a25a30952ab060b141066744405 Description: debug symbols for ros-jazzy-camera-info-manager Build-Ids: 6f3755d1b938ec5f3228d78120237e31665f9c90 Package: ros-jazzy-camera-info-manager-py Version: 5.1.8-1noble.20260615.144216 Architecture: amd64 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.8-1noble.20260615.144216_amd64.deb Size: 23760 SHA256: 859c330a04335123a17e52537885e1559724551cfb37d07c62883c1f91e52b04 SHA1: 79924a3c9c86b3a3e12945389a46f5d6c24955c6 MD5sum: ecac1e35f6f2df6808966dcd0bd127cf 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.7.0-1noble.20260717.101316 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 752 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-diagnostic-msgs, ros-jazzy-image-view, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-ros2launch, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/camera_ros/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-ros/ros-jazzy-camera-ros_0.7.0-1noble.20260717.101316_amd64.deb Size: 221956 SHA256: c5675f0da07de764de7c909f8cda8923c57d6a029abbdc9426ea67c9c8a980c9 SHA1: cd764104792b5373dd3fd4f144249a562c3ee328 MD5sum: 35101bbf9211ef6850b2c35567427335 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.7.0-1noble.20260717.101316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 4564 Depends: ros-jazzy-camera-ros (= 0.7.0-1noble.20260717.101316) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-camera-ros/ros-jazzy-camera-ros-dbgsym_0.7.0-1noble.20260717.101316_amd64.deb Size: 4332680 SHA256: 59f8f4e6fa008fda8ebd9469127f2e2ca5a142b241fe7d23fbf66626ce0d5a28 SHA1: 96272e36d11aab4f7c20b128f58c09638c958719 MD5sum: fde3586e81b05a0fe75dd202f228176f Description: debug symbols for ros-jazzy-camera-ros Build-Ids: 70dd13a8042e926c3d7a97e3db2f1c30e1029cb2 8e1dc336f983ec93eac3aaaaa0aebb52904a2265 Package: ros-jazzy-can-msgs Version: 2.0.0-6noble.20260615.105034 Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 467 Depends: libc6 (>= 2.4), 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.20260615.105034_amd64.deb Size: 46100 SHA256: 0f76114e0dabaffd26c695f99200890d9a7c1b1263ca0e91efa8755d58f86fb6 SHA1: 0745dc1620275edeb25e5a5cf8f85af646b9d608 MD5sum: 41d9a884075e8a6f7208e3a2af348317 Description: CAN related message types. Package: ros-jazzy-can-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-can-msgs Version: 2.0.0-6noble.20260615.105034 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 283 Depends: ros-jazzy-can-msgs (= 2.0.0-6noble.20260615.105034) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-can-msgs/ros-jazzy-can-msgs-dbgsym_2.0.0-6noble.20260615.105034_amd64.deb Size: 197306 SHA256: 674005aa83afd7a67e0fe906df55ae9e4aabc2776b7a31a782971428129ec820 SHA1: 3b6b6de6d05a0dc0aab5feb4986473459d7da615 MD5sum: 1573ef20555ec9a90bdde3fe18ca8ddb Description: debug symbols for ros-jazzy-can-msgs Build-Ids: 011aeb0161d61e77148ea8f0613f174f389f7638 25f99cfa02eb91cce07e030c048dfa9ef3a25f64 3330e25dca92c9aefe6a19d977d452d0430c8942 3cbfc411eaf6c5b2f4cf84b0cb0871ad84fb70bf 6d82d65c28cad308425dc94b170fcd520f633b31 ad03891ae17e9fd1c7cba6233283f625ccf0e335 b71c681fdf7bcb0e7334e4e9b2201b311c63d4c1 cd2a37e7f7a46724df2d824a647e2d64b219a1bb dfc6372c1784e7f5e80cacb778cb4d279b323c64 ed6ebbfbdabd37ad55c87fbd993052e485045660 fa965e853057e15478b6b375ca44e83c0f0ef481 Package: ros-jazzy-canboat-vendor Version: 0.0.6-1noble.20260225.233346 Architecture: amd64 Maintainer: Severn Lortie Installed-Size: 6650 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.20260225.233346_amd64.deb Size: 313242 SHA256: 564763e52aab5cd4fe78c3e6bf66719058a00d5d578dbc82c037b78437f19675 SHA1: 299f6bc1c3018bbd535996436a84d021e5771baf MD5sum: 414c3e438e31789b1367b6eaae6ca153 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.20260225.233346 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Severn Lortie Installed-Size: 756 Depends: ros-jazzy-canboat-vendor (= 0.0.6-1noble.20260225.233346) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canboat-vendor/ros-jazzy-canboat-vendor-dbgsym_0.0.6-1noble.20260225.233346_amd64.deb Size: 379396 SHA256: 6e276c3ff7addcfbfff7578625f917a0082b9615cd28c50fb255f9977e5e1778 SHA1: 8ee1db58df8357d5ee11dd1b5894e571b7ba6c8c MD5sum: ee03d73472c8831dcad18cefc5acf54b Description: debug symbols for ros-jazzy-canboat-vendor Build-Ids: 19743a2c5fb2785c1f0e46b5e9213e9182de514d 5e4d88a1f51f07f4e030a4d55d217d1fc532f468 5eff29f12c0556b7d34b1dff6f09637404310004 65e520282c8da768fbd8fe9a32a7fe3a0d4e41d5 755b4665c63e31ad0c8c5d639bf3283a5da043f6 7d695efdfa95d39030dcef29a5742057390dca51 8d63fe761abcce2976f0ea74d57c3ba9623d6765 b8cf47a8ffe974838f6cdc0ace7b2bd56ed8b710 c1a29e32371298f7420b782967772c804fca16be c8c7f025147081c5ec7b9b9613c8e27e504d498f cff3b9fcf2462ae6921a1c0d168c36f916ff3140 d4615975cbe2606b13277caf3b6aff3954be9fc0 e7f3c4183ad7b10cfbb8986c599f0527290c466a eecb9420a18fd13cfcc01e4ef57e11e88fc09a20 Package: ros-jazzy-canopen Version: 0.3.4-1noble.20260615.144337 Architecture: amd64 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 Homepage: https://index.ros.org/p/canopen/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen/ros-jazzy-canopen_0.3.4-1noble.20260615.144337_amd64.deb Size: 6952 SHA256: 404ecdd06637dd43b3c41fb7022c6f2e65a1a2fd931c0947c3a6159287757c82 SHA1: bd2174fd4d7994f1325e319a1a37d53fa87e963e MD5sum: 5daccd5660de71c2e698e23551db2cf7 Description: Meta-package aggregating the ros2_canopen packages and documentation Package: ros-jazzy-canopen-402-driver Version: 0.3.4-1noble.20260615.143716 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 1212 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-ros-workspace Homepage: https://index.ros.org/p/canopen_402_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-402-driver/ros-jazzy-canopen-402-driver_0.3.4-1noble.20260615.143716_amd64.deb Size: 260870 SHA256: b9f32ad91c0d219bf96e940773afc25ca9292c36b9af0f50334e7570b02f775b SHA1: 186cf8dc1be695248427393221f818a4e71e6c64 MD5sum: d8e46cdd3d37ccd915ff6f121d746a5a Description: Driver for devices implementing CIA402 profile Package: ros-jazzy-canopen-402-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-402-driver Version: 0.3.4-1noble.20260615.143716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 5973 Depends: ros-jazzy-canopen-402-driver (= 0.3.4-1noble.20260615.143716) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-402-driver/ros-jazzy-canopen-402-driver-dbgsym_0.3.4-1noble.20260615.143716_amd64.deb Size: 5574414 SHA256: f2618c03292e2b26524347948db0e3e4ee66b4d5f3c9adc6448ef58f5172b1fe SHA1: 7dd10b9085206fdce5650a4700a54135a9f0d48b MD5sum: 3b0eca57651f5b5ab8d08b291d71c035 Description: debug symbols for ros-jazzy-canopen-402-driver Build-Ids: 0e2ea383270493c9d32be81c6128186743ef3c44 10ba946846312095760e77536bf383c378eece80 8f6f787abaf492c6c59e674a26b685f78835805f fb5e7bfe412bcf42cebb9db3d72823292e103dd4 Package: ros-jazzy-canopen-base-driver Version: 0.3.4-1noble.20260615.142336 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 897 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 Homepage: https://index.ros.org/p/canopen_base_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-base-driver/ros-jazzy-canopen-base-driver_0.3.4-1noble.20260615.142336_amd64.deb Size: 182432 SHA256: 5899d4cd039c6c3beeb9804638338e0fa1c0628cdfc1b4f58b1e311d821eb176 SHA1: 0b98f48cd262af8836e219d1d3cccf0e939c2b63 MD5sum: 9be5571c9f32905b0d4a49717010e6ce 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.4-1noble.20260615.142336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3970 Depends: ros-jazzy-canopen-base-driver (= 0.3.4-1noble.20260615.142336) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-base-driver/ros-jazzy-canopen-base-driver-dbgsym_0.3.4-1noble.20260615.142336_amd64.deb Size: 3693794 SHA256: 89fdf69be34f1646f805ed20d9815c8b772ddec1f3a6539df7bc21e025bce6b3 SHA1: 7e480a262f1a332b36dfe088fc83eb8cda54e102 MD5sum: 5565be3aa47fcc733f8bc46d8e9926d4 Description: debug symbols for ros-jazzy-canopen-base-driver Build-Ids: 19b94a6a21a561e7700febd6c267afcf79014e89 6a7e57cdfdd8559d17d4bafe26a3f5743299c64f 74a4064e429736621c78f3781df6f45767ce918d d26b31ed7225506f9c0a504fad9ef742e8e4a4f3 Package: ros-jazzy-canopen-core Version: 0.3.4-1noble.20260615.141753 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 793 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 Homepage: https://index.ros.org/p/canopen_core/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-core/ros-jazzy-canopen-core_0.3.4-1noble.20260615.141753_amd64.deb Size: 189842 SHA256: f83a5758d6357fc894c8be7adb37ab1d9808b113ec5a5f0bb163040ed6c43c3d SHA1: 437f96afef2be8393ab14efd8fd1006f5e3622c5 MD5sum: fd521013d6186c6d5510abcec08b94ed 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.4-1noble.20260615.141753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 4462 Depends: ros-jazzy-canopen-core (= 0.3.4-1noble.20260615.141753) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-core/ros-jazzy-canopen-core-dbgsym_0.3.4-1noble.20260615.141753_amd64.deb Size: 4274404 SHA256: 2bd8f18a8312682f1df4a6f702240bc8e53c9fbc56057053e0ace4b7eeb1a76e SHA1: 9c7451c6b3860e653f39226d841f8ce314b48bf0 MD5sum: 193c73680bb1ed74b063a7ed6d46751f Description: debug symbols for ros-jazzy-canopen-core Build-Ids: 2948de678a11a54911d67451b0329fe42c819a94 5ec08062e04ec48621c5b06234124344d4011a29 a9e2362f8d0e1c1ea3dc0251b9e097effb3e91f9 becbfaad0a06e229749c441fe053ed13cad9e993 Package: ros-jazzy-canopen-fake-slaves Version: 0.3.4-1noble.20260615.134838 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 336 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 Homepage: https://index.ros.org/p/canopen_fake_slaves/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-fake-slaves/ros-jazzy-canopen-fake-slaves_0.3.4-1noble.20260615.134838_amd64.deb Size: 66572 SHA256: 328488d6425022180ae7b9de140bbfd835008023ce5761692ec927b9504af535 SHA1: 6db1702364bd5b1f46c30623c44024a56107bb8e MD5sum: 49373752bb71007a6c985117b9f76a40 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.4-1noble.20260615.134838 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 939 Depends: ros-jazzy-canopen-fake-slaves (= 0.3.4-1noble.20260615.134838) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-fake-slaves/ros-jazzy-canopen-fake-slaves-dbgsym_0.3.4-1noble.20260615.134838_amd64.deb Size: 866054 SHA256: ef3f6794fddaf0f932bde00ae97689ace0fc0da769528bf51aea492e5082a632 SHA1: 3abe95bc9e8cbffcc59717d9a2a03b1f5f8a2596 MD5sum: 2516c665ed36374c910b4913e0b0c6fa Description: debug symbols for ros-jazzy-canopen-fake-slaves Build-Ids: 076862919b9e81975e445551a4423e23bbdb10db a2a2459c4a1102234a608ed2d745952f252c129e a32d98889fbfcccf60bc3d77fa8d87460ca41256 Package: ros-jazzy-canopen-interfaces Version: 0.3.4-1noble.20260615.102349 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3595 Depends: libc6 (>= 2.4), 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/canopen_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-interfaces/ros-jazzy-canopen-interfaces_0.3.4-1noble.20260615.102349_amd64.deb Size: 220644 SHA256: b48c1ea80b3a57db103dd2cff3e34358753f80e8677e8ca5d05b609b5c14b4c3 SHA1: 514bb7d3599e0162e14a10ad9f6be0be2ef0de35 MD5sum: 7591f64057bd5a0046306b955fb45a8c 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.4-1noble.20260615.102349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 2320 Depends: ros-jazzy-canopen-interfaces (= 0.3.4-1noble.20260615.102349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-interfaces/ros-jazzy-canopen-interfaces-dbgsym_0.3.4-1noble.20260615.102349_amd64.deb Size: 1765498 SHA256: 7b8c676d0a3c3005ac34fdf9cc7636ea78b5e9ea847a57bdff73ee393ff718b5 SHA1: ea33f2594dea76ed91eaadacb901ba4f8bdc3451 MD5sum: 2bb6e5eb456a3371b215beaeb5b588cd Description: debug symbols for ros-jazzy-canopen-interfaces Build-Ids: 0c7fc8c502f296ba159c86b8d5a6bc9a8b485938 1470eebf3a230965431925e5c081662747ed915f 2792e984cb67908b7fdef6541edd32ccbdb1fd50 2ea407b8433b572029a561f1c6c5e3c0538b5a4f 3cc6838ba05a2dc39104ce4cc1241e0eb6c01fcb 61f01b6df85f93ed4159b123f7479004d78cdc4f 949a634a129dfb9e562b637db227c9cc489d46c6 a14666899b0f25e3f9d1ef213e293088d3c16190 ba0da26f1731a2978773a862b0c5bc36657a32fd d69669a8c9cf45ba071d255c1b0c2de34131757d df35e39c69c5f72bb2d50042e94df0354c551451 Package: ros-jazzy-canopen-inventus-driver Version: 0.1.3-1noble.20260615.144438 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 1548 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.20260615.144438_amd64.deb Size: 304706 SHA256: db1b53e0dea12a875b2ecba12e94097c9e704f884147f23f078c44fd55e6980d SHA1: d855a95e61dd4d0dd78bb8981b30482f426ebf00 MD5sum: 756ec49154f1758a44aeda1ea75c18b2 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.20260615.144438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luis Camero Installed-Size: 7524 Depends: ros-jazzy-canopen-inventus-driver (= 0.1.3-1noble.20260615.144438) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-inventus-driver/ros-jazzy-canopen-inventus-driver-dbgsym_0.1.3-1noble.20260615.144438_amd64.deb Size: 6749176 SHA256: a9a41149247d9fd6f828a50f3e6aaa776feddfcdbccfc5b0ea6d4b8ecb4d6880 SHA1: d24cde78e4e2f6d3621d547081119e1a40197baa MD5sum: aedcab4a7a7d4fb891019dca9a510469 Description: debug symbols for ros-jazzy-canopen-inventus-driver Build-Ids: 5bc1439c0de60cdbabc3d210f0ff7951b2084e3b a7238b4c2dae0366d15856888735f9e9be82eef5 da558f48da1f8e5cc09c6eedb9945bde72cf3fbb fc633ec57e6a9d7a540a88510dc3433247375781 Package: ros-jazzy-canopen-inventus-interfaces Version: 0.1.3-1noble.20260615.105112 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 1010 Depends: libc6 (>= 2.4), 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.20260615.105112_amd64.deb Size: 86968 SHA256: a1f8a1ccfc9a9c3622a976ade3c5977a003956dd0365119244f10a710eeaa4cd SHA1: 8f512c119c4de95d445ba67e6219c7f1688a55dc MD5sum: f8685d99747765a38f092545d0f4c256 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.20260615.105112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luis Camero Installed-Size: 517 Depends: ros-jazzy-canopen-inventus-interfaces (= 0.1.3-1noble.20260615.105112) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-inventus-interfaces/ros-jazzy-canopen-inventus-interfaces-dbgsym_0.1.3-1noble.20260615.105112_amd64.deb Size: 398666 SHA256: 03bff05dee4fd481f7c2600661242304360ec7e3e3ca466924d4df8d10d9b6a9 SHA1: 72b99518ba0c8cb52fea922039f509f7cac28d7f MD5sum: 86f48a50c066f005a1404969107a5f72 Description: debug symbols for ros-jazzy-canopen-inventus-interfaces Build-Ids: 2ce8e4c414c30d3e3d38da07635a725f740000cd 30f4be0012ab8ac25fa87966fcdf4b2472587bb3 330e8c21f871e724fbdbea12ab604a62e86f3265 57afec7ba26b417086b18c85225f5b4a30389adb 824db7ae5c89fae154b3888bb6c7a82e97609e67 960da3fe4d485f7047e2d3b8bd0fa826fd2fc0ba a2cc618d5dfa51b6f6c5f63e9ed337eaf90ea89f b1457e4cfc11b7aabd9c149cc96d6ddb9858fd01 d7dcdec9ca110f46ead6f0bf6e7827015f91e240 dc69a95d13047f3a78f26ce632a6f7f6f71eb16c fbb1dd390c06e1c415939e680d0f6e31e55e3a3e Package: ros-jazzy-canopen-master-driver Version: 0.3.4-1noble.20260615.142348 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 753 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, ros-jazzy-canopen-core, ros-jazzy-canopen-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/canopen_master_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-master-driver/ros-jazzy-canopen-master-driver_0.3.4-1noble.20260615.142348_amd64.deb Size: 147180 SHA256: d1971fdf7ce1803d15a0a7c15145dca0d2027f57f2d3d8250fc125447437e132 SHA1: 75f1fa5f84f8d7d0f5096bb5399262d108d178ed MD5sum: 2c891945a3135300e773e662a817743d Description: Basic canopen master implementation Package: ros-jazzy-canopen-master-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-canopen-master-driver Version: 0.3.4-1noble.20260615.142348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3432 Depends: ros-jazzy-canopen-master-driver (= 0.3.4-1noble.20260615.142348) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-master-driver/ros-jazzy-canopen-master-driver-dbgsym_0.3.4-1noble.20260615.142348_amd64.deb Size: 3174856 SHA256: 1e70bfacd18b55938b21e8f9216cf41927edb84941f242558efe827959d599d4 SHA1: cc4b4fca6328e15c0def742d905e3884553721a2 MD5sum: 94d8d47f5b6147b9ef4869296f0cef69 Description: debug symbols for ros-jazzy-canopen-master-driver Build-Ids: 5a8f123f3a0278d584787c4cf18da94e74d810fd 6fe3aaa4c8226c8820d3c340f1bb860a11315b62 82eb0773fba168b8787b9ff10737411d8e2f3104 e14a79628eba2f36e8bc95a0b57a52096530f62d Package: ros-jazzy-canopen-proxy-driver Version: 0.3.4-1noble.20260615.143019 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 1167 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-ros-workspace Homepage: https://index.ros.org/p/canopen_proxy_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-proxy-driver/ros-jazzy-canopen-proxy-driver_0.3.4-1noble.20260615.143019_amd64.deb Size: 236566 SHA256: 5ef90679612a1c72fb084cdf4dddf794241e976596f47a6e037268a685c622f8 SHA1: 0154ae034732569bb46f423c046ef32b06828ba0 MD5sum: 8753254884b4eb13e7dffe11dd193678 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.4-1noble.20260615.143019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 5568 Depends: ros-jazzy-canopen-proxy-driver (= 0.3.4-1noble.20260615.143019) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-proxy-driver/ros-jazzy-canopen-proxy-driver-dbgsym_0.3.4-1noble.20260615.143019_amd64.deb Size: 4982510 SHA256: 6d24fef3274b281582e0e2b8e2e17f49d8ab7aea4f20e7e0410f6d187f227e8f SHA1: cbdccb07e8633cc8c5436d4bee02ee3269caffcd MD5sum: d565db52376da3acc8b59e04105ed1bc Description: debug symbols for ros-jazzy-canopen-proxy-driver Build-Ids: 5a82220bb7ac4e37a7473716b6ac665888560ecd a0578bacfdc01fed3f41ebda8f3cfe09ee5305fd e6f8cf179091971df6b6c699ed56b7272c645bc6 Package: ros-jazzy-canopen-ros2-control Version: 0.3.4-1noble.20260701.204242 Architecture: amd64 Maintainer: "Lovro Ivanov" Installed-Size: 401 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 Homepage: https://index.ros.org/p/canopen_ros2_control/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-ros2-control/ros-jazzy-canopen-ros2-control_0.3.4-1noble.20260701.204242_amd64.deb Size: 109230 SHA256: 1a6d0a9d50c51e5d8d7026ab01bf76e50c9a37262f31dcdae84698f59c4da37b SHA1: d873927c2096d90e0516ce01766f01e049205e4b MD5sum: 2b24f2e2bdc8fb1301fc7edfe88dc878 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.4-1noble.20260701.204242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lovro Ivanov" Installed-Size: 3216 Depends: ros-jazzy-canopen-ros2-control (= 0.3.4-1noble.20260701.204242) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-ros2-control/ros-jazzy-canopen-ros2-control-dbgsym_0.3.4-1noble.20260701.204242_amd64.deb Size: 3123718 SHA256: c143c2ebc5b0b76d3c9f9c522bdefeb3d02dfaef8760e5939bebff96f7ff86fc SHA1: 8fe40ddf6b8513f4dacb721030bc8bcad9c20be9 MD5sum: 47b496a38f60b2fc32e6dbc01f3c48c9 Description: debug symbols for ros-jazzy-canopen-ros2-control Build-Ids: 32d19813b1e6cb1ec3c4f09b82b08fcf29995968 Package: ros-jazzy-canopen-ros2-controllers Version: 0.3.4-1noble.20260726.095651 Architecture: amd64 Maintainer: "Denis Stogl" Installed-Size: 740 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 Homepage: https://index.ros.org/p/canopen_ros2_controllers/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-ros2-controllers/ros-jazzy-canopen-ros2-controllers_0.3.4-1noble.20260726.095651_amd64.deb Size: 167642 SHA256: 7a4c1be2219034d660224e45220b7a3127c7955ac6e239b82834b0e53fc8cd0f SHA1: 2579aab238435b0a0d08f429a5a7b6df62c8949d MD5sum: f8f6fd15c5dd91c1d150013b12dcaf24 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.4-1noble.20260726.095651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Denis Stogl" Installed-Size: 3929 Depends: ros-jazzy-canopen-ros2-controllers (= 0.3.4-1noble.20260726.095651) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-ros2-controllers/ros-jazzy-canopen-ros2-controllers-dbgsym_0.3.4-1noble.20260726.095651_amd64.deb Size: 3500954 SHA256: 53e14ece310a78481967ab437e78a3089992ee475c419225766910a013793d52 SHA1: 6fbf1d658c7bf727c8b65725401ee2cc85990984 MD5sum: 5775e16c34cfb905cb025fd07649e01e Description: debug symbols for ros-jazzy-canopen-ros2-controllers Build-Ids: 7c3a074e2fffb02b37b150843412bbf2821c3031 Package: ros-jazzy-canopen-tests Version: 0.3.4-1noble.20260804.191815 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 628 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 Homepage: https://index.ros.org/p/canopen_tests/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-tests/ros-jazzy-canopen-tests_0.3.4-1noble.20260804.191815_amd64.deb Size: 34162 SHA256: 386cb8e818b23d1326b1ee8df7d18f2e1c243bc8bed1ba42ccc34fd0b5a828be SHA1: 1659ba93ccd6e721f87e9f31f89a0b43dd9944ff MD5sum: 4dc3b8ff9b494cdafc109e969f895da7 Description: Package with tests for ros2_canopen Package: ros-jazzy-canopen-utils Version: 0.3.4-1noble.20260615.133938 Architecture: amd64 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 Homepage: https://index.ros.org/p/canopen_utils/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-canopen-utils/ros-jazzy-canopen-utils_0.3.4-1noble.20260615.133938_amd64.deb Size: 15116 SHA256: 1d49dcfa73b73f0f91a5aa541b7f0023a7d86c96f22e8b4852ad15ac138d9153 SHA1: c42d8c005a4cbbd4fd54d9bac8d70702d77cdf04 MD5sum: 7112b43c121aeeda95921639e42a538c Description: Utils for working with ros2_canopen. Package: ros-jazzy-cartographer Version: 2.0.9004-1noble.20260225.051215 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 12260 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.051215_amd64.deb Size: 1597372 SHA256: 3a551cf9662dab71896a40d8569622058e88b9b144ab7dabe11527cbb5d9ec09 SHA1: 765c546976d10a45c0a3cfb383b189f560c80a91 MD5sum: 25997f8df38fb15bf34382c63924dd09 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.051215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 31440 Depends: ros-jazzy-cartographer (= 2.0.9004-1noble.20260225.051215) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer/ros-jazzy-cartographer-dbgsym_2.0.9004-1noble.20260225.051215_amd64.deb Size: 30755798 SHA256: bfa19449179c7016876b3a238b6191737b5f2a490a5d389f7e4fbd2edd8f8dca SHA1: 07ea46a10bcf910a6b6ad6cf2a3d43ccf7947379 MD5sum: e1f8619c0a9eb68aa164210a49238e9f Description: debug symbols for ros-jazzy-cartographer Build-Ids: 3053746302c14e0769e9c23715af8381b3067581 728ddfb6c4a8a32368587dd370c1a2ab726e5a8d 7c4f562d3bc5117b8e3b2e2a34509a25bc543758 abbeed0b51c41a48733c2eb3441c6b4f3400e4fb Package: ros-jazzy-cartographer-ros Version: 2.0.9003-2noble.20260804.183407 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 26130 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.20260804.183407_amd64.deb Size: 3123522 SHA256: 461f20d2ef4484fdd34169c7e3ae0b00234ba2828f64942100d3d42eae082c20 SHA1: a1c0bb0748d9f5d62261df2c54722dafb7f71561 MD5sum: db91fc05b83579189703b4dc8522e328 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.20260804.183407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 48784 Depends: ros-jazzy-cartographer-ros (= 2.0.9003-2noble.20260804.183407) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-ros/ros-jazzy-cartographer-ros-dbgsym_2.0.9003-2noble.20260804.183407_amd64.deb Size: 41103024 SHA256: 00547e7fc3251a4e35ac637cfbc8c62590bfdf22ca386595048b6ca9fc3af1e3 SHA1: 1378a69e36bfe47e6e6c2dc53ad92a531788a0c5 MD5sum: aeb6aed419e3bdbf6422df98cfe9e0c3 Description: debug symbols for ros-jazzy-cartographer-ros Build-Ids: 1703f9c9f581ff8762a8d24d47ea80e526a357df 3910a84df7b50464bb2d7e1eb19803677b8a1071 5e356a12e8ae9c136525abf6bfd4a12b692e231d 5f6b61594eacd998b7c527f5182651954a36b81a 6cd868328f75327181ae0357bf0a7a6333ead53c 993b4aedf24cf07a7e6919cfd3f11fb625d5f922 e695a1e1dd4b1a0b3b408345e99c64a0f36c3afd Package: ros-jazzy-cartographer-ros-msgs Version: 2.0.9003-2noble.20260615.111552 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5428 Depends: libc6 (>= 2.14), 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.20260615.111552_amd64.deb Size: 371750 SHA256: deb6b88bc03ce164108c78ac8d186f1b77dbf7361672142d908e459137999e44 SHA1: 41202d5014017c448f1d96c6715d4210909a51c7 MD5sum: 713d156d150cb288a01a3c2f2e7fe4b7 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.20260615.111552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4332 Depends: ros-jazzy-cartographer-ros-msgs (= 2.0.9003-2noble.20260615.111552) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-ros-msgs/ros-jazzy-cartographer-ros-msgs-dbgsym_2.0.9003-2noble.20260615.111552_amd64.deb Size: 3556538 SHA256: ed32e8f6b9719a49c69aef0b24db7fc24dcd8a466cb6340a3d2d4bafe42b656e SHA1: c19b1959360d97f69fc6d579cef1252c157ad7ed MD5sum: 964cd67f5f579a53295329ad89e7f375 Description: debug symbols for ros-jazzy-cartographer-ros-msgs Build-Ids: 151dd6975bd068f7111b0a68042f35f8411ef676 78ca5d5dadd12765161d7203a41284cd5fbd500f 7bab2c0b453aca147503947cde7a9782204a7d1c 955ce98d7213b30b31b21ef7634c9634e2ac6cc4 a5e854446413202d5a6b7639055d4c5b304f5af3 ab7ccaec38897719bee7feeac0060abb085ed1e1 ac4d968ababc5e4ee50cbcb33bbad1d71720081c b453ac05bd179eecf43d12fd20da70e2a0280510 bd0ae68c5c7c608274e7e9da47b06a0b1196e08f d0a93a27a303222ba4b38b70d597898e4889e20c dca53c4ef7191593333fe2568fc83dcbc5486329 Package: ros-jazzy-cartographer-rviz Version: 2.0.9003-2noble.20260804.185750 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 2021 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.15.1), 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.20260804.185750_amd64.deb Size: 474198 SHA256: 48e79d43b8e3503561f6bed6c7e8d013becde1df9592c00ecaf4f930820edd44 SHA1: dd97d3d0ec09e504a9964ccdf8ec01047f2cf482 MD5sum: 3747ace874098a2862b022dd30127218 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.20260804.185750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5424 Depends: ros-jazzy-cartographer-rviz (= 2.0.9003-2noble.20260804.185750) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cartographer-rviz/ros-jazzy-cartographer-rviz-dbgsym_2.0.9003-2noble.20260804.185750_amd64.deb Size: 4632424 SHA256: d279a1895bba52f0a49a08c205c10f26ca5b2debd69511af032c4f642b70ced8 SHA1: efea5408f44c778d62914d7b2d4ba51971b144db MD5sum: 493780671ae5b454e28e1b6757597223 Description: debug symbols for ros-jazzy-cartographer-rviz Build-Ids: 09a54a68988ab955fa5ab535d755f8390d9f1073 Package: ros-jazzy-cascade-lifecycle-msgs Version: 2.0.0-3noble.20260615.134214 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 552 Depends: libc6 (>= 2.4), 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.20260615.134214_amd64.deb Size: 52484 SHA256: a76535f54a933d0f1d6f36b27c63212e74a4a500d41fa9c70c61d6dba7cba9b9 SHA1: 40b4f2fe5b8529e310c050db6b2790072e5ee430 MD5sum: 525582f06c1fae13a84061f78caed12a 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.20260615.134214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 371 Depends: ros-jazzy-cascade-lifecycle-msgs (= 2.0.0-3noble.20260615.134214) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cascade-lifecycle-msgs/ros-jazzy-cascade-lifecycle-msgs-dbgsym_2.0.0-3noble.20260615.134214_amd64.deb Size: 265462 SHA256: 52add6169489c590f53408351b453243edaecbed150224e5d61e990cb43ac050 SHA1: 76f7845fe8fc833cd42f1733b64a3e7b458c6cf7 MD5sum: 7a48b1e13bfcc1f0b87af46e097706f2 Description: debug symbols for ros-jazzy-cascade-lifecycle-msgs Build-Ids: 05c7ab496a1d6f5144370932e71a7f0c229f4fd9 183351d7b53e70c1920301bcc358d6c80f281733 36a743433922581fbdc36f87b7f7b37e97e0d843 63f161e1fb1dcdfb18a1e516e64df42e6214cc58 69ac286b07b04f689e26584c2afa4c5af79c7cce 74dea5a8c4c044b963df402e7d32228b18103992 84a7ed264dcc1d035b08105a124a44597cc63a62 8505e046f950bf321a140440152c23353bc70c12 a42c4a342792c179a280418eb4d4d7c6b7c67da5 a679245d4516a191a56d3a2152ac251e2bd7367e ddd885254b74e081fa04f9b4c4a3b7005bb4c5df Package: ros-jazzy-catch-ros2 Version: 0.2.2-1noble.20260717.101330 Architecture: amd64 Maintainer: Nick Morales Installed-Size: 1435 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.20260717.101330_amd64.deb Size: 365952 SHA256: d11d0396956bc20d78dcc65ec081f39adec4515817faac6370c003a02376d829 SHA1: 7f6b8d5e77085424e15c6b22d31c704e97205561 MD5sum: edef1eabecebea9ae82d32516d9b9fec 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.20260717.101330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Morales Installed-Size: 3293 Depends: ros-jazzy-catch-ros2 (= 0.2.2-1noble.20260717.101330) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-catch-ros2/ros-jazzy-catch-ros2-dbgsym_0.2.2-1noble.20260717.101330_amd64.deb Size: 3032814 SHA256: 36fd32c3e57da0f8ccfb313dd8958a780ded518307589eb70606b970629025e3 SHA1: 407f8814c0183c719a4cd3f5c2c8d6e7f68e4efa MD5sum: 9c28df5f427402f62e8557eb4a3802e5 Description: debug symbols for ros-jazzy-catch-ros2 Build-Ids: 04ebcb8a7d3ca82c3d6ac07847781d63af6b3b49 81268d1fbb8b1ede40c841f4af479f62faf150e2 Package: ros-jazzy-chained-filter-controller Version: 4.41.0-1noble.20260725.081841 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 410 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.41.0-1noble.20260725.081841_amd64.deb Size: 130490 SHA256: fcd44e2d61404b38fa159f953529d25c670fd9697826a6679ffeaad10bf41167 SHA1: b0fa3f4eec176b6ff1e3a244f5beaa9af9a866e6 MD5sum: 9dfb843260c0178f28a6f003d91038be 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.41.0-1noble.20260725.081841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1726 Depends: ros-jazzy-chained-filter-controller (= 4.41.0-1noble.20260725.081841) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-chained-filter-controller/ros-jazzy-chained-filter-controller-dbgsym_4.41.0-1noble.20260725.081841_amd64.deb Size: 1647898 SHA256: cbc7a6fd2466f270fd9c336cca4b4e8e173ebccdacaa1f83add139214f019526 SHA1: 3b69df1e9dde53221329bedcd2cfc1a6885d06c5 MD5sum: 02410051bc4a1c6046e2ed1285d1dfb0 Description: debug symbols for ros-jazzy-chained-filter-controller Build-Ids: bfab0e4cf1ae04a1f547f4bd5734f4ae1d0333fe Package: ros-jazzy-cheese Version: 0.1.1-1noble.20260715.011938 Architecture: amd64 Maintainer: "Howard" Installed-Size: 975 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, nlohmann-json3-dev, ros-jazzy-cheese-interfaces, ros-jazzy-cv-bridge, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://github.com/HowardWhile/ros2_cheese Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cheese/ros-jazzy-cheese_0.1.1-1noble.20260715.011938_amd64.deb Size: 210934 SHA256: fceafdab5c56ec8d9b8225322ca51214b07113d28933fcabd7a381a1a1520019 SHA1: 29aec3df8c54f674600ca52ae388516414f5047e MD5sum: 5c73bbf79509436159142f05693f18db Description: Trigger-based image capture node for raw and compressed camera topics. Package: ros-jazzy-cheese-dbgsym Package-Type: ddeb Source: ros-jazzy-cheese Version: 0.1.1-1noble.20260715.011938 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Howard" Installed-Size: 4570 Depends: ros-jazzy-cheese (= 0.1.1-1noble.20260715.011938) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cheese/ros-jazzy-cheese-dbgsym_0.1.1-1noble.20260715.011938_amd64.deb Size: 3934852 SHA256: b5ef9eb7aadd1cfd283e010b4bc198db67e29cb679df2576f3422d6945343779 SHA1: d5093ba5cc1969a92c5234285f153a130337ca34 MD5sum: 6e798ade5d128306f34372c78243da9e Description: debug symbols for ros-jazzy-cheese Build-Ids: 389b7560c8dace0970c98fe790cb91f67655be13 Package: ros-jazzy-cheese-interfaces Version: 0.1.1-1noble.20260715.011148 Architecture: amd64 Maintainer: "Howard" Installed-Size: 733 Depends: libc6 (>= 2.14), 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://github.com/HowardWhile/ros2_cheese Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cheese-interfaces/ros-jazzy-cheese-interfaces_0.1.1-1noble.20260715.011148_amd64.deb Size: 71994 SHA256: d19ca86d3a510dc7f88e3448328cc8ef79878da848246876811eccfbbe47d19f SHA1: 9af08aebd9c62191b1b2c4a6d20135deb5ec0b31 MD5sum: 4317c2d7f667618391040fb9215b099d Description: Custom service interfaces for the cheese package. Package: ros-jazzy-cheese-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-cheese-interfaces Version: 0.1.1-1noble.20260715.011148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Howard" Installed-Size: 507 Depends: ros-jazzy-cheese-interfaces (= 0.1.1-1noble.20260715.011148) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cheese-interfaces/ros-jazzy-cheese-interfaces-dbgsym_0.1.1-1noble.20260715.011148_amd64.deb Size: 371298 SHA256: fd449595a77a13b4cf6529099bdf3d9f5efd13253369751e362201b42d8f41df SHA1: 4fda5b8410db5169d9acea37c31490234545722f MD5sum: e3ad8b3de5f88b2696dfb2cc5490354b Description: debug symbols for ros-jazzy-cheese-interfaces Build-Ids: 08eecbe2cd21e8643ba5fbd6b59f24c86fa71582 300739a8d583608511bbf548bd94b0a2c389c485 3a98a92e3dd26ffbdbe2025639887fc44eebf779 54957176dedb6686df8afcaa6873ca6a64a23329 8ec2589b7be48b5be835e92e965eba532d20715f 98d86a19fa9f6d9e4caac8db57ba0e12ace70473 d311bca77a3090d65f7743ec4cc105b1f5165bc6 db6bd80b6304a421144303fed4119ad248972a74 dda5c3b967bfb4d7a8d7bfd6c8f7615798b35aea ef127132243a0d1d6e3ebfd89dae629df6b0d1da f79266fc5e154e1aa769adf94fefcae40c21f252 Package: ros-jazzy-chomp-motion-planner Version: 2.12.4-1noble.20260804.193707 Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 351 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.20260804.193707_amd64.deb Size: 109264 SHA256: 97700d6a15ab371a7cec0ffc816cce1439a11b52147802a36ca8509fba8eb4dc SHA1: f2b5b9df21f1a91555cbab44d1f6a07e1eac0b5e MD5sum: 03d8abe7a55d74e4a64ecb4eaa381989 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.20260804.193707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 7325 Depends: ros-jazzy-chomp-motion-planner (= 2.12.4-1noble.20260804.193707) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-chomp-motion-planner/ros-jazzy-chomp-motion-planner-dbgsym_2.12.4-1noble.20260804.193707_amd64.deb Size: 7374556 SHA256: cf0718e6ef116c8d17d268b2d0b3b5b835ad3a425a883a7846cf7831aae766ad SHA1: 9d78ef741cef0cb146c48660238c8e3a0dde6632 MD5sum: d60878355f7d95d8f69d3b594eb8163e Description: debug symbols for ros-jazzy-chomp-motion-planner Build-Ids: 5af66bc1329ac9e5b6f53627457defda78b4cbcd Package: ros-jazzy-cie-config-msgs Version: 1.0.0-1noble.20260622.081744 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 549 Depends: libc6 (>= 2.4), 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/cie_config_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cie-config-msgs/ros-jazzy-cie-config-msgs_1.0.0-1noble.20260622.081744_amd64.deb Size: 48850 SHA256: b6824303ef083141d2226881d590a5bbb2d5bf962af5af317eb0e796607faf4c SHA1: cca80fdf681f7b3fb5ec54ed737871fa85f3cc1b MD5sum: f949da765dc67d1ae28f997dd3be9a78 Description: ROS messages for interaction between cie_thread_configurator and callback_isolated_executor. Package: ros-jazzy-cie-config-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-cie-config-msgs Version: 1.0.0-1noble.20260622.081744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 360 Depends: ros-jazzy-cie-config-msgs (= 1.0.0-1noble.20260622.081744) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cie-config-msgs/ros-jazzy-cie-config-msgs-dbgsym_1.0.0-1noble.20260622.081744_amd64.deb Size: 255078 SHA256: a4088c88179336654fb8af31c0a5196f2a89776f7dc0d7c64417b658996d7e2d SHA1: 5ca707586f3da2f00d6bf510bd37aa0915ff1ef9 MD5sum: 0bd9fdce5ca3720dca10634a37a51600 Description: debug symbols for ros-jazzy-cie-config-msgs Build-Ids: 0e1f114757783fbd37cdfb263255a5b892e250a4 2d350c385098de4810af4fe4eb42555996b73047 30a799c313d34f10abc397b5c92e2b2e4dd481f0 6ab552f94ce6f66d706130670998e7517b830fed 6d5eaf793be9d012e4543f935e3a7cc5935919ae 7b55e33fa46bbd2ea850d11c8956010961e9c295 8ab3c45d3fb226a67b09cec8e190a60cfbcf6c74 a5f7fa230aeba1222e996f84ce9f0747a8ec094a bb7b3b370b4fa3006736fadbebc517a9d4684e96 da5e3e623f073e430c9b1bfbb1877cdd0e744eb7 ebcc45f94c1783ce4bd0d8f7be45162a592a9ca8 Package: ros-jazzy-cie-sample-application Version: 1.0.0-1noble.20260624.071711 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 784 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-callback-isolated-executor, ros-jazzy-cie-thread-configurator, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/cie_sample_application/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cie-sample-application/ros-jazzy-cie-sample-application_1.0.0-1noble.20260624.071711_amd64.deb Size: 163540 SHA256: 5ac22bece8cc4e4e90716323eed52d3f92e7177497185205f86aa4c1082c3421 SHA1: f3ec852f9536225c42197a130b7687f34565bfaa MD5sum: 2a662b0977d6554398d59b2c34c1c5d5 Description: Sample application to demonstrate the use of cie_thread_configurator and callback_isolated_executor. Package: ros-jazzy-cie-sample-application-dbgsym Package-Type: ddeb Source: ros-jazzy-cie-sample-application Version: 1.0.0-1noble.20260624.071711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 4077 Depends: ros-jazzy-cie-sample-application (= 1.0.0-1noble.20260624.071711) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cie-sample-application/ros-jazzy-cie-sample-application-dbgsym_1.0.0-1noble.20260624.071711_amd64.deb Size: 3643736 SHA256: 5ed49b5f1e33f2270c2682c23f45f4b016e53f89eea0a98eb4666ae10ffadaca SHA1: 841df23d63e019458350a7af7017b9b04466e37a MD5sum: 19978adbb1899bb9410c651fd9d8318c Description: debug symbols for ros-jazzy-cie-sample-application Build-Ids: 2413db97c4d0c8d18ce403ad1996f1be570e28f1 2443d151c84a6139fb5e50784eb900f0efbc0b30 a798138d3a9f1379cad20af908076be3a979e642 e1fc0829bc218816d98d1cb18c874da3ff17dd98 ff9fc4141ec29511827e1ab77bcf2db8b5800bd3 Package: ros-jazzy-cie-thread-configurator Version: 1.0.0-1noble.20260622.082602 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 1583 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-jazzy-cie-config-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/cie_thread_configurator/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cie-thread-configurator/ros-jazzy-cie-thread-configurator_1.0.0-1noble.20260622.082602_amd64.deb Size: 257414 SHA256: 495b5d54b6bef2e8fb07ad80350732f67d2add8c4ed5c764d6a9e0f4967611d1 SHA1: 28bf97fe97e4175f1665449d10f3d7a06ce8bcd4 MD5sum: bee8122c525db618dd3c736ebb6c0352 Description: A dedicated node that configures the scheduling attributes of each thread in callback_isolated_executor. Package: ros-jazzy-cie-thread-configurator-dbgsym Package-Type: ddeb Source: ros-jazzy-cie-thread-configurator Version: 1.0.0-1noble.20260622.082602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 7388 Depends: ros-jazzy-cie-thread-configurator (= 1.0.0-1noble.20260622.082602) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cie-thread-configurator/ros-jazzy-cie-thread-configurator-dbgsym_1.0.0-1noble.20260622.082602_amd64.deb Size: 6203508 SHA256: f05b3f282a70eba21da171cb154325eebc8c4a04bf589ddb4bded6976e946a8e SHA1: da613c30eeec4f05c5f63010f68da2729af18ddf MD5sum: f229e89ec10a85a33269b7889c2f45d5 Description: debug symbols for ros-jazzy-cie-thread-configurator Build-Ids: 27faf34bfcd861bc2173ae67c67735abcec9f272 5746f0eaf440f7593dcb81f26387202515bbf872 ae7a5566c76f4b6050dd35ce46f7efb12283bbe4 Package: ros-jazzy-class-loader Version: 2.7.1-1noble.20260604.024917 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 202 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.1-1noble.20260604.024917_amd64.deb Size: 47012 SHA256: cb1b6e092991db38ed0fd4e1010c3129c32179685c2888732fc11cc4ef3faae6 SHA1: 71883558947f1928507e5de46ed10bf96e78ed50 MD5sum: 7a6f536e7a631240e96f94e7ddc8f8c0 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.1-1noble.20260604.024917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 363 Depends: ros-jazzy-class-loader (= 2.7.1-1noble.20260604.024917) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-class-loader/ros-jazzy-class-loader-dbgsym_2.7.1-1noble.20260604.024917_amd64.deb Size: 329810 SHA256: 7973e857b0479bcba28a07bd10fc7357821bbb852368f5b3eb3a3c53164658d6 SHA1: 24dd80427be1d065f3e9422d8f5bcaed9eebe436 MD5sum: 2589a4b5d62b1ca60363e2757cea87ce Description: debug symbols for ros-jazzy-class-loader Build-Ids: 638214e9de76742f4a5586533d54eb6373114e31 Package: ros-jazzy-classic-bags Version: 0.4.0-1noble.20260616.083905 Architecture: amd64 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.20260616.083905_amd64.deb Size: 9136 SHA256: 15d511ddf4d06c6b1d643a33e0cf398ae047d81dead08120a43a4c918a9fc143 SHA1: 637c44314a3209680653c042470d9eb8e568efd2 MD5sum: 27eb5bc17ce33dd2cb161e7b1c753b48 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.12-1noble.20260725.081835 Architecture: amd64 Maintainer: "Natesh Narain" Installed-Size: 534 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 Homepage: https://index.ros.org/p/clearpath_bms_broadcaster/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-bms-broadcaster/ros-jazzy-clearpath-bms-broadcaster_2.9.12-1noble.20260725.081835_amd64.deb Size: 136040 SHA256: 4cc2bc0899ee8494d093c19935498c6630835317b87a5263f73040380bb3acdf SHA1: 86df303060d2b3d2353edec4a2fca25f80063796 MD5sum: 3aa36ce5d448cab7db1b682bdeb91085 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.12-1noble.20260725.081835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Natesh Narain" Installed-Size: 1880 Depends: ros-jazzy-clearpath-bms-broadcaster (= 2.9.12-1noble.20260725.081835) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-bms-broadcaster/ros-jazzy-clearpath-bms-broadcaster-dbgsym_2.9.12-1noble.20260725.081835_amd64.deb Size: 1757472 SHA256: f2a147afd8aa61c74bca5e1a5463b845c4694e4007166a9e7d93933dc9ebf7f9 SHA1: 1a6bc18e99e193ac8f7f6c8bc5cdda06ddb9f12a MD5sum: dc803dac6affa24f0178950430e7f266 Description: debug symbols for ros-jazzy-clearpath-bms-broadcaster Build-Ids: 498319115c9772f6e421512ebfc2dad899bf43ac Package: ros-jazzy-clearpath-bt-joy Version: 2.9.12-1noble.20260724.081002 Architecture: amd64 Maintainer: "Tony Baltovski" Installed-Size: 76 Depends: bluez, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/clearpath_bt_joy/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-bt-joy/ros-jazzy-clearpath-bt-joy_2.9.12-1noble.20260724.081002_amd64.deb Size: 18334 SHA256: 5ecf2d7761548797759b1ce91bd5781d29a95a99bd863970edeb6452ddd916a3 SHA1: 422a14e6b09871fa4aceb82c32d31e2eb1596233 MD5sum: edc29900e7e2b4e4cff585fc65985fea Description: Clearpath bluetooth joy controller signal quality monitoring node Package: ros-jazzy-clearpath-common Version: 2.9.12-1noble.20260806.104912 Architecture: amd64 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 Homepage: https://index.ros.org/p/clearpath_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-common/ros-jazzy-clearpath-common_2.9.12-1noble.20260806.104912_amd64.deb Size: 8954 SHA256: e8b2a03389fabb881c06bb291981984653dfd1ea1e57d49afd424398abbf1132 SHA1: f96c049abb99b1e62f7a7d766a9a8f3ebdba872b MD5sum: 13bbe4d3433e50354dfaf50cdca11abb Description: Clearpath Common Metapackage Package: ros-jazzy-clearpath-config Version: 2.9.5-1noble.20260722.220606 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 1497 Depends: python3-yaml, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/clearpath_config/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-config/ros-jazzy-clearpath-config_2.9.5-1noble.20260722.220606_amd64.deb Size: 235238 SHA256: 54b3927ba30a8311c53899b9be9d56674f2e8d2e75df2e31948ced1c730fb8d4 SHA1: 7f207bfefb214676274321e72d5c9640cb26a2ba MD5sum: c202a7bc8ff777b0cba4a97607bda639 Description: Clearpath Configuration YAML Parser and Writer Package: ros-jazzy-clearpath-config-live Version: 2.9.1-1noble.20260806.104912 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 66 Depends: python3-watchdog, ros-jazzy-clearpath-generator-common, ros-jazzy-rclpy, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/clearpath_config_live/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-config-live/ros-jazzy-clearpath-config-live_2.9.1-1noble.20260806.104912_amd64.deb Size: 8622 SHA256: e4759c04057012d44b270119cd784a1aec9b0f482c4ce19cc2bc8e7a5de18f45 SHA1: d6e96b3c86bebc6c099c306ffbdacc57467d4c19 MD5sum: 49b27f0bb4638490bb58a3f036147e07 Description: Live URDF Updater from Clearpath Configuration. Package: ros-jazzy-clearpath-control Version: 2.9.12-1noble.20260804.185944 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 165 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 Homepage: https://index.ros.org/p/clearpath_control/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-control/ros-jazzy-clearpath-control_2.9.12-1noble.20260804.185944_amd64.deb Size: 19292 SHA256: 40b50010ff772a0e1aa706ddae3492725949edbffab343d88749373af353405d SHA1: 4075dedfb9568f6ce04f0681542939bae053b6e8 MD5sum: 34489afcad775fd3ad718e33b35eded2 Description: Controllers for Clearpath Robotics platforms Package: ros-jazzy-clearpath-customization Version: 2.9.12-1noble.20260724.081001 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 100 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/clearpath_customization/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-customization/ros-jazzy-clearpath-customization_2.9.12-1noble.20260724.081001_amd64.deb Size: 18264 SHA256: 75d87e4841acea370fc2993c7043e390fc89807450bcc1c69061f85f89298807 SHA1: 83281c2a35585c9ba6751723df3865ac85b02483 MD5sum: d38140ab86bc1eff1dc63ffbffef9c29 Description: Clearpath customization packages. Package: ros-jazzy-clearpath-description Version: 2.9.12-1noble.20260806.103558 Architecture: amd64 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 Homepage: https://index.ros.org/p/clearpath_description/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-description/ros-jazzy-clearpath-description_2.9.12-1noble.20260806.103558_amd64.deb Size: 7004 SHA256: 83ddab914e08c07039215ac1894f2db7e048004c4d2be9e8158482f5e1aa0a76 SHA1: b5cd68b24177e1f3592205ef9511f542f3a8e2e3 MD5sum: 56d1cc8a7cc02e87eeb72b6da4bf0dbb Description: Clearpath URDF descriptions metapackage Package: ros-jazzy-clearpath-diagnostics Version: 2.9.12-1noble.20260724.080946 Architecture: amd64 Maintainer: "Hilary Luo" Installed-Size: 3273 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 Homepage: https://index.ros.org/p/clearpath_diagnostics/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-diagnostics/ros-jazzy-clearpath-diagnostics_2.9.12-1noble.20260724.080946_amd64.deb Size: 405202 SHA256: f896276e116948d3bbb51eb9ba926b45e238469d154715d8024db863b2ebf889 SHA1: 67857a421f05fd60143a7a6488efc40a18388bc1 MD5sum: 9d5ebdc6345a0c4b2fc42679e5421625 Description: Clearpath Robot Diagnostics Monitor Package: ros-jazzy-clearpath-diagnostics-dbgsym Package-Type: ddeb Source: ros-jazzy-clearpath-diagnostics Version: 2.9.12-1noble.20260724.080946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Hilary Luo" Installed-Size: 12856 Depends: ros-jazzy-clearpath-diagnostics (= 2.9.12-1noble.20260724.080946) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-diagnostics/ros-jazzy-clearpath-diagnostics-dbgsym_2.9.12-1noble.20260724.080946_amd64.deb Size: 9679068 SHA256: 601769f5befe276885a718f899a7020d41a315aa3b64c20c551c21d648815fe6 SHA1: 2b6963ada875617f6a929b654403d7383e32663b MD5sum: ab303f0a575a2a88970e3f7cb6082b71 Description: debug symbols for ros-jazzy-clearpath-diagnostics Build-Ids: aec88e28dbe327e09bcc9fdb0f86391f2ed14acb Package: ros-jazzy-clearpath-generator-common Version: 2.9.12-1noble.20260806.103825 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 629 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 Homepage: https://index.ros.org/p/clearpath_generator_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-generator-common/ros-jazzy-clearpath-generator-common_2.9.12-1noble.20260806.103825_amd64.deb Size: 138968 SHA256: f0554c9c72201ed6e544b8a0068bc2f431e28c1894d55d5db9e96a0c28f241ba SHA1: 4f938fb22b8605c54187eb6f96a8c8146467a022 MD5sum: 7b404a5ec7ac618b492e18aa4d8d2211 Description: Clearpath Common Generator Package: ros-jazzy-clearpath-generator-common-dbgsym Package-Type: ddeb Source: ros-jazzy-clearpath-generator-common Version: 2.9.12-1noble.20260806.103825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 2656 Depends: ros-jazzy-clearpath-generator-common (= 2.9.12-1noble.20260806.103825) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-generator-common/ros-jazzy-clearpath-generator-common-dbgsym_2.9.12-1noble.20260806.103825_amd64.deb Size: 2584034 SHA256: 4115017763db0d6ac956b4b9ecc6a2797aa1ebb966b2397b73245d631fa9bace SHA1: d64196ee92079e80099390f2b49f40e67bf6bc53 MD5sum: 1e322c887e43e8e5e5da8185d5d29c2e Description: debug symbols for ros-jazzy-clearpath-generator-common Build-Ids: 8280fb4c8331bd39ac0102d81d4b215e8b0f8ba0 Package: ros-jazzy-clearpath-generator-gz Version: 2.9.3-1noble.20260806.104937 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 148 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 Homepage: https://index.ros.org/p/clearpath_generator_gz/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-generator-gz/ros-jazzy-clearpath-generator-gz_2.9.3-1noble.20260806.104937_amd64.deb Size: 17076 SHA256: 260788d7a4bfd9447675ed51e7f15bc5340cb4834b57c6f16b714b64ad762e5b SHA1: fbc717b2c8c6ed6e811eec3e45dc1693cdc639a5 MD5sum: ff83dbea1985d37a0c6812fb03c211fa Description: Clearpath Gazebo Generator Package: ros-jazzy-clearpath-manipulators Version: 2.9.12-1noble.20260806.103539 Architecture: amd64 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 Homepage: https://index.ros.org/p/clearpath_manipulators/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-manipulators/ros-jazzy-clearpath-manipulators_2.9.12-1noble.20260806.103539_amd64.deb Size: 13254 SHA256: 38f9968422c7d6835c13066cd386fe0c0df399446e894701587f46bb202d4895 SHA1: 7b150a69bf18e432be5ddb7d1b2dcdf7a622e000 MD5sum: 1d6828c0034cd01ea3839b8bfcc0e12c Description: MoveIt configuration built around Clearpath Configuration Package: ros-jazzy-clearpath-manipulators-description Version: 2.9.12-1noble.20260806.102304 Architecture: amd64 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 Homepage: https://index.ros.org/p/clearpath_manipulators_description/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-manipulators-description/ros-jazzy-clearpath-manipulators-description_2.9.12-1noble.20260806.102304_amd64.deb Size: 394222 SHA256: 8c696fedec1ee5c5dd6111649d4c458777aa71a446d9f68b1ae31a6dfa6659cd SHA1: bb8b68e3ce25471578e9c6e8738a2b48e7ae6e58 MD5sum: 84f67c7b145449bad2d444c3dc5e1a82 Description: Clearpath manipulator URDF descriptions Package: ros-jazzy-clearpath-motor-msgs Version: 2.7.0-1noble.20260615.103443 Architecture: amd64 Maintainer: Roni Kreinin Installed-Size: 4893 Depends: libc6 (>= 2.14), 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.20260615.103443_amd64.deb Size: 314588 SHA256: c3ad68d16fac473875b99fe56ff6db200d29b129e02713e99d342c4405f04431 SHA1: 6e8fa3c04417a7917437f452e42cd90cb55e4e04 MD5sum: ae57951f2681df1a19a5260e1fcaaf54 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.20260615.103443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Roni Kreinin Installed-Size: 3114 Depends: ros-jazzy-clearpath-motor-msgs (= 2.7.0-1noble.20260615.103443) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-motor-msgs/ros-jazzy-clearpath-motor-msgs-dbgsym_2.7.0-1noble.20260615.103443_amd64.deb Size: 2418434 SHA256: ed9b1fa7842e1eef1f006b1ce096854c3bfdfc69ce3be441f634ee63cc8d7a9b SHA1: b591f80c9374876f16725f9c3fcb2fe4e56ea11c MD5sum: ae7f99754d6b3c6e03a463655e8ca901 Description: debug symbols for ros-jazzy-clearpath-motor-msgs Build-Ids: 422870708566e8c15c96e83cf8c55adf72c8862c 4beb4896ed7ac8653b55fc0471c4c1f715fa6e19 4c2a2f65634fa9ba6823587ab61a5dd34129570b 6a69daab22bce731b2073fa683c849c42725246a 98e06120f455ad2a561dc320a7573145217e75c3 9bfca1e2d5c0190ca68254acd7b854b61dcec18d c188eddd48c49f63879c0f76aa9b622b0c9af6a7 c4998678f4b213979cb00e25a20577c1a6078773 de15d5c74890b4740d740d4eb4170eb58b9e5a48 f154fbf4b557569615557bdc5a2184879f34d050 f7aea0a0589437f4592430860f4070c340fa77a5 Package: ros-jazzy-clearpath-mounts-description Version: 2.9.12-1noble.20260724.081137 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 1636 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/clearpath_mounts_description/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-mounts-description/ros-jazzy-clearpath-mounts-description_2.9.12-1noble.20260724.081137_amd64.deb Size: 409874 SHA256: 771101e7dea708f4ff0b78e4e25d63dc14832b1d33b87cea03cc388f1dbc8c14 SHA1: 3b03d9146840d8d37f7b30959705b6ac79e7ebe4 MD5sum: 70289798d9de6212422b438ce0e51ada Description: Clearpath mounts URDF descriptions Package: ros-jazzy-clearpath-msgs Version: 2.7.0-1noble.20260615.125302 Architecture: amd64 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.20260615.125302_amd64.deb Size: 5410 SHA256: e7295aeec1ccbe5557546ec810a7d56012210eb657f046265048c08c9aade31e SHA1: 6c49ff0ca5e81bee406d50917316bd412d8cb6a2 MD5sum: 81f820098bf113e7374cf54a737eb2b6 Description: Metapackage for Clearapth messages. Package: ros-jazzy-clearpath-offboard-sensors Version: 2.9.1-1noble.20260804.184751 Architecture: amd64 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 Homepage: https://index.ros.org/p/clearpath_offboard_sensors/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-offboard-sensors/ros-jazzy-clearpath-offboard-sensors_2.9.1-1noble.20260804.184751_amd64.deb Size: 8282 SHA256: 70b5d28cfba69ff3f5499fd8a829affeb0ef667fc9896da328ac0fee95abdd1e SHA1: e066d884fb690ed76f2198faf437da78b427c1e5 MD5sum: 5c23ca2fe89e0e9a7d62a9a6b8a9e516 Description: Launch files for decompressing and consuming high-bandwidth sensor data on offboard computers Package: ros-jazzy-clearpath-platform-description Version: 2.9.12-1noble.20260804.191946 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 70315 Depends: ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/clearpath_platform_description/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-platform-description/ros-jazzy-clearpath-platform-description_2.9.12-1noble.20260804.191946_amd64.deb Size: 11385194 SHA256: 95bf706f5f9c475e61dcf417a15c6a78238a693bc05e4ee2d07adb6b7c152e2a SHA1: d98167d7799f40ef67a2d0ad32e5b6ed0e3cd190 MD5sum: 201c6366747a83ffdd832be6773f9851 Description: Clearpath Platform URDF descriptions Package: ros-jazzy-clearpath-platform-msgs Version: 2.7.0-1noble.20260615.105209 Architecture: amd64 Maintainer: Roni Kreinin Installed-Size: 3250 Depends: libc6 (>= 2.14), 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.20260615.105209_amd64.deb Size: 240922 SHA256: 8ae691e3f9b90629128abebb30158696fd0bfd5dce0210564351c6e85404d4a0 SHA1: 266d48eb1d11b601eb92db4e30297a0fd0adb234 MD5sum: 562b45938a7d1f437a1b14b7dbea0366 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.20260615.105209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Roni Kreinin Installed-Size: 2377 Depends: ros-jazzy-clearpath-platform-msgs (= 2.7.0-1noble.20260615.105209) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-platform-msgs/ros-jazzy-clearpath-platform-msgs-dbgsym_2.7.0-1noble.20260615.105209_amd64.deb Size: 1936526 SHA256: ef22500709aabf68c6125738f8b23991c89191ea741551c5cc1f6a0dd141cdde SHA1: 49c0d50596e53b057849210c71300b95ddacdd78 MD5sum: 74cbcf386972f55a3a2bd744fec89728 Description: debug symbols for ros-jazzy-clearpath-platform-msgs Build-Ids: 2177fc083a61e438095e79f3d0d06c12cb87780a 38152b5d17fae155338b905cb97051ef3dcfba5d 55322d1c2c0d0c6892504fc09e016a0f6323cd78 8cbb874292c8856a369a6283bfd8d5d6021191f5 90f1438d598712473d5abf80aeb977a307dc185b a5492d7ed56170ce1e155ef35e40deb36227bd51 af4781e69cfdce8ea3de840dab4af22a84bdf082 bdf3c02619b86280f6beffba8565a97ff06e1d76 c40dca87d85b0962fbf58483a440920d27ced03f da3f41096a69df6d19935c2ab6c4ff55b467f148 e9f8e2196572d826e80a1c9f7270ab057476c195 Package: ros-jazzy-clearpath-ros2-socketcan-interface Version: 2.1.4-1noble.20260615.140928 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 535 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.20260615.140928_amd64.deb Size: 111348 SHA256: efef201c43d257121bbfbb9e078dbf054454c537e8feb1474b855090ff620d68 SHA1: 28ca638e6d159141d23e8a85dfdab6cdf19eea17 MD5sum: c1bf5720f34f4e979baafd1341be94d2 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.20260615.140928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luis Camero Installed-Size: 2170 Depends: ros-jazzy-clearpath-ros2-socketcan-interface (= 2.1.4-1noble.20260615.140928) 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.20260615.140928_amd64.deb Size: 1837520 SHA256: 0c016b3c076a030a06dfd3ef0d576b374ba13d59900d03582a58f9c01eb18b36 SHA1: fb4aaf425f5b65fafcc5fd68209917cc18672679 MD5sum: b0f919b31430531de4cd256e9986b3ca Description: debug symbols for ros-jazzy-clearpath-ros2-socketcan-interface Build-Ids: c009d51eaaf9542127c9491483b340141d0850b7 Package: ros-jazzy-clearpath-sensors-description Version: 2.9.12-1noble.20260804.194505 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 48411 Depends: ros-jazzy-axis-description, ros-jazzy-flir-ptu-description, ros-jazzy-microstrain-inertial-description, ros-jazzy-realsense2-description, ros-jazzy-velodyne-description, ros-jazzy-zed-description, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/clearpath_sensors_description/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clearpath-sensors-description/ros-jazzy-clearpath-sensors-description_2.9.12-1noble.20260804.194505_amd64.deb Size: 9527336 SHA256: e95aed2299e9a53981cd5764108f4f0dc2c4e55586a12f088c91f3191d2fce1f SHA1: 650979a4b12a6f82149b28a6fdbdd1f5ca83ebac MD5sum: 298b8917c77b3ea9167484509ef4fc2f Description: Clearpath sensors URDF descriptions Package: ros-jazzy-clearpath-tests Version: 2.3.1-1noble.20260806.104943 Architecture: amd64 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.20260806.104943_amd64.deb Size: 64434 SHA256: c6561fc129db4d36d062029923b35c12d22344e286eb22a59620cc14ea8f3f94 SHA1: 07335f4453cee3d3fcef7c075aed95cfd15ccd3e MD5sum: 971a6c47b4d6d894c9bd25ff9dccd546 Description: Clearpath Tests Package: ros-jazzy-clips-executive Version: 0.1.3-1noble.20260804.184722 Architecture: amd64 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.20260804.184722_amd64.deb Size: 5570 SHA256: 0077626a2ea6c641b53c6b95404ee5c9c46fb4bf6824789f4318be3380c09d8c SHA1: 38a433b551515dd5beb0ca5831ea0b194fdb85a7 MD5sum: f09a5800805e307bd3aba50f0ba4aa2b Description: ROS2 CLIPS-Executive meta package and documentation Package: ros-jazzy-clips-vendor Version: 6.4.4-1noble.20260625.145346 Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 5604 Depends: libc6 (>= 2.38), ros-jazzy-ament-cmake-vendor-package, unzip, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/clips_vendor/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clips-vendor/ros-jazzy-clips-vendor_6.4.4-1noble.20260625.145346_amd64.deb Size: 789010 SHA256: 57eaf6ec0913a63e022eb3cef7f5f9b7e741a872fba34497fcda95ea0748239c SHA1: 6e8a17ba1e786f3e42902e000330066d84cefe41 MD5sum: 2cf228ac8f6e45b0a7a34e082b75af44 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.4-1noble.20260625.145346 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 6737 Depends: ros-jazzy-clips-vendor (= 6.4.4-1noble.20260625.145346) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-clips-vendor/ros-jazzy-clips-vendor-dbgsym_6.4.4-1noble.20260625.145346_amd64.deb Size: 5771398 SHA256: 5f1d2b27cb845cde154db614f63269ec871eba1604601a5734d38dce9e0ff8b0 SHA1: d1f5de76d3b49e5b05753c80976dc80168be7167 MD5sum: 8ef94e10ea64663228441d5be3b39dab Description: debug symbols for ros-jazzy-clips-vendor Build-Ids: 081b9ba356080e391f9ab25bab4d04fe7d035cc3 3359980307eec6b61608c90db6134c5d0111f369 86fd78481207e8f7baf9b402fc070ebe3e73e01d b9286554df9a61608b01a538ddaf7937a6d75124 Package: ros-jazzy-cloudini-lib Version: 1.1.0-1noble.20260420.223809 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 369 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.223809_amd64.deb Size: 114980 SHA256: bd41e498269ab74c9ce47d0565297e3673530d9664ed8d7a96c2565d4337dada SHA1: 7182c9c3cec56fe6b24395c751b5cdd2ce946b78 MD5sum: 2b56e1d6746525edfad52447d8e17f19 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.223809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 1097 Depends: ros-jazzy-cloudini-lib (= 1.1.0-1noble.20260420.223809) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cloudini-lib/ros-jazzy-cloudini-lib-dbgsym_1.1.0-1noble.20260420.223809_amd64.deb Size: 1050260 SHA256: 510ba0ec7cdae767e38f8bbbdfb242b6d7c767b399d2e607c73dc17499cd9ad3 SHA1: 362eb3f88cd53fbbed3c414ba4c9c32aa9dccff0 MD5sum: 1618a8fb5d144c13a7b433796c4e5268 Description: debug symbols for ros-jazzy-cloudini-lib Build-Ids: 699b061296aa9ff7b2bbabf0d8787ef295472c24 Package: ros-jazzy-cloudini-ros Version: 1.1.0-1noble.20260713.141500 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 1788 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.20260713.141500_amd64.deb Size: 321680 SHA256: f6d4bc9952175887115b576ac622bb25d7879a0aab7f12ac12e01318f2202945 SHA1: 488207267ecbf354bb13d01d353a797fc55f3818 MD5sum: 1a60dc75a16a8d814a4b3a79a185651e 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.20260713.141500 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 9741 Depends: ros-jazzy-cloudini-ros (= 1.1.0-1noble.20260713.141500) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cloudini-ros/ros-jazzy-cloudini-ros-dbgsym_1.1.0-1noble.20260713.141500_amd64.deb Size: 8618372 SHA256: 53a087013b901cf33ad52e3157780d6d541c0738d5047e5db09c991a47a43052 SHA1: 4b54758c181600efb11ccd4bf4b492cc5abe04a4 MD5sum: 2e3ff24997e2a3872a74a39f55a93586 Description: debug symbols for ros-jazzy-cloudini-ros Build-Ids: 073a6944b584f497bbfbb57c8871df88e57eed6f 54affebe4cc1b3425f85ec97abca9d075fe189c4 6e9e0e32556a80c848aebc7dc55eb7635135026e 705d181a2c346b4b694fe2f33598abc8cb0b92ea 99720022c68bacf69985c9d46cda7d2b45f7a0fd c39c1d2a23fa720de31a00c1cf6239348152d1ac cd5e4c2a26ab393883970f19aaa866f150fd22e5 d06654c67b77b485429accc0ef433c6651bd60b2 f44dd2364335b8f9edb6481234e21d2719db6ef2 Package: ros-jazzy-cm-executors Version: 0.9.1-1noble.20260615.161326 Architecture: amd64 Maintainer: Janosch Machowinski Installed-Size: 333 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.20260615.161326_amd64.deb Size: 81614 SHA256: 28b32683c0b76ce0cf971bf3fe7f3be950d58edffefe215f48ced6f21c249e9e SHA1: 4b84fa24de2c36f36fd92e8430f53a069a30a4f4 MD5sum: 07135cdc22809067d0d0cbebdc1f9f93 Description: Cellumation executor package . Package: ros-jazzy-cm-executors-dbgsym Package-Type: ddeb Source: ros-jazzy-cm-executors Version: 0.9.1-1noble.20260615.161326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Janosch Machowinski Installed-Size: 1419 Depends: ros-jazzy-cm-executors (= 0.9.1-1noble.20260615.161326) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cm-executors/ros-jazzy-cm-executors-dbgsym_0.9.1-1noble.20260615.161326_amd64.deb Size: 1325072 SHA256: 638ab829861dace489f465708f8b9221ca497a035c62e81a866eb435f7e5f3bd SHA1: 46df57e3bbaccbfa9830fbfda6485081a196041f MD5sum: 31259bec57cf8d34d71e79aa87bc29de Description: debug symbols for ros-jazzy-cm-executors Build-Ids: 9a4a2e1052085021440377fc919ae97d703676d2 Package: ros-jazzy-cm-topic-hardware-component Version: 1.1.0-1noble.20260701.204239 Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 716 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.20260701.204239_amd64.deb Size: 130702 SHA256: 17955e7e86633a788e1204c878411b14109de04596f63abe4da712e18d7ca086 SHA1: d83752858f116bfccd26e629df78aefad217b96e MD5sum: e588b8bd4e147c378882497ba801587d 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.20260701.204239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 3165 Depends: ros-jazzy-cm-topic-hardware-component (= 1.1.0-1noble.20260701.204239) 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.20260701.204239_amd64.deb Size: 2609184 SHA256: 080da6712e35874d9b25ddf7eb4b701340378b20d8fdbdf13885880e5d6f99f3 SHA1: 0d230e15b048ef0b60e77667f777833968db438b MD5sum: 0c18ff7b5b9face8e18e3c9f9ee769b5 Description: debug symbols for ros-jazzy-cm-topic-hardware-component Build-Ids: 39d6ff36f83fb18b2288985d07b04a20520d95a0 Package: ros-jazzy-coal Version: 3.0.3-2noble.20260702.104721 Architecture: amd64 Maintainer: "Joseph Mirabel" Installed-Size: 12078 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.20260702.104721_amd64.deb Size: 2030866 SHA256: a9c7f35c04acac5aec4c67e95fccb808e00a4a960af2d5e0abdbc175d04db8d7 SHA1: dc0ab2ac506fbc24178366418260f49c70b9f822 MD5sum: 0769911624509977ecca863ffcedac59 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.20260702.104721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Joseph Mirabel" Installed-Size: 78189 Depends: ros-jazzy-coal (= 3.0.3-2noble.20260702.104721) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-coal/ros-jazzy-coal-dbgsym_3.0.3-2noble.20260702.104721_amd64.deb Size: 70291226 SHA256: 343666894bfb14f675f29c2b934675e60a99f9bfff1a8929ff858d833979a314 SHA1: bcc47c3520f917114014a36abe56578c3ee8f7ec MD5sum: 59e41a22abd06874afba7120d63a51bf Description: debug symbols for ros-jazzy-coal Build-Ids: c55f6541aa97514e5d851a265f7fd89fac7eaa8d d4b83db5d863885acf17666df1c691549323359c Package: ros-jazzy-cob-actions Version: 2.8.12-1noble.20260615.110956 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 6495 Depends: libc6 (>= 2.14), 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.20260615.110956_amd64.deb Size: 367342 SHA256: f322d79882794e3c543472f868702bf914f7cf2fb44276fe8296b30c030eb202 SHA1: e41782f6bd59dd86f9dbe4ea4e05126baf701cb5 MD5sum: 6c68df2c46d2c0b8293f7ceda2a75a08 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.20260615.110956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 3254 Depends: ros-jazzy-cob-actions (= 2.8.12-1noble.20260615.110956) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-actions/ros-jazzy-cob-actions-dbgsym_2.8.12-1noble.20260615.110956_amd64.deb Size: 2294172 SHA256: c410e2ef27bdf42a89445d374d551e46784e187e14a6996f63b3aed4f90f5edc SHA1: a169c08f86081e954c6a96dcf4d35b9a138b53f5 MD5sum: c70633b586740e8c4fa8176e323ece9f Description: debug symbols for ros-jazzy-cob-actions Build-Ids: 010c5c82e48da0f9bc75893b590e14b6ef15a692 0a2a199d0fd6ec6c2b0713517bcb4eaf7529c172 19975eddda2e8d2e997d0a87622c4439fd827df5 3358fc50bc19aa694c0e34c6df0cc4d22dc35c4e 3e6b77e6f27dcbb9368d31df919cd763196e5951 4f5822c80ce622c4176952aaf55791a7cfc47ad0 796bfbffa614164545da9405a50727948311be85 97de6e9fd1169fdb2f91c656db8c59b5b08a0cf5 af5cce02d267238967c10e77b477f01190c76a75 cf183070769555937a567010dee6a9a700c2a51a f1d07250f24b5a58fed4d2361056c4357cbc5d39 Package: ros-jazzy-cob-msgs Version: 2.8.12-1noble.20260615.112040 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1505 Depends: libc6 (>= 2.4), 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.20260615.112040_amd64.deb Size: 125164 SHA256: 904965ab0d5300ce788cc8f7f35f8662378cb6859ba4bf5b86dfc05a1c5beb70 SHA1: a64b759bfe50039e767b03bc5451775867bd0f9f MD5sum: 47dfb39929062a38c5305a7209248d8f 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.20260615.112040 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1046 Depends: ros-jazzy-cob-msgs (= 2.8.12-1noble.20260615.112040) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-msgs/ros-jazzy-cob-msgs-dbgsym_2.8.12-1noble.20260615.112040_amd64.deb Size: 850808 SHA256: 962fa108865c418ec13d11e1d100a59998ea81783b0f9d05cc23676237f9e6a1 SHA1: 96dca7bdd6fc62774b8ac69d881624753c630d0e MD5sum: 84cbd05764651d402909af14d24a9de8 Description: debug symbols for ros-jazzy-cob-msgs Build-Ids: 03793c1b4dcbdd02ffbcf3a00ab0e8b18a6be4ab 0a0e72935a5934835f7a6b0dcd6d9a214b93801c 15bea54d6969b41ea9d67913d1adf4d3ae0142c7 222b389b74494ca68899718e38d0e775a09c6064 3af49512d23ccf2e93a0df4f5e92c3f4d8e08c78 3e11cf80b37d47a75c7060405f45f7bacb46de38 8747a0a1da4ac7d1b45cf76bfa962b6ba9c120ef 936f5b24389d8f6011a1f5aea66e88272a9ff62f bf9b39096bffe8734a1d7e70b2c577644a1931a3 e7ddc8423ff8fff4041839443c3f8bb61b711958 fd743a3aab55e65496f3f2c00a4ecfd5e5d9ebaa Package: ros-jazzy-cob-srvs Version: 2.8.12-1noble.20260615.111552 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1468 Depends: libc6 (>= 2.14), 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.20260615.111552_amd64.deb Size: 116558 SHA256: ba1bf08b4545662ff45bb422f65c44e31bd8f9a00ff4b27869e87bb79e57eda5 SHA1: 0e7c82281878b1a18a72c7fffbde50c19fb73761 MD5sum: 51893bb3f4eee1e6cd8de4a654ec461f 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.20260615.111552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1049 Depends: ros-jazzy-cob-srvs (= 2.8.12-1noble.20260615.111552) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cob-srvs/ros-jazzy-cob-srvs-dbgsym_2.8.12-1noble.20260615.111552_amd64.deb Size: 812644 SHA256: 4b9afd429bc50494640ca80986ec25047adbf8a056b6f357d3cdade1f5f46dc1 SHA1: f9403cdac203557fbbe39bef5354e55212875184 MD5sum: d6393e7b4b18ebd48a9791b13a3c2431 Description: debug symbols for ros-jazzy-cob-srvs Build-Ids: 15aeb4f804209eb84a9d49b87cee8c7c9ee21208 3b3bf0c6dca6afd878049c7347053f29ea3c2202 52fcce4784be8f6f0be449b20d5d573156f98393 617e5aef389eef405583fd953f9f92e80234a6c1 760a39184fe0798ba7868a4ef3eb72bbcd7a0df1 82628668bd87579889217db6c8a866cccea3208c 9d8435e8b50b324c134ae17478483565dde88ed3 d0c2799dee7df0027dbbce411dc239154788dcc1 d3706ff9e2d1e3ffd4794272e5a39cf96565665e e032f7456168eabcf7167da8f0276c7c84f0f8e0 ebc2e615397f8ea2580a6b5102ac4b163695845a Package: ros-jazzy-coin-d4-driver Version: 1.0.1-1noble.20260615.143732 Architecture: amd64 Maintainer: Pyo Installed-Size: 373 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.20260615.143732_amd64.deb Size: 94230 SHA256: 481300b0e05121fc9c18df8757b50ccaf1a643f5a667e9f381048ddb2253c7d1 SHA1: 85ae02ca20a480483fcf7ba4d6d83d1ecb06de51 MD5sum: c1f4f999c165c3c8ddd6667d9ee7fbfa 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.20260615.143732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1924 Depends: ros-jazzy-coin-d4-driver (= 1.0.1-1noble.20260615.143732) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-coin-d4-driver/ros-jazzy-coin-d4-driver-dbgsym_1.0.1-1noble.20260615.143732_amd64.deb Size: 1823654 SHA256: 0db4b5c24c3465508afa0d96e45a619a47ed202e621199642d76cdebc7108c4d SHA1: 1497572e3f0635e6144c26d084f513093c025178 MD5sum: 69f26530ec094425ed603518652efb22 Description: debug symbols for ros-jazzy-coin-d4-driver Build-Ids: 03ff89442383b79287c08869a82b4a04719102e3 8459b464410dc8dbeebacf2a8635400cf145f5bc 8545a52969e35ce1a42d2309ce9460f7606011ec Package: ros-jazzy-colcon-rclgd Version: 2.1.0-3noble.20260717.161316 Architecture: amd64 Maintainer: "ozuba" Installed-Size: 51 Depends: python3-colcon-common-extensions, ros-jazzy-ros-workspace Homepage: https://rclgd.readthedocs.io/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-colcon-rclgd/ros-jazzy-colcon-rclgd_2.1.0-3noble.20260717.161316_amd64.deb Size: 10362 SHA256: f8b6f6eacd70e48dafb6eb76c883154e33b7d8c2e49d0d16dd209975370037e6 SHA1: c4229c5bbe9532e7dfa07d1517ccd4006b8df269 MD5sum: 57cbf453fa6cb81cf42c82ddb2fb9442 Description: colcon build extension for rclgd (Godot Engine) packages Package: ros-jazzy-color-names Version: 0.0.3-6noble.20260804.193748 Architecture: amd64 Maintainer: masaya Installed-Size: 273 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.20260804.193748_amd64.deb Size: 72334 SHA256: 72e4085f01cf2156206dc319577e1d4b2a96a41370b02880a06aff2c631563e1 SHA1: 288ed8abc006e9671e61ab0516ca3bcc915c0f5b MD5sum: 50bb0c88989398e1365454944aab9aa2 Description: The color_names package Package: ros-jazzy-color-names-dbgsym Package-Type: ddeb Source: ros-jazzy-color-names Version: 0.0.3-6noble.20260804.193748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 994 Depends: ros-jazzy-color-names (= 0.0.3-6noble.20260804.193748) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-color-names/ros-jazzy-color-names-dbgsym_0.0.3-6noble.20260804.193748_amd64.deb Size: 911808 SHA256: 565853bc74092f064698a767d6ac812dc7d3b37ee5b16b6adb566b4cc8f27fe9 SHA1: c6fd922d56199185158245d92532bb01db6a2960 MD5sum: 9a02a4dd04345da5c34b7b1c00e58fe8 Description: debug symbols for ros-jazzy-color-names Build-Ids: 20e9a39c07a6d6e80b856e6d88e79fc03c60d9e0 e68ae08099a5f886369f09861361c36d42403f57 Package: ros-jazzy-color-util Version: 1.0.2-1noble.20260615.124957 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 100 Depends: ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/color_util/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-color-util/ros-jazzy-color-util_1.0.2-1noble.20260615.124957_amd64.deb Size: 15702 SHA256: 82d8cca72dd7bbfc347cfe98b2c8dd0456022401a331b05885542cf7b07a851e SHA1: a2efba02abc9f427c7a04576d3ea96a1efc700bd MD5sum: c1d365b3b20bd905a75999f20bd3c884 Description: An almost dependency-less library for converting between color spaces Package: ros-jazzy-common-interfaces Version: 5.3.8-1noble.20260615.123715 Architecture: amd64 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.8-1noble.20260615.123715_amd64.deb Size: 6138 SHA256: 41d2e392b1d8a2edd273f43c5eea9a0e36d24e1527d9377641b72052b2e58d45 SHA1: f6eb2519dd9c700a8a994f5647ed19ce05634f6b MD5sum: 75806dd01d1ffcedc5191e24fa8f0fb4 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.20260804.191538 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2897 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260804.191538_amd64.deb Size: 472916 SHA256: 49b23931b9bc514932996a4a19db3cf1c2331f4d1cc34e927ba02f87df12c3cf SHA1: 0dc01b5cbe3dc5e4972cf6fc3131401424bf53b6 MD5sum: 94c6237e892205c49b6cfc436cf0b186 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.20260804.191538 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 12802 Depends: ros-jazzy-compass-conversions (= 3.0.2-1noble.20260804.191538) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compass-conversions/ros-jazzy-compass-conversions-dbgsym_3.0.2-1noble.20260804.191538_amd64.deb Size: 10691972 SHA256: 7032b2d767ca18edbed06d77962813adbbc94cd70fa5d46123049d0089888b50 SHA1: 964911cc8d62c7511c2a2e6b0106b29d95fa8deb MD5sum: a106d9eb0ba74d78aef58a3dd295a0f8 Description: debug symbols for ros-jazzy-compass-conversions Build-Ids: 02a31c289034fd16ff88b8804bc5e030805be2a8 42bbe60c2e0524d8771401ab92a2d663bd14bbaa 9fad9f0ee763e967b06a55bab63f3599d7a9da99 b27e9e7adb0545aeb7dcfd10e3fa2d1f4a47d1da bc000f12fc1de77737dff6bb52dd0545dbae8e9e ef2594a185f261eda5b8f7c2885fadb92c217fdd Package: ros-jazzy-compass-interfaces Version: 3.0.2-1noble.20260804.190032 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 570 Depends: libc6 (>= 2.14), libgcc-s1 (>= 4.3), 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.20260804.190032_amd64.deb Size: 76124 SHA256: 233a28c4a6e0088fc745f962ca653194474e8669257b011638d9999476286b51 SHA1: 259baee7ebcbfdeb22b2d2daf3492e3e168eb848 MD5sum: f66d61bafca40e735907ee1d09753f16 Description: Messages related to compass Package: ros-jazzy-compass-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-compass-interfaces Version: 3.0.2-1noble.20260804.190032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 533 Depends: ros-jazzy-compass-interfaces (= 3.0.2-1noble.20260804.190032) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compass-interfaces/ros-jazzy-compass-interfaces-dbgsym_3.0.2-1noble.20260804.190032_amd64.deb Size: 430036 SHA256: 5cc45e69055b23617cff2ed7e050bcffaf0ebf477c07c5891b18ac9b4576ac0e SHA1: 0d7d2df7af01b71e0a04d1ffc88c443770f23724 MD5sum: af17ee66b6af87f6af7011351499b4a3 Description: debug symbols for ros-jazzy-compass-interfaces Build-Ids: 090e24df7290254f513099c7bdf4ea3d43c69722 1bc9ee6e295d65cefca33480158237db0c0ee5d9 2cb0d05c5fd23fda83380890b4cea8576fd9f6c1 3c088d4d7b8df0cc984025b9a7909dec576bff64 507cdea01b34cb8c2653d518f6a1a591f9aa1aeb 54154261d38ea3f9d116a29acbaf152b87674108 58b602d2655a6aa6a2d8263630fad84c19aee626 87eed3f4fd0a4afcc973933f54cb254473e41a9d a84b1dfc11b9d30d7ab077eabcb44c2d24a0e155 beb6a1fd3beaab6c89ed4e6ba05d05f92767daa1 d795469b6dde2e80e51e6444877ea448cdf38c7b fa4c336582daf221de1a7e44707f814b38d1314f Package: ros-jazzy-compass-msgs Version: 0.3.5-1noble.20260730.215358 Architecture: amd64 Maintainer: "Manan Kharwar" Installed-Size: 467 Depends: libc6 (>= 2.4), 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.3.5-1noble.20260730.215358_amd64.deb Size: 44680 SHA256: fd00c788019d61ff677bbfc0a5a94c08f5883bc666d8d5a270a217ebf2b9fff4 SHA1: 8e69c90a5198e4e7bb50cad5aa780b3859c3e7eb MD5sum: b45e87ef9284ed3466c62132a24aa6e6 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.3.5-1noble.20260730.215358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Manan Kharwar" Installed-Size: 274 Depends: ros-jazzy-compass-msgs (= 0.3.5-1noble.20260730.215358) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compass-msgs/ros-jazzy-compass-msgs-dbgsym_0.3.5-1noble.20260730.215358_amd64.deb Size: 185716 SHA256: 0e48366c3f55f79da15e57cb635244c136dd0be02ab839673321d3e83b8b7d58 SHA1: 0aedccc78c9cd338ffe11eb27b39d22ef5b37977 MD5sum: 2f6911b6416082bff235c3fc8cbab882 Description: debug symbols for ros-jazzy-compass-msgs Build-Ids: 1a21d0cd2ff89b23875947d04da39323a14aa350 2a69aba2a0fa09c1b6ae55ca9eb5749a78f9cb3c 373f2ab86a0701b079ce2cc56e94dbaf21091abd 4b473c2ada4734897e5cb6f86d329fdb4a3f9d1a 5bce80841e03cc24e16ca304381322a88b6eb666 a2b9e8368dc5caea01a39a8779c8f283540feaa4 b31652f8a7cceaf5d5ff54ff341137215b610eac b508e71ff2faa8160357b8cd733b1103b5179ed4 bfdc740011d7a9e4fc6edee85ce89e450a34266a c6776c0f6c0746ba04b0b716106cf092880432f6 e2a459556d6a60cdee2f39ac7a1a29d64d83d827 Package: ros-jazzy-composition Version: 0.33.11-1noble.20260615.142129 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1290 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.11-1noble.20260615.142129_amd64.deb Size: 219152 SHA256: 87b933587f27e92fe33f2c22be5863f31a67e7b88af27a75923b28318f376a6c SHA1: 200333705145459dbcc84db1f5d9b1d99e386c38 MD5sum: dc4a9782a82d9a62605b1c327becc97f 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.11-1noble.20260615.142129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7008 Depends: ros-jazzy-composition (= 0.33.11-1noble.20260615.142129) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-composition/ros-jazzy-composition-dbgsym_0.33.11-1noble.20260615.142129_amd64.deb Size: 6219146 SHA256: 01599c22b368ef89db4b40ced0a735e01e5ba6fabdf6416b420a42a33aa5d56a SHA1: df93bcf44ef848377edc47b053003fcc57b29d8e MD5sum: 17a546ba5bb27d88b524c19ff3c4274a Description: debug symbols for ros-jazzy-composition Build-Ids: 2c4dd2c7c3756b59501a7fbc6ebb0950d7953920 34545f0ae6e0f4e3a8ece410a2e2a425aaada7ef 58c45fb210390d656d94467048c33fdc98660b0c 59e31b88f129d3eac3495332445609788cb0ee2a 5f6984c8f2ea33787c2044ed40c9d9b6c21a1433 98a5f35b2f812a2f6f7059a07c6490103036877d c854a6acaf19dc2fe4ca87be0f9bea07d85c386a db58f3889c2df6c144f1024bd91f8caeec019bf2 Package: ros-jazzy-composition-interfaces Version: 2.0.4-1noble.20260615.103339 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1753 Depends: libc6 (>= 2.14), 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.20260615.103339_amd64.deb Size: 156728 SHA256: 894d4eff5fe3be8ba1632846b672988ce9d36cf0d5d35cbe2a70ced831711c14 SHA1: e6571342e5f4677439d41cdba6e0ea0065a5c892 MD5sum: aef5b8f25baec8bc27276ba6e9c01d61 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.20260615.103339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1528 Depends: ros-jazzy-composition-interfaces (= 2.0.4-1noble.20260615.103339) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-composition-interfaces/ros-jazzy-composition-interfaces-dbgsym_2.0.4-1noble.20260615.103339_amd64.deb Size: 1255274 SHA256: 9382ed125ac99c4676742cceaaff92eefacdb6a7001d244058c3c6023fd398a5 SHA1: 289184c91d15f2c0d8ab5e6b70b36cade3a46b0a MD5sum: 237cc1e2576d99b8e6216b682f740cff Description: debug symbols for ros-jazzy-composition-interfaces Build-Ids: 125b63691a01b1439af1c6fad0da250e5f060e5b 26291bb1c560a56d3ff945951e687be9cabd3eda 2ad9e72cbe4969fa81b76d34fd5db0cfeff55d34 5bfb94fb977474d4f37b5ee96111b1c58b96305b 5d92ab2df5826ffefbb8af64a366d524ac595856 7088c98beb5c2ca5f836438ad0c24605ba9a10fe a6fca7bf7cdf7cba90e53709df553befc4596537 c456400c22023b50d92fc7099a581c67ff3bf485 cbf68d3184f45e5945321ff79e037ffebe81e02a cdcae13d2ed43e3a764cffb1bacd30e1a050fec7 ddf70b4086674c7da158e0d763c4ceb5cc6154da Package: ros-jazzy-compressed-depth-image-transport Version: 4.0.7-1noble.20260615.172909 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 937 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.20260615.172909_amd64.deb Size: 200718 SHA256: cda3c1f7e9efcfe1c168f9a7fafac0dc9d294e8c0384d27ca332102bdf9ed111 SHA1: cff04a65178b1dfd7c5df807cbb77b85d49ce090 MD5sum: 7d965f18f3ee7bc8b327242b70d3a150 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.20260615.172909 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 5043 Depends: ros-jazzy-compressed-depth-image-transport (= 4.0.7-1noble.20260615.172909) 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.20260615.172909_amd64.deb Size: 4428616 SHA256: 4c492d4b36e98d24851bdd2f8c4ff6520dbd676df8f0c8774890e3795f5a73ab SHA1: 6b206cf731455c671e376a4bec4329263d6ad65f MD5sum: 2f611c6981359e643143a8ee9317ef4d Description: debug symbols for ros-jazzy-compressed-depth-image-transport Build-Ids: 4ac996fcc4162029c982f798daca76a0e112515f Package: ros-jazzy-compressed-image-transport Version: 4.0.7-1noble.20260615.172914 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 936 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.20260615.172914_amd64.deb Size: 201200 SHA256: d2addb4daa24d2a2cbd819875ceea29fa0478007b6e64c9ec883a900befd27ab SHA1: eebbebabd34351a85c2e5b84f10df0699c6b35ae MD5sum: f92f7c17c17ae31fd8f0ca7ca90200af 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.20260615.172914 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 5191 Depends: ros-jazzy-compressed-image-transport (= 4.0.7-1noble.20260615.172914) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-compressed-image-transport/ros-jazzy-compressed-image-transport-dbgsym_4.0.7-1noble.20260615.172914_amd64.deb Size: 4551120 SHA256: e895c2cb381ff08876a8ab845feaf1fdc2c7b1bb431910107602ffe94cde7824 SHA1: b971f617afb3a9b4cee1b3bd5d29b203f41a6e5b MD5sum: 70b2f6671cdf69bc89296c4f71588064 Description: debug symbols for ros-jazzy-compressed-image-transport Build-Ids: 6e5ac658edab3dc04beca189b7422f268a154722 Package: ros-jazzy-connection-inspector Version: 1.0.1-1noble.20260717.101328 Architecture: amd64 Maintainer: "Chittaranjan Swaminathan" Installed-Size: 2693 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.3), libopengl0, libstdc++6 (>= 13.1), libgl1-mesa-dev, libglfw3-dev, libglu1-mesa-dev, ros-jazzy-ament-index-cpp, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-ros2launch, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/connection_inspector/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-connection-inspector/ros-jazzy-connection-inspector_1.0.1-1noble.20260717.101328_amd64.deb Size: 953006 SHA256: d2a0dd04a3dac6a194e2d807f717f898bc5a7da925833da2edb3fdd8dab2b033 SHA1: 629a1f90e8bafd6b6bc0d0d6c92db9aa975c668a MD5sum: f8b2571e902547edaaf43a677e71aa78 Description: Lightweight C++ GUI to inspect a ROS 2 node's live connections and diagnose broken topic links (QoS incompatibility, type mismatch, dead links). Package: ros-jazzy-connection-inspector-dbgsym Package-Type: ddeb Source: ros-jazzy-connection-inspector Version: 1.0.1-1noble.20260717.101328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chittaranjan Swaminathan" Installed-Size: 4216 Depends: ros-jazzy-connection-inspector (= 1.0.1-1noble.20260717.101328) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-connection-inspector/ros-jazzy-connection-inspector-dbgsym_1.0.1-1noble.20260717.101328_amd64.deb Size: 4095388 SHA256: aadfa813c2a3a3dff12798264d277e154b996cf0e113631ff06a93f727af0e0f SHA1: 363833de53395e8d5d48f571eac0c74f93006513 MD5sum: 0b2575c55bc856aaabfa6a169550b6ca Description: debug symbols for ros-jazzy-connection-inspector Build-Ids: 76331250587f96b1538f9d5b126cff7a235c3881 b8be296c7c882ca37a671aa85d5b882422ae38b3 Package: ros-jazzy-console-bridge-vendor Version: 1.7.2-1noble.20260603.150411 Architecture: amd64 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.2-1noble.20260603.150411_amd64.deb Size: 5394 SHA256: 5e00234ede574597476c4e62913779ffdd76cdda789cad57e4cf8d01750967e6 SHA1: 4a8e79fd76d3368286812a2198e9102241b74739 MD5sum: b6296e9e0524a12a136da16832190279 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.2.0-1noble.20260730.092958 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 2202 Depends: libc6 (>= 2.4), 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/continental_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-continental-msgs/ros-jazzy-continental-msgs_1.2.0-1noble.20260730.092958_amd64.deb Size: 154380 SHA256: 57a8f92b4d88ca80ac176619df3b631158570d07785593d52642af55a1ebbf09 SHA1: 32f285145de1aaa4ce13afff652ac5f771d90795 MD5sum: fb0f65a3ae161d52908ad7b7062cf2d4 Description: Messages for Continental sensors Package: ros-jazzy-continental-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-continental-msgs Version: 1.2.0-1noble.20260730.092958 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 1310 Depends: ros-jazzy-continental-msgs (= 1.2.0-1noble.20260730.092958) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-continental-msgs/ros-jazzy-continental-msgs-dbgsym_1.2.0-1noble.20260730.092958_amd64.deb Size: 1060732 SHA256: 9ab439b6eb11ae169d5919f724877aaf7e9da0fc92b71b1419ec5913d904aac9 SHA1: c1a5f71b01b6c0a58dab0fd5abed9c25f3885104 MD5sum: 1896a6bd140621dc68921af8f5b62190 Description: debug symbols for ros-jazzy-continental-msgs Build-Ids: 01dd8339ca1c27acd7ac3f5c1691784c8a674957 074da8f9d05760608e86cf79dad5ad5a3e977dc9 2fdbf449418a42d61d78a16a7b0c21f02bbed2a5 34f006693c3b35e83e3c455d9ef83124692ceeed 465617a78aaf4024a54b35f0ea76fe65e06ac3f2 4dbefc68fab7e74fb8448a5dc2a46adc5e780280 615edce4963118c9cbff1fad5a29132d3925d7b4 762137d41eb037ad8c5b861ccfe7d6c0f69fac5b b97ba260e8b35dceacea2bcc36eb3eccd9576348 e4499553f2e1c696291a57760e145c3f40313466 effd8d3ab6d8c193f5e0fdb5a7100ef8ff1af05b Package: ros-jazzy-continental-srvs Version: 1.2.0-1noble.20260730.093023 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 2771 Depends: libc6 (>= 2.14), 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/continental_srvs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-continental-srvs/ros-jazzy-continental-srvs_1.2.0-1noble.20260730.093023_amd64.deb Size: 180526 SHA256: 69fc80ec65ee9b3f5d0f4ff06babc53f86948af782d7b1d05a0a37cb38b250f5 SHA1: 6ccab3d1271bd960a0bba1b61c3cdd607550c65f MD5sum: c35de26baf9859565003b2f64588b2b5 Description: Services for Continental sensors Package: ros-jazzy-continental-srvs-dbgsym Package-Type: ddeb Source: ros-jazzy-continental-srvs Version: 1.2.0-1noble.20260730.093023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 1813 Depends: ros-jazzy-continental-srvs (= 1.2.0-1noble.20260730.093023) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-continental-srvs/ros-jazzy-continental-srvs-dbgsym_1.2.0-1noble.20260730.093023_amd64.deb Size: 1374290 SHA256: 13045e8e8a67dcd3b51156f1fdada0d4247a1d61a684aa00259d6852a9ac78a1 SHA1: cfe411a6e123f50616f5ffa1864da1c59b2e7698 MD5sum: 3208f27e50428089f5b579d42a66f34c Description: debug symbols for ros-jazzy-continental-srvs Build-Ids: 1ad998a8ea8bd7342f4ee61cd32b4bcb596ebd52 2b2e3f535b4f27fe6ecebb7dad98c49ff904738c 5261cf8992aa594be72826371991d9bbebaa7f3f 6922cf5eceb7818953986ebf24cc693c19d0a24e 693a5285c1918db8a2270ebe039902eb912cd157 8681c0ef6b97c32d01e83dd1e0adeb56638dee1e b243369920889d0f52521118dd19715290f9da1e d021f004806822be7d12764e0af53665dc84caeb e162c3099134001937c1021c5f8b2ee13343b163 f15a33cfb74a813b0a78e7ef3d822b497a923dda fd63ecfc2657b50d3d7b304036a6854d0c620c68 Package: ros-jazzy-control-msgs Version: 5.9.0-1noble.20260615.113124 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 15616 Depends: libc6 (>= 2.14), 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.20260615.113124_amd64.deb Size: 901664 SHA256: dbb0a004990718141514dd739bee07eb53d25f1d5a18dca5a1439dd427605a43 SHA1: e42c8ecd1e2f9fcc6b7e8cd4427603fb0d3aeaa9 MD5sum: 503745db357a70e0c5eab035e937102b 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.20260615.113124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 9740 Depends: ros-jazzy-control-msgs (= 5.9.0-1noble.20260615.113124) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-control-msgs/ros-jazzy-control-msgs-dbgsym_5.9.0-1noble.20260615.113124_amd64.deb Size: 7525434 SHA256: aa13da0722e2747180b15b61b0af92d510aa6c27d830140fda6fd86e3464a7f2 SHA1: 39eb497e192f571f90ad1faabab1618249ad2b76 MD5sum: eb8d36208ec5462a05fb183a3b8d95e0 Description: debug symbols for ros-jazzy-control-msgs Build-Ids: 072292f8bcbeba2224029deb4f0f10a0961b64a7 15c4acd791466c4227bae22594fac8007f7e11d3 3bc1af8861e6e836b011c00aca667119e087c9ad 4699d005d5620481ddd3d31ff92cb9509330b091 50ac3692deeb27757f5b44b8b4aeb05494670fdc b467dd52688be2a625a852a44fd0177690cd059d be5fd2f3588759515bd7c2c6f1ec1dbeb8a860d5 c550c430200fd3627a1bf76a470410aa938c3752 de34dd8780927e7293fa07743090426bc0fab506 f190da0d1a8d7454e62bc178c4e42b6e6d6b36e5 f3dc44f2f4383d77401a49255279cc3b5101ba34 Package: ros-jazzy-control-toolbox Version: 4.11.0-1noble.20260804.181529 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 881 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.20260804.181529_amd64.deb Size: 195334 SHA256: e09da09bf3ce84b7c4c4aa5d2a739513e19049c7c9eece758716283907e3243b SHA1: 026dfb5496782e97e4a4fdb66330fa8f7407c9a9 MD5sum: 1bc25f1d874a764ed1e3a92f1a793862 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.20260804.181529 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3391 Depends: ros-jazzy-control-toolbox (= 4.11.0-1noble.20260804.181529) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-control-toolbox/ros-jazzy-control-toolbox-dbgsym_4.11.0-1noble.20260804.181529_amd64.deb Size: 3199126 SHA256: 82a55b6e5db8241548590555bac79a2365aa50e4bb2288b69129b772ff60d1e4 SHA1: 9ff019cb2efe8d1f79fc1476267e6d5ff38e3c34 MD5sum: 1f6ec8d656f69ef9ff1c50db88a25bfa Description: debug symbols for ros-jazzy-control-toolbox Build-Ids: 18de9ba27d5dc4bec6f14050909737838c2f91f3 28f76cbd61bde00d86627869365b859f459b269b 2d2da6c1aea4665f77a179a60369da1490d58e1b 59c4d749ce60bc4fb33ea09073a755972b6a9dfa d6600387d91f699087995de494450f0bb6927c82 Package: ros-jazzy-controller-interface Version: 4.46.0-1noble.20260701.204122 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 339 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.46.0-1noble.20260701.204122_amd64.deb Size: 86954 SHA256: 77e143dfd92ea7908c074880bd1ba51603a43ea9e8a2e55924c6071ec8fcf07b SHA1: b096da8380b40aad19b4e108c343c9bc3a50c815 MD5sum: 0f3f6ed6fbb8df8afd72bf95af2f15f4 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.46.0-1noble.20260701.204122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1267 Depends: ros-jazzy-controller-interface (= 4.46.0-1noble.20260701.204122) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-interface/ros-jazzy-controller-interface-dbgsym_4.46.0-1noble.20260701.204122_amd64.deb Size: 1225982 SHA256: c60e9d2b2dc360b5cacd117b153f5de40cf80358707ec4684bb73bd734401bea SHA1: 2811b8ca5e0170155d831989b05bfc410f34afa6 MD5sum: defe2dec296cf57f33fadd1afe02b9fd Description: debug symbols for ros-jazzy-controller-interface Build-Ids: 5aacb41f4c2b8c5284a34978c7d2ed2cefa133c0 Package: ros-jazzy-controller-manager Version: 4.46.0-1noble.20260725.081834 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 2110 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.46.0-1noble.20260725.081834_amd64.deb Size: 522540 SHA256: cb836090a2ad8dccdb94bbf18f75dce5febd59c39441c0fb697815207e52be4b SHA1: 7f6c053c712631ea3c82a8cb759637e3f7caf92b MD5sum: 7152e455790fc4ec61951b76a4e583ec 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.46.0-1noble.20260725.081834 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 8159 Depends: ros-jazzy-controller-manager (= 4.46.0-1noble.20260725.081834) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-manager/ros-jazzy-controller-manager-dbgsym_4.46.0-1noble.20260725.081834_amd64.deb Size: 7374028 SHA256: 016ec792b8f838bd6ff14b7ef2db500ea576f7b73ee1c228aec46e0568b1a9b3 SHA1: e14dcd0457767e1ce7c87629b4e540dd84bac76a MD5sum: cafa3a9efe8ed0978e438a02ae084f43 Description: debug symbols for ros-jazzy-controller-manager Build-Ids: 7089ece9642e88d1336773de6c2e41596b924150 f5c6c7b5f0949e3a29a14ab8ea2317b85db87766 Package: ros-jazzy-controller-manager-msgs Version: 4.46.0-1noble.20260701.201037 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6340 Depends: libc6 (>= 2.14), 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.46.0-1noble.20260701.201037_amd64.deb Size: 399250 SHA256: fd05574ae96e3771672b21391899f5b20e8b5c4170b84f6972dd3d58c26f935b SHA1: 7a5f351e78d5086a5a89605efd63cbc68a26baa8 MD5sum: b25ed28830b4466c3c049f4b90725e8a 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.46.0-1noble.20260701.201037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4692 Depends: ros-jazzy-controller-manager-msgs (= 4.46.0-1noble.20260701.201037) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-controller-manager-msgs/ros-jazzy-controller-manager-msgs-dbgsym_4.46.0-1noble.20260701.201037_amd64.deb Size: 3720924 SHA256: a926293ea56ea7cbf206146a533d22a2318b3f46ff33acfff1ff78eefd79c9ba SHA1: 8a5f4ad356535e7635ad291d969e952624f1a3d8 MD5sum: d50f4995bcc4710889899336726a1caa Description: debug symbols for ros-jazzy-controller-manager-msgs Build-Ids: 10d1a7fa4a2fc12a019dd983caf5154219665d44 2d6fcbbab98124b69f889a6d31bd98640078321c 4cc4ab0c824f9b1a73b36640145df42082357f9a 4d75d9c3a42318d87bcc19a8dcff217446542f77 5bb13cb20e709434a37decc846fc1e7af95093fd 775023423da90092fd23c693c128c44f72a91e9b 823507c9de4ff216605235e60a1fb99508105fa9 95a990b74d55f7be8c1f00eb3493cb75869c42bd d85eb5a05ad8c8220a3851a8f612119016d8df8b e2d883571662ecf416f066ec339765effd19382d f91ab9da72e1882a646dc06bc6cea9a704dbc57f Package: ros-jazzy-costmap-queue Version: 1.3.12-1noble.20260804.191734 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 91 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.20260804.191734_amd64.deb Size: 18390 SHA256: 8477037296fde47e5b4ec6bc03d18649b082f37760c295b1284f7d490c17f210 SHA1: 5f0ad15381dc189a8a15a19a427376909ee96870 MD5sum: 122f6140b372c49b72c8ced5db35aef5 Description: The costmap_queue package Package: ros-jazzy-costmap-queue-dbgsym Package-Type: ddeb Source: ros-jazzy-costmap-queue Version: 1.3.12-1noble.20260804.191734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 137 Depends: ros-jazzy-costmap-queue (= 1.3.12-1noble.20260804.191734) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-costmap-queue/ros-jazzy-costmap-queue-dbgsym_1.3.12-1noble.20260804.191734_amd64.deb Size: 122278 SHA256: 62a87685b1f0dbf215bb2a9e919e2d9ae568f2344b93e1dee8b97674e487187a SHA1: 3f18bdd5c45987c2b26345bc5079e1f77b1d40a3 MD5sum: 0a13baa98875b40c06932ff61d602576 Description: debug symbols for ros-jazzy-costmap-queue Build-Ids: 190d9d8676c7b605352378d4ac6236d86627b4ea Package: ros-jazzy-crane-plus Version: 3.0.0-1noble.20260806.111245 Architecture: amd64 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.20260806.111245_amd64.deb Size: 5624 SHA256: 055adcba1cd26ea028aec125e4bb454fcf0b4b2d4d1aae0b0fb53d1c2ba6c5df SHA1: f4b034e99d1522afffd69c5c8b317756814c4f80 MD5sum: 28a88777ab0c4cb8b6a30da7705e0112 Description: ROS 2 package suite of CRANE+ V2 Package: ros-jazzy-crane-plus-control Version: 3.0.0-1noble.20260806.102705 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 184 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.20260806.102705_amd64.deb Size: 48102 SHA256: 2308d716e4ed2e3abe40f98a2584ef9c60c4396db2311fbd32185af05c3a5023 SHA1: a46c93b919bb3738a72640cc270a3bd15b15f68c MD5sum: ccfb7f3353ea3567d6bb7859611bae8f 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.20260806.102705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 747 Depends: ros-jazzy-crane-plus-control (= 3.0.0-1noble.20260806.102705) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus-control/ros-jazzy-crane-plus-control-dbgsym_3.0.0-1noble.20260806.102705_amd64.deb Size: 716384 SHA256: 0fc72fcc28513a4e71cb405edef6a2d4a35d905c64080900ed81dbfd927c2d88 SHA1: cc4711a195d76e575dee8071c97d62f01a245afe MD5sum: 9e855aad76240d8e9b342389cc54a1ae Description: debug symbols for ros-jazzy-crane-plus-control Build-Ids: 2abd02dbb732be4bd8fded8535a6b2ff76715077 Package: ros-jazzy-crane-plus-description Version: 3.0.0-1noble.20260806.095614 Architecture: amd64 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.20260806.095614_amd64.deb Size: 1906574 SHA256: 8c4cfd34962341e1ae259774d19c8249251af506df852f02004d6db1414c1aec SHA1: 442a8b8a021107f054b0f1a998b556b9e37529bb MD5sum: baa4f84cdba7769a2d54c7ecc042564d Description: CRANE+ V2 description package Package: ros-jazzy-crane-plus-examples Version: 3.0.0-1noble.20260806.103927 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 1813 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.20260806.103927_amd64.deb Size: 285932 SHA256: 94209b40d8e155c006321afb94d9f6bcc2faa6a86b839d89882556a79bca52dc SHA1: d7e1e01a2911a43c6a45ff1f000bec5f6c567bd7 MD5sum: e3dfaeff6023e1db4889ec4d48f62ff6 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.20260806.103927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 15393 Depends: ros-jazzy-crane-plus-examples (= 3.0.0-1noble.20260806.103927) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crane-plus-examples/ros-jazzy-crane-plus-examples-dbgsym_3.0.0-1noble.20260806.103927_amd64.deb Size: 14140692 SHA256: c6c9e9da352446129975391e4a4f31c807aa6cec0e5e053fd34d07cdae3b3cbf SHA1: eead24e0f8cbd602b35361100e88345b6ed1ad37 MD5sum: 2d510a07be15b825d6c9305aa71193c3 Description: debug symbols for ros-jazzy-crane-plus-examples Build-Ids: 043dcbf5367b4418b8a49be0b3e012547086cdc9 1fcc518e21c84eab3855b463d6a68c1bc2038a29 597a032930475eb3f582d9fddd3f4d7428225c8e 6477e8735b8756ad44088749b59e9b61ab212358 90bbe2bc09d21bcfd5e2f0ed4f4890e20d376862 acfec9935d65dd9fc4a95b924930d46bca504ca5 ec3c005e193fe87ccbef213cd48e07200bc0575e Package: ros-jazzy-crane-plus-gazebo Version: 3.0.0-1noble.20260806.102925 Architecture: amd64 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.20260806.102925_amd64.deb Size: 13264 SHA256: 5a4260e7dd6790303b58610cf3819fc7f6c6d74ac93844e55f6c541bb0dffe36 SHA1: 6491da71633345f0adb627521b9a7b765f656b59 MD5sum: b4e095d821c34b79ce0a46f13b219418 Description: CRANE+ V2 gazebo simulation package Package: ros-jazzy-crane-plus-moveit-config Version: 3.0.0-1noble.20260806.100904 Architecture: amd64 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.20260806.100904_amd64.deb Size: 13924 SHA256: 28c99019c60fd6e42cba372413adfcca5218d07797a718b7d63df6bec770219e SHA1: e196815d76d13a36d7a5daa7efe281615a8ae30e MD5sum: 9c82270453f69ceedfbc81c42cbf3e63 Description: CRANE+ V2 move_group config package Package: ros-jazzy-cras-bag-tools Version: 3.0.1-1noble.20260806.091450 Architecture: amd64 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.20260806.091450_amd64.deb Size: 28806 SHA256: 68f54d896102d17ab61a2e563e8f2d184ff2096466ce73f5224194e1688f579d SHA1: 1e521d84019ec82230bf0fa3b224f1b981535cf4 MD5sum: 76f1a5684e86b6993429426d054946af Description: Various utilities to work with bag files Package: ros-jazzy-cras-cpp-common Version: 3.0.1-1noble.20260804.182209 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 1302 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.3), 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.20260804.182209_amd64.deb Size: 261584 SHA256: a9dd0cc5c034d80f6c96043798e294c49fa9b763c445e8f06c35389bd5f64e2c SHA1: 5d06720505a7ef8400b00db3f3e451a42b87287f MD5sum: dbf093a234b5650dd64a7a1f0c267f9e 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.20260804.182209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2851 Depends: ros-jazzy-cras-cpp-common (= 3.0.1-1noble.20260804.182209) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-cpp-common/ros-jazzy-cras-cpp-common-dbgsym_3.0.1-1noble.20260804.182209_amd64.deb Size: 2673508 SHA256: b1a8b4e6ef9cfe8a4c09b5e66e2b757f29651f75784bb45552df77803fa4fb0b SHA1: 21c5311231bdb81f72af2b21e0437b576e57ee53 MD5sum: 9c757d3c6ad487ab1450c2fbfefa057f Description: debug symbols for ros-jazzy-cras-cpp-common Build-Ids: 258048f6b0839ecf73b96e81cda894d156fa364e 26754f34ccf9019682d949da861b4829d5984070 46f2934d3786504da72d143852842caac9e9270d 546612ae908afa6aa724eb18cbe060026b7805e5 559cc77ecdbcc991bacf2e901d260f68264c963e 605f00a9a00421c8b3366419a585829e367bc2e6 72a247bc4306efb00c77c985599ffb581b307f84 892cf62662639ccf72effd6b5cd21f5b363b07ff b12ec0e11f396261ebf1fc88fbf3490adb87af8e fbd410961b383a16453b9db17747e8999132598e Package: ros-jazzy-cras-lint Version: 3.0.1-1noble.20260410.144616 Architecture: amd64 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.20260410.144616_amd64.deb Size: 31904 SHA256: 7aab7e680dbfb86f8667ce0c7a33b3d13a8d89792bb1aa9eec8504a7c7eba913 SHA1: 5338e6069dc9f5a9a3dbd3d95390b568178cb542 MD5sum: 104aa3f0c43d839e2980bb11fe7b6e3e Description: Various utilities to work with bag files Package: ros-jazzy-cras-msgs Version: 2.0.1-1noble.20260615.105233 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2880 Depends: libc6 (>= 2.4), 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.20260615.105233_amd64.deb Size: 191566 SHA256: 14b6569f6775dbb6c12179fd9499a473f85ab00481ff5ff6e6711a11c39248d0 SHA1: 430acfd185caab4947bff5f3848b636b20119371 MD5sum: d84188ac89929ecebdf039cbc2813919 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.20260615.105233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2092 Depends: ros-jazzy-cras-msgs (= 2.0.1-1noble.20260615.105233) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-msgs/ros-jazzy-cras-msgs-dbgsym_2.0.1-1noble.20260615.105233_amd64.deb Size: 1656528 SHA256: dc8d326837d3f19d6a0d13ccff23997ae6fb1bb99b381b46f5cac6e32e0c337e SHA1: 02d5b83948e2249502b4ce18917e84d554b43028 MD5sum: eedfc65e0b7e5df05599ee12c14601a4 Description: debug symbols for ros-jazzy-cras-msgs Build-Ids: 0c59238ea1ddb56303a8b41cae1a321f9a2a914b 0d2183da28a12c9c0d95fd171f4f065ab490a389 11f9f71ee93a89116aae0fa7d81b7294df9319ff 3a4aaee7cf44ab56d36b5296210ac5b2fb1aa19b 3f1d4767ad6354bc6ba188544cd514548156ef92 45cdb7a23d0072f06f591ccb9fe63df5167bff9c a707052d55a00353c322e68b96623da27ef9c3ee c80b23dbe31cac2c479aa99a63561732c4524c9d d14ab2746d827a08e2eb00969a4ffdec544047a7 d86d13be6030a6bbbeeae394d5be82ee502fe816 daf6f08be8a126f99797dcdc23f9cac3364c23f3 Package: ros-jazzy-cras-topic-tools Version: 3.0.1-1noble.20260804.190047 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 639 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.20260804.190047_amd64.deb Size: 183912 SHA256: aa98a3b9c169423e7d897370f58f10ac0bb55f6deeb3e3dd3212e083fd7b82d6 SHA1: 6475dbc163746cefbdc6a0e0861bacb645bda446 MD5sum: 00fa8146698b84332db826666e735886 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.20260804.190047 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2829 Depends: ros-jazzy-cras-topic-tools (= 3.0.1-1noble.20260804.190047) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cras-topic-tools/ros-jazzy-cras-topic-tools-dbgsym_3.0.1-1noble.20260804.190047_amd64.deb Size: 2649902 SHA256: bbf38e24c5a13b53d28c7ef02213b683e0c98ed92115aaa8cc60f76a1998ff2e SHA1: ca4b4e9626711bb14d4641a2694097411a369dc1 MD5sum: 5b2be6cd4e10df3abfe4917fb2073270 Description: debug symbols for ros-jazzy-cras-topic-tools Build-Ids: 8fcb80c882dde57f1857712b41d7f70aa08dfdc5 efdc7181fe22a8c58a233e57c25c10a4e1596d0f Package: ros-jazzy-crazyflie Version: 1.0.5-1noble.20260804.180543 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 6709 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-description, ros-jazzy-crazyflie-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-motion-capture-tracking-interfaces, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-ros-environment, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/crazyflie/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie/ros-jazzy-crazyflie_1.0.5-1noble.20260804.180543_amd64.deb Size: 1068470 SHA256: 0e6e5db7f053b5867e59144d2de5c7723edc6fed4a42091be45f9006c98e24f0 SHA1: d2b300248221a9f5077716c4e1bb46dc79910b08 MD5sum: a28aa231b6915822118a89615e398d33 Description: ROS 2 Package for Bitcraze Crazyflie robots Package: ros-jazzy-crazyflie-dbgsym Package-Type: ddeb Source: ros-jazzy-crazyflie Version: 1.0.5-1noble.20260804.180543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 38793 Depends: ros-jazzy-crazyflie (= 1.0.5-1noble.20260804.180543) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie/ros-jazzy-crazyflie-dbgsym_1.0.5-1noble.20260804.180543_amd64.deb Size: 34717984 SHA256: ce5280fb12abf067698c5e4dd08a9bf49ff63a125ae18e9fd1fbdeecce24b2f0 SHA1: 56270392ef60508162930b1c8c78c357e805bb70 MD5sum: 708e01eb6ae4d27b47f4921877002bed Description: debug symbols for ros-jazzy-crazyflie Build-Ids: 1d86e451047b347fd6f9208e9c9b84b63b6e2081 2b8b2c5bb94561bc15098b20bd85421382a79b4a 3791d729ef72c66ec22afff51590b2e06d8dcbff 3d18a9f6f4ab0cc7ee38b00cfef4c87cafabcf50 40d312fd8f9189c9d712d76baccfda85d5d986c6 715d7ff624eb51b9ce3de8c80900044369e51750 84823893e7853a360f7b46f4f60dc00ec7bcb72b 9561d656dd3ebac6127ce48499e7da34a91e526d 9a86e050f5a40449d99c628ef09d5172e2f52df1 b8606dd38c7680a3916086dadf38b5af210da642 c04c4f0bd11da49248ace6e890258446be3c6a61 d98d1bb2926772c61afd41d4eeb9b450149a6dde e2843bda94140264d0e28075a5f4679e2d53a73b ea17292a539e559f27cdb1b0b9f1c2af02cbf9af Package: ros-jazzy-crazyflie-description Version: 1.0.5-1noble.20260630.080728 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 419 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/crazyflie_description/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-description/ros-jazzy-crazyflie-description_1.0.5-1noble.20260630.080728_amd64.deb Size: 86236 SHA256: 95e80c0f0041046ee3fee1ce6c7e844aeb2c48d7385e638aef3edc0aa841b793 SHA1: c0e96d0c0f932154e77500e61114e3c4da5380e9 MD5sum: bf639a63b148d16da27d211ae9745947 Description: URDF and mesh assets for the Crazyflie robot Package: ros-jazzy-crazyflie-examples Version: 1.0.5-1noble.20260804.180558 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 1507 Depends: ros-jazzy-crazyflie-py, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-tf-transformations, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/crazyflie_examples/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-examples/ros-jazzy-crazyflie-examples_1.0.5-1noble.20260804.180558_amd64.deb Size: 107676 SHA256: ee01ac248bcbd62750a8c161d1783da995b20b60a0e1a65d8c15c2aaeed27f03 SHA1: e1e70ffb677c495c64358cdbd5c188edb40093de MD5sum: f81cebf47e8229ca598539d9e989d00f Description: Examples for the Crazyswarm2 ROS stack Package: ros-jazzy-crazyflie-interfaces Version: 1.0.5-1noble.20260630.080716 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 6784 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/crazyflie_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-interfaces/ros-jazzy-crazyflie-interfaces_1.0.5-1noble.20260630.080716_amd64.deb Size: 422110 SHA256: 229622d7e5c8edd29334d41e402b736de996702e629834919f520bb82320498a SHA1: d48e1ddc390b955d086c41cc3bbc7eca8f60091a MD5sum: 5b04420acdb273a89d6bf40410865f6a Description: Interfaces for Crazyswarm2 package. Package: ros-jazzy-crazyflie-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-crazyflie-interfaces Version: 1.0.5-1noble.20260630.080716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 4774 Depends: ros-jazzy-crazyflie-interfaces (= 1.0.5-1noble.20260630.080716) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-interfaces/ros-jazzy-crazyflie-interfaces-dbgsym_1.0.5-1noble.20260630.080716_amd64.deb Size: 3765468 SHA256: 2a1f4b859775d6cbf0949597d72fd5f5cfc192a3f1f1f8bf7920cf27eb311974 SHA1: 107e2baadc480f3adcbeeacfa2fd7812aa282afe MD5sum: e60ebc9d127e8119f694df3b56e89996 Description: debug symbols for ros-jazzy-crazyflie-interfaces Build-Ids: 22fb98cef23c957da157bfe6b0b6ced40a25f529 4cbb2e709f91170a4a4a14dc5bc89c0328f208b9 525d3595cb0bd94c994c5e5b77764ecd1a6d674c 5f73e162d6174f3f2eb38d82ddcf5bb447178bd4 701bcaf905c6391b89aef3db9d01892c7d35e6df 95d9c5be1b17e360b06d060821044a2094fe08b4 994e1a14a27ff87c1b5f0f74d6f9e78366d83f4f b0d117dc11a32cb82dab7378561af514b8835e74 d4cf295957ab53a287880b1666d8d367af69cdcf e2e663a06ac7f8fbdd2af03e91f3d618ae1fc414 fb66bd624f9b451486e09ccd1f90f6f4250f0242 Package: ros-jazzy-crazyflie-py Version: 1.0.5-1noble.20260702.092454 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 177 Depends: ros-jazzy-crazyflie-interfaces, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/crazyflie_py/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-py/ros-jazzy-crazyflie-py_1.0.5-1noble.20260702.092454_amd64.deb Size: 39824 SHA256: 4489faa38702c3254d5ae0454108beb7cde36622bd6f503819ea345eb3d31642 SHA1: 96bd427e4d7c852e3109465d021d5319dd5eae9b MD5sum: 289801ca5bced9c30d0d9f3d60be81a9 Description: Simple Python Interface for Crayzswarm2 Package: ros-jazzy-crazyflie-server-py Version: 1.0.5-1noble.20260804.180602 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 160 Depends: ros-jazzy-crazyflie-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-motion-capture-tracking-interfaces, ros-jazzy-nav-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/crazyflie_server_py/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-server-py/ros-jazzy-crazyflie-server-py_1.0.5-1noble.20260804.180602_amd64.deb Size: 34274 SHA256: c1dfc5e9aa18b3f5efd4762fc9668989d4591fd9f0f3c1662b8ceabb22ff417d SHA1: 7bbe8c2cb47e24d29901909cf14a60b3b469209b MD5sum: 671dea548887ce172e77efaefd48363b Description: Python Crazyflie server node for Crazyswarm2 Package: ros-jazzy-crazyflie-sim Version: 1.0.5-1noble.20260702.092506 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 2385 Depends: ros-jazzy-crazyflie-interfaces, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/crazyflie_sim/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crazyflie-sim/ros-jazzy-crazyflie-sim_1.0.5-1noble.20260702.092506_amd64.deb Size: 2027452 SHA256: 2e6f2ccd7f7c63062f12dbfcce78cdc797ac7df7aa77ee7680f4bc8d356ad453 SHA1: 2f274e2d1d3236bea2078b289a9c23fe2a123338 MD5sum: b423f7679d65276f293e9118a58c2a01 Description: Simulator for the Crazyswarm2 ROS stack Package: ros-jazzy-create3-coverage Version: 1.0.0-1noble.20260804.184316 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 1738 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.20260804.184316_amd64.deb Size: 259450 SHA256: f0515b6531d1573de75c4dd36a8aca88bafd23ce46524c848fdd9db9d66d9304 SHA1: c60a6d42f510891b2a3cfde6aaac463c9b878a45 MD5sum: 46f3cb7a8d6ff2b6caf630487b988c56 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.20260804.184316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 7996 Depends: ros-jazzy-create3-coverage (= 1.0.0-1noble.20260804.184316) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-coverage/ros-jazzy-create3-coverage-dbgsym_1.0.0-1noble.20260804.184316_amd64.deb Size: 6558618 SHA256: 029b90ef24cbecb1015fb3c342f32a8b2f84fc155485ee21ea4f52654bc43350 SHA1: a4a780898e164fa4c9bf302d63d2c3f6db3156d7 MD5sum: 4e4bcf94647777b4647e7c3a08c8e051 Description: debug symbols for ros-jazzy-create3-coverage Build-Ids: bfe3d35cdda0b77d6aefc6a1e5e906ff5d75751b c9d3c8bba5ee48d03e7067065439a9295d17f46f Package: ros-jazzy-create3-examples-msgs Version: 1.0.0-1noble.20260615.101927 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 1636 Depends: libc6 (>= 2.4), 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.20260615.101927_amd64.deb Size: 119188 SHA256: cd7fedb3bbefd2e934ddb39cfec3b62ae663605386baefcc4dd7863a07d86b05 SHA1: a3b46bdd3be04caa476d4d1bcb07d07b5edae7bc MD5sum: e69705d7ac7fb865fe3e7746a2055b4c 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.20260615.101927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 772 Depends: ros-jazzy-create3-examples-msgs (= 1.0.0-1noble.20260615.101927) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-examples-msgs/ros-jazzy-create3-examples-msgs-dbgsym_1.0.0-1noble.20260615.101927_amd64.deb Size: 509678 SHA256: cbf07400e0786af04f7663faec6440c4dedd5143e1b2c2c7a8c0628f9853ed0e SHA1: 108192c986fb72d66cb631cc8c20f184cff2a420 MD5sum: d45821a4a9d5a1dec3e65101ea8b1555 Description: debug symbols for ros-jazzy-create3-examples-msgs Build-Ids: 3a32c6161f9873abcd2a2c9f035c79c6ff79d62c 419b14fdb879e7cc55c7cddb5094499ef9d02b51 58834f03b1dc18414cdac943764e9ea4c7c54408 842fcd62c54b17b4240aac241d4b4c69f522acf8 925bf0fc3abd2c289cad2b191c4062b06277b75a 9d164615ab281d9de661f91a853745882be2f94f 9eac8d0ab9eed516a56c1d2390a6ffa0535eb272 a5d2edb5ac6950d2e5a35ffe9087d6ee273ebbb9 c09e498e4ef527d7beb7feb3a9d2a5235010278f e435a8fe4fdce804f0db491f6937f7493a9f2b68 eba5b5d5f3d0240a933fffda5d253a51b35245f4 Package: ros-jazzy-create3-examples-py Version: 1.0.0-1noble.20260615.141157 Architecture: amd64 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.20260615.141157_amd64.deb Size: 13412 SHA256: 8e25c92c88294228c75079775c9209d88d170b50281222b29edbd91e4d7592a9 SHA1: c3d4f60915b8ecb29a431e0f352ee63b79cca6b0 MD5sum: 5938a977c6637b95f1bbd3edb306bdd4 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.20260804.194433 Architecture: amd64 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.20260804.194433_amd64.deb Size: 10408 SHA256: 5a0db22e179c263a8edf5a3cf27c81a48cf816833d250b73b015393d5dac2f39 SHA1: 65204601a42bbdc2f7ed6e1a09d9c1937b7963c7 MD5sum: bdf6e0d82035ce9c40fdae9d81035b1a Description: Example for using an RPLIDAR A1 with a Create 3 Package: ros-jazzy-create3-republisher Version: 1.0.0-1noble.20260615.150129 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 1241 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.20260615.150129_amd64.deb Size: 212804 SHA256: d7af78bea8c4187e85ae862896dfb12342a560e39765d96f5532acc6e962a3d5 SHA1: 5bd93103db0be69065b87a56eb6c4979402160bb MD5sum: 2a8f47cf98e98cb805d57cfc7aa63fa6 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.20260615.150129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 5870 Depends: ros-jazzy-create3-republisher (= 1.0.0-1noble.20260615.150129) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-create3-republisher/ros-jazzy-create3-republisher-dbgsym_1.0.0-1noble.20260615.150129_amd64.deb Size: 5037268 SHA256: bf43e436d09fbc4a1e369f15c18d84007d0a0f3fc8b6d8e85a51d444ac3ea865 SHA1: 478345663a91af01539ed7b2a255845c7a9e07c2 MD5sum: 15c54abadf920923d9296175959d1e97 Description: debug symbols for ros-jazzy-create3-republisher Build-Ids: 20858938aa22d5a6b6647890d7559aa9ff68be94 Package: ros-jazzy-create3-teleop Version: 1.0.0-1noble.20260615.163932 Architecture: amd64 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.20260615.163932_amd64.deb Size: 3626 SHA256: f62eba652e7e3711d71f640bdbfa33dbee4efa97c2c972b046ba2ffd0f48fd41 SHA1: 50bf9e73c3ef3690f045869f4bf7ef7e72807d4c MD5sum: 1851567017f570d438dfe483721d333f Description: Example launch files for teleoperating the iRobot(R) Create(R) 3 Educational Robot. Package: ros-jazzy-crocoddyl Version: 3.2.1-2noble.20260712.071343 Architecture: amd64 Maintainer: "Carlos Mastalli" Installed-Size: 33556 Depends: coinor-libipopt1v5, 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, coinor-libipopt-dev, libboost-all-dev, python3-dev, python3-numpy, ros-jazzy-ament-cmake, ros-jazzy-eigenpy, ros-jazzy-ros-workspace Homepage: https://github.com/loco-3d/crocoddyl Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crocoddyl/ros-jazzy-crocoddyl_3.2.1-2noble.20260712.071343_amd64.deb Size: 6057022 SHA256: 329ffdf8c4cc4898a6fb8effa5c93941911f15b3482c4e5fb45a6c4058bd0539 SHA1: 1f31e15ec834026f9d7f93150b752592b98b2837 MD5sum: b4b59044d8b20769bf03fd2e88e2aafc Description: Crocoddyl optimal control library Package: ros-jazzy-crocoddyl-dbgsym Package-Type: ddeb Source: ros-jazzy-crocoddyl Version: 3.2.1-2noble.20260712.071343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carlos Mastalli" Installed-Size: 557753 Depends: ros-jazzy-crocoddyl (= 3.2.1-2noble.20260712.071343) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crocoddyl/ros-jazzy-crocoddyl-dbgsym_3.2.1-2noble.20260712.071343_amd64.deb Size: 539047306 SHA256: 9202ff970caaa1ad54e1baaafc026f99b5b0b1d5b1b419f24159ada4d520393e SHA1: 42f1dda0c9e5913113abfabeb84b53611439fb92 MD5sum: 90aedcb39315b34658a9734a03a1614c Description: debug symbols for ros-jazzy-crocoddyl Build-Ids: 008136c59bbf931f5ab0d54f36108c8b546eceda 70fb66e71ae60e596ec3330f689014a40df958c5 a35d1966587cb4e0f27bd4a0a52b69aba7983fd8 Package: ros-jazzy-crx-kinematics Version: 1.0.0-1noble.20260804.191533 Architecture: amd64 Maintainer: Daniel Cranston Installed-Size: 152 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.20260804.191533_amd64.deb Size: 40964 SHA256: a01201608666284ccb6f7edab4895602b52ab774efd7fd865814a3bca2abed10 SHA1: 2157f5f4903d8581b781f23376c08e7244e4898b MD5sum: 507a181c8ad3366709f01d7dcd6a16e4 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.20260804.191533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Cranston Installed-Size: 2734 Depends: ros-jazzy-crx-kinematics (= 1.0.0-1noble.20260804.191533) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-crx-kinematics/ros-jazzy-crx-kinematics-dbgsym_1.0.0-1noble.20260804.191533_amd64.deb Size: 2742590 SHA256: dc007f9edeb969a4a60bbba10e1eaf3e698eca07855e71bc63d6cb94f26bce89 SHA1: 73622f9603dff30726d1285aaaa1ed4d28da7068 MD5sum: 450dba861ac16b07b5722c90669f4b08 Description: debug symbols for ros-jazzy-crx-kinematics Build-Ids: 13e3879c946046c9b8a4e8dc9600563aa27d339f Package: ros-jazzy-cudnn-cmake-module Version: 0.0.1-6noble.20260225.233442 Architecture: amd64 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.20260225.233442_amd64.deb Size: 6290 SHA256: bc420b83df52278d34e068fb8ba616c8fd2e872e20f2f4d94825c2cf88ac09d3 SHA1: 4961e89d8e53e1dd8a2e6bdb9699e267a343f487 MD5sum: dfa6192ed6030b4bac0c653dbb8b44c3 Description: Exports a CMake module to find cuDNN. Package: ros-jazzy-cv-bridge Version: 4.1.0-1noble.20260615.144656 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 492 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.20260615.144656_amd64.deb Size: 124934 SHA256: 433c6e05b7cea6923f0f29864763350511170d747c969d0c798a1253f6c764b1 SHA1: 44030f0d9fb48bab71c28e5334e6969672981af6 MD5sum: 960e8634d6373f0ab89b764deff77445 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.20260615.144656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 1977 Depends: ros-jazzy-cv-bridge (= 4.1.0-1noble.20260615.144656) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cv-bridge/ros-jazzy-cv-bridge-dbgsym_4.1.0-1noble.20260615.144656_amd64.deb Size: 1854728 SHA256: 69cf8fd0317329622616c703d80a591fbd6c26d9557e290633df93ecdba1dacd SHA1: 96d1d31f9a813d3adec25fdcb85beff5aad9e6f3 MD5sum: 2e740fd351ae121416ca95ba42461a08 Description: debug symbols for ros-jazzy-cv-bridge Build-Ids: 372fa4c074abc232fc86f97dc5b1f808059f7b5a 5147fce1a5516becb9d1695d9a00111c7a9d3223 Package: ros-jazzy-cx-ament-index-plugin Version: 0.1.3-1noble.20260625.151254 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 364 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260625.151254_amd64.deb Size: 115304 SHA256: 484e11d0ef2f92402171b66cf270eac193695f03f65b7a8e39ae9381cb6fc606 SHA1: 0a1c9b314f0fab021b0bb44e89f3e4f98c681aa9 MD5sum: f9093aff53fe8b444d978455e67bb73d 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.20260625.151254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1621 Depends: ros-jazzy-cx-ament-index-plugin (= 0.1.3-1noble.20260625.151254) 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.20260625.151254_amd64.deb Size: 1505846 SHA256: e14dbbbde65180848c5d45164c4da2cff76f00be07639a74d7962263bb1a2d5a SHA1: 532d79c2a93d9a70f44d396ffa0393ee2868eaee MD5sum: fe7081d2efb3fc46844381cc1aa51886 Description: debug symbols for ros-jazzy-cx-ament-index-plugin Build-Ids: 8d8553106eb0d985580d3a8c27a4bf8ed1ffc60f Package: ros-jazzy-cx-bringup Version: 0.1.3-1noble.20260625.194428 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1944 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260625.194428_amd64.deb Size: 425834 SHA256: a474646172112a02dcd7b4851b9d4ae39360223d13f018233713df42dca06f5e SHA1: 127b38fa6320e94793d1eaf13a11ed82f18f6b52 MD5sum: ff29ab2a17fb060f2832bd7529f6dbe1 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.20260625.194428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 9287 Depends: ros-jazzy-cx-bringup (= 0.1.3-1noble.20260625.194428) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-bringup/ros-jazzy-cx-bringup-dbgsym_0.1.3-1noble.20260625.194428_amd64.deb Size: 8431022 SHA256: f62e6cccc5c9e98b13600dc6e0d016f609630e0f318728ca31bc8e71d1adf7d3 SHA1: 715acf37aba21d2a3ec8d0ad9f26f5e000e900b9 MD5sum: fcf912dcac09d6c54b8116b06fb17794 Description: debug symbols for ros-jazzy-cx-bringup Build-Ids: 1312b6b80719dcdf55452cdf408674d68752efa9 32a9157b48679a52ca0999fdc07718e93e1a31e4 3fa2fad62933b33d891943a32232c0325b273a9c 5f108a02315d54f17c6919b612d1a692c8fa4b1f f893c12c42169e98d6b706686dc8081f93c7ce45 Package: ros-jazzy-cx-clips-env-manager Version: 0.1.3-1noble.20260625.151136 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1119 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260625.151136_amd64.deb Size: 299390 SHA256: 55e79d2298e3f723ca1a264693c73fc323063b97b998ef05bc49e0d78f981e71 SHA1: 9f390e8b64fb60ac56762221d5299be80b69ad35 MD5sum: 24aa4fc575607602bbee40af1cf2a663 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.20260625.151136 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 5772 Depends: ros-jazzy-cx-clips-env-manager (= 0.1.3-1noble.20260625.151136) 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.20260625.151136_amd64.deb Size: 5373624 SHA256: 6335a933fbd80196c93e4caac6f56e6c8f23d23e524a1443bad8fac3a16e0dfd SHA1: 0ef9221654b1ec43edb4b87931145bed2a25fe6b MD5sum: db62b93b306fbbb4c6f016da415678c2 Description: debug symbols for ros-jazzy-cx-clips-env-manager Build-Ids: 792876715fe5db3f676333e882a49be95e3c7946 7e4b9444f798e66641a4e125041166557e09a658 ce39ff261b7ffbba6d943aa7ea3dd950c2e8a8b0 Package: ros-jazzy-cx-config-plugin Version: 0.1.3-1noble.20260625.151304 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 209 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260625.151304_amd64.deb Size: 64242 SHA256: 4e7a3f9d679ce9918a4e15067a433b2014d11ac77edc4df5168f34e6f7ef7e7a SHA1: b83bb5a99c072323e0a61b2f1a2ba7a4201ac55c MD5sum: 9cd1a5d81264b2d062dfbf7b83d382c0 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.20260625.151304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 605 Depends: ros-jazzy-cx-config-plugin (= 0.1.3-1noble.20260625.151304) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-config-plugin/ros-jazzy-cx-config-plugin-dbgsym_0.1.3-1noble.20260625.151304_amd64.deb Size: 567640 SHA256: 2c8a81b6f59bdf778cfb4e7547cfe6e689dc18cb1646639f26389c1ff01ddb70 SHA1: 33eb1ba522d3f9a18095183fc639c8046cbe056e MD5sum: db506e543b223873822189e557f8613b Description: debug symbols for ros-jazzy-cx-config-plugin Build-Ids: 15cb9b798519a99c104919dda2d222e05a72bde7 Package: ros-jazzy-cx-example-plugin Version: 0.1.3-1noble.20260625.151307 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 285 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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.20260625.151307_amd64.deb Size: 81960 SHA256: f8935a6e9f8ab2026d4f695d63baf89eeff05917b922c8b70b69214619218131 SHA1: 172bcda15c3b17659fcbc10a01d6cc78e1632f53 MD5sum: d112d91baa6596672437ec9b6a38793a 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.20260625.151307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1330 Depends: ros-jazzy-cx-example-plugin (= 0.1.3-1noble.20260625.151307) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-example-plugin/ros-jazzy-cx-example-plugin-dbgsym_0.1.3-1noble.20260625.151307_amd64.deb Size: 1229738 SHA256: a78bdb02e18ab58c9f75c1fb78c3ef8427dce573c8bbae597d7d94fa2cd6886f SHA1: a9bd9152ce15f03c990c659c02ab6f915ea46c08 MD5sum: 4e20532bfb641a5b28b54c501f077a85 Description: debug symbols for ros-jazzy-cx-example-plugin Build-Ids: 589a97662fb3b3859a1d183d59c8f792baa02e77 Package: ros-jazzy-cx-executive-plugin Version: 0.1.3-1noble.20260625.151131 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 408 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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.20260625.151131_amd64.deb Size: 123122 SHA256: 929cc8c90eab308733df448f0a244abebf9e8ce0680d0a4991c1a8824232d353 SHA1: 266a6332851646d6d040abcc0a2d6b7ce98f5411 MD5sum: 9adc7ea2e6a4ec07b2e463368c932c9f 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.20260625.151131 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2007 Depends: ros-jazzy-cx-executive-plugin (= 0.1.3-1noble.20260625.151131) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-executive-plugin/ros-jazzy-cx-executive-plugin-dbgsym_0.1.3-1noble.20260625.151131_amd64.deb Size: 1858148 SHA256: 27bcec6bc717f2d6a25d697c489381c468d90aabe92010283b79aa906a12af23 SHA1: 02d19e1cd65146f904736f9d5f6bd167d33f60fd MD5sum: dcb8b53813556ad82b79c2e6441f1d2d Description: debug symbols for ros-jazzy-cx-executive-plugin Build-Ids: b855b4317725529ba6fca5ec04d2ff9cc67beda8 Package: ros-jazzy-cx-file-load-plugin Version: 0.1.3-1noble.20260625.151129 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 368 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260625.151129_amd64.deb Size: 115872 SHA256: 69ba320893060382109c852c676bcb776be01646f838f96ce4a411191669ddd1 SHA1: 63a01845763183323156433b8dca6ad965e32818 MD5sum: 42f725c9ea909a2ef53c622fbcb61efc 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.20260625.151129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1620 Depends: ros-jazzy-cx-file-load-plugin (= 0.1.3-1noble.20260625.151129) 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.20260625.151129_amd64.deb Size: 1505382 SHA256: 63b1ad8055debcb086a30124c49fad4c7934463a35004fa928a41f3db3144efb SHA1: 61e83a1627c4f49aa9d5c5ec5917c8046878b32d MD5sum: 195f6eb6a5c126b358e82f0e420d8ea9 Description: debug symbols for ros-jazzy-cx-file-load-plugin Build-Ids: 74b2f53739d255153f9a2ddbcf8f9ad903f056c4 Package: ros-jazzy-cx-msgs Version: 0.1.3-1noble.20260612.065102 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2739 Depends: libc6 (>= 2.14), 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.20260612.065102_amd64.deb Size: 193204 SHA256: 28104951deddbf2c65bcd3803f11c668c79b613402bcd3a51843d551c4b72232 SHA1: d2f537cab0bfd3278f74cac0675346f55a78d552 MD5sum: c048c793f600c5a1e906c04c41133ba3 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.20260612.065102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2079 Depends: ros-jazzy-cx-msgs (= 0.1.3-1noble.20260612.065102) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-msgs/ros-jazzy-cx-msgs-dbgsym_0.1.3-1noble.20260612.065102_amd64.deb Size: 1652190 SHA256: 7b9d6d3a2477ff68efbb9e64d17665cd53769c2ea4aa65494057270cb2108df6 SHA1: 9b1825046a0b72c6e81317b95ec93ffcbf20df1e MD5sum: 95066fbf7f1ca37b504ed57813609f1b Description: debug symbols for ros-jazzy-cx-msgs Build-Ids: 07b74a5ef0c2b93592337531169a6479c516f8e1 21eb438a12356e9077aa62c1b178a92b25cf97b9 3a13928aea502aac995bbcf059383b306707fe66 3cbab436885900e0d6db438e6699a4777800c9f1 3cdb2494a81f4bbda6d8bdcf20a8b4547e911bf0 617f5515fcfb75087ad71d70ecf6a1bc6a2e40bb 7a025381875f42b1599e71887581f36759449167 a1aaabf72c70961260b86a4705fa0969c96e6fec b42b20e9bf4b0b1526040552e424bb9778108419 bb0a89f8a8da09c8e54b9ca1ca792a98a892e0e6 bd844eeb046049dce1a23bb5ed9ff3dc322e64e3 Package: ros-jazzy-cx-plugin Version: 0.1.3-1noble.20260625.151048 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 74 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.20260625.151048_amd64.deb Size: 11552 SHA256: c0a78ac31b0cfd6712298bcb43f2f68545a24caa305c64ca1b76d2da5b9ff6c7 SHA1: 7c4260addd7141b6390162acd304c64945b1da7c MD5sum: f522cf6731a9065b8dedf58be64bf94d 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.20260625.151048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 107 Depends: ros-jazzy-cx-plugin (= 0.1.3-1noble.20260625.151048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-plugin/ros-jazzy-cx-plugin-dbgsym_0.1.3-1noble.20260625.151048_amd64.deb Size: 94990 SHA256: fec2b5afa05340445daa1224ebd0bf9973b2ad3ce69f0292d6af9eec15747ee6 SHA1: 1dd7a188e0fcaa02c820e14895d050e7b08c17d0 MD5sum: 86e27f2ed1dba54c8fb58a4c9e1fa515 Description: debug symbols for ros-jazzy-cx-plugin Build-Ids: 3eda2261237dda907d873954519d6f51cebf5c70 Package: ros-jazzy-cx-protobuf-plugin Version: 0.1.3-1noble.20260625.193956 Architecture: amd64 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-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.20260625.193956_amd64.deb Size: 35556 SHA256: 64445802a638171d062fc612dfb9896f2baa0b3a67d36d3b057ff080640d1eaa SHA1: af0fcbb8e317ddc7c9d8171927f7f5f62740ccd3 MD5sum: d28ab23f25fb7c27cb789f1c27bf6c14 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.20260625.193956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 731 Depends: ros-jazzy-cx-protobuf-plugin (= 0.1.3-1noble.20260625.193956) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-protobuf-plugin/ros-jazzy-cx-protobuf-plugin-dbgsym_0.1.3-1noble.20260625.193956_amd64.deb Size: 711874 SHA256: 2e68f7a29f38d3fff624433cb02d38f7ddb066cc79c2c0495b78ef5eca6c6646 SHA1: f4956985e972f7d5bdadd4140694b469ca3230fd MD5sum: a20cd61ffd314e7cfe6732bb18aece94 Description: debug symbols for ros-jazzy-cx-protobuf-plugin Build-Ids: 80bd4a5d5552e47830458b3ba3d53c54d46b1fc4 Package: ros-jazzy-cx-ros-comm-gen Version: 0.1.3-1noble.20260625.151133 Architecture: amd64 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.20260625.151133_amd64.deb Size: 19144 SHA256: 5a97a12eb8f08b41966a3dbc0f8af1676f0d20e4e6ad7611c579764539dab30b SHA1: dc9bb3df81ea1db826df379594bf40d8ada43215 MD5sum: 97817bfdaa1058f88ced325f94684bed Description: Generate CLIPS bindings to use ROS messages, actions and services Package: ros-jazzy-cx-ros-msgs-plugin Version: 0.1.3-1noble.20260625.151128 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 456 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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.20260625.151128_amd64.deb Size: 139578 SHA256: b9b391b37b4dcd79561e190ccd6eb0920bfc691b3c140ad67f20132766eba837 SHA1: 647ce5086f12d69ea7a797f7ad4aaa6942db6162 MD5sum: d9e7210ce639a6049640ece488f624ad 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.20260625.151128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2392 Depends: ros-jazzy-cx-ros-msgs-plugin (= 0.1.3-1noble.20260625.151128) 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.20260625.151128_amd64.deb Size: 2242302 SHA256: 1c892cd1ae8544cbc7811d3afc883f8367401e53af52f02c0cf3ebf75f31e48c SHA1: 128e9e70c8698cfae3d5dd70c6129129da473965 MD5sum: 1863524d64859c73718490203ef02e40 Description: debug symbols for ros-jazzy-cx-ros-msgs-plugin Build-Ids: 7f1d983541838ba04a725c29f47814b64b9ef246 Package: ros-jazzy-cx-ros-param-plugin Version: 0.1.3-1noble.20260625.151307 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 324 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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.20260625.151307_amd64.deb Size: 99324 SHA256: 485f00edbb8702500ec90a810836ee1295e0ba7ecb4476870935e078bd16adbc SHA1: 88f97199e3a420ce6da1f48bbb54d86f6e968047 MD5sum: bbc199c222627039cb4b23c09f4e6218 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.20260625.151307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1495 Depends: ros-jazzy-cx-ros-param-plugin (= 0.1.3-1noble.20260625.151307) 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.20260625.151307_amd64.deb Size: 1388668 SHA256: 6cc2f1debbd1e49a86afc642ae7ab5ee6aaf6c0eeee8135972490c3d96a029f4 SHA1: 2cd1c609ee4f814fd2cf9f46983c6f5a568a8c12 MD5sum: ae53e07316e4e96778820c3805dceae2 Description: debug symbols for ros-jazzy-cx-ros-param-plugin Build-Ids: 9805335f913215ccbb78979a13c925b77fb89d19 Package: ros-jazzy-cx-tf2-pose-tracker-plugin Version: 0.1.3-1noble.20260804.180621 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 794 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260804.180621_amd64.deb Size: 209176 SHA256: aa8645917bcb62531fb18d3e9d79d1e82ad2e6b058fabf085bf705f6323b84f6 SHA1: 726c1239532a9dd2b304c2430015e3e63985ea6d MD5sum: b22a829106dbb443525f1b885b022e5f 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.20260804.180621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 3835 Depends: ros-jazzy-cx-tf2-pose-tracker-plugin (= 0.1.3-1noble.20260804.180621) 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.20260804.180621_amd64.deb Size: 3414826 SHA256: 5cfb4a48e5a03ec7b65e4ad83955cc3d781f521c13ce03d69c61f28828348e3a SHA1: 471d80d39b06a2f30a379438d5878aeac04823ab MD5sum: e29b4266cc75a243fc8790fcc8511e7c Description: debug symbols for ros-jazzy-cx-tf2-pose-tracker-plugin Build-Ids: 34a9b3fdb87330ec58a2eb5178285d97511437b6 Package: ros-jazzy-cx-tutorial-agents Version: 0.1.3-1noble.20260625.194947 Architecture: amd64 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.20260625.194947_amd64.deb Size: 7316 SHA256: 076902fd4bf4e19eb742a32b76dcd5e5b61cd9f2d9cdaa5e26f047f2fac95243 SHA1: 02cbe274965fcb91c1eedc96e2acd4859b0a6316 MD5sum: 63fc24c6d897680ce9d1042d901f28b8 Description: Files used in the agent tutorials Package: ros-jazzy-cx-utils Version: 0.1.3-1noble.20260625.150225 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 128 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.20260625.150225_amd64.deb Size: 28110 SHA256: 0c6ff859a7a9c7373f792725489c21aa1716ff9f5506424c530c8629460c9ad1 SHA1: 906bae218edb687a3070b9153ab472cf768ba9b0 MD5sum: 4bf47793adf55a5b0ce3a34049de9f8e 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.20260625.150225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 495 Depends: ros-jazzy-cx-utils (= 0.1.3-1noble.20260625.150225) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cx-utils/ros-jazzy-cx-utils-dbgsym_0.1.3-1noble.20260625.150225_amd64.deb Size: 474738 SHA256: fa9ae623b19b68b1c4d06013b1d1dc106b833110890974ece3cd80528234dd62 SHA1: 6417346c35e7e48865d2e9217fc1ee601db9c948 MD5sum: 1849f925ce1e374ba4605d13363b6ae0 Description: debug symbols for ros-jazzy-cx-utils Build-Ids: ca8c71499413e8ee83f73988fa071a4ec205d31e Package: ros-jazzy-cyclonedds Version: 0.10.5-1noble.20260225.142613 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 3791 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.20260225.142613_amd64.deb Size: 1036834 SHA256: d6a34a96a1cf2900f6b8c884d583df92bad88ffaa359e2788697f4d614112f47 SHA1: 8fae9fd771698d915e160e6e0c80024f7db02493 MD5sum: 039c095e840508cdc39872894584d2ee 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.20260225.142613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 4332 Depends: ros-jazzy-cyclonedds (= 0.10.5-1noble.20260225.142613) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-cyclonedds/ros-jazzy-cyclonedds-dbgsym_0.10.5-1noble.20260225.142613_amd64.deb Size: 3771988 SHA256: 8d8afde6b73391c49950034ab8f44b60a355f0198a39d5b83909bcd00700ad81 SHA1: 8dcff8a6078b96e384442d87aedb8aec6cbeffcd MD5sum: 73ec5ebcf1b749c75ce288e3c3220133 Description: debug symbols for ros-jazzy-cyclonedds Build-Ids: 07d01273093e1b8f2bb4f45b6397f813e7dbf725 096ded258fe6b790ffee4f196c49e60861814b64 1ea4e58863de09938bc25c104383ac52fcb43acf 34543ad19c510b99fb1b82321f3e222c502ec4e5 5414d77580d16f8de28876f0c3f714c8c3a8be44 be43b5dee8bba0ce69be7c0fdde8be06de4b691b fd276fe6a650d35b78d99c7c2c212f5bd3ba8e0f Package: ros-jazzy-data-tamer-cpp Version: 0.9.4-4noble.20260615.134612 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 421 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.20260615.134612_amd64.deb Size: 115072 SHA256: d9a8fa96aaf9f5403070d4dc3a7f7c945c4e5c1fc2e6cdd213373ddb93039702 SHA1: 02f5cb8c6e13d8c762a54e280333a0e0125fa30c MD5sum: ccf460e7fab13eb09ebba1da860aa5c6 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.20260615.134612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2217 Depends: ros-jazzy-data-tamer-cpp (= 0.9.4-4noble.20260615.134612) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-cpp/ros-jazzy-data-tamer-cpp-dbgsym_0.9.4-4noble.20260615.134612_amd64.deb Size: 2110056 SHA256: f7c6c43a2fda90f252e9254034d513bf1245ea994f42ffa06a5e0adacce87694 SHA1: 24bc4de947af0f12069e3e9d6409d6376a068a55 MD5sum: eff7a4309247ef40f6bea43592ca04fb Description: debug symbols for ros-jazzy-data-tamer-cpp Build-Ids: 307f8be390ee8f30a4fb4bf4a29a1fb234ac1a61 847682a2d94b96e2c724f6eb09b282558458e757 Package: ros-jazzy-data-tamer-msgs Version: 0.9.4-4noble.20260615.102339 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 711 Depends: libc6 (>= 2.4), 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.20260615.102339_amd64.deb Size: 70764 SHA256: 92ff3b68fa6cded28e4fa987f4ee966daa7525569ed112087fd0402f641159cd SHA1: e6efa6ec865664c4ebb9e48117c1ad90bd31a2ae MD5sum: d7e48d90335f17c0f98cf58db2683521 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.20260615.102339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 551 Depends: ros-jazzy-data-tamer-msgs (= 0.9.4-4noble.20260615.102339) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-msgs/ros-jazzy-data-tamer-msgs-dbgsym_0.9.4-4noble.20260615.102339_amd64.deb Size: 426200 SHA256: 51929c1092856324eee60ca3c47baa50bf13a60637a804a31aa2670b3843fbb5 SHA1: 54e20827a9553416581248f623f0423b805da413 MD5sum: 07bfa885bd81f7180708b5f8e371a1ea Description: debug symbols for ros-jazzy-data-tamer-msgs Build-Ids: 2b3f4b2e16c961ce256f2258dda8ae3a2f9b3f56 2e47a0aa3d5f22a5cb228424d5b973e69ddcaa68 7ab6920e50891d320cd16b10243819fd901ae98a 951d43811eb92a9853ce4c5ff90aad1becc2adb1 a634dc384fdcae08f62595230a425d85d9b1c454 c731fbb8be7a60116b772c2d5f919325cbbb7c13 c9647029ea5a8f2ce260a1db074afffd328f4029 ca4f6059569154f4e06f1fedff3d446bdc836f44 d69a9346923654844aa0ba2cc06c4a7b7cbe6ff4 de44c17e114d4f38750b240833f51fd10a2bacbb fd896a58f3f62ea9d1b7818e90a3e3d004693912 Package: ros-jazzy-data-tamer-tools Version: 0.4.0-1noble.20260615.141809 Architecture: amd64 Maintainer: Jordan Lack Installed-Size: 4113 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.20260615.141809_amd64.deb Size: 610586 SHA256: 69f44bb71da20cad99efda9d1c747af0a31865735f3452c0cd4cd6036650b914 SHA1: 7235425e8d18b5478e1ed0f3a56300e380a0f2de MD5sum: af17d519dd1bf98a456a2317dd1a16bb 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.20260615.141809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jordan Lack Installed-Size: 18556 Depends: ros-jazzy-data-tamer-tools (= 0.4.0-1noble.20260615.141809) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-data-tamer-tools/ros-jazzy-data-tamer-tools-dbgsym_0.4.0-1noble.20260615.141809_amd64.deb Size: 15853568 SHA256: 65c2be4784f1077340434e764bfecf7db0a0497fcfa019042eb52c503a8b3ed5 SHA1: c976076a61fec6657b25fdd3812d5935e93efd90 MD5sum: c6f8eb30463065583074cf163bd7129b Description: debug symbols for ros-jazzy-data-tamer-tools Build-Ids: 01fe13f473f1fd2e5a68f73cd67fc53e75df0107 031464a765b2f5622104ebd53afda2454ab74827 12accfd0ea1f6f48e973d22598aebb7f2998b736 1ca74589234f30e92d62221106adae05a09f57b1 2c33062082be0daaa3e95b1603b97245fcd73bc3 36d8ced766ecc5595064ea28ee3b44c7beafbd39 469074ce5401da3b3b554f4c599a2047b9b9299f 4a45c64aaac6fafbb79ee73a575b4594521b9e82 5805397bb99d84a133c6654bd376ebbb3e66848f 62513c9556bd6c73b5280ac20777acc7cb9dad8e 7e83a9d00ddbb94e584a4ab5062f5d58c5392e4a 8ce8709e3690c4c9d2ef9946a09ff9d62bbf41b2 9518411e065564394240c4cdc8ae93c2202ef5ee 97e13e20933bec8472b7e3443628fd95bc285c3f 9a89d818d3a301080fad776718a025df4eaf8890 c0608c0eba661c3fa41943b8049f8dab6e6cf2ee e0906b66840112c453f3bc4119fb77aeeae87519 e8ab2bcdd31d6880d90ffb911517a8c2794a36ab eaf7f61e6804a371de91a9f8159e193259a692dc fbd7e72c7c31340dca3c419e7fab0ca73155cdcc Package: ros-jazzy-dataspeed-can Version: 2.0.7-1noble.20260618.164211 Architecture: amd64 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.7-1noble.20260618.164211_amd64.deb Size: 5326 SHA256: d40a02222c1a66a00b9b96b11f7d613b91219189cd781dc8422a384df1c6499f SHA1: 05ae5fdfb19272547e94222df1459a0c91bf1afb MD5sum: 6bd2e7a97888628e4a3f4a5cd8f0c9c9 Description: CAN bus tools using Dataspeed hardware Package: ros-jazzy-dataspeed-can-msg-filters Version: 2.0.7-1noble.20260618.163343 Architecture: amd64 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.7-1noble.20260618.163343_amd64.deb Size: 12552 SHA256: ff0c770af96874b4924dd4d4fb359bdd2d557fe1ce12d173bdd68e6dbb41b024 SHA1: 80613a400edeb09da9d3753133bb5d08e406e3c9 MD5sum: 3417d9873f06db33e5e9c577cf7e851b Description: Time synchronize multiple CAN messages to get a single callback Package: ros-jazzy-dataspeed-can-msgs Version: 2.0.7-1noble.20260618.163410 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 1147 Depends: libc6 (>= 2.4), 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.7-1noble.20260618.163410_amd64.deb Size: 82372 SHA256: 43ffabf1e8c9a89e8acf381eb5354cb6f41f5fb4b571a5f42fbdbe95f34f4dc2 SHA1: babb3aaab37e6dceebebae19340954fd1e00910c MD5sum: 351d2e068636eddedf0367f786e9e845 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.7-1noble.20260618.163410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 754 Depends: ros-jazzy-dataspeed-can-msgs (= 2.0.7-1noble.20260618.163410) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-msgs/ros-jazzy-dataspeed-can-msgs-dbgsym_2.0.7-1noble.20260618.163410_amd64.deb Size: 587872 SHA256: b77e0a7b7c1eccc2394f90c77090595e4e895df6b38c6098e4579dc1b053fee6 SHA1: 113a479633d38471c28476a6cbc9d5059a475300 MD5sum: c0678ac55149d81c5bd34971abfcaa0c Description: debug symbols for ros-jazzy-dataspeed-can-msgs Build-Ids: 0dd986b2c76a7b4bf3997d2d384924d46e058438 300224afe3eaa0974f9a65340092c1eec8395f6e 4e9596c525a0683e9b8aab10b54b2520cad15299 93b53d7949f87fc2477bffd3cfcecb0724f955e9 c1b62d275454705b50e305f742ddb7e161dda4f7 c233d65ac8858eac0a0babb77b68b85e7d182265 c768868b77ddd392e3936693452aafa767ad144a d0f9fbf64790171df1618c90dcc6e8334a82aa07 d79f795ff609e007415810d2f4d59bccb3d6d55e df0be125b39f9cabe1777dfe60e11188a244f44b fbe57d022bbaccf94d2fcf50adc3eac07781246d Package: ros-jazzy-dataspeed-can-tools Version: 2.0.7-1noble.20260618.163742 Architecture: amd64 Maintainer: "Micho Radovnikovich" Installed-Size: 1157 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.7-1noble.20260618.163742_amd64.deb Size: 226468 SHA256: 78d6250d9f1194791eb62c57d8b504c22e92048a464a7823dd07bbd173bcefa3 SHA1: 0c6a354537e3f8534a47ed1f2b81643d3f5891e0 MD5sum: 1d7dbe24df092a9c2e0f18726fab60e7 Description: CAN bus introspection Package: ros-jazzy-dataspeed-can-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-dataspeed-can-tools Version: 2.0.7-1noble.20260618.163742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Micho Radovnikovich" Installed-Size: 3937 Depends: ros-jazzy-dataspeed-can-tools (= 2.0.7-1noble.20260618.163742) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-tools/ros-jazzy-dataspeed-can-tools-dbgsym_2.0.7-1noble.20260618.163742_amd64.deb Size: 3547784 SHA256: 973d3df09b9d0eae60d2fc7796446d37ad118c2fa8a709eedff2265ed2cf220c SHA1: e81932f688f39e887929c32299f84ba678405597 MD5sum: c2ff98ce24471d76bee8c2c70a6d5950 Description: debug symbols for ros-jazzy-dataspeed-can-tools Build-Ids: 1994eb8e87ceb4fe2f7a55108a449e6a55e13b29 f0047dae2d2e85b75cf8941928d1f1209624f28f Package: ros-jazzy-dataspeed-can-usb Version: 2.0.7-1noble.20260618.163805 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 771 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.7-1noble.20260618.163805_amd64.deb Size: 181110 SHA256: ab4e3319a2970f149ed80532c09efaea53b67cb5cc126572995d2ef304e21845 SHA1: ae03156189d997255cb8c5dd44f6106d40fb9aae MD5sum: 8d81d8b2ae1409de2b9abe6fa9706de7 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.7-1noble.20260618.163805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 3010 Depends: ros-jazzy-dataspeed-can-usb (= 2.0.7-1noble.20260618.163805) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dataspeed-can-usb/ros-jazzy-dataspeed-can-usb-dbgsym_2.0.7-1noble.20260618.163805_amd64.deb Size: 2646724 SHA256: f568c7bc151db0fd6993c90b1c4c6639db07e568abb894b399fc034c060eb4ea SHA1: de8de953163c6a04eadfcb2ad17740a5e7c1dfde MD5sum: 65f4840c5db244708ef03b325bd13393 Description: debug symbols for ros-jazzy-dataspeed-can-usb Build-Ids: 9742011a33aad137537cce7fc7862ebc42ff3374 a57c72a9e2deae66601759d07daea4cf002a49b6 Package: ros-jazzy-delphi-esr-msgs Version: 4.0.0-4noble.20260615.105349 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3944 Depends: libc6 (>= 2.4), 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.20260615.105349_amd64.deb Size: 247254 SHA256: c3358a971af57d03d81407071db5da25f0ce68f777ce8540b5d5671730c305e7 SHA1: bb1c19c8464675d0d6d0f99845cf5f7357297c28 MD5sum: a8762ea32b57c50d98e1b51bb7ba8c7e 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.20260615.105349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2455 Depends: ros-jazzy-delphi-esr-msgs (= 4.0.0-4noble.20260615.105349) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-esr-msgs/ros-jazzy-delphi-esr-msgs-dbgsym_4.0.0-4noble.20260615.105349_amd64.deb Size: 1999770 SHA256: 01a68f0250305f7caa21341de60824f0b952e25dba8a0f94421b2d6fdf5f9d85 SHA1: 99f8fde5d2057f1d23ca1f8f2d63299f2eeb315f MD5sum: d2f562b02cdae98f08c8ecc2b6284f14 Description: debug symbols for ros-jazzy-delphi-esr-msgs Build-Ids: 3f20ade9e954d0c73d9ceeb991508923fd373923 4b051661ce7cabb8129a754c000a908e7633b758 637fc5c4ebdf8323b586af0a1e472df9eb6771d3 9286f556a034bbd5d6dbb0611d9f0457873fec99 a11b34a2fd5eb5264472bd17604696afd607a335 af51cd6bf0807d73bfc304679bc1870ea2fbcc74 bd58b55d47a3105d07938c42cb4c6e80fce02231 c3e6e2d72b64af1e3855038005a2444cbeb99881 c44b1c387e6c3b0054a77a29babf99c5f6a8811f dee404cd771f081fbbaaf2aa77e69674e3d7b026 fd7e1167a932217933981ec02e071f8a3db4d6bf Package: ros-jazzy-delphi-mrr-msgs Version: 4.0.0-4noble.20260615.105407 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3548 Depends: libc6 (>= 2.4), 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.20260615.105407_amd64.deb Size: 215044 SHA256: b3195763bd0b623cf34347b1bd2b87b14f197c872ce46e8c0d88a34fc685d8cc SHA1: 8c6e3bc55d0ccbaea777a8f6d834fd0ef4781e24 MD5sum: 9454545ac771e84dafec85aaa157676f 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.20260615.105407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2127 Depends: ros-jazzy-delphi-mrr-msgs (= 4.0.0-4noble.20260615.105407) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-mrr-msgs/ros-jazzy-delphi-mrr-msgs-dbgsym_4.0.0-4noble.20260615.105407_amd64.deb Size: 1711532 SHA256: 73599240ec990c54d05fc43702322cb12b1cbb309df94e8e9ce1e41205cecc27 SHA1: 5f2c9197e91323c676142ae36c93ce590c7d14e7 MD5sum: fb5a674aeea0a84ed06895e22d9781c2 Description: debug symbols for ros-jazzy-delphi-mrr-msgs Build-Ids: 307d0a22b1a690dd522aaaaa673e6467da1fc0c6 49cc083852629b3a62aa14b4c2ffae5e7770ede7 7d0c28df3757ee04fb06e23ff3766d46ba2fcbd5 96349e36bf0d42f263b8b816df85ab426f8c4679 9977b15131f57a9cb68118d39b04e67c40fe2aad a2e56b0d7a9ec1ce25acae8fc0085a73b940aa25 a324c97bf96bda3107ab28b9eda3d9c5ca1cc4b6 b23926bb0d3cfcd8a78e0c181d648d3fc0a5e0d3 e96ab7add3b7514c0866e45cedaa696c32a75a9d eed0313e5318705d7908c37261814f2637e42135 faa66c1602f56ed08bee7417fff8a2f791ed2a5e Package: ros-jazzy-delphi-srr-msgs Version: 4.0.0-4noble.20260615.105438 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2726 Depends: libc6 (>= 2.4), 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.20260615.105438_amd64.deb Size: 163780 SHA256: 3ae3eea4ac6ebb1eb6fd0f7c6356ba5f32a935dd59b3692680e453945e213a78 SHA1: ddf2113def9e57ffef9e13342b5b14ddb4db3182 MD5sum: 4c2699748be975488dd282e5040d64d2 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.20260615.105438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1466 Depends: ros-jazzy-delphi-srr-msgs (= 4.0.0-4noble.20260615.105438) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-delphi-srr-msgs/ros-jazzy-delphi-srr-msgs-dbgsym_4.0.0-4noble.20260615.105438_amd64.deb Size: 1188486 SHA256: 389871ce8c65c7e5e6bc06dd6b8e4d7ec406c926e5969a6659f3a7b888f2d75a SHA1: 79e0012891babb197e494be094247adc59db967e MD5sum: 6f8efaac02e69ba7a2549d0718f276db Description: debug symbols for ros-jazzy-delphi-srr-msgs Build-Ids: 19f1a0813a778a03f0a8969528095fb83471f079 8dca843fd7c7ae11954c5495c912ddd7df4392ee 92464e177057521e9e47ef7153f31547b669fdfd a329349e8a4c2cdba4078a9a1d1c27a61c86f483 ad4cef040aa46eb53415c460e891d0d7c1777d26 af7c0f0da542c7ec0e4d0c000391161ae5c2e266 be434f647755b521c093038ab84e6571baad3832 d65406a8981dd704345ea7d667dcdef4e97a7bc3 e4c069ed56e97dbc0263b4fc3fbec21f613987be e8acd8bca27c3826ca079b2c2b71930e05ad4d3d f5a7ff1db60f8ee3da605f6b808f8ed78e18f4ab Package: ros-jazzy-demo-nodes-cpp Version: 0.33.11-1noble.20260615.142146 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 6951 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.11-1noble.20260615.142146_amd64.deb Size: 929988 SHA256: b798db9efe9583f495926a498c3c8900febcafc68e384ca75bb0cbfc5f25a3cc SHA1: cb571dcb1aa1b9d9b0e4b2d60e4c86a9a9d9db66 MD5sum: b2e4500fdb02a2c7736247081c4b52a3 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.11-1noble.20260615.142146 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 38248 Depends: ros-jazzy-demo-nodes-cpp (= 0.33.11-1noble.20260615.142146) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-demo-nodes-cpp/ros-jazzy-demo-nodes-cpp-dbgsym_0.33.11-1noble.20260615.142146_amd64.deb Size: 31298728 SHA256: 648adf0fdffc71a6e98424797e9ad3a16da795670780bedf79af63d022ac5a30 SHA1: d45c909804c64b64743b99763fe080d2ecfbb7ec MD5sum: 5837b75d499a0791abbb04a78fd60878 Description: debug symbols for ros-jazzy-demo-nodes-cpp Build-Ids: 02c75b73f0484c1113c7d83db52e1c5cb9a12db2 1076721af61bb732d2862c01e8aaaa00729e2a11 16f7c8c2a6d68540f1efb85aa62f73acf855ebbd 1e876c88097ca96118f88044f56ed7b8d96579b6 28309d098a6aadc9bbe6bb99ea481204c133520a 4284bcd74eda0fc6e02c4a6494c976ff6b8a6c5c 44f457006f868ff6b77ea1d0428ce2d08f9b00de 46b480b80e61ce1a3933c2f2f968c43a67b7fe72 55913d0d1d8c97d25bc9f77bc8d35469f4721cb8 57c6ef0fcf4e681963b5816cb57391ed9334dd3b 591dd1718ca077b2c218b4a119ea35ca520869dd 5a305e2d38320f236ab31b9b92c204e24a2fee78 5aeeba3c3c164e1ba22b16944ce29f64d0a3191a 619a26455cff52905ab872486af3a81841c47dec 66af1c285b62420318f08d082b3dbcc58290729e 6c958621fba934238d3c381ae27db45f2ae7a5fd 6e16d531e2175f30a90df10c9a224707518cc9c1 6e1e3674006664b8941c85ea67645309b0195005 7944e04492d7111a3b2d18ef589a4eba99329304 85ae604956d61b645e41f77d89d350dc9538f8cf 88915ab1288acd595c09cb5d7323a06e4a59d24e 8943398b63df0293c82e49860697c9f6df49d9f5 91b517eeb25fcf6abf04be65ce821270e9958ca7 94f873ccf3b77d0718fdb0c48bde4902a67aa681 954c3fc15a5689ac64fa56776e361ea4e6433448 9fed227b138ad7982119508ac653ca2e464f3ee8 a94005400391287054e0750409baa460dfa26e57 aca284b64ee58d70e2685b7aef2032190bae1e50 b145d0c0e8a8ca3a22834f75835de2b4361d4682 b6a9bdf22675f153067a818b682078feaf97eae8 bc95f1b2ca58e749af23a7ed7a998cc081d23cb3 bd1c6d98a55d02bc44934636cd7c62f357cdd66a bdefd7f1a0a0a1c1564561dad16784ed06895748 c126a17729b155fe74783d8e7af8735b9c6124f4 c9cf20c1127eff3223b0a875a998e4cd64097ca4 ce65d6c485189c1bda097669013276fa2d67119b cfcd0d7f83a0b13a368b2000cf4a78bf6fdac9e3 d5489e6f8c3eb5f5965021d8baa476de2897babd da1eb4f569b0f90fdd1ef3c0b2fd10514c279645 da50550a353c2e0f3ce96be7692181c543abae7c dae4e91d5920e46bde16187fd149551f45cefcb1 e29f3d725870763e53c521c0d4c81a7fc9a87357 e6c975db19be994c2f9eb4c50c507c263941a1e7 e76468ce9bd07e237721f1504151af32b3f607ac ea551b2288e14ec74ccf6e460a3c8fbbb5887d71 fb20fdcd2cca10e3e1a6cb3b07a8c5bbf917a27f fd3d756e3a123d948e546bcfbd8ddc8efabfa917 fe3274d316d29216841c1b3f2b9ccdc00e111544 Package: ros-jazzy-demo-nodes-cpp-native Version: 0.33.11-1noble.20260615.142509 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 234 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.11-1noble.20260615.142509_amd64.deb Size: 64738 SHA256: 3c8718402d016e1515a3e5f82d9af5b76256a7257e0ca0ab8bd2c30fe0b334d4 SHA1: 2e669a92d248b32976210bd5edb599e73a318249 MD5sum: 93b63550492b26a831865b8d640ccf2c 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.11-1noble.20260615.142509 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1398 Depends: ros-jazzy-demo-nodes-cpp-native (= 0.33.11-1noble.20260615.142509) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-demo-nodes-cpp-native/ros-jazzy-demo-nodes-cpp-native-dbgsym_0.33.11-1noble.20260615.142509_amd64.deb Size: 1316864 SHA256: fa8d1961b83bb0890d8ca2d92b519933aea1bc26be5325d3000f26e444422c24 SHA1: abd888a7842e6ad251fa0597b3bfc1b8335499bf MD5sum: d3faf81fd25857c82b9225397d8c636f Description: debug symbols for ros-jazzy-demo-nodes-cpp-native Build-Ids: 37548f717094876a0b8adc51724396d025be3382 4ec201455d006f205ec974f76acbd2fc66bcbd29 Package: ros-jazzy-demo-nodes-py Version: 0.33.11-1noble.20260615.135246 Architecture: amd64 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.11-1noble.20260615.135246_amd64.deb Size: 28750 SHA256: 32e64b1ddd5b511e59efb635682e200ae01dcbceba2b43ca647033e67cd0739b SHA1: 475ee1001e986ce9c2da3fbd4c7ad410eb89dc9e MD5sum: b2fb06c4d588e64f547294191ea58fa7 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.13-1noble.20260804.182223 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1860 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.13-1noble.20260804.182223_amd64.deb Size: 330138 SHA256: 7c33570784b238f81aea77ca8c4931fad6799a8f59b3eaf39f42bbd84066e5a1 SHA1: dadca1f4cc6089c9ff0ed7577961b88a2717568e MD5sum: 3dfb4d8cb79a03432cfc02f8a49cdf46 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.13-1noble.20260804.182223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 14891 Depends: ros-jazzy-depth-image-proc (= 5.0.13-1noble.20260804.182223) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depth-image-proc/ros-jazzy-depth-image-proc-dbgsym_5.0.13-1noble.20260804.182223_amd64.deb Size: 12485176 SHA256: 5f12b424e7f94ad115d65842d8379da9241b6f70dba9d14525970552783952e4 SHA1: 4f8c22da474d47023610f29d1a35a0498f83c5f3 MD5sum: d95f3d368c92b4707a37a3e1308f3eae Description: debug symbols for ros-jazzy-depth-image-proc Build-Ids: 1af45fc0296d2088f4a17387d447df00717ec673 3b6c94fd1fb1c510087630f2396266f735b78081 57649d9d3946aa868b73adbd20b21a4f4f44663d 580282f8d888196cf043b513c0aa0df4bfc6f3a6 5930566ff4087879260243d0d0f21f25a21f6358 618fa3226b1ab0eaa9fe760b7f7526726b23c982 836fc3cdc26c5a7ab16610267908e478fdbae656 8e00f2864881f6e631748966b8916cc3f0853e2c ab796892049031d14a63db82e1d3780c7fac49f0 afabda9ec16b3f68e1cd444d473f7a7aac26f6ba ee18d90fdb4acc1c9dd1de67ad580f5028ffad45 Package: ros-jazzy-depth-obstacle-detect-ros Version: 2.0.0-1noble.20260717.101439 Architecture: amd64 Maintainer: Analog Devices Installed-Size: 1274 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.20260717.101439_amd64.deb Size: 235070 SHA256: 24582f7264913ed6fd0ab35a1efbd257f73b50b0d8cffef96a5a6fb14ae2878f SHA1: 112a0a040233b9b9b5f6081a7c12486500e6c5ed MD5sum: b878c7a9d2977b3be626c1049c9eb8e0 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.20260717.101439 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Analog Devices Installed-Size: 6499 Depends: ros-jazzy-depth-obstacle-detect-ros (= 2.0.0-1noble.20260717.101439) 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.20260717.101439_amd64.deb Size: 5717422 SHA256: 257030299ab94ea531c3dacf09b65167ec795f619a25b91ba528255c3061c881 SHA1: b50c6ddf5b1eab77ab6783348f5cf23aa9355e67 MD5sum: fddb468e93263467ae3aa0b9d2491ee5 Description: debug symbols for ros-jazzy-depth-obstacle-detect-ros Build-Ids: 1fa09f484e4bf43ee4e46f6cf91a79edb8e42064 65e75e21f1fd4abd9d4b0322e3d3848177d50bad fa7ab8e777be49fb700e83ee7bb3f4539706477c Package: ros-jazzy-depth-obstacle-detect-ros-msgs Version: 2.0.0-1noble.20260615.105510 Architecture: amd64 Maintainer: Analog Devices Installed-Size: 500 Depends: libc6 (>= 2.4), 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.20260615.105510_amd64.deb Size: 51368 SHA256: 3503733e3863df5f5846a4da451661f7145f365465d8740935463b1ee8ceacac SHA1: f4d2927dc917c9289cada0b11fe954e9f4e0fc94 MD5sum: f2727bec37adbb9e5ddf23662190273a 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.20260615.105510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Analog Devices Installed-Size: 333 Depends: ros-jazzy-depth-obstacle-detect-ros-msgs (= 2.0.0-1noble.20260615.105510) 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.20260615.105510_amd64.deb Size: 235790 SHA256: cba4e5469d82196e7960ab59f64e8b911900e89ab0c031a10d172a90a0ee8c0f SHA1: c20eda9b5a15a2050542f7e8e140d1d1e705e3f4 MD5sum: 1552a81b2005f25f528f6458645124b3 Description: debug symbols for ros-jazzy-depth-obstacle-detect-ros-msgs Build-Ids: 11c91dbfd091da9785bb6abd23bfd043437871b3 1661a42415b2e4901145e267c9df7cc68ece024a 3206e100a0cda41cb2dabbe44e7f6841b8191319 527277978a94e30ab4b341b818d83c62c2bc5203 54aa3169397752adb7ca7a94f18d32808a5f9dea 576873ff71e0dd19726ad2dfaf800ae6892f6921 6ec9de570a7109772a89a0434ac72c2417b37abe 93f05b734685c36cf5e0f1e30d7ca40ddfe3e1c7 9f8044bd51116bc0a24809ef9817986855dffdcc bc0adeeac9af444c607c7c3153cdf2ac7cb22d36 e23bdc0a0fe746d06079ca78c0b545d6eed07d6a Package: ros-jazzy-depthai Version: 2.31.1-1noble.20260225.231606 Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 66721 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.2), 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.20260225.231606_amd64.deb Size: 24965076 SHA256: 7cca3d7efef421961e2476ce38b5a8648a57c5026b71dca7dfaa7cd23edef48f SHA1: bd0c2dfdb534ed58e6267f563dac5aebcb0f381c MD5sum: 5a2ffc40844f03871b3cb3f393869538 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.20260804.183503 Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 582 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.20260804.183503_amd64.deb Size: 172842 SHA256: 463c502b2241b41f9907cc62270b4d044c6fb7ee36e3cfbb129bbbedb73b04c7 SHA1: ea5e3de5f01a0dc48eaaa018b585f63e2a47ffe6 MD5sum: a06095df233129e9124516c1a7aa1ddb Description: The depthai_bridge package Package: ros-jazzy-depthai-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-bridge Version: 2.12.2-1noble.20260804.183503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 3503 Depends: ros-jazzy-depthai-bridge (= 2.12.2-1noble.20260804.183503) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-bridge/ros-jazzy-depthai-bridge-dbgsym_2.12.2-1noble.20260804.183503_amd64.deb Size: 3392430 SHA256: 2a2dbab2eb446d7cdde017d7324b2dd2f259cbec46c4d8a3d9cfe866f7b1e39a SHA1: b8c0476dbc03dad7bcb83d8a3c8afb7294651868 MD5sum: d1a7f7aa1a496dfdefc5fe29348578ea Description: debug symbols for ros-jazzy-depthai-bridge Build-Ids: 4a9014e9a39d9df38b002fbf1529a64ef781ad89 Package: ros-jazzy-depthai-bridge-v3 Version: 3.2.1-1noble.20260804.183521 Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 658 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.20260804.183521_amd64.deb Size: 193808 SHA256: 2c0ace71b5ca820295dcd0756bfa07e2d554b265c208680f7d449ed40f794f8a SHA1: 927c02a38379b6ad8fb2b3aa53b33a0faf82b7d5 MD5sum: a2a342b60d56a6651e747e619c4cea83 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.20260804.183521 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 4408 Depends: ros-jazzy-depthai-bridge-v3 (= 3.2.1-1noble.20260804.183521) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-bridge-v3/ros-jazzy-depthai-bridge-v3-dbgsym_3.2.1-1noble.20260804.183521_amd64.deb Size: 4292058 SHA256: 5425194e42e53aded3ecb556c43c658c3f0fcc3f71f1996b6e81a6f7e35a7b7f SHA1: bfcc4bb4376b364297412e8960a1ac25b6288f4f MD5sum: 2a83dbec858bd0a4b606d927bff2bd38 Description: debug symbols for ros-jazzy-depthai-bridge-v3 Build-Ids: e32424aadef0f1deb3f5d13c9ed8d8e12e8294aa Package: ros-jazzy-depthai-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai Version: 2.31.1-1noble.20260225.231606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 37610 Depends: ros-jazzy-depthai (= 2.31.1-1noble.20260225.231606) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai/ros-jazzy-depthai-dbgsym_2.31.1-1noble.20260225.231606_amd64.deb Size: 35097972 SHA256: ca49c2fca588334c7bb786ea7dc3ad8a063d94992ce60b71fb3074706b158c6f SHA1: 526c4f9abbf58894626e4047991da94b4b73021e MD5sum: 0ecd8ad3977e4403278b4c5b8ee76439 Description: debug symbols for ros-jazzy-depthai Build-Ids: 16bf0faba512f4ddbd4de4cc9a56f3f633a1abec 228568dd82edba77840aacecdd786bedbcadaad5 cdfe40a88862fcb8533e0d501672a3d9b4cb547e ea4425d97f23b564a2cebe0b368b08afdde82763 Package: ros-jazzy-depthai-descriptions Version: 2.12.2-1noble.20260804.192245 Architecture: amd64 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.20260804.192245_amd64.deb Size: 45018972 SHA256: 60f1c82c82668c6c87199f954b73d0812248e1b299fb698fa611081124e4f1b4 SHA1: 36d6f03d42389e320395325403ece26dfbb82dfd MD5sum: 564a6756d974a371ea0115cffca38ef6 Description: The depthai_descriptions package Package: ros-jazzy-depthai-descriptions-v3 Version: 3.2.1-1noble.20260804.191822 Architecture: amd64 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.20260804.191822_amd64.deb Size: 45019038 SHA256: b25b09f5eac3cde657037c904d83bc8b2e52eebacb0790a58a7eb7e74a654201 SHA1: 1b57419de40478973a18a1e9153f8b6453194955 MD5sum: dcaaba9258f9140d8e3ff22086993140 Description: The depthai_descriptions_v3 package Package: ros-jazzy-depthai-examples Version: 2.12.2-1noble.20260804.192701 Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 34052 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.20260804.192701_amd64.deb Size: 26290838 SHA256: 91f0c633ea591328f51ff54c180c59342851938b53058d0fc28c6792e9753275 SHA1: cc3703f2b71775728f46f6c870011d5600ff7fcf MD5sum: 88c0125024b888f9b5424694f0020d39 Description: The depthai_examples package Package: ros-jazzy-depthai-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-examples Version: 2.12.2-1noble.20260804.192701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 21408 Depends: ros-jazzy-depthai-examples (= 2.12.2-1noble.20260804.192701) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-examples/ros-jazzy-depthai-examples-dbgsym_2.12.2-1noble.20260804.192701_amd64.deb Size: 20274508 SHA256: b38a676ba46f0a2f3115a1168c62d442d6c2e16ec4a72e677d09911e24829080 SHA1: 0d4c3c517e487a3c4494f4cb54b338a21e241cf7 MD5sum: 393a5828fceff207958f84b7dca05ff7 Description: debug symbols for ros-jazzy-depthai-examples Build-Ids: 1571dfc26505df0e3f148df8ec7cf1548c8a67d5 3151c5f84980bed9a9893d84a1200376833c10cb 41eafe656ac9586d9c5a3248e35a8c4a403b2920 663c5d74f6fdd05f29437664c97a7176a290f19d 76756a035d92d2a78f5b1449b7bee89e917ae752 908d86c9a7c065ff86b6358ca8cc646e3012b4f0 a8be5b57cdfce977498aadbb68a9a60777cf755f b0c32694b08ad932b0274108e89cfa165c408af2 b930d01ca383707e430e97d51bee7daef99f1fd9 c6f3540cceb33be2b4c6a643c9ee259c797df693 Package: ros-jazzy-depthai-examples-v3 Version: 3.2.1-1noble.20260804.193933 Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 4101 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.20260804.193933_amd64.deb Size: 753874 SHA256: 56c33cc252377152e191d2fab914f4a5801899c6090cd0d4e0a963796e9ca6cb SHA1: ecf6cb2cd7a7a664c310e00c77a7888492419404 MD5sum: 54df7f4cb2dc51183d26b90763c7bc12 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.20260804.193933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 37318 Depends: ros-jazzy-depthai-examples-v3 (= 3.2.1-1noble.20260804.193933) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-examples-v3/ros-jazzy-depthai-examples-v3-dbgsym_3.2.1-1noble.20260804.193933_amd64.deb Size: 35598924 SHA256: 2a03c9b0eea17d07d9e592987752dd58869215edb0a2710f1a9eed999ee04997 SHA1: 87bbdc16365f86d3550bcbc3bc98ddd135803d4d MD5sum: 3ba1f4a73c8a3c8f917ec9ee165c42ac Description: debug symbols for ros-jazzy-depthai-examples-v3 Build-Ids: 085489d904ab5293f2ea8c78a236c26b82304410 2a5c1bcb77a79196d73bc3849c90f5ab1080c56a 2b4b673238b553cc2448a3a75dfbfff7b4314340 4739c8455c08a7e9dad4cea7b561eebd2a16a1d2 5589d7ddc1c36790b6421ac121f1e3179dea5467 5a52dcefc5ee326a99af4779dee49210458e3574 658df29c1311a5a6524ba010c270e6b670b96e63 6f9e9177c4cb82cee1da7c988400af1cbf0cc94a 72b50638811da8dcf5ff15b0aff66742d8c4345f 740774079581b7bb89df54a24a491399e41d932c 9293e05c4a955cee6d5a41652c0fcbc9e298e417 deeff151a1872d0ea9b95fa3fc5e4ee2a66225d3 e7f863a297e8000527f124ad2a5de25a31d18afb ea8b290934c7f9f7f9e0e277662cd27bd8c3f145 Package: ros-jazzy-depthai-filters Version: 2.12.2-1noble.20260615.150229 Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 2502 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.20260615.150229_amd64.deb Size: 409356 SHA256: 99f962c9d19e7947fae060adb914d1b2492c297f855e3b4d137c6a4a40d5d9a0 SHA1: c7499adcbd4a6b2144d60e4ad6f94e92e16621b7 MD5sum: edd766fed3b755842c1383cbb498bb77 Description: Depthai filters package Package: ros-jazzy-depthai-filters-dbgsym Package-Type: ddeb Source: ros-jazzy-depthai-filters Version: 2.12.2-1noble.20260615.150229 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 15476 Depends: ros-jazzy-depthai-filters (= 2.12.2-1noble.20260615.150229) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-filters/ros-jazzy-depthai-filters-dbgsym_2.12.2-1noble.20260615.150229_amd64.deb Size: 13635608 SHA256: 3a574cf9e89f7b7b07c731711051a2f6bf239b336c4a2996f3b13914bd1d0bdd SHA1: ff1dc621091fda2abaa6ec54e23ae85b22ec6735 MD5sum: 0eef5e8a166b5971a5aaad62b57a7e46 Description: debug symbols for ros-jazzy-depthai-filters Build-Ids: e089df401baaf59517068fc92970d69b57aeb8b0 Package: ros-jazzy-depthai-filters-v3 Version: 3.2.1-1noble.20260615.150222 Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 2463 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.20260615.150222_amd64.deb Size: 410262 SHA256: ed6443f935d30853bf06c17e1e739297584639ba51b36704eb9119618a24d48b SHA1: 7b97662a374b5310b36511ab1030e192b42b31a4 MD5sum: 0d4699565ab9a6f3cb0557a182696b0e 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.20260615.150222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 15258 Depends: ros-jazzy-depthai-filters-v3 (= 3.2.1-1noble.20260615.150222) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-filters-v3/ros-jazzy-depthai-filters-v3-dbgsym_3.2.1-1noble.20260615.150222_amd64.deb Size: 13430188 SHA256: 93f2d0a01c30a1abeeaec6210c47a5e96a9f1634bc689373635a2c3bb75b512d SHA1: 277c0b935f216a7fea0d16af79ef8893aebd2f2f MD5sum: bf624e578d939dc6869689e76cf19e0e Description: debug symbols for ros-jazzy-depthai-filters-v3 Build-Ids: ea2fbc1f869ab3a7ea5eb7d98d075828e391d2c3 Package: ros-jazzy-depthai-ros Version: 2.12.2-1noble.20260806.105408 Architecture: amd64 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.20260806.105408_amd64.deb Size: 7320 SHA256: 958c350febc019765234bbb641d7a3d35964dfb045e57afe884ef003b57c391d SHA1: 363f000728c1929e1714496eed354d2af1f4c61a MD5sum: 7ee2cb84f14e77061f29a3381069d194 Description: The depthai-ros package Package: ros-jazzy-depthai-ros-driver Version: 2.12.2-1noble.20260806.103008 Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 3397 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.20260806.103008_amd64.deb Size: 744598 SHA256: f579687e886577617f5941c0021d7c5e0e57c238e23c4e8fa99429e06511e8c6 SHA1: a59dd34c95a5eb0cf136bb2ea21ebe76a22d06a5 MD5sum: 3f3dc1d85872026c3c1fd5cd09dc6ac3 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.20260806.103008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 23744 Depends: ros-jazzy-depthai-ros-driver (= 2.12.2-1noble.20260806.103008) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-driver/ros-jazzy-depthai-ros-driver-dbgsym_2.12.2-1noble.20260806.103008_amd64.deb Size: 22420368 SHA256: 4599803ca1443daa0add56e5781220edfb856b9620598fb2d153e19c25c95d36 SHA1: eeafc27c731db140487448c4af78ee0bfba8d399 MD5sum: c670893a84f9405690b8a5b84e9c4e55 Description: debug symbols for ros-jazzy-depthai-ros-driver Build-Ids: 0102c093bdff40bd1c4394dac7fbab1961139ca4 1ae25d72140a37a5d420341a99840b0f70edfcf7 4ac989763e5207070ac9752bcac49ecf9ee80fe3 ce193db48a686936eaf903287a06bc3ff8f0c8d5 d242a475bdc18b3b5886d1e8d26a0ee69e119a32 Package: ros-jazzy-depthai-ros-driver-v3 Version: 3.2.1-1noble.20260806.103017 Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 3624 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.20260806.103017_amd64.deb Size: 808734 SHA256: abd463071ddb4f7f2aad1b4f577a3c53895705f51155a7f5f9e1ff391b130713 SHA1: f1e5841dcfa5024de05912351a78f8c85206c047 MD5sum: 45b2827243f0b537486f390217cf9eaa 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.20260806.103017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 44569 Depends: ros-jazzy-depthai-ros-driver-v3 (= 3.2.1-1noble.20260806.103017) 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.20260806.103017_amd64.deb Size: 43410306 SHA256: 1c745c8e665fd3c9e08ad6db4c36ef17aa0da0ee884ce0e457decaa183ae6a15 SHA1: e60980b5ff3feb2a69cde9a4871a0c86dde8f04c MD5sum: f4db071bfd296fe7bc4029f2ae095b8d Description: debug symbols for ros-jazzy-depthai-ros-driver-v3 Build-Ids: 790d30464970bd05a05963217156fe2d1d2b5482 b10e685aa856867ef420f544c7d8ebc92a1c04e5 d257409988b824de61744ead8f2e706215ced006 ef0be5dc6afe0203dd6fa0b501946050ff875ab0 f9958daf27d8993e13cd6689e722cac3a1b6d6ac Package: ros-jazzy-depthai-ros-msgs Version: 2.12.2-1noble.20260615.140307 Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 2762 Depends: libc6 (>= 2.14), 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.20260615.140307_amd64.deb Size: 210020 SHA256: bb65ef2325e442f6cbe8b9dcd655dd76e49e0facd25e590f29336bab08ed40ae SHA1: 6f2f986425cd7ff19c5f134ae8091aebf2e3aae1 MD5sum: 8b2d7fbfa27026b021599222b3ad9cae 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.20260615.140307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Serafin Installed-Size: 2198 Depends: ros-jazzy-depthai-ros-msgs (= 2.12.2-1noble.20260615.140307) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-ros-msgs/ros-jazzy-depthai-ros-msgs-dbgsym_2.12.2-1noble.20260615.140307_amd64.deb Size: 1790118 SHA256: ea3eac27c07aee9cb1a8c0b71595ded47621221fbfe5d40dbfaec1e54e8d3cb4 SHA1: 75a7cdc160432c2970e18ac56d5ee821ce4ff24e MD5sum: d7ca462a33cab89bb9ead6e152225e3d Description: debug symbols for ros-jazzy-depthai-ros-msgs Build-Ids: 24be913d23a9d77aa5e53a6395c098ae750ab1a8 285bd387d4bf5de566d2bb48003af5eb8cd4c62e 4988e0e5e31b24c5f9906a4d282adce9bd1221a5 7d28e512430a0333ca545e9cba29f17ffe279eed 884d0cf809858adc01ae938e75890164e0f192a2 899b5a98eeef37e24bd87a1695ada4e3e888aded 8d77911eb9ac0ac31ec1ff4f60f8264c7f475a90 ac28bf093a8d1e65cf75b591e3ddf16f0cf9b487 ad43a1e7e402e28e5d1238556634fc18e6187d1c c113f61ccf154d65b78f2fc60ba9762d995d6a1e fe5428537d74b1a8cde79d687385abd51540d664 Package: ros-jazzy-depthai-ros-msgs-v3 Version: 3.2.1-1noble.20260615.140633 Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 3205 Depends: libc6 (>= 2.14), 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.20260615.140633_amd64.deb Size: 233178 SHA256: 42b99d459ed4ace53b1327a6fed65f4d825ec18aa03a68bba374a92df074cc3d SHA1: a1ea7988d658ee73f2a0995be5147d3325db8de7 MD5sum: 6f43266b9d0740feff81727db10abbab 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.20260615.140633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matevz Morato" Installed-Size: 2469 Depends: ros-jazzy-depthai-ros-msgs-v3 (= 3.2.1-1noble.20260615.140633) 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.20260615.140633_amd64.deb Size: 1996322 SHA256: 79ab15da1e404fd26cc3730f10b6c9f673dead3c3ca0cdfc3323c77da55d57f6 SHA1: bc31c9967da772dccfb1dce7ac36b688c4c44c27 MD5sum: 17ecde9a12425743c83bf87938e4267e Description: debug symbols for ros-jazzy-depthai-ros-msgs-v3 Build-Ids: 55b8d45b21a3ee64da5069a648ec6ce8c1bcd331 5da98bda61c62a5f80a5180d06401594ffab767f 63aa9b2c6e4326a4470a3bd17ad51e6736758d9d 84302317d50e6399e039a4092684efff51653830 846893cfca22f0df89238de0de649c1762aaf23f 9b5cf6aa726ba67fc922eb075b17ddcc82a43c74 bca81adfaa75d7a584947ae1940cb284c706f885 c461ea871755283d6173e840c8cda3062f6cbf59 c48f8e41019f8aded7c2f83bcc7eca74af1f4351 ea3e80d683b5383be58876df59e2689f7716782e eaf1417f3a99c20f4075b0aed5d2e40fc84b22f8 Package: ros-jazzy-depthai-ros-v3 Version: 3.2.1-1noble.20260806.110233 Architecture: amd64 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.20260806.110233_amd64.deb Size: 8394 SHA256: d7d38404e5839aba7b5b2041f26c4633e934312449bde9a5cd54a39a4a62c2f4 SHA1: 06f1e798a285320f7b289ea7d73a655db611a147 MD5sum: b55acdd62930696f43e47ea7c35cbe91 Description: The depthai_ros_v3 package Package: ros-jazzy-depthai-v3 Version: 3.6.1-2noble.20260506.134014 Architecture: amd64 Maintainer: "Adam Serafin" Installed-Size: 51982 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 4.2), 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.4.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.20260506.134014_amd64.deb Size: 28279656 SHA256: 06b70532be67f8091828ea93406badca0d80bea2630e5ddeacb7428123c2367a SHA1: 60da57deab3f1d841757ecc1a0a86964cf01b302 MD5sum: 7fe469e930444e5801d61f6ae61fa381 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.20260506.134014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Adam Serafin" Installed-Size: 127493 Depends: ros-jazzy-depthai-v3 (= 3.6.1-2noble.20260506.134014) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthai-v3/ros-jazzy-depthai-v3-dbgsym_3.6.1-2noble.20260506.134014_amd64.deb Size: 121810646 SHA256: 3b40fb5b047a992f382a18a76e70c301ff699291a82d59866e9056deeacda56d SHA1: 622dd9b79ce7bc4ad575a3dfbe79261c6e3cab82 MD5sum: d54e6f913b433f18fc3de67efe93c86b Description: debug symbols for ros-jazzy-depthai-v3 Build-Ids: cce610c02b2eeb11ea81e4a2c84dd6ce3454d433 d782cb4128b004fe825a2b44029c71c29c8bbdcb Package: ros-jazzy-depthimage-to-laserscan Version: 2.5.1-3noble.20260615.144257 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 948 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.20260615.144257_amd64.deb Size: 183004 SHA256: 4152cb54ae515b0e471776af570da4ef3bab53a5e4dbd2444312fe9c13e4ceaf SHA1: 73a951e9f4b3962c3dc51624df228a4e546a3f8d MD5sum: 43a85335196a907c8ae2fd5d34d3eebd 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.20260615.144257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4128 Depends: ros-jazzy-depthimage-to-laserscan (= 2.5.1-3noble.20260615.144257) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-depthimage-to-laserscan/ros-jazzy-depthimage-to-laserscan-dbgsym_2.5.1-3noble.20260615.144257_amd64.deb Size: 3526218 SHA256: ae940176f6af220b1cf6256beb98f36e7fde7406bb185eac099f89d057970a23 SHA1: b47f2ad5c199d85906356c37afdb5adee78ba780 MD5sum: ee3a3d253204c30a4a1d72bafa10528c Description: debug symbols for ros-jazzy-depthimage-to-laserscan Build-Ids: 2f371e2b0e0e1b0f893d30d6ee5cf6c4b4e1a64a 4b973f141bab3775964b94eb81091de33719b248 7e2d6933b8de66e9343a05999a2222a7288c53d2 Package: ros-jazzy-derived-object-msgs Version: 4.0.0-4noble.20260615.112908 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1724 Depends: libc6 (>= 2.4), 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.20260615.112908_amd64.deb Size: 137550 SHA256: 667b940416e914455f6d3460dade0aa729b8d4fc093f224ccb48d149241affce SHA1: c6afd04fd3eb6179f455b536e55d31dd5407cd93 MD5sum: afd5b5eb8146f49b72bbe4932cf670e6 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.20260615.112908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1236 Depends: ros-jazzy-derived-object-msgs (= 4.0.0-4noble.20260615.112908) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-derived-object-msgs/ros-jazzy-derived-object-msgs-dbgsym_4.0.0-4noble.20260615.112908_amd64.deb Size: 1006572 SHA256: ec6040bfb82dfb4c23e035818eb731541a3ad29c6b6db66069b20e0f32dc1b0e SHA1: a8700f5c078ad41428590d029f47b0c946f2a773 MD5sum: 611b2105b482180ba90a4a011f4fad09 Description: debug symbols for ros-jazzy-derived-object-msgs Build-Ids: 353b9b7b3bc15f2a0bca0620ee7df2d1f8191da6 5ae31cd56e7b91927e3a8420b1e720ff13389fa4 7bbed11d595ff84f8997d3e97e5bbffb4d201b70 7e7386415a836d84a4ff3f40032cff56a7e3207e 8b661d2c53b2cae48643562fe062bae6ace81d5a bff70396c88c4cb1ca12d3d79e2ce152b42c9853 e0b08cfa799e424e573d02799f50b4cea33f80e8 e5089263ef379e47abeeef2df3079babb9a11d2a e700627a6168732f44f81dda994dfbebe283ee6e fa523331c66c7c36dd27e9f481544e4f300c0651 fab91bee74ef9163db25021b8ed80059a43ed384 Package: ros-jazzy-desktop Version: 0.11.0-1noble.20260804.193022 Architecture: amd64 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.20260804.193022_amd64.deb Size: 6528 SHA256: 2e28f4df7781a794871dce2b962df1ba236a95bcca682d365cf006895d769aed SHA1: afd62fe78ab29d6bd10054f91077f4975de4d7ef MD5sum: 718e75d16c821392864c76327140d375 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.20260806.103706 Architecture: amd64 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.20260806.103706_amd64.deb Size: 5340 SHA256: af6750524eb486b90baa2806cff361a6f3a544a029ed348bf1255c91076fa5d3 SHA1: c088e473778708ecd88751a18e4828b8b3cc5f73 MD5sum: e46fb2a4bddfd08710821a90fa0bfc77 Description: Provides a 'batteries included' experience to novice users. Package: ros-jazzy-diagnostic-aggregator Version: 4.2.7-1noble.20260615.135607 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1302 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: https://index.ros.org/p/diagnostic_aggregator/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-aggregator/ros-jazzy-diagnostic-aggregator_4.2.7-1noble.20260615.135607_amd64.deb Size: 320390 SHA256: 3ddc37f82f3512908c985325eb7ed8b5ee37b4a156b9a40a994e0e063142feb6 SHA1: 377399d59d9d211faf159756e69a57fe63ae8506 MD5sum: 628381a2bd53743b37a5775dd4d7ea66 Description: Aggregates diagnostic information from multiple sources. Package: ros-jazzy-diagnostic-aggregator-dbgsym Package-Type: ddeb Source: ros-jazzy-diagnostic-aggregator Version: 4.2.7-1noble.20260615.135607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 6250 Depends: ros-jazzy-diagnostic-aggregator (= 4.2.7-1noble.20260615.135607) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-aggregator/ros-jazzy-diagnostic-aggregator-dbgsym_4.2.7-1noble.20260615.135607_amd64.deb Size: 5738050 SHA256: 39cbbd52a248b71ccc53ee8c2a790d896e3a3d355105dff26f5689fbcc4ced3d SHA1: cbea6560694607e0625627506756947e991cd311 MD5sum: 2d66db5a34637526653d225dcd007e48 Description: debug symbols for ros-jazzy-diagnostic-aggregator Build-Ids: 7c0668d6280d5a9a1f681883577367c0ff843f6c 7c305936f621fcbcb4890e67b173b981ade5e1cc 8fa54a8895f32e37a74cbe18d83d6f74648cf567 b4ea0680fbc6e900e0959c9b4f8472d528d14b2b Package: ros-jazzy-diagnostic-common-diagnostics Version: 4.2.7-1noble.20260615.145335 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 122 Depends: lm-sensors, python3-ntplib, python3-psutil, ros-jazzy-diagnostic-updater, ros-jazzy-rclpy, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/diagnostic_common_diagnostics/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-common-diagnostics/ros-jazzy-diagnostic-common-diagnostics_4.2.7-1noble.20260615.145335_amd64.deb Size: 14182 SHA256: 62ae23667b0f5e1e399c2c4b1e18026e41ae4f4b4b4bf85c9f3d19d5e37338d2 SHA1: da020636b0b2507f6f86c088e377b10f52f76e56 MD5sum: 0db6c3f5cb03ff5752a6fcc5965e3634 Description: Common diagnostic functions for e.g. HD or CPU usage. Package: ros-jazzy-diagnostic-msgs Version: 5.3.8-1noble.20260615.111600 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1623 Depends: libc6 (>= 2.14), 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.8-1noble.20260615.111600_amd64.deb Size: 142598 SHA256: c65adc038596d543091149c228c40407661386bfdbe61c75c1ebccf7de80ad4e SHA1: 66644e9186bef1e8e3ab785d81cd2f415a05424f MD5sum: 5571aa48171c87d69cacb2ce6c2b9dd6 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.8-1noble.20260615.111600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1349 Depends: ros-jazzy-diagnostic-msgs (= 5.3.8-1noble.20260615.111600) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-msgs/ros-jazzy-diagnostic-msgs-dbgsym_5.3.8-1noble.20260615.111600_amd64.deb Size: 1097824 SHA256: 7b8a7516e0a3743edad3016c898799e2fc58e9a58e6cdf523c31b355280bd329 SHA1: 968eea539a8b2f7486ca1f1a91535190143aff5e MD5sum: d432e57b7df20da42daf6eceeac6907a Description: debug symbols for ros-jazzy-diagnostic-msgs Build-Ids: 06bf938ca0b8c773c682d2327895835259b36f4f 0edeaf3ded8263bf2b5082d7e1b616d4e21d79a9 134bcc70805e8f2696cce334245dbc94ff0fb26e 335502e00307fa34efa8de0095b11133c4715d91 3f5f62d298d2899668ec63d6e35f440433b45e6f 479698196042c292dd5cb238559a9f0682b26a2b 521898fabf7bbc13624d2e6726e7c59902f27cea 926b6c71fed2a0251c95e06105494dcbfdaf4681 946e1a8cbc8d1c0561e305bed7be96539b9c5b48 bf70dde394cac702d5f9c6c58014f9c1f803e0ce dd40108561cc5ac5d00a3b496a4fa92403f71880 Package: ros-jazzy-diagnostic-remote-logging Version: 4.2.7-1noble.20260615.143937 Architecture: amd64 Maintainer: "Daan Wijffels" Installed-Size: 783 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 Homepage: https://index.ros.org/p/diagnostic_remote_logging/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-remote-logging/ros-jazzy-diagnostic-remote-logging_4.2.7-1noble.20260615.143937_amd64.deb Size: 144592 SHA256: bc306dce9c064330dce400925fc76e0b53e47e2c7b027952bbb0db3ff3a744d4 SHA1: 3cdc31b3db0b7dc3417704d93635aa6d5fdc2c58 MD5sum: 0949bd3e613fbc15faf06b26ad44d9fb Description: Tools for remotely logging diagnostics data. Package: ros-jazzy-diagnostic-remote-logging-dbgsym Package-Type: ddeb Source: ros-jazzy-diagnostic-remote-logging Version: 4.2.7-1noble.20260615.143937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daan Wijffels" Installed-Size: 3407 Depends: ros-jazzy-diagnostic-remote-logging (= 4.2.7-1noble.20260615.143937) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-remote-logging/ros-jazzy-diagnostic-remote-logging-dbgsym_4.2.7-1noble.20260615.143937_amd64.deb Size: 2834502 SHA256: 9661b5073f15399090b39888b7d0fe2c0088e716aacfa647ffb0626731d206f7 SHA1: c6c328bcb9c9fd600584e14511e4bba94d018d5d MD5sum: fd5f2cc8c2b2b3fec2482478025421f6 Description: debug symbols for ros-jazzy-diagnostic-remote-logging Build-Ids: 387637307428de8a364fc5c1830e692158e3f09d e49b2a012f0de599f3e4b59ea30f82bb84eb38a7 Package: ros-jazzy-diagnostic-updater Version: 4.2.7-1noble.20260615.135857 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 473 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: https://index.ros.org/p/diagnostic_updater/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-updater/ros-jazzy-diagnostic-updater_4.2.7-1noble.20260615.135857_amd64.deb Size: 111908 SHA256: 169267e17048cd4db1c8e7e86fc6d9ab2bc1e269986ef19f4c3651dc83583263 SHA1: 19d26d805491bf450be2161e985fa3fb11de34d4 MD5sum: 94e46813f2bfd69328373a4c09198981 Description: Update and publish diagnostic information. Package: ros-jazzy-diagnostic-updater-dbgsym Package-Type: ddeb Source: ros-jazzy-diagnostic-updater Version: 4.2.7-1noble.20260615.135857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1709 Depends: ros-jazzy-diagnostic-updater (= 4.2.7-1noble.20260615.135857) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostic-updater/ros-jazzy-diagnostic-updater-dbgsym_4.2.7-1noble.20260615.135857_amd64.deb Size: 1594124 SHA256: 2bf4d9a7eb759c43a1c7acd8fb99799491d6849c3e5d57e3a6132bcda334a386 SHA1: 4cb8fba666191dd0df6739954b920d35d4c4e9b5 MD5sum: 7843489fb2c77e8ee23681195a825856 Description: debug symbols for ros-jazzy-diagnostic-updater Build-Ids: 94f399f08de610d96532d2eebdbbecf089b9b56f a8761777cb0d1c8f6a42b6ac8794ee7eaa572cb1 Package: ros-jazzy-diagnostics Version: 4.2.7-1noble.20260615.164200 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 41 Depends: ros-jazzy-diagnostic-aggregator, ros-jazzy-diagnostic-common-diagnostics, ros-jazzy-diagnostic-remote-logging, ros-jazzy-diagnostic-updater, ros-jazzy-self-test, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/diagnostics/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diagnostics/ros-jazzy-diagnostics_4.2.7-1noble.20260615.164200_amd64.deb Size: 5660 SHA256: 162249df86dc0e0bfc3098edfd8b33ca0c4c41140ce68d7856a99d5f80b560be SHA1: c94a6f042296e828fde90142a219f1d2993a0faf MD5sum: 6e34f113ad4bc0d4a382d1bcfe4b9b22 Description: Diagnostics tools for monitoring and reporting system status. Package: ros-jazzy-diff-drive-controller Version: 4.41.0-1noble.20260804.185340 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1003 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.41.0-1noble.20260804.185340_amd64.deb Size: 229540 SHA256: 81b5dbb0d0a0a035cf728e9add828ec19a39c63c5fe09f79f095b23ef3d19883 SHA1: 9913b976b00f9973a287009cba75f485a0186f2d MD5sum: b9339627fcd973fb5abcd415230364fa 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.41.0-1noble.20260804.185340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3783 Depends: ros-jazzy-diff-drive-controller (= 4.41.0-1noble.20260804.185340) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-diff-drive-controller/ros-jazzy-diff-drive-controller-dbgsym_4.41.0-1noble.20260804.185340_amd64.deb Size: 3352168 SHA256: 0e08d9b0ded7b616de4fc969d0eb6770a94715ba01a45ac35910e96bd731e9a8 SHA1: cb59256c85a5c2420f1e21bfd1c578f08b51b05f MD5sum: 5809c62b2af3d7221a1f45f6010c472f Description: debug symbols for ros-jazzy-diff-drive-controller Build-Ids: 2a54d7dfbf26ab42350332788e036399708a3966 Package: ros-jazzy-dolly-follow Version: 0.4.0-6noble.20260615.143728 Architecture: amd64 Maintainer: Louise Poubel Installed-Size: 490 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.20260615.143728_amd64.deb Size: 104934 SHA256: c0d7483f5bdb0b54281e40841734094a02ae2f06e23bfbeb509142eaf106628e SHA1: ce1189cfce879828f4f4c1327eac55a49d1459b9 MD5sum: c2868fd4d712d9510da437c45439f3d4 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.20260615.143728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Louise Poubel Installed-Size: 2228 Depends: ros-jazzy-dolly-follow (= 0.4.0-6noble.20260615.143728) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dolly-follow/ros-jazzy-dolly-follow-dbgsym_0.4.0-6noble.20260615.143728_amd64.deb Size: 1896352 SHA256: 212b12c4ab63e329de0b63afa2711a914d048404173b032df6112f2f5bef87e6 SHA1: 20ae8006e888a12782e16ab7f09791eff314066a MD5sum: 77006f8257411ed464ece491c1f1d801 Description: debug symbols for ros-jazzy-dolly-follow Build-Ids: 4335208e010878cc553c8af8c5c0b4d5a84fe8c5 Package: ros-jazzy-dolly-gazebo Version: 0.4.0-6noble.20260804.193903 Architecture: amd64 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.20260804.193903_amd64.deb Size: 1722 SHA256: fcdd51e26795065de39190ce710f22c77da7bafdd5ded44beb1c83389b42b535 SHA1: 94064568696b339fd7281a8d3067f796b314e200 MD5sum: 8d4da2dc95bd66c76fe8022a32040985 Description: Launch Gazebo simulation with Dolly robot. Package: ros-jazzy-domain-bridge Version: 0.5.0-5noble.20260615.164528 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 1137 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.20260615.164528_amd64.deb Size: 205280 SHA256: 77a8b946ccac581c7f1a797cda8f9d6c5c97b6015af8f8d62cc680b4f7782e0f SHA1: 86a11650afd686e04c6de99de9e99e6d271236b5 MD5sum: efbd34ed9509eae1e08480a4bc033062 Description: ROS 2 Domain Bridge Package: ros-jazzy-domain-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-domain-bridge Version: 0.5.0-5noble.20260615.164528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 3913 Depends: ros-jazzy-domain-bridge (= 0.5.0-5noble.20260615.164528) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-domain-bridge/ros-jazzy-domain-bridge-dbgsym_0.5.0-5noble.20260615.164528_amd64.deb Size: 3459814 SHA256: 905893446d398c3ea388f56b7245922adc4447ebfce1f3302951d7b85c2df345 SHA1: f92fbeb2dbf65099a12e2787cd6228641c0cd30d MD5sum: 6e0050b8a0fd6494b7d6f91f3f885db9 Description: debug symbols for ros-jazzy-domain-bridge Build-Ids: 14208c7ff73db187874ab484a9b34f7706acab7d 17053f07f3520f0921c59e758b5e2b64a81abfab 1e73f79cac49d43c4f5feb9926b5084e2ab3d74a 5ea3b20abeef973063b19812802d2fd86f5c7d1a 673af1cfc58bcdeb86f53dd301a203cde2b22b8f 6b469df36439277e9ba47686d480db74193670de 6fb79198055681301db5d1a16fa7e0867ce1cd3f 796f346c15bae0161f1a3072a7fafbcc9063c26d 9181ced989b30ae1cf66d5126d9b5fd64b1e1fcd a97f83beeb527d6d253605e65aa236ae9ca92076 be66bd6a6b669160c46f9e551c298e3c1ff75213 c2b4d97c554085004e468e2eda6fe48446a730f5 e2c64fe69487ab8f4806f3c15920a71281763d37 Package: ros-jazzy-domain-coordinator Version: 0.12.1-1noble.20260603.150342 Architecture: amd64 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.1-1noble.20260603.150342_amd64.deb Size: 5922 SHA256: 903eedce4009049eb1573814a953c299ae778c849d8c19386f9b3d98bf2f34ed SHA1: edc699f6fb2f3c2171eaee8712b60f5df3f882c9 MD5sum: f433e5cab721e2ae2ca1014d315ef518 Description: A tool to coordinate unique ROS_DOMAIN_IDs across multiple processes Package: ros-jazzy-draco-point-cloud-transport Version: 4.0.4-1noble.20260626.191414 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 674 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.20260626.191414_amd64.deb Size: 152210 SHA256: c433e3106c30d4dfc70e6e93d0dfc234ed0d2298404b8035a39b9c58709d86b5 SHA1: 81fb30a578fb93e5ae1af19185698cad9281b10b MD5sum: 791e06bc0fa40fb9e2b323ce63f524da 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.20260626.191414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 3684 Depends: ros-jazzy-draco-point-cloud-transport (= 4.0.4-1noble.20260626.191414) 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.20260626.191414_amd64.deb Size: 3281966 SHA256: bdda6eba035ee37514c2a0ad5f6a06399ee33cd605597b5b941294702d81a3d4 SHA1: 161d9896d93353de8ded08a72f48ce6685a23ecd MD5sum: d47cefd969c90296aa921eef74ef6570 Description: debug symbols for ros-jazzy-draco-point-cloud-transport Build-Ids: 6a8ae244ce2ef0cef2f81e387000f33be4896156 Package: ros-jazzy-ds-dbw Version: 2.4.0-1noble.20260618.165709 Architecture: amd64 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.4.0-1noble.20260618.165709_amd64.deb Size: 5840 SHA256: 544c2b337542fab109f31b54d7b314ef8af92b8e3fdf42fb4b1fa21492154155 SHA1: 6a238180a8c965ad20095d7073ea4a28a5176bbb MD5sum: d23cbe374ced8d5822066d286c6f3cdb Description: Interface to the Dataspeed Inc. Drive-By-Wire kits Package: ros-jazzy-ds-dbw-can Version: 2.4.0-1noble.20260618.164156 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 6185 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.4.0-1noble.20260618.164156_amd64.deb Size: 824094 SHA256: ba5eea2479a8cfece5feb3738f4ad9b5e5d05856516c36f2dffcde3b396b66f2 SHA1: 114b0ac81315d383d13de6113d34870ee792ab9a MD5sum: 134628f9b11addaf4b9a32f6c19ff36e 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.4.0-1noble.20260618.164156 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 24642 Depends: ros-jazzy-ds-dbw-can (= 2.4.0-1noble.20260618.164156) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-can/ros-jazzy-ds-dbw-can-dbgsym_2.4.0-1noble.20260618.164156_amd64.deb Size: 19905930 SHA256: 7ab0000df05974a98ce72daa375951a01555da1cd2a69523d54c241f517c73bf SHA1: 6841bc645c6b118d0ae9802500524210062b7986 MD5sum: 2b3ede55f8aadec750957568bca5cbfd Description: debug symbols for ros-jazzy-ds-dbw-can Build-Ids: 4fb7a5e6636c09ea04d277269f7ae975f868aa29 cf6c16736ae1525e856e5c49380328c2aec722f9 Package: ros-jazzy-ds-dbw-joystick-demo Version: 2.4.0-1noble.20260618.165209 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 1342 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.4.0-1noble.20260618.165209_amd64.deb Size: 227204 SHA256: 69685d4d249b7efe8ec6b712a98e5ef60d62a236971b38d71823385f65253065 SHA1: 4524a27c4fca3e575a58ed1f9627b5b90031f455 MD5sum: b4a655c225010e7a5414ff901429deb3 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.4.0-1noble.20260618.165209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 5988 Depends: ros-jazzy-ds-dbw-joystick-demo (= 2.4.0-1noble.20260618.165209) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-joystick-demo/ros-jazzy-ds-dbw-joystick-demo-dbgsym_2.4.0-1noble.20260618.165209_amd64.deb Size: 4978674 SHA256: a275944eaba0d63e74bf479a718281c8571d47f8f6ccb84c2ecb156e36e0b91b SHA1: 187cb50553b5b677d98ef3224972e1e7770f1928 MD5sum: b840d81b795e61af21c091ee60e004c9 Description: debug symbols for ros-jazzy-ds-dbw-joystick-demo Build-Ids: 7040d426dc960773329d6b5d5ab9364207a9f23c 9c32aa704973088b1c051771df530c3f25dd1395 Package: ros-jazzy-ds-dbw-msgs Version: 2.4.0-1noble.20260618.160910 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 13360 Depends: libc6 (>= 2.4), 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.4.0-1noble.20260618.160910_amd64.deb Size: 738996 SHA256: 496fd055a426c8ea5389132b33d613af825427abf57ec85d25ebc4b2338e12a0 SHA1: 17459aecdcfdfd11ac7c2ae6e189e90e3a696a38 MD5sum: 6aa2d3c96c477f81231c5bbe1973c6fd Description: Drive-by-wire messages Package: ros-jazzy-ds-dbw-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ds-dbw-msgs Version: 2.4.0-1noble.20260618.160910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 7730 Depends: ros-jazzy-ds-dbw-msgs (= 2.4.0-1noble.20260618.160910) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ds-dbw-msgs/ros-jazzy-ds-dbw-msgs-dbgsym_2.4.0-1noble.20260618.160910_amd64.deb Size: 6184050 SHA256: af244a6db8f05e2dac499355e3fce9daeab1442ae4c7727b16e0c9451dbd7d57 SHA1: 88a12710186b971dbcfb938a0b9d637d162ea881 MD5sum: 0f614d74576fa54359a40ee074f2fa5c Description: debug symbols for ros-jazzy-ds-dbw-msgs Build-Ids: 4eabfeb0e966cc8a9895d807c05fc4c7d6720d86 5fdd552f202c5a0340ef85495ebd5d434cf3f64d 84695e99c84e22a65009431a425bb23cb3dfad07 8ca2e27e271493125117bec6bb4b4fef528cb494 9b57d13f0399f43fe89a81eeec1e35465acd43e3 af0d450c8d7773a05a6dea5722fe437b50d9c409 b58af0825f3979c971f8f41ae11eb260b1a0d5f8 b6d676300bc7ea5f8f699e832cf04df8a734a44d c313e5d41187bb03c65b686abc33c5c7fd335f55 d9258b9077efa550ac28c45a8a130b24438a82cb e552feb0074b90b5f319f6dafe105046095fc252 Package: ros-jazzy-dual-arm-panda-moveit-config Version: 3.1.0-1noble.20260806.100456 Architecture: amd64 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.20260806.100456_amd64.deb Size: 15708 SHA256: 8a28902a3f143bb83cd88907eee633837041cdfe3fe18b6265ba1d3258e9d7a8 SHA1: 60474f9b9266f6f83aa1db8532f6fdfd6b9aaa1a MD5sum: e3fc24c9c81d7d0d06798b1f5818b157 Description: Dual Franka Emika Panda MoveIt Configuration Package: ros-jazzy-dual-laser-merger Version: 0.3.1-1noble.20260804.183004 Architecture: amd64 Maintainer: pradyum Installed-Size: 60957 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.20260804.183004_amd64.deb Size: 12302128 SHA256: 2eabd31623d8a0b2a933be7648c9e5a26ce357cd0185ad6252840230f3c626f0 SHA1: f7e05d8fb89fbe8670afb26c6a59f0685facf021 MD5sum: d4d28325e3bd7444a684b2937518db05 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.20260804.183004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: pradyum Installed-Size: 5937 Depends: ros-jazzy-dual-laser-merger (= 0.3.1-1noble.20260804.183004) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dual-laser-merger/ros-jazzy-dual-laser-merger-dbgsym_0.3.1-1noble.20260804.183004_amd64.deb Size: 5278880 SHA256: 4efeb6a9064bb1fbc035dfec6f38bd2b7c920c3148af9cc7234105dd3e84611b SHA1: 0fc242c1977a276bd3a57f01d7ae09e998843867 MD5sum: b34e49e15707132335fd08df26334be3 Description: debug symbols for ros-jazzy-dual-laser-merger Build-Ids: 386bde49f29882dd2cfdd539bc3d546ba05c000b 7035846d0f4148ec4eb4e44039a53211d8cae483 Package: ros-jazzy-dummy-map-server Version: 0.33.11-1noble.20260615.144032 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 172 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.11-1noble.20260615.144032_amd64.deb Size: 47634 SHA256: 245a2e5a86023926b17c71e213b29b86be6c1dbf2031742c5fe71de1cad57eba SHA1: 73609ecc03e9a8ef826ac1513d2f14dedbf0bbaa MD5sum: 5da5a9795d3e1e9817ada8b2e7b5883a Description: dummy map server node Package: ros-jazzy-dummy-map-server-dbgsym Package-Type: ddeb Source: ros-jazzy-dummy-map-server Version: 0.33.11-1noble.20260615.144032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 785 Depends: ros-jazzy-dummy-map-server (= 0.33.11-1noble.20260615.144032) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dummy-map-server/ros-jazzy-dummy-map-server-dbgsym_0.33.11-1noble.20260615.144032_amd64.deb Size: 732532 SHA256: 541b9acaea15114789f5a92cb364b62a4d4f3e1f0ae5f52f4ab506023187f712 SHA1: 006ad806d7c3157e02d1d1bdcf41114b8ce445ca MD5sum: 1eb35cdd3712ce67e81a5975c0f16fe9 Description: debug symbols for ros-jazzy-dummy-map-server Build-Ids: ae002624d7fbcecbfd5b43697f42a03dd27aabbe Package: ros-jazzy-dummy-robot-bringup Version: 0.33.11-1noble.20260804.191814 Architecture: amd64 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.11-1noble.20260804.191814_amd64.deb Size: 9236 SHA256: 9383720dc13856e97674963330739f63c23075350bd9b113df4c6ebfb7903f70 SHA1: 500942663e9b4ab3f907170dde517626bc88c449 MD5sum: 1bb5f895d388ee3d7e913d92a1fd2e9b Description: dummy robot bringup Package: ros-jazzy-dummy-sensors Version: 0.33.11-1noble.20260615.144702 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 291 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.11-1noble.20260615.144702_amd64.deb Size: 65756 SHA256: 5151f5f7d8bcd53bec1eca9e99c6635f09394ae8bdb161dd420d050f54519c55 SHA1: 74863a3519616a4b355f112aef4791d7548556b0 MD5sum: 0c46be25b63528cbc5e3057bf9cfac5b Description: dummy sensor nodes Package: ros-jazzy-dummy-sensors-dbgsym Package-Type: ddeb Source: ros-jazzy-dummy-sensors Version: 0.33.11-1noble.20260615.144702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1536 Depends: ros-jazzy-dummy-sensors (= 0.33.11-1noble.20260615.144702) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dummy-sensors/ros-jazzy-dummy-sensors-dbgsym_0.33.11-1noble.20260615.144702_amd64.deb Size: 1431694 SHA256: 6695864604ae687ffc8d16ebae71472e331423d3374bb5ea03384d4c69756dbb SHA1: 1a24b1a829510ebb5a1d1610ce8f6c5367b7af3e MD5sum: 73ccc227fb3c0e71f5fb51416cf39e29 Description: debug symbols for ros-jazzy-dummy-sensors Build-Ids: d8af344c4b2aeee2b642174241a3623af2a30191 f816945436ffe944e1759bb28d9806fe2b89b0f4 Package: ros-jazzy-dwb-msgs Version: 1.3.12-1noble.20260615.112621 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3149 Depends: libc6 (>= 2.14), 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.20260615.112621_amd64.deb Size: 233816 SHA256: 7be7f96db3bae0b0862653eaee6534ec424dd743505e7ad3ffba6583be1a6626 SHA1: 6af7696627e1f934fe9e7567cb1f58da183f3d8d MD5sum: bc0fe0d7ef4c3fcace075e2d6ac3e32d 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.20260615.112621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 2661 Depends: ros-jazzy-dwb-msgs (= 1.3.12-1noble.20260615.112621) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dwb-msgs/ros-jazzy-dwb-msgs-dbgsym_1.3.12-1noble.20260615.112621_amd64.deb Size: 2212008 SHA256: 54bd2033d4284599aec5fffd119f9b62c1f013b8da31d424d9db2ef33031f81c SHA1: d553b6f58544adf09a6c91c5f41152f326443b63 MD5sum: 80838b55022ebea1157f1cabb377001b Description: debug symbols for ros-jazzy-dwb-msgs Build-Ids: 13568eb0cdae71af6b1e038a5889adeec65d6da9 36dc86a56a8af2dd71605867e5359a69ede0a115 3c0c8b274aafd4c03a7dc7c7741534f14d5db1bb 42a48ff6fabb155229d275b34ca481b2949260e2 45c963b9688d0afe0103192a69ae907138ba1a79 6eff3554d30ee8d505c27a9525ec84c403d1227d 7988d8d9f625216f80cb837cdf848b65b3cb420d 811476ae64057f579cb97ac95c4042d23c2dab9d 8240ba4688ec145b7af2201f95815f07dc1541cf abf16bd082cda9ba9b66e91433e72ddd6cc8dccb b15583fa48a3dc539acf8a01f4e537ad8b543e5e Package: ros-jazzy-dynamic-edt-3d Version: 1.10.0-4noble.20260225.135315 Architecture: amd64 Maintainer: Christoph Sprunk Installed-Size: 144 Depends: libc6 (>= 2.14), 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.20260225.135315_amd64.deb Size: 26084 SHA256: 541811bfc05e809822b4ae0b71d5eb300579563b8f7de06ff2e3c3e64b2ea6f0 SHA1: 506f9b9fd82fcd5302b9153a024bf82ea9c3ba1d MD5sum: 27d332c6b43065c95df5fdbacacb1469 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.20260225.135315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Sprunk Installed-Size: 90 Depends: ros-jazzy-dynamic-edt-3d (= 1.10.0-4noble.20260225.135315) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamic-edt-3d/ros-jazzy-dynamic-edt-3d-dbgsym_1.10.0-4noble.20260225.135315_amd64.deb Size: 74956 SHA256: 6c2f8e38bb5da39065b4b6c8f1fbc516ebd8c2e6b47b2d4e4d1f8a49cb34fafd SHA1: 937b1d8e7866a23ccc5900669789876a96aa4559 MD5sum: 785dfef32ec1845139a47ceed6faa4fe Description: debug symbols for ros-jazzy-dynamic-edt-3d Build-Ids: 4b396334b0d8813fb1851de3cc8906be5220e096 Package: ros-jazzy-dynamixel-hardware Version: 0.5.0-1noble.20260701.204539 Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 179 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.20260701.204539_amd64.deb Size: 42928 SHA256: 8d2f259598bca0583cb3255c2e785c27f2bc7743a50b96740b677bfec04531a5 SHA1: 220bca4c689279974eb3d23aeb8537e68ba63e71 MD5sum: 795427870cccfb92cd788d01cec0d894 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.20260701.204539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 715 Depends: ros-jazzy-dynamixel-hardware (= 0.5.0-1noble.20260701.204539) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-hardware/ros-jazzy-dynamixel-hardware-dbgsym_0.5.0-1noble.20260701.204539_amd64.deb Size: 687598 SHA256: 1172e5eaf677b492664b5d880c9afa23507db81a77bcab91feb6dae77a9128fc SHA1: 07d31aaf93bbd6c0f23ef0fdf570bd87f1c84008 MD5sum: 0369d52864c7e7baceb0b4843ed1d8f3 Description: debug symbols for ros-jazzy-dynamixel-hardware Build-Ids: 02c4ba8a73826117122953ec4c3821aecdd89c7b Package: ros-jazzy-dynamixel-hardware-interface Version: 1.5.2-1noble.20260701.204356 Architecture: amd64 Maintainer: Pyo Installed-Size: 1285 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.20260701.204356_amd64.deb Size: 279692 SHA256: 33eb6753b4bf08146d0888465513c052abfc001405c10ba71fd0999cb901e432 SHA1: dd848fa68f790b2e8f15d0eb8dd51aebca876000 MD5sum: 5eaddb514dae8b7f772ae61941546c0c 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.20260701.204356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3739 Depends: ros-jazzy-dynamixel-hardware-interface (= 1.5.2-1noble.20260701.204356) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-hardware-interface/ros-jazzy-dynamixel-hardware-interface-dbgsym_1.5.2-1noble.20260701.204356_amd64.deb Size: 3520878 SHA256: bdd5b6c8940f8a7a1279e89a881f3929913f20484410b087f12bdf1b4ce93be0 SHA1: e07049bc933f3e80eb0e829b5c16769ece4b0b3b MD5sum: 3124cc627fddca3f2d54d4b9e2fef4de Description: debug symbols for ros-jazzy-dynamixel-hardware-interface Build-Ids: a6b0139a55dbb07e0922edbf6537b6b2cb67ac1e Package: ros-jazzy-dynamixel-interfaces Version: 1.0.1-1noble.20260615.111021 Architecture: amd64 Maintainer: Pyo Installed-Size: 1823 Depends: libc6 (>= 2.14), 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.20260615.111021_amd64.deb Size: 142762 SHA256: 8d01311a95ff9e48c5fee503323485318f51e477eed79738676b1c58288e119e SHA1: dd686c35a97f37e957ed4bf40b5af60b9be612fe MD5sum: 348af2415bb5705574994cbae47f4c27 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.20260615.111021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1284 Depends: ros-jazzy-dynamixel-interfaces (= 1.0.1-1noble.20260615.111021) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-interfaces/ros-jazzy-dynamixel-interfaces-dbgsym_1.0.1-1noble.20260615.111021_amd64.deb Size: 1002696 SHA256: 2f2f92b2411743553d8dfe9fd3bce1f3b2cd47af4b5ad1cf9fbabdd3f8a1fabc SHA1: ab3e6317d8eef4419a163c24c048c70322de0fdb MD5sum: 67faecca27c857b7cdf4dc66fa5af5ca Description: debug symbols for ros-jazzy-dynamixel-interfaces Build-Ids: 03a759998eadd890d86ce2f8a65eab943f4c7de8 07aef7ebcea0a19d9d97a627290e242fd67a24e3 0d772cc7e8548cb0b851b26ab2ee2109fbf36e52 1149155391b4bf349f6b77217cb628e921ae175d 18c2b348b3b14cb743af62bd5242ea519d7409ef 1fee6d352528a18316c5267b5e2f78e70476f992 21495b0a71d00cad2ed8405a6c544191e3dcbfe6 380a156ff79840e8b60c22c0ea17b0576f918e35 89bddd0198cd16f716fdd2ae5c19ae394d814176 8f8035c3f43d73af3421203e3950198c04ab0333 f060254a1fbd814ccd5e6fb11b3f91118744b9a5 Package: ros-jazzy-dynamixel-sdk Version: 4.0.3-1noble.20260225.231459 Architecture: amd64 Maintainer: Pyo Installed-Size: 897 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.20260225.231459_amd64.deb Size: 113528 SHA256: b21a972ad3167e16782750ab9645fbe56b4fc466cd9c92ef1759a2adae202d9e SHA1: ebb416ae7a677cfe6c17407fb4570d19e96e7e1b MD5sum: e2f7ba2f65bdcbcacd8983dbf87729c9 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.20260615.102341 Architecture: amd64 Maintainer: Pyo Installed-Size: 856 Depends: libc6 (>= 2.4), 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.20260615.102341_amd64.deb Size: 73386 SHA256: 3dfd959c5230a5dee36b884b412af44c98993e7473a9af4ce8d8c51136a08c09 SHA1: 87b093cbc1c990559fe8f3235334e775dd7ccc5e MD5sum: 9279d0c46b1d6212b5bd77e676d7ca97 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.20260615.102341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 545 Depends: ros-jazzy-dynamixel-sdk-custom-interfaces (= 4.0.3-1noble.20260615.102341) 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.20260615.102341_amd64.deb Size: 390902 SHA256: ef830641fe0ba5537084d630820611111e6b5aa0ad4786d3848c78b1870c87c1 SHA1: 69ce0cb104b455ec43a354c75ec8617a332d3a8b MD5sum: 59bc231999986939e2038d3f7b6f03c2 Description: debug symbols for ros-jazzy-dynamixel-sdk-custom-interfaces Build-Ids: 0dfd5e66dfbd5286cf9d374b29f1d6895ba6a50f 2be1e3f5d8cc0b5cbfeb55a3d49ebec1a9045da3 63630f7b851053bc229befacae8f4c15afb21996 794628989dec97ce3895c584156a6ef822b0ace1 9f985849695de40e1bad4fd9d5038ed265dea109 bdca968f548bbc963ce84b6686b8ac2334ede1d8 d10fd6b7efc651fe2b2cb1d286feb4d4ceaaee99 d1b9a4904a1a179cb00577e1557e126d961a6159 e47387ec6ef9d0d0d21cf77ed19925cfeecb7ce5 f231618a1f65f31a441135b354e2c2b09a967cc2 f3bb1b21bdad35488e4f415d3559e989dbde9ffd Package: ros-jazzy-dynamixel-sdk-dbgsym Package-Type: ddeb Source: ros-jazzy-dynamixel-sdk Version: 4.0.3-1noble.20260225.231459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 852 Depends: ros-jazzy-dynamixel-sdk (= 4.0.3-1noble.20260225.231459) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-sdk/ros-jazzy-dynamixel-sdk-dbgsym_4.0.3-1noble.20260225.231459_amd64.deb Size: 798228 SHA256: 7541704005a52c9123d4e4191caffb218804a71ac877017aa211774047a72b80 SHA1: 3d92617fccd6fa6121d31346fad0cf8d9e82efc5 MD5sum: e35834a103f0a59a8d46d92935887b42 Description: debug symbols for ros-jazzy-dynamixel-sdk Build-Ids: 794eb8baaa6a6553df216ebfc9ffb02f25551772 Package: ros-jazzy-dynamixel-sdk-examples Version: 4.0.3-1noble.20260615.134249 Architecture: amd64 Maintainer: Pyo Installed-Size: 488 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.20260615.134249_amd64.deb Size: 108492 SHA256: 81ef27a5bb6e34ee9694cfb9396a76568c7af803aca4b443cda8ed9a8912a6b8 SHA1: 9fa12756d630eab1f1face2e53cb46acc10168db MD5sum: 7bee44d58fad65632f179b47cfdd0fcb 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.20260615.134249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2188 Depends: ros-jazzy-dynamixel-sdk-examples (= 4.0.3-1noble.20260615.134249) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-sdk-examples/ros-jazzy-dynamixel-sdk-examples-dbgsym_4.0.3-1noble.20260615.134249_amd64.deb Size: 1851878 SHA256: d4d26614922bd8d23a472d5e4efb870ddd0ba9dcead0a3c6ab1681ff4c789be8 SHA1: 9b805be04adec74802064a979e16b0152e98712f MD5sum: b28ee5b8dc0aceb65ad30bcdfe5216e7 Description: debug symbols for ros-jazzy-dynamixel-sdk-examples Build-Ids: 08f72e4168cb42fa5cfeeaae86c6ee01de04dbf6 Package: ros-jazzy-dynamixel-workbench Version: 2.2.5-1noble.20260225.234655 Architecture: amd64 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.20260225.234655_amd64.deb Size: 6018 SHA256: 07605124367d7c09874402322ee805df85c3cd5034d22c85ebe3b17f4e7ef5d9 SHA1: 246a4175741dd4453db1cdd9e75c3c73dfa2b1e7 MD5sum: 8f4276e5689638dd72ea27922cb9c22f 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.20260615.105448 Architecture: amd64 Maintainer: Pyo Installed-Size: 6491 Depends: libc6 (>= 2.14), 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.20260615.105448_amd64.deb Size: 306178 SHA256: 53569775f34da1fd3c0221c95b2a8342a3e9c561d868308d920e6f5cd0040c37 SHA1: 9a291e725c66c4def65b82a72507fdea889a8fbc MD5sum: 092e8ab6260fe1d132b63723f7b7ebee 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.20260615.105448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3039 Depends: ros-jazzy-dynamixel-workbench-msgs (= 2.1.0-1noble.20260615.105448) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-workbench-msgs/ros-jazzy-dynamixel-workbench-msgs-dbgsym_2.1.0-1noble.20260615.105448_amd64.deb Size: 2450658 SHA256: da0531b95424fbd3e031615c81b818cde08f3b703ccc058c6551ca1c83617f1d SHA1: 6e0338bc0bcb9372acda8cc6606440be4a2262ed MD5sum: 3296c13bce15870e6ab1050c29d13c96 Description: debug symbols for ros-jazzy-dynamixel-workbench-msgs Build-Ids: 27985dbedc1f0c9753b28225ccf5d2791e7733f4 31ea0c2f687417a987f90c16a49b02941e984fe6 3bc17a565d1bbb6f8325b5b3b99a4aab4329f9aa 47f5e4f1f33bbf7bf9086a3e89c882bd4eb383c7 592719ed16506185f9d37eb6bb35f284175af116 592a4a16c5d1a47f23f38735ab6cbe9822d5f16b 5c0c2eef474470efa80866a8e76e047a4f185d96 93a9e69f5f4ce12ec308336d5bd7ca4a799d7370 9e9866cbdc19a944fd3e4e105d116a096d56249b a2d15b882eb79db69dcf6d16af2d0b78c5c89273 f919a50c3b8867b50623f6e1b3e4972d1c7987b8 Package: ros-jazzy-dynamixel-workbench-toolbox Version: 2.2.5-1noble.20260225.233512 Architecture: amd64 Maintainer: Pyo Installed-Size: 197 Depends: libc6 (>= 2.4), 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.20260225.233512_amd64.deb Size: 38760 SHA256: 94718546bdb1ea15a4747318ad14ea12b7231333bd2904a92697910b72faeb8d SHA1: ab300b6b1da8a709e7bbb44b38cb7fff0fa6aeec MD5sum: 867d0f7545988f532a1329aeaa7c62df 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.20260225.233512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 130 Depends: ros-jazzy-dynamixel-workbench-toolbox (= 2.2.5-1noble.20260225.233512) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-dynamixel-workbench-toolbox/ros-jazzy-dynamixel-workbench-toolbox-dbgsym_2.2.5-1noble.20260225.233512_amd64.deb Size: 97232 SHA256: 4a8c4b9434677852c7da220083576eea33a8181cdac14ced48711d544db52733 SHA1: 50ca8229a8e762645a58c2ed9832532f0c8266e1 MD5sum: de41b52facbf33e1c9a3d3ab66eb0a97 Description: debug symbols for ros-jazzy-dynamixel-workbench-toolbox Build-Ids: af305aee0e0b57fd6c18ff5c4819d2b3cafb6d89 Package: ros-jazzy-easynav Version: 0.4.0-1noble.20260804.194107 Architecture: amd64 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 Homepage: https://index.ros.org/p/easynav/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav/ros-jazzy-easynav_0.4.0-1noble.20260804.194107_amd64.deb Size: 6572 SHA256: 50b5b340d5d2aaa8bbfb423e5f694de93d933be0f7dd46fb305cf16e48a27717 SHA1: 3d13ccfdcf6ca93d934d7f3f3a270cbff7223c14 MD5sum: 86daa869968151ef65be51b918f347ee Description: Easy Navigation:Mata package for installing all EasyNav. Package: ros-jazzy-easynav-bonxai-maps-manager Version: 0.4.0-1noble.20260804.190045 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1119 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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-rclcpp, 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 Homepage: https://index.ros.org/p/easynav_bonxai_maps_manager/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-bonxai-maps-manager/ros-jazzy-easynav-bonxai-maps-manager_0.4.0-1noble.20260804.190045_amd64.deb Size: 252664 SHA256: a78f0d3ce377b2de215b62ead0890576c856112684aeaa9d748872b9903a1f64 SHA1: fd861c389e1cd70b1f98cf37acf1dbb0afa0863e MD5sum: fd63c04e9e735b7a9b304bc3b91c3555 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.4.0-1noble.20260804.190045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5962 Depends: ros-jazzy-easynav-bonxai-maps-manager (= 0.4.0-1noble.20260804.190045) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-bonxai-maps-manager/ros-jazzy-easynav-bonxai-maps-manager-dbgsym_0.4.0-1noble.20260804.190045_amd64.deb Size: 5348802 SHA256: a0f2da08db9d3491f8feaa77275d175d14a96664f1a5dce6b482215f5d562241 SHA1: 680360ca9eb7ca3029fc99f8a7e26a8048377a9a MD5sum: ebfba2ee00ea7b340ceaba0b661ffb92 Description: debug symbols for ros-jazzy-easynav-bonxai-maps-manager Build-Ids: 4f6f671fab0e2de045cda6ecb428e8c1687eead6 bc0269ec52bed8e85e5b5411c857d4b363f0e57e Package: ros-jazzy-easynav-common Version: 0.4.0-1noble.20260804.182234 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 119 Depends: ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-tf2-ros, ros-jazzy-yaets, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/easynav_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-common/ros-jazzy-easynav-common_0.4.0-1noble.20260804.182234_amd64.deb Size: 20274 SHA256: 065854a41f05987625154eade5c6d0c6a1cd09efbab62532ebefb6cc102f7338 SHA1: 9378639ee848ee94ea8de53e395ef15ab3399221 MD5sum: 996534fc391b3e4fdcb578c6833b79cb Description: Easy Navigation: Utils and types package. Package: ros-jazzy-easynav-controller Version: 0.4.0-1noble.20260804.190301 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 449 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 Homepage: https://index.ros.org/p/easynav_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-controller/ros-jazzy-easynav-controller_0.4.0-1noble.20260804.190301_amd64.deb Size: 127782 SHA256: 2ccb712cbf967a67973362cd7c09fc75f7683e003826732afa1f7f6ab86f0ab1 SHA1: e684bf982ef28d9f60fd440f1c75eb7ecf58fa0b MD5sum: e11131cc39744b914b043d1ac271eca5 Description: Easy Navigation: Controller package. Package: ros-jazzy-easynav-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-controller Version: 0.4.0-1noble.20260804.190301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 2227 Depends: ros-jazzy-easynav-controller (= 0.4.0-1noble.20260804.190301) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-controller/ros-jazzy-easynav-controller-dbgsym_0.4.0-1noble.20260804.190301_amd64.deb Size: 2128616 SHA256: 001240a350e5fc10ed5a3d71b30918b915f420eb91ac89a33bd42b5d1274bdfb SHA1: 1401cb08f8ede50b747b72383d1f085761c46f12 MD5sum: 987c584ae603cf3fbb88b730dac443a4 Description: debug symbols for ros-jazzy-easynav-controller Build-Ids: 001395dfc0e1e2baf2352e04b34aded3185d201f 20d074f42f574cdea5a7838c2aeeca6a346ef54b Package: ros-jazzy-easynav-core Version: 0.4.0-1noble.20260804.184828 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 303 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-easynav-common, ros-jazzy-easynav-sensors, 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 Homepage: https://index.ros.org/p/easynav_core/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-core/ros-jazzy-easynav-core_0.4.0-1noble.20260804.184828_amd64.deb Size: 82328 SHA256: 21e3280f9ada8291aeed5375b165e81c47fc6495a669239389b0bf9f5c68ae71 SHA1: 545bfd47aeff4ac9d16bb7abc2457204528ea54b MD5sum: e859aa80a7776a6d0c6431d85c11ef06 Description: Easy Navigation: Abstract interfaces for easynav plugins. Package: ros-jazzy-easynav-core-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-core Version: 0.4.0-1noble.20260804.184828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1952 Depends: ros-jazzy-easynav-core (= 0.4.0-1noble.20260804.184828) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-core/ros-jazzy-easynav-core-dbgsym_0.4.0-1noble.20260804.184828_amd64.deb Size: 1867492 SHA256: ede49c27277f0a7a3bfe3f879fc99b73f2ecf04f91ff25521204897ab8404464 SHA1: aa9067c2377723e3db0ff476591ad336ae966fd0 MD5sum: e8f1ef7120cff4f9ba649eb0840ec856 Description: debug symbols for ros-jazzy-easynav-core Build-Ids: 58729100cc860bed18c597b426ba6e31395e5265 Package: ros-jazzy-easynav-costmap-common Version: 0.4.0-1noble.20260804.184352 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 139 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), ros-jazzy-ament-index-cpp, ros-jazzy-easynav-common, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/easynav_costmap_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-costmap-common/ros-jazzy-easynav-costmap-common_0.4.0-1noble.20260804.184352_amd64.deb Size: 29260 SHA256: 97798a3c4189ebd4808545a4acf719d88bda6854d383a5316e7300ddad0d5963 SHA1: 878fdc183326f2dcd2f4ac6e47e0245ec656deed MD5sum: d9235f5591107478d78d2969bfdf1d10 Description: Easy Navigation: Simple Common package. Package: ros-jazzy-easynav-costmap-common-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-costmap-common Version: 0.4.0-1noble.20260804.184352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 103 Depends: ros-jazzy-easynav-costmap-common (= 0.4.0-1noble.20260804.184352) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-costmap-common/ros-jazzy-easynav-costmap-common-dbgsym_0.4.0-1noble.20260804.184352_amd64.deb Size: 86184 SHA256: a465b9b31540124b8a9df56740ee6fd411fb9d8fe72d1007bce956fa6e03a005 SHA1: 17c6e991b13a43d4e6b9683953ae305680a7828c MD5sum: 466b29b341245ab69ceb7aafe2919f23 Description: debug symbols for ros-jazzy-easynav-costmap-common Build-Ids: f1841e11105ee38c926804d8da03d084604ebd4a Package: ros-jazzy-easynav-costmap-maps-manager Version: 0.4.0-1noble.20260804.190106 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1015 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, libeigen3-dev, libgraphicsmagick++1-dev, ros-jazzy-ament-index-cpp, ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-easynav-costmap-common, ros-jazzy-easynav-sensors, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-yaets, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/easynav_costmap_maps_manager/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-costmap-maps-manager/ros-jazzy-easynav-costmap-maps-manager_0.4.0-1noble.20260804.190106_amd64.deb Size: 277316 SHA256: 8573f5745e92624c249270afe2360c4660172fe6a0a99055b5a621a772010198 SHA1: 7591416005243d0182a442f7a7f3318bdf704107 MD5sum: 39bf1ec044d75067a3a28367a2de1f75 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.4.0-1noble.20260804.190106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5851 Depends: ros-jazzy-easynav-costmap-maps-manager (= 0.4.0-1noble.20260804.190106) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-costmap-maps-manager/ros-jazzy-easynav-costmap-maps-manager-dbgsym_0.4.0-1noble.20260804.190106_amd64.deb Size: 5431252 SHA256: 429163856208287192690c85e72772bc77776b856e5fab6fd106e605d02ec60f SHA1: 3cfe65ba57e25f5e5ec230f9d11c34fefa99de93 MD5sum: 3f5fe3464eb55ae47e0bf16f8ba19183 Description: debug symbols for ros-jazzy-easynav-costmap-maps-manager Build-Ids: 4f55a1e6a7f62562c17c3c299fb96f1eee1d05fb Package: ros-jazzy-easynav-costmap-planner Version: 0.4.0-1noble.20260804.190348 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 296 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 Homepage: https://index.ros.org/p/easynav_costmap_planner/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-costmap-planner/ros-jazzy-easynav-costmap-planner_0.4.0-1noble.20260804.190348_amd64.deb Size: 83324 SHA256: 40a639bc636236058b5ece23e620fcf99d41ec0281b285dbf8dfe0a1a4dd7971 SHA1: 3abfa052f8edb4e999be798b79de4d9ebceead0a MD5sum: 8999e747a626aa63a9ecb30b119ce8ff Description: Easy Navigation: Costmap planner package. Package: ros-jazzy-easynav-costmap-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-costmap-planner Version: 0.4.0-1noble.20260804.190348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1343 Depends: ros-jazzy-easynav-costmap-planner (= 0.4.0-1noble.20260804.190348) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-costmap-planner/ros-jazzy-easynav-costmap-planner-dbgsym_0.4.0-1noble.20260804.190348_amd64.deb Size: 1256822 SHA256: 5671aa47c07fde54ea50a1785977e7cd2c631ae8130d583ebaba7e734407517a SHA1: cdf6e27fb36b180787506dff17b965deb11cf92c MD5sum: 37dd48f7555632ef18a97f7b0c59acb8 Description: debug symbols for ros-jazzy-easynav-costmap-planner Build-Ids: d6544fd4967ab648b99f5ef5f67383f77d53671d Package: ros-jazzy-easynav-fusion-localizer Version: 0.4.0-1noble.20260804.193902 Architecture: amd64 Maintainer: "Miguel Ángel de Miguel" Installed-Size: 2564 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), libeigen3-dev, libgeographiclib-dev, ros-jazzy-angles, ros-jazzy-diagnostic-msgs, ros-jazzy-diagnostic-updater, ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-easynav-localizer, ros-jazzy-easynav-sensors, ros-jazzy-geographic-msgs, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-robot-localization, 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://index.ros.org/p/easynav_fusion_localizer/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-fusion-localizer/ros-jazzy-easynav-fusion-localizer_0.4.0-1noble.20260804.193902_amd64.deb Size: 431220 SHA256: 8a701e60f382ffcb8ca729dbd1510b6c0ee2fab2daf2d655d26967e3bc0603b0 SHA1: a9598db7cd30b6bc3fbcde4ad4806cef2d464bd9 MD5sum: fce4607c078f9f0f0e94fa5cbea5ed02 Description: Easy Navigation: Fusion Localizer package. Package: ros-jazzy-easynav-fusion-localizer-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-fusion-localizer Version: 0.4.0-1noble.20260804.193902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel de Miguel" Installed-Size: 11884 Depends: ros-jazzy-easynav-fusion-localizer (= 0.4.0-1noble.20260804.193902) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-fusion-localizer/ros-jazzy-easynav-fusion-localizer-dbgsym_0.4.0-1noble.20260804.193902_amd64.deb Size: 10135954 SHA256: 43091dd0c77864205dd7cb6d14bd11bac66827968feffdaa70593ca5995236fe SHA1: c2dd72c644392cc4ae04234790dcf1416dc34f8f MD5sum: ddd8502cc5584b8e52aa483536d637ed Description: debug symbols for ros-jazzy-easynav-fusion-localizer Build-Ids: d2ed7ca5ebfe2e93c312848a6ce503f98bd31960 Package: ros-jazzy-easynav-gps-localizer Version: 0.4.0-1noble.20260804.190105 Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 1104 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-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, 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/easynav_gps_localizer/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-gps-localizer/ros-jazzy-easynav-gps-localizer_0.4.0-1noble.20260804.190105_amd64.deb Size: 182336 SHA256: 76ed8a1961b5690594b5bd0bfe0e93bf46cbae8d18685eced0b9c70bb37a2bcb SHA1: 2d64634eea9a32f5fe177b01b1213101edb678b6 MD5sum: b4754523fb3edbcbe787085f313298bb Description: Easy Navigation: GPS Localizer package. Package: ros-jazzy-easynav-gps-localizer-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-gps-localizer Version: 0.4.0-1noble.20260804.190105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 4753 Depends: ros-jazzy-easynav-gps-localizer (= 0.4.0-1noble.20260804.190105) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-gps-localizer/ros-jazzy-easynav-gps-localizer-dbgsym_0.4.0-1noble.20260804.190105_amd64.deb Size: 3895598 SHA256: 67ce648229d37bc738bbbf6397b1eca7f6ed0e940c1bcf80b5b36facb9042ff9 SHA1: 9c5ebd40d49b1dbfbd46d9805a81d457a74c5215 MD5sum: 8ccb5310fee505ccf1cbe7b67e8cf25c Description: debug symbols for ros-jazzy-easynav-gps-localizer Build-Ids: cffaff535739ab0f57d3dd2f6eb2b92a10323088 Package: ros-jazzy-easynav-interfaces Version: 0.4.0-1noble.20260727.082703 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 731 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/easynav_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-interfaces/ros-jazzy-easynav-interfaces_0.4.0-1noble.20260727.082703_amd64.deb Size: 68696 SHA256: 7142815790974bd2656fc3d1597b3adf5f962cabef0bc1c7be816ff808e75dbf SHA1: 23460d78bf383f7920d096884304b03014dbcf3b MD5sum: 37548145a0307cf15323e308dd8916ac Description: Easy Navigation: Message, Service, and Action definitions. Package: ros-jazzy-easynav-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-interfaces Version: 0.4.0-1noble.20260727.082703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 466 Depends: ros-jazzy-easynav-interfaces (= 0.4.0-1noble.20260727.082703) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-interfaces/ros-jazzy-easynav-interfaces-dbgsym_0.4.0-1noble.20260727.082703_amd64.deb Size: 346084 SHA256: 3d1df90a46a1eda67946ac9ffe9eca0ed4f70d0dc95dcd3ba2ed32a5cb045ec2 SHA1: 9bf922eca65963ab2f726aeedd45742fb0e40e6c MD5sum: 102e11d264fe30be47750ab6397bf852 Description: debug symbols for ros-jazzy-easynav-interfaces Build-Ids: 0422ba3cf150d462e85edb124479e509c21c9e50 28c5cad7d0658ecd96e84cd99f1e2f291ce2a498 2e5e49c4bfbb70c42f0f50fddedb56c22131d70f 6d92973299c93a563f48ace167c4b842041e68eb 7222cefd7129274a4bad61656b25fc29bf58fa04 9042f16e3d03b916bd05f094080981dbd41c2f05 954a3e18daf910c41f6301776e9cf320c18e149f 9a76e91422696576ba7476e4087cd5ccc5716831 9f93423ca79bce3657767dc72fd2ff3ff6c11946 c543b2715064bcad5a493784079f141f2eecf2d8 d123a19c264d6a7c0307214f6c8e16dd31948a44 Package: ros-jazzy-easynav-localizer Version: 0.4.0-1noble.20260804.190415 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 495 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 Homepage: https://index.ros.org/p/easynav_localizer/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-localizer/ros-jazzy-easynav-localizer_0.4.0-1noble.20260804.190415_amd64.deb Size: 145344 SHA256: 9a4eb1ca56a89cac927ae8953c9467929b9333988f869764b3462a634f03ac65 SHA1: eb8e56450e93b343acf511a29d1748e56f255074 MD5sum: 5f4b55a78215cc7d2267170109a150a1 Description: Easy Navigation: Localizer package. Package: ros-jazzy-easynav-localizer-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-localizer Version: 0.4.0-1noble.20260804.190415 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 2325 Depends: ros-jazzy-easynav-localizer (= 0.4.0-1noble.20260804.190415) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-localizer/ros-jazzy-easynav-localizer-dbgsym_0.4.0-1noble.20260804.190415_amd64.deb Size: 2189348 SHA256: 4580963ec7d86526d2f54f6d818c7aa2ee72a6249d4465008da545a149bec024 SHA1: e1ee8a2f76e86d9429d29814ce11db4a1ffb01da MD5sum: fd560f3454e5d14649bb5a1f9a22015a Description: debug symbols for ros-jazzy-easynav-localizer Build-Ids: 291b7fdf1344554d797149b3e5641884e527a8c5 4a6a0e38bc93fbacc9385466e2052f4f28be61d7 Package: ros-jazzy-easynav-maps-manager Version: 0.4.0-1noble.20260804.190415 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 377 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 Homepage: https://index.ros.org/p/easynav_maps_manager/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-maps-manager/ros-jazzy-easynav-maps-manager_0.4.0-1noble.20260804.190415_amd64.deb Size: 108416 SHA256: be9c1cce1f14f45294e9f09c1286493f9ff5255b1c41fff1939c4481f307c7e2 SHA1: 257619b7e28e1f43823de32e769ea88bab69cdc3 MD5sum: 0ef910a16a046f07022cf53c37ecdc87 Description: Easy Navigation: MapsManager package. Package: ros-jazzy-easynav-maps-manager-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-maps-manager Version: 0.4.0-1noble.20260804.190415 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1569 Depends: ros-jazzy-easynav-maps-manager (= 0.4.0-1noble.20260804.190415) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-maps-manager/ros-jazzy-easynav-maps-manager-dbgsym_0.4.0-1noble.20260804.190415_amd64.deb Size: 1490508 SHA256: 4d2e052bc1f271ed6950bb4082e9dda46ff32663e881128022a5cf7f1ae12489 SHA1: f389dee09b77d6f7c933eda7dfef763ec408e6f0 MD5sum: 825bdc2b3ba054410df01c448448a593 Description: debug symbols for ros-jazzy-easynav-maps-manager Build-Ids: 01c0d299d181ae488ab4bbd38c181af3167265db 8c2d881c214bd1cc2405ca01803f76604a683834 Package: ros-jazzy-easynav-mpc-controller Version: 0.4.0-1noble.20260804.193935 Architecture: amd64 Maintainer: "Juan S. Cely G." Installed-Size: 385 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libnlopt0 (>= 2.6.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-easynav-sensors, ros-jazzy-easynav-system, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pcl-conversions, ros-jazzy-pluginlib, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/easynav_mpc_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-mpc-controller/ros-jazzy-easynav-mpc-controller_0.4.0-1noble.20260804.193935_amd64.deb Size: 108728 SHA256: e175cddf0a7219a54b0a05e64b9b319043ebe51193e532448690641694cb59d5 SHA1: 8db8fa1d016777ad79ccc6b2e6bc2d1250534984 MD5sum: 92bd1d9d65a2ce4b633f89c2438bb5fa Description: Easy Navigation: MPC Controller package. Package: ros-jazzy-easynav-mpc-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-mpc-controller Version: 0.4.0-1noble.20260804.193935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Juan S. Cely G." Installed-Size: 2258 Depends: ros-jazzy-easynav-mpc-controller (= 0.4.0-1noble.20260804.193935) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-mpc-controller/ros-jazzy-easynav-mpc-controller-dbgsym_0.4.0-1noble.20260804.193935_amd64.deb Size: 2143240 SHA256: 0dccf90a79acbc66d75d5499d498b884519203e1540a204eb1b2f850a8a4ec04 SHA1: 0e91f4cca157a9154d7bf183f7aa5e0491b6f997 MD5sum: 521c8055b09249b7d564908930f58298 Description: debug symbols for ros-jazzy-easynav-mpc-controller Build-Ids: b8ae3066ca5cb2d6b7532217045dfcffd2126bf0 Package: ros-jazzy-easynav-mppi-controller Version: 0.4.0-1noble.20260804.194025 Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 323 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-sensors, ros-jazzy-easynav-system, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pcl-ros, ros-jazzy-pluginlib, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/easynav_mppi_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-mppi-controller/ros-jazzy-easynav-mppi-controller_0.4.0-1noble.20260804.194025_amd64.deb Size: 89332 SHA256: 13eed9b06750125faaf17ee4bb868f1856a816c496767e7f663e336a265d9a15 SHA1: f2f56186a445742522bd347ee610f4ffea48d36f MD5sum: 77736c78d2922ae5ff1e47cd77ccd5af Description: Easy Navigation: MPPI Controller package. Package: ros-jazzy-easynav-mppi-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-mppi-controller Version: 0.4.0-1noble.20260804.194025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 1945 Depends: ros-jazzy-easynav-mppi-controller (= 0.4.0-1noble.20260804.194025) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-mppi-controller/ros-jazzy-easynav-mppi-controller-dbgsym_0.4.0-1noble.20260804.194025_amd64.deb Size: 1858882 SHA256: 88cbcfffb8bd2c630d8cf7397a60f604f0f516b6e42d027f7c85dfe4f6bb881b SHA1: dd8ae27b0559aa9c68e73d55b0519cd6ad874d22 MD5sum: 9f863c3732677b6b73087e70fd9968f1 Description: debug symbols for ros-jazzy-easynav-mppi-controller Build-Ids: 67e836a22baf4a47267048eb145ea6dfe4290d5c Package: ros-jazzy-easynav-navmap-localizer Version: 0.4.0-1noble.20260804.194059 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1027 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-jazzy-easynav-bonxai-maps-manager, ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-easynav-localizer, ros-jazzy-easynav-sensors, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-navmap-core, ros-jazzy-navmap-ros, ros-jazzy-navmap-ros-interfaces, ros-jazzy-pcl-ros, ros-jazzy-pluginlib, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/easynav_navmap_localizer/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-navmap-localizer/ros-jazzy-easynav-navmap-localizer_0.4.0-1noble.20260804.194059_amd64.deb Size: 220772 SHA256: 3255c9ad77443d85dc4e7475346ece5c89e6dedbffc6a98f71414570b7967040 SHA1: 210515c9ee2d90ad7e90580c725c0fbe2d16066e MD5sum: 4b4244bf3093eb70b7be07e878361ae7 Description: Easy Navigation: nAVmAP Localizer package. Package: ros-jazzy-easynav-navmap-localizer-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-navmap-localizer Version: 0.4.0-1noble.20260804.194059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5222 Depends: ros-jazzy-easynav-navmap-localizer (= 0.4.0-1noble.20260804.194059) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-navmap-localizer/ros-jazzy-easynav-navmap-localizer-dbgsym_0.4.0-1noble.20260804.194059_amd64.deb Size: 4580838 SHA256: 5f42b34e21c39e28a09df1ac1b80774fb05c183b6a073229dce9176b38920ca9 SHA1: ddec40f36390839a47ab9faa73d8c114b238d50a MD5sum: 175fa0db06f7260303697db6e90976c1 Description: debug symbols for ros-jazzy-easynav-navmap-localizer Build-Ids: c944379e53bd53537ed84b5a04d53d707b3b6a27 Package: ros-jazzy-easynav-navmap-maps-manager Version: 0.4.0-1noble.20260804.193000 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1309 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, libeigen3-dev, libgraphicsmagick++1-dev, ros-jazzy-ament-index-cpp, ros-jazzy-easynav-common, ros-jazzy-easynav-core, ros-jazzy-easynav-sensors, ros-jazzy-nav-msgs, ros-jazzy-navmap-core, ros-jazzy-navmap-ros, ros-jazzy-navmap-ros-interfaces, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, 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 Homepage: https://index.ros.org/p/easynav_navmap_maps_manager/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-navmap-maps-manager/ros-jazzy-easynav-navmap-maps-manager_0.4.0-1noble.20260804.193000_amd64.deb Size: 308574 SHA256: 03aec226b13e6b92bb33b2002b4c6aa0448dbc3220ff2b8fae524d92172f7e27 SHA1: 81b6d1d5bffd01a8f178b55a8d9ea4d766ab190d MD5sum: d0f9853d056b53868db588e551fa9d87 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.4.0-1noble.20260804.193000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 7925 Depends: ros-jazzy-easynav-navmap-maps-manager (= 0.4.0-1noble.20260804.193000) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-navmap-maps-manager/ros-jazzy-easynav-navmap-maps-manager-dbgsym_0.4.0-1noble.20260804.193000_amd64.deb Size: 7222136 SHA256: 894aa9d90a3c2a40585f943701f6d4774a6c15117786680c1c13ec121daf28f3 SHA1: 3b3a4127d93fc4af6a61ba746584d1f3be227ac8 MD5sum: d84f5efbd5772b110b4b9a2917330557 Description: debug symbols for ros-jazzy-easynav-navmap-maps-manager Build-Ids: d182a7f7aba4ab43e3fe75613f29741298f8733a Package: ros-jazzy-easynav-navmap-planner Version: 0.4.0-1noble.20260804.194041 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 307 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 Homepage: https://index.ros.org/p/easynav_navmap_planner/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-navmap-planner/ros-jazzy-easynav-navmap-planner_0.4.0-1noble.20260804.194041_amd64.deb Size: 86608 SHA256: dfe731a7a373a6c2c094effa4ad4679294f69db90c070a255738ae131e3ecd95 SHA1: 9cbf196c64675609c8bf40bb5c94f388c79e70be MD5sum: 28d969a7f0c368ae4f5f3ed5c75050e4 Description: Easy Navigation: navmap planner package. Package: ros-jazzy-easynav-navmap-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-navmap-planner Version: 0.4.0-1noble.20260804.194041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 2012 Depends: ros-jazzy-easynav-navmap-planner (= 0.4.0-1noble.20260804.194041) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-navmap-planner/ros-jazzy-easynav-navmap-planner-dbgsym_0.4.0-1noble.20260804.194041_amd64.deb Size: 1937840 SHA256: 39e433712a98a9a802f25127a7f31d2a982a7485951a1203b6344ec66ef48de6 SHA1: bfc006dce639d3a8b5ddf8b4b585cb4e94383a54 MD5sum: 1057c424ef37a801a2fcc083e1c7268a Description: debug symbols for ros-jazzy-easynav-navmap-planner Build-Ids: 38663ef3e5d6b9c857c837a66ffe5e9a7b69d564 Package: ros-jazzy-easynav-octomap-maps-manager Version: 0.4.0-1noble.20260804.190107 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1005 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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-rclcpp, ros-jazzy-rclcpp-lifecycle, 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 Homepage: https://index.ros.org/p/easynav_octomap_maps_manager/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-octomap-maps-manager/ros-jazzy-easynav-octomap-maps-manager_0.4.0-1noble.20260804.190107_amd64.deb Size: 273236 SHA256: f78b26f29df0ddbc52e96cd63ded4b569b56927d3226973227012d59a7eda880 SHA1: c2c47edfc7eced09995ac7fdc5255453c2e9e4f5 MD5sum: ccaad50830547f8a98e0acf4969d525c 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.4.0-1noble.20260804.190107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5948 Depends: ros-jazzy-easynav-octomap-maps-manager (= 0.4.0-1noble.20260804.190107) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-octomap-maps-manager/ros-jazzy-easynav-octomap-maps-manager-dbgsym_0.4.0-1noble.20260804.190107_amd64.deb Size: 5521038 SHA256: f8e98dcbe6447b2b0010fbd74b3883fba22bb58ce56047fb203058584601a9a4 SHA1: ad5d566fe4b499eb2a913a79ac87c29591555b4e MD5sum: e7111dd3f2e559fe8a89c8674d836822 Description: debug symbols for ros-jazzy-easynav-octomap-maps-manager Build-Ids: dbc814e21b95756ac6891a0abe613e1d4fee930e Package: ros-jazzy-easynav-planner Version: 0.4.0-1noble.20260804.190440 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 441 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 Homepage: https://index.ros.org/p/easynav_planner/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-planner/ros-jazzy-easynav-planner_0.4.0-1noble.20260804.190440_amd64.deb Size: 125220 SHA256: adff1e57d4d19c7b146c441ced92cd0d9a3f4432bc5a6e7254caf6b94858c2dc SHA1: fc750c361a701a503b33d9b5bb74a8edc6ae30dd MD5sum: 0735b1fbacd05646db394789474ac2c2 Description: Easy Navigation: Planner package. Package: ros-jazzy-easynav-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-planner Version: 0.4.0-1noble.20260804.190440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1947 Depends: ros-jazzy-easynav-planner (= 0.4.0-1noble.20260804.190440) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-planner/ros-jazzy-easynav-planner-dbgsym_0.4.0-1noble.20260804.190440_amd64.deb Size: 1847180 SHA256: 4b6ffbf5247ba234d57891e26232ae3b891b0924aef7b444be04c8a4b8e0b542 SHA1: 82c452766031dbc5346aa9c33463fde0f30be253 MD5sum: 59741b4f5fa7e5201fd94f0de68e1b2e Description: debug symbols for ros-jazzy-easynav-planner Build-Ids: 1bc77149adf32766e913911c4dce6dff1ad74b93 2e4ca6a552176a45b2f74727110c8a6c30b0f2ab Package: ros-jazzy-easynav-regulated-pp-controller Version: 0.4.0-1noble.20260804.193304 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 382 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-sensors, ros-jazzy-easynav-system, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pluginlib, 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/easynav_regulated_pp_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-regulated-pp-controller/ros-jazzy-easynav-regulated-pp-controller_0.4.0-1noble.20260804.193304_amd64.deb Size: 99996 SHA256: b7bd1ba6ad495cf7ca3c16695c72315359e2f504a1195a86f49ff756ee8d00ee SHA1: 4d94a995a0e56800ae7f27d5c83d0c17c42af5c0 MD5sum: 127666695b119adb4b2d5fdd5c7342c9 Description: Easy Navigation: port of the Nav2 Regulated Pure Pursuit Controller. Package: ros-jazzy-easynav-regulated-pp-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-regulated-pp-controller Version: 0.4.0-1noble.20260804.193304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1894 Depends: ros-jazzy-easynav-regulated-pp-controller (= 0.4.0-1noble.20260804.193304) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-regulated-pp-controller/ros-jazzy-easynav-regulated-pp-controller-dbgsym_0.4.0-1noble.20260804.193304_amd64.deb Size: 1778006 SHA256: 77eb96f1c430c10664ce33e21fbc71b31f246d4f9e487c9f90d1dda961beb409 SHA1: dfb0f5455c68cda65b6009c605a5f015abd50d0f MD5sum: e37e50fbfc496991863a3c7186982a93 Description: debug symbols for ros-jazzy-easynav-regulated-pp-controller Build-Ids: eff655c78f9f09fd23e06613b2167c24fb9b28e4 Package: ros-jazzy-easynav-routes-maps-manager Version: 0.4.0-1noble.20260804.190235 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 695 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-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-std-srvs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-yaets, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/easynav_routes_maps_manager/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-routes-maps-manager/ros-jazzy-easynav-routes-maps-manager_0.4.0-1noble.20260804.190235_amd64.deb Size: 207436 SHA256: 90aa45a5e00e75875893f69cfaa6a7355e703d42bd0dd80e5bb5900108556c3b SHA1: f4a1dc5a5916b6346f7e1632fdf97ae003e0377e MD5sum: d07b772d2b4210521bae59866882006e 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.4.0-1noble.20260804.190235 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 3481 Depends: ros-jazzy-easynav-routes-maps-manager (= 0.4.0-1noble.20260804.190235) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-routes-maps-manager/ros-jazzy-easynav-routes-maps-manager-dbgsym_0.4.0-1noble.20260804.190235_amd64.deb Size: 3276782 SHA256: 307712579b93df2d68b6942849c8a75b9b0e5dbb17066e816f7b6a7cc9333966 SHA1: 32dd4e38adaa7da518bd45135521ee3e48602a99 MD5sum: 9b1877ad8df9a14106a3137d774e2fc2 Description: debug symbols for ros-jazzy-easynav-routes-maps-manager Build-Ids: 5dd93642b9cb39c9aa5468033f5e7429338bd766 Package: ros-jazzy-easynav-sensors Version: 0.4.0-1noble.20260804.183154 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 2327 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-cv-bridge, ros-jazzy-easynav-common, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-pcl-conversions, ros-jazzy-pcl-ros, ros-jazzy-pluginlib, 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-ros-workspace Homepage: https://index.ros.org/p/easynav_sensors/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-sensors/ros-jazzy-easynav-sensors_0.4.0-1noble.20260804.183154_amd64.deb Size: 408750 SHA256: 7e752c6fc34404604d2176d71480c2bfe135abe63e1a0aa90029fdab20d31b53 SHA1: e77c472dabbf5b59d9dda21090346a72b5359810 MD5sum: 4872f8cc06b287032b8dc87f8f3fe5cf Description: Easy Navigation: Sensors package. Package: ros-jazzy-easynav-sensors-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-sensors Version: 0.4.0-1noble.20260804.183154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 12280 Depends: ros-jazzy-easynav-sensors (= 0.4.0-1noble.20260804.183154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-sensors/ros-jazzy-easynav-sensors-dbgsym_0.4.0-1noble.20260804.183154_amd64.deb Size: 10473564 SHA256: d3f18f14b4493f0a1439bb178efa7cdf0c1c8d1fe2177535a5221cefec6925a8 SHA1: cf0f5f7ae1f7aff4d9e5b2579c4a880c6cc0f803 MD5sum: e685ace62f2ad673288c38355869cc8e Description: debug symbols for ros-jazzy-easynav-sensors Build-Ids: 3a0700f82a0caa2dacb70489657fd50783335d7f Package: ros-jazzy-easynav-serest-controller Version: 0.4.0-1noble.20260804.190108 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 236 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-sensors, 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/easynav_serest_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-serest-controller/ros-jazzy-easynav-serest-controller_0.4.0-1noble.20260804.190108_amd64.deb Size: 62766 SHA256: 6410302959d738286d0434b7c713c2a459b1cd80df37ea9ab34c89f9bfb6a022 SHA1: 9e52241014d9966aabffb2d08f4adc21aa5b8545 MD5sum: 3df0c16f13f9f659e4e51b5484597632 Description: Easy Navigation: SeReST Controller package. Package: ros-jazzy-easynav-serest-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-serest-controller Version: 0.4.0-1noble.20260804.190108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1188 Depends: ros-jazzy-easynav-serest-controller (= 0.4.0-1noble.20260804.190108) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-serest-controller/ros-jazzy-easynav-serest-controller-dbgsym_0.4.0-1noble.20260804.190108_amd64.deb Size: 1138656 SHA256: 7412386e2e2c9e6ccb68e949aeb9c824b4ebfc0c1f98c8215848a24f6dbe51f6 SHA1: 28255579f6af63189f7195df2038d96f40e345b1 MD5sum: 02e5d66144d04f0d91d5b7338b7d9ebc Description: debug symbols for ros-jazzy-easynav-serest-controller Build-Ids: 4c494c53cae05b6ba7c417dbaf290590b0b86773 Package: ros-jazzy-easynav-simple-common Version: 0.4.0-1noble.20260804.190013 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 104 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 Homepage: https://index.ros.org/p/easynav_simple_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-common/ros-jazzy-easynav-simple-common_0.4.0-1noble.20260804.190013_amd64.deb Size: 22216 SHA256: fcc433559184e918d4d1838e276ef935cb2d43909ffff57f5fc699645d0cb969 SHA1: 2c65e36124a084f863b2dc409d634d1e49bfef23 MD5sum: c606927d7b5297a71c1e6979d0f95844 Description: Easy Navigation: Simple Common package. Package: ros-jazzy-easynav-simple-common-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-simple-common Version: 0.4.0-1noble.20260804.190013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 117 Depends: ros-jazzy-easynav-simple-common (= 0.4.0-1noble.20260804.190013) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-common/ros-jazzy-easynav-simple-common-dbgsym_0.4.0-1noble.20260804.190013_amd64.deb Size: 97954 SHA256: 6b1fe86d7671531c2f38bb7845f052b6e4c8da2091387dab2d777cc4c4ee360f SHA1: c16eccc10864d593ceab571a761a3b3d9d2573a6 MD5sum: 7ea7ccdf6d2212cbeb4ab7fc3279991e Description: debug symbols for ros-jazzy-easynav-simple-common Build-Ids: baba5211482f59bb5baf93d5d5b90fb2654ee60c Package: ros-jazzy-easynav-simple-controller Version: 0.4.0-1noble.20260804.190124 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 161 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-rclcpp, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/easynav_simple_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-controller/ros-jazzy-easynav-simple-controller_0.4.0-1noble.20260804.190124_amd64.deb Size: 37408 SHA256: 346be4491a9e8700dbaf6bc40b2748641ab8a11242e8abcfc854a7c7038481cd SHA1: 50eab28f520c7645e8299faab9b14fb13c579ebe MD5sum: b4ffeeff9283c26ccf526876679504a3 Description: Easy Navigation: Simple Controller package. Package: ros-jazzy-easynav-simple-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-simple-controller Version: 0.4.0-1noble.20260804.190124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 684 Depends: ros-jazzy-easynav-simple-controller (= 0.4.0-1noble.20260804.190124) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-controller/ros-jazzy-easynav-simple-controller-dbgsym_0.4.0-1noble.20260804.190124_amd64.deb Size: 654682 SHA256: ab452ca92d7aeeb618ac0e6fcf67196935fe567798e9cbe4d00f060c238b80ad SHA1: b3876e877aaa855b294c16b39ed441b1e994a1e6 MD5sum: 4cdf029b9729b4778e1876b34e98c189 Description: debug symbols for ros-jazzy-easynav-simple-controller Build-Ids: 4d5a2a0a722d62bfb9f1999b6345b56bf9e65d3e Package: ros-jazzy-easynav-simple-maps-manager Version: 0.4.0-1noble.20260804.190336 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 615 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 Homepage: https://index.ros.org/p/easynav_simple_maps_manager/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-maps-manager/ros-jazzy-easynav-simple-maps-manager_0.4.0-1noble.20260804.190336_amd64.deb Size: 138036 SHA256: e453e8f9a4eb5ea01c99c51d6d3a5f5741b974149de43451b07e493ed4f5b8b2 SHA1: 81e3ab57dca374447d0891594b4dd269e04d9c55 MD5sum: 3aec3ac42a73aaaf18300ab352496a3e 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.4.0-1noble.20260804.190336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 3187 Depends: ros-jazzy-easynav-simple-maps-manager (= 0.4.0-1noble.20260804.190336) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-maps-manager/ros-jazzy-easynav-simple-maps-manager-dbgsym_0.4.0-1noble.20260804.190336_amd64.deb Size: 2836106 SHA256: 39e4e7af5619042a58868e38cf84bed442500bbec18a3d3b013ecef18d60317e SHA1: 4e16addacc0a436ed2aeb14d0655dd9fe75c4545 MD5sum: 6b4cd8c6f8b4d8c3e03bf2471d3e5a4f Description: debug symbols for ros-jazzy-easynav-simple-maps-manager Build-Ids: 8beeb732045591bf54ad21c511628bf68506d035 Package: ros-jazzy-easynav-simple-planner Version: 0.4.0-1noble.20260804.190448 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 296 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 Homepage: https://index.ros.org/p/easynav_simple_planner/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-planner/ros-jazzy-easynav-simple-planner_0.4.0-1noble.20260804.190448_amd64.deb Size: 84172 SHA256: 437f4f704e4502769e7cbc74d092481a6f5c11fa3a9a1926b0a0bed37ae696b8 SHA1: 4da98b1a62301cae1dc2c8a5f11fb46e2a3c63c2 MD5sum: 3f41c55e615456ed02bfebe59db0cc0c Description: Easy Navigation: Simple planner package. Package: ros-jazzy-easynav-simple-planner-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-simple-planner Version: 0.4.0-1noble.20260804.190448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1400 Depends: ros-jazzy-easynav-simple-planner (= 0.4.0-1noble.20260804.190448) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-simple-planner/ros-jazzy-easynav-simple-planner-dbgsym_0.4.0-1noble.20260804.190448_amd64.deb Size: 1313386 SHA256: 8ec3e1180060f841df7bfce0eb715690384d7f52972cc5bb58e29d44b6b6dd9c SHA1: 4409a277eb17055a35ca37c6eea7ab2eb7317bad MD5sum: 2cfc2333ea92a021581b96592158e4fb Description: debug symbols for ros-jazzy-easynav-simple-planner Build-Ids: 1fa5deae5b37e7480e28d089781b2fc1cad59a50 Package: ros-jazzy-easynav-support-py Version: 0.4.0-1noble.20260727.083553 Architecture: amd64 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 Homepage: https://index.ros.org/p/easynav_support_py/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-support-py/ros-jazzy-easynav-support-py_0.4.0-1noble.20260727.083553_amd64.deb Size: 10080 SHA256: ceebf450b24912bbf6b46eb1ebcf8eb229b07800ea7fcefc1bce09d25fd76589 SHA1: da44686fb187214b15198807af77a1466356d919 MD5sum: 1c6fbf1649e6389c5e23aa01491c3f98 Description: Support utilities for EasyNav in Python: GoalManagerClient and tests. Package: ros-jazzy-easynav-system Version: 0.4.0-1noble.20260804.191718 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1725 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 Homepage: https://index.ros.org/p/easynav_system/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-system/ros-jazzy-easynav-system_0.4.0-1noble.20260804.191718_amd64.deb Size: 323314 SHA256: cdbdf6d1b692216ccda380d98c5f953ed43281f249ea9371d196284ad422d007 SHA1: 11f93e0ad9fdc9a88ff2b965fd9ed4175bb58bce MD5sum: 2a272ec57f42362a13fb2b36e265cc72 Description: Easy Navigation: System package. Package: ros-jazzy-easynav-system-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-system Version: 0.4.0-1noble.20260804.191718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 8891 Depends: ros-jazzy-easynav-system (= 0.4.0-1noble.20260804.191718) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-system/ros-jazzy-easynav-system-dbgsym_0.4.0-1noble.20260804.191718_amd64.deb Size: 7730212 SHA256: dd45fc3fde91c8f543cb949c288f0a12b84d8e90f3b10abf6c4c69003edba044 SHA1: 4788943acfe7c500697825de0c4e2df461a3fd17 MD5sum: 2ef7d48e8df696c3a54efdb5d2c79733 Description: debug symbols for ros-jazzy-easynav-system Build-Ids: 9f3fda6abbfce5625e6e63c1e2a826c66abc7b99 e997d09404cad58e5935a4c5fbe96e2e0e6010f7 fc54e252f58b081b9db1662c8d8ddeee7f0b2fba Package: ros-jazzy-easynav-tools Version: 0.4.0-1noble.20260727.083824 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 6240 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 Homepage: https://index.ros.org/p/easynav_tools/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-tools/ros-jazzy-easynav-tools_0.4.0-1noble.20260727.083824_amd64.deb Size: 1334658 SHA256: 6a7a302a51942fcb3ae1f8274f735854dc192620b91aa0b779f0d6d157475ddc SHA1: 7fc7ad9053b5886ce68311eac940f3c677244975 MD5sum: 1dbf826197d5dfa711984a119b4e0870 Description: ROS 2 Navigation tools: TUI + ros2cli commands for EasyNav. Package: ros-jazzy-easynav-vff-controller Version: 0.4.0-1noble.20260804.190531 Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 294 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-sensors, ros-jazzy-geometry-msgs, 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 Homepage: https://index.ros.org/p/easynav_vff_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-vff-controller/ros-jazzy-easynav-vff-controller_0.4.0-1noble.20260804.190531_amd64.deb Size: 82186 SHA256: 418bf529228406f874ef8923f781b332ecb26fd4ac8fc3d5c28cdc1c57aa35f7 SHA1: 17a1ebe2ada90db51348c8e3372db9b2315c7e94 MD5sum: d04676da1d0cd3f888d794f1b130e315 Description: Easy Navigation: VFF Controller package. Package: ros-jazzy-easynav-vff-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-easynav-vff-controller Version: 0.4.0-1noble.20260804.190531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 1661 Depends: ros-jazzy-easynav-vff-controller (= 0.4.0-1noble.20260804.190531) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-easynav-vff-controller/ros-jazzy-easynav-vff-controller-dbgsym_0.4.0-1noble.20260804.190531_amd64.deb Size: 1574558 SHA256: 892b0b602d261fc19876e14ef895b0bc48a6ed6c0d395a47381f54ccc441e56f SHA1: de5cc6f3b41e7880329b306328b41454d8ab7ae8 MD5sum: 82fc840030aa6a843a20801224f3c21f Description: debug symbols for ros-jazzy-easynav-vff-controller Build-Ids: a0157c60240965ab054e28a2e1e9fd0437cecefa Package: ros-jazzy-ecl-build Version: 1.0.3-5noble.20260225.234942 Architecture: amd64 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.20260225.234942_amd64.deb Size: 39338 SHA256: 08a1aae30f1d07ebc3eb16f0084033f9eb924f42115bc250bfb75bbf1c16d8fa SHA1: 7800fc7d7506c37cd343cb9f43b372a5ccf3f932 MD5sum: 984cca3ee5e22971f52ce108d36e6258 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.20260603.152039 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 269 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.20260603.152039_amd64.deb Size: 58040 SHA256: aca5f4ff87b43fa51be64e27b8241532935a62ee75c99b2588d8bbca16347af6 SHA1: b2eec4e319e51e207b214fa904aed44417df9ad8 MD5sum: 4e0140f09366cdc699b54380426102b5 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.20260603.152039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 326 Depends: ros-jazzy-ecl-command-line (= 1.2.1-5noble.20260603.152039) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-command-line/ros-jazzy-ecl-command-line-dbgsym_1.2.1-5noble.20260603.152039_amd64.deb Size: 295970 SHA256: 27b4c253a355b8e566ab3bf99b4df83f1312bfcd3f820a7ff15187d875d2b1de SHA1: 7713293ca5e2757f5bc952bcd10438e183a30b91 MD5sum: 1f3f6fc82544460ea2fbd2192812246a Description: debug symbols for ros-jazzy-ecl-command-line Build-Ids: 08d15477841d0ef2a9b3f4282d3b46d9e8ddbde5 Package: ros-jazzy-ecl-concepts Version: 1.2.1-5noble.20260604.024953 Architecture: amd64 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.20260604.024953_amd64.deb Size: 12556 SHA256: cdeee980af07bc9572ec3c3c3c135eab896bc423977f090ead471468decc27eb SHA1: a2ad8a39df37aeccf77842f702b9a135e2d1b098 MD5sum: c2fa02da65c4bdc1d1ae5014c73a98df 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.20260603.152048 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 116 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.20260603.152048_amd64.deb Size: 17566 SHA256: 6c56327ad88b2bacb07f6439b7361532d25230ba2853764e43bee0147dd38f45 SHA1: 055ee3cfc5d9b26bf80b124803b892e0617a4a1d MD5sum: 3d3af9413d74798a2a07696de49c9cd0 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.20260603.152048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 52 Depends: ros-jazzy-ecl-config (= 1.2.0-5noble.20260603.152048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-config/ros-jazzy-ecl-config-dbgsym_1.2.0-5noble.20260603.152048_amd64.deb Size: 27940 SHA256: 8336b1fcbde22ad60af05c7e8abb5adcb9e1a53bb8ea49e88d16a49575e45db0 SHA1: bc0fd74c98a903b3d9627eb1cb5936933fd022ea MD5sum: 166aef0be685f7d60e1a03c0c1fbc130 Description: debug symbols for ros-jazzy-ecl-config Build-Ids: 0011c1017ba46ce6cd7790338a5ead93249a543d 76fda9c05d81e475755ca874a86945afc022842f Package: ros-jazzy-ecl-console Version: 1.2.0-5noble.20260603.152323 Architecture: amd64 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.20260603.152323_amd64.deb Size: 9790 SHA256: 2a999bb9586ee5d960b4f28be6acd23f53ade1a0fe793340fbde95182d523726 SHA1: 322797d36b8065b819c9798073ae4919d966092f MD5sum: b2c8819ad627ed86febf9eb703cb53e2 Description: Color codes for ansii consoles. Package: ros-jazzy-ecl-containers Version: 1.2.1-5noble.20260604.030014 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 363 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.20260604.030014_amd64.deb Size: 46278 SHA256: ac5ca755081bfaa045ebd8d7fba46db777a723d8e2bdd88a6f80deff1a91f3b2 SHA1: 6bdd1c4859f887ad5ac3d089b800a1d899ca557b MD5sum: 781a4dbf04747b5b29db606c7b0a4ade 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.20260604.030014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 133 Depends: ros-jazzy-ecl-containers (= 1.2.1-5noble.20260604.030014) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-containers/ros-jazzy-ecl-containers-dbgsym_1.2.1-5noble.20260604.030014_amd64.deb Size: 95154 SHA256: 582eff6256f42dd19242672936af043d25652533c856b5644749bbdbedaf07f0 SHA1: a1bfde955a17b1b1ccc5dbe1ea5850f36cd44aef MD5sum: cb13dac2a960e9495d97db5bf7ede69e Description: debug symbols for ros-jazzy-ecl-containers Build-Ids: 1ddaf4ce66b56c401e9fbb7c3e7c0a4286f67057 Package: ros-jazzy-ecl-converters Version: 1.2.1-5noble.20260604.025215 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 165 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.20260604.025215_amd64.deb Size: 24190 SHA256: a7adcd81b5c14e50fc704a50d252be1383bf149f1e5941937a5b1022f44db784 SHA1: d6413697a63fb47db55c2f4159304f1200664a71 MD5sum: 5ee075d03368bbccfc2062f42c0fa236 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.20260604.025215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 55 Depends: ros-jazzy-ecl-converters (= 1.2.1-5noble.20260604.025215) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-converters/ros-jazzy-ecl-converters-dbgsym_1.2.1-5noble.20260604.025215_amd64.deb Size: 34884 SHA256: 02c61b8f2b653f8f65088b3d972b509a980da0a6c33f3464120d314b195cf62f SHA1: 0b7fe5e8450558325b729bb1352e37e7cfa8fcfe MD5sum: 87ff9a60f6395f35d86b44f16dd50202 Description: debug symbols for ros-jazzy-ecl-converters Build-Ids: b3af2b3f73628bae3710d7fc94cca27fae480ffe Package: ros-jazzy-ecl-converters-lite Version: 1.2.0-5noble.20260603.152341 Architecture: amd64 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.20260603.152341_amd64.deb Size: 8632 SHA256: 5fc091599cbb6f43fad7dcc9b274c9b268936539b48b4ef0d57321eada550326 SHA1: 0b2515202ece8b5d7365fedf15f0998b384f803f MD5sum: a8beee21a3b4c7dbb6b29e9a6e8a15cf 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.20260603.152134 Architecture: amd64 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.20260603.152134_amd64.deb Size: 10658 SHA256: a35881d76482864737d7c913f0f8e9343733ac5165fe5dc5c9993c22bd7f317b SHA1: 9cccdebcab3b4150945f1563ae6c0e865e0dcc26 MD5sum: 39d8c58f17e0b3601e907eef6df540d6 Description: This provides an Eigen implementation for ecl's linear algebra. Package: ros-jazzy-ecl-errors Version: 1.2.0-5noble.20260603.152359 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 125 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.20260603.152359_amd64.deb Size: 20648 SHA256: 0bfbd7b8f6759ebef47846bf7182f3b6de715f12b8ba9fadea2e03e9913177bd SHA1: f2fca4727eee7bd711d23907523dc46e3a294fb0 MD5sum: 839734a50d60193968726f684eaa9166 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.20260603.152359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 53 Depends: ros-jazzy-ecl-errors (= 1.2.0-5noble.20260603.152359) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-errors/ros-jazzy-ecl-errors-dbgsym_1.2.0-5noble.20260603.152359_amd64.deb Size: 25962 SHA256: 845a1e6043622f4b494c3eeaadaadeb7679589a64539509fed267561742cde94 SHA1: 8d20d988dc7ebc3fdef863a6c3e21ab7a3447f5a MD5sum: 326b11720f6ac794cf48cad2c302db23 Description: debug symbols for ros-jazzy-ecl-errors Build-Ids: 77acb5c9b2e6677bbdbfe27e021eae070971ecb7 9ce126a98e722d8ac9d7a60fe9a7a0ee0b1b4383 Package: ros-jazzy-ecl-exceptions Version: 1.2.1-5noble.20260604.025000 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 168 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.20260604.025000_amd64.deb Size: 29602 SHA256: f86ec3c28ea9b6eb36a4ccd585d59876eda6d07eaa2b28f1d13cf8b2ea7b3dbd SHA1: 5832b129eee1ac8807d419da12658b7e844217a6 MD5sum: 72d0fcfceedbe9c696542b1376eb4c65 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.20260604.025000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 149 Depends: ros-jazzy-ecl-exceptions (= 1.2.1-5noble.20260604.025000) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-exceptions/ros-jazzy-ecl-exceptions-dbgsym_1.2.1-5noble.20260604.025000_amd64.deb Size: 110656 SHA256: 6fedc6bef1d5a7d1ae1e7a157dc5727f0f20320b3f4a28f6576356718d544b91 SHA1: 67ba5edea88add29ba87d9a9d9b94b912a6035f8 MD5sum: acb4fb26bfd84f8c75815d01184c1916 Description: debug symbols for ros-jazzy-ecl-exceptions Build-Ids: ac07537e549c20435ede057ef5ad46a3189df6c3 b8337a403c8aa4e2a4c554f3917ca33fc8310957 df51c4c268e42fe091ac4b0b0af0bc635e134aec Package: ros-jazzy-ecl-filesystem Version: 1.2.1-5noble.20260604.025004 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 93 Depends: libc6 (>= 2.4), 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.20260604.025004_amd64.deb Size: 15306 SHA256: f7a4592f38cdc9383d5c2f80a2d0a4680ea4f70c2d292c8966c68394eb0c4c99 SHA1: 3e374d612abbd81bd4b6f94671e3f42d83d2e809 MD5sum: a51af7c7b882933e9d4d0080f80a6e08 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.20260604.025004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 39 Depends: ros-jazzy-ecl-filesystem (= 1.2.1-5noble.20260604.025004) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-filesystem/ros-jazzy-ecl-filesystem-dbgsym_1.2.1-5noble.20260604.025004_amd64.deb Size: 22622 SHA256: ac111a129b9ec7efce5f9bfb3fa8a0fb6d3aaedb9ceb1a05265ee736036b3bba SHA1: 58d20f47661ea59605dc3b295cd67b7be6507fe2 MD5sum: 6e7c8d320836c57b23f79c8cdfc1f688 Description: debug symbols for ros-jazzy-ecl-filesystem Build-Ids: ff14eb2c9417983c923194c691e44da4fc238355 Package: ros-jazzy-ecl-formatters Version: 1.2.1-5noble.20260604.025748 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 193 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.20260604.025748_amd64.deb Size: 30792 SHA256: d1e914959f2bc1c7d529bd68fad09df33f710384e3623b6bc50ac7a1ae545c39 SHA1: 58a3d889431b752a8be807f2479e59531cdb58cd MD5sum: cc124d39f3fa9435110d2dcb2cd95de7 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.20260604.025748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 127 Depends: ros-jazzy-ecl-formatters (= 1.2.1-5noble.20260604.025748) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-formatters/ros-jazzy-ecl-formatters-dbgsym_1.2.1-5noble.20260604.025748_amd64.deb Size: 88200 SHA256: 517e25928705cafde966b8101019d3b08d3cf1f993b69c4a7036603a56f6523c SHA1: d22cc6184666591f43a7a0e5a82403b74733e6e6 MD5sum: 857fd38c8d4b46e5c46406d6244d7106 Description: debug symbols for ros-jazzy-ecl-formatters Build-Ids: 376cca1c2e9e8585172f3dd24772e06feccc5643 b94c86d50cdd35340738aa30b8625626ee7ed4a4 Package: ros-jazzy-ecl-geometry Version: 1.2.1-5noble.20260604.105757 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 394 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.20260604.105757_amd64.deb Size: 66604 SHA256: ebcc1c3aa2147202ff74c782f3935dc51dc964ee95fe57c3085fef4ced5f08b7 SHA1: 1564b4d73f60ead659d1d0316909f44bbf09976c MD5sum: fda9aee0f692be78951b795aad8ccef3 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.20260604.105757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 1152 Depends: ros-jazzy-ecl-geometry (= 1.2.1-5noble.20260604.105757) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-geometry/ros-jazzy-ecl-geometry-dbgsym_1.2.1-5noble.20260604.105757_amd64.deb Size: 1108104 SHA256: 5f3e369ed0c957734573fc4291a37f997df7f088e8c127f33fbc198b6627f234 SHA1: d1fc78ea5efeb1f0e4a9dedc89a3a622fb030455 MD5sum: 656feffc9448cb99542995bcfb97b47c Description: debug symbols for ros-jazzy-ecl-geometry Build-Ids: eb19bb60d18ab6b583ab5ab624ed8bd400087657 Package: ros-jazzy-ecl-license Version: 1.0.3-5noble.20260225.233719 Architecture: amd64 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.20260225.233719_amd64.deb Size: 8344 SHA256: 1db27b84864fe71aa4b7e5884a1716dacc05135da68f4f5d499f7c4d84b97a62 SHA1: d91b3dd62dadc2428230c4bc6628b9c670b06ab3 MD5sum: 473cd6d1394d9e41474dc3bf9c064e02 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.20260604.104846 Architecture: amd64 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.20260604.104846_amd64.deb Size: 41510 SHA256: d88b22363f14ffea0fcf514b4e0a6ba89ad51acbbbaa32c7737e9d72beec91c8 SHA1: 3bc9690e2924b4dad2b88b7ce49482822ab82aeb MD5sum: 14c677ddc2a4a9cd2852d5020f547e33 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.20260604.104846 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 1588 Depends: ros-jazzy-ecl-linear-algebra (= 1.2.1-5noble.20260604.104846) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-linear-algebra/ros-jazzy-ecl-linear-algebra-dbgsym_1.2.1-5noble.20260604.104846_amd64.deb Size: 1584538 SHA256: 7e03784a325775eaf8d3ba5bec79b852ee0edb5ac307d3fccae15066d911b76b SHA1: aad5fca77cb20fc9b5d191a7097c4c936c57d297 MD5sum: d56de4a58f3323dfcd6cd9373e2d439b Description: debug symbols for ros-jazzy-ecl-linear-algebra Build-Ids: 646f97f4bc3eab0c224ab7db8af995b30bbb95de Package: ros-jazzy-ecl-manipulators Version: 1.2.1-5noble.20260604.110137 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 196 Depends: libc6 (>= 2.14), 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.20260604.110137_amd64.deb Size: 44258 SHA256: 0c23476058822797fbcbd9f57268569d73480a3c2c7275dc1adfabd2ea8e66fa SHA1: a193af143077685e1a8f2b05eb0bbe3036fa3469 MD5sum: c2ee42962bdcb95df0351c1e0e2a2224 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.20260604.110137 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 475 Depends: ros-jazzy-ecl-manipulators (= 1.2.1-5noble.20260604.110137) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-manipulators/ros-jazzy-ecl-manipulators-dbgsym_1.2.1-5noble.20260604.110137_amd64.deb Size: 442488 SHA256: 9b036412ad3323a67310bdf957fd241426ef86a6f15040e35ce3ff4e81ef3d0d SHA1: be8ab8d0d8d54f66157a2fbf8e64cb6cb296a574 MD5sum: c9efc8860e699619d06bad6b43e75da0 Description: debug symbols for ros-jazzy-ecl-manipulators Build-Ids: a4a82a82b24aeb522cf18bec496175afd4eef9f6 Package: ros-jazzy-ecl-math Version: 1.2.1-5noble.20260604.025142 Architecture: amd64 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.20260604.025142_amd64.deb Size: 11034 SHA256: 0e7cfcec7ef9a5f6913da5b9d2a7da3428de299aef9d9fa421151a7a300a051b SHA1: 21e8171dfbc73b51bea8146720c4f27d8ffbf4d5 MD5sum: ed3036a0e3be7f282507ba75d3748e4d 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.20260604.110129 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 95 Depends: libc6 (>= 2.4), 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.20260604.110129_amd64.deb Size: 14286 SHA256: 390589d285eefd9dbcd76d684366def28783135e963be9d21879b857dcded47d SHA1: dd620252fc70c000e560f914df7522b349f92285 MD5sum: 561a7c3b87d0cbafc1322d6f1e3d56ee 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.20260604.110129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 120 Depends: ros-jazzy-ecl-mobile-robot (= 1.2.1-5noble.20260604.110129) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-mobile-robot/ros-jazzy-ecl-mobile-robot-dbgsym_1.2.1-5noble.20260604.110129_amd64.deb Size: 108694 SHA256: eedd37d535998293f01a17b8aeb1c3b174b932127fe9df11998f984ef6b8517c SHA1: 07ab2ab58034d4f6eb2c80fa4a5ef02860ad57bd MD5sum: 8a9d370c3d8ec2572899dcf189e18365 Description: debug symbols for ros-jazzy-ecl-mobile-robot Build-Ids: ab5ba6f3ace2f6b1764e55b6bef2a20a7b102c28 Package: ros-jazzy-ecl-mpl Version: 1.2.1-5noble.20260603.152139 Architecture: amd64 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.20260603.152139_amd64.deb Size: 9124 SHA256: 64757e8f2cb8cc145beec0f22b7362835575d6be710cdc629bbe33343d541a57 SHA1: 4a1095cf2847d1c13cad0c72ec479a0e3609d5ac MD5sum: 7cc56a15e2250d0feb243aefe5bef6a7 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.20260604.025026 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 120 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.20260604.025026_amd64.deb Size: 18582 SHA256: e38106cfd264762fb8ba0275ed1aceaffb220cf4db11215280b6f08137e27894 SHA1: 7b3773422658c1068c787c93451cc3ef50eaf292 MD5sum: 2829cbdc4961292e96f02a4eedafea98 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.20260604.025026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 51 Depends: ros-jazzy-ecl-sigslots-lite (= 1.2.0-5noble.20260604.025026) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-sigslots-lite/ros-jazzy-ecl-sigslots-lite-dbgsym_1.2.0-5noble.20260604.025026_amd64.deb Size: 32078 SHA256: 5828bd589bc60f56911417f1498bbfb94a7a7d1cf59a32d6d55ea64669700458 SHA1: 8a262de4c343339f330a25af8bb4e1ae5fe83cf4 MD5sum: 3d1086b67ce653e37fac2b178bca557b Description: debug symbols for ros-jazzy-ecl-sigslots-lite Build-Ids: accc3f4cbb56a2656723e2632fe25848e83e43eb Package: ros-jazzy-ecl-statistics Version: 1.2.1-5noble.20260604.105803 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 147 Depends: libc6 (>= 2.4), 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.20260604.105803_amd64.deb Size: 36400 SHA256: 2c20fb67ece01ba2fdb112a9a5b676d8b945d17fc11b722b9330cbc902cfe18f SHA1: a7df170780f5001eb7cda235cd47269141a12643 MD5sum: 2b6c69f5d43a3f038984ad63388ce183 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.20260604.105803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 5887 Depends: ros-jazzy-ecl-statistics (= 1.2.1-5noble.20260604.105803) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-statistics/ros-jazzy-ecl-statistics-dbgsym_1.2.1-5noble.20260604.105803_amd64.deb Size: 5950876 SHA256: 68c0fb0754bbadf762c2314eda9746131a67ebb8dde25dd54910b484758c2ac9 SHA1: cc34144e391c6c045c3b9ad9ebab24d03a9ef97e MD5sum: 9ef4eed818a4f74260cba1299620f86f Description: debug symbols for ros-jazzy-ecl-statistics Build-Ids: 6aedc189f4caa36699001117218e10d56c56e7ce Package: ros-jazzy-ecl-tools Version: 1.0.3-5noble.20260226.002505 Architecture: amd64 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.20260226.002505_amd64.deb Size: 5096 SHA256: 788a397461fefd395ecf3a6b2c3889401034f33e293ce074e9e71638372b17cd SHA1: 650243c3bb9c8a06f02bf9436050f856b5684348 MD5sum: 868be67adf528291ec267a25130b360d Description: Tools and utilities for ecl development. Package: ros-jazzy-ecl-type-traits Version: 1.2.1-5noble.20260603.152405 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 124 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.20260603.152405_amd64.deb Size: 16746 SHA256: 676af24d84dd0b3de4bf7ee5076fc36f538b774fddcd1593cfa84ebe1d02f675 SHA1: 13b1b40845585d8b1dd3ff37a919040f921089df MD5sum: f3b5a4a41406a1252238e0d022260d64 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.20260603.152405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 48 Depends: ros-jazzy-ecl-type-traits (= 1.2.1-5noble.20260603.152405) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-type-traits/ros-jazzy-ecl-type-traits-dbgsym_1.2.1-5noble.20260603.152405_amd64.deb Size: 25930 SHA256: 9a578653d64da3a47f8fcd4a4dc4d7a3bd29d550ab17de595b11143953d68b52 SHA1: a5fbc7de72c7918f3dcf1090be1391b8a74031ef MD5sum: e33e27973204d2233d6ecddd84c4a7ca Description: debug symbols for ros-jazzy-ecl-type-traits Build-Ids: 097d70d422b15f43ef34af32fe84f9523696c516 2ab6879a0f539644a7ef27447b8362f85befe60f Package: ros-jazzy-ecl-utilities Version: 1.2.1-5noble.20260604.025221 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 147 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.20260604.025221_amd64.deb Size: 20794 SHA256: b5a722257a59a91be3b60b2051a8a840b8d34e27a8b98342b8e1a49437fb6887 SHA1: 4979290f2044de6caf54def6d991d7c21daafacc MD5sum: a8009d5493a5a1b38a0a6a1d6bc5bd2a 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.20260604.025221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 28 Depends: ros-jazzy-ecl-utilities (= 1.2.1-5noble.20260604.025221) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ecl-utilities/ros-jazzy-ecl-utilities-dbgsym_1.2.1-5noble.20260604.025221_amd64.deb Size: 13796 SHA256: b24459529f263abade5a9f84e9667224c3050d730e00ef316640300a42e50e88 SHA1: eb8b55c2089c34d00005ee5903acff65f4441f48 MD5sum: 0cb6a688471ecaf875b2c71b97fcb375 Description: debug symbols for ros-jazzy-ecl-utilities Build-Ids: 7940bf0a174c0035dc12cd5b36b00983858ca5bb Package: ros-jazzy-effort-controllers Version: 4.41.0-1noble.20260726.101055 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 109 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.41.0-1noble.20260726.101055_amd64.deb Size: 25252 SHA256: 1e4195954a7824ae713cd4d40afa51f5af59401df465f5cde9d7c8a513740ddb SHA1: 3cbb7345dac4944b39b1a4e482657c5edf784802 MD5sum: 42e288ddf3d3ac33783be69d8d0ba232 Description: Generic controller for forwarding commands. Package: ros-jazzy-effort-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-effort-controllers Version: 4.41.0-1noble.20260726.101055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 393 Depends: ros-jazzy-effort-controllers (= 4.41.0-1noble.20260726.101055) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-effort-controllers/ros-jazzy-effort-controllers-dbgsym_4.41.0-1noble.20260726.101055_amd64.deb Size: 373526 SHA256: f91f64c51adc2d95d5d564c143991e3a6c7b11f3b94f17fa8a8c2380dcb6dcd3 SHA1: a6955e31b6c65dcb6b4ac66882588b7a6f942056 MD5sum: 0ca417465c612638b49d7f1dd6df5dee Description: debug symbols for ros-jazzy-effort-controllers Build-Ids: b8925a7c242b928bd5a141735ab273031fd2857a Package: ros-jazzy-eigen-stl-containers Version: 1.1.0-1noble.20260225.233822 Architecture: amd64 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.20260225.233822_amd64.deb Size: 9570 SHA256: 2ba61a2721bb79d3f099a80979d5e7bd735174abb44dd432d65eec691d0edb7b SHA1: 9be2127e3338bd224a2ada70fa14e888e6857f48 MD5sum: 07261e47ec3883511c72fd6c077ba996 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.1-1noble.20260603.150413 Architecture: amd64 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.1-1noble.20260603.150413_amd64.deb Size: 6424 SHA256: 3612adb32bde5076a933d81f014ba3a1b99dc42f3a7be4b1817c126f598095f2 SHA1: 1f4134ac3826058e4974dad3b625172f3f018712 MD5sum: 8709f07e07cca93eeb963dea7e928d2d Description: Exports a custom CMake module to find Eigen3. Package: ros-jazzy-eigenpy Version: 3.13.0-1noble.20260702.093325 Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 14425 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.32), libgcc-s1 (>= 4.0), 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.13.0-1noble.20260702.093325_amd64.deb Size: 2542128 SHA256: dbf5ec6d377c03a0decbaff79cd6d451ada6077ac0aa7f4a3cc5ceae37f9e758 SHA1: 4557c2fcdbd842961f43d4acd7f70926935080b8 MD5sum: cffa91e50b9a46ca9d87436ed2e00909 Description: Bindings between Numpy and Eigen using Boost.Python Package: ros-jazzy-eigenpy-dbgsym Package-Type: ddeb Source: ros-jazzy-eigenpy Version: 3.13.0-1noble.20260702.093325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 297088 Depends: ros-jazzy-eigenpy (= 3.13.0-1noble.20260702.093325) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eigenpy/ros-jazzy-eigenpy-dbgsym_3.13.0-1noble.20260702.093325_amd64.deb Size: 288026336 SHA256: 305f1b450cbf690c7a51e2de23484b496860d1ae0d7cf69123580eb5a6d4066a SHA1: a0f1c2457bce0db75a05d2e85575f1f3b35a765a MD5sum: 55e78a89d5ee4898c9cf194482d89cfa Description: debug symbols for ros-jazzy-eigenpy Build-Ids: 81466cd4dfeab3b041558f73ff9c0d9c8a0ba704 ee1d4e48616853443f0ea7527f7785c2ab69054b Package: ros-jazzy-eiquadprog Version: 1.3.2-1noble.20260702.093305 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 192 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), graphviz, libboost-all-dev, libeigen3-dev, ros-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.20260702.093305_amd64.deb Size: 54432 SHA256: 422764e521bd669df95b83dad7b850906fa790424b0d19f1f2b2efe2676d7dd3 SHA1: a79a05143544725f97912b92c09ec274e4cddc3f MD5sum: 16b245250a7f923960d843cc979f7568 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.20260702.093305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 1863 Depends: ros-jazzy-eiquadprog (= 1.3.2-1noble.20260702.093305) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eiquadprog/ros-jazzy-eiquadprog-dbgsym_1.3.2-1noble.20260702.093305_amd64.deb Size: 1865022 SHA256: d4b1ce70f243b856fe90722d002ea563a67d199c21d1aabcb9bf33fc4820760d SHA1: e9378ff2adc53a2eae4e857aa06b7ea2bb8ef506 MD5sum: 91faace22b5f2a9b4490a34bb5392c8c Description: debug symbols for ros-jazzy-eiquadprog Build-Ids: a79d9eacb9cc4bb0476bc810c9a7a00afb40a393 Package: ros-jazzy-ess-imu-driver2 Version: 2.0.4-1noble.20260720.173539 Architecture: amd64 Maintainer: Raymond Chow Installed-Size: 295 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.4-1noble.20260720.173539_amd64.deb Size: 78464 SHA256: a0a54f6249af7b59594ce28416f3ce1bf7428721d130a5084ca974a236f878e8 SHA1: 9f5a6cafd8f711b7746442b2f691f5eaa7d8aabf MD5sum: ed80ca3c53bc6638e3af78db56ec9fcc 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.4-1noble.20260720.173539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Raymond Chow Installed-Size: 1118 Depends: ros-jazzy-ess-imu-driver2 (= 2.0.4-1noble.20260720.173539) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ess-imu-driver2/ros-jazzy-ess-imu-driver2-dbgsym_2.0.4-1noble.20260720.173539_amd64.deb Size: 1024382 SHA256: e37330b3b84483687095f57e9d79a0155a32fde4636abb4adc3ea3f6961b40ce SHA1: 65bf1aed2205ba533202d627e2df742cebf0b8a2 MD5sum: b9352bbbe74d280fafaaf22ccd49fd51 Description: debug symbols for ros-jazzy-ess-imu-driver2 Build-Ids: 2424769d114e7d3c7be3bd3a625a940fb0ec93c4 Package: ros-jazzy-etsi-its-cam-coding Version: 3.5.0-1noble.20260709.081157 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 849 Depends: libc6 (>= 2.14), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_cam_coding/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-coding/ros-jazzy-etsi-its-cam-coding_3.5.0-1noble.20260709.081157_amd64.deb Size: 145104 SHA256: e6688082c53f3a0e320aae51e2d67d650cb02f2006333413b3b566fd3c3b67d9 SHA1: 3712da1675a641428d5bb5dd1c8a00403b21a7c4 MD5sum: 3ef00768144e824a3af4955e232368de 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.5.0-1noble.20260709.081157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 537 Depends: ros-jazzy-etsi-its-cam-coding (= 3.5.0-1noble.20260709.081157) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-coding/ros-jazzy-etsi-its-cam-coding-dbgsym_3.5.0-1noble.20260709.081157_amd64.deb Size: 385282 SHA256: 26bc92e99db69925a2b9eb69871aa0787182c53740c0d6e3c367f9cffc7bc8d5 SHA1: d4bfb0fc7938ce712aa57068dc87d2c04a3ec46c MD5sum: 02fa95c0430358f99f87c5a88a3c9b5c Description: debug symbols for ros-jazzy-etsi-its-cam-coding Build-Ids: 676a27c8cbda4b5829ae2bb378a191f0aad92c7c Package: ros-jazzy-etsi-its-cam-conversion Version: 3.5.0-1noble.20260710.093448 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 267 Depends: ros-jazzy-etsi-its-cam-coding, ros-jazzy-etsi-its-cam-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_cam_conversion/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-conversion/ros-jazzy-etsi-its-cam-conversion_3.5.0-1noble.20260710.093448_amd64.deb Size: 26066 SHA256: b0f66ec3f9b2a5eff06b09f89d374d19049ef778e74b36bfd20c3e4ce1d41ddf SHA1: 1ee1206baeed54a4cf99c7f44a22a0acd5011fe8 MD5sum: 4d439290ddbdae0aa55e1dbdcf398b17 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.5.0-1noble.20260709.081157 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 13958 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/etsi_its_cam_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-msgs/ros-jazzy-etsi-its-cam-msgs_3.5.0-1noble.20260709.081157_amd64.deb Size: 732646 SHA256: 10db4abc5e6ed8955d6cdb4d301ceecfd34e9b284558d81d94bfee0a49f26b69 SHA1: 7cbdd58ee427fe6c541381b83395678528e6aab9 MD5sum: 823fe7bdb227bff2756b1c01216e4429 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.5.0-1noble.20260709.081157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 9211 Depends: ros-jazzy-etsi-its-cam-msgs (= 3.5.0-1noble.20260709.081157) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-msgs/ros-jazzy-etsi-its-cam-msgs-dbgsym_3.5.0-1noble.20260709.081157_amd64.deb Size: 7224984 SHA256: bbb60f19ea8470c3920e5e08f1c235e161c346e353ad6d51d536b90d583c4d45 SHA1: 1659823eebf0ab1e152363103d59b13b113ff7e8 MD5sum: f7f06eb30b4d2d84389bcf64e806a795 Description: debug symbols for ros-jazzy-etsi-its-cam-msgs Build-Ids: 151f4ecd0ffcf070da279abaee8d5a464db2c11b 1ec50d7b2bfce29bffaf99b561376df6ace638ba 3c48e78c57ed9f7300d6af99632bd91b9b7ddb8b 66fa84a1443f541c35db4fb7ad5b720917433663 721975d9e8174a46fea2b2c16eed60cc76f726bc 85b8600ceef1173ab1d5c7f3d71b527886b4d43f 9a6f25787da403b515605c5a37bed9338d9f58c2 b61d92763468ce1c5826d70b80ee4cac0c9cafd3 d8f9de55ccf0cee580e66f654e1400a029195c67 e2165fd2d6bce2cd7e39ec50329e3afdfaaac99c e343e9c20eddd2524de0dcd6ed69fd6ee8f462c7 Package: ros-jazzy-etsi-its-cam-ts-coding Version: 3.5.0-1noble.20260710.090253 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1537 Depends: libc6 (>= 2.14), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_cam_ts_coding/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-ts-coding/ros-jazzy-etsi-its-cam-ts-coding_3.5.0-1noble.20260710.090253_amd64.deb Size: 203280 SHA256: 217cadbeeeb294b358c521b684685eb2468a8a799058401556d92703b89cdda6 SHA1: 803563feaf9003fc30a30614810962185dee0813 MD5sum: a9e5fd6ab68be686e26bf4ee7402a5ff 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.5.0-1noble.20260710.090253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 797 Depends: ros-jazzy-etsi-its-cam-ts-coding (= 3.5.0-1noble.20260710.090253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-ts-coding/ros-jazzy-etsi-its-cam-ts-coding-dbgsym_3.5.0-1noble.20260710.090253_amd64.deb Size: 511218 SHA256: 3e827b8ad5e217f36e4efae4904865232c8ea6941c7040e7bebdc3b1c3a3a049 SHA1: 7ca4f6fad7c32268200489228534da1c682741c2 MD5sum: 21e267598994496a128fd4d0f8d844dd Description: debug symbols for ros-jazzy-etsi-its-cam-ts-coding Build-Ids: 6890b832f8c4c179083bc3ed2fff81076fb9fd04 Package: ros-jazzy-etsi-its-cam-ts-conversion Version: 3.5.0-1noble.20260710.092913 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 507 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 Homepage: https://index.ros.org/p/etsi_its_cam_ts_conversion/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-ts-conversion/ros-jazzy-etsi-its-cam-ts-conversion_3.5.0-1noble.20260710.092913_amd64.deb Size: 54006 SHA256: 48864d1c4279aaa37204afa09d71f0e0e29ee0a1511172bbe5add43788149d24 SHA1: df6fe70d596a487048204ad2929b56e6185bc123 MD5sum: 116a292b1475e21d2115184b140c9093 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.5.0-1noble.20260710.090304 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 20188 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/etsi_its_cam_ts_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-ts-msgs/ros-jazzy-etsi-its-cam-ts-msgs_3.5.0-1noble.20260710.090304_amd64.deb Size: 1016270 SHA256: 0f65fd02344b25fd1a527df764889fefec79a3913ebe2f9c897c56f3adee6aaf SHA1: 17f7c7e887a3cdce74a7c485aa1dbd6b34f335bf MD5sum: ac18218b787a06882da06fda397e39df 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.5.0-1noble.20260710.090304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 11591 Depends: ros-jazzy-etsi-its-cam-ts-msgs (= 3.5.0-1noble.20260710.090304) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cam-ts-msgs/ros-jazzy-etsi-its-cam-ts-msgs-dbgsym_3.5.0-1noble.20260710.090304_amd64.deb Size: 8871522 SHA256: 51125b52c6d91ef100498f8d4411493b49c1c3fdab3ec78c41dd3557133866f8 SHA1: a9a77ba37833fe209a3c8be515e01d410278cc6f MD5sum: 78717d402e8894b0e5fb864b1700a3e1 Description: debug symbols for ros-jazzy-etsi-its-cam-ts-msgs Build-Ids: 14462b0203f1f201e0d60abfd029f0869f94370e 4b0ab831c74214ee1114095dcb8098f0cdb1c3a0 4c207a049b72092ad5cbefb7cff8f8cffa351d14 505bf8590b85bada3f64533dd6c7f79af8c65195 7dd316c0eef950cc4721b7679245061438980c2d 81652311c0e2894b8473c08e7f0d2ce48b478c35 a1ecba73ec22f3b6331f539039a6eb328a4b62bd a6643619cff6c31ead7074d235de6c06ec68b732 c7caf3b45cbdf6ece9ddd26e8a36e5597f9d4fad f526c80f5e3cf62b8f553965a2fe676dc562d90b ff533306f1f6327f39d2b08f74efa2465fec1807 Package: ros-jazzy-etsi-its-coding Version: 3.5.0-1noble.20260710.093134 Architecture: amd64 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-ivim-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 Homepage: https://index.ros.org/p/etsi_its_coding/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-coding/ros-jazzy-etsi-its-coding_3.5.0-1noble.20260710.093134_amd64.deb Size: 6014 SHA256: 5ff5660793ae5aedd06de36d2fda21d13ec47d65815b21ff33c45edd47b9f3af SHA1: be006911a21ac45550c9ccfb30ed2d0c512d5457 MD5sum: a033319fa978b9a7ed4557c566f59908 Description: C++ compatible C source code for ETSI ITS messages generated from ASN.1 using asn1c Package: ros-jazzy-etsi-its-conversion Version: 3.5.0-1noble.20260710.095130 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 5227 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-ivim-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 Homepage: https://index.ros.org/p/etsi_its_conversion/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-conversion/ros-jazzy-etsi-its-conversion_3.5.0-1noble.20260710.095130_amd64.deb Size: 769468 SHA256: 9400dad62b7ebd52c4662d98e7f54016c54965512bc14797eedd36848cac6721 SHA1: 5e9d24f40330df3df4c22df7dd2ec96db6e86900 MD5sum: 32df920bc6b7f7bfc8467203958be81c 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.5.0-1noble.20260710.095130 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 21316 Depends: ros-jazzy-etsi-its-conversion (= 3.5.0-1noble.20260710.095130) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-conversion/ros-jazzy-etsi-its-conversion-dbgsym_3.5.0-1noble.20260710.095130_amd64.deb Size: 17541540 SHA256: b3fbaed81c4137032c18e1a38b2b4a111cd69c5eaabf48dc07823de8d5c0930c SHA1: f4e316e29073b63234e0642f8a8bc6508097a2ba MD5sum: 54341fe8229f8de0bde194d39e5adb30 Description: debug symbols for ros-jazzy-etsi-its-conversion Build-Ids: 265f93289430d71b9c91b2f039f782f5c4deced9 892036c2abc9d18e4b4c4e64e47ed0a6bfc68a3d eb730b82df7d6e3163579fa3444376c94991ca93 Package: ros-jazzy-etsi-its-conversion-srvs Version: 3.5.0-1noble.20260710.093738 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 19702 Depends: libc6 (>= 2.14), 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-ivim-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 Homepage: https://index.ros.org/p/etsi_its_conversion_srvs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-conversion-srvs/ros-jazzy-etsi-its-conversion-srvs_3.5.0-1noble.20260710.093738_amd64.deb Size: 1169392 SHA256: 9cab42abf9c991ffcb9834bb7f170d5cef43a49218f95bb5864751a890703350 SHA1: 62e9c12dbdff8504450f88ccfa5af04d1e6a1730 MD5sum: 2cf95e220d84274c9d5be1018cee1a39 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.5.0-1noble.20260710.093738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 16630 Depends: ros-jazzy-etsi-its-conversion-srvs (= 3.5.0-1noble.20260710.093738) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-conversion-srvs/ros-jazzy-etsi-its-conversion-srvs-dbgsym_3.5.0-1noble.20260710.093738_amd64.deb Size: 14385306 SHA256: cb7da5821a382eac0b7e58c0718853ae7a57a2c2390dd43e92c29a571e58552e SHA1: 949c52d0e346c5817584048c8efc9d31a20b5877 MD5sum: be6d98b7454943b9735a25b203b8da52 Description: debug symbols for ros-jazzy-etsi-its-conversion-srvs Build-Ids: 29ad64aaa6285707e52c9a6b001ac09bad06050e 316ce9b86b7ec36eff29f43e6585a8c753f8a45c 4478f4068ee5144f8d3a1c8dd4ebccfe8fecb5a1 56709d3f2fc132ab0d24eff1e1b1ff40470164f5 5f75ea540fb3cc3f8708c3dc3376d49605420ec9 66e289287a5764dc630a0915e96b4723b7f36dab 6d0966666b5c2c2be339cec1b431916020ae3300 7f630c173f8b689ec591fdb47a5d07ac177c8d1d 93d22e092145ce8e27da69353afea1af2b8dd781 be7535fa92c3ab55aa040bd13991d226047b9d72 d4f2bbc452de5ddffbc3f17706ee090d716d2f02 Package: ros-jazzy-etsi-its-cpm-ts-coding Version: 3.5.0-1noble.20260710.090257 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1426 Depends: libc6 (>= 2.14), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_cpm_ts_coding/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cpm-ts-coding/ros-jazzy-etsi-its-cpm-ts-coding_3.5.0-1noble.20260710.090257_amd64.deb Size: 193570 SHA256: fb0fb2c192325e865ae49e074a68ae4ac050052ddaf30097bdf25d806e6a4f12 SHA1: 0f0b681eac4726237186ae5c159a6ceed2dff437 MD5sum: 6ce4bf488f07f83d9e49ddf7f3d39858 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.5.0-1noble.20260710.090257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 759 Depends: ros-jazzy-etsi-its-cpm-ts-coding (= 3.5.0-1noble.20260710.090257) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cpm-ts-coding/ros-jazzy-etsi-its-cpm-ts-coding-dbgsym_3.5.0-1noble.20260710.090257_amd64.deb Size: 493960 SHA256: 590192987ab1e8bbe59345bf9076710e9e650b0372ef8388a2d3e05bec4df686 SHA1: ac74ca186489d64b8ed8f4094c5306ddb37e6f69 MD5sum: 877dbf8d67bcab5c8bcbdbcf1e019f0b Description: debug symbols for ros-jazzy-etsi-its-cpm-ts-coding Build-Ids: 85acaca978dc1fcd3cf6487f1c9026293d56eb79 Package: ros-jazzy-etsi-its-cpm-ts-conversion Version: 3.5.0-1noble.20260710.093135 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 470 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 Homepage: https://index.ros.org/p/etsi_its_cpm_ts_conversion/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cpm-ts-conversion/ros-jazzy-etsi-its-cpm-ts-conversion_3.5.0-1noble.20260710.093135_amd64.deb Size: 45184 SHA256: a3882f72e5747515f3f3dca46b5c61918094bb2f90dd55419dba075d219e10a2 SHA1: e144c766709a887df084e466d4190e80ec054dc7 MD5sum: 0d9ff66f3be7353d4d90d6b0d218be8e 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.5.0-1noble.20260710.090317 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 20988 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/etsi_its_cpm_ts_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cpm-ts-msgs/ros-jazzy-etsi-its-cpm-ts-msgs_3.5.0-1noble.20260710.090317_amd64.deb Size: 1037454 SHA256: 78e27adb94d2a9717a3dd50ff661a74dad5b308c772d3d50374267b4823ca0c4 SHA1: 7b1f83eb7bb72f822703a75d39c652a532f80829 MD5sum: 0147dc255ef58e0d9b59b15b0e5ea014 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.5.0-1noble.20260710.090317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 13141 Depends: ros-jazzy-etsi-its-cpm-ts-msgs (= 3.5.0-1noble.20260710.090317) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-cpm-ts-msgs/ros-jazzy-etsi-its-cpm-ts-msgs-dbgsym_3.5.0-1noble.20260710.090317_amd64.deb Size: 10459920 SHA256: 419912af3f31d8c5596124acc980dfdff3a39724ece3124f227992ad20091aea SHA1: 3fd52300cf6a5ceef8f96d80a32b0c6bdfbf1b72 MD5sum: 0acc4f8177d5bc3f0db0b7ea351b71ad Description: debug symbols for ros-jazzy-etsi-its-cpm-ts-msgs Build-Ids: 064f731e08f688488ad596e15b4762111a046c65 514b4e7479c74253eb2c44ff30bcaee9bdcd2921 6e644214f3e471d9cebdb3c2a69110be012a6c8f 91006308ed7f4710ddf05102ee5c644e740813bf a2dc5e0051074a4cd774767033288f62c23fbb68 b7e0972266e72b3e8d9c3fbcfd9b8d1daa36c912 c1cedebe78ebb80729d430ff7aa45e059f692641 c218169eabf75df87fbed7086aac2f9731f3b760 d7c0e835510bfc2bbaacf9ced82b6fb8c52754e1 db776058b2dafab50215ba7d3ed1107849de4edb e76bcb6b30f7335a6b734e0720d127b777964efb Package: ros-jazzy-etsi-its-denm-coding Version: 3.5.0-1noble.20260710.090335 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 839 Depends: libc6 (>= 2.14), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_denm_coding/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-coding/ros-jazzy-etsi-its-denm-coding_3.5.0-1noble.20260710.090335_amd64.deb Size: 144186 SHA256: 7d210d22fd1054addd5cccb71facc624318d71003578aaffd792d6fa0fa20223 SHA1: cf58bb51eb912972852bf4b4b556925953c28e4f MD5sum: 7817db715d64163b102c9cbb46597b86 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.5.0-1noble.20260710.090335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 526 Depends: ros-jazzy-etsi-its-denm-coding (= 3.5.0-1noble.20260710.090335) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-coding/ros-jazzy-etsi-its-denm-coding-dbgsym_3.5.0-1noble.20260710.090335_amd64.deb Size: 377740 SHA256: be2475ee7653ce393f5ad09e486181cb939ce1d5f47dc2cb721176767cf58bd4 SHA1: 9ac3bada64136d2c579bb3d83ef3b16e949fcf2f MD5sum: 445ddd24c7058c1a9ab7128c41b8d96a Description: debug symbols for ros-jazzy-etsi-its-denm-coding Build-Ids: d320f21d489dadfd6a7423c9b9e50217662b9d3f Package: ros-jazzy-etsi-its-denm-conversion Version: 3.5.0-1noble.20260710.093137 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 295 Depends: ros-jazzy-etsi-its-denm-coding, ros-jazzy-etsi-its-denm-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_denm_conversion/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-conversion/ros-jazzy-etsi-its-denm-conversion_3.5.0-1noble.20260710.093137_amd64.deb Size: 29042 SHA256: 3640f025558684efc40ae480017347f4ea0f868d4fab65f5526b1726f718b6da SHA1: 42f732d98ecdf76db9b2baad6162433c5d8fdac0 MD5sum: 1ebc47573cc2dbfdb5ec313e4d717117 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.5.0-1noble.20260710.090346 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 15393 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/etsi_its_denm_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-msgs/ros-jazzy-etsi-its-denm-msgs_3.5.0-1noble.20260710.090346_amd64.deb Size: 807520 SHA256: f798a66b1f5175c9d7e238fe3a542cb1a7d8e64637a6fc165a5470148ce94982 SHA1: e927d9fb904c81859f3b1802228267be6416586b MD5sum: 4b9cda214a6e9ad1c1aa6c0c283db1cb 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.5.0-1noble.20260710.090346 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 10281 Depends: ros-jazzy-etsi-its-denm-msgs (= 3.5.0-1noble.20260710.090346) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-msgs/ros-jazzy-etsi-its-denm-msgs-dbgsym_3.5.0-1noble.20260710.090346_amd64.deb Size: 8002178 SHA256: 4c173d22e2a4fbe1fcfcbd4f2fe3b30b90f2bb125eb54c2c61079db4e585b31c SHA1: 78ace9c0ed2a256177b61a06072d1eb12a058e2b MD5sum: 2ccf783132f76ad4044a03fb86bfe6e5 Description: debug symbols for ros-jazzy-etsi-its-denm-msgs Build-Ids: 21105df476824eedda0a596d09ff19b7b6a72d23 2a2ae12ba83eebbdbed656c60d6b748d8f3b04f4 8cf5ab78c8ed0ae69bf32cd205b9dec71321351d 9689f4a56a8723f7899e9a8557952c8dbe59b711 a4f2947f9c1e59c424307298b3138daa438149e1 aff9155501866c8c4b682d44bd3204b6badf138b c0714057cb033016e257f0d1b21cd98c2660190b c5dfe6a9307472aaa36c08d66bad67941742059f d18ba83bca37ea60174c4ea2f560e9dfb27ea02b e49f971579334b3fad128e74d5d73287609b826d f41ebeb30661bd495ea2b671998a6af950463ca6 Package: ros-jazzy-etsi-its-denm-ts-coding Version: 3.5.0-1noble.20260710.090857 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1546 Depends: libc6 (>= 2.14), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_denm_ts_coding/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-ts-coding/ros-jazzy-etsi-its-denm-ts-coding_3.5.0-1noble.20260710.090857_amd64.deb Size: 204148 SHA256: 5226d24e8d63cf4f6b8443c61a00368803756ab36ddbb511e9771a4dde11854e SHA1: 9030d71c7088575254d1ce4114420d8334b36c05 MD5sum: db89be3c165adf4b78d225f452e2ae0d 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.5.0-1noble.20260710.090857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 789 Depends: ros-jazzy-etsi-its-denm-ts-coding (= 3.5.0-1noble.20260710.090857) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-ts-coding/ros-jazzy-etsi-its-denm-ts-coding-dbgsym_3.5.0-1noble.20260710.090857_amd64.deb Size: 504032 SHA256: 60d9cfacd5ca74f1ea83517ac90210930c8f9c2f1aeb96b24f0669de05472105 SHA1: 32e0c211d15d1be88089d042678b5e23aafde00a MD5sum: e7745165d34ffb3173c9451f26982be2 Description: debug symbols for ros-jazzy-etsi-its-denm-ts-coding Build-Ids: 160e3bef12e79467d25252b087e1d189aab34113 Package: ros-jazzy-etsi-its-denm-ts-conversion Version: 3.5.0-1noble.20260710.093501 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 904 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 Homepage: https://index.ros.org/p/etsi_its_denm_ts_conversion/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-ts-conversion/ros-jazzy-etsi-its-denm-ts-conversion_3.5.0-1noble.20260710.093501_amd64.deb Size: 88096 SHA256: 7800daaa1035f9ceb0b2f55d3dc5f9f2a309c0419d4c0edbde41b771bef8ab2c SHA1: 2846d28e96f605ea425f68e168d6e08436a0b10b MD5sum: 0a295057aa273cc8f09696e104bbd4f1 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.5.0-1noble.20260710.090443 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 40492 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/etsi_its_denm_ts_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-ts-msgs/ros-jazzy-etsi-its-denm-ts-msgs_3.5.0-1noble.20260710.090443_amd64.deb Size: 2076030 SHA256: 61c6c53de2145407593fed3d1db85dd903f373835fa4e2c3c2100900e3396c4b SHA1: fecfd4c9b305cf696e25ff14bf7b06c5b5ed19a7 MD5sum: 560998e7384b0294d08f76ce3d41aa1d 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.5.0-1noble.20260710.090443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 24712 Depends: ros-jazzy-etsi-its-denm-ts-msgs (= 3.5.0-1noble.20260710.090443) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-denm-ts-msgs/ros-jazzy-etsi-its-denm-ts-msgs-dbgsym_3.5.0-1noble.20260710.090443_amd64.deb Size: 19415884 SHA256: ce0ddf3081e8eeedb4c08a7bd534eb484c1067d6b3a0015001b0fc316e7b2294 SHA1: c35fc5a57dbe6d701e0c9ac72e20723219975e7f MD5sum: 3be0e6d7ddc4ef75b50f7a59d56f74c4 Description: debug symbols for ros-jazzy-etsi-its-denm-ts-msgs Build-Ids: 007895e8e748a2f800df34b324cd29ca2a53bee5 0223043114d44712150f9085e44fda41a68884a6 1474c6a96f8559b885b579355d6f0cb474d4d463 2dfce4cdf0494e2df99c8465d3cbbc1420217af9 681e259babd9b848389f9fdd177ebcbdbcdc5eb0 8a0c4078aaf4dcdd2a1c774741fe12a952daeff2 8da9a35eeb14a432019d986a6b3afb08d725b842 a409f0c63917001ff5c12ba268ff366ace7a055b c693ee57426fc9226c3a5ebc93fc5a46944abce7 d1d35aa95edbc5beefa0c327351ad3c89786fbba e86455d20b5d7dd28ee0b7ca14b01fe05408e176 Package: ros-jazzy-etsi-its-ivim-ts-coding Version: 3.5.0-1noble.20260710.090857 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 2436 Depends: libc6 (>= 2.14), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_ivim_ts_coding/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-ivim-ts-coding/ros-jazzy-etsi-its-ivim-ts-coding_3.5.0-1noble.20260710.090857_amd64.deb Size: 280282 SHA256: 41725cf9bb0d0b05abfa605111f0c2749cec6078b733af300425483e7f46cce8 SHA1: f16e1970bb6a993a39b02fb49b874b25dc69c0e2 MD5sum: 1d082ce894b18360afc04252d9b3118c Description: C++ compatible C source code for ETSI ITS IVIMs generated from ASN.1 using asn1c Package: ros-jazzy-etsi-its-ivim-ts-coding-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-ivim-ts-coding Version: 3.5.0-1noble.20260710.090857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1215 Depends: ros-jazzy-etsi-its-ivim-ts-coding (= 3.5.0-1noble.20260710.090857) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-ivim-ts-coding/ros-jazzy-etsi-its-ivim-ts-coding-dbgsym_3.5.0-1noble.20260710.090857_amd64.deb Size: 725328 SHA256: 14ab744fe62a30bf8b893c7106c8feb54a50a19aa5c0ff851398e6bdc3206ddd SHA1: ba8877f44a8b07b6af3920b64040a5734e10ac7c MD5sum: d60580bcb268c307134d8123610336ca Description: debug symbols for ros-jazzy-etsi-its-ivim-ts-coding Build-Ids: d5109e2c81b00d8d408ecca56447578b20819d64 Package: ros-jazzy-etsi-its-ivim-ts-conversion Version: 3.5.0-1noble.20260710.093537 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 715 Depends: ros-jazzy-etsi-its-ivim-ts-coding, ros-jazzy-etsi-its-ivim-ts-msgs, ros-jazzy-etsi-its-primitives-conversion, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_ivim_ts_conversion/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-ivim-ts-conversion/ros-jazzy-etsi-its-ivim-ts-conversion_3.5.0-1noble.20260710.093537_amd64.deb Size: 49622 SHA256: 5f74e0e41e9966e83fc0b1519a76b100afbad1971cddc371ca5e0c660951ed5b SHA1: 67ce2388daf5b24e905c14cad8d2573f7a1e628f MD5sum: 0b49a9ca513de8543d6a1ea36c643d62 Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS IVIMs (TS) Package: ros-jazzy-etsi-its-ivim-ts-msgs Version: 3.5.0-1noble.20260710.090552 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 35666 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/etsi_its_ivim_ts_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-ivim-ts-msgs/ros-jazzy-etsi-its-ivim-ts-msgs_3.5.0-1noble.20260710.090552_amd64.deb Size: 1734010 SHA256: 7ebaca26412f900f35c9d5bc16bd31e717b44221a7a10bca141684f869fe5080 SHA1: f1eb523eb8f17f79b2307e685a6c1bd4614adc2d MD5sum: fabf166d0f27150a2a490c667f52f12c Description: ROS messages for ETSI ITS IVIM (TS) Package: ros-jazzy-etsi-its-ivim-ts-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-etsi-its-ivim-ts-msgs Version: 3.5.0-1noble.20260710.090552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 23797 Depends: ros-jazzy-etsi-its-ivim-ts-msgs (= 3.5.0-1noble.20260710.090552) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-ivim-ts-msgs/ros-jazzy-etsi-its-ivim-ts-msgs-dbgsym_3.5.0-1noble.20260710.090552_amd64.deb Size: 19422234 SHA256: 43cc9f5f949bd659f901fd0673746f3d6d93c7b2927c85f216d52741b10ba066 SHA1: f03173017d11c8ceb29d50b874e88aa203401b64 MD5sum: f996092bb675bc8f26da4d00c10f25de Description: debug symbols for ros-jazzy-etsi-its-ivim-ts-msgs Build-Ids: 22b9b69ca08df256691dcf694f8761e7cd214006 2c6ee773aa585f69d3d744036e6c98183c95cfb4 490f22ec5a010514e450cf49119d6ad527beba1c 50773d44f6b4949a79cff04d66c6867183ccc6d0 5118bfab6ac9b258e0a221e3d975fbb119959dbf 8c8448c6cb017bdc5a1882dede7f1a38dd3aa472 9821bff849ea5f87fce7079a6029fd0a102c04f2 9b7471e84817ab3235047c50707cd87e8e9dcedc 9e05f139643b72a61cb8fd8f938ad0dd176d0ca4 a57d517c20e7d774f0364b3a9ba7a367ddb55b8b e585c255b99924887d82abb04909bbb8b7329c27 Package: ros-jazzy-etsi-its-mapem-ts-coding Version: 3.5.0-1noble.20260710.090644 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1660 Depends: libc6 (>= 2.14), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_mapem_ts_coding/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mapem-ts-coding/ros-jazzy-etsi-its-mapem-ts-coding_3.5.0-1noble.20260710.090644_amd64.deb Size: 213934 SHA256: d3999fa8e5d1a84617f5519a28036eda6ac54e89af759a26da896e1cd7d8e5ee SHA1: 038649cbcb15306af1c950848b97f013cb1c4ed5 MD5sum: 1ec2cbae485ebd8dbbcd6849b42c4538 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.5.0-1noble.20260710.090644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 876 Depends: ros-jazzy-etsi-its-mapem-ts-coding (= 3.5.0-1noble.20260710.090644) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mapem-ts-coding/ros-jazzy-etsi-its-mapem-ts-coding-dbgsym_3.5.0-1noble.20260710.090644_amd64.deb Size: 547650 SHA256: 5213907c59dda1ba6938dac093813f35bc6acfb0a32464ba85c054d9e0025ebe SHA1: 92e35567ad6fc2f5c49d98eaffb61e8f6e106c10 MD5sum: a65edb41a90fc758aa36628f7e14161f Description: debug symbols for ros-jazzy-etsi-its-mapem-ts-coding Build-Ids: 47962f2a6717521a70ae70e5817052442ff65dff Package: ros-jazzy-etsi-its-mapem-ts-conversion Version: 3.5.0-1noble.20260710.093129 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 313 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 Homepage: https://index.ros.org/p/etsi_its_mapem_ts_conversion/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mapem-ts-conversion/ros-jazzy-etsi-its-mapem-ts-conversion_3.5.0-1noble.20260710.093129_amd64.deb Size: 26356 SHA256: dd73beec27269d558b306ae3342b03b5a6823ae523806abdf4ef38cd28f22497 SHA1: f5f9bca02c797cdfd0f4fd6d9f227bebf8c99c26 MD5sum: 499eec18082ef345568597052629042b 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.5.0-1noble.20260710.090843 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 15459 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/etsi_its_mapem_ts_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mapem-ts-msgs/ros-jazzy-etsi-its-mapem-ts-msgs_3.5.0-1noble.20260710.090843_amd64.deb Size: 772894 SHA256: 457665e9fde1dc7dd6113614e9413ffc539b9027b48bc63c9424bc28ec002a04 SHA1: 3db9e27f2dc912f3c19974b027fbdbe6a0921fec MD5sum: edbcd696bdb35fa9396bdcb83395f3c2 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.5.0-1noble.20260710.090843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 10593 Depends: ros-jazzy-etsi-its-mapem-ts-msgs (= 3.5.0-1noble.20260710.090843) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mapem-ts-msgs/ros-jazzy-etsi-its-mapem-ts-msgs-dbgsym_3.5.0-1noble.20260710.090843_amd64.deb Size: 8532208 SHA256: c20b670cab3cc580bc84adb78758f03e83d740a9ba64ed5d4aab359ccba6f889 SHA1: 1b1cd1dfb7a04931687df5598f2897c22cfd1cff MD5sum: d510b6f39c37099e1e6f3e33f82e6b08 Description: debug symbols for ros-jazzy-etsi-its-mapem-ts-msgs Build-Ids: 09d2ae3e2cc3e3bf361b83c6a8559ad3bf80e85a 40c122a6916ec1382907413315e190e64d6e5d1f 47c8d05bd9efba34aa5b55325eb9c2a88ab12b45 4ee2986eff8173dc422d105902d186eb179f45a1 5022bb7c8995813ccfa4630cd42dc5094d4154ea 5a35154e225fb3ebd83d6852a11c66386b22cc63 6c555d7ff4453b48153abf4518b1b7848faccfc6 8c8bb253cf6b8feb94aa90e6802b9574888a933b b75619ea8a003481cedc7d113f027a03d24f5390 e4644341a9ec7cdfb1ac4a99843ae72c2239ce6f f614b3165758f69bfb04ae7d684bc605be2e3596 Package: ros-jazzy-etsi-its-mcm-uulm-coding Version: 3.5.0-1noble.20260710.090904 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1621 Depends: libc6 (>= 2.14), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_mcm_uulm_coding/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mcm-uulm-coding/ros-jazzy-etsi-its-mcm-uulm-coding_3.5.0-1noble.20260710.090904_amd64.deb Size: 208410 SHA256: 77c7ca3c92a24de08ae84f9b8d300fe27db4ec9a0de081cc8f392055cd51c534 SHA1: 6ba97dfcec11df13b4062e00ea445d9db16d3e09 MD5sum: 8cc2319d8c0e0358864386c44f9294fb 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.5.0-1noble.20260710.090904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 823 Depends: ros-jazzy-etsi-its-mcm-uulm-coding (= 3.5.0-1noble.20260710.090904) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mcm-uulm-coding/ros-jazzy-etsi-its-mcm-uulm-coding-dbgsym_3.5.0-1noble.20260710.090904_amd64.deb Size: 517064 SHA256: 6bf6acc7cef3c3e1eb948fa384b4b1832fabe8e8d758aa319d1ad1f750362560 SHA1: 2df8bb6ef325986e7b4ecb3d3c1865230fbb309d MD5sum: 85faa94c4aff9d2e66b8bf62b7cec068 Description: debug symbols for ros-jazzy-etsi-its-mcm-uulm-coding Build-Ids: 6ab4282a0448c403219f81a1037299f6beb099fe Package: ros-jazzy-etsi-its-mcm-uulm-conversion Version: 3.5.0-1noble.20260710.093433 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 204 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 Homepage: https://index.ros.org/p/etsi_its_mcm_uulm_conversion/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mcm-uulm-conversion/ros-jazzy-etsi-its-mcm-uulm-conversion_3.5.0-1noble.20260710.093433_amd64.deb Size: 22694 SHA256: 9ea62028563c2972320f2a91f5336ef650d2ee6b7bca7c69c1c22b87e932b165 SHA1: 9992f4ed3d6f817dc72fc1f2823df68156aa3000 MD5sum: 090a5277086fea5c65dd976f2e006083 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.5.0-1noble.20260710.090909 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 8409 Depends: libc6 (>= 2.4), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_mcm_uulm_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mcm-uulm-msgs/ros-jazzy-etsi-its-mcm-uulm-msgs_3.5.0-1noble.20260710.090909_amd64.deb Size: 448572 SHA256: b3f963688f1a7662c0c78a52e3dc18887895571b4c81eed7784ee48bffb9038c SHA1: 5e045acd6fd1896ffb9b1c97c4eaac8e57d487f6 MD5sum: 8ce6701e934c5d18ed2289cadcdf67d8 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.5.0-1noble.20260710.090909 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 5546 Depends: ros-jazzy-etsi-its-mcm-uulm-msgs (= 3.5.0-1noble.20260710.090909) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-mcm-uulm-msgs/ros-jazzy-etsi-its-mcm-uulm-msgs-dbgsym_3.5.0-1noble.20260710.090909_amd64.deb Size: 4415896 SHA256: e8329623effc46d0d9b128479770c390369df37eefac171f50d33df8cbe2edbb SHA1: d63d24b1ccc1eaddd01131ab5b0137db939ec476 MD5sum: d75ac56d5220a639fb30da6049ae8f59 Description: debug symbols for ros-jazzy-etsi-its-mcm-uulm-msgs Build-Ids: 07c246cafdec64ea5d424b92e379799540a0a6a1 0bdc8a305b3164a433c872aa01dd5d31cd6dd4ca 2643ae818eb5aaef91562c4376287cb12ac538a1 53697c3765322e08dec8c2f952ff91c49eadbe35 68f671baf8f34cd977730bde9479436a6d55e43f 9180973d6cc5e0065be0b1d4d0ac7dbfcb024d03 b100dcdd8c237efcaa0b9897b9f9295b6da21ced d4cf3714336c47d2229d2a4d55e08566f895e3c1 edd21f3932c30998d2e5c4ece6dd8dc3b65fd685 f397401a1c0daeae2f61f2cce99d260125ccce68 f590cfd4dce53089ca9a08de2dac60efed946e5a Package: ros-jazzy-etsi-its-messages Version: 3.5.0-1noble.20260804.193027 Architecture: amd64 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 Homepage: https://index.ros.org/p/etsi_its_messages/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-messages/ros-jazzy-etsi-its-messages_3.5.0-1noble.20260804.193027_amd64.deb Size: 5658 SHA256: 68a400c9baea3211a7fadc56086e43160b9fef700bb512596f4d87f170ebe55a SHA1: f5250de2c227ce16bceb782021d471e8300c6ca6 MD5sum: 6345da76771089e41e31aa73841195a9 Description: ROS support for ETSI ITS messages Package: ros-jazzy-etsi-its-msgs Version: 3.5.0-1noble.20260710.094006 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 48 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-ivim-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 Homepage: https://index.ros.org/p/etsi_its_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-msgs/ros-jazzy-etsi-its-msgs_3.5.0-1noble.20260710.094006_amd64.deb Size: 6976 SHA256: 9b6de8d50be91c2ddc9eae417b9194728ff3f5c7a5ed1a323b82504e02e760e2 SHA1: debccf85c0799e7651d247a1c865f78f2694f881 MD5sum: 879f510e8b165e47428fee5cde2a07c8 Description: ROS messages for ETSI ITS messages Package: ros-jazzy-etsi-its-msgs-utils Version: 3.5.0-1noble.20260804.184720 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 476 Depends: libgeographiclib-dev, ros-jazzy-etsi-its-msgs, ros-jazzy-geometry-msgs, ros-jazzy-tf2-geometry-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_msgs_utils/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-msgs-utils/ros-jazzy-etsi-its-msgs-utils_3.5.0-1noble.20260804.184720_amd64.deb Size: 51652 SHA256: c603c6b6b3602f431247901d72a27642d95bc919c84d81b3a038a0b30731faa0 SHA1: 19e59a4af0ede02af94a7332595b78ebf65ec216 MD5sum: 8f0de12d3b1e210e15d24a32a4e87474 Description: ROS messages and utility functions for ETSI ITS messages Package: ros-jazzy-etsi-its-primitives-conversion Version: 3.5.0-1noble.20260710.090936 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 62 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_primitives_conversion/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-primitives-conversion/ros-jazzy-etsi-its-primitives-conversion_3.5.0-1noble.20260710.090936_amd64.deb Size: 9208 SHA256: 1abafeb7ee8cb59ce67b9ec689a029420cb596002f760b69af804519722e5319 SHA1: cd77d4cff6d061cbd1779f0f549ff290c33c2994 MD5sum: 6f215737939b123957ad4e0ad25ab46a Description: Conversion functions for converting ROS primitives to and from ASN.1-encoded primitives Package: ros-jazzy-etsi-its-rviz-plugins Version: 3.5.0-1noble.20260804.192623 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 2172 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.15.1), libqt5gui5t64 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libstdc++6 (>= 13.1), ros-jazzy-rviz-ogre-vendor, libqt5gui5t64, libqt5opengl5t64, libqt5widgets5t64, python3-pyproj, 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-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 Homepage: https://index.ros.org/p/etsi_its_rviz_plugins/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-rviz-plugins/ros-jazzy-etsi-its-rviz-plugins_3.5.0-1noble.20260804.192623_amd64.deb Size: 358484 SHA256: e773e689b4ae9fae2bc6fc489644c87b3aef232abdaec7e6ab827deb11a6351f SHA1: 4f51cd2045cc9abc6ba0497c2b8a64d267de6b33 MD5sum: b72968d79865a61568ef76e56eee0d25 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.5.0-1noble.20260804.192623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 14478 Depends: ros-jazzy-etsi-its-rviz-plugins (= 3.5.0-1noble.20260804.192623) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-rviz-plugins/ros-jazzy-etsi-its-rviz-plugins-dbgsym_3.5.0-1noble.20260804.192623_amd64.deb Size: 12706006 SHA256: 5e0b6ef911a04d61397b8b5f2065e54a0fc3f09234230dba6a4a8b608d24346c SHA1: 597a23f6aeca71ed09ad508c6a60ff4becb4e025 MD5sum: d0a77306a8b7fa2f6426b795c056c380 Description: debug symbols for ros-jazzy-etsi-its-rviz-plugins Build-Ids: 6360c617183faaa46d1448267d3ec9457d0d9c37 Package: ros-jazzy-etsi-its-spatem-ts-coding Version: 3.5.0-1noble.20260710.091338 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1668 Depends: libc6 (>= 2.14), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_spatem_ts_coding/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-spatem-ts-coding/ros-jazzy-etsi-its-spatem-ts-coding_3.5.0-1noble.20260710.091338_amd64.deb Size: 214226 SHA256: 88596d35894a10ee2f18faf67fb6600871b97f05a7860d5bfd4d924bab38ba44 SHA1: ce782e7a5324368ab195e7d7016dd985a5e5ef70 MD5sum: 9f7a61a253f668ab32721f24d9ec1ab4 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.5.0-1noble.20260710.091338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 879 Depends: ros-jazzy-etsi-its-spatem-ts-coding (= 3.5.0-1noble.20260710.091338) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-spatem-ts-coding/ros-jazzy-etsi-its-spatem-ts-coding-dbgsym_3.5.0-1noble.20260710.091338_amd64.deb Size: 547996 SHA256: ed0e8299a5de77456c5a2cace087d37e5fcc6f7604cbd35159922f9dcf66c9f9 SHA1: 72957aa37085d8d93f1fbd78fe1bb25a0377ae2a MD5sum: a84a510d6724132122a6f01269d3e157 Description: debug symbols for ros-jazzy-etsi-its-spatem-ts-coding Build-Ids: 27e4686498fd7e79fd5b21647c326d76e41ac3c7 Package: ros-jazzy-etsi-its-spatem-ts-conversion Version: 3.5.0-1noble.20260710.093541 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 157 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 Homepage: https://index.ros.org/p/etsi_its_spatem_ts_conversion/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-spatem-ts-conversion/ros-jazzy-etsi-its-spatem-ts-conversion_3.5.0-1noble.20260710.093541_amd64.deb Size: 16648 SHA256: 21ae5f8a66308dce5b4c303b9afb3c82eea04f01efb9e0b295c4ed48bc665846 SHA1: 3900710d4cba73915b9476064853ecb714bcc888 MD5sum: 88df4586e659f56674b0fba9b89c162a 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.5.0-1noble.20260710.090933 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 6058 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/etsi_its_spatem_ts_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-spatem-ts-msgs/ros-jazzy-etsi-its-spatem-ts-msgs_3.5.0-1noble.20260710.090933_amd64.deb Size: 344502 SHA256: 67781ffe422fc6aad109e7ba8d20f35344bc926593bd5b02b167cc439f1d4540 SHA1: 32c367d0f36c927fed6d3941c0b334fb26e1cbfd MD5sum: 4e576fbd8c477a3c1e9074832a0abd2f 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.5.0-1noble.20260710.090933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 4193 Depends: ros-jazzy-etsi-its-spatem-ts-msgs (= 3.5.0-1noble.20260710.090933) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-spatem-ts-msgs/ros-jazzy-etsi-its-spatem-ts-msgs-dbgsym_3.5.0-1noble.20260710.090933_amd64.deb Size: 3395028 SHA256: 4ac82477b6b174de27abc4d9d2514f81a3be6a898f581b0a939a9403e7fd15a5 SHA1: 6516ec3595fe277b7b76f8f4a8c24290377eea42 MD5sum: 23b7cd00a6f0d6aab8d05fd4bc0140e3 Description: debug symbols for ros-jazzy-etsi-its-spatem-ts-msgs Build-Ids: 0e592e8fa2bba5a688bef9cc0b7de7ad84bc9a26 13e5302f4a2cbb72c47063ad0568ffcbbfa32990 3231c36942b077039d54ca23eb7fb37b322eebc7 566e90a5f3ad7ec3659465b56366d73ce9abe90c 5a71b7aa0eb407ceabca9d699a7a585812b84e35 5c600babecde423c156c975c8779f07a97def4ad 72f2ec249c03b8bf960fc9c2ec53c5b404f2349e c0f16f8158b1c6904d4af976f37ef7fa2020e0e8 d793896c07834a9bdd3a57445255ae87c64407a7 e440a5fd85ea57ee1e31d9bba88805d61edcf5d6 ffeeb09d620b0df7358eea3360b0fd514d29e20c Package: ros-jazzy-etsi-its-vam-ts-coding Version: 3.5.0-1noble.20260710.090945 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1402 Depends: libc6 (>= 2.14), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/etsi_its_vam_ts_coding/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-vam-ts-coding/ros-jazzy-etsi-its-vam-ts-coding_3.5.0-1noble.20260710.090945_amd64.deb Size: 190972 SHA256: c5de2abb04ff812f51910ee6a593fdf3ef6cde97dc92c5185d06079389a24330 SHA1: 7e840d554cd47f8e9a42bd6b44d62daad4afbbf9 MD5sum: b927001f3dacb183c987bd0cb4042329 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.5.0-1noble.20260710.090945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 737 Depends: ros-jazzy-etsi-its-vam-ts-coding (= 3.5.0-1noble.20260710.090945) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-vam-ts-coding/ros-jazzy-etsi-its-vam-ts-coding-dbgsym_3.5.0-1noble.20260710.090945_amd64.deb Size: 479772 SHA256: 99009b54d1a14a3431ecc45e94d24c88082978bfb6be4726b1a5c7a9f9a9717c SHA1: bdefb2d4e7c274fcb7b72524323d534be0b7f6d1 MD5sum: affb286a573a571a1080ba54bc246c5c Description: debug symbols for ros-jazzy-etsi-its-vam-ts-coding Build-Ids: 3e363920fcf184237cd51cacf6688a289ccae870 Package: ros-jazzy-etsi-its-vam-ts-conversion Version: 3.5.0-1noble.20260710.093359 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 450 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 Homepage: https://index.ros.org/p/etsi_its_vam_ts_conversion/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-vam-ts-conversion/ros-jazzy-etsi-its-vam-ts-conversion_3.5.0-1noble.20260710.093359_amd64.deb Size: 47542 SHA256: efa11cad3aece441b48d358b443e5c4c6c6819460cbb699602d95f635ce5b3c0 SHA1: 381cb8b366902baa743dfa9d5b07d6b270492878 MD5sum: 3b97fbb94642edfe07e41b7575cfc5dd 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.5.0-1noble.20260710.090947 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 19448 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/etsi_its_vam_ts_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-vam-ts-msgs/ros-jazzy-etsi-its-vam-ts-msgs_3.5.0-1noble.20260710.090947_amd64.deb Size: 987910 SHA256: ad4dc82c8f02e32fe14b6a0d701027a002760044a4372a54672017b5b601d421 SHA1: 22c393b2ac3ce5b8ee7eb7a524b6655f089038f9 MD5sum: 9a2cf1cf618602cff76d0dcb2c0fb4a2 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.5.0-1noble.20260710.090947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 11837 Depends: ros-jazzy-etsi-its-vam-ts-msgs (= 3.5.0-1noble.20260710.090947) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-etsi-its-vam-ts-msgs/ros-jazzy-etsi-its-vam-ts-msgs-dbgsym_3.5.0-1noble.20260710.090947_amd64.deb Size: 9220998 SHA256: 87d933c36b366be70dbcb7998427673b0368ac1f80a15197370ba1e28316fc98 SHA1: f53bfe75a2a21e6ade9dcbc86ad01aa5eef65954 MD5sum: a08e2cfdde24cc1d35d9a520bdb48248 Description: debug symbols for ros-jazzy-etsi-its-vam-ts-msgs Build-Ids: 19aa202ed4ed486756d7d1dd7874fea418b40249 29e2fb81dae15a04a15bbb3c765f7432915a1add 4eff6f8a7bef1d572777ebef706c92ff9d362a96 8d7f774b1d73e4ab496b1bfa90ed63e80634770c 9327add7a3749663017d03fbeb9e6f57e8d2d383 a7e41224c700b4ada9a98cb4be0d7a6b29da0487 dda1cc2091478c02eea39b1dbebfd1bd07186593 e0d2d666c88a8294d63c9d6253c75fef91767860 ecca667e15c06a9bc9a53e2280b0c409c752a7ad fb7b0caf90b4c5b3d8877b54be98649b8a06ea50 fcf95c9b8b3b37bd326abf045c3242974e78c966 Package: ros-jazzy-event-camera-codecs Version: 3.0.0-1noble.20260615.125932 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 209 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.20260615.125932_amd64.deb Size: 37890 SHA256: 236ffdcfd5cbf85a0da0d2ae80f538c27d4d31e9a25e79d6cbad1f3007f5b425 SHA1: 01a090d480cdaf5f24331763444f3f3bea8d2bba MD5sum: 5b2d7bd36a7380e4381622d65d05f16d 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.20260615.125932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 246 Depends: ros-jazzy-event-camera-codecs (= 3.0.0-1noble.20260615.125932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-codecs/ros-jazzy-event-camera-codecs-dbgsym_3.0.0-1noble.20260615.125932_amd64.deb Size: 198886 SHA256: a1f7da657828acccbe19f3fe94d06ce74b8268079e4100893b28af60766fd5ff SHA1: 60a44a0a740ca202bde303c98286774841b14bd3 MD5sum: bf914785f5c42d23eefc9ac7e80c7aa3 Description: debug symbols for ros-jazzy-event-camera-codecs Build-Ids: 1ade1fba78c96bef0bbcc5c2663fd0cd95b1a3c7 af43d75df08a67b33171b82a7c11d6e44fcc879c Package: ros-jazzy-event-camera-msgs Version: 2.0.1-1noble.20260615.105856 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 511 Depends: libc6 (>= 2.4), 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.20260615.105856_amd64.deb Size: 53656 SHA256: 68926eb83b036d3de937eb020c756bba3996469c531b579ead6730d98b3fc7cd SHA1: d6b79ba80b4fbd307d4795d5c41bf0b8f91b86f0 MD5sum: 149460c0f102c523ce128b16c1a553fe 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.20260615.105856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 328 Depends: ros-jazzy-event-camera-msgs (= 2.0.1-1noble.20260615.105856) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-msgs/ros-jazzy-event-camera-msgs-dbgsym_2.0.1-1noble.20260615.105856_amd64.deb Size: 231672 SHA256: b1dc8af79886c29e1cc83ca0c5eec8a0ec2142b750e74c0d0fcfe9d5a55408a1 SHA1: c88d0bc60197863db62d9cd70857df5a71bc3c6e MD5sum: 5900a898df0f47903cb4a7c77cfa1c00 Description: debug symbols for ros-jazzy-event-camera-msgs Build-Ids: 02b3e3b7e1c6df2048e9e5e9d7cf874daa6e159e 110560ff94c0c95b257fe91bcf7ba5b55aa75163 262cb35cf82719ae27e7a5ffcaa5be530eb798bf 37570e704e8f877ef974e9cbca97d6e56c881547 3a70a44a2a739a3091c457ab89015ea8745e8e76 444f7a75d471b526ad5aaee40f5f719d70c9ade0 4c10acecb9492d3b44cc02e2a2ed9db2a0d37180 77bbe1d690350306c9291b1471af9dcf1472a5a2 e8583861cc10757c63753d12ddd98086d1233436 f129afe2d0a8f66cb980499e9c39c4459db35e85 f390d6f8bb2b57be19d935c4e065eec3b591bee4 Package: ros-jazzy-event-camera-py Version: 3.0.0-1noble.20260615.130244 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 366 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.4), 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.20260615.130244_amd64.deb Size: 119042 SHA256: 72be087050cabcd60840e63a86e4bc16eefb1d69af8f390a90bc819ad7a4f41f SHA1: 2d57c188b46ad2023152e9a459afc1b9cb995e3f MD5sum: d3a3e6d0be5bdabea52a6ab903958016 Description: Python access for event_camera_msgs. Package: ros-jazzy-event-camera-renderer Version: 3.0.0-1noble.20260615.144858 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 592 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.20260615.144858_amd64.deb Size: 132252 SHA256: e6bc411339ebe37fdd57743f8f9c548c64dd5bdd5c6e1d6bff82852a73067e49 SHA1: 699f4ce18432e5c0dd9656a259d5569d6a053290 MD5sum: 2086f9698bb32480bbdefcac9d9c3016 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.20260615.144858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3150 Depends: ros-jazzy-event-camera-renderer (= 3.0.0-1noble.20260615.144858) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-renderer/ros-jazzy-event-camera-renderer-dbgsym_3.0.0-1noble.20260615.144858_amd64.deb Size: 2773264 SHA256: 9df153b635922c374bd33be99a120a66b342f4d654df9de73a82f56a04ee4c5f SHA1: e3d8da3be1d8ad0c5679e7b2861a5c38dca167ae MD5sum: 67d9718e1845cd85457b40a0c27a9603 Description: debug symbols for ros-jazzy-event-camera-renderer Build-Ids: 9e462e24476720d567f98733a1d42f5e2d288965 f4b66ba367cffbe07b9c8084eab82a7dcf1b72b3 Package: ros-jazzy-event-camera-tools Version: 3.1.4-1noble.20260615.164840 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2878 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.20260615.164840_amd64.deb Size: 426910 SHA256: 734b46b77c0f8eb9319c02262bc64af5430f66b6ce64f8e9a30465f96b842e45 SHA1: 2abf755f8300446c1c50e53e9d24e76d0f057fae MD5sum: 0023cb830e31e2f8b9c7f843269f4d32 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.20260615.164840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 15156 Depends: ros-jazzy-event-camera-tools (= 3.1.4-1noble.20260615.164840) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-event-camera-tools/ros-jazzy-event-camera-tools-dbgsym_3.1.4-1noble.20260615.164840_amd64.deb Size: 13002758 SHA256: 696909810d143de378e806b584e162a1236f07296fa7666152bd81449786a62e SHA1: 9d3254f6f5454f0fb25ab547df6ced930383111a MD5sum: ac57ca5d0b384d3b6ce8a687d35e437c Description: debug symbols for ros-jazzy-event-camera-tools Build-Ids: 0f7d606e798d021b7ca76fb5ff37c640a5f1d8d2 12ca0d128c5110a1eea1d8e028b8abd9f309f32f 3051452fb74ad426d93a1905646ab3adc1f5d6c3 403fdb9b74a859b223cf2d6ca3d4de79374605a1 486e228100e57502215bafc1c455c074ec7cb80b 844e76189b89d84453f859d38e036ff1f64e687b 981ea21d0ee9fc62fea5a0f76bb8c1f43e2a9def a0d71ebade50ae64b85b7f6955d92b66533a0b2f c0eaae9bf66dcfaaf9ab9766a8f2f1dfa036b8c2 c3ae4388dfe64f5007703c567a9b327279b2a538 f583c3363caafbd7c522ae48697636f2c32a6e05 Package: ros-jazzy-event-image-reconstruction-fibar Version: 3.0.3-1noble.20260616.083313 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1966 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.20260616.083313_amd64.deb Size: 366112 SHA256: 7f8e313eb7e9115569b155af8564a44f253862969561194165d778c938d27d00 SHA1: d2845eaa25fe781dfef7bf25f9a9bd9cd102e80e MD5sum: 78747b95b0aa57e2efcbc771b44ef002 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.20260616.083313 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 9398 Depends: ros-jazzy-event-image-reconstruction-fibar (= 3.0.3-1noble.20260616.083313) 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.20260616.083313_amd64.deb Size: 8023212 SHA256: 21f881c3f7db74481f36cf5693ba6a4af08601f61a14fee25c38c28647382708 SHA1: 1ba858c1c3802d8f9a80cb8d82d35d57b70d183f MD5sum: 6ba0c239f22c6bf0525e33a9c9f43d67 Description: debug symbols for ros-jazzy-event-image-reconstruction-fibar Build-Ids: 65fe659a795fe15ff53bf491a58cc40e3d85ed40 6fb55e52fe0c9390c0d04e2ee92bf53dc85ab333 a7f52b52dee32b960e74078cccc7d7c7e72fef04 fd477317f4ab910db1cbc771cb00e18e76e2b584 Package: ros-jazzy-eventdispatch-python Version: 0.2.29-1noble.20260403.122636 Architecture: amd64 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.122636_amd64.deb Size: 40152 SHA256: 6a617e2ee7a65c7c964495cd98abe4e07428921c008f77da9e3264a916e3eae4 SHA1: 6fdb86a24b3644fbc5fa2dc6bfa0dd9de33c2465 MD5sum: ef73d8081644135d3b1a40d3bcc13b5d Description: python-eventdispatch for ROS2 distribution Package: ros-jazzy-eventdispatch-ros2 Version: 0.2.29-1noble.20260615.134706 Architecture: amd64 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.20260615.134706_amd64.deb Size: 8808 SHA256: 8a0ecacc74da63f0d2c652ad56260c50a78b51bd117681e52e6f35319f38217a SHA1: a0b132ef3b41f2193479a536adbd0cb998289189 MD5sum: f7156b214ae3cd3431d3a1bbe8bdced7 Description: ROS2 wrapper for python-eventdispatch Package: ros-jazzy-eventdispatch-ros2-interfaces Version: 0.2.29-1noble.20260615.102358 Architecture: amd64 Maintainer: Charlie Yan Installed-Size: 1608 Depends: libc6 (>= 2.14), 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.20260615.102358_amd64.deb Size: 135994 SHA256: be7158945031c0230a25357455d72fa9b23a1141a35433ec1ea1835887b47e79 SHA1: 4ef228304dab19100acbfb60a6a96c090d7b0d69 MD5sum: 297b06fd7c882e4a2eefbde3f1a39c1e 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.20260615.102358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Charlie Yan Installed-Size: 1452 Depends: ros-jazzy-eventdispatch-ros2-interfaces (= 0.2.29-1noble.20260615.102358) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-eventdispatch-ros2-interfaces/ros-jazzy-eventdispatch-ros2-interfaces-dbgsym_0.2.29-1noble.20260615.102358_amd64.deb Size: 1193174 SHA256: eacf70c4cad5144d57092755e02517b67696ef40928d8fffefb33ff42c2b71e7 SHA1: 3c8342c98412a5a61e77ceb0d99de8f5c9286d4c MD5sum: 7c71071885b25d591a71ee5046caccbb Description: debug symbols for ros-jazzy-eventdispatch-ros2-interfaces Build-Ids: 1457fd79f2a21c592623676e79b07a7467282d1f 38616913602351ffc875118e896791a3f9e1c901 59772cce24153ce4b3b466a8ef1e5d7b593129c2 68f0d5f41277c920fca43cc36dfe0426d23a82fa 6e6127af4f000dfc074b7ef201bca5e16e00d963 851b4b83638912a38d9ef85c08e1468fe3adb2b1 91da92e7b154fc7be834dd5a29c6986e25368cfb 9c732215a4926b1525c58df142245a4b624f389c a28ad31188a2e939b9c85e716561b6f436b1c53c deb7cf924dbd179db3ed8405b8b89e250664549b fd7a0c77231e780c8afaa9392da8853c44ec0d83 Package: ros-jazzy-ewellix-description Version: 0.2.1-2noble.20260305.092410 Architecture: amd64 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.20260305.092410_amd64.deb Size: 805298 SHA256: 592501f5584d2594ae20bd334291c319348e62506cb53b3f867e8dc520b8d75e SHA1: 2dda5a162e203d47e87fcf44e2fee1e1db7093cc MD5sum: ca71126681988168bfbbe584bc1f98c4 Description: Clearpath's description package for Ewellix TLT lifting columns Package: ros-jazzy-ewellix-interfaces Version: 0.2.1-2noble.20260615.102359 Architecture: amd64 Maintainer: Luis Camero Installed-Size: 1583 Depends: libc6 (>= 2.4), 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.20260615.102359_amd64.deb Size: 132864 SHA256: 8d74a098fd1bd9e0feb038242a9e07a31033052fa89c6d6a49d6ace231e60d85 SHA1: 8e98fc9a6e9f3c4a5cccfb32f730f298f12c40ee MD5sum: d201b0dd053913474d81380852209539 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.20260615.102359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luis Camero Installed-Size: 990 Depends: ros-jazzy-ewellix-interfaces (= 0.2.1-2noble.20260615.102359) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ewellix-interfaces/ros-jazzy-ewellix-interfaces-dbgsym_0.2.1-2noble.20260615.102359_amd64.deb Size: 787640 SHA256: dd57f9e186cbc0490986dd25959e0d919a8eb17a8a9ffb7a60de609f8c170c1e SHA1: c1d3834983faa417b6c8a8e111354e0eb5b3ebc4 MD5sum: 0e650dec789fdf6885a4392a4c393d21 Description: debug symbols for ros-jazzy-ewellix-interfaces Build-Ids: 091c750713e6a953473ce5537847325e5662965e 0a0350939809a85b1ca1cda3b1d89ea4115d738e 188ff56fad69c6be78e47dfc4fe91ef9fc788f00 18900aa781ae8ca909ffdab80e32f2b0385a0fa5 1d9fd4ff1f20e5dd2fcc0c76b377733ec44e317a 202a109bd1b2228b158a2fbe598539a4d155bb94 481f776f4106b9d969ce95dcdb9c7cdc2e7290c8 53c8479ab24fbc310f7582239b62d2ec01bb20d4 5b273df2379130d8fe3ae3d67e6c2c7e35b10f4e 9c14d3790a7bd8266a37747a0bd52d39eac75eed bc53f7938fdbd404a44b226ee830e803aaa0497d Package: ros-jazzy-ewellix-lift-common Version: 0.2.1-2noble.20260806.102323 Architecture: amd64 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.20260806.102323_amd64.deb Size: 5218 SHA256: a08e25b1270128c48dcec9efee6a5a0f1dd80b38231fd396c1ad40db2ddd11f2 SHA1: 1d2935f1248438dce4d2907ddb62968d13201b43 MD5sum: f83cb3adf6b07775ed1a12849fb43be0 Description: Metapackage for common Ewellix lift packages Package: ros-jazzy-ewellix-moveit-config Version: 0.2.1-2noble.20260806.095836 Architecture: amd64 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.20260806.095836_amd64.deb Size: 8076 SHA256: 8b9517478c199fc8659e4be35214683f32f858bea4958f3e1d4df88f0119fe32 SHA1: 64ffffd2d4052f0c6f26e42c9040d08418bb1589 MD5sum: f299d5667dac2b8bc2982877cbc6052e 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.20260806.102321 Architecture: amd64 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.20260806.102321_amd64.deb Size: 7736 SHA256: 194d0fb2fd6964c6a6884a288b4d4e6e246f130f795f368def2eb5060617ba5d SHA1: 45b01a31f6481ec68bcf294b12ab59acc32cecec MD5sum: 8ff53f6ba9d6f85321d4684dc87c02cf Description: Clearpath's simulation package for Ewellix TLT lifting columns Package: ros-jazzy-ewellix-viz Version: 0.2.1-2noble.20260804.193742 Architecture: amd64 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.20260804.193742_amd64.deb Size: 9516 SHA256: 3aec8042fd526968482296aff023b0df0789d1df40eaf9484e2da4a1c425c3af SHA1: 1989e64d35c889c26c16e60cb317a910083f6b0d MD5sum: b08da028b693731f99988cc5f712311d Description: Clearpath's visualization package for Ewellix TLT lifting columns Package: ros-jazzy-example-interfaces Version: 0.12.1-1noble.20260615.102406 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6387 Depends: libc6 (>= 2.14), 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.1-1noble.20260615.102406_amd64.deb Size: 376980 SHA256: f289a2359c4b4273a83ed44d8536b0f6dfd891c0a942e38ffd20d56b075360d6 SHA1: c895c8d055c32b749d0e10db5ec8b99c1e7810ce MD5sum: 2a51fb7d224d0028ad805fd3ff088a1a 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.1-1noble.20260615.102406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 4802 Depends: ros-jazzy-example-interfaces (= 0.12.1-1noble.20260615.102406) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-example-interfaces/ros-jazzy-example-interfaces-dbgsym_0.12.1-1noble.20260615.102406_amd64.deb Size: 3838182 SHA256: 41af8067c4c554dddc6806ca0858bcc2ca7d42e7b3f93eefb9a429356e829e06 SHA1: 84b285dc53f50329be64d1533f73e2430d82d521 MD5sum: fc84f10958cdf03ec6167e6378afe72a Description: debug symbols for ros-jazzy-example-interfaces Build-Ids: 174704a2f85fde7d98d8e8dbf74910796ec6af14 17898c844d43ca2fab5278f199a4fcebf2d248ef 1dd0f8a793136a75817bea03c71795eba313d86f 59de5c6515854d949719b5aed48a1b7d031585b7 8513e5fe61854961ffff925a78ef5b52691cfa71 9f806f02d320a3b5519c649a320c92dc2172514b a8ffc0aa5b23bc3631e6b5a6b4e0b73ecdf7867d b9fad59f1726f33f5081c7c6a69f31e449dfad5c c4f0a8ab125071f8f0f9fd6f7352e6ec5fb61af2 f03c14992952469fa829498cb93de074ab423d09 f13dedbe9caef440166d2f90bb54e2ce61298dc0 Package: ros-jazzy-examples-rclcpp-async-client Version: 0.19.7-1noble.20260615.135339 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 151 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.20260615.135339_amd64.deb Size: 38114 SHA256: 967bc3ce8ffae861544958eced97f7058f220ca0e38074039a13d3ef8a05a07e SHA1: 59005baa37ea405829e895ea2f3c63ecfd2db177 MD5sum: 876502011eb1625693da67366fa9b98f 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.20260615.135339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 661 Depends: ros-jazzy-examples-rclcpp-async-client (= 0.19.7-1noble.20260615.135339) 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.20260615.135339_amd64.deb Size: 620062 SHA256: 2f9c5431e9b072044931d0195d6a8e3deab2f6aa6e6acd09f29971ad99565324 SHA1: 3cdb05fd293c1b336ef7b36aaa7b6dc2fd8098d8 MD5sum: 8caea2125e0b6e74d43722d4b9856711 Description: debug symbols for ros-jazzy-examples-rclcpp-async-client Build-Ids: 0ba405f00d0bde2b1a16453d5078f14ecc8040a5 Package: ros-jazzy-examples-rclcpp-cbg-executor Version: 0.19.7-1noble.20260615.140446 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1399 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.20260615.140446_amd64.deb Size: 212754 SHA256: 4c2a2ea3d6e92fcbd712674a8d113ead2ed6007b2b8b2f4a051a3cfce6feffa2 SHA1: 4e57cabbb1ddd9329fbf59c18022150ee3acd0d1 MD5sum: 91ba620a4d71dc7b1f342aada7adf554 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.20260615.140446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7165 Depends: ros-jazzy-examples-rclcpp-cbg-executor (= 0.19.7-1noble.20260615.140446) 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.20260615.140446_amd64.deb Size: 6118318 SHA256: 47517d2391e4c47ff4acb0aac58c6391503a89e2c045e8761d45dd94d1a5b1b5 SHA1: a48b0ff396816fcfa1687fd08fb5a6f59cb03f57 MD5sum: 2fab309195b7e45eb83d080aa4225ba4 Description: debug symbols for ros-jazzy-examples-rclcpp-cbg-executor Build-Ids: 0d130207eb9fc97da388022cf71328efdd5a675d 2a11b33b44745624788b4b5f998f680e9c2a806a cfca05d7c92f6b5f85ca7c43c116bf391f277015 Package: ros-jazzy-examples-rclcpp-minimal-action-client Version: 0.19.7-1noble.20260615.145752 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 548 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.20260615.145752_amd64.deb Size: 93782 SHA256: c7dfaaad200bcdf6475f37b95954aba7b7c1cac4af7b8e31d1026a1a3861a179 SHA1: b5f1f8fef8d824853ab3335b724254f774993282 MD5sum: 60b90fd9d5862244a3e11185953a09c5 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.20260615.145752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2598 Depends: ros-jazzy-examples-rclcpp-minimal-action-client (= 0.19.7-1noble.20260615.145752) 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.20260615.145752_amd64.deb Size: 2325482 SHA256: e73016c3cd69f505ebfc6c09fb0402ac0f1caf2752c6d35d1f714b23645e5122 SHA1: 0c8a5981220359537b615fc9313b47bc58fe638e MD5sum: 487fdee7fac961d1578d7394cff20234 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-action-client Build-Ids: 0707f9289757a75731a5860dd5eaf1c4d0bfa482 47de8a641c767c1b8b0e3360d572e8fb22075ffa b88d5d7922fbfe1258a0734877d3ac261ffde9ce cbdea7d41f0b967f0f902db3fc3418050697c06f Package: ros-jazzy-examples-rclcpp-minimal-action-server Version: 0.19.7-1noble.20260615.145759 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 241 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.20260615.145759_amd64.deb Size: 45096 SHA256: 13558cd82a0c6b51cc54362c6cfd91b4f76ef492e1f34a6970c367358e47c6bb SHA1: 6c8032e6198a8cc1cad28d3abc38a32bdfb6e160 MD5sum: 98c1117b0a6fbd12c21cb24aefb78e20 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.20260615.145759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1099 Depends: ros-jazzy-examples-rclcpp-minimal-action-server (= 0.19.7-1noble.20260615.145759) 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.20260615.145759_amd64.deb Size: 993712 SHA256: a22ba163d542a176e166971b64843642ef3da645ff1090ec44c1f4c2eb8119a4 SHA1: 74c8debf963b7c5e1a5c523696418dcc654aa476 MD5sum: aa6cc72cd380a38abb552e69c8324a2f Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-action-server Build-Ids: 666c86889beb83d9fca05c99b94790fcd5d1a96c cf93dbe0b6ca277537f74dbb3aacf2144cc604a7 Package: ros-jazzy-examples-rclcpp-minimal-client Version: 0.19.7-1noble.20260615.135333 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 115 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.20260615.135333_amd64.deb Size: 27536 SHA256: e28d83696a11a1bf6a61dd323e598dd337786ad68629dc91836e31ae9870b2ab SHA1: 5d17201cafc39dce03c3a44c655274956e3a20c8 MD5sum: 7bf9101d8b86c99cc40b611a02b8aca1 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.20260615.135333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 530 Depends: ros-jazzy-examples-rclcpp-minimal-client (= 0.19.7-1noble.20260615.135333) 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.20260615.135333_amd64.deb Size: 503082 SHA256: d29726035a533f395cc3b42552d50b517cc802f81d6b8da659c881aacdf6dd03 SHA1: 52d453d3eb95a48520e5145e855c2b2f27d3302e MD5sum: 441eccb79e5c6c400c0bf9427bf5b989 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-client Build-Ids: 103e9b4595abd63f037f7026fe1181f1d6ccb12f Package: ros-jazzy-examples-rclcpp-minimal-composition Version: 0.19.7-1noble.20260615.142513 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 549 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.20260615.142513_amd64.deb Size: 113590 SHA256: 05452fd50d8f340c73774db17a029bc532ff5b75a370d80caec8909747fc3d88 SHA1: 8d3d41f39f74361f19972a8b4ab51ffa78f83ca9 MD5sum: 3574cb8d37969f304287ee8678a6aeb9 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.20260615.142513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3048 Depends: ros-jazzy-examples-rclcpp-minimal-composition (= 0.19.7-1noble.20260615.142513) 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.20260615.142513_amd64.deb Size: 2700906 SHA256: dcd74d10b29dd2916d27e3a301f83f46bdc6325bc26e63abdf702f9b0058387f SHA1: 0005ecd6f8525d1f5845f883771b4ea57ad74360 MD5sum: 45d843f6fa93c237a2a7c0337fe87432 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-composition Build-Ids: 69a0c2222de9dee86552cca095b13962513b437a 9d8c3b618b0a1386ae58afa2d2e7cb357cc137ce ca8e3791e8a3d810c689c1903c94eb927dfa014f fa2593afb7ad4aa22e30ecffd19338051d6c98b8 Package: ros-jazzy-examples-rclcpp-minimal-publisher Version: 0.19.7-1noble.20260615.140521 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 823 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.20260615.140521_amd64.deb Size: 133122 SHA256: 35ca0e6c003afecac75bb77d6762a5d2c2839b80118d1fcf9ee105766c80cd64 SHA1: a3b6989c9e2b0d561415959afadd908affcd9aed MD5sum: 4d6c49308cb25c804a7d7a209b9d16a8 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.20260615.140521 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4685 Depends: ros-jazzy-examples-rclcpp-minimal-publisher (= 0.19.7-1noble.20260615.140521) 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.20260615.140521_amd64.deb Size: 4342900 SHA256: a2b00f4cae235464fc8a79990615b286a78e0a24a86cd2d3a957799e96113101 SHA1: 04e862be268ac71c7a6a6e46c7cc25905e8203b8 MD5sum: e97cdefd158fd0683e1dc8ef660ca719 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-publisher Build-Ids: 2d27fbec9cf60c09b108000a3e2370cd7db58364 388e33088810cc00dbfc3e13fd3ca29498160e61 45b339e7266a3cd8274ee8e309eca2ee16ed38eb 4fdf4f121ef5d795b8355c4b9577a1b8706607e5 b1cf316ce51c3823a95a0371adf26ad56871f5b9 b9b80732a022403d9d248152784cf900a6159009 Package: ros-jazzy-examples-rclcpp-minimal-service Version: 0.19.7-1noble.20260615.135350 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 103 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.20260615.135350_amd64.deb Size: 23234 SHA256: 5f307e313f84867c3148dee63816cfd44dba65f5996408ddf350c134026ca8c4 SHA1: 4f78d0a4757020c67c3a1d4ef72c0698776d39bf MD5sum: f8055d34fe234827292f7e5bd019c3bd 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.20260615.135350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 408 Depends: ros-jazzy-examples-rclcpp-minimal-service (= 0.19.7-1noble.20260615.135350) 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.20260615.135350_amd64.deb Size: 375044 SHA256: 90d43550742aeb8949293ecdbf76b1097cb8950d0338dcce63543d958bec4b1d SHA1: 138d502bf44c3c8dff25c1d0c3d0d85de54758ef MD5sum: 26fc200142eee50d5e4363ebee2b97e3 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-service Build-Ids: 0a1e2e2d7a29784ae7c32ab2710602af74399d1d Package: ros-jazzy-examples-rclcpp-minimal-subscriber Version: 0.19.7-1noble.20260615.142530 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3646 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.20260615.142530_amd64.deb Size: 440746 SHA256: 914f79ef999b0c686de1d245ca084b778a74d6d5df48db7e8e797347bd7af97a SHA1: 1fb1f26c8a27baba0bd119b8ef5babc8370da225 MD5sum: f667e53bbf55d558dbff8827eba66abb 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.20260615.142530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 19033 Depends: ros-jazzy-examples-rclcpp-minimal-subscriber (= 0.19.7-1noble.20260615.142530) 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.20260615.142530_amd64.deb Size: 15939352 SHA256: c999430e8f1ee7cc55e475e5a7e74771a729827599cae4599afbb34d26d4fa27 SHA1: 70bbf131e5e680a3350c7d99ea5c6d775f60250c MD5sum: b25827664253ecf6a690eece0115730b Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-subscriber Build-Ids: 215b1297bf37c9bb6f08dc91c7794201bfbf74fa 2916a72f2220de5eec53c01907def55b6d36a846 2eea318f7051c1b0db695f6d342468e3c09a7a72 7029565ba3da9204a0df5af0207c2e839f7a6792 92d72de2a692f4053535f0329d660eac1f58dbbb c9e4e120b09847117da43c7e5e089d5660e528db cc8f8bc0c75d0e02c66685b67f6bbec06da885c2 d2ceb5863931484a2d679e518afc983561b75087 d588ec36de6b91abfb9d3bc166cbec5774219142 dedb7c2a8e8a2d896b3759c23237845e50a7bc22 f0dfc33fb2de19c017f902272c72af15efc8fb7c Package: ros-jazzy-examples-rclcpp-minimal-timer Version: 0.19.7-1noble.20260615.161146 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 113 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.20260615.161146_amd64.deb Size: 16666 SHA256: 4a69d2fab0f0cb69837acf4031a3fdd12441b3a4c83d591028dd185370d54d32 SHA1: 566065b5d409aa119d2e41af4f37c26e17acfad9 MD5sum: 924c7d08bd1d646d9dd2548f7a019397 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.20260615.161146 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 524 Depends: ros-jazzy-examples-rclcpp-minimal-timer (= 0.19.7-1noble.20260615.161146) 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.20260615.161146_amd64.deb Size: 489774 SHA256: 622f843c580ab7ab1591f923405aa27e6c8246f4520369ab377fe3a6bdf82bf5 SHA1: f132825d2b191b3ebfb41dd8acf3b42c24673df7 MD5sum: 5f3f2feb2b34d05d697840f2adca44d5 Description: debug symbols for ros-jazzy-examples-rclcpp-minimal-timer Build-Ids: ab086250856e3bc3e6a00f3009d2334d52eb6467 cc84a3ea6ccd67383e53497bd21d252dff18f944 Package: ros-jazzy-examples-rclcpp-multithreaded-executor Version: 0.19.7-1noble.20260615.140648 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 471 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.20260615.140648_amd64.deb Size: 104012 SHA256: 6dd3f7c627290ae8a6edd1df128c6b62420982c081b9c13305cb2a5e57757de8 SHA1: 7e464fded81900e046384ab9a087db17494a89c1 MD5sum: c8b3f4fe62c6bb6716ec4db05fa61dd5 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.20260615.140648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2083 Depends: ros-jazzy-examples-rclcpp-multithreaded-executor (= 0.19.7-1noble.20260615.140648) 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.20260615.140648_amd64.deb Size: 1768204 SHA256: 334d44a8363af05f6563c5a71114a695bc5a9bc2386b27a209b35f540df4de69 SHA1: b1aebfe0293ba8b5f5b155daed25835491a96369 MD5sum: 7214ee93885580bc782bf092400f1cd0 Description: debug symbols for ros-jazzy-examples-rclcpp-multithreaded-executor Build-Ids: 2e6e75d24d646e5242ea03f06087bfd50bfa03ee Package: ros-jazzy-examples-rclcpp-wait-set Version: 0.19.7-1noble.20260615.142257 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3991 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.20260615.142257_amd64.deb Size: 539410 SHA256: b6fc7c04fb99d219fdb95e877157dfd5834d04cd80846faff5b7cc7f298ffafc SHA1: 32f5c04b2bf6b00ebd7ee326f2344d8adf6df161 MD5sum: 9bbf103d1fc126fa078589d23d4bc2b5 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.20260615.142257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 20086 Depends: ros-jazzy-examples-rclcpp-wait-set (= 0.19.7-1noble.20260615.142257) 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.20260615.142257_amd64.deb Size: 17307686 SHA256: 810c844f1b4a3e8be0eb4f99bf3aa15aae68252215b6e9094f8a1f97e195feae SHA1: 3183add7a9f6e39f8683535c69924b89c2d8752d MD5sum: 6339e35ae986290dac1196de42ff173c Description: debug symbols for ros-jazzy-examples-rclcpp-wait-set Build-Ids: 1207de3007671309b8d7792bed3b5fcff88dd0c0 1412fff36e3729e07ee8e05e7b8ce53bb0dba8e5 185f355b8bb31dd011813379b9ee1d96de73b48b 25d176fffa479fbca34d4544f0b9d5a234c28fba 3151b05617ae2a6d4f3e685eaf0d548162b689f4 5074aa373941b0b991bac696fa9bc6109712f6e1 63a194bbbe20eacd92383cba8da18b6bd83854e3 8c1d82969c825e6e1213b8417f04681fbb4f6ad7 9c40e65ca6d118558690be4c44f7731883654607 bb5a0ecb952e3dc2be6fe9a7d2996bd7b31e9203 dfa6f945880161b4d5e5d87ccb8485b7a7ad7396 ee1b2107f2434f42c9873c8783ec7b7040117980 Package: ros-jazzy-examples-rclpy-executors Version: 0.19.7-1noble.20260615.140012 Architecture: amd64 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.20260615.140012_amd64.deb Size: 13324 SHA256: dfd667811de19a4873c9d2cb009c8f8b192c1766ad41a5f72f756796609443c5 SHA1: d34806cc1ceba7c253e0834bb9342b73fca1247e MD5sum: 626d7bd409c09a63d674c24835882f99 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.20260615.145343 Architecture: amd64 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.20260615.145343_amd64.deb Size: 5856 SHA256: 4bf20019233ab71311cfd01261746996011c2062cefaa10ca7586074a3a45d36 SHA1: 160e640720d8b21c90f0c2b7d509015e089a054c MD5sum: edc05f015365abbf45fc40cf96ed352c Description: Examples of using guard conditions. Package: ros-jazzy-examples-rclpy-minimal-action-client Version: 0.19.7-1noble.20260615.135204 Architecture: amd64 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.20260615.135204_amd64.deb Size: 11970 SHA256: d6cce991a19f9e3d50b8627f17773b48d1db734cac8210d582cb9935be160db2 SHA1: 1992c4aed769111b338b1343c9b34d9b9699782c MD5sum: d98e144e44e28ad8af344d60ba294799 Description: Examples of minimal action clients using rclpy. Package: ros-jazzy-examples-rclpy-minimal-action-server Version: 0.19.7-1noble.20260615.135259 Architecture: amd64 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.20260615.135259_amd64.deb Size: 13092 SHA256: 055cd4a434454b9926e5426e9f522533f0afdc1a2756800517f99b4e3f6b6ea9 SHA1: ec76871c3e7877c959611e770d991ea7495b08da MD5sum: a5d82c7d6c3eeebe3dd5fb7d16decd37 Description: Examples of minimal action servers using rclpy. Package: ros-jazzy-examples-rclpy-minimal-client Version: 0.19.7-1noble.20260615.135327 Architecture: amd64 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.20260615.135327_amd64.deb Size: 9080 SHA256: b39935fa95bc997ddc5d17e30f675712b13e8b5a2ccf0834ae0f9a67a413885f SHA1: bf8845cfc57de06c79efc5ab411a721598462adb MD5sum: 849cf95064beed53ff5001e18c045581 Description: Examples of minimal service clients using rclpy. Package: ros-jazzy-examples-rclpy-minimal-publisher Version: 0.19.7-1noble.20260616.073439 Architecture: amd64 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.20260616.073439_amd64.deb Size: 9674 SHA256: 6f67e9c74e07736eb7490d45a76b466ff40744393bd37aa9a9c220192b126fbc SHA1: 24f0b9f0d051c50058921f2f0e255e42caac9e3f MD5sum: f5dabdeeed88cc22389e26889efb0f65 Description: Examples of minimal publishers using rclpy. Package: ros-jazzy-examples-rclpy-minimal-service Version: 0.19.7-1noble.20260615.135322 Architecture: amd64 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.20260615.135322_amd64.deb Size: 6848 SHA256: 2fc4900c01165109553f6366cdc283bf63f968d2b68debf044b7b07d64ac8ec2 SHA1: f405b799a1448d53f8e634d6efa51573ec0c63bd MD5sum: 794d92f6b058e8599f6574fb36cb6d03 Description: Examples of minimal service servers using rclpy. Package: ros-jazzy-examples-rclpy-minimal-subscriber Version: 0.19.7-1noble.20260615.140047 Architecture: amd64 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.20260615.140047_amd64.deb Size: 7320 SHA256: 76ca8e36d507a3df22439e0a61f81e8b24b1b4d7963f659fca72a4cae06e4430 SHA1: e5640f76cebee7fd9e2a2d406b9826fb10188b8d MD5sum: 9eeeadaf4ba02f36c40093f2a008d505 Description: Examples of minimal subscribers using rclpy. Package: ros-jazzy-examples-rclpy-pointcloud-publisher Version: 0.19.7-1noble.20260616.073516 Architecture: amd64 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.20260616.073516_amd64.deb Size: 6850 SHA256: f49130026a1ced76855fcef5f77184ff65e6e81753cc9ba46b97be4f32afb6d2 SHA1: 055749be7f50e88f33c96dc1a90a2f4a7c7e4f5e MD5sum: 9798f3768c38c4e17a9ba70698482c42 Description: Example on how to publish a Pointcloud2 message Package: ros-jazzy-examples-tf2-py Version: 0.36.22-1noble.20260804.183657 Architecture: amd64 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 Homepage: https://index.ros.org/p/examples_tf2_py/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-examples-tf2-py/ros-jazzy-examples-tf2-py_0.36.22-1noble.20260804.183657_amd64.deb Size: 15084 SHA256: 868567ea607d42a6e976bff0cf3bfd2ec4422f259e0a85eb49f558c8e471b923 SHA1: d882224b62c7fe54360517e33738f6a646706f4f MD5sum: 91218df157dfc655df3293eb878d8a15 Description: Has examples of using the tf2 Python API. Package: ros-jazzy-executive-smach Version: 3.0.3-3noble.20260615.144828 Architecture: amd64 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.20260615.144828_amd64.deb Size: 5450 SHA256: 5db2adf9adae8eafcad4b7bd510955dd995c42e4cbc70a9e193606070f1b7315 SHA1: 2808a4f70283c3fc73702c364b30c10961599e47 MD5sum: 08e8fef9af74d9cf36317853377f394d Description: This metapackage depends on the SMACH library and ROS SMACH integration packages. Package: ros-jazzy-fadecandy-driver Version: 1.0.2-2noble.20260615.141022 Architecture: amd64 Maintainer: Rein Appeldoorn Installed-Size: 518 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.20260615.141022_amd64.deb Size: 112850 SHA256: f2ecf07ec3e5edacbd740e79a1a125c0aae5f3643c206507b3a2ee8b24687faf SHA1: 449cd60ec8f3e17dff30a0f0f0a43c16b11e506b MD5sum: 1aae253469339f009f0b0abafc7badbe 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.20260615.141022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rein Appeldoorn Installed-Size: 2551 Depends: ros-jazzy-fadecandy-driver (= 1.0.2-2noble.20260615.141022) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fadecandy-driver/ros-jazzy-fadecandy-driver-dbgsym_1.0.2-2noble.20260615.141022_amd64.deb Size: 2224660 SHA256: 0ba4566064fca62f60b67008737c02a18272e9b3da42c5da1a919d9365448190 SHA1: 028fea3dc4f14422b822c61abc43421e9e9e3225 MD5sum: 960a1a88d64dc592991385ef5d7f3a8d Description: debug symbols for ros-jazzy-fadecandy-driver Build-Ids: 1dcc2b95ca5c56c3da50824c7cf2d386573226bb 288e367141e08f8bcf097f46c3349d5b2e294e72 79893b5c278cc8f434d04c135154af0e805ddc97 Package: ros-jazzy-fadecandy-msgs Version: 1.0.2-2noble.20260615.105932 Architecture: amd64 Maintainer: Rein Appeldoorn Installed-Size: 560 Depends: libc6 (>= 2.4), 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.20260615.105932_amd64.deb Size: 52662 SHA256: dd92d2c5b0acac587da6dfd8d1e114c6915f0bcac7b8913e79b966761e77b5d8 SHA1: a3a1c1135c49d7654a74187729bc8be4b442f172 MD5sum: 1ddd827bd3c9c294c6c6c354b29d3ba1 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.20260615.105932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rein Appeldoorn Installed-Size: 405 Depends: ros-jazzy-fadecandy-msgs (= 1.0.2-2noble.20260615.105932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fadecandy-msgs/ros-jazzy-fadecandy-msgs-dbgsym_1.0.2-2noble.20260615.105932_amd64.deb Size: 299972 SHA256: f9c6e9e1e6127a59c620b0afe0b686344dcff73c3cbaff6b00a4c4e258d0ee2b SHA1: ad32edc8f3653b227d7b7b9e317248d2663d1af4 MD5sum: 7b8fd83ca18adbabed6ec1ff7ecfdf32 Description: debug symbols for ros-jazzy-fadecandy-msgs Build-Ids: 1a8551ac9eabe68026ec8407cf9e202d8e80e96f 1db9abc56a363da734c5d8f6b3da741072a09fb3 362048f83b6bd013367935ad57e635a689d22f3a 4c39c5446a1f53d2ae0e40664edb342dbbff1879 7cad5c7c586080c0460f103e9fc6343fd48d444c 8b212ad282a32da0ad99c6a1e4515c5aad579d32 b2ab36acc12464f36df2df172355b55cd6a6f300 c58489aba2c9866c2592ed81aac021f8bb20fbfa d4965a2bc6af4998a4625b1b4db2742bab01be8f e2e91b6fbdb5d277f64a99bd1e4ebf49681a9786 ff7fc6473ea4835e9b049ce29be89c579968ff73 Package: ros-jazzy-fastcdr Version: 2.2.7-1noble.20260225.051855 Architecture: amd64 Maintainer: Miguel Company Installed-Size: 503 Depends: libc6 (>= 2.14), 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.051855_amd64.deb Size: 62038 SHA256: c43f930e59fd81ee94be9ffb26133c736435ec6b4304d4a9f052510aff85fe9f SHA1: cd5e4c91468687435abe86540236e5a88355506b MD5sum: 40a94d895c63bd5173330601a51d378f 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.051855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Company Installed-Size: 274 Depends: ros-jazzy-fastcdr (= 2.2.7-1noble.20260225.051855) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fastcdr/ros-jazzy-fastcdr-dbgsym_2.2.7-1noble.20260225.051855_amd64.deb Size: 232512 SHA256: 00645172b2d9b020360ce7940093818239089417203dd78d2762b5aca4f38e6b SHA1: b0d1ff5302f045926c3fd0bb1843dfe3fc1f0437 MD5sum: b2c5f04e3ccd0f33427ea851f0b73aaf Description: debug symbols for ros-jazzy-fastcdr Build-Ids: e770e98f1616e6986a333903f37c973c80908997 Package: ros-jazzy-fastrtps Version: 2.14.6-1noble.20260303.233638 Architecture: amd64 Maintainer: Miguel Company Installed-Size: 12105 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.233638_amd64.deb Size: 3148192 SHA256: 5544c7676a52a9e1a56a364afb9741c6b1aaec4f16996017589a5d057485e086 SHA1: 1571135dd38b4fc459e80551bfb6506318312481 MD5sum: cf58efa181226ececb997d2a38a3c1d3 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.4-1noble.20260603.150331 Architecture: amd64 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.4-1noble.20260603.150331_amd64.deb Size: 6994 SHA256: 93e7cc1dc2ff3b30fe1f45aba24f52dda71fb5b32a2139fc502c12980646e26f SHA1: 509de37016f585404f95f8fe0486e8d2301652ac MD5sum: 9aee041e42942101912af43eb506208c 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.233638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Company Installed-Size: 60630 Depends: ros-jazzy-fastrtps (= 2.14.6-1noble.20260303.233638) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fastrtps/ros-jazzy-fastrtps-dbgsym_2.14.6-1noble.20260303.233638_amd64.deb Size: 56428328 SHA256: 5350509ffd37f540a48739a5136c68d050ae1367244149d12f2c5d308cb2f349 SHA1: d0d68ea61dbf0096b4bd7b2e176f91d5dada1491 MD5sum: 50a72d5adf9e8a4b48eee3d7fa4be1d9 Description: debug symbols for ros-jazzy-fastrtps Build-Ids: 957394787afd2ad4b1c5bf22416ea98c77fb91dc e5e5a0b4ded0edeaf50c6d7f36d7c7f083e08de1 Package: ros-jazzy-feetech-ros2-driver Version: 0.2.2-1noble.20260701.204402 Architecture: amd64 Maintainer: Jafar Uruc Installed-Size: 622 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), 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.20260701.204402_amd64.deb Size: 171630 SHA256: 765f2da1aa627f2cca0087882ceda8ca96fcc8f6a34b192b175ab9394240632d SHA1: 52ad3823de1a24019d79756177011fd9dc24bdd6 MD5sum: 42decc1acc07c26839fc047e3a3ba14a 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.20260701.204402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jafar Uruc Installed-Size: 2604 Depends: ros-jazzy-feetech-ros2-driver (= 0.2.2-1noble.20260701.204402) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-feetech-ros2-driver/ros-jazzy-feetech-ros2-driver-dbgsym_0.2.2-1noble.20260701.204402_amd64.deb Size: 2515190 SHA256: d9bab8684b58219dfa86df58f697da2ae61b25d6ef282c781eb00d6b2a522f34 SHA1: 4e7ba26de1b9db3022ef5ea7674aa1c0932e62eb MD5sum: fcf3a928c2135cc797f73694593db686 Description: debug symbols for ros-jazzy-feetech-ros2-driver Build-Ids: 6ddca37e47d3102b378afac514b49cee451db1f1 7a56010b28e45f588dfe493fe22e394d76b92ee4 7fa7725a9c419f3ca4bd51759fa90bd1db8ff3e4 8d047b9f7013164bf083b9be3ed584e44a60286f Package: ros-jazzy-ffmpeg-encoder-decoder Version: 3.0.1-1noble.20260615.150412 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 366 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.20260615.150412_amd64.deb Size: 107696 SHA256: d4a6de4aaff2af1fc05c768ef27cf0b374bee55003dfbf7ad415ff3c19ebace8 SHA1: f300cbd1c7fcd6b96f09643ca14766288798a4bb MD5sum: eda90889e4536bb70ace9961b99fa92a 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.20260615.150412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1679 Depends: ros-jazzy-ffmpeg-encoder-decoder (= 3.0.1-1noble.20260615.150412) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-encoder-decoder/ros-jazzy-ffmpeg-encoder-decoder-dbgsym_3.0.1-1noble.20260615.150412_amd64.deb Size: 1609616 SHA256: 6d51cf81a35c9fb7e4a2a622fceb5a17c3a6d4ba3de83c1128d622de8e09b8a4 SHA1: 8be28867e189ffed98e58ad093e13b27dbd83607 MD5sum: 03724dd76fb15bada719d65661b7c18d Description: debug symbols for ros-jazzy-ffmpeg-encoder-decoder Build-Ids: 62463b606ee487d28f2c4530760e8032dfc82158 Package: ros-jazzy-ffmpeg-image-transport Version: 3.0.4-1noble.20260618.175256 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 610 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.4-1noble.20260618.175256_amd64.deb Size: 135602 SHA256: 06241645e2ffae0324ba5f8ca8979fb55ea0408c14793404511f3c7b5b4645fe SHA1: babb1a2a162f84e83218cfafc474ec4f4f23dfea MD5sum: f3a6061283e2401eb3e70a2975689a17 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.4-1noble.20260618.175256 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 2951 Depends: ros-jazzy-ffmpeg-image-transport (= 3.0.4-1noble.20260618.175256) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-image-transport/ros-jazzy-ffmpeg-image-transport-dbgsym_3.0.4-1noble.20260618.175256_amd64.deb Size: 2594668 SHA256: 12bb6543d69d4868e384e2d3617cc11263c6999df6eb069752391e75c16a7ef7 SHA1: f26edd066cc8f850c1407674ce99c8958f885d9f MD5sum: a7fdce5459b272168aefbf12b8a5b5df Description: debug symbols for ros-jazzy-ffmpeg-image-transport Build-Ids: 05d795f9e38aa638c00354cb1cfe4db8fd210edf Package: ros-jazzy-ffmpeg-image-transport-msgs Version: 1.3.0-1noble.20260618.173838 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 522 Depends: libc6 (>= 2.4), 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/ffmpeg_image_transport_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-image-transport-msgs/ros-jazzy-ffmpeg-image-transport-msgs_1.3.0-1noble.20260618.173838_amd64.deb Size: 54324 SHA256: b7b1215ae50920f696bbeb81107e06c51cff369981b620dcd9a155ea3171859b SHA1: e7975d246be0ae1435f3add739ec3b297231c230 MD5sum: b772b85ea3f318fe9779036a2b4ddd51 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.3.0-1noble.20260618.173838 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 329 Depends: ros-jazzy-ffmpeg-image-transport-msgs (= 1.3.0-1noble.20260618.173838) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffmpeg-image-transport-msgs/ros-jazzy-ffmpeg-image-transport-msgs-dbgsym_1.3.0-1noble.20260618.173838_amd64.deb Size: 232488 SHA256: 53a22a252718430d2df25eb9ebae2c9e2ad97f86523a40c258d7bccae2805c21 SHA1: a5b093f702095996b21b338c11160adc11a2af2d MD5sum: 3c0800f326b8301a4a7ecd7ea56854bb Description: debug symbols for ros-jazzy-ffmpeg-image-transport-msgs Build-Ids: 100ae6323dbdb2e48180579bc3e0182fa1be7cc5 1a04190834be1606c0322c9f3690a04981c867e9 47e7de119c7af73e7d5f1f342123c73b629a1fbe 61a9c7bd6a10a7d55f0ec3d4ae28864eece6d3ae 657750817d52e0a0436d05fe2808b087dc37d301 69969ffaccff2051aad96245d47746ed34c3f692 6fbbda86a16c1fb003e814b189800b1e1c325cae 791fbdfc84c5a059f3d54f005c83f81038d948a9 792a2e13ee3148166f8d392b62a01c7d3d6990ff 8b0261788ff1364264cc5aa945cb2fbb77515f6a 9ef13bace3886034eb2750c34e2f7ad9f1a05d07 Package: ros-jazzy-ffmpeg-image-transport-tools Version: 3.0.1-1noble.20260618.175938 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 570 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.20260618.175938_amd64.deb Size: 142156 SHA256: fad51ba8ea534c03dc180fff13331756be135d7b2488c8714b0b8608bc195f00 SHA1: 7c900641c84107a88f915b3423155c84085d8bf3 MD5sum: 176c0470e212f6ad6ecc4ab25ebc0dbc 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.20260618.175938 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3390 Depends: ros-jazzy-ffmpeg-image-transport-tools (= 3.0.1-1noble.20260618.175938) 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.20260618.175938_amd64.deb Size: 3248436 SHA256: fb0fdf43760936897dc3d6af7600b968e024eb8983e65ec9edc6e26185ad9386 SHA1: c18dacb8e3d175c733ac29a30a3936a3ab92d605 MD5sum: f2ebf068758405db2da780cea3632368 Description: debug symbols for ros-jazzy-ffmpeg-image-transport-tools Build-Ids: 7d44461fb97728b914122d553d5749099a2c5be7 ab9883d529f3336dc4a4cdc40a257bcfb62e59c0 d0af1e9b8c8b0d5eaa85171f90764e410d9e8b50 fbdae32892b3715a162253991876cbc3cb2fecbc Package: ros-jazzy-ffw Version: 1.2.1-1noble.20260806.103709 Architecture: amd64 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.20260806.103709_amd64.deb Size: 7502 SHA256: 8c9b50161acbb17392df742c92cb7ac4552c5c0c0cbfdb48da9fdba988f1fbc2 SHA1: e982276d1aa9814f20afaff04402af75ff457c00 MD5sum: 7944988183df1dae7da397f275c195a9 Description: ROS 2 meta package for FFW Package: ros-jazzy-ffw-bringup Version: 1.2.1-1noble.20260806.102602 Architecture: amd64 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.20260806.102602_amd64.deb Size: 44120 SHA256: de9b92cf4f98e17c8a0d08432c06a906d4f5948a8efe52072b652b334de0edb0 SHA1: a4a8e619d50d176fca696ab4a9b507941860682a MD5sum: 702456a8bd1d6d61e68f392b15c590a8 Description: ROS 2 launch scripts for starting the FFW Package: ros-jazzy-ffw-description Version: 1.2.1-1noble.20260806.100125 Architecture: amd64 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.20260806.100125_amd64.deb Size: 19914300 SHA256: eb2dd2a7c537ce033b4eccf67bad5a340c02d8fe1459b549081481098d2d8b09 SHA1: 51a91f252ab72b6bbc7251f45efb4a52c7a2fa76 MD5sum: 962252639210e1341328f33c080365ac Description: 3D models of the FFW for simulation and visualization Package: ros-jazzy-ffw-joint-trajectory-command-broadcaster Version: 1.2.1-1noble.20260725.081838 Architecture: amd64 Maintainer: Pyo Installed-Size: 720 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.20260725.081838_amd64.deb Size: 161862 SHA256: 55de4a53220d425ef99cc899c37721a9ab3227fea390289fe70e24825f6a4f89 SHA1: a4f72fa51d3774f57d312988d0e25aa0e4f23070 MD5sum: eabffe3e654ce502289b6ac2595b115b 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.20260725.081838 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3156 Depends: ros-jazzy-ffw-joint-trajectory-command-broadcaster (= 1.2.1-1noble.20260725.081838) 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.20260725.081838_amd64.deb Size: 2786690 SHA256: 0412069f9586157ef78bdcf853a1e60640d2f974e444804cd119b449319a174d SHA1: 767cbd35d9c107fdd97cf3d50a3ae10bc5e97f6f MD5sum: 85c9ca81e170765b5d827cdfbeda34c1 Description: debug symbols for ros-jazzy-ffw-joint-trajectory-command-broadcaster Build-Ids: 89fe9e74ab0d43b86f650ba0cebe51ccae5e3b9e Package: ros-jazzy-ffw-joystick-controller Version: 1.2.1-1noble.20260725.082149 Architecture: amd64 Maintainer: Pyo Installed-Size: 887 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.20260725.082149_amd64.deb Size: 196138 SHA256: bdcd8fae9756cd0ea3c8ca3fa8becff761271580def40e3f116800bb8de4877c SHA1: 3bce3ee2850f8e1b291b3ac4f3046e80a1db2bdd MD5sum: 960f828a711c7db3ef2b1ec347ad5dc8 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.20260725.082149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3832 Depends: ros-jazzy-ffw-joystick-controller (= 1.2.1-1noble.20260725.082149) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-joystick-controller/ros-jazzy-ffw-joystick-controller-dbgsym_1.2.1-1noble.20260725.082149_amd64.deb Size: 3369762 SHA256: 24beacc86e012245031347a2ca8933c3625951d8fd5472ef9e8135ef76065dd2 SHA1: 8eceb5f1e09ac15f3c221da8409ee6b6181b2c36 MD5sum: 8060aace0d7be03f9790b6e74e57ecae Description: debug symbols for ros-jazzy-ffw-joystick-controller Build-Ids: 4e912087f50d7c2daabdcc356759fff575dff4d4 Package: ros-jazzy-ffw-moveit-config Version: 1.2.1-1noble.20260806.095619 Architecture: amd64 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.20260806.095619_amd64.deb Size: 12016 SHA256: f7afae7405ab6d175aaf563f5ec12a2574ba7839862b3903939023d3b1cb9acc SHA1: 1b69916bd99717c2476af7667788e871e766c92e MD5sum: 45ef12569b86ae52b1781281c30b7fd5 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-robot-manager Version: 1.2.1-1noble.20260725.082100 Architecture: amd64 Maintainer: Pyo Installed-Size: 725 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.20260725.082100_amd64.deb Size: 168122 SHA256: 5ed448873f90e9701701dbc804079af76c118df1df6c02b5f65791a69abf7895 SHA1: 85facd6742e5e64d4d4eb450bf249443240b0d58 MD5sum: 90c85e40e779767bd2b60e8e3ad4cb4c 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.20260725.082100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3426 Depends: ros-jazzy-ffw-robot-manager (= 1.2.1-1noble.20260725.082100) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ffw-robot-manager/ros-jazzy-ffw-robot-manager-dbgsym_1.2.1-1noble.20260725.082100_amd64.deb Size: 3036452 SHA256: 6a1e710bbb75f3237146515755902ff17dfbbe1365c5dc51694911afa77ed0f4 SHA1: 67c2ba224382fe78187099d8f0d9bd8d025abf3d MD5sum: ca93fa43e9fc3f7a64ca23cd5fd63dc8 Description: debug symbols for ros-jazzy-ffw-robot-manager Build-Ids: c2f7910350ca11e4450a812f2b3a1888736f72a9 Package: ros-jazzy-ffw-spring-actuator-controller Version: 1.2.1-1noble.20260725.081911 Architecture: amd64 Maintainer: Pyo Installed-Size: 237 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.20260725.081911_amd64.deb Size: 57768 SHA256: 5fc323c1a3a4d5064c9fe724ff8941ce120b83d5503aa332c55466ae1764313b SHA1: 173baee94f5fc3ed3874d311aa68fb3ed3b57fc3 MD5sum: d3ebe902a5b2fce42ae328d201a9f66e 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.20260725.081911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 722 Depends: ros-jazzy-ffw-spring-actuator-controller (= 1.2.1-1noble.20260725.081911) 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.20260725.081911_amd64.deb Size: 684866 SHA256: 489b79f8d33930705bb3f017a182532be155dbdd0034d08dd0ebab1701caa990 SHA1: 7b99ac1782ec0cec34230384de96d17663622ad4 MD5sum: 01de9a367a449b0ff74fd494e9287089 Description: debug symbols for ros-jazzy-ffw-spring-actuator-controller Build-Ids: f680c3e7245e86bab125a52beba67672228f71cf Package: ros-jazzy-ffw-swerve-drive-controller Version: 1.2.1-1noble.20260804.184217 Architecture: amd64 Maintainer: Pyo Installed-Size: 1539 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.20260804.184217_amd64.deb Size: 392958 SHA256: c5e3f3cceac9065b933f7c90383b7ab50eda8ea396b87f2f1e94758ec2085ad7 SHA1: 2670b49d3202299ddba343f1702dccc75b270bbc MD5sum: 28dea785602790896face8e7243d4c32 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.20260804.184217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 11399 Depends: ros-jazzy-ffw-swerve-drive-controller (= 1.2.1-1noble.20260804.184217) 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.20260804.184217_amd64.deb Size: 10926110 SHA256: 41ecf48c93d1c0ea36d0b86270ffa2e0fd1f0a0202ea78f57819228548352bc7 SHA1: 57f78b44cca9a594d16f713c36e43d268d0f12cb MD5sum: a751128cba0a05527746db84bf96aee8 Description: debug symbols for ros-jazzy-ffw-swerve-drive-controller Build-Ids: 83096a06070e2c9f149f7929618f3d1af77842ee Package: ros-jazzy-ffw-teleop Version: 1.2.1-1noble.20260615.145415 Architecture: amd64 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.20260615.145415_amd64.deb Size: 13840 SHA256: f25aea4a966190876c095a12c230a6b4314c9c6d4a67d0836ca3ee90c4289851 SHA1: 94386d886921c591fa96f940c710e5b77f96391e MD5sum: 2b37a4675d05bade1c1b1c470726f235 Description: FFW teleop ROS 2 package. Package: ros-jazzy-fibar-lib Version: 1.0.2-1noble.20260225.055154 Architecture: amd64 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.055154_amd64.deb Size: 9464 SHA256: e99023a5ac87858851729a0845e2b6031a99342d29b47d7f299e338cb6984acd SHA1: bc8bdae0dfb6e0c76a1e3e336462c9ce471d3586 MD5sum: 5da64d64792f1a0b9a1bf9506cab3e5f Description: FIBAR event image reconstruction library Package: ros-jazzy-fields2cover Version: 2.0.0-10noble.20260226.022902 Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 12789 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.20260226.022902_amd64.deb Size: 4668124 SHA256: e3555d86a57a0a74654d222583499c2ab3e77d31b6bd826baebc407db92c20df SHA1: c2ec0291cf3793a63283c3721638ffdb0cdbd932 MD5sum: b1f19fa29465820345c4cb2e5f532cda 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.20260226.022902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 15181 Depends: ros-jazzy-fields2cover (= 2.0.0-10noble.20260226.022902) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fields2cover/ros-jazzy-fields2cover-dbgsym_2.0.0-10noble.20260226.022902_amd64.deb Size: 13940900 SHA256: fe80f0ec4e5af03852441b8239d1bbb686d01473d4560961f68e58c7c880bcfd SHA1: a1b11d98efee639cca10cad268179b0a5f231c59 MD5sum: d3765deb380031c47d4935912258fc12 Description: debug symbols for ros-jazzy-fields2cover Build-Ids: c36af60fc70bd73785f568049bd57d337d355caa cf7ecc225f26770c2a59fd04739ec3bba2fc22ed d1561229749a53dd98848c5430cbe0d3c1ddc271 Package: ros-jazzy-filters Version: 2.2.2-1noble.20260615.161153 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 505 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.20260615.161153_amd64.deb Size: 80256 SHA256: 36f6e7ce876f43e5d126c0fb723724ee778da964b95481124a1c160017135d3d SHA1: b132574a7b5e09f222da9734d925a94a17403016 MD5sum: 868ec2b03092919888c40331318b328f 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.20260615.161153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1895 Depends: ros-jazzy-filters (= 2.2.2-1noble.20260615.161153) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-filters/ros-jazzy-filters-dbgsym_2.2.2-1noble.20260615.161153_amd64.deb Size: 1776478 SHA256: 47f534afc8f69c02698d8206614d4561cb6790fc07bc85934868777cec58afca SHA1: 63bb4df0e627fd1c35b3ca8e0046e451b2a349f4 MD5sum: 4f2cef1c50cf8400d60b335ae1052e9c Description: debug symbols for ros-jazzy-filters Build-Ids: 8a12465a049ee4faab4b7e4ead4c7a527bdca1d0 c4e1894084a73dbfbc9145f5649341f3274edc0d dd879c8fbe71d50e9ad38c9b93bd2f042748dbcc f47bff96dd56a979b71a5a10f24ad67dbf628a86 fd435d38fbe7bc77c5a9d7c01b3f7cb6ec9fe306 Package: ros-jazzy-find-object-2d Version: 0.7.1-2noble.20260804.182352 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 4263 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.20260804.182352_amd64.deb Size: 913188 SHA256: 143b4ea238913caa7c60e84a5ab2930752ac470cd4a542e3b65309d51d905604 SHA1: da33de0ebaeada69f169b1652c97eebf61476ce1 MD5sum: c72831d2de451d0dd9e592699b1b1fc9 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.20260804.182352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 21664 Depends: ros-jazzy-find-object-2d (= 0.7.1-2noble.20260804.182352) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-find-object-2d/ros-jazzy-find-object-2d-dbgsym_0.7.1-2noble.20260804.182352_amd64.deb Size: 19906818 SHA256: af6cc293812dae5611d5115aad4e0f458fa4e138e4fcb7d530ff2179b6b24ac5 SHA1: d34275dde1866c7f49652ea81ed18d61364bae63 MD5sum: a34cd62555428c2dbe3b6cfc80243416 Description: debug symbols for ros-jazzy-find-object-2d Build-Ids: 05ff910e2302c547ba12bdae6bd22c47d2a03aeb 195e6dae403a3b35c2c62c3bbe6b78018442cdda 511337a82ba1e17e0e7bd3a19087694de1261e07 61347194358bce950716a4a9190f0b89df14cdce 680286d3d4da53c3ba0ca926a8485ba4dd769d32 7207db23a4ebda50b5e113988fe21ea5c8d369a9 762fd7d63ff30df97b1eb49616c9d05ca69750b5 9932cf46b08a53e59645b9bce602fce23ee94325 9c574c17c14dc346e51212de0c4aa495eaea0a35 a29bf72631971830df84308df33b135c643c3d55 b4cdf046f5542f0cd87f793048a83731da73c2f6 bfe3247536a647d47bf6fb37c826511d46496142 c96ea40b8cb0f713a52ae7027a730a3fe0fad113 e1c06ec97caf99df459d492439a8967b571102b1 f3eaa314d4172b014c5c881bd9b1902fabf140d5 Package: ros-jazzy-fkie-message-filters Version: 3.4.0-1noble.20260804.182428 Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 387 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.4.0-1noble.20260804.182428_amd64.deb Size: 55506 SHA256: 5d452cbcf3b6f956552ddf656aee1a62c600c6e1f919bd0ae958dab087d3b728 SHA1: 91034684f42db3182479e4bcd3e31f83e3bf5954 MD5sum: fd21bb6d82c0d811f1de71ca0aa8f7b4 Description: Improved ROS message filters Package: ros-jazzy-fkie-message-filters-dbgsym Package-Type: ddeb Source: ros-jazzy-fkie-message-filters Version: 3.4.0-1noble.20260804.182428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 260 Depends: ros-jazzy-fkie-message-filters (= 3.4.0-1noble.20260804.182428) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fkie-message-filters/ros-jazzy-fkie-message-filters-dbgsym_3.4.0-1noble.20260804.182428_amd64.deb Size: 239668 SHA256: 2591c331ed509d95aec1cb3110893679e44688e3ecbb436bd02e6b98c6e81792 SHA1: 1dfc1c96933a37302b94fc4b2f80592c9be8b786 MD5sum: 805f1a4cac2231063b1420084fbfb759 Description: debug symbols for ros-jazzy-fkie-message-filters Build-Ids: 8bcecf65eb7fe3f49ad019462ae46853ce35fc67 Package: ros-jazzy-flex-sync Version: 2.0.1-1noble.20260615.141421 Architecture: amd64 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.20260615.141421_amd64.deb Size: 17068 SHA256: 670f094f88a8238ab6004473f90611f2d0099b9df2a4adf1b5b5fa9935848ea1 SHA1: 4404fa393a934400ef7eca87660f2bf935499e0c MD5sum: b177c3d4df4add414a0ab39c9d12eae3 Description: ros2 package for syncing variable number of topics Package: ros-jazzy-flexbe-behavior-engine Version: 3.0.7-1noble.20260804.194058 Architecture: amd64 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.20260804.194058_amd64.deb Size: 6406 SHA256: 6e6c8df65609d273e785a0d89d0857153cebebbf1e13a0098f2435fce8c1e9d7 SHA1: 47493d1977c64ce35d7288e19fdc63ab2d0e4293 MD5sum: 76aa1c5312beb9b05cb571100f5d8df4 Description: A meta-package to aggregate all the FlexBE packages Package: ros-jazzy-flexbe-core Version: 3.0.7-1noble.20260804.183715 Architecture: amd64 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.20260804.183715_amd64.deb Size: 118670 SHA256: cc3c195444e85695a24ce5d67cc4128532f9b8f69f4552e674a0be9ff556c980 SHA1: e10ebb2c3d877b999950e26ff59d4077fc85a92b MD5sum: 89156ebc4d88a2cf28868f91801e69d5 Description: flexbe_core provides the core components for the FlexBE behavior engine. Package: ros-jazzy-flexbe-input Version: 3.0.7-1noble.20260804.192203 Architecture: amd64 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.20260804.192203_amd64.deb Size: 24144 SHA256: 683db8a9b49f21a60602a5d3b1ac147d7ac28d418a0372dee3db1f67b5aed7a1 SHA1: e72e265fc29e660def087acec618cf923386cd2d MD5sum: 164e9787954800cca9a17e2fbc046517 Description: flexbe_input enables to send data to onboard behavior when required. Package: ros-jazzy-flexbe-mirror Version: 3.0.7-1noble.20260804.192159 Architecture: amd64 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.20260804.192159_amd64.deb Size: 49576 SHA256: cbb88aefb7f3042cca5daa64f90f6b05cf6f807ed2b093629f26e4d50fcfe878 SHA1: f30c020747acc256d1434a7f40f3b63e12fbce55 MD5sum: 7c3214596fbe377676a13e33a79f1391 Description: flexbe_mirror implements functionality to remotely mirror an executed behavior. Package: ros-jazzy-flexbe-msgs Version: 3.0.7-1noble.20260615.103446 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 7345 Depends: libc6 (>= 2.14), 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.20260615.103446_amd64.deb Size: 482154 SHA256: 647f5d71fc35021de18bdfad2540b23ec15b0c89aca81c94062d9a04577928b2 SHA1: fbaa088350959d0e10f83ddda3e387470a79db8e MD5sum: f9b313034679c375c522d45da216f93d 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.20260615.103446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 4978 Depends: ros-jazzy-flexbe-msgs (= 3.0.7-1noble.20260615.103446) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flexbe-msgs/ros-jazzy-flexbe-msgs-dbgsym_3.0.7-1noble.20260615.103446_amd64.deb Size: 3949186 SHA256: 3cb59738caaef6a8f802e702f0808cd9f75bab4f5b915b7263d69a3df8ebe273 SHA1: 7417c86a7f72e2f486a5ea5382345d25e71deaba MD5sum: b6d700f7c8f6b39d7261a46b436baa70 Description: debug symbols for ros-jazzy-flexbe-msgs Build-Ids: 0402edfa0bb82a8735b4227c247e7226340639e2 1f3a6e1b23d93b36f77673d969387c796816f290 234ff460c82f4143af530e616f06131a01c6d02e 23a02546326d8f453e629c1d3620006bb29332c7 3fcbb84e5e96aef5e3a39ae94f992c0b99164699 5affaf76491ad052d3b9a9d3ead256c08fe03abb ad922ce83775a0208b15ac0281dcf23070d4e0f6 cfe2d94e84d6fc5682f67b3c842e1a4751a52dbd ddee73bb44d921f631351fb2e8ad0d45f17e464f fc851189808204d31b5f6de1f6684cbff180913e fd3c8d4e05cccba7e159a1811564c6e721838bc3 Package: ros-jazzy-flexbe-onboard Version: 3.0.7-1noble.20260804.193040 Architecture: amd64 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.20260804.193040_amd64.deb Size: 34342 SHA256: 9f787cc4233355ae1af715b2344f8feff350c0dccb9cf7ef2c7871d3319e436f SHA1: e30b9e43e344d07061eaed6acf7c415025649375 MD5sum: da9b7cd11b2367ea71c2b8ce6bae0bf5 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.20260804.192740 Architecture: amd64 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.20260804.192740_amd64.deb Size: 28480 SHA256: 8cd5768cf6aa47febc79677db7647fceae318638112c46ca5e13352f1deb05e8 SHA1: 28dfdc3a0e7601ca6fd3a6d5c40a2e8642797406 MD5sum: 5f8f3325d6a855857a7e5cf360c96e4a Description: flexbe_states provides a collection of common generic predefined states. Package: ros-jazzy-flexbe-testing Version: 3.0.7-1noble.20260804.192157 Architecture: amd64 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.20260804.192157_amd64.deb Size: 20696 SHA256: 973ef5c071956f61a2c3743fecc8883a45e64a5ee5373bede560c0c689bf1e6d SHA1: e799203b2f3748ccc699e740a8aedda224ee7755 MD5sum: 0d6563ad9b398a1d768ee4fc4d2ecf79 Description: flexbe_testing provides a framework for unit testing states. Package: ros-jazzy-flexbe-widget Version: 3.0.7-1noble.20260804.193740 Architecture: amd64 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.20260804.193740_amd64.deb Size: 19304 SHA256: 6fbd33e36d8fd628fcb3cac426e2f4765cf199d03b6d229279202f2ffd58155d SHA1: 7d4c883461201b85577ccd5f41613951728a13dc MD5sum: 0c9ced75c863d2ea94473b3ee2dfb1de Description: flexbe_widget implements some smaller scripts for the behavior engine. Package: ros-jazzy-flir-camera-description Version: 3.0.5-1noble.20260804.192243 Architecture: amd64 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.20260804.192243_amd64.deb Size: 96234 SHA256: 2e4b1d7323e0d050160a7acd110220e5135be10b0fa5b50e7032839341ae617a SHA1: 3cb641228c3f4d31302ebfdf8b7ef9fbd03006d4 MD5sum: 78c53aaa292d5d5426646147de9dc66e Description: FLIR camera Description package Package: ros-jazzy-flir-camera-msgs Version: 3.0.5-1noble.20260615.105956 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 592 Depends: libc6 (>= 2.4), 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.20260615.105956_amd64.deb Size: 52862 SHA256: 1a3e198b1ee23d902ae247df6be0189997f17d199b691e32921ba5de9f47e7b8 SHA1: c11818a67c3c5a3fa2d3af73f25662996eec04e6 MD5sum: 9e66e8bb659ff6f173796e4138a40cd9 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.20260615.105956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 377 Depends: ros-jazzy-flir-camera-msgs (= 3.0.5-1noble.20260615.105956) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flir-camera-msgs/ros-jazzy-flir-camera-msgs-dbgsym_3.0.5-1noble.20260615.105956_amd64.deb Size: 270286 SHA256: a22e8696a8509b21312a899173fbbac7c45656840437c89f7e4e0f451a62ee41 SHA1: 863ace9cb95d717914a0a2daa732ae18d4656e72 MD5sum: 16252b4ff05e666e25fef34e6a3cbd59 Description: debug symbols for ros-jazzy-flir-camera-msgs Build-Ids: 001ddfd3d339562f74c3ef21a63b6428c937a75e 1721fd41d497cc3bd7c294d9324475f2c3b11771 27b4975e9b70e6a345f6e75f647181c09d48f943 33f6dc21feb45b87905a9fd1921922be662acc63 35a936b67524f1892c2b6533a26ae0f7a8028f53 3bf880781b2aa2ea760cd4e8647c5e06d2df1e1a 47bf8804c1b81a09d15e8fa1f03ac7c43aa703b9 4a453836d039aca1f9649c9e826f54cec49db219 91b93d2bd3432c8bc5b92b80a85438197a5279ea b06c374edc0ac76b42e7d7eb70cc5f1d5a4154fb f0e7b4c7080369dcd37052f433eaf947bc1e34ae Package: ros-jazzy-flir-ptu-description Version: 1.0.2-1noble.20260604.104337 Architecture: amd64 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.20260604.104337_amd64.deb Size: 4739332 SHA256: 39dba7c3964c22f87cb767347151b2c2498a8a6b2466eeb97b6908e67dfe60b5 SHA1: 3fbff9256665eb70d0e2fb6684e8766599cb4dab MD5sum: a899c502d485e84b40aa898cd18e60e1 Description: URDF description of the FLIR PTUs. Package: ros-jazzy-flir-ptu-driver Version: 1.0.2-1noble.20260804.192243 Architecture: amd64 Maintainer: "Tony Baltovski" Installed-Size: 899 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.20260804.192243_amd64.deb Size: 179236 SHA256: 4aa57f047be71e0d7d056aab9966553e8012c3ca6a233efc54fda1bb291c47a7 SHA1: 306f37af4790fd3f01f83b53b26e0820f61b69e5 MD5sum: da34033183dfdf78413a52e8469d9806 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.20260804.192243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tony Baltovski" Installed-Size: 3326 Depends: ros-jazzy-flir-ptu-driver (= 1.0.2-1noble.20260804.192243) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-flir-ptu-driver/ros-jazzy-flir-ptu-driver-dbgsym_1.0.2-1noble.20260804.192243_amd64.deb Size: 2760754 SHA256: f121391c86db1ae167fef5753ab35069bfa93c8744d82a98f1eec1505f910fef SHA1: 9e2a42f6449658c66dbd71684b1506ab366d61d9 MD5sum: 49dc644e6bbd6d8b6a75797a7c74afbf Description: debug symbols for ros-jazzy-flir-ptu-driver Build-Ids: ddd5ca7c2aa271471b48a4bdcf81d449accdefcb Package: ros-jazzy-flir-ptu-viz Version: 1.0.2-1noble.20260806.100132 Architecture: amd64 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.20260806.100132_amd64.deb Size: 10332 SHA256: 17c89b16f46225548a0ef02ed0295142271668cf55a13cf3e0c847afd66c3073 SHA1: f825fd92a97ee9673e5e84ddb59cbcf660219186 MD5sum: 60732bb7b4d82b25c2951ed0571d9370 Description: Launch files and RViz configs to assist with visualizing the FLIR PTUs. Package: ros-jazzy-fluent-rviz Version: 0.0.3-5noble.20260615.140253 Architecture: amd64 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.20260615.140253_amd64.deb Size: 13720 SHA256: 976745eff9c1c783df7620a1374354ff337c6b4472c853ef291a76217aecf006 SHA1: 3ab3477c1a21cf32cb861fe9f63128aab9301bc6 MD5sum: 404319a32242e9c9c05c6c2b788b0e20 Description: A library which makes Rviz fluent. Powered by C++17 Package: ros-jazzy-fmi-adapter Version: 2.1.2-1noble.20260615.142343 Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 985 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.20260615.142343_amd64.deb Size: 287344 SHA256: 9bffb05cbb47b7bff13c8f85b6ecaffa1346c4ca3fc699738748186d657b3acc SHA1: 18b0b08a601eaf00f972ff071ae1c3b2981cc3db MD5sum: e8489a523faf79e1b5ecc959d5c4ce8c 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.20260615.142343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 2750 Depends: ros-jazzy-fmi-adapter (= 2.1.2-1noble.20260615.142343) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fmi-adapter/ros-jazzy-fmi-adapter-dbgsym_2.1.2-1noble.20260615.142343_amd64.deb Size: 2365532 SHA256: f249d126db7f60f9a966ff49c61d47e497c9def4a0c2bdb3c7b4a4b5f3010c06 SHA1: 885b8aca080414811419e2244cbf606d20cd540f MD5sum: b0b450b7bb558c1b170806f4a0223210 Description: debug symbols for ros-jazzy-fmi-adapter Build-Ids: 9b0b43af511e41a9393cb569ae2b1938a39b7a58 ef1f28b0ee68b93855fd550e22f1b748049f5d9d Package: ros-jazzy-fmi-adapter-examples Version: 2.1.2-1noble.20260615.164001 Architecture: amd64 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.20260615.164001_amd64.deb Size: 45754 SHA256: 7076b07e4e110c9047df35b83a9fe3f421dbf92560e3b144f2737e42fdba1afa SHA1: aec92178c2eef0196e11d4900b59feb5d1ac5b0e MD5sum: 5720b4f0894510810daa5ee2f7571b72 Description: Provides small examples for use of the fmi_adapter package Package: ros-jazzy-fmilibrary-vendor Version: 1.0.1-1noble.20260225.234450 Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 1901 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.20260225.234450_amd64.deb Size: 396006 SHA256: 18b72668dcb62aadb2e062d333fad999437bc38386df3d5725e21933777893d4 SHA1: e3ff3b0a7be5f123bbcd5e749c7a12f766cf26df MD5sum: fe637a830f847b70e58cffec9a107c1b 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.20260225.234450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 752 Depends: ros-jazzy-fmilibrary-vendor (= 1.0.1-1noble.20260225.234450) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fmilibrary-vendor/ros-jazzy-fmilibrary-vendor-dbgsym_1.0.1-1noble.20260225.234450_amd64.deb Size: 663618 SHA256: 04684d27e9a271c5f65d2b4ce977bb8b268bcd74896022358b23fa0912f7ae09 SHA1: 9d0bde30326f0e72e949718fc300e2dcd62d3505 MD5sum: 1a7d04d0d2c0a539649b59e4efccb60b Description: debug symbols for ros-jazzy-fmilibrary-vendor Build-Ids: ad90456d1f8b411a016227dbe0cb63be5d6b6705 Package: ros-jazzy-foonathan-memory-vendor Version: 1.3.1-3noble.20260225.055155 Architecture: amd64 Maintainer: Miguel Company Installed-Size: 5315 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.055155_amd64.deb Size: 786790 SHA256: f8527c17f4854c57786262b47fb02824c9fe8cb1a9f31abb086b074bda6aeeee SHA1: c0e074abad1e3b7dc61028c5c340dbb660b260a0 MD5sum: 09db5e0f7b06299d601eeee748381050 Description: Foonathan/memory vendor package for Fast-RTPS. Package: ros-jazzy-force-torque-sensor-broadcaster Version: 4.41.0-1noble.20260804.181543 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1149 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.41.0-1noble.20260804.181543_amd64.deb Size: 292714 SHA256: 8ff161e6e21175aab3b5d59d7f6b6209ced5ac6e0de2031849cbfb72ed4399a5 SHA1: 88a85608f67e459c1041a0ad2132e55b17edb607 MD5sum: 5c6a8842b50173ea920a67a331b19f3e 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.41.0-1noble.20260804.181543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 5066 Depends: ros-jazzy-force-torque-sensor-broadcaster (= 4.41.0-1noble.20260804.181543) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-force-torque-sensor-broadcaster/ros-jazzy-force-torque-sensor-broadcaster-dbgsym_4.41.0-1noble.20260804.181543_amd64.deb Size: 4586434 SHA256: 7686ceaea47ff9aa28ca74791c10a17a3949c3b53b73c6174068a66bb07b903f SHA1: e25a4df70c843e26dad3ae644d97edfec996c508 MD5sum: baf946462c478b19cc9530e36c8b1cd2 Description: debug symbols for ros-jazzy-force-torque-sensor-broadcaster Build-Ids: 6b0fb6f19eb1228b61142c8a712c7c61740d6038 977c3feff3b06b9095a09765174c38dbb4fc86ff e596951e63d4e6b50dc925b796006fb50d5412b5 Package: ros-jazzy-forward-command-controller Version: 4.41.0-1noble.20260725.082100 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 581 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.41.0-1noble.20260725.082100_amd64.deb Size: 130672 SHA256: 4750fa75b197dbf6db934bff9f6691b786935690948932a09a6e1ef97fc5c49c SHA1: 3b54ba1216a05cd64b23605e045979ef87bd68d4 MD5sum: cd09d9f5b4e51342e4b28eb948e4195e Description: Generic controller for forwarding commands. Package: ros-jazzy-forward-command-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-forward-command-controller Version: 4.41.0-1noble.20260725.082100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 2729 Depends: ros-jazzy-forward-command-controller (= 4.41.0-1noble.20260725.082100) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-forward-command-controller/ros-jazzy-forward-command-controller-dbgsym_4.41.0-1noble.20260725.082100_amd64.deb Size: 2399508 SHA256: 43515835efeb12c91e63da65dd8bf9c0a25925ac559cc5b36371afd0ef834680 SHA1: 847e8b1be1e7c844abb07eb3faf7ac009476df3e MD5sum: 7d892729a566d5b7f73d38a14deacc43 Description: debug symbols for ros-jazzy-forward-command-controller Build-Ids: 78558239bc8465fea78779b358f353ac548c8b8b Package: ros-jazzy-four-wheel-steering-msgs Version: 2.0.1-6noble.20260615.105957 Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 622 Depends: libc6 (>= 2.4), 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.20260615.105957_amd64.deb Size: 54774 SHA256: c78e52af02d80d409f4ddaa1ba55a4e56674eabcd2d53b7d90dfa26c763d4784 SHA1: 40b9e70e2e9d50dd0e6bf30e3e078a2c6c4c07be MD5sum: 404024c3c5efbffda91b756993620938 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.20260615.105957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 378 Depends: ros-jazzy-four-wheel-steering-msgs (= 2.0.1-6noble.20260615.105957) 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.20260615.105957_amd64.deb Size: 266980 SHA256: 1ef0976e08665c9ffb5b75041407f6b7f0cf67b1c74aad2d4909ef92cbd91652 SHA1: fadf928af365ce543bce8c361fde6ec2f77fb2ec MD5sum: db9594b150c04bea7cd549cb10e569a2 Description: debug symbols for ros-jazzy-four-wheel-steering-msgs Build-Ids: 06b6cc7f30118e3cb76de2ee18d2efb00d57eb3d 2b2b6b931b1506327217aa844eb2589a3ef1a91d 311a0ba5d44db8f42835a990b26e91d4c87bcb12 69157adede0fad9a15d5f8e1702af939e5e2f634 976940ed72cbcb84e070e5e5410180aed9f69014 a13c79d4321581044b582f51dfba95d5bb4de920 ad1c8a5b6d09e817ec0df36c2d81c4198b580897 b96985b08e5999264e98fcea6217fc6bda31064a c4ff23a121f6b6ea68fd93a6b084b0dcac3c4ceb d2e73f2907e889e1b3100a79a9084b60d01c65da d821bcb1bb9ee6dc4f640b430ccea1ebd19800ab Package: ros-jazzy-foxglove-bridge Version: 3.4.3-1noble.20260722.221116 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 41369 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-jazzy-ament-index-cpp, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rcpputils, ros-jazzy-rcutils, ros-jazzy-resource-retriever, ros-jazzy-rosgraph-msgs, ros-jazzy-rosidl-typesupport-introspection-cpp, ros-jazzy-rosx-introspection, ros-jazzy-service-msgs, 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.4.3-1noble.20260722.221116_amd64.deb Size: 12834218 SHA256: 1bd7069f8815ec99d179f5cbcbc98ec9c563f3d6dabf2ced6190e830d859b947 SHA1: 395c7f5c01827f65eef088897d4226babc019289 MD5sum: a2378eabe0d35ec9268105a71343e098 Description: ROS Foxglove Bridge Package: ros-jazzy-foxglove-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-foxglove-bridge Version: 3.4.3-1noble.20260722.221116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 20298 Depends: ros-jazzy-foxglove-bridge (= 3.4.3-1noble.20260722.221116) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-bridge/ros-jazzy-foxglove-bridge-dbgsym_3.4.3-1noble.20260722.221116_amd64.deb Size: 9852952 SHA256: 2d88e33184dc6d7d9dc0b923a990c615d7191269d847bfe40c129385491b01fd SHA1: 4de2f9b1b4d1790819dc08215710d82956e0eadc MD5sum: 06708e8aca3d3bd7122c150f858b01cf Description: debug symbols for ros-jazzy-foxglove-bridge Build-Ids: 14dfc00bc21bec98cf1674e0d2b5daba3ad12d30 707f85a930669c7cc7426e8b231460d8f9be2d19 8999e1fa811e12ff2230c6e966f5c380bfdc0d96 ee3d16fba013c9211dbac2f87f908b0178155d01 Package: ros-jazzy-foxglove-compressed-video-transport Version: 3.0.3-1noble.20260722.222000 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 597 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.3-1noble.20260722.222000_amd64.deb Size: 133208 SHA256: 80acfe5e92d6e4b2247076b0fc6a70d8f2c7cb3d960ba66e278b611117522f62 SHA1: 6823d792c827c8fade2105b6fa301691655f01a2 MD5sum: 5eb9be870df4eb2f80b7e3cdbc69a16f 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.3-1noble.20260722.222000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 2926 Depends: ros-jazzy-foxglove-compressed-video-transport (= 3.0.3-1noble.20260722.222000) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-compressed-video-transport/ros-jazzy-foxglove-compressed-video-transport-dbgsym_3.0.3-1noble.20260722.222000_amd64.deb Size: 2578060 SHA256: 4d3409a392d2c6ace7ad223cc632c611e51305680c77e0e180f17e0ee16dd463 SHA1: 69a68b013fcd31066b95a3c5d43ede2a51b5b891 MD5sum: e7ec21fb1b3857a3fd65238637d0eeeb Description: debug symbols for ros-jazzy-foxglove-compressed-video-transport Build-Ids: 47392c0ad13693713d09f97b51c248c94ae4640e Package: ros-jazzy-foxglove-msgs Version: 3.4.3-1noble.20260722.220727 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 7606 Depends: libc6 (>= 2.14), 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.4.3-1noble.20260722.220727_amd64.deb Size: 527188 SHA256: 2484caabd2891dbe22fa89a56a22abe56b6f2c066978c2e2c7159d6157d31c04 SHA1: 6d440c2e9852c16593145253441f235eaf39fea6 MD5sum: 051b34ccaf6872dc7f2906e5ca4d032f 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.4.3-1noble.20260722.220727 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 6324 Depends: ros-jazzy-foxglove-msgs (= 3.4.3-1noble.20260722.220727) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-msgs/ros-jazzy-foxglove-msgs-dbgsym_3.4.3-1noble.20260722.220727_amd64.deb Size: 5397128 SHA256: c8aa4b7f4ee1e7d9da6bc9f2983fb7b017991b7290c2848a8b8957d42f033d2c SHA1: 1f384af69f6d9209bd2b5ca0cd58c4c554cef64e MD5sum: 692808aff8b35dcf79534b78e0082ea2 Description: debug symbols for ros-jazzy-foxglove-msgs Build-Ids: 07fd9a1a023b2ee5cb6a62adbf47dea86b09a2fd 2774e4f234f74790369d69ac0ec901dcd59d7512 58007812bfb4104c9e612c6a08dda4d56fd9c0e1 61ac13c78c71c279194e0519a64f702790327510 6b67d75dbbf46545fb2d0ce803290a5e850c221f 745844fffab318377248ed514344ee6203797522 8609573f01592ebc638f7fd28852cf444ac1f60c badf774c8656ee682b3044e3fa56559f936d8679 d6f4b4d622db58bf5e03e552e7f051f3f4222994 eed88bc5f097eef551f009e23339b035a3ef7a61 ef7568384c6eba5503463523ae629185152cb3ed Package: ros-jazzy-foxglove-sdk-vendor Version: 0.2.0-2noble.20260225.234512 Architecture: amd64 Maintainer: Jordan Lack Installed-Size: 77882 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.20260225.234512_amd64.deb Size: 17209198 SHA256: a48ec7dbb898a61baa9896fd28016c9f7c1864c60086d4e3ae5f53e141f96580 SHA1: ab64e11d252e93a31f9e208819fa35a1f30438b7 MD5sum: 76dfb7f77917a9919f7d0a991faddbbf 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.20260225.234512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jordan Lack Installed-Size: 6914 Depends: ros-jazzy-foxglove-sdk-vendor (= 0.2.0-2noble.20260225.234512) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-foxglove-sdk-vendor/ros-jazzy-foxglove-sdk-vendor-dbgsym_0.2.0-2noble.20260225.234512_amd64.deb Size: 2874982 SHA256: 7a3a1f8df5caad876f1ccc59c8858a47f3d44aa49fbce7bfa4a16a3d061720d7 SHA1: ac1d750a0baa953c08e991dfb7eafa15661bb8d9 MD5sum: cd0c7e18d6d52c1489159135f73df5db Description: debug symbols for ros-jazzy-foxglove-sdk-vendor Build-Ids: 652bf8782c92cf24699075f19ded5107d98a4578 aa212006d127080ac5da1ec68350eda07d3c07f9 Package: ros-jazzy-frame-editor Version: 2.0.2-5noble.20260804.182516 Architecture: amd64 Maintainer: ipa-danb Installed-Size: 11484 Depends: libc6 (>= 2.14), 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.20260804.182516_amd64.deb Size: 6861556 SHA256: e449aa067022007a2d22240fc8445bed28c93a0b663be3ed096395189acc5a1e SHA1: 67f7a54ffddd54c9857eb148a3ebb8b171cc3533 MD5sum: 936a173e8a17d4455c5d50e872507c46 Description: The frame_editor package Package: ros-jazzy-frame-editor-dbgsym Package-Type: ddeb Source: ros-jazzy-frame-editor Version: 2.0.2-5noble.20260804.182516 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ipa-danb Installed-Size: 3196 Depends: ros-jazzy-frame-editor (= 2.0.2-5noble.20260804.182516) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-frame-editor/ros-jazzy-frame-editor-dbgsym_2.0.2-5noble.20260804.182516_amd64.deb Size: 2548530 SHA256: 8ae20b66ed246af4939b8449182d8f7b81421239a4dd0743e1eb2dac40faabe2 SHA1: f43a1fbf7456bb27865b10a4e20ece4600da482e MD5sum: 1190745844b47644076c2e89053e94b5 Description: debug symbols for ros-jazzy-frame-editor Build-Ids: 0619ce23be0d8474372351d6a25c1cc4f6385a4b 3f38ded396d8710e16402656e6d66c8c74727dc7 48b330f0fb43e95bb7e79430f6545f6a098213db 5e2283e2d20b9705d136891b90dc074758b51c04 8133f5488ceb237ad2bed2de59b9e9986efc2c4f 9071a5dbf78b21afaec1cb203951ef9e8561001a a6cadb79bac15eabfc9d71b916790d2f050afd77 cfcbcc66f231209c4aa5379d1fc2aa1d59fce673 e268c9cbf4e30042704c26fad003c08d2946e37a f008ec32cd57c862df7fff169b0be0a7c40ffe7e f74806074c9ae0229cb3b4cede68ad362643d117 Package: ros-jazzy-franka-inria-inverse-dynamics-solver Version: 2.0.3-1noble.20260616.083652 Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 1216 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.20260616.083652_amd64.deb Size: 388504 SHA256: c222cfede11402ae9868176a7c8e15fc7fe188d958e91cd6ba0e3a420c7863ea SHA1: 09b6928d3573b519264e6fa942b5456616d8c355 MD5sum: 02fabedeb6ed96ae07a54793529594e3 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.20260616.083652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 27 Depends: ros-jazzy-franka-inria-inverse-dynamics-solver (= 2.0.3-1noble.20260616.083652) 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.20260616.083652_amd64.deb Size: 4556 SHA256: 539c17a18c3c54ccdf42caade55fb20adf8b862898dfade4ef94ecea432daf3b SHA1: 3710470f7bccda93ebc30e4e72fbe8c1fb32d2f5 MD5sum: 0eddef9894e8a78910afb7ea8c28aab9 Description: debug symbols for ros-jazzy-franka-inria-inverse-dynamics-solver Build-Ids: 891b0472e44111adaefb5738730d280cd017853d Package: ros-jazzy-frequency-cam Version: 3.1.1-1noble.20260615.164749 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 704 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.20260615.164749_amd64.deb Size: 170632 SHA256: 4cf0d19f9e9c95de216852958c7321a001c34c92308ee1551d9bd6afeddcda80 SHA1: 885c2176cf64f5036228f51d3d3c427308a2800c MD5sum: 4aa5ac22d938b089e7866b00d15ccf1a 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.20260615.164749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3553 Depends: ros-jazzy-frequency-cam (= 3.1.1-1noble.20260615.164749) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-frequency-cam/ros-jazzy-frequency-cam-dbgsym_3.1.1-1noble.20260615.164749_amd64.deb Size: 3170956 SHA256: f83afc7b7602e3b328027bd4d337c48e1b877fa79ec4c6c6f8d74d2978d2fdaf SHA1: 08073660fa949f5b483cfae2e704e6bc95333470 MD5sum: 1b1369aac5e838d106b2932f92961a41 Description: debug symbols for ros-jazzy-frequency-cam Build-Ids: 3862bb98f89a9cb9e3e50ab2fdbc54d6700a4166 8fe84b22fd27ecc3e00d191de7905674133a2d23 d27bc1944a05de4a246f9d4f4967224416dced46 Package: ros-jazzy-fri-configuration-controller Version: 2.0.0-1noble.20260726.102745 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 480 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-kuka-driver-interfaces, ros-jazzy-kuka-drivers-core, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fri_configuration_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fri-configuration-controller/ros-jazzy-fri-configuration-controller_2.0.0-1noble.20260726.102745_amd64.deb Size: 99034 SHA256: e51dca781f6b813cfaa4f998333c66d1edf6a7c041f17a5547db97f46dc6c035 SHA1: 16f3b3dfab051e1cbc05173cefbe69ffa2212818 MD5sum: d94b6ca2044dfc6ad002ff903d565e1f Description: Controller for configuration of FRI Package: ros-jazzy-fri-configuration-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-fri-configuration-controller Version: 2.0.0-1noble.20260726.102745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 2115 Depends: ros-jazzy-fri-configuration-controller (= 2.0.0-1noble.20260726.102745) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fri-configuration-controller/ros-jazzy-fri-configuration-controller-dbgsym_2.0.0-1noble.20260726.102745_amd64.deb Size: 1796564 SHA256: 3d814c1e18ae5bf1f3c20fff5773416dd42f729829ac38c5188ab3e816e439ff SHA1: fe255d08410e98f29400e2fcd302fc5a715b98dc MD5sum: a7e81afb265070b7a293df405d3554b5 Description: debug symbols for ros-jazzy-fri-configuration-controller Build-Ids: c4189e582dfcfd642de9a9ed2ea521890f202b30 Package: ros-jazzy-fri-state-broadcaster Version: 2.0.0-1noble.20260726.102825 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 206 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-kuka-driver-interfaces, ros-jazzy-kuka-drivers-core, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/fri_state_broadcaster/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fri-state-broadcaster/ros-jazzy-fri-state-broadcaster_2.0.0-1noble.20260726.102825_amd64.deb Size: 55708 SHA256: 1efe90fa65127c0c2410e7f24daef1389b82ac14b6c38a6671879305f09aef1c SHA1: 0594e27710074cb8825912bc2969c6d40633a800 MD5sum: 1f5decb7bac81e8b4daa73d3ba216f78 Description: Broadcaster for FRI state Package: ros-jazzy-fri-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-fri-state-broadcaster Version: 2.0.0-1noble.20260726.102825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 905 Depends: ros-jazzy-fri-state-broadcaster (= 2.0.0-1noble.20260726.102825) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fri-state-broadcaster/ros-jazzy-fri-state-broadcaster-dbgsym_2.0.0-1noble.20260726.102825_amd64.deb Size: 843066 SHA256: 041186906a5e4a3e3cb8db11a95dcec0c12b54460e312824803675e0d09fd0ad SHA1: 13af02601c476fe3c5d8ad4a85e42764be553b1e MD5sum: 6f922a46027bbbaecaade0131e1d9939 Description: debug symbols for ros-jazzy-fri-state-broadcaster Build-Ids: 48c0b66fc9c50e41e4708c7b8e85665f6bdfbd29 Package: ros-jazzy-fuse Version: 1.1.5-1noble.20260804.191718 Architecture: amd64 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.20260804.191718_amd64.deb Size: 5880 SHA256: 39545b734ab539b66ee2701ac4ce8f2d98d05fe15a429575152024f270b9eba3 SHA1: 5d32fcc063efd7ca6e9ff61d353c3a59d23f2fd2 MD5sum: 430aced3f073e5be20ca6001cbb31225 Description: The fuse metapackage. Package: ros-jazzy-fuse-constraints Version: 1.1.5-1noble.20260615.155948 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2803 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.20260615.155948_amd64.deb Size: 469488 SHA256: 15578c09f71f9b630539612c8aac1dd5b703c80684f094a61729275d5c150171 SHA1: 4974c487051e9d45923b1937c85025c0acb70b9f MD5sum: 4cfb13d61160a5f43eb0585f6228242a 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.20260615.155948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 22411 Depends: ros-jazzy-fuse-constraints (= 1.1.5-1noble.20260615.155948) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-constraints/ros-jazzy-fuse-constraints-dbgsym_1.1.5-1noble.20260615.155948_amd64.deb Size: 20305428 SHA256: e1244bfbb5de3891d55f9173b3519e3f78708f6d9760f0a6c72ec990271b8d2f SHA1: e59d836329890c85f284dd850dfc49928b177331 MD5sum: 16232f93b06a34f9fc4bc4ea6685178c Description: debug symbols for ros-jazzy-fuse-constraints Build-Ids: 6b0aa11db3bdd118359baa5a444a3eb37dc0fce4 Package: ros-jazzy-fuse-core Version: 1.1.5-1noble.20260615.142407 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2408 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.20260615.142407_amd64.deb Size: 459028 SHA256: b9e9ee2762e0688d6772ed170ff613e133e91ee2a7ba96cfc72870f7693e26c4 SHA1: 4e7a0d896f3dfb7b9a83355213da0ce6c169d993 MD5sum: 583cb23d13825a6972d1fc8c0a21f02e 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.20260615.142407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 11294 Depends: ros-jazzy-fuse-core (= 1.1.5-1noble.20260615.142407) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-core/ros-jazzy-fuse-core-dbgsym_1.1.5-1noble.20260615.142407_amd64.deb Size: 10207172 SHA256: 69b1a9b2bae0ebd6c3072b6e2b57b76adc8e2056b73af520f5c5cafc9c033b9e SHA1: 63329b035489fddaa4d6b5155ad846e8e413ada0 MD5sum: 31d83eda1f9ed89b06c8a27e200d2b2c Description: debug symbols for ros-jazzy-fuse-core Build-Ids: 24004f0538e0e7e73039c1f92e5dd3e10f2b5bdc e161ce0010b62d592e01e177a591c45f82d03044 f040d19ac29eab759578fb11ea4f4b6c63f6a66a Package: ros-jazzy-fuse-doc Version: 1.1.5-1noble.20260603.152143 Architecture: amd64 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.20260603.152143_amd64.deb Size: 5708 SHA256: ffcdb5be5c6e396ab1e867a09f844f249ec266831826ddf1ff7910a8d1eeb1dd SHA1: 88dd9059921275a31c92d0f28a8ad1bf469ed85a MD5sum: f8abac7615f1948e62987096e71ecbc4 Description: The fuse_doc package provides documentation and examples for the fuse package. Package: ros-jazzy-fuse-graphs Version: 1.1.5-1noble.20260615.154436 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 541 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.20260615.154436_amd64.deb Size: 104286 SHA256: a041e9308a2cc4ec37f6a388f65d3cbe41fbc4b7318b343b791e72fc93e18f36 SHA1: ab08b1601ba3c1a5c2f939722ccacfa4c423e2e9 MD5sum: 37932fb198a9828da0c7d5f96f519ec4 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.20260615.154436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1863 Depends: ros-jazzy-fuse-graphs (= 1.1.5-1noble.20260615.154436) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-graphs/ros-jazzy-fuse-graphs-dbgsym_1.1.5-1noble.20260615.154436_amd64.deb Size: 1500660 SHA256: 549c96370a1e7dcf326a417650cf4c6b9de7bd2a1289ca742513e3d2fae3da53 SHA1: 1dbbdbf2b05dacc19cd3933d8b5f74f56e439654 MD5sum: a482b4489e98102d51fdf1d352e057b1 Description: debug symbols for ros-jazzy-fuse-graphs Build-Ids: adaf7b58332fdb28f3abe6bdf740b953ebe1d6b0 Package: ros-jazzy-fuse-loss Version: 1.1.5-1noble.20260615.155037 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1141 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.20260615.155037_amd64.deb Size: 220696 SHA256: 7ec19c892cbcd3f91c7d46407e7bf82b46c65fea82ba3ee0e374d6756eae8877 SHA1: 90bd55145b11325585b4a0d4455bb7d468783841 MD5sum: e6ce449b80c2e5e1109839fe1f0e5ff8 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.20260615.155037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 4825 Depends: ros-jazzy-fuse-loss (= 1.1.5-1noble.20260615.155037) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-loss/ros-jazzy-fuse-loss-dbgsym_1.1.5-1noble.20260615.155037_amd64.deb Size: 4137018 SHA256: e8781d6b26bc6cfadfc1e1d7a1141b2cb2da31bf9a1e47788db74a926a10760e SHA1: f719d6327423fbceefc964210ab836f53967d0d2 MD5sum: 311daf12ae82fdf8462963bfcf2be1f4 Description: debug symbols for ros-jazzy-fuse-loss Build-Ids: c9fd7c97523737e90ac504e9a88c7e984c770cf6 Package: ros-jazzy-fuse-models Version: 1.1.5-1noble.20260804.183305 Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 4455 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.20260804.183305_amd64.deb Size: 791756 SHA256: 38db3b3ae4df6315e2a1e46a553ccaf0a69477b533073ab7edf0e7c7a59f9633 SHA1: 4b6afe65691637f1a8e5bd1e89b9e455419012cf MD5sum: d1050f3fbeb960088eb88c731014b7ba 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.20260804.183305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 44680 Depends: ros-jazzy-fuse-models (= 1.1.5-1noble.20260804.183305) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-models/ros-jazzy-fuse-models-dbgsym_1.1.5-1noble.20260804.183305_amd64.deb Size: 41225892 SHA256: 5f2afb05cb0a9f5b52999bb13a761e1725b85c694046b3eee92b5a89733aeac2 SHA1: 271910230bd32ddc29fbd0db37a3447155b798cf MD5sum: a3773588976578265608c57dd1c4b0a1 Description: debug symbols for ros-jazzy-fuse-models Build-Ids: 4e292aca2059909163772dcc79fc8751e3ac4351 Package: ros-jazzy-fuse-msgs Version: 1.1.5-1noble.20260615.111618 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1835 Depends: libc6 (>= 2.14), 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.20260615.111618_amd64.deb Size: 148782 SHA256: e423f6b11109a1cb596c884adeca9442194aac017debbdd770149be2538323c9 SHA1: c9c5373303fae1619022036ab447c1687dee7b6c MD5sum: 68de516f6ee8b39d769d83d8fe15318f 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.20260615.111618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1429 Depends: ros-jazzy-fuse-msgs (= 1.1.5-1noble.20260615.111618) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-msgs/ros-jazzy-fuse-msgs-dbgsym_1.1.5-1noble.20260615.111618_amd64.deb Size: 1142856 SHA256: 300630c8e447743ffd9f592d2fd6ba9ebe32fbc1e4e6725d0442c683853327a0 SHA1: b29d55dca40c42ed8da73b9a08897877102b68a4 MD5sum: 8825461a6cf2d20d1d9ef0d4bd0c336d Description: debug symbols for ros-jazzy-fuse-msgs Build-Ids: 1aa9e740c151ac1a20da9b0ef881ce45ed292e4f 31f67aca6144d5292cf8f2b5afed9514437c7538 5a4a03b12c335acfad8c228832bc68e509164c57 7ebc3fe96c115055d3b7f8c3b6b87853891f8b0d 85c855b3efcb294e426102c514c91618a50c2750 900284a351051d5238776e5c6f04a056261606bd bbf30edcb3dce887e2859b6b76e6e124082e614e df39dad7a8e6fa9e088bdcd1f0a64004bd32e1f2 e6d82d98496e6c7647e505c38c05022de8023bba f2a2483cbe880913c071f31fb8200355515a66b2 f6e9253d80f2df303aef659df2f0219f5f2c7c5a Package: ros-jazzy-fuse-optimizers Version: 1.1.5-1noble.20260615.161308 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2227 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.20260615.161308_amd64.deb Size: 404266 SHA256: c4a6db22368584184d601ba3bcc7eea45c256337ee721a692d27b062fb91bef0 SHA1: 6b4ffeaa763b42f7b2c7fe5a9365bf85cba24b7f MD5sum: 35108b471f0f644ca835daea542a9cbe 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.20260615.161308 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 9947 Depends: ros-jazzy-fuse-optimizers (= 1.1.5-1noble.20260615.161308) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-optimizers/ros-jazzy-fuse-optimizers-dbgsym_1.1.5-1noble.20260615.161308_amd64.deb Size: 8403468 SHA256: ddbe2c34f75e27f38e019e8c0ad1ede159943f655ef66d488a7894b77654ef0e SHA1: e14509ca28ab2ddab5018caa3d82ac7829befc22 MD5sum: e053a170a582435768a57c5c4cb22181 Description: debug symbols for ros-jazzy-fuse-optimizers Build-Ids: 38751410ed342dae41900a7692fca55f9bcd6bee a1057dd3a11414a890c235191d5f9f22bf027307 af069ff43cc6f33252cfd7aed98d234bbd0e3cb6 Package: ros-jazzy-fuse-publishers Version: 1.1.5-1noble.20260804.182536 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1173 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.20260804.182536_amd64.deb Size: 249204 SHA256: 11c7229301c02025a8f3ba9716960913f4afe74632a24473801ddebb85f276b8 SHA1: a48d0e63bfe2bcecdc8dcba83a3602e28219d4b0 MD5sum: 552efd8559d31522de86748f192e4eee 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.20260804.182536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 6263 Depends: ros-jazzy-fuse-publishers (= 1.1.5-1noble.20260804.182536) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-publishers/ros-jazzy-fuse-publishers-dbgsym_1.1.5-1noble.20260804.182536_amd64.deb Size: 5525148 SHA256: e3a610d7c0f547d277895be5bba9745ffdf02850127410c24b40e099ab74c091 SHA1: c76b4ca6c5c76197253b29b168235ff56a87a252 MD5sum: f12f2dc93f616d361d6367bb2fb1b737 Description: debug symbols for ros-jazzy-fuse-publishers Build-Ids: 336c527f03fb5c6ba03048e474ebad4eebc025b9 Package: ros-jazzy-fuse-tutorials Version: 1.1.5-1noble.20260804.192622 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 7260 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.20260804.192622_amd64.deb Size: 1517248 SHA256: 9699c1e74e5ab4dc8d35981af1c96a9691f9e45a3ac0a31fab7ce9479ed6665b SHA1: d40f1a87716b4a419c13048787578360b3d7e1ad MD5sum: d13a18d01df482d0e7e9bcd6d817fa3f 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.20260804.192622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 8314 Depends: ros-jazzy-fuse-tutorials (= 1.1.5-1noble.20260804.192622) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-tutorials/ros-jazzy-fuse-tutorials-dbgsym_1.1.5-1noble.20260804.192622_amd64.deb Size: 7279142 SHA256: 479dcdb422286c916af849d69ed00d077717564ce91156662dcf3d455d4ac10f SHA1: f53e1af8671bbf27af0c8c261c554807c6d18268 MD5sum: 7370e72be78f474394570b3c644f7d48 Description: debug symbols for ros-jazzy-fuse-tutorials Build-Ids: 61ad94c825f4df2c0c32393096cfb1b9b56c9824 e22407cfc3283fbabd7af837c418b9510dce3cbc Package: ros-jazzy-fuse-variables Version: 1.1.5-1noble.20260615.155054 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1617 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.20260615.155054_amd64.deb Size: 241650 SHA256: 2fc38d9ec8ba81f0e8c47a612c786fb1c3640f30a3529af602f297bafb060cce SHA1: 314898148ac46a206e5c009b51fd1ff43b1a7c69 MD5sum: 5b63a07fbe3a7e1f7298a0246e4bd3fa 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.20260615.155054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 7755 Depends: ros-jazzy-fuse-variables (= 1.1.5-1noble.20260615.155054) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-variables/ros-jazzy-fuse-variables-dbgsym_1.1.5-1noble.20260615.155054_amd64.deb Size: 6391440 SHA256: f727e37da3c6a0d9ee655c9474af31926e873bc2feedade432c2a1869db66093 SHA1: f9582722b106e8bb9bc2fcdfe1d8194ec57917a4 MD5sum: 9acea1b21224d0e13558c1fe2e2a99e5 Description: debug symbols for ros-jazzy-fuse-variables Build-Ids: 6418003de2678555748ce9200f8a95a23a6a78db Package: ros-jazzy-fuse-viz Version: 1.1.5-1noble.20260804.184720 Architecture: amd64 Maintainer: "Enrique Fernandez" Installed-Size: 1475 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.15.1), 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.20260804.184720_amd64.deb Size: 330642 SHA256: ae33264475bb732c5e5ac9b69645d7dfddd79c06182576910bd07597f1b5f309 SHA1: 6d5dfa9e5d82780e307cb7cffdc0b4893ac03a80 MD5sum: 5383d6bdb656d6c2bdfc947adabe3d00 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.20260804.184720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrique Fernandez" Installed-Size: 11005 Depends: ros-jazzy-fuse-viz (= 1.1.5-1noble.20260804.184720) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fuse-viz/ros-jazzy-fuse-viz-dbgsym_1.1.5-1noble.20260804.184720_amd64.deb Size: 10191642 SHA256: ce7064f30a3e21368d25c0be175e7adca319807597a3937e44f591f8bdecb9f8 SHA1: 4d0a920cc4838c6b5df50094bf67085ac38f33cf MD5sum: 6ff1f5614c07235d203ad4373415945a Description: debug symbols for ros-jazzy-fuse-viz Build-Ids: 393a381f5ed362ba47a32b3f83eb01576be40a47 Package: ros-jazzy-fusioncore-core Version: 0.3.5-1noble.20260730.215030 Architecture: amd64 Maintainer: "Manan Kharwar" Installed-Size: 553 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.3.5-1noble.20260730.215030_amd64.deb Size: 127612 SHA256: 18ac3a952a03a5c16381be1ba3e39126ad4caa1c10292eeae9f43c93753c78a0 SHA1: a0bdc6f3dfd4ef39b663b4b97e3aa1b0fa3e16ae MD5sum: 9303392c8b5ef24017053e51d8ad892c Description: Pure C++ UKF sensor fusion library underlying FusionCore. Fuses IMU, wheel encoders, GPS, and visual SLAM pose in a 23-state unscented Kalman filter. Includes ECEF GPS conversion, online gyro/accel/encoder 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.3.5-1noble.20260804.185535 Architecture: amd64 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.3.5-1noble.20260804.185535_amd64.deb Size: 15122 SHA256: 681d21380d8877e2b3d8b725cbba43f33d3cf1f2e0849eace9e382ee8201fe4f SHA1: bdfd6632f3badf9ff35eea9734664c1394417c37 MD5sum: 725879cc31697f46bac2370867075726 Description: NCLT dataset adapter and benchmark pipeline for FusionCore vs robot_localization Package: ros-jazzy-fusioncore-gazebo Version: 0.3.5-1noble.20260804.192505 Architecture: amd64 Maintainer: "Manan Kharwar" Installed-Size: 165 Depends: ros-jazzy-fusioncore-ros, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclpy, ros-jazzy-robot-localization, ros-jazzy-robot-state-publisher, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-sim, ros-jazzy-rviz2, ros-jazzy-sensor-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, 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.3.5-1noble.20260804.192505_amd64.deb Size: 21888 SHA256: 1808d49b3db9696ac58ea6b55c73b293f55e4eec9479423a21f82832ba835308 SHA1: 1ecae4ffe262c814114b245191af11204439c4be MD5sum: 3f19345254f82a3288e6305d50e831aa Description: Gazebo simulation world for FusionCore integration testing and demo recording Package: ros-jazzy-fusioncore-ros Version: 0.3.5-1noble.20260804.182056 Architecture: amd64 Maintainer: "Manan Kharwar" Installed-Size: 3814 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-gps-msgs, ros-jazzy-lifecycle-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-robot-localization, 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, 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.3.5-1noble.20260804.182056_amd64.deb Size: 582080 SHA256: 34162877264c00e5ba3a1a16e59a4b69d0addde41cc1e734cccac00721ef5a26 SHA1: f6787e40621625e6ae2cb9b162a1a612826f2db9 MD5sum: f3c4a9e933066139fb9da33e10c979a2 Description: ROS 2 UKF sensor fusion for IMU, wheel encoders, GPS, and visual SLAM pose. 23-state filter with ECEF-native GPS handling, online gyro/accel/encoder 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. Benchmarked on 12 full-length NCLT sequences: wins 10 of 12 vs robot_localization EKF. Package: ros-jazzy-fusioncore-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-fusioncore-ros Version: 0.3.5-1noble.20260804.182056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Manan Kharwar" Installed-Size: 11245 Depends: ros-jazzy-fusioncore-ros (= 0.3.5-1noble.20260804.182056) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fusioncore-ros/ros-jazzy-fusioncore-ros-dbgsym_0.3.5-1noble.20260804.182056_amd64.deb Size: 9182190 SHA256: 66e5c7c3b99e0e2b8bdef4bb955e68cce2700df2700043494f860c96ca1ddf40 SHA1: 5830b8e80678a4f83224cbff0ccaad8d482c471a MD5sum: ac97f5c5e35514fce0b7e11b780859d2 Description: debug symbols for ros-jazzy-fusioncore-ros Build-Ids: 033a7e2cf6b74e5c2053da59b613cc4ef6ad9dcc 54093abaac5b4004b77c421b7726e4eecc702a35 6a3b3f7fd32d1373ba8837de78da0712703d3f8a 7d9190f5493e7ecc7cd2485bdc3e4bc6941f5d2c 9179a091f1eddcbf667fc85b7cb06bb055363f2e 996417b34ac909c13225ae84cf076645f2784f76 a1f33aec1605a9385c98094fd4b3a4dbf5b33be8 b3afec54d6bab8738eeeb7c082595f9e91acedf7 c313d593462e20320d36fa0fe9d0c576d0557584 f02de139babd483ec1887b69c02d6dbf2c470eef f4cc97fa764ce32f6f53479c0529bad013d1fb50 fe56f60106ef5f0cd286492c46118a924a32641a Package: ros-jazzy-fusioncore-ublox Version: 0.3.5-1noble.20260730.215251 Architecture: amd64 Maintainer: "Manan Kharwar" Installed-Size: 44 Depends: ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/manankharwar/fusioncore Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-fusioncore-ublox/ros-jazzy-fusioncore-ublox_0.3.5-1noble.20260730.215251_amd64.deb Size: 5820 SHA256: fe1b25e79ef7835c0c856b416b7ae0f8e976195979d0d13a88fa4f40332e5f8d SHA1: 6749e9785d5cbb0f439b496f12f2886270bac7ea MD5sum: ec511d46765fa5103ba9efa36c92da17 Description: Bridge nodes for u-blox GPS receivers: converts raw NavPVT Doppler velocity to nav_msgs/Odometry for FusionCore (gnss.velocity_topic). Optional companion to fusioncore_ros; not required to build or run FusionCore. Package: ros-jazzy-game-controller-spl Version: 4.1.0-1noble.20260615.134110 Architecture: amd64 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.20260615.134110_amd64.deb Size: 7996 SHA256: 55ad661880ffcaeb51af1924b4c0767cbc9603926e46354e8ad04e1894767a61 SHA1: 862615e39b446ae0a4995cf3e4ebaf754ba3d013 MD5sum: 326d0bfa85c969dd110b8c0086afb2bc Description: GameController-Robot communication in RoboCup SPL Package: ros-jazzy-game-controller-spl-interfaces Version: 4.1.0-1noble.20260615.102403 Architecture: amd64 Maintainer: ijnek Installed-Size: 2129 Depends: libc6 (>= 2.4), 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.20260615.102403_amd64.deb Size: 119902 SHA256: 7817062b9f10e93fd7cc40a6c940e3a08cb2b594d0e51aa2fc37b2f233ddda80 SHA1: 4e6a2b427016ae91693992b62fbc89b272618f71 MD5sum: a957d1dc7f4043e800607b9e066fb452 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.20260615.102403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1257 Depends: ros-jazzy-game-controller-spl-interfaces (= 4.1.0-1noble.20260615.102403) 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.20260615.102403_amd64.deb Size: 993172 SHA256: a9617070b53201ead4c99ae266bdc8e9ff8b361de456dc3ffac2657080f8e436 SHA1: 73e0c5303c4a2243ba552ae0a6c14efdbb6e060e MD5sum: 9af02ff9511207991fa4c686a435633f Description: debug symbols for ros-jazzy-game-controller-spl-interfaces Build-Ids: 03a86185f4c433d7e16099bd2e906e93b5518a45 15e24102fbef385832e7f00d48a400f0c1a33ffe 3248a0938d7335edf00a662db99282fc097176ac 3a99c0a07dcb43c2b65e043e84e5d35238bd3ec5 49b53e6eafeacb2be55a4e21046fcbf90f14ce1d 5d86d2e80ce470f08ed8d6f9e058b7ca4efcb8b4 7c12b743d7c5adaa59a8a89b86940dbd9fab1ef2 9a0204737e3a86e747c627baef528d47e29310d5 ae4a8e991effd50d3f18e7471860152b4ae12386 b068aa4c15bcdb5f6b620c4b6f959ec8b61615ee ebccfaba4b9af775f6e5964f69d2dde1d57af044 Package: ros-jazzy-gazebo-msgs Version: 3.8.0-1noble.20260615.113348 Architecture: amd64 Maintainer: Jose Luis Rivero Installed-Size: 15727 Depends: libc6 (>= 2.14), 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.20260615.113348_amd64.deb Size: 916004 SHA256: 87f9d345e6b55ff591fe82245879ed5b3dcecfe23850114a92fa2fbf70965fb3 SHA1: b4346f7dd686a78c66fcf4bd2a61bded97b27515 MD5sum: 50abcf29c67ee18cd32d90934f60a3b0 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.20260615.113348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Luis Rivero Installed-Size: 11613 Depends: ros-jazzy-gazebo-msgs (= 3.8.0-1noble.20260615.113348) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gazebo-msgs/ros-jazzy-gazebo-msgs-dbgsym_3.8.0-1noble.20260615.113348_amd64.deb Size: 9416814 SHA256: 739934f0cb3d25460cc0a7d6c0521209913f6d264a549c99be502890ad84f9ef SHA1: bda347a44458eff73dc2c180763f1140be55c027 MD5sum: 07f21a453a29af56f179911e5b7506af Description: debug symbols for ros-jazzy-gazebo-msgs Build-Ids: 0aefa3029711b79e17bf7c5f3a1367b86fa43d5f 2748cb9d012131454b3e281e6ef5a7dfca6bdd52 458ecdb1e7c290b53911c76103d5627a9f868080 4bf4ee78fb9811847864ca5c0fd564d2e5bd1511 53792d8237f99ceaf2d228449cddfa37af2f346f 68322c880cca43c25f125a0cccefbeea9fbc80d9 9e466bc01eb07c7b0501fc331e91955b85aa47fc a4c0543893ecf502dda836337692238efa17162a d9451d4f10cde6143289d2b27a8c0fea6bf34166 dadb402ca095f5cce1546d040e0e5ec3dd82f93c e2c5ef7230a46e0357df0271e0d073793b03956b Package: ros-jazzy-gc-spl Version: 4.1.0-1noble.20260615.134121 Architecture: amd64 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.20260615.134121_amd64.deb Size: 7824 SHA256: 1b70c8178435189124c0a2b037ebe30405fcf684e3dec3a0fa0fcbda882fc022 SHA1: 7ef9f1fcdf33fcf8f283b48f52021a6c5af2219a MD5sum: cdf9e9e03d4b3a6c1e65b901c27e93f9 Description: GameController-Robot communication in RoboCup SPL Package: ros-jazzy-gc-spl-2022 Version: 4.1.0-1noble.20260615.134040 Architecture: amd64 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.20260615.134040_amd64.deb Size: 6864 SHA256: 0796adb34689e20c07242904c4b486c3be9c77f873bfdfc2444d29e6725914ed SHA1: f487e5617f3859353fa1dd93dbd3ad9c9ca39359 MD5sum: 894c6aeb7e1a7fe0a2760fa63ce48ff4 Description: GameController-Robot communication in RoboCup SPL at RoboCup2022 Package: ros-jazzy-gc-spl-interfaces Version: 4.1.0-1noble.20260615.102411 Architecture: amd64 Maintainer: ijnek Installed-Size: 1491 Depends: libc6 (>= 2.4), 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.20260615.102411_amd64.deb Size: 102074 SHA256: fded27b08bf6e603d1aaf9d8702044f7457287f10b443c44dc4571e70750aec7 SHA1: 37994f4a4a615638443af57acc544b6fa118e50c MD5sum: 5a046fc84ceed33a74bea4b7a4c86aad 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.20260615.102411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 929 Depends: ros-jazzy-gc-spl-interfaces (= 4.1.0-1noble.20260615.102411) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gc-spl-interfaces/ros-jazzy-gc-spl-interfaces-dbgsym_4.1.0-1noble.20260615.102411_amd64.deb Size: 734538 SHA256: 67d2815942815f6da0ece5dd269969e7789346d4203ac534e21f25f78a738827 SHA1: ba7aa3684f7c27595d258b7e2725fa532f68712f MD5sum: 190edcc66bbcdb7f9712465dd54b1998 Description: debug symbols for ros-jazzy-gc-spl-interfaces Build-Ids: 12ca17a5c766bddb87c5b8f70a8bfb7339817f9e 1f31c7c664412d6ba0578a2989b8cc3f1a06e08b 29980f6d10f0c3cf30dad071aaa09f2b2bf66806 4068fcf2c1e8057c57e179b460f435cc70af1293 414cfc2a74ea8f7cfd4f29205abdd11b710ff441 5f886759592879b2c987afa922d882a9974759f3 6a9173652e11ee9228ccf3ba15478cbbbf5f5648 7c1cd85a9eedadaa59b6997d765dc1eac10daedf b8af6131f259fe76dde38dfbee9ba06e536b1d6e ccf773dbeac04ad9ab6cf113017814a5dde9d4d3 efc8def9cdd8a5ac784fb3860bec3a0cf0122542 Package: ros-jazzy-generate-parameter-library Version: 0.7.5-1noble.20260725.081556 Architecture: amd64 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.5-1noble.20260725.081556_amd64.deb Size: 9500 SHA256: ebeec9ce255cd7328af8e96411b27676b75eae00bbb7220d8a821e59eae6c07d SHA1: 8b46d7779c8b3338c4ccfcb1647c6e6b0f053290 MD5sum: b2627fc2c51db49da9f791c8986c4178 Description: CMake to generate ROS parameter library. Package: ros-jazzy-generate-parameter-library-py Version: 0.7.5-1noble.20260725.080903 Architecture: amd64 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.5-1noble.20260725.080903_amd64.deb Size: 58044 SHA256: 6aa3d62e311140e36f80a46ed6e4cfcfd87d6cd6b7de37edbfed174edb73db2a SHA1: b7a8623ddee54ccb1ed122584b825571ba3fd9ee MD5sum: 80d31543fed07c1d3c9b51104f9b6540 Description: Python to generate ROS parameter library. Package: ros-jazzy-geodesy Version: 1.0.6-2noble.20260615.130320 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 124 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.20260615.130320_amd64.deb Size: 20884 SHA256: 28bba54071bebce57f169a70a985f06428cf3ac838f613e76307b9aa8ad8bb2d SHA1: 707d0d895e2077dcf72d8cabad89918a4059d57d MD5sum: 3817d00e0d1ab1eb7fb95f7ac57f2706 Description: Python and C++ interfaces for manipulating geodetic coordinates. Package: ros-jazzy-geographic-info Version: 1.0.6-2noble.20260615.130635 Architecture: amd64 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.20260615.130635_amd64.deb Size: 5338 SHA256: d5e95a8871cd15f3d602192995150a10589bfc8bc89d8dad781a6d2d6f6832c0 SHA1: 285ccfe9d16b937053c0e70354e3427f4469f423 MD5sum: 63a3cbbb49dca9ecb4e3783be032d7e2 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.20260615.111621 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 4569 Depends: libc6 (>= 2.14), 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.20260615.111621_amd64.deb Size: 320770 SHA256: 4bff69e7e3bc7d13ec3c6a429e44944131635e17626556673ac1070e6653174f SHA1: e3620e17ce4aba386bbbb3b10a41cbee7069e424 MD5sum: 737d8f49248ad390648f64036a9f4c35 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.20260615.111621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 3842 Depends: ros-jazzy-geographic-msgs (= 1.0.6-2noble.20260615.111621) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geographic-msgs/ros-jazzy-geographic-msgs-dbgsym_1.0.6-2noble.20260615.111621_amd64.deb Size: 3212112 SHA256: 0d0b892282988315656ffc17af233460822347d158b2e1ada76b4f05220a9c82 SHA1: 6304c624e4498171ce238879832b047742c8b43e MD5sum: 0852a16922dbcb7299b8c7472fb1bbcd Description: debug symbols for ros-jazzy-geographic-msgs Build-Ids: 1abb8f887f3668152220fc06fb0470d43dae2cad 1c0ff1c669465598688806ed0618c84fa87ca6be 3f2eefbf6b69e833750ad22a5b29cb114652c8f5 4b0dc41826b08fd6131a1e879a6b549ee1d1f17c 51a45a7d5e505c3d679d586cab2ec36f4829dd99 521cf663ef3baa206f7491e6c91c6287a534284b 5de47680b1367189d41b686e40a46dedeff573e9 7ec1cacd9dd268d1c980a710eb7bf893697c74b3 d999844fd32148a4fe7a058d7ab5e0e3b4246fa8 df31a430aef4c600c5343d2b1c347c3d550c7f88 f57d552209d011193d4d14e68a3c0033721f93df Package: ros-jazzy-geometric-shapes Version: 2.3.4-1noble.20260617.135353 Architecture: amd64 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, 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.4-1noble.20260617.135353_amd64.deb Size: 97058 SHA256: 907a7ee955b0d0698ca4fbf5e86dbef738a973babc428951a4ee519b2b01ff6c SHA1: c6133e1063c163d79417abc5b9b590ac06639db5 MD5sum: 4df72f00c7ad1ac4b531240031afbbfe 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.4-1noble.20260617.135353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 6104 Depends: ros-jazzy-geometric-shapes (= 2.3.4-1noble.20260617.135353) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geometric-shapes/ros-jazzy-geometric-shapes-dbgsym_2.3.4-1noble.20260617.135353_amd64.deb Size: 6127844 SHA256: b82b3d2fe61d6c3befc90d798b6c9f327724b4a69ad137b62c7ad62e05fbef59 SHA1: 057cb6752e4217432a1a5302d024e29764cd2768 MD5sum: 7f6cfe29554451dfde70ad248a6ccee4 Description: debug symbols for ros-jazzy-geometric-shapes Build-Ids: 88a0f374ecdc4a300e629fe192014c69b424ebef Package: ros-jazzy-geometry-msgs Version: 5.3.8-1noble.20260615.110340 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 4528 Depends: libc6 (>= 2.4), 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.8-1noble.20260615.110340_amd64.deb Size: 273780 SHA256: 0dfb791d20f95dd87ea2c5b490b4fe83000ce572b2f7323e62893c82422ea295 SHA1: c59f59218571d180360cb4e1f5b2021c2ac748f4 MD5sum: 93357cd7d64bec7af180459eb6b249f9 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.8-1noble.20260615.110340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3478 Depends: ros-jazzy-geometry-msgs (= 5.3.8-1noble.20260615.110340) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-geometry-msgs/ros-jazzy-geometry-msgs-dbgsym_5.3.8-1noble.20260615.110340_amd64.deb Size: 2828264 SHA256: 67dc9ed917fc354a972cb33c419f65bec5ced32cae12768c1628e7cc171631b4 SHA1: 83a40a82e786fc3b07f702b4ba5da1e96917b641 MD5sum: b92e6fee4f8beb2f4577ea9f153ce82d Description: debug symbols for ros-jazzy-geometry-msgs Build-Ids: 01d0fc7a17b8772ce94e158cc69d2d5861615019 19450b37ba02ad4e19ad86d981a2995b7e6232dd 3654737ed880714b66556f7bebffdb5e410f78ab 420a83c2e68093a261486b473020fd728a4fca31 4868dffbfbe530dd382599623591077ecc9cfebb 7d332d04c2ad12ca6833de0949c38e8bda815f22 ab6970d0bc7cc2c31330079b1db9ef32ed4ff4d8 d3a048361155d8b0db76fdcd9034c59db50cda90 e5f393d6ff1d980813fc3d798e7ccafb9a71491d f460a375e0c37737b6f3891b5a2b365e8b95474e fc59e99b8b80f8f0900bc40da1bc322278764697 Package: ros-jazzy-geometry-tutorials Version: 0.5.0-1noble.20260225.234529 Architecture: amd64 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.20260225.234529_amd64.deb Size: 5366 SHA256: 42bef02bebc19286df1c67ceb612d846fd175d79baacb12b4b4d37d98b2a93ab SHA1: 80a958d45315bc1b52c211bb23863f4973586ed0 MD5sum: 895f4f311431c69d5cbc1265d94cfeef Description: Metapackage of geometry tutorials ROS. Package: ros-jazzy-geometry2 Version: 0.36.22-1noble.20260804.180707 Architecture: amd64 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.22-1noble.20260804.180707_amd64.deb Size: 6360 SHA256: ffd0e1cf60d23f42be30239b0a045d0591c77fca7f5d5984e606f7003654e07e SHA1: 572785d0a7f1ffde95547ee96cf892f199786d1c MD5sum: 27414a30ccc73de797730c4d31cc9d67 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.143751 Architecture: amd64 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.143751_amd64.deb Size: 101688 SHA256: 3d4de557a07dc41e2abb1201964a892d79dffc5855dd805c009ad2e7386c44fb SHA1: d73bfd07e62d0bef3b5a2304ad294f05ad95f405 MD5sum: 32d928a8708854ae05f69b4e40bee1bd Description: The package provides GoogleMock. Package: ros-jazzy-google-benchmark-vendor Version: 0.5.1-1noble.20260225.055256 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 629 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.055256_amd64.deb Size: 207156 SHA256: 713ee8c1d90f005bc27698001b3b3fb8ecd508f0a761d43a5c1e4e51c392075b SHA1: d88fe806d516a227200352cabd382f5fc6799358 MD5sum: 1effca4fc5194db3a527e3b9bec79e59 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.055256 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 2164 Depends: ros-jazzy-google-benchmark-vendor (= 0.5.1-1noble.20260225.055256) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-google-benchmark-vendor/ros-jazzy-google-benchmark-vendor-dbgsym_0.5.1-1noble.20260225.055256_amd64.deb Size: 2076544 SHA256: 28ed1b05c76f00d76a50a148d8b238c81e76a3733a69b70b6a4d75672038a06f SHA1: c0522699fc0be3ccc89833b8e47699d8031179f1 MD5sum: 2bc85b50bd402ff6bc8df9feeecc938c Description: debug symbols for ros-jazzy-google-benchmark-vendor Build-Ids: 9904b45bdc81573d079a59359236ad9931817b30 f8e20ab5e3bd414955a075ba3d6385d2eb9089d6 Package: ros-jazzy-gpio-controllers Version: 4.41.0-1noble.20260725.081835 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 646 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.41.0-1noble.20260725.081835_amd64.deb Size: 160394 SHA256: 37e578d935474bca26fb4286bd476b81afb96e740a4b5507813c0b8d1b8dae51 SHA1: a0a53db572b995e3928ffa56fdc24be33b9c7789 MD5sum: 862ea23ab860f4c498a3ca0617c52859 Description: Controllers to interact with gpios. Package: ros-jazzy-gpio-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-gpio-controllers Version: 4.41.0-1noble.20260725.081835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 2910 Depends: ros-jazzy-gpio-controllers (= 4.41.0-1noble.20260725.081835) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gpio-controllers/ros-jazzy-gpio-controllers-dbgsym_4.41.0-1noble.20260725.081835_amd64.deb Size: 2550084 SHA256: 37f06956088d4b63f310cabddc1e57d06c324d4b1de8e5d8534b72ae9a562099 SHA1: 104b75227187eaf587ed48c46d9a024c701d7238 MD5sum: 4d7f6e56c1e426e8c127f4b6839cf7d2 Description: debug symbols for ros-jazzy-gpio-controllers Build-Ids: 41968a907ca4e6de3b3e00e04fbd71abb6798d8f Package: ros-jazzy-gps-msgs Version: 3.1.0-1noble.20260722.163335 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 882 Depends: libc6 (>= 2.4), 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_3.1.0-1noble.20260722.163335_amd64.deb Size: 84262 SHA256: 37233c03f339c7caeaa8935085d60bf48516f563c37afea13b4317b678be2eff SHA1: 4bc37d4e8447cf129bbfe275fe46384d9d2912ef MD5sum: e114df1175b52faa261a6e0700ed4613 Description: GPS messages for use in GPS drivers Package: ros-jazzy-gps-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-gps-msgs Version: 3.1.0-1noble.20260722.163335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 520 Depends: ros-jazzy-gps-msgs (= 3.1.0-1noble.20260722.163335) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-msgs/ros-jazzy-gps-msgs-dbgsym_3.1.0-1noble.20260722.163335_amd64.deb Size: 405840 SHA256: 087b86a358cbf89145abb755044f641a5f0af1ad6bccb00945dbfb3b5b79ce4c SHA1: 65f524058b1993530fa2754517c1a47d763ab379 MD5sum: d6acd073437fd1e101eb68af2df0c44c Description: debug symbols for ros-jazzy-gps-msgs Build-Ids: 06edf5cf93fdf7e410337ff29ed4c9608690f83e 14103387bea66ec7ca6f9654d5ec74f7f4fcf2c2 557fb4d5a571f4179c7aba8f4b4b0e8d24052db6 6d40ec52f34f9a37558821983f43dba1c704c332 75fcc649f4c2782cf589da3f0fe01f33305f9510 9231d8a0271041e5c1afda0b1c165e5d030e9870 c3f2f5183b9f955ef7e007fcb658a3ac9f753780 cbb19a31bfc9f2b9cfe8b33be1662b300d047cee eea854267302802d565a80179b8c127890537f24 eee7a1e8f94830e7b3f5fea15277981cd7c23f23 f5a2cda4f929ffeefbf7990f4141dcfa9289ee70 Package: ros-jazzy-gps-sensor-broadcaster Version: 4.41.0-1noble.20260725.081840 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 288 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.41.0-1noble.20260725.081840_amd64.deb Size: 82114 SHA256: 1503431f619203429ea86138aa4b9ed5f7f6b648bc40262f57a2cb3b2d9b0a80 SHA1: 8cd25004a5e71a0b133fb7eb3430b22695809c9b MD5sum: 8976b6fb66d2dc6a0df6d1fac8a9ce3c 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.41.0-1noble.20260725.081840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1173 Depends: ros-jazzy-gps-sensor-broadcaster (= 4.41.0-1noble.20260725.081840) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-sensor-broadcaster/ros-jazzy-gps-sensor-broadcaster-dbgsym_4.41.0-1noble.20260725.081840_amd64.deb Size: 1101348 SHA256: 883a05d9af827c7c0426275e67fde84cd968d4c00448319027414dff594ed90a SHA1: f76e9aa230ae8788f74264c573a44de0fcfd6fe5 MD5sum: b46b6baafd6e8fe9a49746fb07dda049 Description: debug symbols for ros-jazzy-gps-sensor-broadcaster Build-Ids: 663c264b757b6458ec56d12e2fe637246ba18334 Package: ros-jazzy-gps-tools Version: 3.1.0-1noble.20260722.173707 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1030 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_3.1.0-1noble.20260722.173707_amd64.deb Size: 175348 SHA256: 90cb59e82cae6429dba762a3da330d05abfca76ae654e2b902acc4b6965eaa65 SHA1: 944b43259e6f280e8b3e4e9f6552c187ac1266b2 MD5sum: a1c4671034fa95db42d6dbd551560e82 Description: GPS routines for use in GPS drivers Package: ros-jazzy-gps-tools-dbgsym Package-Type: ddeb Source: ros-jazzy-gps-tools Version: 3.1.0-1noble.20260722.173707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4671 Depends: ros-jazzy-gps-tools (= 3.1.0-1noble.20260722.173707) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gps-tools/ros-jazzy-gps-tools-dbgsym_3.1.0-1noble.20260722.173707_amd64.deb Size: 3994174 SHA256: e16055e729911373fb976c066f6ec6474d4e6f5577834b04b888d4f76ee581fb SHA1: db9304034bbc6964f4e5032a9a41d9e59d452f59 MD5sum: 01cc46e91bb85198f6f9fbc1e5f2b9f5 Description: debug symbols for ros-jazzy-gps-tools Build-Ids: 102f3c45b840179ebc692109edf813d0268389a9 df40858da636c7b60fde43cbc6400ed1ff1f4277 Package: ros-jazzy-gps-umd Version: 3.1.0-1noble.20260722.173919 Architecture: amd64 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_3.1.0-1noble.20260722.173919_amd64.deb Size: 5474 SHA256: 1740fcffa0abd8f93f1f819a71b69ace9d7e92269157837ef83dc1c44d734cc9 SHA1: 03d2cf1efde6aac018f90ef4adb89c13dbffbcb7 MD5sum: 50ae23abfbe096e7f1a92e5821923665 Description: gps_umd metapackage Package: ros-jazzy-gpsd-client Version: 3.1.0-1noble.20260722.173725 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 279 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_3.1.0-1noble.20260722.173725_amd64.deb Size: 75872 SHA256: 3242f69cb41707bf484e47d9abcb993788a8e4d89fc5a9e14fcdd3d91fedcc6d SHA1: 8519bd349053c050f5a269cd4e68d2a2f6ce5d94 MD5sum: e3ae634ab2aa63d0f18ff4261bc8ebb1 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: 3.1.0-1noble.20260722.173725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1289 Depends: ros-jazzy-gpsd-client (= 3.1.0-1noble.20260722.173725) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gpsd-client/ros-jazzy-gpsd-client-dbgsym_3.1.0-1noble.20260722.173725_amd64.deb Size: 1194616 SHA256: 0333b333e89344168b0b2006724324a45571c9836c403208c1f749930f2354ed SHA1: 329202c4c185361a849825bcf21374b925a986e9 MD5sum: 5bbbaa29383129a4a4424b3185bb9f75 Description: debug symbols for ros-jazzy-gpsd-client Build-Ids: cc327c018c1e1e3d7580bf0e300b743ccf7832ce Package: ros-jazzy-graph-msgs Version: 0.2.1-1noble.20260803.175427 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 618 Depends: libc6 (>= 2.4), 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.1-1noble.20260803.175427_amd64.deb Size: 66186 SHA256: 3f78b6cb16a2d1c2cf0426c64819cf180fb3fc655a1b4409594f9425ab8bb29c SHA1: 8c5fb11f20a406e90e5752d75c9e30c4ec903c7f MD5sum: 183faf113ae97ec56c900f121d86d448 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.1-1noble.20260803.175427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 493 Depends: ros-jazzy-graph-msgs (= 0.2.1-1noble.20260803.175427) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-graph-msgs/ros-jazzy-graph-msgs-dbgsym_0.2.1-1noble.20260803.175427_amd64.deb Size: 380868 SHA256: 9178e2356e58a8940e2240515459fd23d4ca5ca932ec8f107ee44fd94fd8b996 SHA1: 18a04f5fe9bc1eaaec6f5f8b8f6b78c1daaac06f MD5sum: 3321bda35331fd2f6e89800792e7d802 Description: debug symbols for ros-jazzy-graph-msgs Build-Ids: 43444824c57bd2a5fb1cadb02d99ed5985db5ebb 66dfbb6bb1128ef3b0d20286b2e81424532fdfb7 8a58995515843f582f0b699472d8dddc2b61a2e3 8cb690a8fc06fedc121e4795ee9276cc5e1a1c9f a7c29a16491288a749cb1665fd8860a4733d5340 b18691c2dafd3dc431274d867ae9e71a5f8b1d4e b870a3b299452b27d83f3f2976737d0d6d28f8ee bfc45fd1c4014865e17742b1e23ee2dc00f82f28 e714e2cee2f4a079c6677238b6f6654be4dbd6ac f6fd28d1c9b5aba4d64a74a5a5c2c25efcbbd071 fb12e990857d002260826baca4c7ac4df8d42d3b Package: ros-jazzy-grasping-msgs Version: 0.5.0-1noble.20260615.120408 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3994 Depends: libc6 (>= 2.14), 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.20260615.120408_amd64.deb Size: 282242 SHA256: af3526c0f230a2842c7727777da0739125b1ba52e2f734961609e0fbf844d719 SHA1: a462355fa6a05311b3cb0451bbde2a000dc5ecb2 MD5sum: e78da331e7f281192bdd4edc6b4294e4 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.20260615.120408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3063 Depends: ros-jazzy-grasping-msgs (= 0.5.0-1noble.20260615.120408) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grasping-msgs/ros-jazzy-grasping-msgs-dbgsym_0.5.0-1noble.20260615.120408_amd64.deb Size: 2498390 SHA256: 54e3bdf32c2e5150f88a451bfe72d05de4e9de466990aa5f3ad3c15f66497762 SHA1: 5c4f78bc7494a978e34bd964e407e80672a9c2a6 MD5sum: 13868ccebe5020d5ea0bb409607ec7f7 Description: debug symbols for ros-jazzy-grasping-msgs Build-Ids: 10288565b3e8264dd53c39e6b218f12ae9fa8225 12a8092de279d787a8e5193d5aa8e224628d5af1 2552d933a00b6721d24d60b1c9e4b2471e8cf6e5 33291ea9908b2a2c3596c05355ad7b0d94bf0e6f 608a4d14e5bc3d68bccd74234d4e6cb416538899 60b1d6615d9ce17138e06580b1be8a759d000191 74a2fd4816ed88d7a1f39277b67e5497ef575d98 80aed8f1ae856c3d13e8efac1b331a8a9c1502a4 8ba6d1be06670bae1627d2a15feefb7a74044320 9d6c77d8ca6517a4447f4cbf45cf0af17c2111ce bb519bc436a10ddef5b5b8758cce120ef321715b Package: ros-jazzy-grbl-msgs Version: 0.0.2-9noble.20260615.103522 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 3316 Depends: libc6 (>= 2.14), 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.20260615.103522_amd64.deb Size: 213890 SHA256: dd3f6f2367f1e8079021be9158fcd802e64f7520c82a58023f8d0e4552bd9485 SHA1: 3daeb9c2f76640ef3dbda4db1155703f0c7caa27 MD5sum: 6e756e531a32de701e22e0b0c06ab5aa 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.20260615.103522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1805 Depends: ros-jazzy-grbl-msgs (= 0.0.2-9noble.20260615.103522) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grbl-msgs/ros-jazzy-grbl-msgs-dbgsym_0.0.2-9noble.20260615.103522_amd64.deb Size: 1303792 SHA256: 1f9642312065092fa8cdc52c924dbd8c81a5c1bf494773ee5fc218a8cc8ee27f SHA1: 567f0fd1485a029cb6e9504d6ef0e584957cb042 MD5sum: 74e292eec3ad93dd48112c31b2261748 Description: debug symbols for ros-jazzy-grbl-msgs Build-Ids: 0d5b859783183573a22994e785656e7dab46fc93 2df172feab9465d672f061a896c132dc2c6072c4 419882035639bc2bd3414c4df4a1ef0dbbc41f71 55c2bb19d61843de184e5df546fb49722c420c15 6496d6c0992317f2d5c9418d4a25ac9cc14e700c 6ce0b8f20fdca339d2a7a210c6d9f9c98a27e5fb 772288586708922f38bf3d3eb77ff53177d58be1 925229e8d5822be0b511bd947c2532387821805a b41a6c8c38b1e6e9337ea2a705c93a434a1e981c bd02a083f593e0358da3a1b0822a3995f024c70d e94a223af4475ed87e106a698b226079b7475f12 Package: ros-jazzy-grbl-ros Version: 0.0.16-7noble.20260616.073519 Architecture: amd64 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.20260616.073519_amd64.deb Size: 26012 SHA256: 0c93680b5d4b093a562dc478a1b4d204c5a32034e319567e91aae896c2f649f1 SHA1: 664d486136532cc2e14c0c1027d6a89627062314 MD5sum: 83b2437c4afdad0def33fb98afe2ab37 Description: ROS2 package to interface with a GRBL serial device Package: ros-jazzy-greenwave-monitor Version: 1.0.0-1noble.20260615.134517 Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1878 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.20260615.134517_amd64.deb Size: 342456 SHA256: 01cef69ebc0b9fac6bea4ad83f3d9a1aba264818425712e104a8a8cb9756789a SHA1: c7a06117b748ecda2f9482f2eeadd5f8527d724c MD5sum: 170184312025767d2561cf67f32f02ea 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.20260615.134517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 9051 Depends: ros-jazzy-greenwave-monitor (= 1.0.0-1noble.20260615.134517) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-greenwave-monitor/ros-jazzy-greenwave-monitor-dbgsym_1.0.0-1noble.20260615.134517_amd64.deb Size: 7777370 SHA256: e2e174220fa3ab299185828504ab2311928ab58430379a3931e4773f814aa6ea SHA1: 35966d0477d0c13cc32be2c6ccc5afad7fb7d8d3 MD5sum: 53638b6047115ac23c54d3ed734f73eb Description: debug symbols for ros-jazzy-greenwave-monitor Build-Ids: 4b77221d81a73c6aeb9c42f764cb864828e484b3 5201f9db53af1ddccd0d61017799bf30d00e9288 b4c4e191d9a20af9b8382fe0cf8187d090d0e35a Package: ros-jazzy-greenwave-monitor-interfaces Version: 1.0.0-1noble.20260615.102425 Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1234 Depends: libc6 (>= 2.14), 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.20260615.102425_amd64.deb Size: 100178 SHA256: 5a066c026dda789825d5efcde80d37fd1f81f378f009d5546fabada3770d22a9 SHA1: 143a598a0ae8a484af555a0cd59ee999621a1616 MD5sum: e6bb9c3b382ba5e5e0ad65fa7815112f 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.20260615.102425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 833 Depends: ros-jazzy-greenwave-monitor-interfaces (= 1.0.0-1noble.20260615.102425) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-greenwave-monitor-interfaces/ros-jazzy-greenwave-monitor-interfaces-dbgsym_1.0.0-1noble.20260615.102425_amd64.deb Size: 625888 SHA256: e6edf0e365b10846497da58af93882579db904ffc22cf9131f901f30295aed52 SHA1: e544d29a372e3d27613542621473c29b88eea8ba MD5sum: f7725b413cc04172f22be0a6b0750b15 Description: debug symbols for ros-jazzy-greenwave-monitor-interfaces Build-Ids: 241a9a876f8d4a26a4b5f6a18346a39b64680b1c 26dd74698b0d54a96f70d29bbd50eed0f8ed0cda 29ab29e849572ea45f30b829f4fa27c370b0899e 64e363fc01df242020d561dc5197d012fa99c0c4 67a3bbd031815eeb14ca510d8dc2d2ac22083fad 6bd34343849151bcf11406794493ab8ef1df0786 766f2cca99a9e1d14f705ee21b29f674c1f51205 8c94a2fad9bd71934cb8c568b8b75d09eae51c5f dfcb23b84d4d2fc29e69f3c79f84eeebbe039257 e61c605f9b155939caedcdb46d40ac1fc82bc477 efb28d1fc8edf3f860f208f8f6cf719d4be4efc2 Package: ros-jazzy-grid-map Version: 2.2.2-2noble.20260804.195944 Architecture: amd64 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.20260804.195944_amd64.deb Size: 5736 SHA256: f42f7920e07a4c397d07e287efd219debd80e9759756d8de8d7cee226a7cf976 SHA1: 4fe1403cfb210cf3199b4b77ca1be17a8e2196dc MD5sum: 2989f0b9a59a01f00ca96ace3c8b2b3c Description: Meta-package for the universal grid map library. Package: ros-jazzy-grid-map-cmake-helpers Version: 2.2.2-2noble.20260225.043338 Architecture: amd64 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.043338_amd64.deb Size: 6464 SHA256: 41ed5e6f883366b430a0e9e8368de6294be842f79ad03bde484d63373f591ad1 SHA1: fa22e012692e0f8c473ee36b5b0a30c9e3f9b58f MD5sum: 3addb13ca3b7724944bc73b1b05fc77d Description: CMake support functionality used throughout grid_map Package: ros-jazzy-grid-map-core Version: 2.2.2-2noble.20260225.231548 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 2414 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.20260225.231548_amd64.deb Size: 1866076 SHA256: be627610b5e44a4b792227223538b1943af614b6c0453da95c6461f293827fb1 SHA1: dfbc7432280da521be3d8abe9e20e6ec99ca7306 MD5sum: 1065653f5528cbbfe2090457e4c69e62 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.20260804.183512 Architecture: amd64 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.20260804.183512_amd64.deb Size: 12890 SHA256: 5a34ca827dc9d81bc67e224a7c3ee7e80753dbb7d2774f593f6a8eaa2d9a815c SHA1: c5835037a7a1aa5019087e7a0a51ad93455cbae9 MD5sum: b00072f8e6a8a74c78547d58121a9159 Description: Interface for grid maps to the costmap_2d format. Package: ros-jazzy-grid-map-cv Version: 2.2.2-2noble.20260615.163042 Architecture: amd64 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.20260615.163042_amd64.deb Size: 101236 SHA256: 645e71e6ed3bd5554dff3df31b09d58206be2077b83945710352f5785157b522 SHA1: dad5ab092ec1e47b6f8f98ce7fc38e14c7c3597c MD5sum: 022eeb2027fe9a2055507ca125f6dd98 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.20260615.163042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1364 Depends: ros-jazzy-grid-map-cv (= 2.2.2-2noble.20260615.163042) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-cv/ros-jazzy-grid-map-cv-dbgsym_2.2.2-2noble.20260615.163042_amd64.deb Size: 1295986 SHA256: fbe070a1044bb6ad7f964c4b438a6e2f33ea8ec8ec61b1db3dcdc004b5620bcc SHA1: 78980d753caae22bea235fc051a5862422325df2 MD5sum: 7dd82fec8218ab7ddcb4c2cdd64e6fad Description: debug symbols for ros-jazzy-grid-map-cv Build-Ids: e72e1e73b10a89fc4e5048dc91e2dd0d42ca3ef7 Package: ros-jazzy-grid-map-demos Version: 2.2.2-2noble.20260804.192452 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 5763 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.20260804.192452_amd64.deb Size: 1856226 SHA256: 704654f93b89aa831c237ad8b05e5ee142c3a5b8e4b3cdac6050b6dc7fe683a2 SHA1: c69b6a8cd6b50875e4707e7e9081b5e2e1d7096d MD5sum: 70a2ef0c93ab6bfcbf368330be7a51c7 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.20260804.192452 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 22453 Depends: ros-jazzy-grid-map-demos (= 2.2.2-2noble.20260804.192452) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-demos/ros-jazzy-grid-map-demos-dbgsym_2.2.2-2noble.20260804.192452_amd64.deb Size: 20808410 SHA256: 02bef91b07d92c5151e85a7eafed6debca0996b54d2688164cc0a69c385ff6c1 SHA1: 99c8207a5d5b7375c411c842252e679ff3438565 MD5sum: 3d98ac53d19739abd462f204476d8544 Description: debug symbols for ros-jazzy-grid-map-demos Build-Ids: 10ece79a189d4e4dc8d11cac6cbb2eadb8f880a4 1c276003342f4f1bd54dd7ecfc5df9948cd5e6c1 1fd7b826d8a607d0de9ab2a29391bdb779324d41 47cb79c2d7d4b12720200da98b6dce25be2c33a3 5065fd2fa73fe8ecf2babc36bf9b3ce3f871cd1c 733299c5fd3755654eb4496b0f57ecba634bc04f 7c80df345d857a9fcc6c523a6287bb819891e9a6 9a2832ed7a3f05144389198435c1c28d78cfa697 9bd6fb576a07ea8bd7680a4759fa483ffb7ec0e8 b1263308070a424d5385f8ff3165e074a1bf68b3 b95b7156d297dc5fae96ed89b1e845836be4a4b4 bbf937671244bba2acd3247c25303b18ec9602b3 d5bb40d82171e4515fe826ddef8f700379660cd2 Package: ros-jazzy-grid-map-filters Version: 2.2.2-2noble.20260804.180120 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 3072 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.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.20260804.180120_amd64.deb Size: 429466 SHA256: f5b9d05ba2b8ac74e784a8496e95c0a6ef075b9396a8e92afdb16c813c5be1cf SHA1: df1a740db7e4e03197e0b9579bb1b1dd56454201 MD5sum: e3eac4f32c048e1dd71464f50922f8c6 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.20260804.180120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 16322 Depends: ros-jazzy-grid-map-filters (= 2.2.2-2noble.20260804.180120) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-filters/ros-jazzy-grid-map-filters-dbgsym_2.2.2-2noble.20260804.180120_amd64.deb Size: 15606560 SHA256: da1637e69452d284e7b4f90facca687df8e4e4d1377965d389fd1c64ecd51108 SHA1: 99c665c664d54bf9a141b1ca99eb03a3e2900ca8 MD5sum: f01fb3318ec16ea5bdf838e7777df390 Description: debug symbols for ros-jazzy-grid-map-filters Build-Ids: 16f508055a9c2b089eeaee0e3782d2916ade33de 352c038655eff6d67765f9ba596daf0b9e26bf27 4796049e1e3bee12a9ed321a67cfb085f573cc0b 554810390c619813932544e8fc54db80a4037ac8 5b7dcc8e0bf1a5424f688fd67eed6c96963a04cc 63e382f88b1e10e614688a75a7f3af044c84be1f 6886d04d7cdebd6afd81cd20ee2b07ab972e44d8 69b40ed0b71602f762887040df083962e09f480a 6b38571d592677a366ef87602e603384698d3868 75c2ed21d51bff1b71f5126fff13437fae13dba5 a03f46f462fd9d53c3dea4d6fed16ca6ef1d7d70 babd8d93fee56e57c695b751c979d52056a188d8 bcb67c123fba244d8ed80f9ec7ee777927c8abfe d08384c6cf7ca1355020223305522064930f164d d4c36d0585f2e8d7642875ecad268bbc0d10b658 fbcd297144d0e73b7106687212923d726adfe33c Package: ros-jazzy-grid-map-loader Version: 2.2.2-2noble.20260804.180121 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 485 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.20260804.180121_amd64.deb Size: 134596 SHA256: 6d7d7279010c44dba24dac949c6369c47ad39b25c38abeab272194fef4a2dd6c SHA1: 2c41f55859e1aae3ca9b262702e66ce0adf9e201 MD5sum: 72fd3f27e12f2b944364dfd9c2143932 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.20260804.180121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 2006 Depends: ros-jazzy-grid-map-loader (= 2.2.2-2noble.20260804.180121) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-loader/ros-jazzy-grid-map-loader-dbgsym_2.2.2-2noble.20260804.180121_amd64.deb Size: 1877782 SHA256: 025161037eee5f0149f254aecb79b78e30b7d35905027a73e15e5f3baf08f47f SHA1: 00d0b3938c959fc7e544b2cb664d65f51e1a34a8 MD5sum: e675177753bf2d6ffeb267a6d595787a Description: debug symbols for ros-jazzy-grid-map-loader Build-Ids: 27a6a33d28c2e24a15020433a0912abeb9a0c7ac d9197f077022ff9d3418ff6d57e804a0a1a98bd7 Package: ros-jazzy-grid-map-msgs Version: 2.2.2-2noble.20260615.140323 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 2416 Depends: libc6 (>= 2.14), 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.20260615.140323_amd64.deb Size: 187714 SHA256: bba3bc0bb6a54861b2221d1c4041cc6d6f158b5dd5307e4f5491803d1d6e5a54 SHA1: 9823d6e56d83f0075ae4c7c8c3215b5428d2a3a8 MD5sum: 73394b63749833ec775e4ec128b1c447 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.20260615.140323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1956 Depends: ros-jazzy-grid-map-msgs (= 2.2.2-2noble.20260615.140323) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-msgs/ros-jazzy-grid-map-msgs-dbgsym_2.2.2-2noble.20260615.140323_amd64.deb Size: 1599462 SHA256: a6504d437b9d8994583d37bd75dab333a788f77ee3a64ae57f2dd358f4128f9c SHA1: afcca720ecc9478fd650ad2c7598837e7c5c2e5b MD5sum: 42ef456b3cf50a2b72a5b5fb5c68aa81 Description: debug symbols for ros-jazzy-grid-map-msgs Build-Ids: 0611575e6dd561bb10bb4721c5f5ba80c49b8055 25c8af7fec02eec207911291d28d0c97d32fa063 3898a128cb46d66b8fdd3f60ce03ffc711730c05 43649703786a79da53c83f448559991c37bb9bfc 47b080f6f48a98fe88a8c960ed1c4031cccedf35 4c6c0f528f89eaa186d39056dd14af8559d6dff6 53fc100f82332c6c612c8bf317b2126539a4ebed 57a41fa40cf1c1e2fd2e164f7171a2c1f7c8c8bd 75b0c2d22a6d6234f6388b66124a4202b3f1b89c e88f8d282c275e0f8844f70cf66d1cf9c6a38045 fc4717e40142489fa64f9260c6df54e5edd4c894 Package: ros-jazzy-grid-map-octomap Version: 2.2.2-2noble.20260225.232418 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 202 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.20260225.232418_amd64.deb Size: 42006 SHA256: 41e850e252b018cd3c8e5fb01e1ba5e20bfe5641a5b8f914547fb8c3cc4ba435 SHA1: 8519f082be7067a3d56412c6d896a2112a588e59 MD5sum: 6889b088038103dd88fe514412f7e180 Description: Conversions between grid maps and OctoMap types. Package: ros-jazzy-grid-map-pcl Version: 2.2.2-2noble.20260804.180228 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 671 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.20260804.180228_amd64.deb Size: 188700 SHA256: eb29af1454b073f1c22005cc904ab6b7470be28e6fc1509b6b3463c9864387b6 SHA1: 0f3b04c1b907713d7a86f66a9e6562d4dbcef527 MD5sum: 02ef47be9da31c1071809cf61c3ba078 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.20260804.180228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 6154 Depends: ros-jazzy-grid-map-pcl (= 2.2.2-2noble.20260804.180228) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-pcl/ros-jazzy-grid-map-pcl-dbgsym_2.2.2-2noble.20260804.180228_amd64.deb Size: 6022858 SHA256: b8753c7d70da771226116d7b7f638fec916714fe8fffc0a6a8f907ded90c0d5f SHA1: febd9f841e6c996935f70558b8429f9b6c727b73 MD5sum: 0a080f5bcb828d3700ad8fff7dd97541 Description: debug symbols for ros-jazzy-grid-map-pcl Build-Ids: 04f76b69652572d60ee20065d05de8a79829a1f5 836956b7a4be54fc0a7e2059d186b36eb231691c Package: ros-jazzy-grid-map-ros Version: 2.2.2-2noble.20260804.153431 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 459 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.20260804.153431_amd64.deb Size: 146452 SHA256: 793fc5e58952dc56a297822eeb65cf150f80419c56b563d9617bed3655fffa83 SHA1: 3dc6b8e3fc3b6f39a054afa1acd44900c78cb07b MD5sum: 572cb73471c818a10b4d446debd72c1a 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.20260804.153431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1794 Depends: ros-jazzy-grid-map-ros (= 2.2.2-2noble.20260804.153431) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-ros/ros-jazzy-grid-map-ros-dbgsym_2.2.2-2noble.20260804.153431_amd64.deb Size: 1711726 SHA256: 592d9819f42fa974059be2fa583020c4d38b4e3c289d5511aff19bdbd3ba4974 SHA1: a5b0ec5ff618ea753bfb6bd6f03c93ad9eca01c4 MD5sum: f88b6815cf743848e00b47ba9ea29812 Description: debug symbols for ros-jazzy-grid-map-ros Build-Ids: e458063a3a780a9092c8e5df55703cc47a972f2f Package: ros-jazzy-grid-map-rviz-plugin Version: 2.2.2-2noble.20260804.182041 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1204 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260804.182041_amd64.deb Size: 643484 SHA256: 0a436f5dbce2f1ee3e8898a7e1d1d639bbf76d44063cd51ebce0625bafc87bc4 SHA1: 17500b09b30bbea8c027282cc043932e7470f4f3 MD5sum: 7953f76071b3e3ea5bfce149061c59bf 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.20260804.182041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 4609 Depends: ros-jazzy-grid-map-rviz-plugin (= 2.2.2-2noble.20260804.182041) 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.20260804.182041_amd64.deb Size: 4225134 SHA256: 328c03e70846f1aa2d4ba2439b0e43711d03f1334c5b7c70983a3eb11008a1ad SHA1: 306b015d31809f1d3ea18f2efa79be0ca7affa41 MD5sum: a09de9ed031ed231468907c561501264 Description: debug symbols for ros-jazzy-grid-map-rviz-plugin Build-Ids: a5710dc338c5fa640f60535716e4b52bbe952d43 Package: ros-jazzy-grid-map-sdf Version: 2.2.2-2noble.20260225.232449 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 103 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.20260225.232449_amd64.deb Size: 20484 SHA256: e6ae8f18c53f2c6e5d56b8d3f973f33c6145ebaafe5107fd20409171b6958ba2 SHA1: ffebbbfaf1aa46eeb45a54c5d33508b262198017 MD5sum: 0f8293676bc082727c00856f5d586a7b Description: Generates signed distance fields from grid maps. Package: ros-jazzy-grid-map-visualization Version: 2.2.2-2noble.20260804.180227 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1244 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.20260804.180227_amd64.deb Size: 489514 SHA256: 08c11014bb5faa24c5b235be7532f6f5a54b383369e40a8130c9d0ea90da87cb SHA1: c003eaffc99cc4e718658c07e00de95307efe3f9 MD5sum: e7a012391520da33faf58612a7b97a6b 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.20260804.180227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 6654 Depends: ros-jazzy-grid-map-visualization (= 2.2.2-2noble.20260804.180227) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-grid-map-visualization/ros-jazzy-grid-map-visualization-dbgsym_2.2.2-2noble.20260804.180227_amd64.deb Size: 6144452 SHA256: d6def0852451da83fd86d2b7e8b3e68c88df48106b4fde440d200401c9710594 SHA1: 69f1e1b53ef06e931a0c7d25eea4921ba4665ccc MD5sum: 08c4d08bd12bc8725ab3a506397441e5 Description: debug symbols for ros-jazzy-grid-map-visualization Build-Ids: 81a842970b7fe27e24595e8568bb694fa1e058e8 f14e22942bc26c0f00cd45d7f81182ca987124cc Package: ros-jazzy-gripper-controllers Version: 4.41.0-1noble.20260804.185353 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 351 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.41.0-1noble.20260804.185353_amd64.deb Size: 88660 SHA256: 37e2e069fd73a854b1ee3ad8062051f77f6fd2f2371818ac35ad4a67832565ef SHA1: fc58ccb4b3d484a7ebf2339f96600695e4cd103d MD5sum: 9b7eea9b6734fb3aa93dabcbde12874e Description: The gripper_controllers package Package: ros-jazzy-gripper-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-gripper-controllers Version: 4.41.0-1noble.20260804.185353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1132 Depends: ros-jazzy-gripper-controllers (= 4.41.0-1noble.20260804.185353) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gripper-controllers/ros-jazzy-gripper-controllers-dbgsym_4.41.0-1noble.20260804.185353_amd64.deb Size: 1020092 SHA256: 28918f18c58be7de6020b9845bd85a3545c1da880dad427ffa6a12ab4b63c301 SHA1: d23561b8d88db9ce4117df239f3e4a0b4b2af930 MD5sum: 480329281b4bb5ce47935e2585ee4311 Description: debug symbols for ros-jazzy-gripper-controllers Build-Ids: 25e712ea7058e8acf4f579da7c9a547ccb7c45c1 Package: ros-jazzy-gscam Version: 2.0.2-5noble.20260615.150259 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 472 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.20260615.150259_amd64.deb Size: 134270 SHA256: 356c8cd5cbfd8af4cdfe5c57bfb74ec15184da48e510cf9eeba6cdf5ccd28540 SHA1: 7e4096b20cf4ed6fc36e60f1dfd250a39573a9da MD5sum: 426b78d82ad4ffe361d564a5a1c5e0eb 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.20260615.150259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 2059 Depends: ros-jazzy-gscam (= 2.0.2-5noble.20260615.150259) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gscam/ros-jazzy-gscam-dbgsym_2.0.2-5noble.20260615.150259_amd64.deb Size: 1918134 SHA256: 6c64c1de230d15678c5b82b38e9efd30e8e793f1ec5bdc6b7e9e4dbbd1e09d26 SHA1: e8947918abded382b884ea1951b8beb39415c517 MD5sum: c1afba0de228a1cc52f57d2efc3d1812 Description: debug symbols for ros-jazzy-gscam Build-Ids: 22869cdb82417b715a668116f244a920c6379e24 9e92539e9f903db8d37c8957b9bca5b9a257cc41 Package: ros-jazzy-gstreamer-ros-babel-fish Version: 1.26.40-1noble.20260615.144740 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2256 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.20260615.144740_amd64.deb Size: 398690 SHA256: 8cd7f6b4f5c6cde7ef20a28c7651074c8d0ae87cb228a32e7ca10840242b4869 SHA1: 24e101b0d5929275dfdfe72ddbb6bed2f31ed603 MD5sum: 73f7a431e04b631171e657022bebe339 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.20260615.144740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 11009 Depends: ros-jazzy-gstreamer-ros-babel-fish (= 1.26.40-1noble.20260615.144740) 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.20260615.144740_amd64.deb Size: 9652798 SHA256: de4f448f1aa5b8c9456b0778bc4dede67f0e995935debfe3137e1a7d57925a24 SHA1: 93cefcb80fcf4c9bdfa67c0567b4d687a5ad28df MD5sum: eee8fa62246857703d14b52038d792cb Description: debug symbols for ros-jazzy-gstreamer-ros-babel-fish Build-Ids: 084bdad4972ee59727804c8d49f9f2fe7b8299f4 18d3b34e4272b4e98ba1c565aca71ee7b23b77cc 388ede99f07f1b50f7ca11127456991431973a55 ef9204f3a2d78101451747e220711a639b1f9dce Package: ros-jazzy-gtest-vendor Version: 1.14.9000-2noble.20260225.055309 Architecture: amd64 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.055309_amd64.deb Size: 182924 SHA256: 302c5f0d95ce8ba037455be8cee8b07b1b47f007c9c737595d84bdfef59cc4d7 SHA1: e09327b99384df9a93ead79b081f75310bdd777a MD5sum: 25adbe16b9a055ec195d5fa612bdf402 Description: The package provides GoogleTest. Package: ros-jazzy-gtsam Version: 4.2.0-4noble.20260225.055319 Architecture: amd64 Maintainer: Frank Dellaert Installed-Size: 8728 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.4.0), libtbbmalloc2 (>= 2017~U7), 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.20260225.055319_amd64.deb Size: 2166244 SHA256: 496ee294ab3d67405bf2786ec3d1cd535703ba7aed1e31a7534a5cf848478435 SHA1: e2c6ea2cf87a85fc7d520845655ef57ee69df81e MD5sum: e6af2e2e9adf1b130db484d77845afca Description: gtsam Package: ros-jazzy-gtsam-dbgsym Package-Type: ddeb Source: ros-jazzy-gtsam Version: 4.2.0-4noble.20260225.055319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Frank Dellaert Installed-Size: 169597 Depends: ros-jazzy-gtsam (= 4.2.0-4noble.20260225.055319) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gtsam/ros-jazzy-gtsam-dbgsym_4.2.0-4noble.20260225.055319_amd64.deb Size: 168940578 SHA256: f3cae9a7f95b0f0a61b968832fe5fc6885ad7a6b5fec07685a3e3e068a141233 SHA1: 01746d3f43ceb1d1cf0b9669eb31963f89dd660a MD5sum: 3174980d293ad078fc00bd4bc0afe7ce Description: debug symbols for ros-jazzy-gtsam Build-Ids: 66750cf9fcfbc32f935e746527cba0cc033ff782 6a8f82c7d3b81d41c1908654a22241877a2e4600 a8ba07726ffd79b82570bae313499e5c6ab949f4 Package: ros-jazzy-gtsam2mrpt-serial Version: 0.2.0-1noble.20260731.145903 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 211 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.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.20260731.145903_amd64.deb Size: 57248 SHA256: fc81fab4fba3c595e0aaaefa034bd5bd1de81ec8dbc506526b42fd78651b2bef SHA1: 789930a06bb49c27e89e0fc8af8f78d121e567d3 MD5sum: b655b7fa92435d49de4957887d75ddc2 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.20260731.145903 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2562 Depends: ros-jazzy-gtsam2mrpt-serial (= 0.2.0-1noble.20260731.145903) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gtsam2mrpt-serial/ros-jazzy-gtsam2mrpt-serial-dbgsym_0.2.0-1noble.20260731.145903_amd64.deb Size: 2509918 SHA256: fc1c63e8e83b9c7018962682d544c958d93ebbc024e90b03e84277be4e10b55e SHA1: 82c2752da0be357fdcc1e8a732821aa24dd54a6f MD5sum: e082d3a1755bc378aed5fe23e060f3cc Description: debug symbols for ros-jazzy-gtsam2mrpt-serial Build-Ids: 42a17a30f167898b9dcb401cfce28c0c7d794569 Package: ros-jazzy-gurumdds-cmake-module Version: 5.0.0-2noble.20260225.234547 Architecture: amd64 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.20260225.234547_amd64.deb Size: 7710 SHA256: f5556149624c83a9c846bd5fffe895d556016cc6d510f0fcee9eba30b599b7fe SHA1: be1b242fb834d5869e2fb95343f6ca5b87aa2bc8 MD5sum: a10ac32fee87f38174ffc53a2c05fc55 Description: Provide CMake module to find GurumNetworks GurumDDS. Package: ros-jazzy-gz-cmake-vendor Version: 0.0.12-1noble.20260618.173318 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 1968 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.12-1noble.20260618.173318_amd64.deb Size: 198256 SHA256: 7b5f2a8de8d4fe9f6062cd04bd040aa3741654d1c6569169a0e99cc87aaa91c6 SHA1: 1327aefc2d5cb5299e91fc046186fe8e80ec4e67 MD5sum: 586287f598255e71eb378356b3a04ed7 Description: Vendor package for: gz-cmake3 3.6.0 Gazebo CMake : CMake Modules for Gazebo Projects Package: ros-jazzy-gz-common-vendor Version: 0.0.9-1noble.20260618.174338 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2691 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.20260618.174338_amd64.deb Size: 674196 SHA256: 862c384595c35d13fb9e71013a72babf8da03fcffe4a9c957af5fbcdd3452a1e SHA1: a83cd484e61e97ba07458e334872ecc0dafcaf1b MD5sum: 87d51f6dfb699023702436440c091683 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.20260618.174338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 8014 Depends: ros-jazzy-gz-common-vendor (= 0.0.9-1noble.20260618.174338) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-common-vendor/ros-jazzy-gz-common-vendor-dbgsym_0.0.9-1noble.20260618.174338_amd64.deb Size: 7635020 SHA256: df0d8bd51c59fc25a4bae1b6bde9af6cb35ced32866fe969e51905e349d09573 SHA1: 9ac1c4106da58515f07ee11a5f2d6b040d427bb8 MD5sum: 8923de7ad1dac14726930d1a36df13ec Description: debug symbols for ros-jazzy-gz-common-vendor Build-Ids: 31e31cc644e7ecb33d69b45ea0535b215d6b7b13 442f8a59912688fb78b0fcfafd903cd6964b0415 6b08249d6d573e8fc596fe815db2e47053433d01 96653bcfed7b31c5ebeed090dbcd338ce039b3c0 a4e9452d37a491dd02e9c548f2826b07517dca6c b72e9738af2def2f979c24d53591d483a473ade0 f3598155dc14fb49436d542c0b2430b18d540d33 fa65b5eac85e448d23b05ff635a6d4b57754b60a Package: ros-jazzy-gz-dartsim-vendor Version: 0.0.3-1noble.20260225.232143 Architecture: amd64 Maintainer: Addisu Taddese Installed-Size: 45391 Depends: libassimp5 (>= 5.3.1+ds), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.38), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 3.3.1), 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.20260225.232143_amd64.deb Size: 12393306 SHA256: f3d4e0874783ea03d451b2fa591b536d9081e7c77524b7dba13b3596bc4d5f35 SHA1: 2538829981b3d5b9d5f727e97294f68f56222840 MD5sum: ff74baccf29bc9cab6b40af5174af787 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.20260225.232143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Taddese Installed-Size: 99088 Depends: ros-jazzy-gz-dartsim-vendor (= 0.0.3-1noble.20260225.232143) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-dartsim-vendor/ros-jazzy-gz-dartsim-vendor-dbgsym_0.0.3-1noble.20260225.232143_amd64.deb Size: 97907950 SHA256: fbb4c9c9c58b80b67d57d8bff3342c783074c7988d615c68c18dcd8da7859e52 SHA1: 5ef0b854da4bc5ab7370d74b485ffad9c68735c9 MD5sum: 8e3667de21fdffd0ca62602c061e8622 Description: debug symbols for ros-jazzy-gz-dartsim-vendor Build-Ids: 235a1cd291a0af9db9136145ce85e28e0ea71eb9 2eae64506258e4cfc6450a7228f8f3956ee67706 374bcc0eddd0d31336a7631f813e6c93c8c5e645 4721588dea8a075e06d0cccc7578c192c99858e9 9886901799d955a4d0020fad1cda3d31c81fc1b6 bc120bc510892ff4aaface63c58f128432384785 c8c073cd5810a322761630bca5f2825e1a49a561 Package: ros-jazzy-gz-fuel-tools-vendor Version: 0.0.6-1noble.20260618.175650 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 814 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.20260618.175650_amd64.deb Size: 226168 SHA256: b1edba090e45523d0e8588720a32456fc93228753845b062eac95a115a69a3bf SHA1: 9db9f4998ad5b7557d64b6989878c16c4a876c1b MD5sum: 4d10f0a4e5e4d9cf517df4fa1dd37692 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.20260618.175650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 3500 Depends: ros-jazzy-gz-fuel-tools-vendor (= 0.0.6-1noble.20260618.175650) 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.20260618.175650_amd64.deb Size: 3371296 SHA256: 11befe40379e01b861af95de20b47ed42e868a3a0041f3d9b8be45957f6b45cb SHA1: a139224b6fca8e6a84208b24a65a226f907345af MD5sum: 390311ebecf7a1ed764949b82bb20b43 Description: debug symbols for ros-jazzy-gz-fuel-tools-vendor Build-Ids: 9bc228be05b22f37852daa8926ff68d663f7a9ea Package: ros-jazzy-gz-gui-vendor Version: 0.0.5-1noble.20260618.182057 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 3035 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.20260618.182057_amd64.deb Size: 659508 SHA256: 9bd25e19320389cb2c44725236cb9f680e040f8e575e8b7cf7dae2f022994c47 SHA1: c50201e0598476df990c3286e3bb8bdb1d1ad327 MD5sum: 0de0b64ffe8827ae255d0c98f80527bc 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.20260618.182057 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 26057 Depends: ros-jazzy-gz-gui-vendor (= 0.0.5-1noble.20260618.182057) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-gui-vendor/ros-jazzy-gz-gui-vendor-dbgsym_0.0.5-1noble.20260618.182057_amd64.deb Size: 25489272 SHA256: ccf1710e8e7041054709bd143b406a7aec03e36464ccd0d9a3f2be44ad65644a SHA1: a87577c34f629e3a869f1f9fcea514e186440f84 MD5sum: 5a62f1167c3b8ec3ae7b7be4a729b3e1 Description: debug symbols for ros-jazzy-gz-gui-vendor Build-Ids: 0015d98a3bfc7343cee08d5765dd086f8426ac88 043cfc60b332a3a4684be8e13027ef88e63abe70 0f789b168f582be94e2a6ff145c8d0266a6c9030 349236c9ce6cfb35bb7a4055d47295ecdb489d56 416abb2ba925911ef49d7e33ed58efb2417a0f2e 4a2f4572c0faa07c6f594b501db714dcd24c15b0 4d99d04ba6aceebcdbfcdbb8f15298a1bb7d1a18 5f2a069ae21778133c3db72a8db16dae98f221c8 66adb56784616df31a596ba75197367510d469a8 832fa68af022b030d587927a220379bd54f143eb 94294484a75e0b0014e394e1da77a68cd48353b1 9ac13fcefb73dede94680629232fe5b673ce1754 a8c3caf310c1a02ce552aa9e997026dafe8b2328 b21caa090af5f7b6901ca4227f5f7fbf64085dc4 b301926edf09e7242edd814c729f95bf27d3166d ba360bb24301373a0310cf7155bb01da8c97ec26 c9812836331a3e64341f28baafdd4994b7c652d5 cc56143c70c6a283cbebeef2e098973046f09f9a d8ac687a6bbb918ee41bf279200f7b30669758bc ddfdc5c43d58acee1e8967940c8215c568db4f49 dfa708dd007340722a573e28f1ee1db270aed9f8 ee61667ccd0ad58bb656ea8fd21af1b93b77b26d f623382477f84c825fae7182984d881973f844d0 fcaa6c9a8f9dce65c276ac8a99839cb330083006 Package: ros-jazzy-gz-launch-vendor Version: 0.0.6-1noble.20260619.110731 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 1084 Depends: libbinutils (>= 2.42), libbinutils (<< 2.42.1), libc6 (>= 2.38), libgcc-s1 (>= 4.2), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.1), 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-fuel-tools-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.6-1noble.20260619.110731_amd64.deb Size: 283990 SHA256: 94a8181e5eb63621d3c154fa38ee584cbfb01004895a0572873550526c4fe344 SHA1: 4bc16bda76d5b16531a51333681f6497f9e08e23 MD5sum: aa6d7dddb2926d6aa25549eaeb91ebb6 Description: Vendor package for: gz-launch7 7.1.2 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.6-1noble.20260619.110731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 5492 Depends: ros-jazzy-gz-launch-vendor (= 0.0.6-1noble.20260619.110731) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-launch-vendor/ros-jazzy-gz-launch-vendor-dbgsym_0.0.6-1noble.20260619.110731_amd64.deb Size: 5229356 SHA256: 7e0193df24a387a2391acd2067cab182f3be63c041a264d82c6f878696c51d64 SHA1: 99b3c6a454a80b2800e84682ae0240d7c69d68ce MD5sum: fb1758d0bd21f3a28d1675dd6f468354 Description: debug symbols for ros-jazzy-gz-launch-vendor Build-Ids: 473b4a60e945dee296aab8b563dda0241559a009 4afb6f7a65c929ba1f9d44a929e7b774564c1587 4dd93cd0d5149cd17154cf8fbd88a40ed4c1adf1 50828519b8a18f512f1b033e09616f282f78052c 9c83b28373fbfd8acebec1f4752dc58e7dd83440 c200c6b4975f2b4fa2f785af2b70359cd5a91976 f9c42fa7ead4a91f7ce3c4cbc0076c0b9ead001f ff123eb39012498c95c37d63f2ae077ce641e2c2 Package: ros-jazzy-gz-math-vendor Version: 0.0.9-1noble.20260618.174024 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1352 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.20260618.174024_amd64.deb Size: 247486 SHA256: 58d7539ff260a4ff4d5a6c9a26703001fd196cd4fae793cdd9864c151780cf60 SHA1: 5524af1f15e09db469c628384e06e00aca58035f MD5sum: 86e1553d7d7b4d8183e4b7e1a4d1725f 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.20260618.174024 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1678 Depends: ros-jazzy-gz-math-vendor (= 0.0.9-1noble.20260618.174024) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-math-vendor/ros-jazzy-gz-math-vendor-dbgsym_0.0.9-1noble.20260618.174024_amd64.deb Size: 1585324 SHA256: 93a2eda5a22d87ea89cbdacdc37a02f29062856f1c69bf79d2d0d5f7234fc74a SHA1: 5b7bf55c20ba13f5bf79a874aac98071113e027b MD5sum: a7051722e3fbc3d844f5548d277ab569 Description: debug symbols for ros-jazzy-gz-math-vendor Build-Ids: 233c6af0253b51c512056a0ed7c9484dfcaf1c08 Package: ros-jazzy-gz-msgs-vendor Version: 0.0.6-1noble.20260618.174417 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 9448 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.20260618.174417_amd64.deb Size: 979026 SHA256: 15f0aae0711ecd1c44b72c4666211ae12084fe4a823241bcb01e45d20a484241 SHA1: bfcbc4b55f6d56449bf0035dd7c736738c0e5081 MD5sum: b4607e304667698bcb0a57dded5f6417 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.20260618.174417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 26122 Depends: ros-jazzy-gz-msgs-vendor (= 0.0.6-1noble.20260618.174417) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-msgs-vendor/ros-jazzy-gz-msgs-vendor-dbgsym_0.0.6-1noble.20260618.174417_amd64.deb Size: 24694900 SHA256: defbcc3cb8fb0911898ff82998f0d8dfd7ac5e82af6548673ea2595e601144b4 SHA1: fca847e5ec5123419269904dbc3d4aa311006bca MD5sum: e23e49528066dd5561394a9f22d035ba Description: debug symbols for ros-jazzy-gz-msgs-vendor Build-Ids: 1d2f150a68f5380d523ccd6672228a83d3339e39 5d640a59580a2ae60ab78177b16bc8b328ccd2f1 Package: ros-jazzy-gz-ogre-next-vendor Version: 0.0.5-1noble.20260225.232146 Architecture: amd64 Maintainer: Michael Carroll Installed-Size: 18469 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.20260225.232146_amd64.deb Size: 3833878 SHA256: db0342d6120831b061d78e8d53f32f9a6164416d68ba6770ad69d59c17edcf33 SHA1: 7ddc542582d69da57979fcfc5ebc6ac6d7280660 MD5sum: ddc7e253c5c41e6a777940b664e72377 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.20260225.232146 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Carroll Installed-Size: 59603 Depends: ros-jazzy-gz-ogre-next-vendor (= 0.0.5-1noble.20260225.232146) 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.20260225.232146_amd64.deb Size: 57668958 SHA256: 7172f3cc88a68a41a86b01035e7cf739e5b3f50b2e93fa06116f8459c57a745f SHA1: 436687305d826ea3874760bd23ace315f4921425 MD5sum: 241e3a0c4ec4995fa2ad79e69613cd9b Description: debug symbols for ros-jazzy-gz-ogre-next-vendor Build-Ids: 19859742c05c1909b16a2d085e3e324f931667df 1d00222ed5a6a2642ff3fbcaa4a080a02eecbf35 466cdce84e22e8a24f9c923b16586858ec5114c5 7507e1f67f2e8c32e4a541d6d64dd608606c2b0d 79d82c3bf1a38b7febf819f7a2e06c9d980f7ba2 a702a6d142b4206e8ea474f1de004ca3b2763056 bb65f798a219eee0536f5b9fecf7fabb5e2acd89 c37a88b7ab5d0fd6f7bd5836986ce6af3e7336d0 d2b5a8639c0de8b16438eb0ed91a1516a463ca39 e8b6513fa80a4c22b3547ecd082bacdf2f858e50 f4cb3f8c643a9c0f429accf8f9bfc081b4a15bdc f5ea3cfc92b86ea90008d7ac409e7c86b0b2f6d8 fcf12152dc8b2e03bbcd931ad6b431221ce146c7 Package: ros-jazzy-gz-physics-vendor Version: 0.0.9-1noble.20260618.175301 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 11605 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.9-1noble.20260618.175301_amd64.deb Size: 730340 SHA256: 6deb21dbf5519cf65ae4e88d611d5ef2864936ff8c1cb94f781a49f22d13901f SHA1: 9a2b7a95888fd0d75b4356cb5d4558c651aabaa1 MD5sum: 17e54e83f7b6df8e2c6881eca49ebbff Description: Vendor package for: gz-physics7 7.8.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.9-1noble.20260618.175301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 30896 Depends: ros-jazzy-gz-physics-vendor (= 0.0.9-1noble.20260618.175301) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-physics-vendor/ros-jazzy-gz-physics-vendor-dbgsym_0.0.9-1noble.20260618.175301_amd64.deb Size: 28072072 SHA256: 34fee06680b65a8e85fb63af28cf7581b0e5b5f74ecf294d347c7d56fa207a74 SHA1: 4080df6a430505204e9c664f31e92b08d8b5edd5 MD5sum: ff989f82b593888f2bbb47291a44d0e3 Description: debug symbols for ros-jazzy-gz-physics-vendor Build-Ids: 31a0d7173b1aa792ab5bf8943f3cb9167b627771 54f13d36f6d1de02b16a3596f44d81956b6ef2b8 7c33109b860aed80a5ad0b32802ba2b17b42792f 8d2be1d2ab80325bcdee4d3b84b74332c83e3443 c4fe30f89d78482d5b84200201a1f13a9cfcdc94 fb6af11b6c14ca678afe4c0c98cfd0e156acc49a Package: ros-jazzy-gz-plugin-vendor Version: 0.0.5-1noble.20260618.174048 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 749 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.20260618.174048_amd64.deb Size: 181728 SHA256: 1b0b71ba521cc0b23c18127bc73b89646bd7484701bd19fa5437e52eb80253d8 SHA1: 2cde2125c5f7d094ff3adbb917d57955c6aea964 MD5sum: 0ca773680fa3e17c8c24f80ab6cf6a6c 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.20260618.174048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2146 Depends: ros-jazzy-gz-plugin-vendor (= 0.0.5-1noble.20260618.174048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-plugin-vendor/ros-jazzy-gz-plugin-vendor-dbgsym_0.0.5-1noble.20260618.174048_amd64.deb Size: 2031200 SHA256: 55c622adb70e45d5a8be61499d91bde2b6ac31c4acc8520a9d433db118975de2 SHA1: bb765d6ce790959a3d319635f5719e6ff183d220 MD5sum: 792891fc5d44b2036e0cd59e4bedf411 Description: debug symbols for ros-jazzy-gz-plugin-vendor Build-Ids: 089d037627ed49ad64dcbb5e39fe19ebbe81df5e 7e1f374ed3bfcbe815988f35877ddbc036cc2cf9 e1e2ca7852f3ec412abf8588d17bff80ad958cc8 Package: ros-jazzy-gz-rendering-vendor Version: 0.0.7-1noble.20260618.175322 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 21993 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.20260618.175322_amd64.deb Size: 3972538 SHA256: 751fde85ed0dfdbc10ca54c7afd918aaa737487cc9f3978762b99481fcfd1b5f SHA1: b489a357154deaf1af71ae1012bbe1e26c0fbedf MD5sum: d0e98f6afe39f768905a9527b7ff62cc 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.20260618.175322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 29155 Depends: ros-jazzy-gz-rendering-vendor (= 0.0.7-1noble.20260618.175322) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-rendering-vendor/ros-jazzy-gz-rendering-vendor-dbgsym_0.0.7-1noble.20260618.175322_amd64.deb Size: 27646980 SHA256: 16523ebcf216ee723b1baead0d92af2e8e33d7b58b4f1a69653c2d8d2a33de4e SHA1: 1565ecf3c36025735d5702465ccfe0fc5479173c MD5sum: d2f245f026206b00c5c957e3f9825b1f Description: debug symbols for ros-jazzy-gz-rendering-vendor Build-Ids: 07e0c31774be1d4cca5b4b6b9e0a9c84c6ad72f1 547755e29aa1c8d4211716eb3b9caf52bd0eec47 c122cfdf425b0d1dd6330df382cade565dc47f20 Package: ros-jazzy-gz-ros2-control Version: 1.2.19-1noble.20260726.101102 Architecture: amd64 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.20260726.101102_amd64.deb Size: 225834 SHA256: 3bd90755f57234671e8d140a2e667a46d5da587de00d19d35100c5725de6ef55 SHA1: db9fde1301ad4bfbb7830f4e1c6ffbf721de57d6 MD5sum: 9c4d9581f4799935f83827f5ead634e1 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.20260726.101102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 7064 Depends: ros-jazzy-gz-ros2-control (= 1.2.19-1noble.20260726.101102) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-ros2-control/ros-jazzy-gz-ros2-control-dbgsym_1.2.19-1noble.20260726.101102_amd64.deb Size: 4298236 SHA256: ad0ad15069fdd05ac2a3b384e99cf1304df33aa7dd554a5530c1dde0bb1b06da SHA1: d9d48665669b1d250a767947aafc653e92e62b2c MD5sum: 3d4ef9b2033ef74868e136852aac9736 Description: debug symbols for ros-jazzy-gz-ros2-control Build-Ids: 56188ede56d1f5c78030b58dc5386803630afa87 adcb9a2119dcc34d5dadd626edb844cce15b5a58 c1aa23e9376582cb21471575d30fb67a8dd0b8c4 Package: ros-jazzy-gz-ros2-control-demos Version: 1.2.19-1noble.20260804.193748 Architecture: amd64 Maintainer: "Alejandro Hernandez" Installed-Size: 1298 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.20260804.193748_amd64.deb Size: 188050 SHA256: edffb254feacbf91d0504f2971a77d519f81f4c442523c1a6da9368b97d9ac9b SHA1: 90984081b92b092efa3d947c83bfc0f84ee1b8e5 MD5sum: c90268d0e777870aa662f5cc741f9e77 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.20260804.193748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez" Installed-Size: 5104 Depends: ros-jazzy-gz-ros2-control-demos (= 1.2.19-1noble.20260804.193748) 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.20260804.193748_amd64.deb Size: 4637634 SHA256: 4aa6fd1b3afa76a85e1d83da31c6b58df1b0959e4f8983b4db5dc5dc4bb671c7 SHA1: 89aece23d310edb13386bd2c3947446d8319bb03 MD5sum: 3e679bf4a82cc4e62128a1056dd1bd0e Description: debug symbols for ros-jazzy-gz-ros2-control-demos Build-Ids: 0be56a91c186d31808689b22a262a37b13425c2c 5515cbfdd058c05dc709f5e932babfc3b07558dc 91d0cd049495af4becdbd746945a13a6de1cd6ff a027a1ad2f7c26be8ba65203db7f1b5ef61c7f8a ecc348d00bd42585ad6b2360e677d6c086ff421c f39428d725568f351bead9ca9a4fc14c01da05a9 Package: ros-jazzy-gz-sensors-vendor Version: 0.0.6-1noble.20260618.182053 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2432 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.20260618.182053_amd64.deb Size: 397136 SHA256: 1eb75df872cfc6bbe4d6fccfc0ef202446b3ce58c416f09be85d4d22c1093d1d SHA1: d31abf6d33758a6d65434caeb8b73f650e8cdada MD5sum: ebc9119fda23d2f686cd7dc41e47aa99 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.20260618.182053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 11797 Depends: ros-jazzy-gz-sensors-vendor (= 0.0.6-1noble.20260618.182053) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-sensors-vendor/ros-jazzy-gz-sensors-vendor-dbgsym_0.0.6-1noble.20260618.182053_amd64.deb Size: 11428888 SHA256: 31b999edc80c5053d7ef2447129e40648391e62ad3dc00d442521071b9cc9fe0 SHA1: 7b4f760b00316b3bc612495d81b8baf02838fca7 MD5sum: c37a83a218affd615778f2eb5eb6d795 Description: debug symbols for ros-jazzy-gz-sensors-vendor Build-Ids: 0d583e967ff36ba9ad2af4fad9c553e4f07d1abe 1119bfe14575d9480e4df61c1d780831c63310cf 1adcc0faad61530698e1b3bc6d944d533c2e53de 28d5413eedb2de6508ccf9d7cb6744a2d9b78b1a 3913d7b9999393570efb8726049104a99e748a59 3af35baf665914c913d44f8be521af32eb37135f 3c63f31f6c8e0182d41725307505342b1bc5d0fa 4c6ad465f3035bb32fa5ca9ebb4ae26dfcd1f384 534d5860a55deb53302448170a15c5d1101bad2a 551ec2427c7e0ed816e1ce3efed77deacc5a51cb 562bbad40e3bbc007cc62865d05c518d9cd9f5d4 61fc1b718d9ef15620c676be75378852610b8d35 6f8d6bb64be5834de5e045c21d6041298b65a6a4 9c14c2517b42ee465f68862f5a6925f4b453f679 b01a2dff3ae8ead530700e8d32323956dc18cb70 b3581f5429342ac8d010312c0e51d4544b16b013 c93693467a493e4dab7161c7e1e6aad5bbc02c1d ce442299e2befa2eea78c838b1c0afee8a68d52f e8907cd86d2b58ceed017a6744810db5c98e66d7 fc236d631d332b4ef7b27f72e54b2896efe3a28b Package: ros-jazzy-gz-sim-vendor Version: 0.0.11-1noble.20260619.102126 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 52318 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.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.11-1noble.20260619.102126_amd64.deb Size: 10774172 SHA256: 8fba19c6fcdcf8d374bcb3bb501a59e623ed45316c9b896ad96727417360c4bf SHA1: ac8afd52f371eaf5d10c4352d87767396d210be7 MD5sum: 854588769bafb1fa0c0ff46dea2117f4 Description: Vendor package for: gz-sim8 8.14.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.11-1noble.20260619.102126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 189935 Depends: ros-jazzy-gz-sim-vendor (= 0.0.11-1noble.20260619.102126) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-sim-vendor/ros-jazzy-gz-sim-vendor-dbgsym_0.0.11-1noble.20260619.102126_amd64.deb Size: 177553398 SHA256: d2dd162fe2c7573a9641aa82a5acb83d1d0840c7aa2db528d125a13356501329 SHA1: 2a3271e7e2435c2414188d9b92d7d3695ba28807 MD5sum: 3e473351f6780048d96a4660055f1f1d Description: debug symbols for ros-jazzy-gz-sim-vendor Build-Ids: 020144089f5032b9342de8abd40fa2434b4ebc92 041e5f0b3edd8d3623e08cd03dd776ad7ede64ed 064f410e8496e7cc56a1ed703b1de77cf2ba7e1c 0b43fd38046a12464647f38bc3a1d9fd7fe6714e 0b479e04b7b10ba52ad62fad71c28967404e62dd 0cdafd03774d3a43466e7c1d7549b2fea0ae3e45 11c6e1a67d4e2aaf1ac4f77b1196eaaf0524fd9c 11d659781bd09193a12acba45329c5d820c967be 18c461880bdf01e7d0bed8ce5e968ec93d54431a 19849d8766432bfb416d7c830155a98c6cbd8d87 1a82048a213b4f93074502819c1d8dc3aca2cf19 1ce2448568cdf8a0a65bcc87d0a0a0155fd208b0 2328849481f6cf7dc51dd3c852861a80220389b9 26b6c90517d7cce0c77035b3bd2bd50ec948f90c 2a24b06a5988df6221751fc71d7bd1db76985266 30129a9dc548aefe6b42a19feb5c1772930904a2 30157c42bb584ebdd77f557a96f37cb39809353f 32b8d7e8fb2016c8c2c71e509a2fe9e4e2e32cf4 398eeea190cbad983600559a175aae45c130649b 39ec0a649f3a7f95c9e03753a99f5b40dbf0f9a7 3c918c1e9bc4de91add452a0cddf9cb060666eda 461075977c2bb36f010b8a626dbaa0c21205a4a4 4b3806e5334e6ea0ac92d1c46f46ee0d42be9a11 4f451d7725930c8ad54a93e4118d2c4e2628c43d 4fd07ddf8bb0dc233cf6fe634a3a589e011032cc 512953a1bbfe6cd8158ea1bf87bb765f3291ff5c 51c56dcb1c394bf45c538b527aaa3373ea816846 52c427f9c267a3f2e99f743ebcbe303506daa4be 593d90a852a7a217685fbeee93bf4dbb2776cb31 5eb1a4655312557657a8e3fa443e09224f64f546 60a8f5b7950a60f2ba1d98e910da3f660ce4590e 65976f9f28eb9a7b0de35c5616c68724986547c0 65e7d9934740336916b5ac1e4d5002523a82669d 664b7e38fe232726db1af07800393e26827db827 6a5d09de43aaaa679fa551e73a1ab58d60022dbd 6c2bf6c77c43da349e54ed4c2fce8ab7bd982eae 6e0f02eed08f9c625f98f10fcbec6b902c53ad24 7802f740d8165d3b9135534c15b3020fff07735e 79bb3eebb4537c9eb22e1286f3daae7f06ad4eb5 7a94be13cc94334fe18a4fd741b6f7df17f5b178 7c89ce5c08dad6059dd67ae820eac0e9f4c1006e 80c85ab0894860bd333b650a0a947ad23154bad4 8232d60a9fa8d4150bca0c8efcca3587896bf991 855bca93f4ec0c34e9f8af386a9d13d10bef4586 868a1d30feac029f764ac830d17af125dac35d05 87b50b1e0a08054bf390aebfb479c20becb7bf62 89b1dce282baa690ac7f7313f44438736cef83b5 8d091f264032f0f7930b9aebe2cdecd3b957eb4b 8e866fae335648d2e0ae6f9b6ee885e1edc5fc18 900200763e98b8b6ef8c5eb1dc319900a27f3ae9 955998fd617575ecd0f0a25a23525c045bfff51c 95fd016c796288bda710d7fbb49ca0aa88c889db 966fe289f8252f1500e3cc119bcf571f69ce6769 9a3facf7a6feec7802d1997b7d3b4d3a9f3d8b74 9af50faaad25d011784d89d901cbcb80cdd708a8 9c229d5a03eb299b6a0808a9324664e52fe2541a 9ccdff6fb72b79682dcf87da2da4a6f34c3d18af 9e86b65a5d6361441d56b45fc40df3e701aa75ae a1148da9fc5c16d890ca014db62dea6b35770511 a4712acba1d9c6a54f217ac671205ad1c38d51e3 a96cba5f342a922e5fe2320a4b0580e1bdd15c06 a9f8a4b023c9376fb1b3355edda9024123679c5d aaf00ae299a6329be34b65d152bf24a80da17782 abc409aa8a420eda05405a48e7475d84c5589e22 ac6ff469982a6a352d8a37d64d1825da87a49946 ae0b30b0dd8b1ead8a5db1c3603155e9946eda59 b5788e2c455b99f9715192e7ffb1592808a5289c b5e0e65c4d39d6fa908c08f99145b843c23e2eaf b7f5cfb2788344a3e413f560da4e27028453890f b7fcd1cd0a37a4ceb27b745b2ee9d0d2f90b28ee b859bfd9b077dbac8e0d58d5256787774c1b647c bb167f13ee4ffe5a56e239fa99f22cbd15f277c3 bbe69d35329e6a6764dcd2f010cf2824a1f2ee63 bf2fb989b32cba1eab6d6076983d254587041a2e bffce3552aebd507cc12a1a4469ad7071215dc1e c0fc10db84c5b5683472163bf7c77d64e6e34ad5 c39d2fcf4715563dc6ccb50041fec3664abd43a0 cd4e483341b9408b9a71c85a308e736a256aae21 d0ff3ce075d621ada5647523f52ba1f6d4ec8e36 d1ebbdbbafca7793b62b6fe48ada04455881f9a8 d259c7fc7eeaae7f06eb9cf69eb7cad3d5fcb102 d31011f09ccedd1cb18a2d0f46527b081f3157b5 d364723d352e560cdfa9ba6ab7efd61e9d2a0b5a d94f5f50ce9043403d5588c0b4054afc6cca04da daf8fd73291a5e450318b8417f68da3db2a5718a dc1d43658149ec808c6678ae47b4973af6172f70 dda44148c3a2b61db4ba057a38a8406a21b00650 de88b70c27c4a04e04f94fe33d841847f80b0987 e17aeafa55351971e311aa9c76847bffca1d6723 e6981043a5b23f40e36f29d140a11321dbabfded e6c43086993293c4a50522bf9d0fb4a341ec75e4 e792cd9d9256ae5725fbe7af53810bbd9006a5fa eeec81d8e98516b8d348f5641d0d77d1843b3aa0 efa31532c2b67447da22f72272e4c33a9aba5379 efc5515fd6c09a06d67fc8c8703bc55c7369170e f043d1e30d34bffbe63adbdbb5e82fa500e81949 f0aef595f007788f0f6b6358cf394ef2492aa5ec f0ee8e26b91ccb99929a2f83b22818337a0ddbcb f20fcb5e42717bedd53ed06987ff36490337b0ff f423ced2b65a9f830fa4617dfea62670a6395078 f53bf4e3f37d47a0d8e558f78073dc8130cc6af9 fac461322b00f027a9cbab46eafb184881b4846e fb00e11ff7759700e46a7b85fdf292c49632c84c fb375872ed70f3feffa0b92a41e2e66e2974a439 Package: ros-jazzy-gz-tools-vendor Version: 0.0.7-1noble.20260618.173807 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 151 Depends: libc6 (>= 2.14), 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.20260618.173807_amd64.deb Size: 32308 SHA256: c716bb37ec3b5e4835e2e7d55bfd654ed70332fdebc048e5528df732066179d2 SHA1: ebf6043fe758749c392daf363f5684ecc9bde7bb MD5sum: 62e1feb2b778ee2cb937644c077da061 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.20260618.173807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 227 Depends: ros-jazzy-gz-tools-vendor (= 0.0.7-1noble.20260618.173807) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-tools-vendor/ros-jazzy-gz-tools-vendor-dbgsym_0.0.7-1noble.20260618.173807_amd64.deb Size: 204314 SHA256: da347497207b948c2d9db589f056ab2105bb7aaeadd9192af8d15cf4405b38cb SHA1: 0efd0e557a450e25fa6c55672a746d34d2484659 MD5sum: 56aaf2000a1dee504fea32a5993441ce Description: debug symbols for ros-jazzy-gz-tools-vendor Build-Ids: 3a5afdd5df21c2858e0c4558aa0ddf982337dfb6 Package: ros-jazzy-gz-transport-vendor Version: 0.0.7-1noble.20260618.175656 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2251 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.20260618.175656_amd64.deb Size: 529910 SHA256: 9abbcdf9fbe3a1cfff8d93edc6e31f697f39a01510f111d6c7afab715c572972 SHA1: 51841d82d6bd738d62713377c566421a5d83b14f MD5sum: e9d1096c9e3afc0168ce70455bf1f617 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.20260618.175656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 9500 Depends: ros-jazzy-gz-transport-vendor (= 0.0.7-1noble.20260618.175656) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-transport-vendor/ros-jazzy-gz-transport-vendor-dbgsym_0.0.7-1noble.20260618.175656_amd64.deb Size: 8994070 SHA256: cad36f0d21624fc7aa747d2b7e76ba8f42a10717f98d095e05f18527d21f6a7b SHA1: 0760eeed5c6de3d88007f526cd9ef126fc7e1946 MD5sum: f8a8cb1acd9b68283ffb622a30eea4d8 Description: debug symbols for ros-jazzy-gz-transport-vendor Build-Ids: 03770b85f9707c21aab3b5d27a9b84a6e9422054 29de67a616b0c274cde087d96497cb155f74fdf4 88be2973201523f7c6a930deebcd5af64d042f08 d1fdc5a49f0741f1a1aea15ca190f17b8a94787c dbded8a44fdce6d9ece5c00ff4e567cf1c22d6c5 Package: ros-jazzy-gz-utils-vendor Version: 0.0.5-1noble.20260618.173807 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 637 Depends: libc6 (>= 2.14), 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.20260618.173807_amd64.deb Size: 104616 SHA256: fe029b8f86b605bc71057500c4f2a812034fde9c248603e9ce8989c0ea7c4761 SHA1: 4ad439aad57c3bad800c539508a49c222065ccc0 MD5sum: f6a6458e560c18e1e3548c538842312e 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.20260618.173807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 161 Depends: ros-jazzy-gz-utils-vendor (= 0.0.5-1noble.20260618.173807) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-gz-utils-vendor/ros-jazzy-gz-utils-vendor-dbgsym_0.0.5-1noble.20260618.173807_amd64.deb Size: 145780 SHA256: 771e79396c11a775786c9823451df78090ff6f8df565904e2c326caf19372ca4 SHA1: b78ec4b2d7ee40f281d4b3452e22b958f5555abe MD5sum: 38b5b9742fd4f19afe76abaa5da634a7 Description: debug symbols for ros-jazzy-gz-utils-vendor Build-Ids: cff85612e9ec8cfe8b428c5b0f4e9c6eb799d4f0 Package: ros-jazzy-hardware-interface Version: 4.46.0-1noble.20260701.202510 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1287 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.46.0-1noble.20260701.202510_amd64.deb Size: 354130 SHA256: 8f23fcb996668bc0e4bd08bb5180a53139b16b7e737406885dabc0a010d77080 SHA1: ac048306c7cbbcd01bd227028172fa48d5460aa1 MD5sum: 4f2f5724068d37ace736fed6dae2b441 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.46.0-1noble.20260701.202510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 5271 Depends: ros-jazzy-hardware-interface (= 4.46.0-1noble.20260701.202510) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hardware-interface/ros-jazzy-hardware-interface-dbgsym_4.46.0-1noble.20260701.202510_amd64.deb Size: 5011208 SHA256: 54cd2729ddb47474e94bdb0f23d6391d724953f132c211c18d448856bbbd14fd SHA1: c1399120e3d3fd55037674b654ba009e7afee657 MD5sum: 0e33e9b0f35773f824895886562a54b0 Description: debug symbols for ros-jazzy-hardware-interface Build-Ids: 1041de1861d92e5e446ccb40209c09d767335f8d c56bd32ed46c4b672c64fdff661684ff96f44ca3 Package: ros-jazzy-hardware-interface-testing Version: 4.46.0-1noble.20260701.204143 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 203 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.46.0-1noble.20260701.204143_amd64.deb Size: 53934 SHA256: 240715cc1452e75ff21661b041232131697ec10dd34506bfb0d2e765a0546818 SHA1: 9ff215e00c0c5c10879651e6370b2974199cfa59 MD5sum: 22568c13b0dfb2e729caacd10d6abb94 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.46.0-1noble.20260701.204143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1427 Depends: ros-jazzy-hardware-interface-testing (= 4.46.0-1noble.20260701.204143) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hardware-interface-testing/ros-jazzy-hardware-interface-testing-dbgsym_4.46.0-1noble.20260701.204143_amd64.deb Size: 1377500 SHA256: 80ce14f3d3510e342a3034126dbe49fa441947d0a7bf406822c79c182264092f SHA1: 3e36a92d649b56272e6e23799526ab91180717ea MD5sum: df5bb4bbed6e7a807a2ba1d79acfad63 Description: debug symbols for ros-jazzy-hardware-interface-testing Build-Ids: b3ff1df664ffc56d2cace7bfd83995095337c2fa Package: ros-jazzy-hash-library-vendor Version: 0.1.1-7noble.20260226.000940 Architecture: amd64 Maintainer: Kenji Miyake Installed-Size: 127 Depends: libc6 (>= 2.14), 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.20260226.000940_amd64.deb Size: 34532 SHA256: 57bc4ea27ccafe23a67b38634336959c1a69009252d12cb6a9695c68e8552bb0 SHA1: aca146adbddb034801cde61b0dae93a3baceee58 MD5sum: 01db8e41844a6ef527640ffed1e3f12d 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.20260226.000940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Miyake Installed-Size: 176 Depends: ros-jazzy-hash-library-vendor (= 0.1.1-7noble.20260226.000940) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hash-library-vendor/ros-jazzy-hash-library-vendor-dbgsym_0.1.1-7noble.20260226.000940_amd64.deb Size: 155404 SHA256: fb15af5cbc73c911e68d6b1307a3259f8bbc644c489f3d7bfab38b8f4e941a58 SHA1: cf4fdb94da0168d7d6741b342bf7defa4cd492da MD5sum: f9eeff12d870435470181cafcb25ac80 Description: debug symbols for ros-jazzy-hash-library-vendor Build-Ids: 03ac99aa3fc86fb113ba29e085afb75f2a0cbec9 Package: ros-jazzy-hatchbed-common Version: 0.1.8-1noble.20260804.182533 Architecture: amd64 Maintainer: "Marc Alban" Installed-Size: 5067 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 Homepage: https://index.ros.org/p/hatchbed_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hatchbed-common/ros-jazzy-hatchbed-common_0.1.8-1noble.20260804.182533_amd64.deb Size: 771838 SHA256: e1aa993a38ad2d02eee9a19c914c6862ec47f5ed74c4056d8ec648794802db4f SHA1: 3af12e4642c0b71d30444bc3d6512c6e430d851a MD5sum: 8ea728c38dd984db7e59f2b6b3b12e3f 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.8-1noble.20260804.182533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marc Alban" Installed-Size: 28149 Depends: ros-jazzy-hatchbed-common (= 0.1.8-1noble.20260804.182533) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hatchbed-common/ros-jazzy-hatchbed-common-dbgsym_0.1.8-1noble.20260804.182533_amd64.deb Size: 23576912 SHA256: a175eee793ddf482ec924a9b681f134f8b792c139a5f34004fed0ea962a88306 SHA1: 60aa6da563e1db5c1850b94bcf22789d7d7fa991 MD5sum: 4eeafa762d4e6fd9a20ee88a2bd34abc Description: debug symbols for ros-jazzy-hatchbed-common Build-Ids: 00b686c8c7a5f7b7de41801bd382967ca92d19d5 033e1fb68be606f68498b641d7e5c35790059853 29b6e4a6e7a76c422158f73e4d3a48ac606c58b6 5655b85e3d756ccf574ecb28e951d4b33a779a95 5ac3396d41872fb05c67ce4739e10b445f3f000c 7adccbbfaa8e3d6a71a1640656ee896ae31f0bf7 87ef72dd6169cb2427feee48e554fe49e717dc69 9707362fb423cce80e618a9fc3ec54b0420e859b a83f5aa06b8032dc6add3158b6107b69306a5983 cb04cac5d9fb34abb92270195a4ab45cb02414e4 ceca3ae5232ec44a87f2662f6689c8b8db969a3b d27b7bee58fb75b994c6ffa6244a15c31a46fba6 ea673a8ba74bb0f9f7b2bd4bae9463f88d6f1a18 Package: ros-jazzy-heaphook Version: 0.1.1-3noble.20260603.151911 Architecture: amd64 Maintainer: sykwer Installed-Size: 116 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.20260603.151911_amd64.deb Size: 24632 SHA256: 3273b42e1d50637c5923cff951ffea205fe24c8a4faf938ac1e4853cbc1c8517 SHA1: 0d43ca2b9c94fc425f4ac3da245a324c3517738b MD5sum: cbec5c2d1743b5a8239991e07a859f81 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.20260603.151911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: sykwer Installed-Size: 190 Depends: ros-jazzy-heaphook (= 0.1.1-3noble.20260603.151911) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-heaphook/ros-jazzy-heaphook-dbgsym_0.1.1-3noble.20260603.151911_amd64.deb Size: 150422 SHA256: a08efb104f2cbddd56dfa92fe6395d22fab2222008c2c58568ce0a0099cccf0a SHA1: 407b04e360e65654c1573a0093a1ad069276bad8 MD5sum: 166b5440aabeeb38dba8e1271eed5a03 Description: debug symbols for ros-jazzy-heaphook Build-Ids: 8f03459e9adbdee9bd4d2bbe67ffaee5e8fdae94 99d539503641ba04106e616aa46b4e1d311bea90 a44d31126c37c0d4bcb0bf534513599edf8744dc Package: ros-jazzy-hebi-cpp-api Version: 3.16.0-1noble.20260225.235042 Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 22863 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.20260225.235042_amd64.deb Size: 6797162 SHA256: 82b21f710c82bc3885cfe50c8755269aa5fdc0216ab545b0386dddb16d984d0b SHA1: 04f95e7ad1a43f40aeca676ada5fec243335806f MD5sum: d7330b4d851f9a2369e2d20ac478b853 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.20260225.235042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 3944 Depends: ros-jazzy-hebi-cpp-api (= 3.16.0-1noble.20260225.235042) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hebi-cpp-api/ros-jazzy-hebi-cpp-api-dbgsym_3.16.0-1noble.20260225.235042_amd64.deb Size: 3823438 SHA256: 36498cdcd29205a6966f9ea8b000c8b85fffd84071b2b8b1e6360c0fb39ab899 SHA1: d27933fb1602e55ffdfb802f1644f253bdd42d4d MD5sum: 7c3f8280fa571691a132a0b7127539ae Description: debug symbols for ros-jazzy-hebi-cpp-api Build-Ids: 86e1bcf3484dc80b40842f0106c92867c083402a Package: ros-jazzy-hitch-estimation-apriltag-array Version: 0.0.2-1noble.20260804.182935 Architecture: amd64 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.20260804.182935_amd64.deb Size: 18946 SHA256: 61ace9cdbde01eebadaa8ff2c4f145f2abc0c18a2e157541fdef5e642545cde8 SHA1: 9b4c05797af184ccd3dadb4fb33fb7c67683aa00 MD5sum: eea9416095d0d1c66b9613f463c104f1 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.20260615.144740 Architecture: amd64 Maintainer: Pyo Installed-Size: 299 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.20260615.144740_amd64.deb Size: 80944 SHA256: 04390692ae1a511770718aef05f6464ed4d51a50738ff40f45c6302cbca3b324 SHA1: 9697a67d9ae2468b1da49328da794eb63e6e8bd2 MD5sum: 204c84c5023596868c956b023d53323e 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.20260615.144740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1123 Depends: ros-jazzy-hls-lfcd-lds-driver (= 2.1.1-1noble.20260615.144740) 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.20260615.144740_amd64.deb Size: 1016160 SHA256: 08ce2dd91673f174686dfce9c1763b299701370366e424f77d21b85a1cbd18cd SHA1: 9bb59d54a954cdeb0455a725e32b493fc8a44f3c MD5sum: e07d5bb7cfdb32f3afe5bf8b02cea36c Description: debug symbols for ros-jazzy-hls-lfcd-lds-driver Build-Ids: 0e0bccc7eaf19a71fee3dd072e79cf72ba611f3d Package: ros-jazzy-hpp-fcl Version: 2.4.5-1noble.20260702.104706 Architecture: amd64 Maintainer: Joseph Mirabel Installed-Size: 6630 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.20260702.104706_amd64.deb Size: 1146206 SHA256: d4589a33ea9eda592872bca00941f7394632fa775367571e0c98cc5f9ef3e9b9 SHA1: f7d7c3de24e769fdef1a6b2e098ec3557579424b MD5sum: d2f6c7e611c7bcf345d6bb66540cc59d 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.20260702.104706 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joseph Mirabel Installed-Size: 54027 Depends: ros-jazzy-hpp-fcl (= 2.4.5-1noble.20260702.104706) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hpp-fcl/ros-jazzy-hpp-fcl-dbgsym_2.4.5-1noble.20260702.104706_amd64.deb Size: 50668858 SHA256: dda246de5cb16c18aa08cb507a7875896d2005e575e233b250c60b307e6e35cd SHA1: e3cb8dc8d0da6729929a11aecefd378053749d53 MD5sum: 3d3457a170dbfabd9c86038241b4be70 Description: debug symbols for ros-jazzy-hpp-fcl Build-Ids: 6cecb3b71b53aec12083af29cf1805f90da8e25d 740067399d902ffb282d07801d5a70ae18fb411a Package: ros-jazzy-hri-actions-msgs Version: 2.5.0-1noble.20260615.111021 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 7931 Depends: libc6 (>= 2.14), 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.20260615.111021_amd64.deb Size: 446144 SHA256: 14ee12881b2e7bf1677ac520e47231cd7f53a2cee178032bcbb78d5ba366135a SHA1: 4a3ec5b74a0edb0bc8597a6ae8af653a9f6726ac MD5sum: 74cefb3c75d6b15806857d1450b8a2a0 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.20260615.111021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 4113 Depends: ros-jazzy-hri-actions-msgs (= 2.5.0-1noble.20260615.111021) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hri-actions-msgs/ros-jazzy-hri-actions-msgs-dbgsym_2.5.0-1noble.20260615.111021_amd64.deb Size: 2954702 SHA256: 88cccdb3658a7bd1845786b0db81193d45969cf01824a3458db60ca4058a1917 SHA1: 6735e70f8159f04e52cf414589bba37e135c9cb7 MD5sum: d55a6470ae021865de06eb7bdff7479e Description: debug symbols for ros-jazzy-hri-actions-msgs Build-Ids: 210f0c77732065a8326e9f83d186b29b7a00bd3b 2b49b058da2f1a0ad3a87a2e81cc398dd75b1971 35cb7bb1076078337d341e1d8eb63b7de03d866d 366356ed2fc148de1a32e3e283c999c516ef2464 45fb2e3e65bb13db27b52f406782accbad61ecfa 6dc532cc6dd9bc9d5b3202af98de65849fdfd231 966c693275644055077eb1884a539df04f9de60c b63f017d1e92472145b108c3bd9c905d464e6092 bbe94e6d5b1bee9efa0715dd352096f362bb6750 d62b4aaa0f9aafb8a6ddec85418bb8e6f4d80ad8 f6b070eeff07a0fe7643b9497b2b0049290d0cee Package: ros-jazzy-hri-msgs Version: 2.3.2-1noble.20260615.113659 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 2845 Depends: libc6 (>= 2.4), 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.20260615.113659_amd64.deb Size: 217160 SHA256: 242b977d478d3a10e77bd0b56d4479bd2a0217d4f3e16931f41716fd857d5311 SHA1: f281f46f564f98948efabef770db642fe5f974a2 MD5sum: 34b8c20595ace593e2c4a9cea9c577bb 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.20260615.113659 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 2038 Depends: ros-jazzy-hri-msgs (= 2.3.2-1noble.20260615.113659) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-hri-msgs/ros-jazzy-hri-msgs-dbgsym_2.3.2-1noble.20260615.113659_amd64.deb Size: 1672890 SHA256: 22b832abfa00d02801ebc59bcc5ad31bba687d96c28e2714ed70dfc90ff28601 SHA1: 648d60afba91ab44b57f9d158b46b76f4bd31a50 MD5sum: e8e0d45ef5651450845feb781e6b3a8b Description: debug symbols for ros-jazzy-hri-msgs Build-Ids: 12daa3a617711c778a4d0aed355f7d573e47b2c3 447cd333fbb109e208f15a4227371e8e12e0dfa4 4f157cbbd270decc3f174ec9f9f913f9f70f38b4 7b62796b0257bb6096b35e4073a3b6171174ae75 893c5c35b7c5da64ac1a5de4592bef832b539b90 8cbb030ee233b2765443bde9ad52069d5c763769 c609ea97f2b2c3ec2d972828040bf3b03426d73f d03a1cf707a4f7e2dd1cae235252845616279bee d4a7596de3e668eecaf47a2d12aa22efd51fb5f1 e8a9a076b88eb4ed7bd27dd5afbac3f9e2b2d0c3 e937c71e200559e23182aba3f39e6eba01cbda40 Package: ros-jazzy-human-description Version: 2.0.2-1noble.20260615.164325 Architecture: amd64 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.20260615.164325_amd64.deb Size: 10494 SHA256: eedb5bd8e48a9b00e497c10d504bd6ac31f9d022a2bad2447c8a9399d3126641 SHA1: 4a2cff029f4410d75c16b021f887f24e93a9ee75 MD5sum: 02c02de70753d5950679f4814a515edf 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.1-2noble.20260806.102236 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 19439 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-description, 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.1-2noble.20260806.102236_amd64.deb Size: 2173098 SHA256: 8123f47a284f42382aa0e7f4880e829de40422ca70520c2eab01de385c5eb8aa SHA1: c28e1c9765a413ba61354402d858360189f96488 MD5sum: 0c2570525317ab0882eef1225065d191 Description: URDF descriptions of components offered with Husarion robots Package: ros-jazzy-husarion-gz-worlds Version: 0.1.0-1noble.20260804.185632 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 19954 Depends: ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-ros-gz-sim, ros-jazzy-ros-workspace Homepage: https://husarion.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-husarion-gz-worlds/ros-jazzy-husarion-gz-worlds_0.1.0-1noble.20260804.185632_amd64.deb Size: 8111576 SHA256: 092c97895c4259423376d022337f20ec2cd029084e299fe9df9fc02c1e3074be SHA1: b07a3865c63ccaa95a433cbdc3a57fd2e3eb17f2 MD5sum: 68b23e1f416b7379866066cc2335b5dc Description: Package containing the gazebo worlds and model Package: ros-jazzy-husarion-mecanum-drive-controller Version: 0.1.0-1noble.20260804.185354 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 1077 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-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://husarion.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-husarion-mecanum-drive-controller/ros-jazzy-husarion-mecanum-drive-controller_0.1.0-1noble.20260804.185354_amd64.deb Size: 228256 SHA256: c2494e61a08bac576ae4d4ec150f60521a238ac34b1d0701169cbe402d199fde SHA1: dc7e8cd6901744aa9722ce9b5171bb599bcde12f MD5sum: feb7b8e28d0964e5c0e608f0d4e5a23b Description: Controller for a mecanum drive mobile base. Package: ros-jazzy-husarion-mecanum-drive-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-husarion-mecanum-drive-controller Version: 0.1.0-1noble.20260804.185354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 3832 Depends: ros-jazzy-husarion-mecanum-drive-controller (= 0.1.0-1noble.20260804.185354) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-husarion-mecanum-drive-controller/ros-jazzy-husarion-mecanum-drive-controller-dbgsym_0.1.0-1noble.20260804.185354_amd64.deb Size: 3388662 SHA256: b00abf2d26d9ddc0f339d63d530a65432af5a64d60b146953e41d99f63326cb0 SHA1: a924286d1b7ba6ef13a5beea70108d0c8c213f8b MD5sum: ecf56a963e15cce78b2ec062f31b4bda Description: debug symbols for ros-jazzy-husarion-mecanum-drive-controller Build-Ids: b058a02e31513e7bb4f7941ffadfafe2abf43d3c Package: ros-jazzy-husarion-ugv-description Version: 2.3.2-1noble.20260806.102833 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 18243 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.2-1noble.20260806.102833_amd64.deb Size: 1403508 SHA256: 622b189b2d1712779f635381949d07a8b36cfd938d98ee3eb9a6affc373cd864 SHA1: 1c4465341f490611a43c7fb9316548123cb7704b MD5sum: ef001f26e2df26db7a2a822f1fe3747b Description: The package contains URDF and mesh files for Husarion UGV Package: ros-jazzy-husarion-ugv-msgs Version: 2.3.2-1noble.20260629.164640 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 3448 Depends: libc6 (>= 2.14), 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.2-1noble.20260629.164640_amd64.deb Size: 248070 SHA256: 8d40ad5eea3589dfc25f942712b83dd9a23398bedc76b4eb4a72c796be587888 SHA1: 0b1494eb5e7c3047fd38829e27014a16b624bb3d MD5sum: 78ab1fb97938d609039dd3b8fdbdb92e 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.2-1noble.20260629.164640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 2520 Depends: ros-jazzy-husarion-ugv-msgs (= 2.3.2-1noble.20260629.164640) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-husarion-ugv-msgs/ros-jazzy-husarion-ugv-msgs-dbgsym_2.3.2-1noble.20260629.164640_amd64.deb Size: 2038126 SHA256: 66a9c653620dd8ba62ace622b2bfc18c64c264731d3838a4d9df40a7a01f1d91 SHA1: a1c1a250709cc72f9e0575a34c2af31aa2452c48 MD5sum: db98916a5fc3574170223f8cfd1edc55 Description: debug symbols for ros-jazzy-husarion-ugv-msgs Build-Ids: 0e0c26edfb2e84774eff8eea40abde71ed9c6ced 245075f534ea1cf9ef4c5f5750f85e28d51c2b26 34dbabb384ca953551100eca7bba780c1c7d807e 4651be47395b1d1fd045e64c3360b9ed06494ed1 4c74c70f0bd9da85695220f89547ebc8f3612286 628a9224e2975a4c09399d1531adb42fc6bfb472 6d2af1a1e3b48113aecbaf648a3bb5389c545d9a 72cc1cf6d2779eefb9607049e90d5cd702a5afe5 7310d9e2218be0f93b3e9a1d1a45ee001365d426 e1a01a71b2e0bb4fe8c81a1db043d2694dcceeae fd562151bc43c029133b271336afb6f4bda6eaf5 Package: ros-jazzy-ibeo-msgs Version: 4.0.0-4noble.20260615.110346 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 7640 Depends: libc6 (>= 2.4), 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.20260615.110346_amd64.deb Size: 438064 SHA256: 6eec4263274656d0bc050da11e3d8ae4f7d0f8e39c5c68fb551e0ea97021ecfb SHA1: f3ce6f36ef5c2f0c6a7ea83f31aff930053c30d6 MD5sum: 12e83d423a437bb6ad6c89df38f3b9b5 Description: The ibeo_msgs package Package: ros-jazzy-ibeo-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-ibeo-msgs Version: 4.0.0-4noble.20260615.110346 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4761 Depends: ros-jazzy-ibeo-msgs (= 4.0.0-4noble.20260615.110346) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ibeo-msgs/ros-jazzy-ibeo-msgs-dbgsym_4.0.0-4noble.20260615.110346_amd64.deb Size: 3992692 SHA256: 75855537a048ea802d17f45844788b4fbc150d66f9d95d0a8acc91978c784027 SHA1: bcde0eb1fef741be191642cf3cb6517688df8a0d MD5sum: 0d1b10cfc9e9807e946fdeb09e2ce3ce Description: debug symbols for ros-jazzy-ibeo-msgs Build-Ids: 0fe1141fc042c01741ff57b6df015d7a68e426bb 22759d7fef267821eb18fc6eb22a1c06db2cd6fd 518b1009fead5bc0b63289e068cd75e7ec66f5fc 67d0ecf20244463313b612f33aa4b53c0fd54140 6aa271a91fcdb7bdb646b3428276ab802e18de80 775d55b543ac418e5ecfe9a6b6e4198c2c0aceed 78d207fcaf05d315b8d788c33bd68a610a8fdc8f 7931ab0de4bd549b4d60acfa6809e98a26b4c6a8 7c12b174e16b1ea74350c8880750d2fa66b35b0c ad70048841adcfd32a25b75e56728075ef92ea58 ba2d983d6bf183010a6b8244f7180b9a0f5f488d Package: ros-jazzy-iceoryx-binding-c Version: 2.0.6-1noble.20260225.140829 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 363 Depends: libc6 (>= 2.4), 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.20260225.140829_amd64.deb Size: 63734 SHA256: 2c9559c485470c2decd27f7f89fa91f007de90e0b81bba12c1c552e5b32c2ccb SHA1: 6ccb027dfd13c58c18d20e2c4a0295493362ed02 MD5sum: 827ac7f374f963c5ef8b5c35333fad3d 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.20260225.140829 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1095 Depends: ros-jazzy-iceoryx-binding-c (= 2.0.6-1noble.20260225.140829) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-binding-c/ros-jazzy-iceoryx-binding-c-dbgsym_2.0.6-1noble.20260225.140829_amd64.deb Size: 1044124 SHA256: 04d2355acdfe11bc2e0b4ef3189fb4aedb4d53985f95069f8ce72953ac1f4ff3 SHA1: 58e3ac89cd04f01eafdf5374d9f6fdd102d6bbb4 MD5sum: 3eba147d29cd76d72ca69418bd343a54 Description: debug symbols for ros-jazzy-iceoryx-binding-c Build-Ids: 738e9fd52a487bf1b6f843f6461081c3a8427196 Package: ros-jazzy-iceoryx-hoofs Version: 2.0.6-1noble.20260225.055330 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1279 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.055330_amd64.deb Size: 211704 SHA256: b38948b370b5263477e839181cda41fac6e2887b618b5a785f196701289e60e2 SHA1: 7198e7f253a0fe8a4b8b8a85a267a155923e0d26 MD5sum: f8e787beb278954947f0ebdce07522e3 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.055330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1214 Depends: ros-jazzy-iceoryx-hoofs (= 2.0.6-1noble.20260225.055330) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-hoofs/ros-jazzy-iceoryx-hoofs-dbgsym_2.0.6-1noble.20260225.055330_amd64.deb Size: 1130362 SHA256: 569af45976d198881b9be3bacce704b70096d222bceb231781b51cd85187a80e SHA1: e760e4f6f0a28c1cc49bf4bb8e339db7b1b587a2 MD5sum: 86ada525bb19a1f953ceb719bde4bc4f Description: debug symbols for ros-jazzy-iceoryx-hoofs Build-Ids: 7c1f013c992648de71c03756a111ac06e73aab62 b561f5e6c8ca8458d468cd7e94aaaf3cffcb459b Package: ros-jazzy-iceoryx-introspection Version: 2.0.6-1noble.20260225.140948 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 153 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.20260225.140948_amd64.deb Size: 35578 SHA256: 24a8bc314f04ab189bd8be99800d5e9f009145f3eb72dbf9ee8ab794030e307f SHA1: 629568b7eb887ff5196a8357040b2304fc069d37 MD5sum: 0af0ce76c3fcc45c16b5ad0412e343bd 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.20260225.140948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 479 Depends: ros-jazzy-iceoryx-introspection (= 2.0.6-1noble.20260225.140948) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-introspection/ros-jazzy-iceoryx-introspection-dbgsym_2.0.6-1noble.20260225.140948_amd64.deb Size: 429146 SHA256: b37091a8da990d1ddbb37c4f9e057d95657442f620e7d5ad47100cf89f81be1e SHA1: eca733337db0f9768259051ace7e5abda534b9b3 MD5sum: 522635c9639788f899ff7ab0b0eacf91 Description: debug symbols for ros-jazzy-iceoryx-introspection Build-Ids: 309b533110d6f551473ad5a5e1f57b993faf2a2b 8038ac9a2398fe3b39c3d7dc4a39bf3325422360 Package: ros-jazzy-iceoryx-posh Version: 2.0.6-1noble.20260225.135341 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1968 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.135341_amd64.deb Size: 399794 SHA256: 2a89f4969959f43af4db7ad5eed22381f14ff6f2fa237f1909651d60fd5814b5 SHA1: 7656c05429b574357a81510584225d2345f6d75a MD5sum: 60807f7b408df5ad38fd3acbc6a56e76 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.135341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 6246 Depends: ros-jazzy-iceoryx-posh (= 2.0.6-1noble.20260225.135341) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-iceoryx-posh/ros-jazzy-iceoryx-posh-dbgsym_2.0.6-1noble.20260225.135341_amd64.deb Size: 5978370 SHA256: d38fcf5c3e668ffa0e6a5a64da6500e4f419d7e4b4121d02e6a2e2f831cd77d4 SHA1: a137905fe91aa7d72a78422ab7f80662e519f587 MD5sum: a71f24dd1ae7c477c46caccfcbd085e6 Description: debug symbols for ros-jazzy-iceoryx-posh Build-Ids: 2493c58650983a07b7a7dc9dda70da27f44b852e 5ea34d683f4e0b7ebca49648bce552b8cfd71cf7 6ebea59497be4e22d9e91a7f6c5ed60420e5a7ae 96abd77145b6ede85921887e761f89e05689a6e1 d5529291f9e0972c3fa726a0ea4556282f094cfa Package: ros-jazzy-ifm3d-core Version: 0.18.0-10noble.20260615.173215 Architecture: amd64 Maintainer: Sean Kelly Installed-Size: 2107 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.20260615.173215_amd64.deb Size: 478014 SHA256: 2773b4c7fc9661e40365c60af6339996db19081a8f1517aaf1703be2a0755de7 SHA1: 5e097f5e507a85b91d59da05dec4d0ceffc6424f MD5sum: 551f39bfa7e94324d2d5d4a32072997a Description: Library and Utilities for working with ifm pmd-based 3D ToF Cameras Package: ros-jazzy-image-common Version: 5.1.8-1noble.20260615.172940 Architecture: amd64 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.8-1noble.20260615.172940_amd64.deb Size: 5872 SHA256: 4cd624af4eba68f66bcbf747f4195e38583522aae2f3bfdbd6d36dadbd3be17f SHA1: 84139dfbe6031ee4542f8d2d81866f15bd2fd804 MD5sum: 3cafdfbca94c82ae126b8b2f605c9411 Description: Common code for working with images in ROS. Package: ros-jazzy-image-geometry Version: 4.1.0-1noble.20260615.130642 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 170 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.20260615.130642_amd64.deb Size: 33008 SHA256: d375be6a89bb3e2b81d35304530ac01ec34f8926e378784e0b05f39bfc395b11 SHA1: 9263b1c44361f2b378ef10e222c7293957dc48a6 MD5sum: b7db4827828afbf13194dc43b408c311 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.20260615.130642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 265 Depends: ros-jazzy-image-geometry (= 4.1.0-1noble.20260615.130642) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-geometry/ros-jazzy-image-geometry-dbgsym_4.1.0-1noble.20260615.130642_amd64.deb Size: 246338 SHA256: c4e13907c0d0737bbb69df5a7d8f875facd7a82a42f65581b2b2dfac357da613 SHA1: 1c0a8d4caf1f366341753ee7c5ee9cc6ba448030 MD5sum: 6b302202f06d1da776e993dfe8713466 Description: debug symbols for ros-jazzy-image-geometry Build-Ids: 937627421ba46ad2904b602b80d9dca3063f1234 Package: ros-jazzy-image-pipeline Version: 5.0.13-1noble.20260806.100625 Architecture: amd64 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.13-1noble.20260806.100625_amd64.deb Size: 6854 SHA256: ae80da89653cf5e85975856cd52ae595f947f0b0d345170cc11957d829e6b366 SHA1: c994df93ad6dc0b0f20f962cb6987ac368cbeeb2 MD5sum: 0dc4e675e66e53ed7eca2a49b3120f03 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.13-1noble.20260804.181157 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1596 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.13-1noble.20260804.181157_amd64.deb Size: 261256 SHA256: bf44db59453e41462c96b7ea5f288d56d8aaec6f68f45a3aa1c26b48df2c5478 SHA1: 09f31c25316e05d79ebd0844a548131f10d9737c MD5sum: 0edb7d1880b708e3b5293cab7eca505a Description: Single image rectification and color processing. Package: ros-jazzy-image-proc-dbgsym Package-Type: ddeb Source: ros-jazzy-image-proc Version: 5.0.13-1noble.20260804.181157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 8723 Depends: ros-jazzy-image-proc (= 5.0.13-1noble.20260804.181157) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-proc/ros-jazzy-image-proc-dbgsym_5.0.13-1noble.20260804.181157_amd64.deb Size: 7377638 SHA256: fd4e3ed0c29fa8c98a93cf836ad29a231efd1ac4de4f4950ca9dc0906454d478 SHA1: 9e189a4e11414833ce624fe3a2ddb87a0e21ae02 MD5sum: 643cb3a8b355294e20b0c59dc85e8909 Description: debug symbols for ros-jazzy-image-proc Build-Ids: 06dfa28924d67f735c0168935d29c4f2de5d6838 08ea9af93793c9095eafc1110a7d1f0e2a4e3117 3a7adb9314e00c72fdc3bebdf200ada5b9f48fd1 4349035340c62c096e4a012bb6bc212a97dafe67 4e4a20b4d112c00a4d744d3db15e413cfefebbab 72c52ae7cd3f4b10175d466fd05c25f46a45a83d 77b9073712581407ad3a23aaaae4b5b62071523e 79645822cf443bbe3b51e318b188672322fbd5e1 90f8df69317c15dd008bcf92585097037d219cd9 a06e2eea301dadd8cd905676a5e753ee04f799a6 a1f1649ccabb2f6032e00640a0951fa5a4bbd5ea a9e5512339dfff4c239b862388dc787790dd6ff6 b35a39c602784db570dac9fff24e4f2c042c3cfb Package: ros-jazzy-image-publisher Version: 5.0.13-1noble.20260715.010346 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 349 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.13-1noble.20260715.010346_amd64.deb Size: 130698 SHA256: 845c3770760b21b4a3d48cb98f4073c1c5dc0eba4d65d27099b323a930a33a6b SHA1: fd2ca82f3efe27d90ea6d679e8e7f1cb8c276a1b MD5sum: bdb5660aa15b92563c1e945b1e38b1a6 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.13-1noble.20260715.010346 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1275 Depends: ros-jazzy-image-publisher (= 5.0.13-1noble.20260715.010346) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-publisher/ros-jazzy-image-publisher-dbgsym_5.0.13-1noble.20260715.010346_amd64.deb Size: 1213074 SHA256: be61c4ac39327e96e7e8bf4edd5a3fba77b28472f66e3b06b42e40c229ad9393 SHA1: cdc73efb892d8393b271e4df558a76fa31e37dd9 MD5sum: aaf8458735ade2ee394c532db3da4399 Description: debug symbols for ros-jazzy-image-publisher Build-Ids: 95296b7225ea0ae08037605c8284d58317758e68 c5c8a98165b0ab80a5264f8ec48ad81994edafc1 Package: ros-jazzy-image-rotate Version: 5.0.13-1noble.20260804.182643 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 710 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.13-1noble.20260804.182643_amd64.deb Size: 161488 SHA256: 284c8211f140081c1cd29fd8cb1fd9fef5860fdbfbc648eab2e5d2730c3c72de SHA1: fc0a1ae23b92bb3f38f6f34a521ee44de8718add MD5sum: d645c31c3840bab2dab6ef3fb4545530 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.13-1noble.20260804.182643 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 3715 Depends: ros-jazzy-image-rotate (= 5.0.13-1noble.20260804.182643) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-rotate/ros-jazzy-image-rotate-dbgsym_5.0.13-1noble.20260804.182643_amd64.deb Size: 3489288 SHA256: f8e7889d92e73b8bcb307515cdeba034cbe40b8a30bff1e261c10713a81be665 SHA1: b067ab868bc9a86ed8aefc2f020b5d13c572ce22 MD5sum: 5955a2f9d6e48ee1f99dbfdfa349fa6e Description: debug symbols for ros-jazzy-image-rotate Build-Ids: 4fc42cb655f66b90c79014587f67b05417ff36b7 b8324aff8109a7233d8e2ba9e8778bfcf0bfa789 dbefac3c0306ffcb2c47152ba8d5f8d353708b0f ec95fc2140afee0adf77aaf8d473abf078ac6c78 Package: ros-jazzy-image-tools Version: 0.33.11-1noble.20260615.142557 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1032 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.11-1noble.20260615.142557_amd64.deb Size: 185724 SHA256: e477fc8c8022a3ce41c76d74287f3eddba56dbabe45e6a16b87b0114b2e00381 SHA1: bdc80e65de6d656622a24477a546b4ca0bdde926 MD5sum: 5643c1ee0d1f8a8cd595455048705691 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.11-1noble.20260615.142557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 5025 Depends: ros-jazzy-image-tools (= 0.33.11-1noble.20260615.142557) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-tools/ros-jazzy-image-tools-dbgsym_0.33.11-1noble.20260615.142557_amd64.deb Size: 4118692 SHA256: 48a2bf189b7fe8e843c76879b8d90de4dd5e0f7c9ccc3d18254fc2c5727eeca4 SHA1: 6bf7c7046eca53789d89fe4b8cbde916bbad6407 MD5sum: 8fd841796e9ba133afebc43b8c54e923 Description: debug symbols for ros-jazzy-image-tools Build-Ids: 011613b32e3b56e518b6a7ea0d73e78bba2b8e92 99813f81c0f58dcffd7276cf40745ea849dfcd66 dbf2fd459dbff55486e8279318489bc5043ca6d4 Package: ros-jazzy-image-transport Version: 5.1.8-1noble.20260615.144252 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2954 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.8-1noble.20260615.144252_amd64.deb Size: 413580 SHA256: dd8e5cdc5f8c9d0d844ea85a3f8b7a55a11ca738987b3f3b53a450a9aeb04246 SHA1: 13ae24b85e7d532469921122c147db82c21b84f8 MD5sum: 6e0b9440ca71e3ce2f90ecd70e5a894a 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.8-1noble.20260615.144252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 9602 Depends: ros-jazzy-image-transport (= 5.1.8-1noble.20260615.144252) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-transport/ros-jazzy-image-transport-dbgsym_5.1.8-1noble.20260615.144252_amd64.deb Size: 8648044 SHA256: 6f35497be8bdbfa54cf980606a44093223136192468bc7b3af0ce556067f8e8b SHA1: 76baf169e73487cfe7efd5bf336e404ec5176f73 MD5sum: 82a8ae84a33537a2f49c1145b5738ab8 Description: debug symbols for ros-jazzy-image-transport Build-Ids: 30f326867e600665ee44b6b899ed11c9b231889a 77b3b18786f84e343e941343f925cf124cd79674 7f01532994719bff757d3561bf595f20f9e02fa8 dcd2de65eea9cf6c6973cedd91549ac4f7a41fd6 e9f4c072918302b536310f25122de7e366ca286e Package: ros-jazzy-image-transport-plugins Version: 4.0.7-1noble.20260615.174426 Architecture: amd64 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.20260615.174426_amd64.deb Size: 6126 SHA256: 17450553edc995ebb886fe62db6d742e0877b7621ccbf1c3b1f914c8623c44e2 SHA1: faad1f39bf215982947850bf000414d5d00d9738 MD5sum: 4b8077ac4dbbbb1a12e422417bfd5394 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.13-1noble.20260715.010412 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1350 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.13-1noble.20260715.010412_amd64.deb Size: 291442 SHA256: f79c0d86b44f81b264c524b2c755b36af22093f5f104f74078d539c3741b69dd SHA1: ef3cdb4671fd94b6b41fa0b28536a88c9d2bb1b5 MD5sum: f166483658fbfa094bfc9df016e87dbe 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.13-1noble.20260715.010412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 8301 Depends: ros-jazzy-image-view (= 5.0.13-1noble.20260715.010412) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-image-view/ros-jazzy-image-view-dbgsym_5.0.13-1noble.20260715.010412_amd64.deb Size: 7635122 SHA256: 2029ff09ba8a4a7233cdfab00981e138f807ccf7640e23221c7e18001a7fc0c3 SHA1: ba724f3b0867d8bd847e573cbf9572daaf8ecc6a MD5sum: d2b1896e01080c604d4d53861cb94630 Description: debug symbols for ros-jazzy-image-view Build-Ids: 5d7e18bbecde4f2e27530a64514b344cc2fdc279 6a3760fe03e6c124e9ee32626b5e6ab37548b1ff 7fb0c440e281184d766dedc27124f65816c83f50 8a1875be4f0b038d817dd1885ccff365051de747 a10048f7ee2aa9232d46564a0fea5675b034f45e ccd6bd195b3bebafe0cc546b9e6e42b59df4c83f ea0e61dcd2537242ac5e82555f1c313842f1136e Package: ros-jazzy-imu-complementary-filter Version: 2.1.5-1noble.20260804.182708 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1088 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.20260804.182708_amd64.deb Size: 209946 SHA256: 2ee7f16a6cbad01279c7b49ce0600cb61d099d4c4371a775caa0b8d51d7efabe SHA1: 93a9b2dabec8c4552f4e6fca3cbaaf12055ed129 MD5sum: b9a39aa363b45233ef00528144fe986b 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.20260804.182708 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 4693 Depends: ros-jazzy-imu-complementary-filter (= 2.1.5-1noble.20260804.182708) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-complementary-filter/ros-jazzy-imu-complementary-filter-dbgsym_2.1.5-1noble.20260804.182708_amd64.deb Size: 3982490 SHA256: 97a0175c7431cefd0cba8edfb6d978d5645aad34c3e5cf3be482ad3db662c12b SHA1: 69dbecf442883459470671c21b89de5fe516be5a MD5sum: 445e686d6704b83d52395676e3ddb58d Description: debug symbols for ros-jazzy-imu-complementary-filter Build-Ids: 53761448ece8ca21fcd56599d95daa206399105e c64f4f249e2abc63718926d5062001bd5c86277b Package: ros-jazzy-imu-filter-madgwick Version: 2.1.5-1noble.20260804.181510 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1335 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.20260804.181510_amd64.deb Size: 245446 SHA256: 2fd89a726ec8f13983ad8332d78f0f579c1e0c2a9fb83071e7880c228b8e524c SHA1: e21723590bf660e1fbef777d70c0518262adcdc8 MD5sum: 8ec5e285a3dd274df4dc57243c2135a3 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.20260804.181510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5672 Depends: ros-jazzy-imu-filter-madgwick (= 2.1.5-1noble.20260804.181510) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-filter-madgwick/ros-jazzy-imu-filter-madgwick-dbgsym_2.1.5-1noble.20260804.181510_amd64.deb Size: 4744102 SHA256: 859eeb8e1ceddbc7386c314df3e511afda53d51b28c9330f19bbdb779c02ca5f SHA1: 5793c410870f219c3172e9d0c2c651a2bdc207f1 MD5sum: 8e4b07781e51d9942939209da734f90c Description: debug symbols for ros-jazzy-imu-filter-madgwick Build-Ids: 30991ff97807fe131187fa041643ca6019b3e5d7 74169e9a12a757d1f5954cf688fc4dc99eb6da67 Package: ros-jazzy-imu-pipeline Version: 0.5.2-1noble.20260804.191630 Architecture: amd64 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.20260804.191630_amd64.deb Size: 5436 SHA256: 699d0199b0ad45f57bd4f856044b0a50ca9fe6c42d61443e22bf02f8dd389025 SHA1: 1bbe21f27d36eccfe9642aa7340db4da30f6be82 MD5sum: 25b78867637d08a713a43c5201a5ffa5 Description: imu_pipeline Package: ros-jazzy-imu-processors Version: 0.5.2-1noble.20260804.182717 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1737 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.20260804.182717_amd64.deb Size: 256546 SHA256: 6f1b4839e905041bc4f1ccda48770448fb8850320c02c576fce5667a10bcdacc SHA1: 94ce4aed8267a5f9e3b8e083c9dd8c160099d70b MD5sum: 0347a76409724ab599cf5cbc43b5606d 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.20260804.182717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 7687 Depends: ros-jazzy-imu-processors (= 0.5.2-1noble.20260804.182717) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-processors/ros-jazzy-imu-processors-dbgsym_0.5.2-1noble.20260804.182717_amd64.deb Size: 6214436 SHA256: 29959feaec739d438225da283cdbb6e2da6b475f741baddd47bbef2c2476f574 SHA1: e06edf7cf19854f80ad1ad9a4459493eace61724 MD5sum: 91075f676081e6c5360c04bc050b8817 Description: debug symbols for ros-jazzy-imu-processors Build-Ids: 35f4237613aac44424c74dd801efec5d43d0a885 368ef15e103ff715d582843f508c12eb4f940b5f 36de9028a685dd6b4b281e447342d9781b792b27 a4f6057ef39ebede58961aa84dfe584cee4edde1 Package: ros-jazzy-imu-sensor-broadcaster Version: 4.41.0-1noble.20260725.081838 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 292 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.41.0-1noble.20260725.081838_amd64.deb Size: 83874 SHA256: afb08e0e339f73a68b425066fd18c4bcaf026780af2b1d0ac37b68453a5b441c SHA1: 57d78f70d634ea743fc036bba9cc322cbd6262af MD5sum: 7200a1a801fc4ee558a3e81c88f32559 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.41.0-1noble.20260725.081838 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1149 Depends: ros-jazzy-imu-sensor-broadcaster (= 4.41.0-1noble.20260725.081838) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-sensor-broadcaster/ros-jazzy-imu-sensor-broadcaster-dbgsym_4.41.0-1noble.20260725.081838_amd64.deb Size: 1078742 SHA256: 0382cfa6f9e655b8f3ea0b11285bd1aa1d5a2343c78f1d098131f8e0aeb0c546 SHA1: bbfb4d66bc2e0f395b12ea7d3ca35b7b730a2e98 MD5sum: 7d81ad606bf160c8b31dc0f683c92410 Description: debug symbols for ros-jazzy-imu-sensor-broadcaster Build-Ids: 763d5b49563fcab6b34994de5ade66a66447c924 Package: ros-jazzy-imu-tools Version: 2.1.5-1noble.20260804.184936 Architecture: amd64 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.20260804.184936_amd64.deb Size: 5268 SHA256: a816e6269b81369ef6c4f1896f98e6fabf254a9dbab5c80febc6607228bca5ff SHA1: 324d80010922b441717519ac17d868f5c4e6c866 MD5sum: 210f714270c2d0ba45c01f934e7f969e Description: Various tools for IMU devices Package: ros-jazzy-imu-transformer Version: 0.5.2-1noble.20260804.182733 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 948 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.20260804.182733_amd64.deb Size: 179834 SHA256: e460ecb2dcf027f84812c9bd75ac49e04f26a0444644933e068550425f0b4cce SHA1: 02f870e5b3dd4cec9f20b000ef83fbbecf0b6037 MD5sum: 8598e1f34daf466ba9017da4ceb577df 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.20260804.182733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 4684 Depends: ros-jazzy-imu-transformer (= 0.5.2-1noble.20260804.182733) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-imu-transformer/ros-jazzy-imu-transformer-dbgsym_0.5.2-1noble.20260804.182733_amd64.deb Size: 4063126 SHA256: b6e505b0a2c65072b2bb12807b93a8236013cdb4b5f54c9a4e2c4279fff1b40b SHA1: 281af8f6633c9a1f730928b84275da58c6c0af1c MD5sum: 52619d9000f0308d95567d0b81a6c7f5 Description: debug symbols for ros-jazzy-imu-transformer Build-Ids: 8c5d7318697658d19ca17cd505936b443d21387b c27bed53d1fe935f80b397569b707d9b43669568 Package: ros-jazzy-insight-gui Version: 0.1.3-1noble.20260804.180355 Architecture: amd64 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.20260804.180355_amd64.deb Size: 294764 SHA256: c4dd6ebad1eb98973e35ef90e4f51cbbab491229448fc4089c76ed048006593b SHA1: 8a3e41a301fe67dafc5c3be392632a2052c43f3f MD5sum: 6e4d618ee6048edb6443b50de0be5cba 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.20260804.181800 Architecture: amd64 Maintainer: Mike Purvis Installed-Size: 245 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.20260804.181800_amd64.deb Size: 67910 SHA256: 1fe7ab6cfd36419ffda25bea4b286a0732234e99f65ef1bfaafa69734cdad3c7 SHA1: d33ceca1aacc7b9168fa4877ee4dac2eaba4d329 MD5sum: c9c7eca4c6af09e13d42c37c097a264c 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.20260804.181800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mike Purvis Installed-Size: 1224 Depends: ros-jazzy-interactive-marker-twist-server (= 2.1.1-1noble.20260804.181800) 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.20260804.181800_amd64.deb Size: 1136996 SHA256: 975b2506a45697ad8e55e8cfadc624ac35cc81c6335f3a39b69f0103fe482e8f SHA1: c907308b651ef648560703be2676e66b3aef49a1 MD5sum: 4e557563296c6560a2c4a7887467e01a Description: debug symbols for ros-jazzy-interactive-marker-twist-server Build-Ids: df12ca50c750aba5566b7e645b6b08e17c341558 Package: ros-jazzy-interactive-markers Version: 2.5.5-1noble.20260804.181227 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 1021 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.20260804.181227_amd64.deb Size: 205280 SHA256: 6588fb1e5d66639e8446292ef2ca5b8604372e9d78241bb769ac76b0c2751366 SHA1: eaff32908df4dc97bc4878b86d9b2f3d27ecb399 MD5sum: a7bebbc39e42894ae1e771b636e57c51 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.20260804.181227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 4934 Depends: ros-jazzy-interactive-markers (= 2.5.5-1noble.20260804.181227) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-interactive-markers/ros-jazzy-interactive-markers-dbgsym_2.5.5-1noble.20260804.181227_amd64.deb Size: 4277000 SHA256: 08738f06575a218330223d44bc3c35734457ae17f46dd06a4a385fb265e9cdf0 SHA1: 51ae2c34e7ea6d669ec815159e3feb59afbf52e2 MD5sum: 519fc697b5e07d3badc05ea5fcd31120 Description: debug symbols for ros-jazzy-interactive-markers Build-Ids: 5ce73906c79d7ceedc8c993deaa5583a661d7f71 Package: ros-jazzy-intra-process-demo Version: 0.33.11-1noble.20260615.140321 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2763 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.11-1noble.20260615.140321_amd64.deb Size: 383730 SHA256: 60e50c10c5b0b0dbbf1f4c711b07c5dbf978902b91ebfa48c4bf9f1012121ff2 SHA1: f5439896d65459d81a9288c0de6e255db4a6732d MD5sum: 0be45feb873e24f46095f689f3867d09 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.11-1noble.20260615.140321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 13925 Depends: ros-jazzy-intra-process-demo (= 0.33.11-1noble.20260615.140321) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-intra-process-demo/ros-jazzy-intra-process-demo-dbgsym_0.33.11-1noble.20260615.140321_amd64.deb Size: 11908504 SHA256: 3730f973ff30038b6205cb71886baa55a767598d891a329d80a50b075efc4aba SHA1: 106c43687915aa24176679e6d251b3d783de8a9e MD5sum: 4348ced0ecb16fd1f45b820f06caca71 Description: debug symbols for ros-jazzy-intra-process-demo Build-Ids: 046f423a10cc679e59557336558567583dc3ba81 3f3714987895f2bfb07e2db9162ed23cbbd941c3 910711c14e85afdd640c8385ae3ab86401ba926c d0054544e837add837f59526789b8862bbb7984a d7a9265d5dfa56270f995ae8b5e447946df1fd28 d851e926348a85d0ef7916f742f02728e044815b f7e0e93c82a47ed8ab7b42ccb3b70de1e7ca12e1 Package: ros-jazzy-inverse-dynamics-solver Version: 2.0.3-1noble.20260616.083050 Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 357 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.20260616.083050_amd64.deb Size: 111008 SHA256: 3d3bdf79b4e46712b690956f865e1fb756cc98f40076d822b9bb463d44b1efaf SHA1: a933ce310f90a70c79f9431b952cb3a48a19feeb MD5sum: 78c33f73271990ab5e89d4b3a7f2defd 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.20260616.083050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 1836 Depends: ros-jazzy-inverse-dynamics-solver (= 2.0.3-1noble.20260616.083050) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-inverse-dynamics-solver/ros-jazzy-inverse-dynamics-solver-dbgsym_2.0.3-1noble.20260616.083050_amd64.deb Size: 1766012 SHA256: 5bf063405063790b1317d3706006d4c3d31d2fbdf31f3617f264dbb3a3dc3a3c SHA1: fbbb7ca9abc31cfc4ec327b5d066aaa7ef088bd2 MD5sum: 39a3b04b6c3cc609853038bba8cd7afd Description: debug symbols for ros-jazzy-inverse-dynamics-solver Build-Ids: 472534fec8749c6b2e653fbe70d5f794be6b3aa5 Package: ros-jazzy-io-context Version: 1.2.0-4noble.20260615.140648 Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 187 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.20260615.140648_amd64.deb Size: 41386 SHA256: 380d9d07fe0e964304066e3b724080626241c000010e3c382a9ebba77c047869 SHA1: 59dd1095a794fb85054bfe942c248a181d0c16a2 MD5sum: db79d4a7d172a18659ccf753a2db3aa2 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.20260615.140648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 309 Depends: ros-jazzy-io-context (= 1.2.0-4noble.20260615.140648) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-io-context/ros-jazzy-io-context-dbgsym_1.2.0-4noble.20260615.140648_amd64.deb Size: 200212 SHA256: 19559ad84cf483bbaca1d3119b56604ca177897da3526aaa2d93f61275e6ff9e SHA1: 126d36437f8fb81c0bc45a98cd61fa79667d0c75 MD5sum: 5a6ef501ffa9f0d1a5348a3f047af73f Description: debug symbols for ros-jazzy-io-context Build-Ids: 81e0cca86f277acad608f1b69323caa9658f7fc9 Package: ros-jazzy-irobot-create-common-bringup Version: 3.0.4-1noble.20260806.103742 Architecture: amd64 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.20260806.103742_amd64.deb Size: 23310 SHA256: a892ac2c909de282c8ebe097ddb49048e045a7e9fc0719143aa019d2380af92f SHA1: 57b6007327ba2d979b9ae2ff3671d52adc71fff0 MD5sum: 29961194717a13470930536113718edf 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.20260806.102941 Architecture: amd64 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.20260806.102941_amd64.deb Size: 8936 SHA256: 541b06ea37560bd19d825b6e432456d20c72bb92cfcdb27d36bf9fd5ca9c6def SHA1: 7c74117e1f09f4a6e6efc235ba24e35be915cf64 MD5sum: b5862b15358084c2b6988bcdb7ab691e 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.20260806.103652 Architecture: amd64 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.20260806.103652_amd64.deb Size: 1363110 SHA256: b59f1e9b4f8de2c9f5d9653581056573297ac044bbc8e01d993e64f997102196 SHA1: 32d54790109ac1711057d9ee495884fe2128a03d MD5sum: a1ce7d6be91e1bebea7132ad28482fb6 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.20260806.104010 Architecture: amd64 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.20260806.104010_amd64.deb Size: 13404 SHA256: b24a21c445230993e068a9c8139027aa82c10c347d11d16d3a91f421b2697761 SHA1: 851fe71cacbd4ead2a00b1d8fe52b4f772b066f0 MD5sum: 9cfd01e1267ca26e0a4378591f906a6f 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.20260804.194243 Architecture: amd64 Maintainer: rkreinin Installed-Size: 110 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.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.20260804.194243_amd64.deb Size: 43010 SHA256: 22b9b0c0a427fb805c3088c6dcc63f8d373f01a970afded990e53252fe1abb64 SHA1: d13348b6a60954a20da55b025f886e0cd4d77406 MD5sum: f81eebb36a2efd8cf557c23d55637236 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.20260804.194243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 615 Depends: ros-jazzy-irobot-create-gz-plugins (= 3.0.4-1noble.20260804.194243) 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.20260804.194243_amd64.deb Size: 598824 SHA256: c931d8e8dfb3f1453196bfa6b041cf1f89e0a7954738493a64e3bef66fba9b74 SHA1: 4a649404ce387fd84d0b1356e42a33cb272bf307 MD5sum: 94f556eda112d72b0a3adeb18936c385 Description: debug symbols for ros-jazzy-irobot-create-gz-plugins Build-Ids: f81ee2a16ef33811931e9292570e60dd51f1e45e Package: ros-jazzy-irobot-create-gz-sim Version: 3.0.4-1noble.20260806.104446 Architecture: amd64 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.20260806.104446_amd64.deb Size: 6430 SHA256: c315454d71f27d1607a821a140d8052e43063557bc2b424d17251264dbdc1483 SHA1: a5e07a7d7d68ef39cf10d774532d8237ffb17c3f MD5sum: ff497c58355bb134a41762fe50d9a852 Description: Metapackage for the iRobot(R) Create(R) 3 robot Ignition simulator Package: ros-jazzy-irobot-create-gz-toolbox Version: 3.0.4-1noble.20260804.184253 Architecture: amd64 Maintainer: rkreinin Installed-Size: 2769 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.20260804.184253_amd64.deb Size: 416256 SHA256: aa35b42d03aed22f7986722b92e6f1d8db1549e8598df87f48873fbd8da1cb6a SHA1: 7f51f1fa924477d48467fae800196fe569d818b2 MD5sum: 2d70492de9dc0c4568da2d2650de44ab 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.20260804.184253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 15230 Depends: ros-jazzy-irobot-create-gz-toolbox (= 3.0.4-1noble.20260804.184253) 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.20260804.184253_amd64.deb Size: 13033510 SHA256: e9ae0addcdde2a2f768ba126b7540a4ca5c39219e6d2d28b8fee440ff4c93b84 SHA1: 0d29a64dbd4a477fb7193fbecd9d80622424a8d1 MD5sum: d1e10f334fffa4a371044fcd20281b7f Description: debug symbols for ros-jazzy-irobot-create-gz-toolbox Build-Ids: 0bf5f8ca0bbe46ce89c86f574e5e927eace58711 1a14d215d75dffae635ef361148384df0a045384 3529f7f2d06c9581351bb535a153077df5df133e 4882e5aa4a32efff113695e445a5d6c121d94a66 86a3fcfe51dd0ae82dd228f1563e02e54ff68770 d714f100b8c214cc5bf922b8497c1394a1903e42 Package: ros-jazzy-irobot-create-msgs Version: 3.0.0-2noble.20260615.111059 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 15847 Depends: libc6 (>= 2.14), 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.20260615.111059_amd64.deb Size: 832234 SHA256: 367b7f621418e6ee2a1a8819396bdfbf11c865f570af101b2a8a8a0f913bb3eb SHA1: 23aaf5c4d9c2852d527cd027759b9d8a83dff4d2 MD5sum: 08f51a3250ba2ef0577c6d47b8a57c0b 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.20260615.111059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 8511 Depends: ros-jazzy-irobot-create-msgs (= 3.0.0-2noble.20260615.111059) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-msgs/ros-jazzy-irobot-create-msgs-dbgsym_3.0.0-2noble.20260615.111059_amd64.deb Size: 6179058 SHA256: aac67c3a177e0de96eb4675eaf86a9b0dd69ddba9752b3829ba03a9644c347a3 SHA1: 48f18b721a7b983fe29ead4294be806768c06938 MD5sum: 73a7937220f94977db5d8dae4ec134bb Description: debug symbols for ros-jazzy-irobot-create-msgs Build-Ids: 24c597b4df549bb289b7d9b41674d5c109543707 34d8d5b0b1afa8650c49761f1b087b9bd6362f0f 3b5d41958ea003975f45236b5298b62c550c95af 4168672aa8c6a3818f905cee39f8e1a5369d4693 4e2448deb990b1b594db43c98abeb8799c08711d 5d4559cf4e239ac961b00882928e42f265e8e612 772a3608e5669b82f8977b727dc8d87af59fcb8d bb89d6ccc9d68ac8578e5e658a1f89f79eaf5e7b ce598ac63f324b4d5cbffc467a0d753eb65695a1 f2ded08d5ba1caf908f3a1581482254626f1fb13 ff9175b578c99044ee01f9f6c6a72a346f393611 Package: ros-jazzy-irobot-create-nodes Version: 3.0.4-1noble.20260804.181553 Architecture: amd64 Maintainer: Ekumen Installed-Size: 7065 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.20260804.181553_amd64.deb Size: 937694 SHA256: 89342fb1f67f4ed7ae5dccc9ce15c1abfc251900226bc7a712b8aac9eefa23e4 SHA1: 1816ddb3cc531661c5ecd4c7b248688f652b1340 MD5sum: 97779053654d692210bf6fed312f241b 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.20260804.181553 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ekumen Installed-Size: 33889 Depends: ros-jazzy-irobot-create-nodes (= 3.0.4-1noble.20260804.181553) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-nodes/ros-jazzy-irobot-create-nodes-dbgsym_3.0.4-1noble.20260804.181553_amd64.deb Size: 27852500 SHA256: a90511d8fda3d429b583d9bce892177e47031399f57eb97223402adc51e16941 SHA1: b422efd54d05fd1a279df2c39ec2f3eb61424707 MD5sum: ebd7666088b2ecd8030e142e79607f7f Description: debug symbols for ros-jazzy-irobot-create-nodes Build-Ids: 1ad6238a53ee0dc4535a1e09840ece68070db67e 2ab1f35efcea07e9186395b37fa5a1d5bfad8f45 2c34b38218c5febcb6ea09dc087d4ace2c259d9c 3e845bef3d94236bb129a6a2c0e3d37d9e56704c 4181db1f05866b835f6f9de1c192fa1c31c91c39 70db2427bd1ab7d5ebf8d71583e470c846e7a55b 749114d1aea78240154113926e9f0f6805dd189f 79b405d380215c9609ba957530af418033c7fc0c 81ef22208e078c0c9977beaf8d9df9882463bbea 958c3d11874536a541268c99e2d9970ac8cd8218 975be11371f39036787c035c473d8897f624e07f a100be671944883abc7f717d14d1e9dde3a24f1a a1cfd7bd12caf31a26586936dd4c784a56becbdd be851d98748d658e1486f8134316f2f910ad0bf5 d31daaa9d735b2717b73ea048fd80918343f4925 fc6fcdf0ec3b0b2fe8c005010794d499324e24ea Package: ros-jazzy-irobot-create-toolbox Version: 3.0.4-1noble.20260618.180233 Architecture: amd64 Maintainer: Ekumen Installed-Size: 78 Depends: libc6 (>= 2.2.5), 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.20260618.180233_amd64.deb Size: 12338 SHA256: eb1192893b16074ee714b47c7c0e993bd07beee00f5d344dccb0f131fe198558 SHA1: ae5ca32bc2f2096c2d648c1a76cd04c8ada60878 MD5sum: 83dc3442d2d166fcd2248edbfdd9a9b9 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.20260618.180233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ekumen Installed-Size: 26 Depends: ros-jazzy-irobot-create-toolbox (= 3.0.4-1noble.20260618.180233) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-irobot-create-toolbox/ros-jazzy-irobot-create-toolbox-dbgsym_3.0.4-1noble.20260618.180233_amd64.deb Size: 13368 SHA256: d74a94d0510da0e7ba7b4d54446849d6361c310ad9148d601397a4c80f71e223 SHA1: de795fbd3be15a23a234455723b95818324a3511 MD5sum: 1f3c6d71babaa0af75d2479912de1b83 Description: debug symbols for ros-jazzy-irobot-create-toolbox Build-Ids: da54481f382017457264dfdcbe8a6a3a079927bf Package: ros-jazzy-jacro Version: 0.2.0-2noble.20260519.011129 Architecture: amd64 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.011129_amd64.deb Size: 8258 SHA256: dc96a9769dd4c6d503269b1ad59d4cbbf9bb44ec308b923a48be2c3c9e5bec0a SHA1: 361e9afb01e2cccd3c731a5f0f671b11956a6aa4 MD5sum: 84802e63b936b3846df5d06b39f5a231 Description: TODO: Project Short Description Package: ros-jazzy-joint-group-impedance-controller Version: 2.0.0-1noble.20260726.102847 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 254 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-forward-command-controller, ros-jazzy-generate-parameter-library, ros-jazzy-kuka-drivers-core, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/joint_group_impedance_controller/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-group-impedance-controller/ros-jazzy-joint-group-impedance-controller_2.0.0-1noble.20260726.102847_amd64.deb Size: 68650 SHA256: 38f4c4dc6184f23d869af48f4530bd61f2136e4ad80581faf3a6694784e0b915 SHA1: 7c7305f61b41f2ea7ccfb6205f664d5a089ab5f8 MD5sum: 2b1f54537fad96eabf3be48890972577 Description: Controller for modifying impedance (stiffness and damping) interfaces of a joint group Package: ros-jazzy-joint-group-impedance-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-joint-group-impedance-controller Version: 2.0.0-1noble.20260726.102847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 1032 Depends: ros-jazzy-joint-group-impedance-controller (= 2.0.0-1noble.20260726.102847) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-group-impedance-controller/ros-jazzy-joint-group-impedance-controller-dbgsym_2.0.0-1noble.20260726.102847_amd64.deb Size: 963256 SHA256: f078c84647bd9fe3e27fe21b7b7f4df67a39b607a6becd33c484e9dbcdf2a8a8 SHA1: 9fb2a794936d7842e711e1ac609fa6c6674d4db7 MD5sum: f3bc732e430b706a28431b2610b706fc Description: debug symbols for ros-jazzy-joint-group-impedance-controller Build-Ids: a0503504eb56081ab27dbfcefd00d033a31f6ba1 Package: ros-jazzy-joint-limits Version: 4.46.0-1noble.20260701.201048 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 351 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.46.0-1noble.20260701.201048_amd64.deb Size: 81538 SHA256: 8d5ab7f79eb4f7616f5ba002995d0b870a9227314e758b047ed4f6cfe4f09c32 SHA1: 3afa26e375f1c37fd03ea64c400bc31a8463af3a MD5sum: 3363ef97cf5c9734fa03854f84209c83 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.46.0-1noble.20260701.201048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1049 Depends: ros-jazzy-joint-limits (= 4.46.0-1noble.20260701.201048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-limits/ros-jazzy-joint-limits-dbgsym_4.46.0-1noble.20260701.201048_amd64.deb Size: 974292 SHA256: 4d465d80902eef9372886b018de39ae0419b83bd7491600941555ba06d589d09 SHA1: 86c87a0000c8856dbe4fb44eab454ba3bd1b3510 MD5sum: 088118ace1b8e26ecca8bf230675d773 Description: debug symbols for ros-jazzy-joint-limits Build-Ids: 1f421a2c7a58ba7a5a1792eeb4e1ad5b687233be 8f9c8d805e8cb787b472ca1754b126f178f977c8 b963d94b66260f96ae4c5625adadf479cd3e5678 Package: ros-jazzy-joint-state-broadcaster Version: 4.41.0-1noble.20260725.081839 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 402 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.41.0-1noble.20260725.081839_amd64.deb Size: 112754 SHA256: 6103d7e58b66f7bcc72f767e14bf41f808fd9084f5176960e1eece915b8ed768 SHA1: 3e6834092cc21fa2bdc146f838c83a1367ead9ea MD5sum: 04723fc3025157b8c4efbeb52c68656f Description: Broadcaster to publish joint state Package: ros-jazzy-joint-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-joint-state-broadcaster Version: 4.41.0-1noble.20260725.081839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1761 Depends: ros-jazzy-joint-state-broadcaster (= 4.41.0-1noble.20260725.081839) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-state-broadcaster/ros-jazzy-joint-state-broadcaster-dbgsym_4.41.0-1noble.20260725.081839_amd64.deb Size: 1642962 SHA256: 2f02e364ae7af4343f5d4523987f4a68ba21757a171d6bc7e4ff2bf5ed089b43 SHA1: e5e82c29680965eaaf5e0b0951d5fcb5c7e09adb MD5sum: 4649207c335b3f4bfc0013f63f418061 Description: debug symbols for ros-jazzy-joint-state-broadcaster Build-Ids: cfd6e398a99d70cf9a9b0f7e370d78ddfa2b493e Package: ros-jazzy-joint-state-publisher Version: 2.4.3-1noble.20260803.130813 Architecture: amd64 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.3-1noble.20260803.130813_amd64.deb Size: 19686 SHA256: 6a459ce705b9a3af3b68a4a7d26304bd0ba5da13c7c4ac60f49ce93c7c62971e SHA1: 03a9a7b28fb2568d96f66115662432451653063b MD5sum: e527b1b89885384bde238b45f360c2ef 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.3-1noble.20260806.091513 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 75 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.3-1noble.20260806.091513_amd64.deb Size: 17312 SHA256: dbf3b55d702008dadee944e6c8801283658dee71fdb9bb7f96de560c53c29ae2 SHA1: 7e34292fafe6a55c89a42690e87fe9f1999f9b41 MD5sum: 517658051e77e672c898d6313eadf822 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.20260701.211614 Architecture: amd64 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.20260701.211614_amd64.deb Size: 117742 SHA256: 414f074199f85b3c2bb096f47f4d1c8780b7060e3db5df82e8647f1864a7f616 SHA1: b16c3144b29a18ec817f43d57990576ce79ead99 MD5sum: 390532113576e6152375ea5a3bdce1c1 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.20260701.211614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 2347 Depends: ros-jazzy-joint-state-topic-hardware-interface (= 1.1.0-1noble.20260701.211614) 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.20260701.211614_amd64.deb Size: 2025460 SHA256: 7c0fe3a03793bf77e62066de050165f751f1801b0c673237dd00661ffb38fcc3 SHA1: 355e1674d7afc36e0b67d90d95afa93473c3f0b6 MD5sum: df8e2390a22029b83c8d2a6aba6a312d Description: debug symbols for ros-jazzy-joint-state-topic-hardware-interface Build-Ids: 9cc361a9ddc3fe80afd86c1147f23f46f9d86319 Package: ros-jazzy-joint-trajectory-controller Version: 4.41.0-1noble.20260804.185404 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1467 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.41.0-1noble.20260804.185404_amd64.deb Size: 333460 SHA256: 977cd6340a9a74b85b0acd7ba073827456ff79dd0531e1cc8861f9c0c81aacd9 SHA1: be8a1dd938b13d01f17ce3c0ea0c92c92aec82a1 MD5sum: 900b56f99d042e8a9945b6761b67b00f 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.41.0-1noble.20260804.185404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 5711 Depends: ros-jazzy-joint-trajectory-controller (= 4.41.0-1noble.20260804.185404) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joint-trajectory-controller/ros-jazzy-joint-trajectory-controller-dbgsym_4.41.0-1noble.20260804.185404_amd64.deb Size: 4996544 SHA256: c8f9e4b490d74f273c99770c6e5f6ecd6fab34a523c5dffeea3ddb7171429289 SHA1: 0a5ee6d7b02dd243e3ca5ea050dbd2d3bf9a2910 MD5sum: 58fab5c2dfc26af6c3b4d8e727c8d544 Description: debug symbols for ros-jazzy-joint-trajectory-controller Build-Ids: 1d3d3ada3dafaaaca805bb9258a00c36e6d9259c Package: ros-jazzy-joy Version: 3.3.0-3noble.20260615.144309 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1168 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.20260615.144309_amd64.deb Size: 185478 SHA256: 6ed3b5ce1cddd39d80c2025efd45c2f8d08c28be644d3a874200dda217ff4c29 SHA1: e9d9fcad5b6b2968cc2c8675cc4e910cfa728378 MD5sum: ae7fa19793354a3857f5e2edd40aa6b4 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.20260615.144309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5511 Depends: ros-jazzy-joy (= 3.3.0-3noble.20260615.144309) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joy/ros-jazzy-joy-dbgsym_3.3.0-3noble.20260615.144309_amd64.deb Size: 4677650 SHA256: 20256520e013e76f75f7759574a949f925cc7c7cc61d1d0e920803faea718475 SHA1: 51e282a3116e2db35daecbe9a9ef2243521db29b MD5sum: 474496b5bf5535f67702993b9160e761 Description: debug symbols for ros-jazzy-joy Build-Ids: 2d8cdf7e78892aafffe96254e68494228b3d44be b77822ec2719c58513ed5f0c59803a2b1379dea8 b9e9efeef60af692145f7688a7c06fc73cd18668 e26df53adb06758861fbe83702f75ac8641fc37b f147c5e13a3573ceb1dd9d530611541bf67aedfe Package: ros-jazzy-joy-linux Version: 3.3.0-3noble.20260615.143929 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 544 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.20260615.143929_amd64.deb Size: 123112 SHA256: debab0f03e80171daeff442fe3942f8cd3dbb0dc66ba4777af187c80773df8cf SHA1: 82987b1a9823c142acae1fff3297b46b7636e2ca MD5sum: 1a1bb2739e94d9f6ad5c3e0e2b6f4047 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.20260615.143929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 2454 Depends: ros-jazzy-joy-linux (= 3.3.0-3noble.20260615.143929) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-joy-linux/ros-jazzy-joy-linux-dbgsym_3.3.0-3noble.20260615.143929_amd64.deb Size: 2105816 SHA256: 6e47b14face29e234691e265667fb0f279c6ac5d11ade4dd7c6df01e7111ac15 SHA1: 127c61e53dd74ffd9b2f0087108df53dc6c1977e MD5sum: f12f773367c52735f937c76aac2b6e81 Description: debug symbols for ros-jazzy-joy-linux Build-Ids: 67a78d0db1dd5093138a22a2f8db37cb6931874a Package: ros-jazzy-joy-teleop Version: 2.0.0-1noble.20260615.135735 Architecture: amd64 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.20260615.135735_amd64.deb Size: 22062 SHA256: 981a87a609837e96ef13a08413e77c293e4f913394d7c9d2cee95b7cce40ab12 SHA1: ef5b995968a3542f917c5ae197ff823791c3a9d5 MD5sum: 990b342123fd407bc8d6122e33d3a18e Description: A (to be) generic joystick interface to control a robot Package: ros-jazzy-joy-tester Version: 0.0.2-4noble.20260615.144234 Architecture: amd64 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.20260615.144234_amd64.deb Size: 7500 SHA256: 6e59c4b2386a9460e319463e886a743483d35e9cc9e81990304420a842880ee5 SHA1: 5d65ad04a11ebe25925384a357329a6b6b9d2a07 MD5sum: 0b58dba09ab338d3899d6e287f50eb18 Description: Simple GUI tool for testing joysticks/gamepads Package: ros-jazzy-jrl-cmakemodules Version: 2.0.0-1noble.20260702.092758 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 24969 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_2.0.0-1noble.20260702.092758_amd64.deb Size: 2274740 SHA256: 61584992bec4f0fcf76b818925c1bf34f1f6723399b089290645731180e0af2c SHA1: 55d13aecea55aea0249800ababe4fb238a18ad0f MD5sum: 342ecfe578b9d0726366cf72c3263a03 Description: CMake utility toolbox Package: ros-jazzy-jsk-common-msgs Version: 5.0.1-3noble.20260806.124650 Architecture: amd64 Maintainer: Kei Okada Installed-Size: 42 Depends: ros-jazzy-jsk-footstep-msgs, ros-jazzy-jsk-gui-msgs, ros-jazzy-jsk-hark-msgs, ros-jazzy-posedetection-msgs, ros-jazzy-speech-recognition-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/jsk_common_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-jsk-common-msgs/ros-jazzy-jsk-common-msgs_5.0.1-3noble.20260806.124650_amd64.deb Size: 5590 SHA256: dd15d8cdfc695ee8ed73bc1b7d89dc2ac9b22eb5978a0f2d98a6e45833adc30f SHA1: 17d57a831b747a402fba4d52e6e78a103628530f MD5sum: 06fccc8766ef718550ee24656d737c3b Description: Metapackage that contains commonly used messages for jsk-ros-pkg Package: ros-jazzy-jsk-footstep-msgs Version: 5.0.1-3noble.20260806.123105 Architecture: amd64 Maintainer: Ryohei Ueda Installed-Size: 3399 Depends: libc6 (>= 2.14), 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://ros.org/wiki/jsk_footstep_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-jsk-footstep-msgs/ros-jazzy-jsk-footstep-msgs_5.0.1-3noble.20260806.123105_amd64.deb Size: 214524 SHA256: e2fef9acfc504e0d3b0d834226e08948291de461dfac2c6080badeacbd65e6fa SHA1: 5642a530617675bb3b42148ed5a957230c46ce59 MD5sum: 833c4bc7d0d60263070b236a2cae7c9f Description: jsk_footstep_msgs Package: ros-jazzy-jsk-footstep-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-jsk-footstep-msgs Version: 5.0.1-3noble.20260806.123105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ryohei Ueda Installed-Size: 1806 Depends: ros-jazzy-jsk-footstep-msgs (= 5.0.1-3noble.20260806.123105) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-jsk-footstep-msgs/ros-jazzy-jsk-footstep-msgs-dbgsym_5.0.1-3noble.20260806.123105_amd64.deb Size: 1307830 SHA256: 4bcd876fbc7d5a72ba02ae0c474a9bd5f163cc7d1917fa4a268f1dcf9994776c SHA1: 0c4d474f7f249e5cfd78fd741bf60293b884cb39 MD5sum: dfe70721546844328708a95d17e0a108 Description: debug symbols for ros-jazzy-jsk-footstep-msgs Build-Ids: 01194e70ed014797e6369bff86ed7170321e6c2a 02939b752ad994b94c80ed7e20a3e35c4fd6803a 170826633b24d5cecd63fab31a6bb4b31e4df811 1c2a8a0aa8bee1a65fd5163b9aa9b16454193084 6b2dc9b84834378a426b04a85d8fb29ab25c75c1 81ab458c9ec321275258e8df689902cbc502790c 906488d516f9d469e7f52a9605805e4ccead2e48 b16dfcfbcba4f74bdd8c11ac6034baefac99f663 b7eb6f6a43ee045b106ded05b0ecf4f0db4472b5 caa9ae752421489517e4f341bbe0aaf4d988f599 fe8992e06d8304fc81e53c43c6da269c1ac54d7a Package: ros-jazzy-jsk-gui-msgs Version: 5.0.1-3noble.20260806.123121 Architecture: amd64 Maintainer: KazutoMurase Installed-Size: 2531 Depends: libc6 (>= 2.14), 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-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-jsk-gui-msgs/ros-jazzy-jsk-gui-msgs_5.0.1-3noble.20260806.123121_amd64.deb Size: 193374 SHA256: 992f8f279ba32d58bd7eb793a19cb7165e3ecaba9c9ef248d3b6db9bad607aff SHA1: 2834e53a1c7d941653c5ccb639c25f4ff8e4411a MD5sum: cbdf5f37fb32db8bb30d353b5a213580 Description: jsk_gui_msgs Package: ros-jazzy-jsk-gui-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-jsk-gui-msgs Version: 5.0.1-3noble.20260806.123121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: KazutoMurase Installed-Size: 1972 Depends: ros-jazzy-jsk-gui-msgs (= 5.0.1-3noble.20260806.123121) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-jsk-gui-msgs/ros-jazzy-jsk-gui-msgs-dbgsym_5.0.1-3noble.20260806.123121_amd64.deb Size: 1602290 SHA256: e4395497d176f60875d7fa56d287a43f7b1d26052864dc6414038ad757092a5f SHA1: 51d0ddbd2497fc9f9e66ad4799c35be5f81c5512 MD5sum: 6ccd4b94915dfdfbf560040112a8cd0b Description: debug symbols for ros-jazzy-jsk-gui-msgs Build-Ids: 0a94ba278b819fb2edba9823d8127840ffa76790 1b283fa3213dd55d24ed0846e36dc428f17c7e11 1e78b650b7cdb021384f7c3e77dc29bc48d8cfc5 56d14a9b6191c689bd901b28ca6f0ff765b3de97 66102e94d82e1a19ee83364469e824071691e739 7a71b3ffa60f671a156d3a6da6015279522934b1 9a60e81a2ef960b2005ebb82f7d2f3ea4d3a3ed7 9e28eeca580f6b88eb0305549ddf767cceb6e659 c5063877f4b24646eccad500117a3c330b24aa19 e0fb2b1661ffa67e6d537b541e082ca5021cdbd7 e9c49178f3ab97f26a5dc7fa3acda549f43903a5 Package: ros-jazzy-jsk-hark-msgs Version: 5.0.1-3noble.20260806.123126 Architecture: amd64 Maintainer: Shohei Fujii Installed-Size: 481 Depends: libc6 (>= 2.4), 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/jsk_hark_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-jsk-hark-msgs/ros-jazzy-jsk-hark-msgs_5.0.1-3noble.20260806.123126_amd64.deb Size: 49764 SHA256: 339d6309c24cdb8b5547405dc23f926145a16dbf31a4388bab68e75711a990f5 SHA1: 84166c5297b486c555bc312a4ac3f719c7249026 MD5sum: 2011314268d8b682ed5aba473bc9992e Description: jsk_hark_msgs Package: ros-jazzy-jsk-hark-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-jsk-hark-msgs Version: 5.0.1-3noble.20260806.123126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shohei Fujii Installed-Size: 307 Depends: ros-jazzy-jsk-hark-msgs (= 5.0.1-3noble.20260806.123126) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-jsk-hark-msgs/ros-jazzy-jsk-hark-msgs-dbgsym_5.0.1-3noble.20260806.123126_amd64.deb Size: 213524 SHA256: 7849c4212616ebca4b2d7bcf806f833f0e7e8f9d35c6dd72fdba68cd15558003 SHA1: f9f45564a0976e64aba6f825d50ed57248136be5 MD5sum: 0e576e7463d730e20234449bab14a6fb Description: debug symbols for ros-jazzy-jsk-hark-msgs Build-Ids: 051d84876de559ae0c0154a4f9c8b9e60b177927 19eab7dc33734ab70909d912b620f932faa0827b 1a44705f8f11e187ce7affcaec64777d9a404635 392ab95af60d0dce27e480289955851766f6d15e 6f5825db76fd0fe40af9923c0c384dda9eba144b 72ad1ae7fc23c78aa009eab0b6eecb32bbbabf32 a3c062b09ca8621dd77ab788fc911cfcd0619611 ba28595abab827b136e46fabf50697939d26420e bcf870139d15d59cba3030f1f1b1b897534831d5 cf3476949d471f6c93b06c867614d26e1a5f26d3 fc25a12ade0db87263878c97638a9dd188c5417e Package: ros-jazzy-kartech-linear-actuator-msgs Version: 4.0.0-4noble.20260615.110337 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3603 Depends: libc6 (>= 2.4), 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.20260615.110337_amd64.deb Size: 211126 SHA256: 648c69f32c060237fc89b1d4b6d0c5019e064a086fd1f62967826b1a0647c2b5 SHA1: 2c58c05125af5e7a3abc4590d48dd0e09432cc11 MD5sum: dd126bcc7307414a4fbd9f7f1f414fa4 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.20260615.110337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2413 Depends: ros-jazzy-kartech-linear-actuator-msgs (= 4.0.0-4noble.20260615.110337) 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.20260615.110337_amd64.deb Size: 1898762 SHA256: 4d22b64355f474ced8918c5e972d405b2aaf0f53b7b9c5994cf185cf63f919bc SHA1: 447b88c8f1bb5d702b5e17b521530c27786b7e26 MD5sum: fba7dd994f03cc0f464615d7eb2d88fb Description: debug symbols for ros-jazzy-kartech-linear-actuator-msgs Build-Ids: 15d8ebbddb39a511b6c4e3a546bfc6f0612653d1 2ff5c14d1626efa4af6ef0e5abc44a040e724072 308f68c0dcef94c8d0748310f8f37ad3b8fb6dff 423ec951bd6421f18a68fa1e9403cdca113ca00a 4257419cfdf0d541e1fdccedc9279b8673f80dfa 57760e79d36749d8b1f65f5154bff53b81bc83f1 7eae6cb04f1d8c6a87d4119f625596e62061f285 9bbd7b233cba4b08d6545869f352c969dea16310 b518e5e8d52ec872166ed3892bc65253ad32160e ccee97cf40b5c2efa184127d4fe838bd52571b7a eae6803785684998dd1d860d6b6a4c5860f6b2f8 Package: ros-jazzy-kdl-inverse-dynamics-solver Version: 2.0.3-1noble.20260806.102450 Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 14455 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.20260806.102450_amd64.deb Size: 6460704 SHA256: 311d73aaa67befe5dc7976dc1affa7fad2e3ef2f7684a6d130cae592268e8fe0 SHA1: 06db72c20192793ef1229a1e756cd3b3b151dc70 MD5sum: e926516307ad1c02d77fca7a5bfe2a8e 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.20260806.102450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 432 Depends: ros-jazzy-kdl-inverse-dynamics-solver (= 2.0.3-1noble.20260806.102450) 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.20260806.102450_amd64.deb Size: 411486 SHA256: 36f56348995caf46c312f931e03c16d1850f0efd6b63ff33533e942093ff3e20 SHA1: 5bb029f37dfd93a22602df894c7c15efb8800441 MD5sum: a21a7e89f159616b1389a08c954663de Description: debug symbols for ros-jazzy-kdl-inverse-dynamics-solver Build-Ids: 48cc8f4938ea0a33b78ac17a35f047e93fd9f793 Package: ros-jazzy-kdl-parser Version: 2.11.0-3noble.20260604.104357 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 100 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.20260604.104357_amd64.deb Size: 20882 SHA256: fc83929fc5932a2e9dece5e8641aa69527b0fe8b19ce7e77d29a43e2640e4966 SHA1: 9a50680b4d28326dcb45558f7be5fb0ebf2225e2 MD5sum: 44c74514dcc82ce537cd9cc4884eeaa3 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.20260604.104357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 183 Depends: ros-jazzy-kdl-parser (= 2.11.0-3noble.20260604.104357) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kdl-parser/ros-jazzy-kdl-parser-dbgsym_2.11.0-3noble.20260604.104357_amd64.deb Size: 166972 SHA256: 199da86a11f70050fa8b8e9ef53bde303142a506c4013da212d5528a725df37c SHA1: b06e459760bcd4aafef8fdd0c8df3fede3731158 MD5sum: e5ff550619d18cae42f28254b65ac7b7 Description: debug symbols for ros-jazzy-kdl-parser Build-Ids: 91b4033c0e727eb9d5915160ebe95c075f92e48a Package: ros-jazzy-key-teleop Version: 2.0.0-1noble.20260615.143516 Architecture: amd64 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.20260615.143516_amd64.deb Size: 11916 SHA256: b72c93120081d17df6ce0a722fc48804fc8f371ff7a94e4b97ceaa3b126087b7 SHA1: 448928d7dac4af396e13f981d7b09e9a54806444 MD5sum: cec3edaab9d0d540b7613e5167b249c2 Description: A text-based interface to send a robot movement commands. Package: ros-jazzy-keyboard-handler Version: 0.3.2-1noble.20260225.235108 Architecture: amd64 Maintainer: michael Installed-Size: 142 Depends: libc6 (>= 2.14), 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.20260225.235108_amd64.deb Size: 32578 SHA256: e94babb3564e9ab3151b6fa300fb78b03c7ad4a326db8bf8205dbb5a46868fb7 SHA1: 5659eee98510a29a67f38260b623feb1ae1c94d4 MD5sum: 6f32b56628f0ab136bb09980bd35495f 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.20260225.235108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: michael Installed-Size: 239 Depends: ros-jazzy-keyboard-handler (= 0.3.2-1noble.20260225.235108) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-keyboard-handler/ros-jazzy-keyboard-handler-dbgsym_0.3.2-1noble.20260225.235108_amd64.deb Size: 214764 SHA256: bc2b3243af01a27ad5b380156937f915d064048faadc13514f6dffeee5504801 SHA1: e4f8223caee086659e2d76cc5d37af8b10c0dd6c MD5sum: f8e4de1057cd3cd5b22693cc0782e70d Description: debug symbols for ros-jazzy-keyboard-handler Build-Ids: 8d969435bc1468588dd709f09ba2a21a1b0aec0f Package: ros-jazzy-kinematic-pose-msgs Version: 1.0.0-1noble.20260615.112021 Architecture: amd64 Maintainer: Leonardo F. dos Santos <44267124+qleonardolp@users.noreply.github.com> Installed-Size: 467 Depends: libc6 (>= 2.4), 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.20260615.112021_amd64.deb Size: 44058 SHA256: 0ae9a27397e27b7f781cca296bc342c7cfe9cad802ad47ccf190b924f3530260 SHA1: 8013ee059770909b4eca9494c64b06fd82f69081 MD5sum: 31756ec9e1de450960b7affff7028e4a 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.20260615.112021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Leonardo F. dos Santos <44267124+qleonardolp@users.noreply.github.com> Installed-Size: 265 Depends: ros-jazzy-kinematic-pose-msgs (= 1.0.0-1noble.20260615.112021) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematic-pose-msgs/ros-jazzy-kinematic-pose-msgs-dbgsym_1.0.0-1noble.20260615.112021_amd64.deb Size: 170990 SHA256: aee0fd7067b3764c6109001d7818b33bb64ca9324f51921d206cecda8bf2fa2d SHA1: 23d08315486cd5833d62ff4210112fcd84b0295a MD5sum: 0ceca58e4894e78b6b8fb8cd7fea2390 Description: debug symbols for ros-jazzy-kinematic-pose-msgs Build-Ids: 0a346118cf749dfe64edc25a2806a86fc0cb3bda 3187fe17b5dd48af3c598f9dca96322f48c1be4a 4566bee9c49f7b2b30363ab060699088d2af32f6 4cf42494946ad4cd2f099ec80723fa52e2bccd77 538858494d178a4d9eadfe54fac15499795cc7f2 6979fc73df8a5a1d60a26090dadc557bf7fc31da 9a5ef7fbcf8996f3d16ab8ee2fc24e50f1f07194 a0ea4001ef48e939cf01110a159265918b5fd39c b2d3a358f14c53a564f5228483c5d7abb541641f e742c6ae02a26a2ef48dc77ab84f3a30be426795 f68675e62e1f12a0fc1d3ea27c5f3609a5fbd31e Package: ros-jazzy-kinematics-interface Version: 1.7.1-1noble.20260615.160725 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 86 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.20260615.160725_amd64.deb Size: 15892 SHA256: a861946434c2c7d880823d2411e7746389e438a3f6236e52a24e0e3f56bdf370 SHA1: f6a5dfcb0dbda76b50ef7e4828665aaed4402996 MD5sum: a51028f78d5fb11d4d666a3c97060f48 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.20260615.160725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 151 Depends: ros-jazzy-kinematics-interface (= 1.7.1-1noble.20260615.160725) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface/ros-jazzy-kinematics-interface-dbgsym_1.7.1-1noble.20260615.160725_amd64.deb Size: 136890 SHA256: f9acad7b8873166cc88ff5a2ae0bf8b26c5ee55d5e06def8fe54818f796fbdad SHA1: 59d6c2d7cc7a936bfcab9824a79b6f736d892a49 MD5sum: 6aaf61cc22b798b1a651c0d20805d9fa Description: debug symbols for ros-jazzy-kinematics-interface Build-Ids: e3c1a93bd19d7ba456fb8cc0f4630876eab6bf6c Package: ros-jazzy-kinematics-interface-kdl Version: 1.7.1-1noble.20260804.180240 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 182 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.20260804.180240_amd64.deb Size: 54286 SHA256: 0dea3fca7aa1c8bd796a77a5dbb7542b40269e3d9ab183b349973d03375c6c4d SHA1: cfd85460b5be08d9f26d8606079c89e996b8c4f9 MD5sum: ceedaea25745d8453b50502e36a5748e 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.20260804.180240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1818 Depends: ros-jazzy-kinematics-interface-kdl (= 1.7.1-1noble.20260804.180240) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface-kdl/ros-jazzy-kinematics-interface-kdl-dbgsym_1.7.1-1noble.20260804.180240_amd64.deb Size: 1808702 SHA256: ed20aa2e23eca7e7e82645d56012cdb05d99ffbfc347cc2894ef60f3973f7815 SHA1: 6f6aed3bc0c5cf4afc1320f69975791a2588d572 MD5sum: d8630573f76c94388b5d864cd1cf0cf5 Description: debug symbols for ros-jazzy-kinematics-interface-kdl Build-Ids: 65e1c6d0d4a091e5475048bc6bce51d446a90597 Package: ros-jazzy-kinematics-interface-pinocchio Version: 1.7.1-1noble.20260710.112816 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 354 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.20260710.112816_amd64.deb Size: 101782 SHA256: ea21afd96fe83352635722846cfcdf538f605fbcc633700e531424e317984911 SHA1: 2d26ae9dba9cdf1da89cc34912f7b67de59ef522 MD5sum: 9057d51fe47472bae76b5fcf6f52d340 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.20260710.112816 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 9230 Depends: ros-jazzy-kinematics-interface-pinocchio (= 1.7.1-1noble.20260710.112816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kinematics-interface-pinocchio/ros-jazzy-kinematics-interface-pinocchio-dbgsym_1.7.1-1noble.20260710.112816_amd64.deb Size: 9161108 SHA256: 24b9ba1a7d6d41e235b4052378940e88afce326473c054f0acb4c834b2ca2957 SHA1: d007b03d3edbdcbbf51abc832fc81dfc91b5fc2b MD5sum: 04869db952f5f6fd3dc1cab3a2763957 Description: debug symbols for ros-jazzy-kinematics-interface-pinocchio Build-Ids: db3e9bb211dcb4089dd89853ad9ee445ea4705c2 Package: ros-jazzy-kinova-gen3-6dof-robotiq-2f-85-moveit-config Version: 0.2.6-1noble.20260806.100312 Architecture: amd64 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.20260806.100312_amd64.deb Size: 15072 SHA256: d438e54b3641e11b01e0173ade464fcffa3a0d5925137e43b02e1d20a9bafa2e SHA1: 110a4c80ab45b2302bca1db50e4794ba2925edfd MD5sum: 873087e74ee06fcff89306afc1c07b65 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.20260806.100321 Architecture: amd64 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.20260806.100321_amd64.deb Size: 15294 SHA256: cfca44c9ec83958c646356bbf00f3e03d9858ebc6a90745e89fce82d5491b63d SHA1: 0720d8c7d21aee17e4f9b8ce014db29fc63030d5 MD5sum: b07160c6b7652393cee44626190efc77 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.20260806.100334 Architecture: amd64 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.20260806.100334_amd64.deb Size: 15030 SHA256: 3e103b680e3b7248672a0325e5dd9462326e52ddb5196855cdbad725f84b374b SHA1: cab02690f1a966c73a5c2cb4b50c137db5e44728 MD5sum: 66a0a0b8a9ce366f1d6f9fa913518802 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.20260806.091951 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 149 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.20260806.091951_amd64.deb Size: 54662 SHA256: aca644437e0a288abad1c18ed56d5bcee2f00c63d648ac067388b5ccd0fd8f82 SHA1: 3927946771f4c21744a2f29aa00304575ab9f7a6 MD5sum: 7a7e9cf074be7d522c892e9b70ae9d3e 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.20260806.091951 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 642 Depends: ros-jazzy-kitti-metrics-eval (= 3.0.0-2noble.20260806.091951) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kitti-metrics-eval/ros-jazzy-kitti-metrics-eval-dbgsym_3.0.0-2noble.20260806.091951_amd64.deb Size: 604926 SHA256: 1f6e1bbeef14c10ab9277ff11858ecc15a768252db96dc5e543f6f8e80d9918f SHA1: 41833fe13cfebd8e4ed9eb377037bf3b07777d8e MD5sum: b5b3c317750c1c326db0a268acf5a6fb Description: debug symbols for ros-jazzy-kitti-metrics-eval Build-Ids: 4db0c54226b4a031c94a759b409e7180acebfc2f Package: ros-jazzy-kobuki-ros-interfaces Version: 1.0.0-5noble.20260615.103524 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 4055 Depends: libc6 (>= 2.14), 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.20260615.103524_amd64.deb Size: 273458 SHA256: a49ff8654afc325bfbb4bfc3fb9c74cbc6327f5dcc4a2bbf4187fd9b93162074 SHA1: 47ff1c7739dc16d489b186daeb4e47742679398a MD5sum: 63704136bafe64f10073990902ce02c5 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.20260615.103524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 2662 Depends: ros-jazzy-kobuki-ros-interfaces (= 1.0.0-5noble.20260615.103524) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kobuki-ros-interfaces/ros-jazzy-kobuki-ros-interfaces-dbgsym_1.0.0-5noble.20260615.103524_amd64.deb Size: 2070408 SHA256: dd93c0c55aa437d642e3699a9d4476fb8a6a38efb2e43df2e4ae216e45cd0766 SHA1: 85142756434196e14aec9c6c93ee99f6cdc59cdf MD5sum: a1f8ad27b5eb467b66717b9d2c911fde Description: debug symbols for ros-jazzy-kobuki-ros-interfaces Build-Ids: 02c013368fce6adf68328dc25aa038870b12bbe5 0961e1b52465655e864e1d4eb94410bfecab88ca 19182c4903056ee8deedaad11a0eb0cd1cd68d63 2ac5c657c2d34954d5efc1c1acd32c41448f7d42 510a83e0abec130dd41090a09e7bbcb0a324976c 6cc4653a7c20def951f15802254aabe3046237fc a31d00ce06901ab72572f8eaf871bc765251ba53 aa3412d585a96da0a2f2723fd5f3c7d5638c1b3c bee50b1a15791ebe6c0439f7b928cfd91aae3b2e e5badf2fdfdcf43a3a2558663fffa3058f661152 f36585bc457eebd6b2dac059113d9e44d6bd3b14 Package: ros-jazzy-kobuki-velocity-smoother Version: 0.15.1-1noble.20260615.142411 Architecture: amd64 Maintainer: Jihoon Lee Installed-Size: 763 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.20260615.142411_amd64.deb Size: 143330 SHA256: 8209ce68bd53c254b536beb7e90114cfc523c5387855cecd2a2c7d5cc152aa75 SHA1: 60ce0289a7d100755b40b3caf33f6bafebc91667 MD5sum: 638f2c64a4296b02a80506dd558d8b34 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.20260615.142411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jihoon Lee Installed-Size: 3313 Depends: ros-jazzy-kobuki-velocity-smoother (= 0.15.1-1noble.20260615.142411) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kobuki-velocity-smoother/ros-jazzy-kobuki-velocity-smoother-dbgsym_0.15.1-1noble.20260615.142411_amd64.deb Size: 2757214 SHA256: 5c33429cf5588e8aae6fe63a6e734ccf3c06c89ee7e0a3c1c187e273d2b1ca3e SHA1: 211dab7a8827b92a38d59531c62c2d2fbdf830a8 MD5sum: 6a75d990af51d8321a76cd2c89b1f374 Description: debug symbols for ros-jazzy-kobuki-velocity-smoother Build-Ids: d285942b815b2ba9b0e2eb0b5a7ef6629c3eaa24 fc7923c925263d226a8f7e8b6e214827a70fd9ea Package: ros-jazzy-kompass Version: 0.6.0-1noble.20260804.184742 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 823 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.6.0-1noble.20260804.184742_amd64.deb Size: 174120 SHA256: 4300a8c851d8249a8e0ad9362ca964ef2401304fab1d2949bf7259b98a2c8e02 SHA1: a6c8452b7aa3383dd11a6fa4916b23d02a36dcae MD5sum: 8663991c117c4cd30572fe160fd47cae Description: Kompass: Event-driven navigation system Package: ros-jazzy-kompass-interfaces Version: 0.6.0-1noble.20260618.163556 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 15240 Depends: libc6 (>= 2.14), 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.6.0-1noble.20260618.163556_amd64.deb Size: 839730 SHA256: c17370cbdad790b7460f86d99a40dfb9a41cbdd21979e00d4639945df1255c67 SHA1: 5c06ce344faa6e64b79144f48df9700511bd9716 MD5sum: 9b909a7adcf13c68c3e3f32d50a66efb Description: ROS2 Interfaces for Kompass Package: ros-jazzy-kompass-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-kompass-interfaces Version: 0.6.0-1noble.20260618.163556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 8772 Depends: ros-jazzy-kompass-interfaces (= 0.6.0-1noble.20260618.163556) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kompass-interfaces/ros-jazzy-kompass-interfaces-dbgsym_0.6.0-1noble.20260618.163556_amd64.deb Size: 6547458 SHA256: 9fa841ee90f6935e667470d627a2fa8af9352825174d5ad8d47c2dabe20292bf SHA1: 1f889731ec103bc65155116e4cfe94e8bbe3dd20 MD5sum: 23e5dc18cd06265f67d49d292fdd7e4f Description: debug symbols for ros-jazzy-kompass-interfaces Build-Ids: 209b448d9e0a503aa0773241b60f87a2fa24cdc8 226d08f548704db81a33508c5a36a95cbc2ca56e 238f75ce22e458c191762edd305ccb20bab130b4 2653248a02e898c1920432df44de00a6046ac776 69cef38aaeeb9330e5b9ad7306e42c035d390248 7429ab05fc703855264644312cc70c91b11c12bd 834c0824bb2dd8217e7fde9b9131bce23642ff4e 8b252dabadd2fb3ea5719c7390f865c8ce8b74b5 9cb407284a460c4d1a3ad49b853fdd47f082ca7d d893d97ec173c528b3433e484010cd5f5a025e94 f685305771e8b0c6b47a4bee8556567fda7a5a37 Package: ros-jazzy-kortex-description Version: 0.2.6-1noble.20260806.100137 Architecture: amd64 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.20260806.100137_amd64.deb Size: 7882354 SHA256: 6f1457f8f840bc615bace3f642f78e4989a651d0d2a5ec21aa7591e62f6cc691 SHA1: b11572ac3a7e239cf277188fc3cda9139dc942d6 MD5sum: fcb748fc37a6607ff63c33409e49f571 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-kuka-agilus-support Version: 2.0.2-1noble.20260806.095648 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 63308 Depends: ros-jazzy-joint-state-publisher-gui, ros-jazzy-kuka-resources, ros-jazzy-launch-ros, ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_agilus_support/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-agilus-support/ros-jazzy-kuka-agilus-support_2.0.2-1noble.20260806.095648_amd64.deb Size: 16328538 SHA256: 2bc7eb5515c3c5068a00e904bbca6660a261bcba5756debff19f67e3db3dba8b SHA1: b354d5c473996a328140fb618ee33f1d40ef4ecb MD5sum: a94cfa2c7efd6952610e196a98407445 Description: Robot models for the KUKA agilus family. Package: ros-jazzy-kuka-control-mode-handler Version: 2.0.0-1noble.20260726.102900 Architecture: amd64 Maintainer: "Aron Svastits" 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-controller-interface, ros-jazzy-kuka-drivers-core, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_control_mode_handler/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-control-mode-handler/ros-jazzy-kuka-control-mode-handler_2.0.0-1noble.20260726.102900_amd64.deb Size: 100534 SHA256: c02b6ae6262f2bb29bec2f67d691b51663565f4bc2389f172caf43be9b20b313 SHA1: d2434dce022a1ac75a9dd3bc93555175ab2de580 MD5sum: bb935f56b2e0ccd631d12541c6bc102b Description: Controller for setting the control mode of KUKA robots in runtime Package: ros-jazzy-kuka-control-mode-handler-dbgsym Package-Type: ddeb Source: ros-jazzy-kuka-control-mode-handler Version: 2.0.0-1noble.20260726.102900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 2089 Depends: ros-jazzy-kuka-control-mode-handler (= 2.0.0-1noble.20260726.102900) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-control-mode-handler/ros-jazzy-kuka-control-mode-handler-dbgsym_2.0.0-1noble.20260726.102900_amd64.deb Size: 1784636 SHA256: b6efab5fd70e440793f8a4d761c3b97c4861d6261513c0b080777b78587398c2 SHA1: 980deccfa9633cd1562a50e7b92443724d26f256 MD5sum: 1b6b454f0e14ed9c8c0061f9835af054 Description: debug symbols for ros-jazzy-kuka-control-mode-handler Build-Ids: 0a5d5239dc01d56f4a36da814fe4b94748cacb64 Package: ros-jazzy-kuka-controllers Version: 2.0.0-1noble.20260726.103615 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 41 Depends: ros-jazzy-fri-configuration-controller, ros-jazzy-fri-state-broadcaster, ros-jazzy-joint-group-impedance-controller, ros-jazzy-kuka-control-mode-handler, ros-jazzy-kuka-event-broadcaster, ros-jazzy-kuka-kss-message-handler, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_controllers/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-controllers/ros-jazzy-kuka-controllers_2.0.0-1noble.20260726.103615_amd64.deb Size: 5342 SHA256: b4c862f951ea779b86cba7f933f2a43839ad4ea1681bbaac64ec4bb30241abc2 SHA1: 430ede2fc6d1808f5751538a260be7fcc44f255a MD5sum: 9e577815603b3e270aa46445142cd93a Description: ROS2 controllers for KUKA robots Package: ros-jazzy-kuka-cybertech-support Version: 2.0.2-1noble.20260806.095712 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 115955 Depends: ros-jazzy-joint-state-publisher-gui, ros-jazzy-kuka-resources, ros-jazzy-launch-ros, ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_cybertech_support/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-cybertech-support/ros-jazzy-kuka-cybertech-support_2.0.2-1noble.20260806.095712_amd64.deb Size: 29988536 SHA256: 211cd2a7bd727f062055dfe115bce0ef001f327644d377f81d6b1e95036f1b32 SHA1: 7c890c5ae4895fb03ddaf392997c986319ea4bbb MD5sum: a2db8a1316d064491bad4fa6e602e6b8 Description: Robot models for the KUKA cybertech family. Package: ros-jazzy-kuka-driver-interfaces Version: 2.0.0-1noble.20260716.103744 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 749 Depends: libc6 (>= 2.4), libpython3.12t64 (>= 3.12.1), ros-jazzy-fastcdr, ros-jazzy-rosidl-default-runtime, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_driver_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-driver-interfaces/ros-jazzy-kuka-driver-interfaces_2.0.0-1noble.20260716.103744_amd64.deb Size: 63198 SHA256: c8448b0276761528b0af5d396965734d72379d03063007ab62b1fae72ea8dbf7 SHA1: da2b9953138764289a5bb497e198a144b0c1390b MD5sum: 0ed0c3254bdb6f5dcee11d33f4363aa5 Description: Message definitions necessary for using KUKA drivers Package: ros-jazzy-kuka-driver-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-kuka-driver-interfaces Version: 2.0.0-1noble.20260716.103744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 455 Depends: ros-jazzy-kuka-driver-interfaces (= 2.0.0-1noble.20260716.103744) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-driver-interfaces/ros-jazzy-kuka-driver-interfaces-dbgsym_2.0.0-1noble.20260716.103744_amd64.deb Size: 336514 SHA256: fa2116107a26845c033b14509d7ce00026636bcbf8360e07b6d0f97bc5af8e1b SHA1: b4c8bb16f9e0cd771656f17c9d47f73f5b0aa6c0 MD5sum: e825fa6bbbe16c5ba7a5d51541eb8ba8 Description: debug symbols for ros-jazzy-kuka-driver-interfaces Build-Ids: 02e2d4782e3c6816fcb8ffb871f3220c1c0b70ed 04c5c75262e4ad930a28d8fbad8c7f5ae319910b 081a068ed757e408c602897e86da74f977dff85a 107779c165da140f5acfe326585d00ebc111eb9c 10929d5656eca38bd910d7183f1613be30232e1f 1bc935b665a6a9dc352caf2a01481389d6ce8291 4caa551ab2932d9b8af88d87cde07d5418a36766 4ea626f32efb20efe84bef2c194431e43372c0aa 523cb79b9c8dcf96ccd4dcbe3a11d9779c421aa4 6ef44f628ca0e608b3ad1671f0b16a01074857e4 73704c7a904662b39645fd9e8519169eb6344c74 Package: ros-jazzy-kuka-drivers Version: 2.0.0-1noble.20260806.103612 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 42 Depends: ros-jazzy-kuka-controllers, ros-jazzy-kuka-driver-interfaces, ros-jazzy-kuka-drivers-core, ros-jazzy-kuka-iiqka-eac-driver, ros-jazzy-kuka-rsi-driver, ros-jazzy-kuka-rsi-simulator, ros-jazzy-kuka-sunrise-fri-driver, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_drivers/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-drivers/ros-jazzy-kuka-drivers_2.0.0-1noble.20260806.103612_amd64.deb Size: 5464 SHA256: d5fcb097aeb24f57801a45236030798dfa3a968e7861afdf3cca5b288dad5e3f SHA1: 9fed9a9e552217d51a987fdfffb3d3b2dd423e11 MD5sum: a613cfc10bc22f08fed2dff53df5e4e2 Description: ROS2 drivers for KUKA robots Package: ros-jazzy-kuka-drivers-core Version: 2.0.0-1noble.20260726.101111 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 628 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-controller-manager, ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_drivers_core/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-drivers-core/ros-jazzy-kuka-drivers-core_2.0.0-1noble.20260726.101111_amd64.deb Size: 123366 SHA256: 0195c63633b30abe9982419d62e712c760c19b701e2e5d34f0edaeef92d177dd SHA1: 84312794789cf1ab92be0db8e38227bba025d24f MD5sum: 41289a4bd8d212ac5fceb68361240931 Description: Package containing ROS2 core functions for KUKA robots Package: ros-jazzy-kuka-drivers-core-dbgsym Package-Type: ddeb Source: ros-jazzy-kuka-drivers-core Version: 2.0.0-1noble.20260726.101111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 2674 Depends: ros-jazzy-kuka-drivers-core (= 2.0.0-1noble.20260726.101111) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-drivers-core/ros-jazzy-kuka-drivers-core-dbgsym_2.0.0-1noble.20260726.101111_amd64.deb Size: 2355966 SHA256: fe506c1195d554a9958ac38d7f24d0803d7394beb0a563758c512e4d7b7aafe2 SHA1: 56206f1ed76d667d1deee114c05302c61e3ae518 MD5sum: 7a62628e31acad5a4e685007e3e36d00 Description: debug symbols for ros-jazzy-kuka-drivers-core Build-Ids: 2df470d131c6eaa3241a6ab8c4bc47fa1ec7ccca 6f41873a6289ef5cc4fc138c6d90cf523bbea8d2 e1f306f4efeef5a06e7edc67bdaf0ab12629ef5b Package: ros-jazzy-kuka-event-broadcaster Version: 2.0.0-1noble.20260726.102911 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 206 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-kuka-drivers-core, ros-jazzy-pluginlib, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_event_broadcaster/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-event-broadcaster/ros-jazzy-kuka-event-broadcaster_2.0.0-1noble.20260726.102911_amd64.deb Size: 55154 SHA256: b08c4b4912924ea53f2a50d2217a09963fed0e124b68d6c6581cd7450d259d26 SHA1: c4c303f54cefac0b694f4211a66ba3ac2ff7c5b8 MD5sum: fa4869b6899707deab4351796b0fecb0 Description: Broadcaster of hardware events of KUKA robots Package: ros-jazzy-kuka-event-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-kuka-event-broadcaster Version: 2.0.0-1noble.20260726.102911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 897 Depends: ros-jazzy-kuka-event-broadcaster (= 2.0.0-1noble.20260726.102911) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-event-broadcaster/ros-jazzy-kuka-event-broadcaster-dbgsym_2.0.0-1noble.20260726.102911_amd64.deb Size: 839760 SHA256: 87084662553d139e857ad9dcc557582b393ec7cb86283441bff658598d2fb6a2 SHA1: c56f501db28a1f59633304e5d33555d5b8c7829d MD5sum: d51a0837d7844f121d1ad1e7fb526d7e Description: debug symbols for ros-jazzy-kuka-event-broadcaster Build-Ids: e3dedd31d110e02cd12777d5b7c1476e4eb30cf2 Package: ros-jazzy-kuka-external-control-sdk Version: 2.0.0-1noble.20260715.194109 Architecture: amd64 Maintainer: "Gergely Kovacs" Installed-Size: 3308 Depends: libgrpc++-dev, libssl-dev, pkg-config, protobuf-compiler-grpc, ros-jazzy-ament-cmake, ros-jazzy-tinyxml2-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_external_control_sdk/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-external-control-sdk/ros-jazzy-kuka-external-control-sdk_2.0.0-1noble.20260715.194109_amd64.deb Size: 291358 SHA256: 4956e8c9e36e5860e80927f412f0ac1065fdbdd974909bba8b557136260a947d SHA1: 290ab1eefe47efe24ff9d6fdd7d2d6426c9c65ec MD5sum: 32b4b84873362b53e5012fbbbab92274 Description: Client libraries for external control interfaces of KUKA Package: ros-jazzy-kuka-external-control-sdk-examples Version: 2.0.0-1noble.20260715.225221 Architecture: amd64 Maintainer: "Gergely Kovacs" Installed-Size: 14 Depends: ros-jazzy-ament-cmake, ros-jazzy-kuka-external-control-sdk, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_external_control_sdk_examples/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-external-control-sdk-examples/ros-jazzy-kuka-external-control-sdk-examples_2.0.0-1noble.20260715.225221_amd64.deb Size: 2078 SHA256: 39785c8c93acad8ffdd77d1f57e1f9aecdee8549b1e3422c0de01f8253cc4224 SHA1: 8574cc7832294b0f01ec3a68c5ff304d9e79ccec MD5sum: 754bfe872e61a9472c1666c421341fd8 Description: Examples for using KUKA external control SDK Package: ros-jazzy-kuka-fortec-support Version: 2.0.2-1noble.20260806.095654 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 147819 Depends: ros-jazzy-joint-state-publisher-gui, ros-jazzy-kuka-resources, ros-jazzy-launch-ros, ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_fortec_support/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-fortec-support/ros-jazzy-kuka-fortec-support_2.0.2-1noble.20260806.095654_amd64.deb Size: 35906704 SHA256: 02f61b85a9b21ca279775e315a43d6a4023841fca66af7b578d71f3ef24a10f2 SHA1: 0dc215fb9600c4b807ed3406813cb25256054e8a MD5sum: 782383cf18ede31646280c2832aa7e37 Description: Robot models for the KUKA FORTEC family. Package: ros-jazzy-kuka-gazebo Version: 2.0.2-1noble.20260804.185946 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 201 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-controller-manager, ros-jazzy-gz-ros2-control, ros-jazzy-joint-state-broadcaster, ros-jazzy-joint-trajectory-controller, ros-jazzy-rclcpp, ros-jazzy-robot-state-publisher, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-sim, ros-jazzy-std-msgs, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_gazebo/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-gazebo/ros-jazzy-kuka-gazebo_2.0.2-1noble.20260804.185946_amd64.deb Size: 53052 SHA256: 8c8fc70edf8a88793cc087ac256c7b6b30c495f63a6352c532a8cae1be18b3f9 SHA1: f4e93db83fae71d727c118d414e3273631197ce3 MD5sum: c837379bcf00239dde5a27ef68c04377 Description: A helper package for Gazebo support with KUKA robots Package: ros-jazzy-kuka-gazebo-dbgsym Package-Type: ddeb Source: ros-jazzy-kuka-gazebo Version: 2.0.2-1noble.20260804.185946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 784 Depends: ros-jazzy-kuka-gazebo (= 2.0.2-1noble.20260804.185946) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-gazebo/ros-jazzy-kuka-gazebo-dbgsym_2.0.2-1noble.20260804.185946_amd64.deb Size: 728214 SHA256: b209a545023af09e3f91989746fea73294686e547d7905ee9681897ce6646a9a SHA1: 4d15b33e2ef3d9f32dc0a67be809d5b128182c93 MD5sum: 279602c0d213c87d1c88b7360a9cffc9 Description: debug symbols for ros-jazzy-kuka-gazebo Build-Ids: 3da4b888941fa1da67f63b8de418800a86b6371b Package: ros-jazzy-kuka-iiqka-eac-driver Version: 2.0.0-1noble.20260806.102424 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 1344 Depends: libabsl20220623t64 (>= 0~20220623.0-1), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgrpc++1.51t64 (>= 1.51.1), libgrpc29t64 (>= 1.51.1), libprotobuf32t64 (>= 3.21.12), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), ros-jazzy-controller-manager, ros-jazzy-controller-manager-msgs, ros-jazzy-effort-controllers, ros-jazzy-hardware-interface, ros-jazzy-joint-group-impedance-controller, ros-jazzy-joint-state-broadcaster, ros-jazzy-joint-trajectory-controller, ros-jazzy-kuka-control-mode-handler, ros-jazzy-kuka-drivers-core, ros-jazzy-kuka-event-broadcaster, ros-jazzy-kuka-external-control-sdk, ros-jazzy-kuka-lbr-iisy-support, ros-jazzy-pluginlib, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_iiqka_eac_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-iiqka-eac-driver/ros-jazzy-kuka-iiqka-eac-driver_2.0.0-1noble.20260806.102424_amd64.deb Size: 307210 SHA256: 7425b689af0194827b057dd54c10bc110e6f10f1772b025c07df24460981dbe7 SHA1: 19cf2ed9489742f0545991fdd2cf4fc5f1954fa0 MD5sum: f158bd6492ed8f364d971bc154256f75 Description: A ROS2 hardware interface for use with KUKA iiQKA OS Package: ros-jazzy-kuka-iiqka-eac-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-kuka-iiqka-eac-driver Version: 2.0.0-1noble.20260806.102424 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 4198 Depends: ros-jazzy-kuka-iiqka-eac-driver (= 2.0.0-1noble.20260806.102424) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-iiqka-eac-driver/ros-jazzy-kuka-iiqka-eac-driver-dbgsym_2.0.0-1noble.20260806.102424_amd64.deb Size: 3599088 SHA256: 5726de8d0d547288770b307c87dd066bf1e98970c72e5da791048dd430b62425 SHA1: 077f2d099c0a86b735d829487004bc8de37596a3 MD5sum: 2db4707bd6e8fc817eaf9f0cdd25ec65 Description: debug symbols for ros-jazzy-kuka-iiqka-eac-driver Build-Ids: 03079f6e214b5bbcadacbbedf7d6c9de776d3bb3 70b72269afcc90157ddcbf9e78ecfbf24e18d7ac Package: ros-jazzy-kuka-iontec-support Version: 2.0.2-1noble.20260806.095726 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 66002 Depends: ros-jazzy-joint-state-publisher-gui, ros-jazzy-kuka-resources, ros-jazzy-launch-ros, ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_iontec_support/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-iontec-support/ros-jazzy-kuka-iontec-support_2.0.2-1noble.20260806.095726_amd64.deb Size: 16224078 SHA256: 77e15f3fa0afbd8b86023a0f414540fba878e6f7a8ccaae6ea5caff311a9b141 SHA1: 18b00b7f0a9afc0ce30463cd5e9e42da1044a409 MD5sum: 158d7a7f2809c2ab421c24b04cb301d9 Description: Robot models for the KUKA Iontec family. Package: ros-jazzy-kuka-kl-support Version: 2.0.2-1noble.20260720.125040 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 277 Depends: ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_kl_support/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-kl-support/ros-jazzy-kuka-kl-support_2.0.2-1noble.20260720.125040_amd64.deb Size: 47156 SHA256: bb148e6d76ea87c996347a1e92aeb495fc78531da9e4297e5f0b4254d15fefc9 SHA1: 9d55fe46e66512664edf72fe7c0149271d28cd9e MD5sum: 797ef65d432c56b0be63bf0335b98518 Description: Robot model for the KUKA KL family Package: ros-jazzy-kuka-kr-moveit-config Version: 2.0.2-1noble.20260804.212946 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 223 Depends: ros-jazzy-controller-manager, ros-jazzy-kuka-resources, ros-jazzy-moveit, ros-jazzy-moveit-planners, ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_kr_moveit_config/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-kr-moveit-config/ros-jazzy-kuka-kr-moveit-config_2.0.2-1noble.20260804.212946_amd64.deb Size: 12756 SHA256: 4a042842903517998ff19b3627a455674e53ada33233b3d48b3ebf895e57b0d4 SHA1: c22fc486e1dca1f13fcaefcd0c828bc899beff1f MD5sum: bcbc91a02e6182000c3ae12c73510495 Description: Package containing moveit configurations for KUKA LBR iiwa family Package: ros-jazzy-kuka-kss-message-handler Version: 2.0.0-1noble.20260726.102951 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 559 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-kuka-driver-interfaces, ros-jazzy-kuka-drivers-core, ros-jazzy-pluginlib, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_kss_message_handler/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-kss-message-handler/ros-jazzy-kuka-kss-message-handler_2.0.0-1noble.20260726.102951_amd64.deb Size: 121620 SHA256: ac42c50ae3473c1a9eb52cfde5e512d1d98eba99d959f91a2434d90d942e0d1e SHA1: 91292ba656d89f2d5157a260fb7e3cb9f66e97ab MD5sum: 150c82d320f4fc91d6659dc8707632e6 Description: Non-real time message handler for KSS KUKA robots Package: ros-jazzy-kuka-kss-message-handler-dbgsym Package-Type: ddeb Source: ros-jazzy-kuka-kss-message-handler Version: 2.0.0-1noble.20260726.102951 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 2460 Depends: ros-jazzy-kuka-kss-message-handler (= 2.0.0-1noble.20260726.102951) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-kss-message-handler/ros-jazzy-kuka-kss-message-handler-dbgsym_2.0.0-1noble.20260726.102951_amd64.deb Size: 2117050 SHA256: 4225d287dd8b737acc1ea5af47ab718104ff9c835ec116b7e9ad85234dbcecce SHA1: d08cb7e6700d97309919748f9ed0016f39caea5e MD5sum: 67efdc97a99c07dd974eeea7a4ee598f Description: debug symbols for ros-jazzy-kuka-kss-message-handler Build-Ids: 772296a629973972f2e0167674876b7c89313f3d Package: ros-jazzy-kuka-lbr-iisy-moveit-config Version: 2.0.2-1noble.20260804.213040 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 77 Depends: ros-jazzy-controller-manager, ros-jazzy-kuka-resources, ros-jazzy-moveit, ros-jazzy-moveit-planners, ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_lbr_iisy_moveit_config/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-lbr-iisy-moveit-config/ros-jazzy-kuka-lbr-iisy-moveit-config_2.0.2-1noble.20260804.213040_amd64.deb Size: 10994 SHA256: 88ada45f9078881f51a7d91a4955bf97da8e7ae42293560fc64e396f0e53c055 SHA1: 73ebf4caa8be54ca8a81df9d136a0270a442d476 MD5sum: 20496a8312a043b900cb66981b1b3cb0 Description: Package containing moveit configurations for KUKA LBR iisy family Package: ros-jazzy-kuka-lbr-iisy-support Version: 2.0.2-1noble.20260806.095730 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 27311 Depends: ros-jazzy-joint-state-publisher-gui, ros-jazzy-kuka-resources, ros-jazzy-launch-ros, ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_lbr_iisy_support/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-lbr-iisy-support/ros-jazzy-kuka-lbr-iisy-support_2.0.2-1noble.20260806.095730_amd64.deb Size: 10260800 SHA256: 374bd56285b8c0ad117faebd0fc22bb4b5f16d17efec41a320ddea6626a7c95f SHA1: ee68adb2363d108b9e861b2ef0b37ff8f9a9ae6c MD5sum: cc1548cc17c050d4d486adbf869cb58e Description: Package containing models of KUKA LBR iisy family Package: ros-jazzy-kuka-lbr-iiwa-moveit-config Version: 2.0.2-1noble.20260804.213423 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 69 Depends: ros-jazzy-controller-manager, ros-jazzy-kuka-resources, ros-jazzy-moveit, ros-jazzy-moveit-planners, ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_lbr_iiwa_moveit_config/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-lbr-iiwa-moveit-config/ros-jazzy-kuka-lbr-iiwa-moveit-config_2.0.2-1noble.20260804.213423_amd64.deb Size: 10878 SHA256: 00830522878e44be6b117d94869620cde3e3f3308d0c5970e49094626b98dda2 SHA1: 76ceb2f3e9fa69dbee63cda571531889393a4bf3 MD5sum: f18a290a4e07c6aba9bd0c32bfcdd046 Description: Package containing moveit configurations for KUKA LBR iiwa family Package: ros-jazzy-kuka-lbr-iiwa-support Version: 2.0.2-1noble.20260806.095753 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 6677 Depends: ros-jazzy-joint-state-publisher-gui, ros-jazzy-kuka-resources, ros-jazzy-launch-ros, ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_lbr_iiwa_support/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-lbr-iiwa-support/ros-jazzy-kuka-lbr-iiwa-support_2.0.2-1noble.20260806.095753_amd64.deb Size: 2614850 SHA256: 476267424b14fe6056913df9e73e77557497e652717ea7c845e0f52593be53f5 SHA1: e0bb4bf51edfce335dae663b3f4868bfb0640e94 MD5sum: d99dfb2d17c2daa256010eaf0498f097 Description: ROS2 support package for the KUKA LBR iiwa Package: ros-jazzy-kuka-mock-hardware-interface Version: 2.0.2-1noble.20260720.125303 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 117 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_mock_hardware_interface/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-mock-hardware-interface/ros-jazzy-kuka-mock-hardware-interface_2.0.2-1noble.20260720.125303_amd64.deb Size: 28838 SHA256: 2a2b9cf19ae4b781e0d88f1fd647a9514f0c85b5e2ca7b2c5c94313c26a7191d SHA1: 895fb88ae808b903c93f7fc6c4ac928a94dce62f MD5sum: 266b708efd6160840da31cf16e1aed71 Description: ROS2 control mock hardware for KUKA robots Package: ros-jazzy-kuka-mock-hardware-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-kuka-mock-hardware-interface Version: 2.0.2-1noble.20260720.125303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 615 Depends: ros-jazzy-kuka-mock-hardware-interface (= 2.0.2-1noble.20260720.125303) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-mock-hardware-interface/ros-jazzy-kuka-mock-hardware-interface-dbgsym_2.0.2-1noble.20260720.125303_amd64.deb Size: 583348 SHA256: e0a319dfe161596e0b422cc063c3c2edd45b2127c6b24776abaae4f24c0e1bee SHA1: e98e4825f480752dea552defd53322fb3f25ddef MD5sum: 8b54e0be0e41441230b6a41c953e3683 Description: debug symbols for ros-jazzy-kuka-mock-hardware-interface Build-Ids: 4140176502019a13a3e24bda5c2459480be568cd Package: ros-jazzy-kuka-quantec-support Version: 2.0.2-1noble.20260806.095800 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 203261 Depends: ros-jazzy-joint-state-publisher-gui, ros-jazzy-kuka-resources, ros-jazzy-launch-ros, ros-jazzy-robot-state-publisher, ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_quantec_support/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-quantec-support/ros-jazzy-kuka-quantec-support_2.0.2-1noble.20260806.095800_amd64.deb Size: 44259540 SHA256: d1bfd5361376a0d2882bfb342bb063f554ef7e2e98e1824d2b2586e88f73d29d SHA1: a92d39d172c94e03eef00eea41ec86bd96015efa MD5sum: e817d87c6499c2133222cc7a297320dc Description: Robot models for the KUKA quantec family. Package: ros-jazzy-kuka-resources Version: 2.0.2-1noble.20260720.125045 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 142 Depends: ros-jazzy-urdf, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_resources/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-resources/ros-jazzy-kuka-resources_2.0.2-1noble.20260720.125045_amd64.deb Size: 12788 SHA256: 9a57caf720af57fb1856b06c42518bb0926c072bd5d3a8f2cd2b047412470b62 SHA1: f57b8f807af25c40cf1edccc50a15d590f91b9da MD5sum: 43fdf3bd8559c098739dc5c61c6bcd6d Description: This package contains common urdf / xacro resources used by KUKA robot support packages within the ROS-Industrial program. Package: ros-jazzy-kuka-robot-descriptions Version: 2.0.2-1noble.20260806.102656 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 42 Depends: ros-jazzy-kuka-agilus-support, ros-jazzy-kuka-cybertech-support, ros-jazzy-kuka-fortec-support, ros-jazzy-kuka-gazebo, ros-jazzy-kuka-iontec-support, ros-jazzy-kuka-kl-support, ros-jazzy-kuka-kr-moveit-config, ros-jazzy-kuka-lbr-iisy-moveit-config, ros-jazzy-kuka-lbr-iisy-support, ros-jazzy-kuka-lbr-iiwa-moveit-config, ros-jazzy-kuka-lbr-iiwa-support, ros-jazzy-kuka-mock-hardware-interface, ros-jazzy-kuka-quantec-support, ros-jazzy-kuka-resources, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_robot_descriptions/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-robot-descriptions/ros-jazzy-kuka-robot-descriptions_2.0.2-1noble.20260806.102656_amd64.deb Size: 5568 SHA256: 0f5b685115da7e1d46134ec02830ec0045cdc4c623eae7c3091db9cdfc894e68 SHA1: 82b9fba4641bbb73220ba9917c61cbdae7b4bdc7 MD5sum: 17a34c2579cecdc1d39df56054594df0 Description: Robot descriptions and moveit configurations for KUKA robots Package: ros-jazzy-kuka-rsi-driver Version: 2.0.0-1noble.20260804.193141 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 3734 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-controller-manager, ros-jazzy-controller-manager-msgs, ros-jazzy-hardware-interface, ros-jazzy-joint-state-broadcaster, ros-jazzy-joint-trajectory-controller, ros-jazzy-kuka-control-mode-handler, ros-jazzy-kuka-drivers-core, ros-jazzy-kuka-event-broadcaster, ros-jazzy-kuka-external-control-sdk, ros-jazzy-kuka-kss-message-handler, ros-jazzy-pluginlib, ros-jazzy-std-msgs, ros-jazzy-tinyxml-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_rsi_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-rsi-driver/ros-jazzy-kuka-rsi-driver_2.0.0-1noble.20260804.193141_amd64.deb Size: 515740 SHA256: 96ff6c7252f3fc0a7b8fb6e451cc011191432314a2a422c6fbc70fa3c01b261f SHA1: 65ff442da10915bb7d0e931301bb0f8d4ef6f57a MD5sum: 52d9684729b89412bd309d432e263377 Description: A ROS2 hardware interface for use with KUKA RSI Package: ros-jazzy-kuka-rsi-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-kuka-rsi-driver Version: 2.0.0-1noble.20260804.193141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 9145 Depends: ros-jazzy-kuka-rsi-driver (= 2.0.0-1noble.20260804.193141) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-rsi-driver/ros-jazzy-kuka-rsi-driver-dbgsym_2.0.0-1noble.20260804.193141_amd64.deb Size: 8207310 SHA256: afa11e2f5e4fbd602fb36068cca17c1b72fb02a6712142a3dad6515b3df7e6f8 SHA1: fb4558f0f58dd65e51f28b96b6e159431cc35b19 MD5sum: 7a06629e38698aea191350ff779ff73d Description: debug symbols for ros-jazzy-kuka-rsi-driver Build-Ids: 105f008ab3e5f33ac747a2144af7056bf607fb46 3c4813f926840114001ad3d8cd0328bce4fdfedd 9467074b6271672f5b67341c24fed5fc8cb8a3cb Package: ros-jazzy-kuka-rsi-simulator Version: 2.0.0-1noble.20260716.103837 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 49 Depends: ros-jazzy-ros2launch, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_rsi_simulator/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-rsi-simulator/ros-jazzy-kuka-rsi-simulator_2.0.0-1noble.20260716.103837_amd64.deb Size: 9366 SHA256: 04d89e624c13733100b09071c0fa88710d2aa3f8dc6e234ef3aef6bdfe451253 SHA1: 5656c50a2583b72057991ad71179d8f58744ded3 MD5sum: 176b77d5860f3fc1fcf8189a8c33ef28 Description: Simple package for simulating the KUKA RSI interface Package: ros-jazzy-kuka-sunrise-fri-driver Version: 2.0.0-1noble.20260806.102417 Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 1189 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libnanopb-dev, ros-jazzy-controller-manager, ros-jazzy-controller-manager-msgs, ros-jazzy-fri-configuration-controller, ros-jazzy-fri-state-broadcaster, ros-jazzy-hardware-interface, ros-jazzy-joint-group-impedance-controller, ros-jazzy-joint-state-broadcaster, ros-jazzy-joint-trajectory-controller, ros-jazzy-kuka-control-mode-handler, ros-jazzy-kuka-driver-interfaces, ros-jazzy-kuka-drivers-core, ros-jazzy-kuka-event-broadcaster, ros-jazzy-kuka-lbr-iiwa-support, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/kuka_sunrise_fri_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-sunrise-fri-driver/ros-jazzy-kuka-sunrise-fri-driver_2.0.0-1noble.20260806.102417_amd64.deb Size: 258170 SHA256: 70bfcea56c3a07055b79965340ef4c8397e6663b685d1e7153f424c57ba8066a SHA1: 203c5b2e2de53ccb630153ebdd34c5eb0738befe MD5sum: 9812170070a6be2675d9fd4807c3b458 Description: ROS2 KUKA sunrise interface Package: ros-jazzy-kuka-sunrise-fri-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-kuka-sunrise-fri-driver Version: 2.0.0-1noble.20260806.102417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aron Svastits" Installed-Size: 4992 Depends: ros-jazzy-kuka-sunrise-fri-driver (= 2.0.0-1noble.20260806.102417) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-kuka-sunrise-fri-driver/ros-jazzy-kuka-sunrise-fri-driver-dbgsym_2.0.0-1noble.20260806.102417_amd64.deb Size: 4421566 SHA256: 0b5bd7c88a14ac7135aafa3bb64deae78f921786b0bbea175090a4fde944a20a SHA1: 09c9c3a5e9761fbedf490e6488de2993351e8913 MD5sum: 47c6ccaaeb70e48cc8dabaad82e835f7 Description: debug symbols for ros-jazzy-kuka-sunrise-fri-driver Build-Ids: 15054121b3e7ff01a9424dc3b7a98275fe80bb4f 68418820d4e3fbce06676fd6ead011c9d37bca3e 792ec83f41d2e248f36e15e3e6890a9ab3ac11ce 805ed390f1dee1198fad584494a579aeee5fb913 Package: ros-jazzy-lanelet2 Version: 1.2.3-1noble.20260717.110103 Architecture: amd64 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 Homepage: https://index.ros.org/p/lanelet2/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2/ros-jazzy-lanelet2_1.2.3-1noble.20260717.110103_amd64.deb Size: 5818 SHA256: 27cf9f54570628fce3413e3d2d9a91a3d513c3fd923b7a379cdade334f93e05e SHA1: a72c322119b10a60e3b8adfd83214c564cbed569 MD5sum: eb1d36dc3e1c757a1eb9e397aea639be Description: Meta-package for lanelet2 Package: ros-jazzy-lanelet2-core Version: 1.2.3-1noble.20260618.173318 Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 1769 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 Homepage: https://index.ros.org/p/lanelet2_core/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-core/ros-jazzy-lanelet2-core_1.2.3-1noble.20260618.173318_amd64.deb Size: 435516 SHA256: 54535a49c7b8ad772becf7ff9a0986fd097ee1a3c775af7dc4b20402de475749 SHA1: b0255088ce951ce805937fdeeee155e27347208d MD5sum: 35948dd146750798c2dbedd1cec31000 Description: Lanelet2 core module Package: ros-jazzy-lanelet2-core-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-core Version: 1.2.3-1noble.20260618.173318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 12516 Depends: ros-jazzy-lanelet2-core (= 1.2.3-1noble.20260618.173318) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-core/ros-jazzy-lanelet2-core-dbgsym_1.2.3-1noble.20260618.173318_amd64.deb Size: 11909104 SHA256: e4c2985216e4db9622f7689f38af144eef11a1ccfdd8a31f163a350d4ec3f459 SHA1: 171158db6ebef192fd85393144656d12bfacf3ed MD5sum: 2b3e93387d72a28bc4773515a2775cf1 Description: debug symbols for ros-jazzy-lanelet2-core Build-Ids: 69429e2dbd17378c90741dc0fb3b553f91d052f9 Package: ros-jazzy-lanelet2-examples Version: 1.2.3-1noble.20260716.022641 Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 432 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 Homepage: https://index.ros.org/p/lanelet2_examples/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-examples/ros-jazzy-lanelet2-examples_1.2.3-1noble.20260716.022641_amd64.deb Size: 100478 SHA256: a82bf4fb78a615f5a1b73fddab0f9bc2045ad1a2e321bef05937f9dcce3dea9a SHA1: 99d72147eace4ee06e9770ee705aa8cf6f1f1276 MD5sum: 9f8f3b38bc0a89ca70c1ece2387979b1 Description: Examples for working with Lanelet2 Package: ros-jazzy-lanelet2-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-examples Version: 1.2.3-1noble.20260716.022641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 5328 Depends: ros-jazzy-lanelet2-examples (= 1.2.3-1noble.20260716.022641) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-examples/ros-jazzy-lanelet2-examples-dbgsym_1.2.3-1noble.20260716.022641_amd64.deb Size: 5235980 SHA256: a532632d7e79d0945d089fb500c778475f86a66a7e77defd816591bdb7f74111 SHA1: 4d4d110cb46efc6e9912957e3a626fd3f1b4b60f MD5sum: 225a74653fe15a218374455eaebb9508 Description: debug symbols for ros-jazzy-lanelet2-examples Build-Ids: 037b3ee5b671d24d490b8601ada2a95edff3d89f 06667c195a376847fd6d86877d441a20a887412a 0ac7fc3e801f74ea62f2784fcfd2598d4f909a28 d8f297e43dc9c0483106ae5dcd13631544fbdbdc da001ccff2cf63bcff176e254aebb31fb3050484 ec462a1966ba90c22b2ed91ec4c8787c22e08eb9 efb90949c9a9df0d7f70576d1f9a962e065efed2 Package: ros-jazzy-lanelet2-io Version: 1.2.3-1noble.20260618.174235 Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 993 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 Homepage: https://index.ros.org/p/lanelet2_io/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-io/ros-jazzy-lanelet2-io_1.2.3-1noble.20260618.174235_amd64.deb Size: 241196 SHA256: 92bcd50255cdd49a492ecbfaaf2fa2ff0c98c94e2756fe03133fd27f7977a51f SHA1: 757c357850f4a0b902299c1912bfc7fb46f0e311 MD5sum: b0b85d25353626a90eb7e22531402f7a Description: Parser/Writer module for lanelet2 Package: ros-jazzy-lanelet2-io-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-io Version: 1.2.3-1noble.20260618.174235 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 5263 Depends: ros-jazzy-lanelet2-io (= 1.2.3-1noble.20260618.174235) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-io/ros-jazzy-lanelet2-io-dbgsym_1.2.3-1noble.20260618.174235_amd64.deb Size: 4757606 SHA256: c4af00d4d3bde5f2e005951444d2f050b15671a07172551e8571589a63599702 SHA1: c0c2eb481999591dc9a5f5262cf227b4a5695664 MD5sum: 907ff57a3d06dc7b29d851a7bf20095a Description: debug symbols for ros-jazzy-lanelet2-io Build-Ids: 4942359d2583d6e46f7db23f75eff7f1f15a858f Package: ros-jazzy-lanelet2-maps Version: 1.2.3-1noble.20260618.174222 Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 782 Depends: ros-jazzy-lanelet2-core, ros-jazzy-mrt-cmake-modules, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/lanelet2_maps/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-maps/ros-jazzy-lanelet2-maps_1.2.3-1noble.20260618.174222_amd64.deb Size: 66776 SHA256: 8d9d17a8ce4c1c866c66a20f1cbaf8917345b360f4ec0a6e56aa72788ecaa6ef SHA1: c36f9f1f5bcb8cae9de64ade0a50876e06e2a633 MD5sum: f9a82004e62e3e90441697031af5d67c Description: Example maps in the lanelet2-format Package: ros-jazzy-lanelet2-matching Version: 1.2.3-1noble.20260618.174731 Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 262 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 Homepage: https://index.ros.org/p/lanelet2_matching/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-matching/ros-jazzy-lanelet2-matching_1.2.3-1noble.20260618.174731_amd64.deb Size: 77918 SHA256: d96617bddef392f72cd3a1f58d0ca262a34137c5b0b8e0ca4dd14f60b6f34495 SHA1: 0474f0f46c256ced35c567267ea6f3eeac794099 MD5sum: 32f25dc88af6936abb6968cc6a169098 Description: Library to match objects to lanelets Package: ros-jazzy-lanelet2-matching-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-matching Version: 1.2.3-1noble.20260618.174731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 2255 Depends: ros-jazzy-lanelet2-matching (= 1.2.3-1noble.20260618.174731) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-matching/ros-jazzy-lanelet2-matching-dbgsym_1.2.3-1noble.20260618.174731_amd64.deb Size: 2224248 SHA256: 7e5f785fbcb2955fa0ca8efd0cd69ab6399ec58e8c56cc3e171620dbd6b721ec SHA1: 3c56ca02787d6ad3de6b299076661ab5648f6f3e MD5sum: 823063ef45aaf1f2829122d4ec678602 Description: debug symbols for ros-jazzy-lanelet2-matching Build-Ids: de7fe89e903f1e1ae4882c99b33d01b9ebe20700 Package: ros-jazzy-lanelet2-projection Version: 1.2.3-1noble.20260618.174811 Architecture: amd64 Maintainer: "Jan-Hendrik Pauls" Installed-Size: 109 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/lanelet2_projection/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-projection/ros-jazzy-lanelet2-projection_1.2.3-1noble.20260618.174811_amd64.deb Size: 19720 SHA256: 97b16c62512c9ffbbe0ec09f1487656efcc1572fe73842595d6576a28bcc5a93 SHA1: 65369b48d0b3e5a22388eb606b6dc06f2722845c MD5sum: 642da6ac7ca05df441ed29461e1c2723 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.3-1noble.20260618.174811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jan-Hendrik Pauls" Installed-Size: 166 Depends: ros-jazzy-lanelet2-projection (= 1.2.3-1noble.20260618.174811) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-projection/ros-jazzy-lanelet2-projection-dbgsym_1.2.3-1noble.20260618.174811_amd64.deb Size: 148920 SHA256: 1bf8689b1f75d7464af493a19474531e15f0b672461f30f8601bcebcbb2b9940 SHA1: 06211aaec318d8df9c1870304a2e62ab210a3ab0 MD5sum: 767b51a721dc6e354efdc43900152632 Description: debug symbols for ros-jazzy-lanelet2-projection Build-Ids: d029fcd80e29240f961d24ce9f18197388fcad46 Package: ros-jazzy-lanelet2-python Version: 1.2.3-1noble.20260618.175523 Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 6733 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 Homepage: https://index.ros.org/p/lanelet2_python/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-python/ros-jazzy-lanelet2-python_1.2.3-1noble.20260618.175523_amd64.deb Size: 1162792 SHA256: 50425e14b23f8e40da295d37113a9094b5ae1c0d3921f3843d401540953408b5 SHA1: 13625385507639eef69875c5f2bba9799f5d4ff0 MD5sum: ef24a544ff24eb4fd145dc17746f1f29 Description: Python bindings for lanelet2 Package: ros-jazzy-lanelet2-python-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-python Version: 1.2.3-1noble.20260618.175523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 28622 Depends: ros-jazzy-lanelet2-python (= 1.2.3-1noble.20260618.175523) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-python/ros-jazzy-lanelet2-python-dbgsym_1.2.3-1noble.20260618.175523_amd64.deb Size: 23785346 SHA256: e3006b093c85586685b1326a1a516f6158ad240d7e66206f9af5c3be546ca82b SHA1: 763310c5a58fb5004eae9bc2a97350f0182857d0 MD5sum: 07a98f128c71865125ad826b05292ef1 Description: debug symbols for ros-jazzy-lanelet2-python Build-Ids: 3404c8bd8a4d6b9687c606a35f2b68065cdc731f 765f44f8a4273e268374001e27456c321387042d a2489939597eb9788b0796418a08d01c950d5b57 b26bea46716687b38c759c9d0e23a31e04e440f1 be520c9f2f32f1918d1593159280ae4bbc2ddb9e e8fbf5562d10cd3c1133499b4425fa8bec6eb9a4 f5c5dd62a47659d6e525a145ffaaa61ce5de8d07 Package: ros-jazzy-lanelet2-routing Version: 1.2.3-1noble.20260618.174808 Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 818 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.4), 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 Homepage: https://index.ros.org/p/lanelet2_routing/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-routing/ros-jazzy-lanelet2-routing_1.2.3-1noble.20260618.174808_amd64.deb Size: 261942 SHA256: b4f267c4915b0bbd1ea11fb0ef942438f9d739be7375dfb6750c982d671e45a6 SHA1: 5f25af6ba7767d8a6dd04df3b353aed8e7256614 MD5sum: a6c1fc716abd93c564a04e86d871e3d7 Description: Routing module for lanelet2 Package: ros-jazzy-lanelet2-routing-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-routing Version: 1.2.3-1noble.20260618.174808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 6162 Depends: ros-jazzy-lanelet2-routing (= 1.2.3-1noble.20260618.174808) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-routing/ros-jazzy-lanelet2-routing-dbgsym_1.2.3-1noble.20260618.174808_amd64.deb Size: 6012544 SHA256: 558cf2d472b653a70ac56ba9ae3a6cbf50551f9ff8f9e0f15a29a98d4c59c846 SHA1: 7c3472e0bde7aa6d5d248bc9b96d8f23162a92c6 MD5sum: 118aa1e5178ddfcdb9a564634ebad76d Description: debug symbols for ros-jazzy-lanelet2-routing Build-Ids: e81a409162f5aaca0a5be55c640d97fef1f5c1a1 Package: ros-jazzy-lanelet2-traffic-rules Version: 1.2.3-1noble.20260618.174238 Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 208 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 Homepage: https://index.ros.org/p/lanelet2_traffic_rules/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-traffic-rules/ros-jazzy-lanelet2-traffic-rules_1.2.3-1noble.20260618.174238_amd64.deb Size: 57148 SHA256: f214ed17e62345debf90259b781c65a2bbc1d9672a9d3897aebc2049e7c09d9c SHA1: b5bbeb031b8a77fcba9a95d62eb3f545b44d1260 MD5sum: 0bedba7f9d111349c27a13af229ec1ff 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.3-1noble.20260618.174238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 1337 Depends: ros-jazzy-lanelet2-traffic-rules (= 1.2.3-1noble.20260618.174238) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-traffic-rules/ros-jazzy-lanelet2-traffic-rules-dbgsym_1.2.3-1noble.20260618.174238_amd64.deb Size: 1307678 SHA256: 7407887a0d4e607036b2a3044cfe6a82e0abcea71416f92774b41ac2785b447d SHA1: a8a64b5a271acb0136f332fce519f7ef4fcbc702 MD5sum: 0c4cc84e0385ea096933607deef718ea Description: debug symbols for ros-jazzy-lanelet2-traffic-rules Build-Ids: a89037b61c6a859bc21187c5072d461f79a55803 Package: ros-jazzy-lanelet2-validation Version: 1.2.3-1noble.20260618.175530 Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 458 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 Homepage: https://index.ros.org/p/lanelet2_validation/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-validation/ros-jazzy-lanelet2-validation_1.2.3-1noble.20260618.175530_amd64.deb Size: 131794 SHA256: 7b1dc28da8e02f8e6dfe00d3e46311fe47e6b702c4a45f75c8b418ef02399468 SHA1: ea9c273b776a9449106a9805fab300b0a8a3a2a3 MD5sum: e7ae54624d8a182b3066db9dede2ec68 Description: Package for sanitizing lanelet maps Package: ros-jazzy-lanelet2-validation-dbgsym Package-Type: ddeb Source: ros-jazzy-lanelet2-validation Version: 1.2.3-1noble.20260618.175530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fabian Immel" Installed-Size: 3774 Depends: ros-jazzy-lanelet2-validation (= 1.2.3-1noble.20260618.175530) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lanelet2-validation/ros-jazzy-lanelet2-validation-dbgsym_1.2.3-1noble.20260618.175530_amd64.deb Size: 3676862 SHA256: 5c078b724ad2d8db4d708568336c0d43c4fa931e67a14a8a36b1f98338a17ccd SHA1: 503526bd71eb2ec3ccd48eda18f279552565169c MD5sum: 294b7a4d97849c6f3525d68319f60214 Description: debug symbols for ros-jazzy-lanelet2-validation Build-Ids: 8b2008b8ad3db5697a26c5b5a9c60c8d9eccba14 f867dfb10d2ccc25004f7509ffcb34bee695c55f Package: ros-jazzy-laser-filters Version: 2.0.9-1noble.20260804.180703 Architecture: amd64 Maintainer: Jon Binney Installed-Size: 3138 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.20260804.180703_amd64.deb Size: 603456 SHA256: 528f532792d458c6ad627370f52a737c5208eeebce319b6b96e2370cd242b8da SHA1: 6a327843c740d0b1abebcb4bfd3b17d4307a2afc MD5sum: 015be2c7064ccbc6dbb703561bdb1c8c 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.20260804.180703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jon Binney Installed-Size: 14366 Depends: ros-jazzy-laser-filters (= 2.0.9-1noble.20260804.180703) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-filters/ros-jazzy-laser-filters-dbgsym_2.0.9-1noble.20260804.180703_amd64.deb Size: 12766686 SHA256: ef3ae36d532c064c381867dcc8654b603b9afc62131747770e6afcc6c7066cdb SHA1: cc91ac5febbf3003ed11f2ec6ad7e35d37951205 MD5sum: f00e4e8d95aacd592ea287619243e8a7 Description: debug symbols for ros-jazzy-laser-filters Build-Ids: 1a03736af8fa45f8f67bf5086a31b6d0cea4579a 3c656b3748923f784ca4e867e1389bedff0054b3 5abd5fad398f4d728d67130d8ff48eea3fa879d2 6621de0530fee881c71594bfec397ce9c50f8343 7d9b252f941d72c584c617245d023f8ae28d87cb Package: ros-jazzy-laser-geometry Version: 2.7.2-1noble.20260804.155703 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 131 Depends: libc6 (>= 2.14), 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.20260804.155703_amd64.deb Size: 26470 SHA256: 8cfd598f365e0968f9d6a162a9b58e4be6daedfae092b54780b19003782b9c3d SHA1: 0d2d6710105a1602d21dfd45fe827989ae62b277 MD5sum: f33e10020bf350c7d0c7a85632600228 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.20260804.155703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 170 Depends: ros-jazzy-laser-geometry (= 2.7.2-1noble.20260804.155703) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-geometry/ros-jazzy-laser-geometry-dbgsym_2.7.2-1noble.20260804.155703_amd64.deb Size: 156980 SHA256: ad3942efd0dbaceaf5c9d1fb59a201635789d27d75e45ae5bdbc7f9fe54f54c7 SHA1: b5fc53ea2a8c8fd3f18101e24d1d40094f63c1f0 MD5sum: d9fe0f4e007a6d5170d047130d05f2ac Description: debug symbols for ros-jazzy-laser-geometry Build-Ids: e7facf77aef506bf750bcfe3d22759c5677ba10f Package: ros-jazzy-laser-proc Version: 1.0.2-7noble.20260615.144308 Architecture: amd64 Maintainer: Chad Rockey 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-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.20260615.144308_amd64.deb Size: 142898 SHA256: 66da20a9a94509dd32e19c4857eadb773c3d035ec59d6677e35d302595e5cc00 SHA1: 1bda44f35eda012c8fdae7ec5beeec92bfac92bf MD5sum: 5bc98578a240a6341c151e2a1b24b6f5 Description: laser_proc Package: ros-jazzy-laser-proc-dbgsym Package-Type: ddeb Source: ros-jazzy-laser-proc Version: 1.0.2-7noble.20260615.144308 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 3231 Depends: ros-jazzy-laser-proc (= 1.0.2-7noble.20260615.144308) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-proc/ros-jazzy-laser-proc-dbgsym_1.0.2-7noble.20260615.144308_amd64.deb Size: 2825438 SHA256: 335077c8a5deffa99862a78ef88ed0ec14b2facdc8248c94c8625a17c83540e7 SHA1: b2d8739aadcb7e99c480d3545da992ca626257b5 MD5sum: 665c49fda9e8f8571370861e3855a84b Description: debug symbols for ros-jazzy-laser-proc Build-Ids: 3d288ff010dc9753b7a59a741af2a5528218ebde 7ee682677b47dc6844bbf0125de3ebfa89e00c21 f7291359a89b1026f655c96fd27d0f50f632eab5 Package: ros-jazzy-laser-segmentation Version: 3.0.4-1noble.20260615.144155 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 748 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.20260615.144155_amd64.deb Size: 163436 SHA256: 61071874d09a13118e6fba7a26b4451089d73fa66e26d282eba16148f6286920 SHA1: 009443c6bdd776703807fd909948f46741387618 MD5sum: 8bfbf99f07a895671f8ae42f3e29b1cc 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.20260615.144155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 3386 Depends: ros-jazzy-laser-segmentation (= 3.0.4-1noble.20260615.144155) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-laser-segmentation/ros-jazzy-laser-segmentation-dbgsym_3.0.4-1noble.20260615.144155_amd64.deb Size: 2983998 SHA256: 0dfa25084017dc386763956b2c3a71baf24fc0cae83ac990e6e93688a3c0af06 SHA1: 1227031907bbb2da329a262c30b911249eb60b02 MD5sum: 250fed31e40e4d206fc5021a557298ea Description: debug symbols for ros-jazzy-laser-segmentation Build-Ids: 88927a4c69b534660d0879974c01decd6d794b2a ab7cc19fe7160e855bfd3df3d76b40b82bbfef27 Package: ros-jazzy-launch Version: 3.4.11-1noble.20260603.150356 Architecture: amd64 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.11-1noble.20260603.150356_amd64.deb Size: 204500 SHA256: c11746e8152a90daff8547dbe0012d43cbff03da89f7c139fe126da9dcdad602 SHA1: b88255b0be807534921ef0a02f2ce68d9eac29e9 MD5sum: 61b6ba725ffe616e2ab8692f31e6c60e Description: The ROS launch tool. Package: ros-jazzy-launch-frontend-py Version: 0.1.0-1noble.20260603.151655 Architecture: amd64 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.20260603.151655_amd64.deb Size: 8996 SHA256: d6c96ccf025c9af23d9456eb0d0f1407c97ab56cb1ae8f820965553083717e24 SHA1: 3d83056a7c2c2b15ccf293097c8e42f4333ab2a5 MD5sum: a0305aa415c2a28d16ed3fd5982b5156 Description: Python frontend for writing ROS 2 launch files Package: ros-jazzy-launch-pal Version: 0.20.2-1noble.20260615.164012 Architecture: amd64 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.20260615.164012_amd64.deb Size: 54760 SHA256: 79cc222a252756d9a3ef10df4ef8704b2ee90f5cfa35a46aa3b7c28ca1570b9f SHA1: 944cd38e7c72a6678c8cbd01e6166f95277feb1e MD5sum: 1815f984ee6dfa5cbb484ab8fa768ffd Description: Utilities for launch files Package: ros-jazzy-launch-param-builder Version: 0.1.1-4noble.20260615.145409 Architecture: amd64 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.20260615.145409_amd64.deb Size: 8996 SHA256: 808bc4108f45b65a69ca15acb1a06980d73dc0e7122e9a67db7714e3be133659 SHA1: 469e6a12d1237e5303195d188f371d09314a2173 MD5sum: 8ce918d2203e5dde9ca2e404911470e2 Description: Python library for loading parameters in launch files Package: ros-jazzy-launch-pytest Version: 3.4.11-1noble.20260604.025918 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 129 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.11-1noble.20260604.025918_amd64.deb Size: 27606 SHA256: 45a9a3fb440648be46643e5086f977cc073f9e7f6769301ee10226ac347ca2f5 SHA1: 7a2cbb0c5bcd2874d8de8ed453b14757526a30f6 MD5sum: eadf491454821e96debfda838cee5065 Description: A package to create tests which involve launch files and multiple processes. Package: ros-jazzy-launch-ros Version: 0.26.12-1noble.20260615.134004 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 456 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.12-1noble.20260615.134004_amd64.deb Size: 94218 SHA256: f7f44e064373b5f0d03b429a7d7d1e9590c5119db1e79c54f3b268757994c95e SHA1: 85918bcf9a3478c6c5b37fbb88119a4c64c25c50 MD5sum: 775a1795c40cf95711dae4eda02f229a Description: ROS specific extensions to the launch tool. Package: ros-jazzy-launch-system-modes Version: 0.9.0-6noble.20260615.135457 Architecture: amd64 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.20260615.135457_amd64.deb Size: 18430 SHA256: ac6a7b9a109e783b256b46f8be8818521d9393aedc40b1e20c2d56b504a0c704 SHA1: a0c169bfcb985e7f310c41f4b51ea28bb660a1a0 MD5sum: a4715594d75805256a7341f35309a517 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.11-1noble.20260603.150907 Architecture: amd64 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.11-1noble.20260603.150907_amd64.deb Size: 87768 SHA256: eb17ea99bbf8dd67f4291e5b14a4f6d73bf4f6329a3a91ab7df755ccf402a36f SHA1: bf178d66e2ec9f3dccfd485d91f9bba8aa635bba MD5sum: 1a799be0aef639ddb18bfc91b6aca706 Description: A package to create tests which involve launch files and multiple processes. Package: ros-jazzy-launch-testing-ament-cmake Version: 3.4.11-1noble.20260603.151149 Architecture: amd64 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.11-1noble.20260603.151149_amd64.deb Size: 8934 SHA256: 22315611dda5077e918a54137c4a97cef2dbc3f288886b037dc298b780867538 SHA1: 46decdbf7b2bbb7c50772daa3c852224b52d256e MD5sum: 4a3f450eb7a47eb07ec9196b86757195 Description: A package providing cmake functions for running launch tests from the build. Package: ros-jazzy-launch-testing-examples Version: 0.19.7-1noble.20260716.024223 Architecture: amd64 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.20260716.024223_amd64.deb Size: 14306 SHA256: 85479038a482e9e5fa7592f1e7de4d2412a8c92f765e0df9849458c2ab363e61 SHA1: 454dcb2fd3098fd88e2c3bddc5ba14dad44a6968 MD5sum: d21c5c3fac7e4a9189ad8e3939026c9f Description: Examples of simple launch tests Package: ros-jazzy-launch-testing-ros Version: 0.26.12-1noble.20260615.145416 Architecture: amd64 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.12-1noble.20260615.145416_amd64.deb Size: 22680 SHA256: 485277aada2ee0210792d106ed2e31185a06fb251d706eaea437f525019dd344 SHA1: 30b945672981f0978bc760d470b6862e607bba15 MD5sum: e05b667ac01948f824d24d34b022013d Description: A package providing utilities for writing ROS2 enabled launch tests. Package: ros-jazzy-launch-xml Version: 3.4.11-1noble.20260603.150705 Architecture: amd64 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.11-1noble.20260603.150705_amd64.deb Size: 11550 SHA256: de506804c3672d9ab419572c4b6ac4fdaa66d6a077b5122b94ec24d4f168546b SHA1: 959294894f68470a76377e58c73a2e2cb802f24a MD5sum: 4baca9dc4a0cb17f239855ada5782654 Description: XML frontend for the launch package. Package: ros-jazzy-launch-yaml Version: 3.4.11-1noble.20260603.150711 Architecture: amd64 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.11-1noble.20260603.150711_amd64.deb Size: 11866 SHA256: 3fab0d811c3d409b2c021096416f40ee97c75d53e2e9922965b75fbf2c434bc0 SHA1: 91f48737280b318e05634d3ef630fdd78f88dead MD5sum: 32df886c9965ee23bbf8571b5c432841 Description: YAML frontend for the launch package. Package: ros-jazzy-ld08-driver Version: 1.1.4-1noble.20260615.144736 Architecture: amd64 Maintainer: Pyo Installed-Size: 207 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.20260615.144736_amd64.deb Size: 61068 SHA256: 1f624a831e06a48143e8425071d01fef90fb53e90d9b504f0c2edbe819430aca SHA1: ca88df758b591947146fada25f88ea81a5dc46a2 MD5sum: 329809f6e6cdb3310c51628eb3b68978 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.20260615.144736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1045 Depends: ros-jazzy-ld08-driver (= 1.1.4-1noble.20260615.144736) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ld08-driver/ros-jazzy-ld08-driver-dbgsym_1.1.4-1noble.20260615.144736_amd64.deb Size: 985676 SHA256: 1313c0225211dd3efbe01b664d0c76e02fd10bd1ba7e0973976f2b84bd00ad9a SHA1: ffde4ff8a76f617abe7109a62caf2a437eea9f86 MD5sum: 2943476cae751de6a4cbc39464323603 Description: debug symbols for ros-jazzy-ld08-driver Build-Ids: 8e3434d46df08036217b891a5d5b5b67741dd5dc Package: ros-jazzy-lely-core-libraries Version: 0.3.4-1noble.20260525.095759 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3752 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), libstdc++6 (>= 11), python3-empy, python3-yaml, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/lely_core_libraries/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lely-core-libraries/ros-jazzy-lely-core-libraries_0.3.4-1noble.20260525.095759_amd64.deb Size: 675092 SHA256: e1ef8bc5695d580778640fb07d2ae33e538021322bd6c7e65a52101abd078580 SHA1: 1b73ef4e476cd3ffcb6da9a63a9f53b7b869459e MD5sum: 4ce36887203ad3ac219b2c95675f6b33 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.4-1noble.20260525.095759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3313 Depends: ros-jazzy-lely-core-libraries (= 0.3.4-1noble.20260525.095759) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lely-core-libraries/ros-jazzy-lely-core-libraries-dbgsym_0.3.4-1noble.20260525.095759_amd64.deb Size: 2643126 SHA256: b3a8e5d44ddd0656d5ce6b800d1824b150e1fe1be8b96a416b353e31c1434add SHA1: efa7b5a5a04d8e12e7dc1950450adb151d57180b MD5sum: 558d69f42b66ef450329517dfd5367c9 Description: debug symbols for ros-jazzy-lely-core-libraries Build-Ids: 6a304148b267e16a39ec9b6b83e4d39e0a88fb1e 88cb01faf7c244c56fe03a00fe9a1684ce964a9f 89dd1188ddec5313bcc4397b00db4f18b4ed3d93 8b060c271626583c481a549ef94d60c21c5f9599 92bf12ca8c12b11de811f9e3863164a50797e237 92e669d1a4977f11393b37172b726686c86d7f5f a691654f5898bb89cabd05ad9f7f8e45d4622d49 af05faa150acbee94149ca934adbc1e56c293bfd b6591ca9107ba8713a13637bd7722fd6596f8c95 Package: ros-jazzy-leo Version: 3.2.0-1noble.20260804.193753 Architecture: amd64 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.20260804.193753_amd64.deb Size: 5248 SHA256: e22dc95c4b0a095a5937a302ccfcd9452d86aff9fca62fea5d66aa747f34ba7c SHA1: dd1dd39b8ae7e092091f17c952ec40aca28e6fa3 MD5sum: 4c12dd915c62ba03e1f16ec9cbcdd0c5 Description: Metapackage of software for Leo Rover common to the robot and ROS desktop Package: ros-jazzy-leo-bringup Version: 2.6.1-1noble.20260804.192644 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 311 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-rclpy, ros-jazzy-robot-state-publisher, ros-jazzy-rosapi, ros-jazzy-rosbridge-server, ros-jazzy-sensor-msgs, ros-jazzy-tf-transformations, 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.6.1-1noble.20260804.192644_amd64.deb Size: 20206 SHA256: d177e00545baf851ddf54f9f65ac3a8ed11a06bcca1f46e0c8fb738f651626cb SHA1: 46e3b9dcd51caa4f1851cdae72fe2685bf75c2e1 MD5sum: 814597e7483ef9664335174ac3a62ce1 Description: Scripts and launch files for starting basic Leo Rover functionalities. Package: ros-jazzy-leo-description Version: 3.2.0-1noble.20260804.192244 Architecture: amd64 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.20260804.192244_amd64.deb Size: 5796144 SHA256: e359a8660a3bb6a7bc934610ed45c3e8a2cb5dc41d7f74a9a61a723e311b82d7 SHA1: f108e1af8701a3f84f4dc9f7c48c8d93a13dafd3 MD5sum: 208d73d45615eff759eade16d76b3828 Description: URDF Description package for Leo Rover Package: ros-jazzy-leo-desktop Version: 3.0.0-3noble.20260806.102458 Architecture: amd64 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.20260806.102458_amd64.deb Size: 5176 SHA256: 640515ea70f77aa3a5848bd28b9b4940fb2c38073f25971fc758104d034d816f SHA1: 7eb2385eb28840fa25498977acdde94ad98dde53 MD5sum: 4aea5b3fc161e627c1e45d5afab011b5 Description: Metapackage of software for operating Leo Rover from ROS desktop Package: ros-jazzy-leo-example-follow-aruco-marker Version: 1.1.0-1noble.20260804.190008 Architecture: amd64 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 Homepage: https://index.ros.org/p/leo_example_follow_aruco_marker/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-example-follow-aruco-marker/ros-jazzy-leo-example-follow-aruco-marker_1.1.0-1noble.20260804.190008_amd64.deb Size: 12120 SHA256: 1ee6684af56b0b5eea82a086d945293870cee8de0778afd3394027d51ce14d42 SHA1: f5fe028038c2cc04634d24340a566b51bd3e7da0 MD5sum: 7413a561464fae054b69d21eb651de48 Description: Follow Aruco Marker Example for Leo Rover. Package: ros-jazzy-leo-example-line-follower Version: 1.1.0-1noble.20260726.101151 Architecture: amd64 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 Homepage: https://index.ros.org/p/leo_example_line_follower/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-example-line-follower/ros-jazzy-leo-example-line-follower_1.1.0-1noble.20260726.101151_amd64.deb Size: 1985402 SHA256: 654afa1143c443f853016c0a9aadc9d273359dd8d99a512888860d9ba976e13c SHA1: bd3b99528e96092d46995d666a82ecf1939dfa3d MD5sum: 797d6b5c1e4aff295dce2999398d6a1c Description: A line track follower example for Leo Rover. Package: ros-jazzy-leo-example-object-detection Version: 1.1.0-1noble.20260629.164430 Architecture: amd64 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 Homepage: https://index.ros.org/p/leo_example_object_detection/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-example-object-detection/ros-jazzy-leo-example-object-detection_1.1.0-1noble.20260629.164430_amd64.deb Size: 9496362 SHA256: c433517c0c376bfaf159d2c82fb9c59b9dbafd574361924a8b012758e389fb21 SHA1: bf69fd0883b76877221d58c4f021da6798e65c3d MD5sum: ec168e63a70bd5baf5b15cb37424cc19 Description: Object Detection Example for Leo Rover. Package: ros-jazzy-leo-examples Version: 1.1.0-1noble.20260804.194010 Architecture: amd64 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 Homepage: https://index.ros.org/p/leo_examples/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-examples/ros-jazzy-leo-examples_1.1.0-1noble.20260804.194010_amd64.deb Size: 5450 SHA256: f60c25652e8badb107a5d0044a81f46121ee3da9f0e5d9dd17aa23cc06a23192 SHA1: 7ea63b8cb63420d3329266bc9e454a9d210d4469 MD5sum: fef1c47e1c24369eec949fd2259e18d8 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.6.1-1noble.20260804.182738 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 1175 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 Homepage: https://index.ros.org/p/leo_filters/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-filters/ros-jazzy-leo-filters_2.6.1-1noble.20260804.182738_amd64.deb Size: 238242 SHA256: 2ddc46061a5ada079aaae1ff4dedb1490936aa53384e3dfffee109fa88f6fc25 SHA1: 069f3d2e677497137309ea02e3094d12ab05f27a MD5sum: df10632a94ad579d9c22868ec18d5a40 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.6.1-1noble.20260804.182738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 5915 Depends: ros-jazzy-leo-filters (= 2.6.1-1noble.20260804.182738) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-filters/ros-jazzy-leo-filters-dbgsym_2.6.1-1noble.20260804.182738_amd64.deb Size: 5012180 SHA256: 7d64f50a1d79ac4da77f632b9e3f35f862c9e1dd4d412ce131d0295723aa1327 SHA1: 3153ccbbe88ddbdfc6e33af6d0281a8ac2087c20 MD5sum: f8406e874e5836a915537fa9f510ead8 Description: debug symbols for ros-jazzy-leo-filters Build-Ids: 0878513f0fab2666e1a3cbe430a54ec004548c25 9d861355c4d3ce79f55f0a63329e741fc211c6d2 e5105792ca9d9343c8df50335bf7695edf2d2166 Package: ros-jazzy-leo-fw Version: 2.6.1-1noble.20260716.022619 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 1737 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.6.1-1noble.20260716.022619_amd64.deb Size: 388250 SHA256: ceec391404ae50187223c1ab514883a2e63b53fceb9e4e2b2fb949929ff9d7d2 SHA1: de31f236906f4c9257e8a3899b819062f57acd7c MD5sum: b67522804672053f3c331ba7ab29518a 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.6.1-1noble.20260716.022619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 5801 Depends: ros-jazzy-leo-fw (= 2.6.1-1noble.20260716.022619) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-fw/ros-jazzy-leo-fw-dbgsym_2.6.1-1noble.20260716.022619_amd64.deb Size: 4698460 SHA256: 77d721c9e98978375adbaae599f7a6683e6c240ad016054e2573c55263297579 SHA1: 2386f3881623f62b305cfb7edab71e352fa43c3f MD5sum: 5765f1de44d0cb6e001aa303c6536e38 Description: debug symbols for ros-jazzy-leo-fw Build-Ids: 6be836be8431e1310bf9475d0f0bee2f46960d1d cd15221f3a17244026d16e3b66222b0d81ccb58b Package: ros-jazzy-leo-gz-bringup Version: 2.0.2-1noble.20260804.192653 Architecture: amd64 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.20260804.192653_amd64.deb Size: 8018 SHA256: c35afb0cbf982c192c16e50c8e1aa878b1b7f661778775fdb4e6e9241c994118 SHA1: bb7ca9deb74e6efbb0e77c5ff5682a226d5489a1 MD5sum: ed5016ac808cbf5669b74268b98af9ce Description: Bringup package for Leo Rover Gazebo simulation in ROS 2 Package: ros-jazzy-leo-gz-plugins Version: 2.0.2-1noble.20260619.110842 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 841 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.20260619.110842_amd64.deb Size: 148162 SHA256: b22b9604af94ab09f1e73baa9faec3dcf523472cfcfd14ece7eb3a463aa4005b SHA1: e68a6de26979b3f02f79e47eb063defd27d8c38f MD5sum: c6a57f282b4e78d9a7b8238a753cb2fe 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.20260619.110842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 3872 Depends: ros-jazzy-leo-gz-plugins (= 2.0.2-1noble.20260619.110842) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-gz-plugins/ros-jazzy-leo-gz-plugins-dbgsym_2.0.2-1noble.20260619.110842_amd64.deb Size: 3068966 SHA256: f959c9cfe6c437d1fc473f3fd74cf1b6456ffd3c06cf428a6cc2abacaa943374 SHA1: 6cd59b3a924e969e2bb5201c9922118c36349821 MD5sum: 8fabfe9b1cf43eea5361747d68b01128 Description: debug symbols for ros-jazzy-leo-gz-plugins Build-Ids: 779999985e8d346477c8cd4de62b92b86644f501 Package: ros-jazzy-leo-gz-worlds Version: 2.0.2-1noble.20260225.235226 Architecture: amd64 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.20260225.235226_amd64.deb Size: 143438192 SHA256: 0212b9b947712e25722750dc55336e4e70a790a287fab0e2deced3265c5bb32c SHA1: 36af47fbff3a667043656b6f5a4daca01bbed520 MD5sum: 72ff219efa2e9d4f1c94320b6e6c04ad Description: Gazebo worlds for Leo Rover simulation in ROS 2 Package: ros-jazzy-leo-msgs Version: 3.2.0-1noble.20260615.110430 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1044 Depends: libc6 (>= 2.4), 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.20260615.110430_amd64.deb Size: 84550 SHA256: 7464884d7d6fb3a911967e7ae68410ff6ebc4e9b5b51ebac8dfa2805f62f2494 SHA1: 1c13b15c58488b125fbf7f97aff492c89a30843b MD5sum: 1954e9c9d57252b4f3b36ca22d8cf4a3 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.20260615.110430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 685 Depends: ros-jazzy-leo-msgs (= 3.2.0-1noble.20260615.110430) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-leo-msgs/ros-jazzy-leo-msgs-dbgsym_3.2.0-1noble.20260615.110430_amd64.deb Size: 530602 SHA256: 89e32d45e331d7e985b14c5d9834b6b77640ba3b3a369290203ea9e5d443f3ab SHA1: ddc92cb4f36fc26e56a5a1ecaab896ee533a249f MD5sum: f0e795ba1d69a6d973e4a7dc395de006 Description: debug symbols for ros-jazzy-leo-msgs Build-Ids: 36b5e81f577fe20aa277a2bef07d9963e173d65c 5d3af6a50a0430d5a26ea34da7a55b6877f8d8e0 5d5085d26b721c66f7c4f09dafa2f0a53eea4e18 76bac1822250c93fe9d9107e0711f99d27b7ffe4 804a6842102ce3e77a0e097914a68de34a2c2f19 8f98fd38ba849181b3d894593fad0345ae37f68a d608936cebd05b49e8d23a9bcbd6969e116c6626 dcf3378ac68c188a36c1c2826290e34b777d77bc df64a110fa401af9dc6c48ca28e6ad00114144db e2de7ca1510dd7b8c714875c70ebb82d530524d7 ff331395bc118fa67754598743e59164ac22073d Package: ros-jazzy-leo-robot Version: 2.6.1-1noble.20260804.194003 Architecture: amd64 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.6.1-1noble.20260804.194003_amd64.deb Size: 5412 SHA256: a4d7c0907cbacdd639034697f1c3e4eec89660b11ec6c246b6f6891e1db83c5c SHA1: c63a9ef1d36a0b3377b5960ec8e99febead85d8b MD5sum: 8052c1c3132fb5f6a567df4a34db2316 Description: Metapackage of software to install on Leo Rover. Package: ros-jazzy-leo-simulator Version: 2.0.2-1noble.20260804.193813 Architecture: amd64 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.20260804.193813_amd64.deb Size: 5310 SHA256: 382bb8a5bddeb58a2c1fee13754734e35d73504db6ec4422a31d878654e9b26a SHA1: 071c583f4e8acf67b055d96bc3a82ec186d7cc75 MD5sum: 9f26e1e352c3a02e2b07245512da0047 Description: Metapackage for Leo Rover Gazebo simulation in ROS2 Package: ros-jazzy-leo-teleop Version: 3.2.0-1noble.20260615.164121 Architecture: amd64 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.20260615.164121_amd64.deb Size: 6228 SHA256: 95067532986b0696bff8bcfe7abe6e01bc30bd55131e46dc3a596c7148ced798 SHA1: 5605680dc996ed337368ec5ed629cad3dcd58d18 MD5sum: 49732571abf36b080e726899040a67db Description: Scripts and launch files for Leo Rover teleoperation Package: ros-jazzy-leo-viz Version: 3.0.0-3noble.20260806.100150 Architecture: amd64 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.20260806.100150_amd64.deb Size: 7590 SHA256: 13a73ee90cd7ec3e473b2f900203645fd16a7a6258d6c1dac10777967360f8db SHA1: 77e233a57fb3229603e6ad44b348c96d4ab496a1 MD5sum: ae31f55257304c3caa4963ae3e9fc613 Description: Visualization launch files and RViz configurations for Leo Rover Package: ros-jazzy-lgsvl-msgs Version: 0.0.4-5noble.20260615.113447 Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2685 Depends: libc6 (>= 2.4), 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.20260615.113447_amd64.deb Size: 188980 SHA256: 24d656960e4a89bcc86d6cb9d242ff0eff957a5df117de10bbfba22fdbac5bed SHA1: dbcd8b116512ee8eb0d1ac83bbbeb72d373e48b0 MD5sum: 768557bb65586544de6a759572a54067 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.20260615.113447 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 1954 Depends: ros-jazzy-lgsvl-msgs (= 0.0.4-5noble.20260615.113447) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lgsvl-msgs/ros-jazzy-lgsvl-msgs-dbgsym_0.0.4-5noble.20260615.113447_amd64.deb Size: 1601790 SHA256: 050815cd2f353592086c46bfb552d7c44c45a2c83be13465f61b9980073380ab SHA1: 2527cea9737286a202c6b69b30e7ad57ecfd2d16 MD5sum: faba0a060f4dd8991b9dc26c98ea8299 Description: debug symbols for ros-jazzy-lgsvl-msgs Build-Ids: 00d868ff428a375587abc3f4e31ff6c281e37275 0157e02e2b759262cce44d629a1bf5b7f858bc18 0304c9319c2c81ccd040e21f9aa2544ddea4094f 152fe43fbbac2ea0f7e55410c14b646aea34eefb 427484d7a309dc6145f9d5755db1b3e3ef285018 45e885509317565a2ca973ece0bc409af1fbfec3 687cfe6484acdb7f7d30e7f54bf7af946a23a314 702f5f4708f3376d6e3826f0e6acdb532d30a21b 9ad3429c83129ad142c1143efca942ada93c6425 babe96ec932136762a28002016ee678cbdc9569c fea34d8d642ad7c54ea6316863e47863074c5690 Package: ros-jazzy-libbno055-linux Version: 1.4.3-1noble.20260720.101356 Architecture: amd64 Maintainer: "lazytatzv" Installed-Size: 1341 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/libbno055_linux/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libbno055-linux/ros-jazzy-libbno055-linux_1.4.3-1noble.20260720.101356_amd64.deb Size: 276722 SHA256: 48aea23f44b326b5385515435c007230427caf4909b6323d8aa98c9227eb98bd SHA1: 428a5fbf336534f3f0d72c61fb35b43741d0d914 MD5sum: 7656698bdc07767df05b4d67e6d160f2 Description: C++17 BNO055 library and ROS 2 nodes for Linux. Package: ros-jazzy-libbno055-linux-dbgsym Package-Type: ddeb Source: ros-jazzy-libbno055-linux Version: 1.4.3-1noble.20260720.101356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "lazytatzv" Installed-Size: 5841 Depends: ros-jazzy-libbno055-linux (= 1.4.3-1noble.20260720.101356) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libbno055-linux/ros-jazzy-libbno055-linux-dbgsym_1.4.3-1noble.20260720.101356_amd64.deb Size: 5186384 SHA256: eb62491688af21a02b0ade19f630761d1b1033d9fc1f87a1093853b67eb269aa SHA1: c1df4711808e869d29960722e21847407d901340 MD5sum: cd8b8bee2ab1ed4e028b05808b4291ab Description: debug symbols for ros-jazzy-libbno055-linux Build-Ids: 0974dbb131f6c7869e3dff08bdf2fe437983dc85 0df680446876a1b7d067a705ea4fbf09a91bb373 1f1dab361bdad25c40c66318c28e5f34774f8356 22eb1e1a1f868346e21c964a3dd9be6e82f7b8ba 6aa0ca92208989f8f6259f9854137d59ba4a9661 bd28b28c57d7e135d7986ff481f1548cb10fb98a ef5436318b6c81a4da4a2cf9ca7a6b1398ed1402 Package: ros-jazzy-libcaer-driver Version: 1.5.6-1noble.20260618.174023 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 1122 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.6-1noble.20260618.174023_amd64.deb Size: 243534 SHA256: 98109f1af4390952ab92da9c496c1c95e9097bb9540bbdd5dd361d0ffa674dba SHA1: 36f7f0302201d2d32b76de72e02a51e4037825bb MD5sum: b24ff3655fc0dfb80ff2433ca9a26fba 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.6-1noble.20260618.174023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 5810 Depends: ros-jazzy-libcaer-driver (= 1.5.6-1noble.20260618.174023) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcaer-driver/ros-jazzy-libcaer-driver-dbgsym_1.5.6-1noble.20260618.174023_amd64.deb Size: 5132562 SHA256: 85a59a9e70dcd2ad6504d5acb867e8a4f7fc6e7c064b8866078c4ad5b80a2d15 SHA1: 4fc5e3a43951c80713c0a2995581afacde46efe9 MD5sum: ff932887d5f2197be93b460476819651 Description: debug symbols for ros-jazzy-libcaer-driver Build-Ids: b97ce04a246830bfc6d8b35066442797def6df92 d3a06f98c8680f029c077663653c1e54f35e5177 Package: ros-jazzy-libcaer-vendor Version: 2.0.0-1noble.20260225.232151 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1155 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.20260225.232151_amd64.deb Size: 162488 SHA256: 5d817a5763d5e22d8b2c080325a3d1ed40bdcec9fbd98ebf6c16cdc04b58067c SHA1: f5537bf49048b72045b6e0c225ac1d4c5e1c061b MD5sum: 705801dcbd50476306a1b7c8ac67c506 Description: Wrapper around libcaer library Package: ros-jazzy-libcaer-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-libcaer-vendor Version: 2.0.0-1noble.20260225.232151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 54 Depends: ros-jazzy-libcaer-vendor (= 2.0.0-1noble.20260225.232151) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcaer-vendor/ros-jazzy-libcaer-vendor-dbgsym_2.0.0-1noble.20260225.232151_amd64.deb Size: 11122 SHA256: 150717507ae0a71472032376fa0e98365af40bb6cafde68b8cb83a4f2479e618 SHA1: eb34881b753201cc410a1db76ff085207e3a79c8 MD5sum: 23eba929cde47faa176b35a307b7bee0 Description: debug symbols for ros-jazzy-libcaer-vendor Build-Ids: 0f965e669350be43321c0684bdab676cee21e63b Package: ros-jazzy-libcamera Version: 0.7.2-1noble.20260713.082526 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 3370 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), libudev1 (>= 183), libyaml-0-2, libyuv0 (>= 0.0~git20221206), 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.2-1noble.20260713.082526_amd64.deb Size: 971776 SHA256: 889526562496ef30ec27a6a2fc35f3a59651c29421aa89455c913c138a221342 SHA1: e4cfd2b3707b2b853e4c81bb7b9e64d291ba30eb MD5sum: 8410de557f9c6ec52bf385ce2c42b466 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.2-1noble.20260713.082526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 24102 Depends: ros-jazzy-libcamera (= 0.7.2-1noble.20260713.082526) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libcamera/ros-jazzy-libcamera-dbgsym_0.7.2-1noble.20260713.082526_amd64.deb Size: 22822082 SHA256: 7f655d0205d4d254d649240c1b6dc3d107dcca6ddd3a8630865afd9a68bcc1fd SHA1: e165b9772befce8ee327a8761d16e4b586ad21ef MD5sum: 319a86ee1504d88502288ac9c1be4d0a Description: debug symbols for ros-jazzy-libcamera Build-Ids: 08ddf3e5e7fa1e4d47f97226a069bfcccc7e6ec3 22337d7ec7cbb7764a2bf4b533ab325e2562ff31 49599acc12771fbe30caf93a7414398826c3da58 813d9f74109006607726361369d0c8aa9675fdde ac589c7c1d13125954e9d7a2c5a35594d7611222 e1d692fde749bdc4a80567d80443c6a25114771c f9c1ba32270549f4278b11aca727316cf17ab057 ff458d6209e0dc1fb136a01302efbfc5714469cd Package: ros-jazzy-libcurl-vendor Version: 3.4.4-1noble.20260225.235243 Architecture: amd64 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.20260225.235243_amd64.deb Size: 7562 SHA256: 50984bd3bd602cbca2b4bb186d5b713e4d1d21bf625ef28a427ffc478491fbbc SHA1: 32fa8914b6503b6840dc70cd731bfc92c79e7e04 MD5sum: e70e9803e9391898f2613a81dc54d2f5 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.20260225.235248 Architecture: amd64 Maintainer: Christoph Rösmann Installed-Size: 5962 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.20260225.235248_amd64.deb Size: 1149478 SHA256: 6e5d9954d3b349f42d02a22509b446532c50abe0efe870ebd6d3dfb15729641c SHA1: 29f905d8ef98f696c8b9a2e808a3fd551bad3775 MD5sum: 1faac909f5e9b99cedaf4d435da111c2 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.20260225.235248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Rösmann Installed-Size: 159375 Depends: ros-jazzy-libg2o (= 2020.5.29-6noble.20260225.235248) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libg2o/ros-jazzy-libg2o-dbgsym_2020.5.29-6noble.20260225.235248_amd64.deb Size: 159693790 SHA256: 7b19b5306e1225c2c29efe36e698e04d57a672299dc68b4514526db8a02d255a SHA1: f3e03d50ebe57760cc19f69c64a57f83f35cbf86 MD5sum: eccf6ee68a2ccde0ab38e8cd37f0ac66 Description: debug symbols for ros-jazzy-libg2o Build-Ids: 003af76487e4dcc278f3bfebea5a119f3bc7e9bc 1a22b3a8ae2214662b1868120289486919836fac 1ab16e0058cef9786dc3a90f5647937c6ff3d731 2a4f1646a59e8640b212d53c68f6196abc499826 363f0066f917a2338dbd62e2719cd3f260274fcf 3ca7d19055e01274d2a726bba92e454b6ac00f6c 49cd37f27f5b9db707361abbd362b9d834804969 4bc59deafae9b7e106063f7bd16db05cde0032a9 5576fc68a4fa1241476615529c796b0b37a7d58a 5caa90463833c7d02c7f7501ca3cae6cb5922f7c 708ae2f8b4aae70cca9a5ed39cf7889c7834aea6 7425960d81b8a05cb751a10bbaec0851157e9823 7c1faf826a65b7e36644278197e13e92495abf9e 7cbbd871fc40032ed482e27629eebbe1632db882 7f8fab05542c3d91242b42f27cc4dda89210bf7b 8358b908ff7e1a820c9771ea7b81c971fdc306d5 907d0a2919bc41e58f601572b45dddbec9185d93 94adf53c4aa56538dc1b7eefe338d1dddbe3c656 a2a5ae4e73ad3818a57ae59962d84a5944043764 a3f1f49e51ae0e40e78a9e750871ad8d691f3af9 a4fdf0c2e03b7053b198cc8ca42eb4f2baaeda82 a7964e36523b84fd76eb73ffaf399ed736b9f508 ac3aff1112533d8f86b97f50ea6abfe8d21f0eed b113c9971dc5189376cb6212eab57dc635330787 bb9814fb7353ed4be50cf469d0c4c89c794d2311 c0e99a3edc0977b6d3d092c75918fe2412e38796 c7307511497bc309234bbdd7c240cdde3dfed6c0 c8486dd8f001936f2978193384ef0704c7ce42a6 e7902a7ffdd98a51d1837d6ff39cac7156dc1923 f0decdb9d7d6b74b8dd7e322c827839c3d0c5ba8 f41401fbdb48018fa3e09e70249d140dc26761d0 fe361c41182645dd9a35f6a0660875361b6f23a2 ff5ee4d0ce58614b660f4499792cf7c4ef1ae887 Package: ros-jazzy-liblz4-vendor Version: 0.26.11-1noble.20260603.150356 Architecture: amd64 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.11-1noble.20260603.150356_amd64.deb Size: 6916 SHA256: 00e08e994d3e542f423cbc731ae6a852551d5784a5a39600360919bae53d7428 SHA1: 35f6fdf4ce82820fd9f7fe9855384ed2a2130b0f MD5sum: 0e28abded0da00843d4184c374dfea94 Description: LZ4 compression vendor package, providing a dependency for LZ4. Package: ros-jazzy-libmavconn Version: 2.14.0-1noble.20260618.171222 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 440 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.20260618.171222_amd64.deb Size: 112362 SHA256: a05fee66b65c20dadac9929b0548fe12867f80b2f8596e49b51f1e00b0cbb44b SHA1: b49324c0960b477a76ab9cc644e6aad8a228d8e7 MD5sum: 81fcb6f21d31a32c43dce2ce8e5296ee 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.20260618.171222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 1913 Depends: ros-jazzy-libmavconn (= 2.14.0-1noble.20260618.171222) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libmavconn/ros-jazzy-libmavconn-dbgsym_2.14.0-1noble.20260618.171222_amd64.deb Size: 1780362 SHA256: 458a1fd7e763a2cfe4251c970a29a49b5d6bdfe37fff93c957365c41fd97efcd SHA1: b2fbb2ea1e154235d333f2834065080572fcf072 MD5sum: ff2a8a6826c9f63d94627e49d9888b1e Description: debug symbols for ros-jazzy-libmavconn Build-Ids: accffd8f3ee303a7507c0b1cf1554fe6ff3d09cd Package: ros-jazzy-libnabo Version: 1.1.1-2noble.20260225.055337 Architecture: amd64 Maintainer: Stéphane Magnenat Installed-Size: 1812 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.055337_amd64.deb Size: 94768 SHA256: 1551527404a9f36428813f80d6d74c9c7d2b7d9b4b2e06fd3c8b4282399f54df SHA1: 9b80bba596dcf199929b2576b00e78bd5295718e MD5sum: 5980ffcb2e17aa368db5bc243f9bff4a Description: libnabo is a fast K Nearest Neighbour library for low-dimensional spaces. Package: ros-jazzy-libphidget22 Version: 2.4.0-1noble.20260225.235344 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5791 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.20260225.235344_amd64.deb Size: 930080 SHA256: b257f5a6f80f1ac396e723a9058e9096542d74d218c91299517358ea479e93cd SHA1: f2049f6405720aeb65c8df6997f7c2f8a1cdb43c MD5sum: 220330badab4c025ce414d2d60c79d81 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.20260225.235344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2186 Depends: ros-jazzy-libphidget22 (= 2.4.0-1noble.20260225.235344) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libphidget22/ros-jazzy-libphidget22-dbgsym_2.4.0-1noble.20260225.235344_amd64.deb Size: 1996526 SHA256: 2b3dbe1e378ea44fcf591dc452319b7df20987d41830cf72a9e2c4ad2e3302f6 SHA1: 65895e5a85eab250d47d70c34d221548dce33686 MD5sum: 0f4b8713ba8c46a19da655272415e77a Description: debug symbols for ros-jazzy-libphidget22 Build-Ids: ecaa4628bdbb9245263cb17c0960355e6f0678b8 Package: ros-jazzy-libpointmatcher Version: 1.4.2-1noble.20260225.135343 Architecture: amd64 Maintainer: Francois Pomerleau Installed-Size: 22227 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.20260225.135343_amd64.deb Size: 2693016 SHA256: 30fc46849616a4c89234203fe9fdf551d81e7716fc16f50fe1c9ba96fb722e48 SHA1: eedb4c515b98d29285423a6f3d611b4b9db4a30d MD5sum: bd35d924bdddd34091112ac9105d97db 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.20260225.135343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francois Pomerleau Installed-Size: 68189 Depends: ros-jazzy-libpointmatcher (= 1.4.2-1noble.20260225.135343) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libpointmatcher/ros-jazzy-libpointmatcher-dbgsym_1.4.2-1noble.20260225.135343_amd64.deb Size: 67412878 SHA256: 0b5d07172faf3506143aa017405b27cda8b93ed36c0f0058ce690a9b7cf97c70 SHA1: 82efd6366dc33092d18b541bae92165f0dace92d MD5sum: 99e632a3e9ee0934eba784141700872f Description: debug symbols for ros-jazzy-libpointmatcher Build-Ids: bdcbff5f85c345f207778ad1682c5c36b0d29f56 Package: ros-jazzy-librealsense2 Version: 2.58.3-1noble.20260720.173748 Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 36243 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.58.3-1noble.20260720.173748_amd64.deb Size: 9119212 SHA256: 083c286da227dc31e768f104d62c79f975ae68b890d40b33310bb3877e1e4036 SHA1: ce0a08367ef7a0dd1da1bead7aaf8d1998164add MD5sum: 890018bb5fadc11d8dfeacaa1e79eac6 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.58.3-1noble.20260720.173748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 169835 Depends: ros-jazzy-librealsense2 (= 2.58.3-1noble.20260720.173748) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-librealsense2/ros-jazzy-librealsense2-dbgsym_2.58.3-1noble.20260720.173748_amd64.deb Size: 162694950 SHA256: 233d2710520b205dd1045ccb2de1f68ca455b2c113ff1dc9b7e2acec79382ae6 SHA1: 895a59d99fc24e586ddf7f91c657ca674d112bb9 MD5sum: b482c9ccc27b0f424bffb3213c241b48 Description: debug symbols for ros-jazzy-librealsense2 Build-Ids: 0104c56147f9a935190f71f32c6d1ef087811a30 07b0befc0a133f26f5071af2350ad07f0033c1b8 0d975a7c86ad239a7055cf80e568a39582cac83f 0e9e291e8f14b2d9275801f8e11f57b357f49a5f 0f6cfe62133fd5a652054398e5bd6a885e57b12d 1522bbb607c11d8f6255e9e5255b749b20664329 16920c22bdf15393c5cbbe84c696f38e84a07e72 172fbf3177de0e666bbf3662d0763cb4910bccd2 1c65c3772c3e34f76b6ae7892478e8ba1f54e594 1d09be4d83680d55a3c861c0a88551ef41b25827 28c4afadd5d62e90bd47039f57d37756fcda7fb4 2f12698845532b889ca4e3e4141dad75223aa769 31bb60aa554fb3a643f1f62f61fb1d5912de4bc5 43546dd8fedb9188f2190215162db73e215c70d0 4cff41f9171053680fdca329bf22e63a828b27e4 5bbae7a4fafe16eff7ab6c3d2d1b55d94fc4f6b3 5e029d036db9dbfe55ad111a224c2ea8dbbb79e7 74abeb777a9b1b48b495d81e10b8d04dec587793 7b242dc049854422bb5270c3a74d6da6ad15206f 7b5ae70f0a933124ddf0da29df6ba53130ad77da 7f2c9d76415f5477399e260cb297eee44413f390 81464c126dcfd615403f40f5951be38840e78b5f 8334da4bf8e2654d8a071581aaeb11a16c60f5cc 8545fdfac76cdb3bf75334a306fd94b2abf80446 89c3841b5e0c26a784653c3779a15a5beb561b8d 94dcac440c20ac9d20d535e0080612218d26d0c1 95105ba98d9fc9fab0bdc34e845a18e6688b7cbe 9815bb8c98d6e16b24e5481c88db45b351037ae4 a364751565f152bea4777f1bead2c0674a905061 a6ab1b6b999edf36c306b160a1aa8b2360090a76 abed25ba52482c67cdceb729a1da929a6b80dc80 b87300c5b86f7004bc67147744dc0a2f362a26f4 bb43863bb0aeb3168184ffba01eacb2c8951f17d c0c3ffd94e933344237f4524ddc1a0f1f5b54b69 c17c1c5445d5b99766e7aa1b7ff9050d4053170b c3df9eef143f433d89637e99d1821d55cb1842d6 caad881958a7386981815975ee9649e0f904d5cf d28a5e8755ade90e52eed9450a8395bb7472239d dd50cf128fd3d4932e89f40b2d009e7b0a606923 fb449785944d249851b41b6cd5b014988efb1138 Package: ros-jazzy-libstatistics-collector Version: 1.7.4-1noble.20260615.132833 Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 144 Depends: libc6 (>= 2.14), 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.20260615.132833_amd64.deb Size: 26914 SHA256: c0a51c7e00a8a0d4da73f902bc1d7a65313e2bd9e166fee932ee3ae1c138e6aa SHA1: 3f4884dd7f763fd886eb4188eec48e0b5cbe337e MD5sum: 3b434b8f17645356bb49d2aea8a80929 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.20260615.132833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 119 Depends: ros-jazzy-libstatistics-collector (= 1.7.4-1noble.20260615.132833) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-libstatistics-collector/ros-jazzy-libstatistics-collector-dbgsym_1.7.4-1noble.20260615.132833_amd64.deb Size: 101156 SHA256: d523aec95a94f089b72c3bc7cbfa5472eedabc82ae739f2f74121490c81bf799 SHA1: 7852eaf7bfb5ae5029802e3ff93a5d077b0114c0 MD5sum: 77098c9acd05039947938b9044beb91e Description: debug symbols for ros-jazzy-libstatistics-collector Build-Ids: 17460881fb0fba9dba969dd128d494deb219b19d Package: ros-jazzy-libyaml-vendor Version: 1.6.4-2noble.20260603.150356 Architecture: amd64 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.4-2noble.20260603.150356_amd64.deb Size: 8724 SHA256: a2df8fb546c9af52e3511620de0356e732c4e0d1bcd2fa1d02873d94cb0108ee SHA1: 69a422dde3e0536004865858ad22de70f2722383 MD5sum: da0645b529e444e2cfd81a54cc7742c2 Description: Vendored version of libyaml. Package: ros-jazzy-lifecycle Version: 0.33.11-1noble.20260615.134842 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 936 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.11-1noble.20260615.134842_amd64.deb Size: 181116 SHA256: a5f1d8694b391671a68f1634d30a490ad8c7f2ad3f918fc0fe0b63d497d6a53b SHA1: d3d1e6f6525ddb8af4e01e27ec70beab31f491e4 MD5sum: 923689d164bcf3c16c3c50347db94750 Description: Package containing demos for lifecycle implementation Package: ros-jazzy-lifecycle-dbgsym Package-Type: ddeb Source: ros-jazzy-lifecycle Version: 0.33.11-1noble.20260615.134842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4453 Depends: ros-jazzy-lifecycle (= 0.33.11-1noble.20260615.134842) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lifecycle/ros-jazzy-lifecycle-dbgsym_0.33.11-1noble.20260615.134842_amd64.deb Size: 3806460 SHA256: 991d61f68155de5d7b41e070644e33974925a11b46881d953786cbf1fa7ae8cf SHA1: e4b9d1429c238e08bf3e4fd5c1ac1e296a16d532 MD5sum: 5a328caa8c2bbfb14e4f1f066a4c6d8c Description: debug symbols for ros-jazzy-lifecycle Build-Ids: 04cc36c18ef8647221c90167313fb08c13527c77 82dcb49d3a44623ee40616797f5a76cf988d790f 853855fc22f605532788fac1e06999d7ef1cfbce Package: ros-jazzy-lifecycle-msgs Version: 2.0.4-1noble.20260615.102420 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2544 Depends: libc6 (>= 2.14), 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.20260615.102420_amd64.deb Size: 183674 SHA256: df9d5c22dcc16a6a5c18867018d21aea27265547a001cba81f4b564c166139c7 SHA1: 196e1195fa7e88c23c9e3c4d114ca0764e423e37 MD5sum: b0ada5cbfc4bf1401d3f4e6301e0fd5a 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.20260615.102420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1850 Depends: ros-jazzy-lifecycle-msgs (= 2.0.4-1noble.20260615.102420) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lifecycle-msgs/ros-jazzy-lifecycle-msgs-dbgsym_2.0.4-1noble.20260615.102420_amd64.deb Size: 1461392 SHA256: 3d19e85f843a65c21a8a64129aea05b01c9f15b82fc8121ef2a4ef212b5f620a SHA1: 9cc838e751a3236c74e44b66048a1445e6f7adb5 MD5sum: 17671fc4e6f1b3db7212f454636b83cc Description: debug symbols for ros-jazzy-lifecycle-msgs Build-Ids: 5e1b2eba8cdc873dd7c6a1f54804b104ab0df62e 745485f70689bcdd331ab4cfee063bd2e61dc81f 790478d82cb25fd6060dea253f964623682c1c9c 8093e24958164731163187b83e9ccef7a4932e58 8a6ee4655b62686edbf206e64e9e8cc6b96b09dc a858e89c26eeeee0423bcd4850e8f471af94a77e b7db7fb9ab49e38704dc241eeb1519b7f2290e7c b818d182b1e4f9d329fdf4b0396ca9410371b91b d7ee6e8852b8549e3eb84bd11cea7bbc620219d0 ec60214249b2cdd134835889d704cec3311db3c4 f1abad56540f41b813c587219e3a159ba8221168 Package: ros-jazzy-lifecycle-py Version: 0.33.11-1noble.20260615.134019 Architecture: amd64 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.11-1noble.20260615.134019_amd64.deb Size: 8736 SHA256: 1574a1f30919d79ed666a3e0a14f66d58040c9fe40389d83f2b074fe32c9c1da SHA1: 0d77323fc56afdadfc586a169d2d6fe7ca40a75d MD5sum: 86551ca39015f970d403789813719e20 Description: Package containing demos for rclpy lifecycle implementation Package: ros-jazzy-lightning-rrt-interfaces Version: 0.0.2-1noble.20260615.112620 Architecture: amd64 Maintainer: David Dorf Installed-Size: 483 Depends: libc6 (>= 2.4), 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.20260615.112620_amd64.deb Size: 47422 SHA256: b21a6346d62b336c7481d51d9d06f6a0c79adcfc1d610a4de7ab4a027ba4d9bc SHA1: 0a1c179f7242329b7f893b54912e86c4cbf970b5 MD5sum: 1681be285e9fc41d070e1bc1050e5347 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.20260615.112620 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David Dorf Installed-Size: 295 Depends: ros-jazzy-lightning-rrt-interfaces (= 0.0.2-1noble.20260615.112620) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lightning-rrt-interfaces/ros-jazzy-lightning-rrt-interfaces-dbgsym_0.0.2-1noble.20260615.112620_amd64.deb Size: 202860 SHA256: 444d03b6b81287f6fccc4de7efb5713e08bcc63dad1e174de953fe9c3e19b9b4 SHA1: e997d261a6be61e5f24c5a57ef96e7cfcb337d7d MD5sum: adb66a0fd88beec04230f306d36a8798 Description: debug symbols for ros-jazzy-lightning-rrt-interfaces Build-Ids: 0d91b7df9907d50a3bebb5ac1f02c4b93c813a78 12fcad9075af2c42b6bf63150ded75dc7b868e69 1e66dfd7891bf2374a752f87b16490aadd7a2c53 398353ad902d041c1dc5904fbb509bdbe4b7bdaa 400b5ba2648675a11cea185ccd0118274ddafa24 4391475b1fa21ad634d3ffeb36fa059f4c850a87 46b373319154bb645631ffb02778104b61388c72 80b46c9fb320f0da19f218ab0a4b1daae183e959 de1bfba494fa9772060f3dec9cb4358c4508a920 e45e345022bc3202f64153fad3eee0ad100879ee f66f63972ee2ed553a318290894f0f3740ce19c8 Package: ros-jazzy-linear-feedback-controller Version: 4.0.1-1noble.20260804.185412 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 935 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-pinocchio, ros-jazzy-urdfdom, libeigen3-dev, ros-jazzy-control-toolbox, ros-jazzy-controller-interface, ros-jazzy-generate-parameter-library, ros-jazzy-hardware-interface, ros-jazzy-linear-feedback-controller-msgs, ros-jazzy-message-filters, ros-jazzy-nav-msgs, ros-jazzy-pal-statistics, ros-jazzy-pluginlib, ros-jazzy-rcl, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-rosidl-dynamic-typesupport, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/loco-3d/linear-feedback-controller Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-linear-feedback-controller/ros-jazzy-linear-feedback-controller_4.0.1-1noble.20260804.185412_amd64.deb Size: 262910 SHA256: cfc124d9c8df2861e72b76dc012a48c4f9cf0bd939afb66afcd68daf0f5838b5 SHA1: 6ec1d283b6005738b28350e9497c27dad03572c1 MD5sum: 16bdf0a6b414079800efc8e06c11ecdd 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-jazzy-linear-feedback-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-linear-feedback-controller Version: 4.0.1-1noble.20260804.185412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 9877 Depends: ros-jazzy-linear-feedback-controller (= 4.0.1-1noble.20260804.185412) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-linear-feedback-controller/ros-jazzy-linear-feedback-controller-dbgsym_4.0.1-1noble.20260804.185412_amd64.deb Size: 9493516 SHA256: 2dc5573b6161819352fd1852a453c2698eef45876691a855f7c97586804a2a56 SHA1: 378ea8e1bface778daa48f73270aec3b5757faf7 MD5sum: a36cce059c6ee2b507d9146e1f69c2f6 Description: debug symbols for ros-jazzy-linear-feedback-controller Build-Ids: 5b2c463cace054b43c9fad02d4ab96dd624f6203 Package: ros-jazzy-linear-feedback-controller-msgs Version: 1.2.2-2noble.20260804.184018 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 923 Depends: libc6 (>= 2.4), 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.20260804.184018_amd64.deb Size: 86038 SHA256: a9b6b32be74c8f6d5aa39475f3f249fb4c6bb6c9648f0c668eb2302a46e33b6d SHA1: 419d6d69da77a156267b8f730a460b235f2f82b1 MD5sum: 5e9d01c046e2202bc0e429bfbc298f0e 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.20260804.184018 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 632 Depends: ros-jazzy-linear-feedback-controller-msgs (= 1.2.2-2noble.20260804.184018) 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.20260804.184018_amd64.deb Size: 487842 SHA256: b81118e68c34e27f4b07c2f1d43a6460f096604eba0a965bd6f4232f01456286 SHA1: 27c36417d3c16e50bf6c1746709c90654971c1f8 MD5sum: 76ed90096e2a8889d7ab9176009aa441 Description: debug symbols for ros-jazzy-linear-feedback-controller-msgs Build-Ids: 23aa5d4052c57b14518f11ee574cb2c7b04794ab 24a250c9bece650d65708052661c714224a6555d 4445f1a5b559931a0313692987711a101417237d 53acd250218a8c8cf19bbcc4f97aa8d0ff485cbe 53ee333bac3e621c1126dc85704fd6a1b0883b9f 755ecf328461bd8aee36f3ee6bf025cfac766032 950d57a0cc86ff031dfb1086eeef32faecaf3bcd a97ffb1c74e9f6df72db84546d46560f1f4b323a afbb140bba34e421415b299e7af8f04074f45751 d57ea751d5898ccce264f4c511c19d68c9995b13 f2b812dc7c309a17ac7e67bcf81067d6cd282566 Package: ros-jazzy-linux-isolate-process Version: 0.0.2-3noble.20260225.055344 Architecture: amd64 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.20260225.055344_amd64.deb Size: 6438 SHA256: d0881dd4160b664642b2e4d9ef93da552a7377134c659f2ed9e3e2d9bdcc1151 SHA1: efcc571406a12be618dd2bb1cc8e611c484ddbd3 MD5sum: daa341874df5a58621be12707a2334e1 Description: A tool to isolate ros2 nodes Package: ros-jazzy-live555-vendor Version: 0.20250917.0-1noble.20260225.055345 Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 2188 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.20260225.055345_amd64.deb Size: 504904 SHA256: 71b942752b38ab9513223281bf8336107cc01494a2d712e876f6bce47aede1b5 SHA1: 9a4d6826cbf42f6c2b03de0f6175fdecd8a526b2 MD5sum: 515af47d636b497b6cd393d992fb2fd7 Description: multimedia RTSP streaming library Package: ros-jazzy-live555-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-live555-vendor Version: 0.20250917.0-1noble.20260225.055345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 2040 Depends: ros-jazzy-live555-vendor (= 0.20250917.0-1noble.20260225.055345) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-live555-vendor/ros-jazzy-live555-vendor-dbgsym_0.20250917.0-1noble.20260225.055345_amd64.deb Size: 1606186 SHA256: d49840ccaee69c1b67d6e0d02bdff449dd2ff8c11a5e7c00fa3364c84e9f21ad SHA1: 7252bba5490d4b6e461f50636c0bef34521ce30c MD5sum: c3b9724bba6296a2c04763f90ec95199 Description: debug symbols for ros-jazzy-live555-vendor Build-Ids: 2e7b70ca244117080e1724c8404e3424e9899ace 532a987dd054e5a1c40fd9a8d9cfedf86a6badc5 5e570a26e780b6fc3973f5489e3d03332d4c429d 8c2812e3faddc0fc70a3f8edbd918ff85950f904 8d648192b648e6d81a2152ff155427f6acdf15fa 8e269cec1d795f1d79cc474b638b4931c8134dac 90639161152b134ea0fe52f1753203eee6443e9b Package: ros-jazzy-lms1xx Version: 1.0.1-1noble.20260804.180109 Architecture: amd64 Maintainer: Tony Baltovski Installed-Size: 1047 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.20260804.180109_amd64.deb Size: 200502 SHA256: e796145c5462c2a6425b5ec0c18314dfc83b50bc48fa05eba8f1449904919d1c SHA1: 01493b40f6d112febbba07263b9ca27d1fa3867b MD5sum: 44c86025cf6bf42b23e1c52c8f774be9 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.20260804.180109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tony Baltovski Installed-Size: 929 Depends: ros-jazzy-lms1xx (= 1.0.1-1noble.20260804.180109) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lms1xx/ros-jazzy-lms1xx-dbgsym_1.0.1-1noble.20260804.180109_amd64.deb Size: 859230 SHA256: 57fda86bf413703a3a0e2136bbd9170628ff9a283a9fd308d755059c8113bffc SHA1: c40605c09fae6f7c7ee62c8ae9936929b6f0604a MD5sum: d0c50ea3f84b845b702282fdac320124 Description: debug symbols for ros-jazzy-lms1xx Build-Ids: 8f3e294f0f8f0c0dbcae942cc8f8358bb0479951 Package: ros-jazzy-log-view Version: 0.4.0-1noble.20260615.135617 Architecture: amd64 Maintainer: "Marc Alban" Installed-Size: 1763 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-rosgraph-msgs, ros-jazzy-yaml-cpp-vendor, xclip, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/log_view/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-log-view/ros-jazzy-log-view_0.4.0-1noble.20260615.135617_amd64.deb Size: 341644 SHA256: e438c5f374ea5e266378d637800dbb90b6fb5e6839fe308176fa0e2bd366ecec SHA1: a8b13bab515d5528beff0b3a902c01ef7f4b1ebe MD5sum: 0392cb17e4b5ae1ee9fca6685e84ffdc 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.4.0-1noble.20260615.135617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marc Alban" Installed-Size: 4991 Depends: ros-jazzy-log-view (= 0.4.0-1noble.20260615.135617) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-log-view/ros-jazzy-log-view-dbgsym_0.4.0-1noble.20260615.135617_amd64.deb Size: 4411944 SHA256: 84bcd94cd9fddeb6ded4d8b26582c75ac78529140e055a753bf6edb91a51648a SHA1: 8fce602d18778567c4040962d9d379b3135786d4 MD5sum: cbff4e47b8266a83c9953b2492ccf007 Description: debug symbols for ros-jazzy-log-view Build-Ids: 642793a0033a825ab032ea2783920919b66234a8 Package: ros-jazzy-logging-demo Version: 0.33.11-1noble.20260615.141445 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 986 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.11-1noble.20260615.141445_amd64.deb Size: 142292 SHA256: d499a1ce6159cd3f60b99e2215057a96a163ed4db7778d6ed2dee414b3bc4a8b SHA1: 733c1ac1c3b4e199633bea83bbd037131bad58ae MD5sum: 8aec78648e6ca89223808e9907b60058 Description: Examples for using and configuring loggers. Package: ros-jazzy-logging-demo-dbgsym Package-Type: ddeb Source: ros-jazzy-logging-demo Version: 0.33.11-1noble.20260615.141445 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2128 Depends: ros-jazzy-logging-demo (= 0.33.11-1noble.20260615.141445) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-logging-demo/ros-jazzy-logging-demo-dbgsym_0.33.11-1noble.20260615.141445_amd64.deb Size: 1896846 SHA256: 0d3db5ceb97e53658787eb91c16b0939116569e4a167af0be9323e4356c65e06 SHA1: 09b8425119b64098c9858248b2307581c3005192 MD5sum: 62ea7e83ccfe4c4ae99aaa711d88ca3e Description: debug symbols for ros-jazzy-logging-demo Build-Ids: 05b9fddff1e93a8774b94b188b4f3aa465e7fba4 2596ea6aa6cfe343315334c54b564bf1d1dcede2 3119371c1af43f92c8705960ee3f69c68eed1e02 44f051e73aa6b57025da433e7cc8a785cb47ba25 4c0afb5fe87a935645c407f8cda4477435000b40 59b42dd4db8374508b4eb227d27fcfdfdbbe1cd4 77e2a67ec3c58df40d72cc949389d98c4d664aaa 8abcb73b775137baa2987da7d97dbc205b5485bb 8bf6462eecda2167e8ea4a0cdc5b44fcdcca432f 93d51080f12d90e6155d6d096c5754aab0b20187 a14040f82240242748d3142a13b54b123b37e4be a26f1b3b1408d386d45d40ad447bff2eca23bc5e de503ec0f20b4a8185e7a06ff7914ba2376554f5 e335ff746472a2ddb7bb3a20a3f944679eb31949 Package: ros-jazzy-low-pass-filter Version: 0.1.0-1noble.20260804.185442 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 295 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-control-toolbox, 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-ros-workspace Homepage: https://husarion.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-low-pass-filter/ros-jazzy-low-pass-filter_0.1.0-1noble.20260804.185442_amd64.deb Size: 79902 SHA256: 4798a8def0fdda05885393eaba70d6a4dd4f6083282df7d61b4028f123709444 SHA1: 609c2ce1afab64bf3ad56e1bb8f0529d1022b0b8 MD5sum: 63601abb9c15fc509db5c83fb54a9c08 Description: Wrapper for low pass filter Package: ros-jazzy-low-pass-filter-dbgsym Package-Type: ddeb Source: ros-jazzy-low-pass-filter Version: 0.1.0-1noble.20260804.185442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 1329 Depends: ros-jazzy-low-pass-filter (= 0.1.0-1noble.20260804.185442) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-low-pass-filter/ros-jazzy-low-pass-filter-dbgsym_0.1.0-1noble.20260804.185442_amd64.deb Size: 1255268 SHA256: ec05261180fb97c97a2ef8f4c82387b7619bd7439e67613e150783d8fab8a52b SHA1: 654c70ce1f394a3161219eba8d20bde58374ce2c MD5sum: 01de65e8f7bab76287da0139bcb2bada Description: debug symbols for ros-jazzy-low-pass-filter Build-Ids: 476f8ba30273332626024bc3a2d72a758299680b Package: ros-jazzy-lttngpy Version: 8.2.6-1noble.20260603.150344 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 349 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.6-1noble.20260603.150344_amd64.deb Size: 111238 SHA256: abc1c140f6be39d51c1d3ac8c54de46078ce4fce539aa80c3021cff607d9829d SHA1: d8a8b59af08e1d573bbc529f5b72a16d93afdd78 MD5sum: 2802856f71d1da244c82d2c886812421 Description: liblttng-ctl Python bindings Package: ros-jazzy-lusb Version: 2.0.3-1noble.20260618.163540 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 91 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libusb-1.0-0 (>= 2:1.0.22), libusb-1.0-0-dev, ros-jazzy-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lusb/ros-jazzy-lusb_2.0.3-1noble.20260618.163540_amd64.deb Size: 18836 SHA256: 179da0562b5dc7623d679a35db851db023d0b59926b82ce93d74331c5ad7ff03 SHA1: d5f8e1be6672a2090eb5af665c6feffe8d38b140 MD5sum: a0c2fb4f12361ac7214891df07a0d790 Description: Library for interfacing to USB devices Package: ros-jazzy-lusb-dbgsym Package-Type: ddeb Source: ros-jazzy-lusb Version: 2.0.3-1noble.20260618.163540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 90 Depends: ros-jazzy-lusb (= 2.0.3-1noble.20260618.163540) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lusb/ros-jazzy-lusb-dbgsym_2.0.3-1noble.20260618.163540_amd64.deb Size: 72968 SHA256: 7bf567a68cbd94faa923108cf38af55f0ef68255050a0d82a62910ba748fd411 SHA1: 0629925288012a7116951903068a92cfb3763cc1 MD5sum: b051b61c1a2d63c875d4939bb5485a76 Description: debug symbols for ros-jazzy-lusb Build-Ids: 82945cedb7bdd31f9e5b4faa67e347fd2e0a0c1b Package: ros-jazzy-lvr2 Version: 25.2.2-1noble.20260309.092104 Architecture: amd64 Maintainer: Thomas Wiemann Installed-Size: 30461 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.0), 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.092104_amd64.deb Size: 4935362 SHA256: 1dbdc135c2ee084568cc9760e6dd8437f17af082fac5c93faadc145f505889a2 SHA1: 8a1493a077cf10c7f64b22c66fecad69481d9527 MD5sum: 8414fff953e33818774c57d8d280d839 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.092104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Thomas Wiemann Installed-Size: 91500 Depends: ros-jazzy-lvr2 (= 25.2.2-1noble.20260309.092104) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-lvr2/ros-jazzy-lvr2-dbgsym_25.2.2-1noble.20260309.092104_amd64.deb Size: 89399378 SHA256: 9b239a765f5307a96276b9cd8fa6ed79ebbe7e7238467a19e452cc5930c13a97 SHA1: af892f92cef4b793370ab162ea0a8a8106df6995 MD5sum: 761ba5c23ae9e4ab88323f7888fdde57 Description: debug symbols for ros-jazzy-lvr2 Build-Ids: 210e2e5eef4d8a14c84889eec5e88606b24659a7 3502b5cff165512f0e3212f5f853d9e41361319f 43de7639dfdd2701b5c2297956d17f2a394c258e 77f3eb2f112acd1a24fc8b9124ff5955d0f8d4b0 898aeb23a89e289d6bea17609737b44f2e44efa2 90cb250843201994978f3be003f69b32e5f93b6a Package: ros-jazzy-magic-enum Version: 0.9.7-3noble.20260225.055407 Architecture: amd64 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.20260225.055407_amd64.deb Size: 26732 SHA256: 21b10b49446dfbab0c55582c474676baa43fdcb2b0768fc1a6a4a75cb02d0aea SHA1: 0affbb37b09a0359595b71013afa73b6c04f76c5 MD5sum: 5a6402c83664b0bf067c73a16de4eb6a 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.20260804.190042 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 254 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.3), 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.20260804.190042_amd64.deb Size: 68748 SHA256: 1659b07a8b89fc420b7d58d76ed3fc1a6b3c8481b2f2d4a5491fd5790803f634 SHA1: a75a72b3f9d210cf090939f9b436a11e55b3f2e4 MD5sum: f74bb20420b11b55660b394c2a9d6720 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.20260804.190042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 600 Depends: ros-jazzy-magnetic-model (= 3.0.2-1noble.20260804.190042) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magnetic-model/ros-jazzy-magnetic-model-dbgsym_3.0.2-1noble.20260804.190042_amd64.deb Size: 567526 SHA256: fa76863c409e61a01429fc7abe6da5689eb80a7bf1d15c8cc41a506a5061807b SHA1: 78c6bb23aaea1f2a8869ced15f6c8a69669a0cd8 MD5sum: 68eb6bf151112ce6f93c972c50facd6e Description: debug symbols for ros-jazzy-magnetic-model Build-Ids: a09a37a7bf9ee2d8800ba66eccf4d47b063382dd Package: ros-jazzy-magnetometer-broadcaster Version: 4.41.0-1noble.20260725.081836 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 275 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-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-magnetometer-broadcaster/ros-jazzy-magnetometer-broadcaster_4.41.0-1noble.20260725.081836_amd64.deb Size: 78914 SHA256: af99dbfc85b1ea7b59fc032b50549a321a9358451ce061fa1512f0c24bc3383f SHA1: f6c6483c6b7c43b876da6824796aa6d06ce21f1a MD5sum: 0453a76737024f73f84c44a9c650b491 Description: Controller to publish readings of a magnetometer. Package: ros-jazzy-magnetometer-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-magnetometer-broadcaster Version: 4.41.0-1noble.20260725.081836 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1137 Depends: ros-jazzy-magnetometer-broadcaster (= 4.41.0-1noble.20260725.081836) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magnetometer-broadcaster/ros-jazzy-magnetometer-broadcaster-dbgsym_4.41.0-1noble.20260725.081836_amd64.deb Size: 1065310 SHA256: 753d3637513cef6ce6a832703fabe3ed3fc3ce854c7a2e3c96a318c2577dfe0e SHA1: 66a75535d092d35030afffbf213ceef932b5c212 MD5sum: d52ac99cda5e595ff57ba25d7f024b07 Description: debug symbols for ros-jazzy-magnetometer-broadcaster Build-Ids: 909ad40ca5d2d7c6ad7d1e158c2387cd5d23c725 Package: ros-jazzy-magnetometer-compass Version: 3.0.2-1noble.20260804.192246 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2392 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260804.192246_amd64.deb Size: 411932 SHA256: f9f1cc7d5fcec96a75f30d7957fcfa0eea9ffe39d7b2800eebb85f94ddc76908 SHA1: 83e8f2f4d14860f7aefc0ff813e6bf6548051386 MD5sum: 8b43e8f8689a3a36627f416367a69a80 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.20260804.192246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 12150 Depends: ros-jazzy-magnetometer-compass (= 3.0.2-1noble.20260804.192246) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magnetometer-compass/ros-jazzy-magnetometer-compass-dbgsym_3.0.2-1noble.20260804.192246_amd64.deb Size: 10457932 SHA256: 6e9b3218caaa488f22b3707fcd3e373055cfbb21980ee72a08adb82dd7e2ce53 SHA1: 2929e76301275c9b403baf92ba3097e6b67cd802 MD5sum: 6542ae09029fba5a4556c88258acec66 Description: debug symbols for ros-jazzy-magnetometer-compass Build-Ids: 053a3d7421038968ead9b2b618075db04b3ef356 1e97dc4667217052dc828115c9da69fb00fa99d3 b66d1cbbdaede039e35a2f6923376932f2e15060 cc4800864eaa0b34cf134615c5bc25c850d96b55 e5e12f24474eeeeeca71b6eacc00ee14aac91b31 Package: ros-jazzy-magnetometer-pipeline Version: 3.0.2-1noble.20260804.183816 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 674 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.20260804.183816_amd64.deb Size: 149472 SHA256: 31a062174040382be929bce523a9fd5348c6b21fc28e977044e94b14c9eef1b6 SHA1: ca63f01fd38993579d2d08a0689c98d95ed2d87a MD5sum: f14be4e547258684fb065176d7b07bfd 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.20260804.183816 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 3737 Depends: ros-jazzy-magnetometer-pipeline (= 3.0.2-1noble.20260804.183816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-magnetometer-pipeline/ros-jazzy-magnetometer-pipeline-dbgsym_3.0.2-1noble.20260804.183816_amd64.deb Size: 3383972 SHA256: cfdf8bd76f6cbe12487531e38856b8f647990a3d8870e7adde90a99fb69f5f0f SHA1: 50dc6cda2ce09f03feb310cf89b19f3cd5b9d9a7 MD5sum: 15b4ad34819770f0f1c580789aee2c0a Description: debug symbols for ros-jazzy-magnetometer-pipeline Build-Ids: 2065ac43b4b16988c73b67eb934ee35bfbc72dc4 68897c85945b96ec3cd240efe053a418ce3044c8 814c0b974956f0403dab12bd0b3604e10217c112 c3b93550903afaebd1ea8205e2a3da0f7fc7b4bd Package: ros-jazzy-map-msgs Version: 2.4.1-2noble.20260615.113621 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3368 Depends: libc6 (>= 2.14), 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.20260615.113621_amd64.deb Size: 240118 SHA256: 53bae1cd861f727e9c6aebb635d2365c60219b3eee8f40eecfa1d7604e4213e7 SHA1: 53ec22770f1ee045a23a39058d7478ad334b3fae MD5sum: f0d225f82bc3e77561cc3e62caacce34 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.20260615.113621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 2648 Depends: ros-jazzy-map-msgs (= 2.4.1-2noble.20260615.113621) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-map-msgs/ros-jazzy-map-msgs-dbgsym_2.4.1-2noble.20260615.113621_amd64.deb Size: 2162266 SHA256: b2f4fd974f6882bc496b449e4a135171f3e7af037ad0e1c7af7c23dd274f7939 SHA1: 76d93ff2826212fdd334f98d78b9ed8d0bc9d594 MD5sum: 9854d9f48935a93cc74564ffff1e0988 Description: debug symbols for ros-jazzy-map-msgs Build-Ids: 07ca4e3e9a133a73815bd03e434662347201c335 324381cadbc706c69fa88b1989f39888511192a2 3b503b5f401ae8a401ffdb40073b179547bf2846 448b2baa8c812645af315db15ae86699b3912cae 610c70819f51b5c6c9df4544509257c3e5cf5e0c 845c9610836b40de13a7a073f114b358057e230a a479d3c9805ac8fa882d0f2f695efd64a81faa6b a6c3313920800c5d4e3f17853fb5c86d8fdff348 b41c957e2e06c53f3b3db9079d0037f45956758d d41cd76e1f47d2f5d1144b321feba773dee19031 ded3c5c50989b75f82000699c2271b66b24f466e Package: ros-jazzy-mapoi Version: 0.6.0-1noble.20260804.192259 Architecture: amd64 Maintainer: "Shunsuke Kimura" Installed-Size: 42 Depends: ros-jazzy-mapoi-interfaces, ros-jazzy-mapoi-rviz-plugins, ros-jazzy-mapoi-server, ros-jazzy-mapoi-webui, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/mapoi/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapoi/ros-jazzy-mapoi_0.6.0-1noble.20260804.192259_amd64.deb Size: 6014 SHA256: b8c1de58fd69f8c2fdbd15a3ebfc822f0e1f0a0a3cafba4ae61c6377ba96281c SHA1: b12eb34f78c35ed9b8f7349d2cdd715cf1bb7e61 MD5sum: f36e9bbe80ceea73295e054c155fb014 Description: Metapackage for mapoi: map and POI management for Navigation2 Package: ros-jazzy-mapoi-interfaces Version: 0.6.0-1noble.20260715.194220 Architecture: amd64 Maintainer: "Shunsuke Kimura" Installed-Size: 4428 Depends: libc6 (>= 2.14), 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/mapoi_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapoi-interfaces/ros-jazzy-mapoi-interfaces_0.6.0-1noble.20260715.194220_amd64.deb Size: 316752 SHA256: a620dbd95012b7709593daff5476b8005fdbda729737e46ba6cab5ee33fc4263 SHA1: b4cf655ead197fa8bec143ff81b946eb7c658f03 MD5sum: 65954361d7f0d40b66867fb29117a67f Description: msg and srv files used by mapoi packages Package: ros-jazzy-mapoi-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-mapoi-interfaces Version: 0.6.0-1noble.20260715.194220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shunsuke Kimura" Installed-Size: 3428 Depends: ros-jazzy-mapoi-interfaces (= 0.6.0-1noble.20260715.194220) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapoi-interfaces/ros-jazzy-mapoi-interfaces-dbgsym_0.6.0-1noble.20260715.194220_amd64.deb Size: 2787684 SHA256: 4065e88b271bfec4acd0b508a0957b272b00da9a8533da672e60f96c2fe8e628 SHA1: 335c7b83008b0681c248372dc9e2a256bf435236 MD5sum: 58521741ce126e7582313d3c9d95250c Description: debug symbols for ros-jazzy-mapoi-interfaces Build-Ids: 0f1473f5ef6a8f5ac9f6d62aa045f6fe7c1b083e 413dbee10240a9537bc9db66751929be6bec2d10 4260ce3a8c543f67452dc5191100c89159a5dc3e 4a2bfae38552f5b389fd38c8595495456b0b6f68 5d2d8140e546aaec1a28acf46cf963f798816c1b 7e7fe2f66b1f955ef353c16823cc1c9e02fc0530 862cb0cabb8eb4e9da259ec2f47702c2ff4084c5 98b5df321ccdbcad9d83c4e10436488f02ee4a7e 9b48e50528a41131103008000afe0502d6b066cf bceaaba5a20b8806403c4b85713a64b44ff53d5f fbe3c52a5b51acd6092f1d45bc61ac26c566f281 Package: ros-jazzy-mapoi-rviz-plugins Version: 0.6.0-1noble.20260804.191421 Architecture: amd64 Maintainer: "Shunsuke Kimura" Installed-Size: 1985 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.2.0~alpha1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-ament-cmake-auto, ros-jazzy-geometry-msgs, ros-jazzy-mapoi-interfaces, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/mapoi_rviz_plugins/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapoi-rviz-plugins/ros-jazzy-mapoi-rviz-plugins_0.6.0-1noble.20260804.191421_amd64.deb Size: 357438 SHA256: d0a8ab6977f2c46190015f8e1ac4ce8b9f5bc6c40dab87567ff8c29c074c5812 SHA1: 1e0bc7e1d89cf0f4d64b9f8696bd1eed9ebbcc0d MD5sum: 1acd5f3c9fd3a656359f17a6e75145a7 Description: Rviz2 plugins for mapoi Package: ros-jazzy-mapoi-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-mapoi-rviz-plugins Version: 0.6.0-1noble.20260804.191421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shunsuke Kimura" Installed-Size: 11990 Depends: ros-jazzy-mapoi-rviz-plugins (= 0.6.0-1noble.20260804.191421) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapoi-rviz-plugins/ros-jazzy-mapoi-rviz-plugins-dbgsym_0.6.0-1noble.20260804.191421_amd64.deb Size: 10562588 SHA256: 4db716f50885ae6371d7353e1f4a1127bca26fb89bc84c3a5a7e4ae025e4845f SHA1: 1bc23dbeacc4534fc794e9d46f83259815d555dc MD5sum: db99b56f3a45fe680ee9954ae44473cf Description: debug symbols for ros-jazzy-mapoi-rviz-plugins Build-Ids: 23c5be7851ad84d63cdb0fd0063f0c09fc82cabd Package: ros-jazzy-mapoi-server Version: 0.6.0-1noble.20260804.181353 Architecture: amd64 Maintainer: "Shunsuke Kimura" Installed-Size: 4083 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-ament-cmake-auto, ros-jazzy-ament-index-cpp, ros-jazzy-geometry-msgs, ros-jazzy-mapoi-interfaces, ros-jazzy-nav2-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-interfaces, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-visualization-msgs, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/mapoi_server/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapoi-server/ros-jazzy-mapoi-server_0.6.0-1noble.20260804.181353_amd64.deb Size: 744920 SHA256: 033354e9a707f8d53f98ab60b5a562ffb5b6b43f92c7b7badc5d9edbf945daf8 SHA1: a6f3e3a00edf757750ff7419a2990dbb9c085374 MD5sum: 953112bb875aeb5ed6c0a02c63215f12 Description: map and poi server Package: ros-jazzy-mapoi-server-dbgsym Package-Type: ddeb Source: ros-jazzy-mapoi-server Version: 0.6.0-1noble.20260804.181353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shunsuke Kimura" Installed-Size: 21459 Depends: ros-jazzy-mapoi-server (= 0.6.0-1noble.20260804.181353) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapoi-server/ros-jazzy-mapoi-server-dbgsym_0.6.0-1noble.20260804.181353_amd64.deb Size: 18745086 SHA256: c0a80f4aec08bc32ffaa2ea4a8f3fadaa74d430a36c915a2f06b96641551b661 SHA1: dd94a61bd69106ac6cc4b0793155ca23d86a93a9 MD5sum: e686d7b87879e024d98a12f85a3bb6ae Description: debug symbols for ros-jazzy-mapoi-server Build-Ids: 6ca41efb7022e01b630793e81398dd1f6f3e3dc8 6f2bd38765fa22c7961d4133e433ceb8cef78120 9b67ff74b1b239492bcc4564b4855a51d1b6d7dc a96ff7fcec5460253563e0f27d12c241a3d4186f e8262a31e89994af48f59f020b11ed90b36c91f7 Package: ros-jazzy-mapoi-webui Version: 0.6.0-1noble.20260804.182235 Architecture: amd64 Maintainer: "Shunsuke Kimura" Installed-Size: 907 Depends: python3-flask, python3-pil, python3-yaml, ros-jazzy-mapoi-interfaces, ros-jazzy-mapoi-server, ros-jazzy-rclpy, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/mapoi_webui/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapoi-webui/ros-jazzy-mapoi-webui_0.6.0-1noble.20260804.182235_amd64.deb Size: 221626 SHA256: 2162b2854380d347da9ce2956db94b023e08ddff1142ee76957265e9d3ae9c6a SHA1: fe082833759a352b0f74941827a4d671bb832dae MD5sum: 9f27d51758564a26e9363ddbb45d8788 Description: Web UI for mapoi - POI editing, navigation, and robot monitoring Package: ros-jazzy-mapviz Version: 3.1.0-1noble.20260804.182104 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1371 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-videoio406t64 (>= 4.6.0+dfsg), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.1.0), libqt5gui5t64 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5widgets5t64 (>= 5.15.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), libopencv-dev, libqt5opengl5t64, libxi-dev, libxmu-dev, libyaml-cpp-dev, qtbase5-dev, ros-jazzy-geometry-msgs, ros-jazzy-image-transport, ros-jazzy-mapviz-interfaces, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rqt-gui, ros-jazzy-rqt-gui-cpp, ros-jazzy-std-srvs, ros-jazzy-swri-math-util, ros-jazzy-swri-transform-util, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapviz/ros-jazzy-mapviz_3.1.0-1noble.20260804.182104_amd64.deb Size: 353532 SHA256: e787b6317f372d8038ecbd6eb838d8899601a79b22859f78c9d2536e1d2baa3f SHA1: e0b79cd7be203647e35b6a5f5d00f87af18d16eb MD5sum: fcd6b73f80603e133ff14a7c2c767f7f Description: 2D mapping display with extensible data overlays Package: ros-jazzy-mapviz-dbgsym Package-Type: ddeb Source: ros-jazzy-mapviz Version: 3.1.0-1noble.20260804.182104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 8106 Depends: ros-jazzy-mapviz (= 3.1.0-1noble.20260804.182104) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapviz/ros-jazzy-mapviz-dbgsym_3.1.0-1noble.20260804.182104_amd64.deb Size: 7660052 SHA256: 3651cb0b47c56624b02e1d416c4bde6132167dcf063bf15700fe614d2f1728d1 SHA1: 2a13668ba2b894c7292ceed3a089be9f932a09ea MD5sum: 485ca7790aa937cdfc7e60a95bdd7e0d Description: debug symbols for ros-jazzy-mapviz Build-Ids: 3c25f411bb93b3a4e011622faa6e0fd0d2d9b3cf 3cf953cf87e4b11bd799daea4cdb10339b15ffd0 ff2b6092fc4899ec2a8eed3caa9b0e5ac3c37f72 Package: ros-jazzy-mapviz-interfaces Version: 3.1.0-1noble.20260710.091259 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 805 Depends: libc6 (>= 2.14), 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_3.1.0-1noble.20260710.091259_amd64.deb Size: 83610 SHA256: b112857186d35100b5e0dce0de042a3045b47f8daea71a05589ad55de8c5ed20 SHA1: d75757e0b0bced7924f8ede5b23ef00a3ee3dc9c MD5sum: 7a8d06a6d48cbcabb4805c8a6f20acfc Description: ROS interfaces used by Mapviz Package: ros-jazzy-mapviz-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-mapviz-interfaces Version: 3.1.0-1noble.20260710.091259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 602 Depends: ros-jazzy-mapviz-interfaces (= 3.1.0-1noble.20260710.091259) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mapviz-interfaces/ros-jazzy-mapviz-interfaces-dbgsym_3.1.0-1noble.20260710.091259_amd64.deb Size: 458746 SHA256: 133c63be4c0517aa3ccf8e310a3d5cc88e47aa5fd15a337956b8b36b7a455232 SHA1: 6ef3ffa197eb9235fe3bab6ad1e4defd5aa1acba MD5sum: 322b9e3786c4eec1585cd29afd74f150 Description: debug symbols for ros-jazzy-mapviz-interfaces Build-Ids: 0740755c6b708b749c28cb2e00caefe57b7dc9e6 1fbe19b68f86132735de75f21cea75c709cccd72 3835b19781b0f14b8e54d48ddb5891da8ce302ce 4f46cc14a594fb986887b9d51dce09e5ab2de3a7 500fa8b8875ae83999f616c69c89fea86e33a1ec 63b763b518d6baa682f0e557d51882409b9dcd98 87e928c728d5cff7a5f984d051e0ff0eb9225e58 ea2c9b3ddd6590372ee2198d025b72de6d1c666b eac9e49d4f4b1bc5580815d0bada2f9dda973148 ed88c2a57734b1680621a8d24da1474d829cf3f6 fd1346d47f3c0bc1e646cfc8bb2bda66bb07f421 Package: ros-jazzy-marine-acoustic-msgs Version: 2.1.0-2noble.20260615.112002 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 2002 Depends: libc6 (>= 2.4), 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.20260615.112002_amd64.deb Size: 163338 SHA256: a0e99c1b2c7e421fb1080469586e5809fb14c7c9cd9cabf9604dbc164229ec14 SHA1: 91e528a4491cbb71142d30fa1a4f74c80f59b59a MD5sum: 96ca4d782a035127730391e410b5006b 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.20260615.112002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 1388 Depends: ros-jazzy-marine-acoustic-msgs (= 2.1.0-2noble.20260615.112002) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marine-acoustic-msgs/ros-jazzy-marine-acoustic-msgs-dbgsym_2.1.0-2noble.20260615.112002_amd64.deb Size: 1131214 SHA256: 72cc058b1de405b91005d7dbaed715104812e79d89e8ac3df90ffee83083938c SHA1: b300dd62b17deffd90267dd36c01f65ce46fba84 MD5sum: f1a50bc306913bb1f22ab5bb12a65f77 Description: debug symbols for ros-jazzy-marine-acoustic-msgs Build-Ids: 1e094304d614967088027e0e9586e9bbeeeed22c 32ed15190098f97f5bb4bfbb28a4e3013a3ffa1a 3c40d014a0ef372445fd5c0d7f8721a509364e74 6b48642f40c9eafa1c83f0b06f9708cdfa7a63d1 c07098d7ece09398f87b233ab82a09febbc2abe0 c754e3034732768db15a0d4420d9cd93412d5482 cb4083df19ca21ba261c605430efc1c5a7b2200a cf1e5a905ce84728a9a0f84c5f24187a8568e2ea d0bf8d63f1782717e63ece7ac40a3bdfc96e5dfb f95f80c42dd0d540790cac5897198aaeecc67827 f9e1cf5be0f8a31e5571ad773bc4fcfd0ccad120 Package: ros-jazzy-marine-sensor-msgs Version: 2.1.0-2noble.20260615.112017 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 758 Depends: libc6 (>= 2.4), 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.20260615.112017_amd64.deb Size: 73322 SHA256: 40d0ef3f8c8bd03cb09277ce5fb3c540feb9c083a0bc898a4acde10b13014e02 SHA1: 08aab7ece7eaa1abd688b35cccd7620e479249a3 MD5sum: 599fa021456d343bb1a1981acdc1c2d7 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.20260615.112017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 558 Depends: ros-jazzy-marine-sensor-msgs (= 2.1.0-2noble.20260615.112017) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marine-sensor-msgs/ros-jazzy-marine-sensor-msgs-dbgsym_2.1.0-2noble.20260615.112017_amd64.deb Size: 429196 SHA256: b5f8d3cc457a148f9976e9f813c7f647536147268d1d5037f4fed4ca20ad8485 SHA1: 430b7c6ba15e5f68eead21a8048b8c940e086dd0 MD5sum: b860a2992d858c9f747af5d6296c9889 Description: debug symbols for ros-jazzy-marine-sensor-msgs Build-Ids: 1aa1da28ef63a6839e36ab93f7086c63903c6da0 1b91795ddca1bdbaa418a7892418ff5fd98c6263 31f32fba0da854fd5ba3f655079115ac13c31b89 3625515623867c4c0e05c9ad2402c39f52d058d6 3eef6bff33a4cfc7673d4a22ba1ab4d551ded415 5c6b4661d4ec59dcfbd92d58c6c7bb363deee6a3 8899917d96b8e0e8081f7170c68935befd2227ec 94a8f29265b34800080402d8de33c2df64bc5c8c 9a9af29469e49ffbf77483ca37e3ea5f56782680 a2a50305bd31fab321fe39d69ce3b9bba6d03e54 b5528bc795d1154b13be85682f095cc8d2ebdcc1 Package: ros-jazzy-marker-msgs Version: 0.0.8-1noble.20260615.112010 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1632 Depends: libc6 (>= 2.4), 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.20260615.112010_amd64.deb Size: 136802 SHA256: fb9780db70b1484fbf5799ee848654e4c3bb1580117b57e4e9f07e48f115869d SHA1: fe0a5f22177cd5af585368382bef1f75cfed4416 MD5sum: 0b21d82227468fd4b3cf6bef454628c2 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.20260615.112010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1385 Depends: ros-jazzy-marker-msgs (= 0.0.8-1noble.20260615.112010) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marker-msgs/ros-jazzy-marker-msgs-dbgsym_0.0.8-1noble.20260615.112010_amd64.deb Size: 1147812 SHA256: cdd30cf6e0b48d78ef846eaa1d931bfaeee0bd89766d8a33e1ebcdbca3d3e238 SHA1: 26c6f576676714f865f352f88e86898ddbf61cd8 MD5sum: 08c55befba6c20c7bb981f6f58de9387 Description: debug symbols for ros-jazzy-marker-msgs Build-Ids: 17cd9ab2ca694c9ed9087dd074ca680a2208dd18 579853cacbb57aa6124f4e079ca5e9cb5a1b19c7 7173424db482dbb04404a20c4e21825583dd6b46 73f998a18676da75abcbde0ed4bd0a656f421679 88138d964ddd6993b47e7222223e7823c7268d62 a298813f9e51093ab4b474ca0329c9d27170bb1b a70424a678cdcf593c5cfc5fbfb7667441a34c97 c224765b89090a9310d08fc077f1069a06a69dbb d889225449588aea2477bd0d0e10ef8e30b1c88a eb2d3550bda6731b76f4d23646138d5115e3db1c f23fd20d3ee7045d2b76a8b7bdacdd69f2907045 Package: ros-jazzy-marti-can-msgs Version: 1.6.1-1noble.20260615.110440 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 471 Depends: libc6 (>= 2.4), 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.20260615.110440_amd64.deb Size: 46208 SHA256: 414c6843853957eece147b4a257999d060718af485804d07e09bab802cbf6d0b SHA1: 0ec42370f051673273ee9d8506579e0ddc072d71 MD5sum: 99c16a6a3fd13b8258f44c0f20d518c6 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.20260615.110440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 282 Depends: ros-jazzy-marti-can-msgs (= 1.6.1-1noble.20260615.110440) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-can-msgs/ros-jazzy-marti-can-msgs-dbgsym_1.6.1-1noble.20260615.110440_amd64.deb Size: 193354 SHA256: 89a928b8398942faf9d6f2066464b631de4e12427ced7c98abfb8b379a0b4f52 SHA1: fb4c08fdf16044cba6f5735b23f2973e5380e324 MD5sum: e738773bdc12f39f724fe57e3b25d9bc Description: debug symbols for ros-jazzy-marti-can-msgs Build-Ids: 06e276e65b9677c9c612e86a136eaa6cebc9cf3c 07fb694f55f5705eac7a000673c8886ec2f71e89 282fd413ffc6784e79e39c0522ca50f88512b16b 42c75dfa29422304d1408250c77defb1e5b5ee91 74f301545315d639fd4fa8050005c85bf813e681 955adc5be53a4b496eb727feed998b9d1530c0de 9bf2e04507c78ba56e48f9a2792162f9997ada7b bbb3e045b3f9d9c8f2278a6a683265b39376d8a5 c172b7b69dc4f665a44b745e9da839b087b40409 ca0dd760dc439aa632026eacc66df1a927260e4b e1f16e876b6958e7e912fbebb82374b81ee3253b Package: ros-jazzy-marti-common-msgs Version: 1.6.1-1noble.20260615.110601 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2954 Depends: libc6 (>= 2.4), 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.20260615.110601_amd64.deb Size: 191424 SHA256: 3fd1edea8289c2b7cc24da79b324d8922ccbf511c633cf66d085a60acc5b27f7 SHA1: 6b05e04cc52a8335a0b90d70a276dd9f54c18607 MD5sum: cd71b9075edda60afbbfd7846248836f 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.20260615.110601 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2305 Depends: ros-jazzy-marti-common-msgs (= 1.6.1-1noble.20260615.110601) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-common-msgs/ros-jazzy-marti-common-msgs-dbgsym_1.6.1-1noble.20260615.110601_amd64.deb Size: 1853288 SHA256: f1e6896682243eb30ca2e32e46603ad6e0348ec40b441bd5c53f022255ee90d5 SHA1: 5e55a60cd66e27614cf197247b4159bdf1ff5c74 MD5sum: 21016cf25ad9acd0a96eedfb611902d0 Description: debug symbols for ros-jazzy-marti-common-msgs Build-Ids: 084ce6235a35b71b028fe21e78573c365eb440fd 46657d0d75ecd7d9a8bb45881713e7f5f389c775 663de3eb2b19b2dbf0d8a19abe074349eeaecc40 7d3412ec9655b1c5006676b9c606bc8eb93c2f75 8596e29996a8567c7ac66617358d30d619cf6c71 8ace2ef0c87a0a8daa9df552093e46fe5ac6f188 8fe57a4d0556c3dd0eb6bccf9879636a92c7885c ac910d5a4a8f600c087ea65205a6dce3c7ad9db5 cd99de24a752f44bc4d5aa014bf9757ca68c6787 e3ddf4a5a55999adb03314ac64b5b5c5ce27ab61 fb94077dfb65b65314afd857ee96eafa46dc3da1 Package: ros-jazzy-marti-dbw-msgs Version: 1.6.1-1noble.20260615.110608 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 816 Depends: libc6 (>= 2.4), 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.20260615.110608_amd64.deb Size: 70550 SHA256: 76201f9ee78801c483833f3000f65792be20eed7f8f0c3161505f88bc095be1a SHA1: 6ffbdd3c39979e40f34d4965d3d474e937bf4f4b MD5sum: e69fc9862e7a4b14aa007f9c289a549b 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.20260615.110608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 517 Depends: ros-jazzy-marti-dbw-msgs (= 1.6.1-1noble.20260615.110608) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-dbw-msgs/ros-jazzy-marti-dbw-msgs-dbgsym_1.6.1-1noble.20260615.110608_amd64.deb Size: 387324 SHA256: 045d7a7fa2d577a28fe2cf4e4e5d876310036d4444a383c1ea4492880aa0cd97 SHA1: 267419c4ff0d3ef0ac5fdf90ac3cf0c269b8a76a MD5sum: a5f49f7ba6fd2a25aac17a92f1f4c8de Description: debug symbols for ros-jazzy-marti-dbw-msgs Build-Ids: 1408948fb01c0c70d644a73d0ba11fefdd1f37bc 35f7160110efb8d0e92656278a51e22c7c495444 3aafd70c1a1f3141f67e80744a4ec4ed1fb5c5c3 3f27f7b8c5370bf309b89a6883224a9d16ca1645 5803e3a44cd4f1f497212b0c82ac304053eecd45 918a76e63fcf156625e3e1debd8320c75763686f 9f088d913f3b2e91ce00ecbf7db4db1c0d2f87c0 b5f70e4c7510bf643c28f68bbd39cd07397761db d1ddd1fcc356622dc856424c8e0ab13e86dd33a4 d49ff7514f80546f4da5a8324e6b35b59190cfb6 e08850437a984c851a27e320ee3621593b49a935 Package: ros-jazzy-marti-introspection-msgs Version: 1.6.1-1noble.20260615.110620 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1079 Depends: libc6 (>= 2.4), 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.20260615.110620_amd64.deb Size: 96470 SHA256: 111dd68b40035cac21f9d59b264abe1db147c12348e6818c7cc15758617ca3ff SHA1: a95125327b2659398744033e8ec264a843161f17 MD5sum: ec459f47596749df8219f80cd3c4933f 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.20260615.110620 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 817 Depends: ros-jazzy-marti-introspection-msgs (= 1.6.1-1noble.20260615.110620) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-introspection-msgs/ros-jazzy-marti-introspection-msgs-dbgsym_1.6.1-1noble.20260615.110620_amd64.deb Size: 663558 SHA256: 546a5720e6b5c4f02415326c62ff29fd0f40544e484a2bb1a4d254cc30e1db00 SHA1: 97917901d8c1a36c94685efe45ed1da0e1cc89f8 MD5sum: 7f1b2775683edc543983d10da9e171b8 Description: debug symbols for ros-jazzy-marti-introspection-msgs Build-Ids: 0a2f77ee9286c2e9543251e722fbd9baaedaa343 0c42c38b4bc6297f9fedf861b86fe466d97a4f0b 1db2ff6b7befe23e501a3dafcd8956be05646799 2360b9a3de812388e74dcd31ada1f70904ca8ad2 26a7dc838c546373a807f5b813140d684c5ec50f 542503e2f29f80e8c104dc4db2d2d5ba746ccd93 56d66033ddd0939ab94efef74c0dd152289adfbd 89bca996718aa0e0dd1213f41840518c519d5296 e7241cb6fce3e4526d0c2bb30091c723c881c9ca f35a2d370a7704cfeb696cf7e567b335be164d71 f801b89efc1498e41a0e112c0db9827b6f1c62b4 Package: ros-jazzy-marti-nav-msgs Version: 1.6.1-1noble.20260615.113350 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 7046 Depends: libc6 (>= 2.14), 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.20260615.113350_amd64.deb Size: 478230 SHA256: a60abe19c290d9ae44b85f92f2714322469ab7054fb131951d6b4d47305e183f SHA1: 5aae7b88ec79456f15ab095318c9b6278ec55f0d MD5sum: db5d24c0f265c5238eeea7029faa09de 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.20260615.113350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 5707 Depends: ros-jazzy-marti-nav-msgs (= 1.6.1-1noble.20260615.113350) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-nav-msgs/ros-jazzy-marti-nav-msgs-dbgsym_1.6.1-1noble.20260615.113350_amd64.deb Size: 4748320 SHA256: bc9ddea6f502baa9f442b4914fdd4bceee10c9210e4515d16db6da6ac1dd3f45 SHA1: 52aac629b66d5be2f7e2d6d35881bc26a29d5938 MD5sum: ddd5d1529878640982626c7942378295 Description: debug symbols for ros-jazzy-marti-nav-msgs Build-Ids: 2ecedb7529bdbe67ae2b5a36d735d505bd154a04 35cc4695ab743023f74ed460a55700c129c1f13f 36ad8568f28087c51561832935b28555682473ea 3fc683e50cb0b1aed32fd3bbc226ad0573f471c8 45cf547369396d391b2e1b71cd7d9708f355562b 47ab261f63f02df26254794e3aa0ab33f96a217c 6c2d6286179f8b6aeed377b2da8dc35962d1c99a 7b60d0eeef6777d27eadba2d6f5418fc16b1c261 85ae465c50a810d02b1a60fa8d6997ec3052f673 c7135332c3c8d231ff6e10403b837b535f7c016f e4db0af1a7024be54a6bd00a68de99b7b7347ff0 Package: ros-jazzy-marti-perception-msgs Version: 1.6.1-1noble.20260615.113713 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 466 Depends: libc6 (>= 2.4), 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.20260615.113713_amd64.deb Size: 43934 SHA256: 6bed690f9cadb8d5d766a0a40f3e4a60cc97707cbc3769d2b32c9c419988fb88 SHA1: be6353c88761e3ad75a6513c475de9411bfe849d MD5sum: b140ca823303e861ede9e362c4bfa99b 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.20260615.113713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 274 Depends: ros-jazzy-marti-perception-msgs (= 1.6.1-1noble.20260615.113713) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-perception-msgs/ros-jazzy-marti-perception-msgs-dbgsym_1.6.1-1noble.20260615.113713_amd64.deb Size: 183572 SHA256: 4a86552a23f0fb374ddc01047fae0d8ac4cbd57ddb63d445bdf9fd5ec6abc70f SHA1: d0de6c0cef8c3219dfa6e2f5e156c67299ca0fac MD5sum: 0b4ac94d6bd16310df8537a3ca0dd45d Description: debug symbols for ros-jazzy-marti-perception-msgs Build-Ids: 04bf3d3bba81da54e482b8b8b29c17cb133063d6 164a9567015beb28630468041333f5af8c5da746 2505846cbe38403adf320d6959e5e5dbf7a7bab1 56b71abd6570d5d6939885f8a3466a48f5b9271f 5b167f7d167a3851c7e1ec04c4a418bb5cd629b0 7be6f1976311a7d2538cc4f0c2006f5de293c3c8 9ff68b446c84c9c81daa2ea10be60db2a6009347 ac94671b40b210c0e4bffb5dc0124a616fe7a289 b610e45804a4dae0438e7b943fd7f4c8425c5e85 c287d88c0c8ac7170a12f56a2edb5f9b53d8d7bb cde5d42877cba9892ccaa350af7643b48e896c6f Package: ros-jazzy-marti-sensor-msgs Version: 1.6.1-1noble.20260615.112020 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2141 Depends: libc6 (>= 2.4), 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.20260615.112020_amd64.deb Size: 163350 SHA256: 708dc3a308a312df16a84301761fe4327b49c43ec144fcd482711a80e358b88e SHA1: 82d4b05abeebf2956aa2bfac4b96a9aafec587ce MD5sum: b5e4ffb1f9f8c87e845af181576344bb 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.20260615.112020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1565 Depends: ros-jazzy-marti-sensor-msgs (= 1.6.1-1noble.20260615.112020) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-sensor-msgs/ros-jazzy-marti-sensor-msgs-dbgsym_1.6.1-1noble.20260615.112020_amd64.deb Size: 1251532 SHA256: 4cebea269078731cf1b8e8cd6d287573d90ad93159d207f409a0807a317d80fa SHA1: 441b15ae4c0ff8f7f88fa5f8f8b86df45a9f776b MD5sum: d41f7ef098b4c88ed8df1aa18e6644d9 Description: debug symbols for ros-jazzy-marti-sensor-msgs Build-Ids: 0bdcf7009db5c5f5eec5920ee7f787cddad82d61 12297095245e459497b7d3da48b83e146ba612ca 3a0f9eb4e186fb9ecdda1972696c1ff9a38ab906 3e1187e654fecab6938607ae0cf660b0142dce2d 5355690e6138a961a60b6fde106a3a9165329003 6290298675b6fd8d713a52e1b364bb1639855e43 7ba65092f1818c0225775eac6f390079066a94ca 8f201688249d0bd0792d3fb093d6692c86ebb262 92ba484d34baeff699392a2e55cf7c2097611cfe b6ecc10626905d8840c7f44d9f0fe7d2dd875664 f892ebda6efa4c3df7706a948009c8369cae21fc Package: ros-jazzy-marti-status-msgs Version: 1.6.1-1noble.20260615.110741 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 522 Depends: libc6 (>= 2.4), 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.20260615.110741_amd64.deb Size: 51292 SHA256: 714b0d0f62fda58f590fd38d825a3ae4a5f722f74368b13d7a9f25c2e9d787c3 SHA1: 56727e641c6ca5fae9e7b9d729dd85cb6bfd8980 MD5sum: 1793aeb402598345e1f37c99f3c6cc6e 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.20260615.110741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 308 Depends: ros-jazzy-marti-status-msgs (= 1.6.1-1noble.20260615.110741) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-status-msgs/ros-jazzy-marti-status-msgs-dbgsym_1.6.1-1noble.20260615.110741_amd64.deb Size: 213360 SHA256: 355d4103255c4374de9be8e7b8f08be13bc8f7c3ce63345de02052d786559990 SHA1: 00ec29883487e1270a99a7c999dc52fa363e30a7 MD5sum: d15fd378142596245300ea09fd051f67 Description: debug symbols for ros-jazzy-marti-status-msgs Build-Ids: 0ffcdec37e2c96660568c1a18ba9549804385899 1af47f632687c8e8b5f5c24f195147121cfdf465 2cfb0d514e03c531fe4493046c6266c543490b44 546de19fd800e2bfec1aa6d166a9e2b0213752b1 5caa4948d343defbaabbe242f7352944e043915d 6c85b9927e47a6a4452e5be9a3863a2fe716c40e c9132d198cdc8da00766472ffd056e33fdc1f0e5 cc9eed9ed3ee8633ed3458313b4fbf72516f1fe8 cd0c95875d55353f99d74938f64bb2f0e1863623 e8780b18a3d0c8f7e29cda2c66c1eaf15645e67c f129279e3c079463197782c30566e513b3f2fa5d Package: ros-jazzy-marti-visualization-msgs Version: 1.6.1-1noble.20260615.113433 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 690 Depends: libc6 (>= 2.4), 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.20260615.113433_amd64.deb Size: 69916 SHA256: cfac8cd34f467677a13c2efc19a4116af305e6ea4a3b4998dcef4a32a72baa96 SHA1: 114c4da264e053c73baacccf00344356803dc02b MD5sum: ea89a57b7c8ac415f84694a23e1e779e 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.20260615.113433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 504 Depends: ros-jazzy-marti-visualization-msgs (= 1.6.1-1noble.20260615.113433) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-marti-visualization-msgs/ros-jazzy-marti-visualization-msgs-dbgsym_1.6.1-1noble.20260615.113433_amd64.deb Size: 382636 SHA256: fde9c424346c93cc3720ed858b817a77f786454e364535bac3f6f0e8131c22e4 SHA1: ca619c2026454641c787bac1509d9a05e05de895 MD5sum: 7606b4b2c5c401a14a3d1ce0917369ca Description: debug symbols for ros-jazzy-marti-visualization-msgs Build-Ids: 05e747b0a6457b0ea775fa403ba48e9f91509c23 090f7ab22a56d9901671f065ba6cacee3a9acfef 125b0aedd83cd6840e300895088255d227d26278 1dfbd86daf1ad2a7312efad65af1551cb39d6a29 2f5a7a6a529c20a394348f324653e316c77ecdfc 3b219d6c7260488c1c64737d6f2f4c6b6f4e11e2 402cc9b0ce7c3ac2e45b6857e95a252bb46255b0 54e0f98bede363a118d9e88b44623fb6d20f7e6c d655098c7531081b004a6e0e6f320f1d0b86414a ddf375616a3d636bdfb0d02b87f5bb291eed7e0f de6ca7bae868993f773aad4c592fdb90923838cf Package: ros-jazzy-mavlink Version: 2026.6.6-1noble.20260618.163702 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 22181 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.6.6-1noble.20260618.163702_amd64.deb Size: 1068856 SHA256: 16641ee91cc2b1133d6a9bd2fe3c18d1022bdcfa97949e46314620618f49c611 SHA1: c1cca3c4351157733bee4b04a53b6fb5e6c3c52e MD5sum: cf2c4acbd448cf0eb4d43bf1ecd2d221 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.20260804.182809 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 9779 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.20260804.182809_amd64.deb Size: 1615796 SHA256: 3f585d16fd19a7764648bbc55f3cd04b8e5a56d7a0727b00eeea66f1e01eb93e SHA1: 91f40321c32cd3e0a5a4362abc99b80737bea1cb MD5sum: 025b7a1ed8d935164c84f01b1dcb361a 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.20260804.182809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 66050 Depends: ros-jazzy-mavros (= 2.14.0-1noble.20260804.182809) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros/ros-jazzy-mavros-dbgsym_2.14.0-1noble.20260804.182809_amd64.deb Size: 59426938 SHA256: 642a5a5028c5cd58b9a4fda71d6a2d98b9a77757dc98009fe759439d9e59991e SHA1: 23784003b1c8dfb4aede1920b55fc04a7a1b693d MD5sum: 3f115ee0d4e5e8c8eaead0b4ec38f37b Description: debug symbols for ros-jazzy-mavros Build-Ids: 2453acceef2c491ff880546b0095656b4a4eb990 2a8efa040f2446961153790a126f182af71a45f2 7204ef4ca64b412bd42bd331e90eef697e614b13 Package: ros-jazzy-mavros-examples Version: 2.14.0-1noble.20260804.193049 Architecture: amd64 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.20260804.193049_amd64.deb Size: 12882 SHA256: 527a8610ff5077c58edb5d81be165ca6a9f2bdf1483f1d84dd16a69257759484 SHA1: 06072620873d62c8e3d4e184af9b54494e8cebbc MD5sum: 96ad2bbf6ec9a4dfec5e96980b744853 Description: Example scripts demonstrating MAVROS usage Package: ros-jazzy-mavros-extras Version: 2.14.0-1noble.20260804.185544 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 12717 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.20260804.185544_amd64.deb Size: 1655984 SHA256: 775ec97c815222c05dd6a903353e974897ce7d68cdca5f72b98a57178078203f SHA1: 21acdca718bd9130bc1ad3d981600aacec809d52 MD5sum: c7637e7387fabd504f8ab7b08c338090 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.20260804.185544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 83303 Depends: ros-jazzy-mavros-extras (= 2.14.0-1noble.20260804.185544) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros-extras/ros-jazzy-mavros-extras-dbgsym_2.14.0-1noble.20260804.185544_amd64.deb Size: 72368608 SHA256: 52453da39c35f6196613ed31ac071ead7581f482639a2ed4b7adce3079194dc5 SHA1: 8f6ecbb0062660251cefea42580e51596bad8dac MD5sum: 58378b8991aed9308a22bbe942e0d142 Description: debug symbols for ros-jazzy-mavros-extras Build-Ids: d74fd7a282bed72353412f0a4f6f95483e158af6 df807c80cffe81ffc8f7c8aeeb247bf7205a64f5 e50f5a56585b8e187200a845a30c3628384d3fb3 Package: ros-jazzy-mavros-msgs Version: 2.14.0-1noble.20260615.130828 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 32302 Depends: libc6 (>= 2.14), 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.20260615.130828_amd64.deb Size: 1898644 SHA256: bfebdd9e8f6e41967acd0608bbb6b4846b88568f5c7cb267ff5779f145e59fe4 SHA1: 37c4e84cc13618f682e395dc8e95a23dc80b8baf MD5sum: 05d3fea365efd74f8ef2899f51ae4dfe Description: Messages for MAVROS. Package: ros-jazzy-mavros-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-mavros-msgs Version: 2.14.0-1noble.20260615.130828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 21915 Depends: ros-jazzy-mavros-msgs (= 2.14.0-1noble.20260615.130828) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mavros-msgs/ros-jazzy-mavros-msgs-dbgsym_2.14.0-1noble.20260615.130828_amd64.deb Size: 17613090 SHA256: a87ee8ce5be11a1550c0cfe16863242010926f69742e8416697d36b061cdcfdc SHA1: e66ddfebbe4c10f9e9deb941ef170d65b8270d9f MD5sum: 833cd4512f13e12c5dbd6c9cc9e99ff5 Description: debug symbols for ros-jazzy-mavros-msgs Build-Ids: 025e7ca2edcdba366f3abd48507a3240d80cc05c 0776a75a451082702e6f4aaff6539b6aa79a1bbc 41eafad90a5180140f9a8aee08e13c98b42e858e 48f742b55b33f238c5c4214ffb12590064eb4b70 4b807c64a275ea31ea7fe797a1a0ebbd2a6738c1 6722fa0b613b77b9b760355b8cd09eff604ccb6a 96a2f7831765d96f76dd0f242f1c77dc6bad6ec9 d2b2042fa297ef52c5b525bf9ed859360a429c59 dc78d5dcf44733436858b2455e8e20a235359750 e43ed4c970ce1983d9ab5debec96eb5a96b6d619 fc20c6c6ae4848ec954ce2d3f5074625aec298bc Package: ros-jazzy-mbf-abstract-core Version: 1.2.1-1noble.20260723.231923 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 77 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.2.1-1noble.20260723.231923_amd64.deb Size: 12486 SHA256: e7244d3a5af5c8dd1e65bc7d4e6ef91ed133d6eaab4a240d766c3b941a429b88 SHA1: 511c5f3e0678ea1b840b6add5ae4505044c2936a MD5sum: a7132ea6314e16f903c51da84934122d 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.2.1-1noble.20260804.185028 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 1302 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.2.1-1noble.20260804.185028_amd64.deb Size: 289510 SHA256: fab065705b17796eef69f7ca213f8d9b93b20be4a72d649cb35b8b80be32cb7f SHA1: 221b8a944c1bb1c44e1e5bd8f0205301f0c7afe3 MD5sum: 078ab691cb89391ef88f25f6a15d0330 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.2.1-1noble.20260804.185028 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 6095 Depends: ros-jazzy-mbf-abstract-nav (= 1.2.1-1noble.20260804.185028) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-abstract-nav/ros-jazzy-mbf-abstract-nav-dbgsym_1.2.1-1noble.20260804.185028_amd64.deb Size: 5552440 SHA256: fedbff843eccceeb4cde2dd2db692b511dd4439de1fcf1e26500fb748af7c583 SHA1: 16ad31b68f0417e70a031755105efd44ed3cbfc3 MD5sum: 430491718b289f1a85eaf17d436326b9 Description: debug symbols for ros-jazzy-mbf-abstract-nav Build-Ids: 66e7830b70d32e08e257e0747769746b03178b7d Package: ros-jazzy-mbf-msgs Version: 1.2.1-1noble.20260723.232243 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 9315 Depends: libc6 (>= 2.14), 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.2.1-1noble.20260723.232243_amd64.deb Size: 550862 SHA256: 0debbcf7a6606ea89567389c7f7426dd391f72fe59aa1e64ca9bbc6fe33086d6 SHA1: 091622eb662b674ef50b7f965cbbb3c2a50b03c5 MD5sum: 5947f291d337aaebe7fd52e1451293e0 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.2.1-1noble.20260723.232243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 5186 Depends: ros-jazzy-mbf-msgs (= 1.2.1-1noble.20260723.232243) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-msgs/ros-jazzy-mbf-msgs-dbgsym_1.2.1-1noble.20260723.232243_amd64.deb Size: 3943668 SHA256: 2c4b9bc85e207d8a3eb6a3468078df8aefffc6837f4310e57748c2a34bb5396f SHA1: 0773ba47b91d3a9a4388512745e10ee87d3df066 MD5sum: f69c9f1230415c64e4a4afbabb38f736 Description: debug symbols for ros-jazzy-mbf-msgs Build-Ids: 171dd8c22bbcd4b47a7476f202227d969812e706 18745d24681ec4d5d6d2ce5d84c71a059df62021 48662aaa30c49e3351a3dd2f8d2759b5afeef646 6119c424f8c304df334dbd8946289aea193d2110 6e191a01e467c8f5af8b06650109c67242c0494a 807775f807f81fead8a92a9a0d0a4d36e0561c2b 934dd4f5f1507cd5c5523daece834f766f1e4869 9640bc20cbea258b816287201251b491e54dfa92 a1e1d8203e9f04bcd2dd08b5b694f2f989fc51fb afc521f10c94745a9bc527526701c0311d5cf092 c511479fd03be1fadf3319be4a174a4a144ba4a9 Package: ros-jazzy-mbf-simple-core Version: 1.2.1-1noble.20260804.185053 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 78 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.2.1-1noble.20260804.185053_amd64.deb Size: 12692 SHA256: d862efc38244442296829f3b86d386dd131333442a445ec7bff62f0a0f19dbe5 SHA1: 03fe9506d56bcbb04ec9afff75e1640585f8ed33 MD5sum: 0ef009a3ce691d4e21b95e30ec36fa30 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.2.1-1noble.20260804.185626 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 574 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.2.1-1noble.20260804.185626_amd64.deb Size: 143706 SHA256: d23f5570d10dd7aa9c397e3c8e535524fe341749a8c3112f98a12ca834adcd59 SHA1: 890c398038022a3c598be83fa72c64b41c99d1bc MD5sum: 1f967dbb6e47e44bd60e756777450551 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.2.1-1noble.20260804.185626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 2239 Depends: ros-jazzy-mbf-simple-nav (= 1.2.1-1noble.20260804.185626) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-simple-nav/ros-jazzy-mbf-simple-nav-dbgsym_1.2.1-1noble.20260804.185626_amd64.deb Size: 2085760 SHA256: 146031f8f307474a20780443a1ea7d6d3172492e84ff2f542fdae29a9c927c11 SHA1: 8914c0bdb7557c222b9dca8acb3614c166cfe781 MD5sum: 183f0b2210d533af5439944476ed8eec Description: debug symbols for ros-jazzy-mbf-simple-nav Build-Ids: 56af6ca5ef876339ba5563f1dcfd28d1c615661f 9f2c94196bc59c6b465c1f5f993f1de171f94857 Package: ros-jazzy-mbf-test-utility Version: 1.2.1-1noble.20260804.181637 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 633 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.2.1-1noble.20260804.181637_amd64.deb Size: 134988 SHA256: 331c08517f71338c21975b38f0f9471858947f33a7b0e51c0b8ee82f264d1027 SHA1: 06b9df53486a168d944ac5d819cb10be4f482285 MD5sum: 23e811b04ece103e3b0b461300b54149 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.2.1-1noble.20260804.181637 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 3005 Depends: ros-jazzy-mbf-test-utility (= 1.2.1-1noble.20260804.181637) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-test-utility/ros-jazzy-mbf-test-utility-dbgsym_1.2.1-1noble.20260804.181637_amd64.deb Size: 2621252 SHA256: 82901f9790d6efcd6979d59d550f9f9fbe68ede376953da05c0b06c6201220b3 SHA1: c306dc31776e639e5d0ab09bf4bf2c8164e43aff MD5sum: 823d6a3ff39366402576ff10cb300973 Description: debug symbols for ros-jazzy-mbf-test-utility Build-Ids: 5588dec8cfed3e96b002a526bd2c1c188c973d8e 7df17f976a5ac17eab9ee1c0990b5b6a9077ee06 Package: ros-jazzy-mbf-utility Version: 1.2.1-1noble.20260804.181641 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 508 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.2.1-1noble.20260804.181641_amd64.deb Size: 108818 SHA256: 1ca2d8967aad6d747049bd1bb6cddd6b7018642b8c79780dd825f7e9fbcc66ba SHA1: d687de1bdf3e5d0963e336c64aded242bf67671a MD5sum: df91352569dc2d2b40dcda52f589ae93 Description: The mbf_utility package Package: ros-jazzy-mbf-utility-dbgsym Package-Type: ddeb Source: ros-jazzy-mbf-utility Version: 1.2.1-1noble.20260804.181641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 2256 Depends: ros-jazzy-mbf-utility (= 1.2.1-1noble.20260804.181641) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mbf-utility/ros-jazzy-mbf-utility-dbgsym_1.2.1-1noble.20260804.181641_amd64.deb Size: 1953270 SHA256: d143f88d6617f9b70d8fcfa7d9a113e8d0abc91ad9100440266a9c48f250f38f SHA1: 109d0484956cca3f81322b237d68b6fee6e42a79 MD5sum: d3c63e12eba49f0c75e60a5b97616d94 Description: debug symbols for ros-jazzy-mbf-utility Build-Ids: fdee22f1a5afecc9b8cabbfe1232f8f899451471 Package: ros-jazzy-mcap-vendor Version: 0.26.11-1noble.20260603.151024 Architecture: amd64 Maintainer: Foxglove Installed-Size: 400 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.11-1noble.20260603.151024_amd64.deb Size: 127858 SHA256: 2544114ea2ee8835ad9cea68f58383046c6465d7929d130fccb4503fa4312da1 SHA1: e3e8455515e75fb9aff78ff3257dee5e4dfed857 MD5sum: 1fbc68ae56314ffcd81feac25b10a3f7 Description: mcap vendor package Package: ros-jazzy-mcap-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-mcap-vendor Version: 0.26.11-1noble.20260603.151024 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 1165 Depends: ros-jazzy-mcap-vendor (= 0.26.11-1noble.20260603.151024) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mcap-vendor/ros-jazzy-mcap-vendor-dbgsym_0.26.11-1noble.20260603.151024_amd64.deb Size: 1097606 SHA256: 738650fc0ceff8d7e0988c6aae1768b1971e9be7a4ec5d150630b4fc3552e085 SHA1: 7b76b08f11076e4d72401555bedf456343855fc5 MD5sum: 0f886eb043685803c3d6563b9d8fb223 Description: debug symbols for ros-jazzy-mcap-vendor Build-Ids: e020e39fae9e6d05d1a902f9aa9b96e19e27deed Package: ros-jazzy-mecanum-drive-controller Version: 4.41.0-1noble.20260804.184212 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1036 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-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.41.0-1noble.20260804.184212_amd64.deb Size: 229264 SHA256: 8a1a433ae9489ac60f6689bff821cca2a8eefb4d89fe8249504009af47840a93 SHA1: 724cd7258139c0050e6f3f27069799dcbbcc2ccd MD5sum: cac3eabb0748a84316daa8199f573c11 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.41.0-1noble.20260804.184212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4007 Depends: ros-jazzy-mecanum-drive-controller (= 4.41.0-1noble.20260804.184212) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mecanum-drive-controller/ros-jazzy-mecanum-drive-controller-dbgsym_4.41.0-1noble.20260804.184212_amd64.deb Size: 3564658 SHA256: 4065295d92cc59c22016156d1e0f47677bd10d622fa14564a871b5ac9216e05c SHA1: 124ab5c5a33447351dfca00df0477d3c882c7286 MD5sum: a903a20fcbe526057996f43249fe8b97 Description: debug symbols for ros-jazzy-mecanum-drive-controller Build-Ids: bc2a1b3ae9a1b717dc3e524b894128aad83ba173 Package: ros-jazzy-menge-vendor Version: 1.2.1-1noble.20260225.235425 Architecture: amd64 Maintainer: Shao Guoliang Installed-Size: 2217 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.20260225.235425_amd64.deb Size: 428464 SHA256: b1e5792e9baa309f5a1cbf9f9434f308c3c4ce90cd5f710eebff16671a004cf5 SHA1: bf151dbaf1bb9c1b505af60daf7ddb535f72f6ad MD5sum: a6eba56adbda2cb8dd2581d635860b1a 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.20260225.235425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shao Guoliang Installed-Size: 7507 Depends: ros-jazzy-menge-vendor (= 1.2.1-1noble.20260225.235425) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-menge-vendor/ros-jazzy-menge-vendor-dbgsym_1.2.1-1noble.20260225.235425_amd64.deb Size: 6859058 SHA256: edda93dd376b21f8f2dfc8d60027f0f747e058e54530976523dc54d837c93c59 SHA1: 92c44c65cc4abf084163ef33236053fa7f75f346 MD5sum: 8689e0430799de3b9a8aab3c72fed44b Description: debug symbols for ros-jazzy-menge-vendor Build-Ids: af49d651ddd62162417825b84b9d353c2904fbee Package: ros-jazzy-message-filters Version: 4.11.17-1noble.20260615.140122 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 355 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.17-1noble.20260615.140122_amd64.deb Size: 49302 SHA256: 512b6458bd082740f8aaea2364b1b902aff3587415ef58c300e9a30b4b485072 SHA1: 7fcd85ddeb58c1473dacafde46256eaeab19cdb0 MD5sum: e74f0c4a7ad6196a7d6f04358128a07d 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.17-1noble.20260615.140122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 24 Depends: ros-jazzy-message-filters (= 4.11.17-1noble.20260615.140122) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-message-filters/ros-jazzy-message-filters-dbgsym_4.11.17-1noble.20260615.140122_amd64.deb Size: 10586 SHA256: 6882c91fe4b64aad437c99710ab12f06b8675395e7ad13763ce9c7ab723687b1 SHA1: f12e24c8866aea268d2cf2432fa90b471cc56c61 MD5sum: 27ce0f2e24770b265a9ee5f0e330d264 Description: debug symbols for ros-jazzy-message-filters Build-Ids: b26131a66ab8c852254e719facd479b11d002474 Package: ros-jazzy-message-tf-frame-transformer Version: 1.1.3-2noble.20260804.180717 Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1128 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 Homepage: https://index.ros.org/p/message_tf_frame_transformer/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-message-tf-frame-transformer/ros-jazzy-message-tf-frame-transformer_1.1.3-2noble.20260804.180717_amd64.deb Size: 232856 SHA256: 008aa4d354d0bdd006042f6265bcecb31f362629b5942c192ed71cbff432c873 SHA1: 1876e7f6b75feb6a93a5d3b15aab24a5f53bdc89 MD5sum: 098db6fbeef73ff2661390b89aa4e972 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-2noble.20260804.180717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 6062 Depends: ros-jazzy-message-tf-frame-transformer (= 1.1.3-2noble.20260804.180717) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-message-tf-frame-transformer/ros-jazzy-message-tf-frame-transformer-dbgsym_1.1.3-2noble.20260804.180717_amd64.deb Size: 5392658 SHA256: a9454df10221db73cb472186a4999fc017422a06fd7b48c11073a524dc6d6f43 SHA1: 90d56a7ad001c4f8077c8eebfc554f77b16df054 MD5sum: 8f6f4e6bac30dc5fa9b20aa237f98c5d Description: debug symbols for ros-jazzy-message-tf-frame-transformer Build-Ids: fb6b40e7908db22c81837018c9771d80fc576a1b Package: ros-jazzy-metavision-driver Version: 3.0.0-1noble.20260615.142015 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 857 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.20260615.142015_amd64.deb Size: 205592 SHA256: 03b79489f1499c4891fd9a57408f93949de21039725cdcc37e1f48cb7b67a71d SHA1: 5c1a26202d79c064c421e7a96f0f8888254afa59 MD5sum: d00e5e99a7fb7000d86f534c91d69b46 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.20260615.142015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 4006 Depends: ros-jazzy-metavision-driver (= 3.0.0-1noble.20260615.142015) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-metavision-driver/ros-jazzy-metavision-driver-dbgsym_3.0.0-1noble.20260615.142015_amd64.deb Size: 3586576 SHA256: c513ae55dbf83e9a4b9b5639dc9bfd98bbf309b0e01d891db7293cc30747a298 SHA1: 3b82113c186c627a0cdcf315cb2d3248dc039e36 MD5sum: c210f7fe7b5aaccff474eabc78c54271 Description: debug symbols for ros-jazzy-metavision-driver Build-Ids: 10d0f39aa602ab0b45fa89276291db525866d883 c5bc817213d65b7cfa1c977fd92c6b9700849207 Package: ros-jazzy-micro-ros-diagnostic-bridge Version: 0.3.0-6noble.20260615.143820 Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 551 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.20260615.143820_amd64.deb Size: 119744 SHA256: 0a58bfe99a518c3a3e416a3393ccfa7c22479381c8158525038bd3127f26ab53 SHA1: 1610f5db7ea8293c624feca87f39d2d99f350dd8 MD5sum: ccc283eaf3861f1663b3ed3be17248a2 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.20260615.143820 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 2528 Depends: ros-jazzy-micro-ros-diagnostic-bridge (= 0.3.0-6noble.20260615.143820) 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.20260615.143820_amd64.deb Size: 2174404 SHA256: c114c1fffbe56c5a9dce2c70f9a010e2f8d056aa6cd4c90e5a6b6c7519ceb5a8 SHA1: b3f04f3ab57ca0bfb4b42cc68571755510692d80 MD5sum: 4eaabed3da3f18b7014ad82b4f34437d Description: debug symbols for ros-jazzy-micro-ros-diagnostic-bridge Build-Ids: 0b1d031de3d7279da5ffe3f907d39e70ba6a7b66 Package: ros-jazzy-micro-ros-diagnostic-msgs Version: 0.3.0-6noble.20260615.110744 Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 963 Depends: libc6 (>= 2.14), 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.20260615.110744_amd64.deb Size: 86002 SHA256: a37af7ecacda9d55fcf60f71c192427f7c2a384c32e770e3014f3fc2a51602d8 SHA1: fb6ba5c9df7fba1a80fbe03e02daeb653feea3eb MD5sum: b1104757f67cbe065b4def4bdd055e73 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.20260615.110744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 624 Depends: ros-jazzy-micro-ros-diagnostic-msgs (= 0.3.0-6noble.20260615.110744) 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.20260615.110744_amd64.deb Size: 462724 SHA256: 01c898d14edcbb26e5ca6973af5b4b1213444bad2bdbcc7a94914dc947be46f4 SHA1: 00ec9cbdbd9df91f8647d881be54ae5c54aab3bc MD5sum: e74588a36dff58f8df5c86ef68de34ef Description: debug symbols for ros-jazzy-micro-ros-diagnostic-msgs Build-Ids: 5ca6ffd2280248a06cf6a605a1bae407551ce3ab 78dd365e2e54cab2b9d7f0355b4b05f1990d1ebe 86ddcb25f6a92b1ad60138eff734e2c756f341c5 9119bfa15e22d0951a6c4fcd9e01d69ce13bf240 93b31c24a15419596e64cc2110d1953be02beee8 99e7a1e2ceba536fe2c70b148424eac68d19d6c0 a2f9398ce9145ab9677588e46160362d64489552 ad284548ed7e6ea4f9a63a48a61800ed16f3511b c5e8dbdac7da0326d7f6f8b3b3e52a4526982039 ea48d380f17fac0b959bed958718f47844870fcd ee17cfb3e253b44f7b57841a2589bbc49cd80e19 Package: ros-jazzy-micro-ros-msgs Version: 1.0.0-5noble.20260615.102428 Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 714 Depends: libc6 (>= 2.14), 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.20260615.102428_amd64.deb Size: 76450 SHA256: e70d5e84cb15783e070286c53d5a7a3abd0e6d4b7f3206a21b93e5a35c3961ed SHA1: 31fde80a658c96e2b07fdb091b8ae746e4215ebc MD5sum: 6b3947401092cb067405ba1a783abe0c 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.20260615.102428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 652 Depends: ros-jazzy-micro-ros-msgs (= 1.0.0-5noble.20260615.102428) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-micro-ros-msgs/ros-jazzy-micro-ros-msgs-dbgsym_1.0.0-5noble.20260615.102428_amd64.deb Size: 527982 SHA256: 772c40526622d8e29c6126e725520420eb7125b3bc88f731314f64bf5d017589 SHA1: a5ec71583e613823bce6491ac99bfa6fda79c03d MD5sum: a510da79e73a3a4ae208a5a3bca2d587 Description: debug symbols for ros-jazzy-micro-ros-msgs Build-Ids: 09a6fa5f0f701c9a565875f3f8d00dd42e67f0f3 2b92eeb1f0ab1c5c72ab4971b9282fae70c2d194 4ccfcd9db934853dd79ac652dec342e01dc5c28b 6a0f91bd5ce16f2c3f800fbd73a389aa91dfd13f 87054aacda139e93d064602b0747b2126e326d40 aa2888e859f896b9482378d13a56b9aa7f1c530e b4565419ebf62dcac6e6c98e624fa9d23af2f3db c43d0eec9a4188b7a2552a56d0a8c66000bda260 e5f895fb7d6a070c86236eeb243f0452dae43a08 f114ef410fa4b4f30fb6f6e38abd9253e24f7145 fe25f57cad0a72d499df3866cd9871bfbcd98254 Package: ros-jazzy-microstrain-inertial-description Version: 4.9.0-1noble.20260618.163722 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 16434 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.9.0-1noble.20260618.163722_amd64.deb Size: 2753336 SHA256: e3fc2e979a85f7473f84da421c5ec0e627aee4f9efa9c03fdb4dcd42e550e458 SHA1: 08496a892795ed10219e496d64629b8b33ac357d MD5sum: 29687bcae469166917549974f161f825 Description: URDF and stl files for MicroStrain sensors. Package: ros-jazzy-microstrain-inertial-driver Version: 4.9.0-1noble.20260804.180812 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 9183 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), 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.9.0-1noble.20260804.180812_amd64.deb Size: 1291666 SHA256: ee92cca16a5f133752147e1a9eba1e573c53308a6b7c59c452c5b086147841f5 SHA1: bae49c34b9dcccda65363f0966cb8023604d0ccf MD5sum: 24a812f4bbb8c55130248350b0ad07cd 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.9.0-1noble.20260804.180812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 44241 Depends: ros-jazzy-microstrain-inertial-driver (= 4.9.0-1noble.20260804.180812) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-driver/ros-jazzy-microstrain-inertial-driver-dbgsym_4.9.0-1noble.20260804.180812_amd64.deb Size: 37638026 SHA256: e828ed8569c3780faddb1c51a41d3c678c8f3e2de9f14a7dde400e47d4dc23f9 SHA1: dfad6cfbfb47dd0202880c2ba42da5c42479de91 MD5sum: 849dcc484aecba2d2447f4dfa468b365 Description: debug symbols for ros-jazzy-microstrain-inertial-driver Build-Ids: d4bd80fee48db70924af1c4e1c4270b0974f26ef f32deaf71d70699a83982089f365e486ec709e05 Package: ros-jazzy-microstrain-inertial-examples Version: 4.9.0-1noble.20260804.192501 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 156 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.9.0-1noble.20260804.192501_amd64.deb Size: 13998 SHA256: 0fd62eb5c793522e61a938b854d3c9e4508273577fee8578fad8393a9b4bda7b SHA1: 837a3873eaf3ba6989c38dc8acfbd2db53c65f73 MD5sum: e4ad40c134e83c0cd283390ea100edba Description: Simple examples using the microstrain_inertial_driver for MicroStrain sensors. Package: ros-jazzy-microstrain-inertial-msgs Version: 4.9.0-1noble.20260618.163713 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 8507 Depends: libc6 (>= 2.14), 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.9.0-1noble.20260618.163713_amd64.deb Size: 483600 SHA256: 9ffa281908fc806b2e8ebc439ab56533f3f5ab45e25371748653a673bc796db5 SHA1: 02a94ba36b7529b6ad258fb55d67add087e8d97e MD5sum: e16cff81bb694342c32ab41c294e09d4 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.9.0-1noble.20260618.163713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 5264 Depends: ros-jazzy-microstrain-inertial-msgs (= 4.9.0-1noble.20260618.163713) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-microstrain-inertial-msgs/ros-jazzy-microstrain-inertial-msgs-dbgsym_4.9.0-1noble.20260618.163713_amd64.deb Size: 4099608 SHA256: e384bedee8a9809cc9e5ae2b142ea09d81b92eb326a253de632d2d892232247b SHA1: ee7062276af816a18ff3ec52f98905eeab2bd93a MD5sum: 6e41e62525fdf56d51690699dccbfd9b Description: debug symbols for ros-jazzy-microstrain-inertial-msgs Build-Ids: 033d9510d26642013eed96871c296d32705c1c5c 314cd969720e4c12a237e15e93ec2240955c44b1 9b0dc5164ec0f4d242b3984e5b36f94543670069 a30e287c2444705e988082411d09d79aa9d6690f b2d93ea7c16ae947c2de526e7f03d74ac87d3a32 b9c57c224e3347311ca8d63635c6a5bb8a4d3201 c4d65fb0717dee3cd34fd2ecf51e0cd3de0555fc c97cdef068e2993eb659d7ba34f7e3d847795a72 d5e25343cf95beb1ea924f08d85aa3fcbffb3979 ebe29ce10b80c93a7179225fa6c7039476736ecc eec9524e768dfe63b4ec3413254b1a0fdf3b6814 Package: ros-jazzy-microstrain-inertial-rqt Version: 4.9.0-1noble.20260618.164515 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 418 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.9.0-1noble.20260618.164515_amd64.deb Size: 69736 SHA256: 9294b5938e60a2ce52278c761e092afa179ea6b7e20eb8c44baa3aa070b9d314 SHA1: be287ed24997d9d6e01cfd233c49ed0c8b0f90b4 MD5sum: 5ca5ac2ccf0478b0fcd9f8ddf432d228 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.3-1noble.20260603.150351 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 216 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.3-1noble.20260603.150351_amd64.deb Size: 32458 SHA256: ccd77376dc82a56b8be3c18e46d09cd17ba01cfcde6f08da3ee52d4f9634acff SHA1: f8d14dd7ad6e28ad6126e47747e7724e34f71b01 MD5sum: 34459f2fdfa3cdda5d9175e3d17a63b0 Description: Wrapper around mimick, it provides an ExternalProject build of mimick. Package: ros-jazzy-mobile-robot-simulator Version: 2.0.1-1noble.20260804.182812 Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 5142 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 Homepage: https://index.ros.org/p/mobile_robot_simulator/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mobile-robot-simulator/ros-jazzy-mobile-robot-simulator_2.0.1-1noble.20260804.182812_amd64.deb Size: 457932 SHA256: dac5566bd146eab3f205b0e263e3cdbcaaa9e03e51136d7039921925e396e7a6 SHA1: 39c2f4649a2d326e15386f5d41844974f4ef1366 MD5sum: b6c4ffd90817c1a9fb7524ab61fa0c6e 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.1-1noble.20260804.182812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 5975 Depends: ros-jazzy-mobile-robot-simulator (= 2.0.1-1noble.20260804.182812) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mobile-robot-simulator/ros-jazzy-mobile-robot-simulator-dbgsym_2.0.1-1noble.20260804.182812_amd64.deb Size: 5032372 SHA256: 51794ce368753793db8d5bcd128341ef49a98abada3c5ec47a94ea97e862e8ec SHA1: 35e45915552a597440b40b68345a73a01fed2c4e MD5sum: 5125089756f8d2351743a97d06e9822a Description: debug symbols for ros-jazzy-mobile-robot-simulator Build-Ids: 0949ad29298114e70970056edac310763103c8c4 88033cbc38d224069e720aefbc3b5b9cf885a4a2 Package: ros-jazzy-mobileye-560-660-msgs Version: 4.0.0-4noble.20260615.110751 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2789 Depends: libc6 (>= 2.4), 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.20260615.110751_amd64.deb Size: 185566 SHA256: 1e8dc34b5eff396111c3de8856320cc63fe9fa8074afacac6454616e85b83ad7 SHA1: fa497b3a5ebe0ef66f887a9127f39ac5d237377b MD5sum: fdc796771039725acea60cbb82b8c601 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.20260615.110751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1626 Depends: ros-jazzy-mobileye-560-660-msgs (= 4.0.0-4noble.20260615.110751) 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.20260615.110751_amd64.deb Size: 1313244 SHA256: 9f85958bf9e2353a9617a8fff1aeead05c62de0e6ac4f2c125763f63d2ebc80f SHA1: 9613a5730a29b1aff51066b33f058ac179c4a22b MD5sum: 20f0eb5bbce704242d96006b1b1f0311 Description: debug symbols for ros-jazzy-mobileye-560-660-msgs Build-Ids: 2591f29547819ce25044e2506d9459567183546e 39599170435e7e0a107568f5443b8ce514daa509 47e2bb6de461f8e84e410f85fc5c44488332a20f 4f73eb82542c737e1c06a21b649d420e4a15514d 54eda8e82a7ea35bc25c1dc066d388c761ec6444 5b76ac57974b022adb27448c63901e27d24c726d 851e93405c870511ea16becba816b0e7acb56158 b5a4fcf20220ea8cf60b621d8cb2c1bd10f83cb8 f296d6cc02bbdb9e7eebfb00dcc8dbcf370fd02e f457bf0895bc84b2920c9afe9392af90a77ee6aa fb47ac5c66815f0ee97f9f45d6e347192e778357 Package: ros-jazzy-mocap-optitrack Version: 1.0.1-1noble.20260804.182813 Architecture: amd64 Maintainer: Tony Baltovski Installed-Size: 417 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.20260804.182813_amd64.deb Size: 116722 SHA256: 08eae8191c62b2c68727b4c27e4cc87343afb71c853bbf496dfe054d63f351f1 SHA1: 0e475a41f1e89985df0d0032b84088f44c8ef833 MD5sum: 781bdb322b91de6a487e09201f8f3121 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.20260804.182813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tony Baltovski Installed-Size: 2123 Depends: ros-jazzy-mocap-optitrack (= 1.0.1-1noble.20260804.182813) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mocap-optitrack/ros-jazzy-mocap-optitrack-dbgsym_1.0.1-1noble.20260804.182813_amd64.deb Size: 1953222 SHA256: ff71b3385dd47135131ba18df087fbe8068d692754c4e61ff635fc259d6ce4a3 SHA1: 6a993ef4bfa7a31a61425c945a09b6c3ed032017 MD5sum: dc2e5292f1191f67980b0969cf4ecfcb Description: debug symbols for ros-jazzy-mocap-optitrack Build-Ids: c6838a895879eed1087b40202c1e4549fad0e836 Package: ros-jazzy-mocap4r2-msgs Version: 0.1.0-1noble.20260615.140341 Architecture: amd64 Maintainer: Francisco Martín Installed-Size: 1485 Depends: libc6 (>= 2.14), 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.20260615.140341_amd64.deb Size: 135872 SHA256: 6b8f6feb8e84df84cc85ce8d01c3e769ad9bc662a867b1b2494a68f009a52f92 SHA1: 06f56e3cf78ee787483553a05284d852beedf242 MD5sum: 0c7860d33898c07b582da08fa143b827 Description: Interfaces for Mocap4ROS2 project Package: ros-jazzy-mocap4r2-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-mocap4r2-msgs Version: 0.1.0-1noble.20260615.140341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Installed-Size: 1259 Depends: ros-jazzy-mocap4r2-msgs (= 0.1.0-1noble.20260615.140341) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mocap4r2-msgs/ros-jazzy-mocap4r2-msgs-dbgsym_0.1.0-1noble.20260615.140341_amd64.deb Size: 1025986 SHA256: 959056c039fefaf318c7f264e6068a34d444e864063fe40223a096c5800dbb70 SHA1: b17a54d9554d86dd7b1e427a524c10ec2fbb0475 MD5sum: ce00e207d3c026aba76c0824149e0fc3 Description: debug symbols for ros-jazzy-mocap4r2-msgs Build-Ids: 141fea2d98cb8785996a6bb7fa885f57e5702e41 212a7896c2c7e8b6bcc91869296f71770045e2fa 4de14d0aae4911742d2c487eebff9915a2df3cc6 5e76efff092754d431715c94a1769b2d81d0f751 63abad632eaadc6014b0bd8d2b197665dc77bb93 756a9fb062b16b238aab74dbdaa8261d54e78460 8dd648ce9fa3a1e0b2ffc8edda540d7cf2b72c0b 90d7cf2781e2edcf8f5312bc7829ddaa0d134b02 b136c3690fd9efd57013befd4dd0868815e5692c bb4945a324642770aac104039a8d4d0dfcccc0ff bc52f85c9b357fe8ea844b3a2e53965a2c1e7309 Package: ros-jazzy-mola Version: 3.0.0-1noble.20260804.192128 Architecture: amd64 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_3.0.0-1noble.20260804.192128_amd64.deb Size: 3462 SHA256: ca0dca68df27f424f9a90299b35c686959a49004babcd3c2a88d03f12aeab08b SHA1: 89103e64e44b64a08912cefd0a52b5120e196c2f MD5sum: ec964d1b9fcb6adf91448f903a460097 Description: Metapackage with all core open-sourced MOLA packages. Package: ros-jazzy-mola-academic-datasets Version: 3.0.0-2noble.20260806.100446 Architecture: amd64 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.20260806.100446_amd64.deb Size: 2358 SHA256: dd970ff39d1e4df086ecfbbf8e3734e4664abe1cd43d42caaace964c79e73273 SHA1: 91eb5bb44a0700c89d922bf3067882b111c49b50 MD5sum: d344951688186768953853fb3db47a7c Description: Metapackage with all packages supporting reading academic datasets. Package: ros-jazzy-mola-bridge-ros2 Version: 3.0.0-1noble.20260804.184337 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3031 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_3.0.0-1noble.20260804.184337_amd64.deb Size: 494230 SHA256: 8d41141505ac4e643e20b2b5c8c63dfe39ffa99fb5a64daae197774c6aa4f256 SHA1: 8bed5b8d843671b2efdcd96f51b99af8342afcce MD5sum: 40d50aadcc7f414785c19e9d12e75513 Description: Bidirectional bridge ROS2-MOLA Package: ros-jazzy-mola-bridge-ros2-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-bridge-ros2 Version: 3.0.0-1noble.20260804.184337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13635 Depends: ros-jazzy-mola-bridge-ros2 (= 3.0.0-1noble.20260804.184337) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-bridge-ros2/ros-jazzy-mola-bridge-ros2-dbgsym_3.0.0-1noble.20260804.184337_amd64.deb Size: 11294474 SHA256: bffecefeaa3ad835078f2f5585235d50b7a912dbb67b7a632d7003facda6879b SHA1: b0c3359e8ab838a0f0644cff1b9ac5aca3d0d499 MD5sum: be65eb8ee56f055f0d501b6e06c0a891 Description: debug symbols for ros-jazzy-mola-bridge-ros2 Build-Ids: 9b83385f55a37149c7f552c49d6598f48e0ab540 Package: ros-jazzy-mola-common Version: 0.6.1-1noble.20260518.214217 Architecture: amd64 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.214217_amd64.deb Size: 11718 SHA256: 0b75005f16cfa38c284bbd1a101b7bb38bff6cfa6940d6ee7309533f6a4e84d1 SHA1: df5ad2969ea1ec986189ffa05b90010b85ea5ba8 MD5sum: 10dd45ddc8b0dbcbc5d0697478dd7a1d Description: Common CMake scripts to all MOLA modules Package: ros-jazzy-mola-demos Version: 3.0.0-1noble.20260717.232832 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 163 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_3.0.0-1noble.20260717.232832_amd64.deb Size: 26974 SHA256: ecab3a52fa0f759d523f1123762fa9a202b9dfa53901ce6fc3f35accb2e90220 SHA1: 549812cd82f948138b3e0f45f37345ab250618bd MD5sum: 83ba94f0c2e51f5361ba567e06f54fd2 Description: Demo and example launch files for MOLA Package: ros-jazzy-mola-georeferencing Version: 2.4.2-1noble.20260731.164337 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 663 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-jazzy-gtsam, ros-jazzy-mola-gtsam-factors, ros-jazzy-mp2p-icp-core, 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-mp2p-icp, 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.2-1noble.20260731.164337_amd64.deb Size: 197912 SHA256: 3b0ae812fa32766ad8cc1ac4c5547beba64358a1cb6117297ee2482e42636d67 SHA1: 977956dc278366a1da8731a64ee75f64a8cb545a MD5sum: 0cc7138c0d35c6f3dfb44fff5cffd267 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.2-1noble.20260731.164337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9360 Depends: ros-jazzy-mola-georeferencing (= 2.4.2-1noble.20260731.164337) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-georeferencing/ros-jazzy-mola-georeferencing-dbgsym_2.4.2-1noble.20260731.164337_amd64.deb Size: 9287034 SHA256: 0b00de642adcacf534012ce5cca1c4a77af026afd602915769ac608fe86e4d35 SHA1: 8a7281939aed84a7e134ba1f60b7d97c2177fcb3 MD5sum: 4c89a52a608d6dd28e0af406dd1c6848 Description: debug symbols for ros-jazzy-mola-georeferencing Build-Ids: 4f9fdc9559a77e98b1141db09754c7a2836ae5d7 996320592a1d59d20405882d9e07d619bdf6d9d9 d42559f412e17bc71f882ee4eda8a1fa0530c7a0 e047ebe9ab8dadf4caf114a25542096544c9ff83 Package: ros-jazzy-mola-gnss-to-markers Version: 0.1.2-1noble.20260731.153448 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 750 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.20260731.153448_amd64.deb Size: 135620 SHA256: 56fa4241a54ef2712ff31a3619d41601c471ee131a5a6b3b1c0eed26a8975fe9 SHA1: dd02d6a69df825b74ca910ab0c3263faac0acd9c MD5sum: fb71daa3b869ee2024152cb4ef8da8ff 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.20260731.153448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 3247 Depends: ros-jazzy-mola-gnss-to-markers (= 0.1.2-1noble.20260731.153448) 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.20260731.153448_amd64.deb Size: 2661270 SHA256: 2a60d1f53bbab3f6650e40cd4c441e6562c5e03610c3a0922418d16abac1e84b SHA1: 0159e1202431a23c0df40a9a9f6cec61a2fa7db4 MD5sum: 05d9d247a849014e0d98139eeb9de40e Description: debug symbols for ros-jazzy-mola-gnss-to-markers Build-Ids: 8592727546cfd29174047130a78450c3a6f603ce Package: ros-jazzy-mola-gtsam-factors Version: 2.4.2-1noble.20260731.145904 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 467 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.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.2-1noble.20260731.145904_amd64.deb Size: 122988 SHA256: cc0b146ee841962def971e5511029d2312c3a0d7922bba416763a313990551bb SHA1: efb6ebfe50b5e0c1a18ef25b7e59b8799e980f01 MD5sum: eafe42aa7b79237f990024fd69a92b26 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.2-1noble.20260731.145904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 22692 Depends: ros-jazzy-mola-gtsam-factors (= 2.4.2-1noble.20260731.145904) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-gtsam-factors/ros-jazzy-mola-gtsam-factors-dbgsym_2.4.2-1noble.20260731.145904_amd64.deb Size: 22537960 SHA256: 6d860233eb84d1cbf3d59d858dc8ac81710455c0da4d8e492537a8d554d66979 SHA1: adb0582797bd018983bdd6258705ba87259adb0d MD5sum: b6c92bb8915ec37db775d8cbf697d33c Description: debug symbols for ros-jazzy-mola-gtsam-factors Build-Ids: 490d0fb4750948bf98d0051a196a5a199c8869ec Package: ros-jazzy-mola-imu-preintegration Version: 1.17.1-1noble.20260731.153422 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 267 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.17.1-1noble.20260731.153422_amd64.deb Size: 85676 SHA256: b42563c695dfc64d520c08a4ce38ee527943fec67e9a71bcdd822d42e714df4c SHA1: a1457ca9e85e281230b8915523cedbf159a8f736 MD5sum: c1b6da5f3ef85df50751046cc08bd1ee 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.17.1-1noble.20260731.153422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1249 Depends: ros-jazzy-mola-imu-preintegration (= 1.17.1-1noble.20260731.153422) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-imu-preintegration/ros-jazzy-mola-imu-preintegration-dbgsym_1.17.1-1noble.20260731.153422_amd64.deb Size: 1210846 SHA256: e047f79c29cc3671d2680c282464ac45beb9cd0e1957b1968389c2d5b8a62448 SHA1: 46340b48245408336d670a5ab1882543b6df1996 MD5sum: 2b4e3cd07f24a5143f2123980caaa639 Description: debug symbols for ros-jazzy-mola-imu-preintegration Build-Ids: 48458d9a0c72fe4a1b1fc2a17375dd085417a657 Package: ros-jazzy-mola-input-euroc-dataset Version: 3.0.0-2noble.20260731.160755 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 199 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.20260731.160755_amd64.deb Size: 63674 SHA256: 37d427de4235f508740bead3566bc7621adb9cdae022957c7047cfe09bbf3c07 SHA1: 0167d2cf39e72d7632fd18dfc60b02da81d53d17 MD5sum: 473a46769512b29f999483e2dbb8113c 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.20260731.160755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 636 Depends: ros-jazzy-mola-input-euroc-dataset (= 3.0.0-2noble.20260731.160755) 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.20260731.160755_amd64.deb Size: 604596 SHA256: 1b75c0b9de76fdb53f5017083add25e9415225e4550479f09e1fabb01f13ce30 SHA1: 835e9c06d454a87e0c756f6a613e661f84cc1966 MD5sum: e13ea4410de7ff79ebfefa2f37737b18 Description: debug symbols for ros-jazzy-mola-input-euroc-dataset Build-Ids: 4332dda715a1cc33b18a6776a87eb3f4981798d9 Package: ros-jazzy-mola-input-kitti-dataset Version: 3.0.0-2noble.20260731.160808 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 243 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.20260731.160808_amd64.deb Size: 82852 SHA256: 3d972e12fb9f6f82031635983dd3af06119d62f10c1024b1eeb865f1dfb01fce SHA1: 4ffa5e900b6c96e76995a3176d5ff8abe262398a MD5sum: 7bb9c613311b8e43ab251b97bcb350d2 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.20260731.160808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1214 Depends: ros-jazzy-mola-input-kitti-dataset (= 3.0.0-2noble.20260731.160808) 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.20260731.160808_amd64.deb Size: 1179794 SHA256: 09d6e9e699d3c410722c54b5f2a82860bb705cd380c636444a6cb0d5dde6adea SHA1: 6131ff97d3507b173de30f1cc65a02419ccb4948 MD5sum: 4312cc58f507d832d4cc493e5df9ddd9 Description: debug symbols for ros-jazzy-mola-input-kitti-dataset Build-Ids: 2fce59cc252575ebd5e203fd1f560d4ff3065cf9 Package: ros-jazzy-mola-input-kitti360-dataset Version: 3.0.0-2noble.20260731.160808 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 374 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.20260731.160808_amd64.deb Size: 127272 SHA256: 2c3a430fa33b2ddd46ce355c1568bc112a77c5c28e408b2bdcc2ad987615cc57 SHA1: d6d6425d7c0387931568841ff409a8084921bcc8 MD5sum: 6aae9f3e45a20dcaf4c73aec21c30f4f 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.20260731.160808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1864 Depends: ros-jazzy-mola-input-kitti360-dataset (= 3.0.0-2noble.20260731.160808) 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.20260731.160808_amd64.deb Size: 1812486 SHA256: 5ca2d2f6e188a8b2e4a5956f0ea6f2e522682432696cf3f0b0cd9a7c6b500f9b SHA1: e5d793825d760c4d2cea98f4f2c9fbc6571db8fa MD5sum: 0648aa108133108a1225c6d8022076bf Description: debug symbols for ros-jazzy-mola-input-kitti360-dataset Build-Ids: 6c56ee73e8bbe5ffd10e22bd6ec072c263e13713 Package: ros-jazzy-mola-input-lidar-bin-dataset Version: 3.0.0-1noble.20260731.160754 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 196 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_3.0.0-1noble.20260731.160754_amd64.deb Size: 61628 SHA256: 8bdb43eb44a5c9b8d39ec41c3abc381c91f2f6aa590b2d3868778bb9565b1030 SHA1: fdcbb06a92eff0cbb04e9cce6d3f481578de4e36 MD5sum: a3746297550aaf681d4e7950099f0434 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: 3.0.0-1noble.20260731.160754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 562 Depends: ros-jazzy-mola-input-lidar-bin-dataset (= 3.0.0-1noble.20260731.160754) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-lidar-bin-dataset/ros-jazzy-mola-input-lidar-bin-dataset-dbgsym_3.0.0-1noble.20260731.160754_amd64.deb Size: 531604 SHA256: 73190b35562da415d1642b0380ef7affec26ccbcf459984512e4459cd051527a SHA1: e3dd3d715f0c35ca60c3fb423e95483a648273a8 MD5sum: 50cf466fc6262b419208014702bac9f1 Description: debug symbols for ros-jazzy-mola-input-lidar-bin-dataset Build-Ids: 3c6a11ea6a7391f33331344c5bd944606ddbdbd7 Package: ros-jazzy-mola-input-mulran-dataset Version: 3.0.0-2noble.20260731.160807 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 236 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.20260731.160807_amd64.deb Size: 75870 SHA256: d38b67bca45c2727ddf18f8f491dd210025c3a6de62a032883dd73e385c77580 SHA1: eb2a23de2f03ee797b169dba28e05e347020af4a MD5sum: 6d1ef2e7b37e0e28174aabae678f72d5 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.20260731.160807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 929 Depends: ros-jazzy-mola-input-mulran-dataset (= 3.0.0-2noble.20260731.160807) 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.20260731.160807_amd64.deb Size: 887238 SHA256: e5a6316a66b62c15d92fb36b49f995ed294e93fea99eb24cce7f6f0742b9083d SHA1: 6c6d56072802da77e36b0b287150b23eafa3e8fa MD5sum: dfed0f4b811f536cf4fec6659687dfe6 Description: debug symbols for ros-jazzy-mola-input-mulran-dataset Build-Ids: af3e8de84cff7ed1b47cd1533a3d8c1b28817f86 Package: ros-jazzy-mola-input-ouster Version: 0.1.0-1noble.20260731.160811 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3005 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), 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.20260731.160811_amd64.deb Size: 997100 SHA256: 89d2352f1c8089df49fd65b73238d1ddba6eb4d2e2ae7db55b22285d93195188 SHA1: 775487f82e1456ca8a7907163d37a60952b50f4b MD5sum: 8b8a9e71a50d127a338b0bfb425b246d 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.20260731.160811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 30944 Depends: ros-jazzy-mola-input-ouster (= 0.1.0-1noble.20260731.160811) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-ouster/ros-jazzy-mola-input-ouster-dbgsym_0.1.0-1noble.20260731.160811_amd64.deb Size: 29972174 SHA256: 0665e072a0ff3b3f02ad7d2f70c3638f8753afcd5a78e5548b8d577ff9d65e92 SHA1: b53ee39a3ec4b21014f21809dafe20226e61f03e MD5sum: bd932b386ffbf9b5428ebc4740e72f8a Description: debug symbols for ros-jazzy-mola-input-ouster Build-Ids: 5d2e1b36c6b38ab60bef763855dddfe278f06cb6 Package: ros-jazzy-mola-input-paris-luco-dataset Version: 3.0.0-2noble.20260731.160832 Architecture: amd64 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.20260731.160832_amd64.deb Size: 68068 SHA256: 5a8f0ba6fc5157cab5913873da8e7f0182c268d95e0c5697aa471183a81d4619 SHA1: 119160eb11c6acce3b53ee37762a06f795ac586e MD5sum: 6e972e3795919f93bf24ed6c56000e21 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.20260731.160832 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 831 Depends: ros-jazzy-mola-input-paris-luco-dataset (= 3.0.0-2noble.20260731.160832) 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.20260731.160832_amd64.deb Size: 798404 SHA256: 5363ebfd19fc7b723c289e42a689a16f96a959d208d9379e33a698d6006cab03 SHA1: 7a3846a6eabb07c7f9bb889c24006f5ddc9a0895 MD5sum: e89a33c5b3646810a03ef4251e0a8494 Description: debug symbols for ros-jazzy-mola-input-paris-luco-dataset Build-Ids: 7b10ec19ab03eaf7ce2f77fb2fb66becb72eaa2d Package: ros-jazzy-mola-input-rawlog Version: 3.0.0-1noble.20260731.160805 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 194 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_3.0.0-1noble.20260731.160805_amd64.deb Size: 62210 SHA256: 1e37f6a262fa346eb7933d6dbd61117d659e2f8abecb7c014e98ed3b6efe48b4 SHA1: 9bf7695c9a3fccda71f94a3c3d9f584d180c99b2 MD5sum: a865c707153499dd7c2a3cdcdfba17e1 Description: Offline RawDataSource from MRPT rawlog datasets Package: ros-jazzy-mola-input-rawlog-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-rawlog Version: 3.0.0-1noble.20260731.160805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 564 Depends: ros-jazzy-mola-input-rawlog (= 3.0.0-1noble.20260731.160805) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-rawlog/ros-jazzy-mola-input-rawlog-dbgsym_3.0.0-1noble.20260731.160805_amd64.deb Size: 535118 SHA256: 775c68231df977a51086165196555988228a8b33bfbe91d290577a70c0710700 SHA1: 79b5d27bf08d74e19594d6d319d09ff57c0248bd MD5sum: c929275146dc69d42a272e7c13b4bb73 Description: debug symbols for ros-jazzy-mola-input-rawlog Build-Ids: c1ba2b3364ebfe3a590425cbe92ad7f38d4464a5 Package: ros-jazzy-mola-input-rosbag1 Version: 0.3.0-1noble.20260804.180845 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 926 Depends: libbz2-1.0, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liblz4-1 (>= 0.0~r113), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), 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, libboost-date-time-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-regex-dev, libbz2-dev, liblz4-dev, libopencv-dev, ros-jazzy-geometry-msgs, ros-jazzy-mola-common, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mola_input_ros1bag Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-rosbag1/ros-jazzy-mola-input-rosbag1_0.3.0-1noble.20260804.180845_amd64.deb Size: 293990 SHA256: 3d437d80dbbf86d5e2386ea88463ec1b621e884240dcbe3c1c1f0bb16418e1ee SHA1: aab3e830ec9c0f665f8d530da60814eeb0d96922 MD5sum: 796276d27c7fdfbc597184bb4268266e Description: MOLA DataSource from ROS1 bag files that does not need a ROS1 installation Package: ros-jazzy-mola-input-rosbag1-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-rosbag1 Version: 0.3.0-1noble.20260804.180845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5404 Depends: ros-jazzy-mola-input-rosbag1 (= 0.3.0-1noble.20260804.180845) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-rosbag1/ros-jazzy-mola-input-rosbag1-dbgsym_0.3.0-1noble.20260804.180845_amd64.deb Size: 5101860 SHA256: 1b1dea99b7be758bc35ab2f275552f46627df9aa59de90a4b8c71ddb2527988b SHA1: 5432c92f81f4a1246dcbfdd8a191bf39d4da3c83 MD5sum: e1bab29661281fd4e75c6e9d4d4c395c Description: debug symbols for ros-jazzy-mola-input-rosbag1 Build-Ids: 6222255824a6dcf7049609bbf24c75e97bddb27c c9fc1e78d611355486379a04737a6bdce585c76d Package: ros-jazzy-mola-input-rosbag2 Version: 3.0.0-1noble.20260804.182817 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 375 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_3.0.0-1noble.20260804.182817_amd64.deb Size: 127666 SHA256: b1f144998972b9bd91679bc963c258fbae92dfebcfe32f6a21c30035478fe251 SHA1: fada9c8936f9b2957af3f5d18612cc728692223f MD5sum: fcb87a1167431b3be1ee53a52d7f2873 Description: Offline RawDataSource from rosbag2 datasets Package: ros-jazzy-mola-input-rosbag2-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-input-rosbag2 Version: 3.0.0-1noble.20260804.182817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1691 Depends: ros-jazzy-mola-input-rosbag2 (= 3.0.0-1noble.20260804.182817) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-rosbag2/ros-jazzy-mola-input-rosbag2-dbgsym_3.0.0-1noble.20260804.182817_amd64.deb Size: 1620392 SHA256: 3a75ff4f93b8296e0c5fd9e57ab7ded658438692dafa55ee3f598f87aec32a2e SHA1: 6b177e85ae8b2c41137479acad9ce6e223432e65 MD5sum: 8c8a6e4ebb265179f077eec57947c817 Description: debug symbols for ros-jazzy-mola-input-rosbag2 Build-Ids: 26664bf55e92019439380661aa7f0d1daed47860 Package: ros-jazzy-mola-input-video Version: 3.0.0-1noble.20260731.164615 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 197 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_3.0.0-1noble.20260731.164615_amd64.deb Size: 63520 SHA256: 649cd8055201235352c2c8ea1c24465aac376c9981e218b73fe0de4be5603c67 SHA1: aa5d642d2526e2bf3149f2b0307f3f85dff8c8ff MD5sum: f8a237fde935e241cc7ce45b5f5b6f18 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: 3.0.0-1noble.20260731.164615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 687 Depends: ros-jazzy-mola-input-video (= 3.0.0-1noble.20260731.164615) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-input-video/ros-jazzy-mola-input-video-dbgsym_3.0.0-1noble.20260731.164615_amd64.deb Size: 659270 SHA256: 8947c0c5863ecb5b6b8db5d1f47a4c009939a401e74c03836f78973fee3b499b SHA1: 1e407af7fe84c04f7eb8c760e3b0cb3a265e3ebe MD5sum: f0d8cf4bd15296ac2d753c36c58a8eb2 Description: debug symbols for ros-jazzy-mola-input-video Build-Ids: 44085ac5063c7fe07a992136eec37a75a439ee66 Package: ros-jazzy-mola-kernel Version: 3.0.0-1noble.20260731.160118 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 403 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_3.0.0-1noble.20260731.160118_amd64.deb Size: 121924 SHA256: 070fe77cc11390c92975a9a44e4c7622956cfb440bb88312a82a276afd517501 SHA1: 8fedd65211288af9ea7e2502f02afe12f3cc04fa MD5sum: 0c3820b68b861719093ee4776b0fa7d7 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: 3.0.0-1noble.20260731.160118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1647 Depends: ros-jazzy-mola-kernel (= 3.0.0-1noble.20260731.160118) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-kernel/ros-jazzy-mola-kernel-dbgsym_3.0.0-1noble.20260731.160118_amd64.deb Size: 1584464 SHA256: 63937336fe241c43474cd1ce54739edf953ab648d91959c237bc4d71bf0fab81 SHA1: 5ca92f4f5260a3464bc3c70f14eb3e05f3b5eb52 MD5sum: 2ee9314e7c111a236b793c2dca7b5256 Description: debug symbols for ros-jazzy-mola-kernel Build-Ids: 45b625baec13e3a3fcd87292645f417d4435e40c Package: ros-jazzy-mola-launcher Version: 3.0.0-1noble.20260731.160754 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1214 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, libcli11-dev, 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_3.0.0-1noble.20260731.160754_amd64.deb Size: 238730 SHA256: 083d9601db8bee1aa084bb3a414c68d6a0ddbb661500f5ae95e864ecbb7f9c8a SHA1: ea15b6cc869a3956baf4586c1b2c1ca5f94c0aae MD5sum: a018094a31c81d1a22d27a0de25e5438 Description: Launcher app for MOLA systems Package: ros-jazzy-mola-launcher-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-launcher Version: 3.0.0-1noble.20260731.160754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3654 Depends: ros-jazzy-mola-launcher (= 3.0.0-1noble.20260731.160754) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-launcher/ros-jazzy-mola-launcher-dbgsym_3.0.0-1noble.20260731.160754_amd64.deb Size: 3454686 SHA256: 397a17fd7630236587952400e8962131c0c531484059c81efcbe58982528a59d SHA1: aaf7423733b44629f8016727156fe8c4fda1acf2 MD5sum: 0e6af25cfc588b2f6ed3bd7f7404ab74 Description: debug symbols for ros-jazzy-mola-launcher Build-Ids: 0a8abf174e888580f4e35b591b19ee20701845fb 3999d4840467a7f8f0f1b78bc015ea9c8249703b 8510a103af2fffa42fa742458f8f81c8d6ef4cf3 c85950071b384a3dc375d2855aa4ecf02d04d44f Package: ros-jazzy-mola-lidar-odometry Version: 3.0.0-1noble.20260804.192127 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1575 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-core, 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-mp2p-icp, 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_3.0.0-1noble.20260804.192127_amd64.deb Size: 445918 SHA256: 10ca948aa4cc0887ab0f76b8b0a74ccd056f60eb30d255a5d9c173acef13868b SHA1: 533de5bbc917105d0b49d96c868f3400af6b3cb9 MD5sum: 7adf2de62835e9913ba40bd90c9d9ec2 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: 3.0.0-1noble.20260804.192127 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10135 Depends: ros-jazzy-mola-lidar-odometry (= 3.0.0-1noble.20260804.192127) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-lidar-odometry/ros-jazzy-mola-lidar-odometry-dbgsym_3.0.0-1noble.20260804.192127_amd64.deb Size: 9894294 SHA256: fa8c4e1d65d6e1686b987517195d9f05fa2d7356af6a1da3ec9ba57b04aff4eb SHA1: ce8899929d6af213a15b54371d9d3ff4b6594fd6 MD5sum: 0ad080a6ed81cc9a62e214eacca6d0f3 Description: debug symbols for ros-jazzy-mola-lidar-odometry Build-Ids: 1be31858aa562923a6cc5178cb8bee1afed217f0 e87cb528599f92a43ea7de7c4f7210bf31cc2643 Package: ros-jazzy-mola-metric-maps Version: 3.0.0-1noble.20260731.164343 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2427 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-jazzy-mola-kernel, ros-jazzy-mp2p-icp-core, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, libcli11-dev, libtbb-dev, ros-jazzy-mola-common, ros-jazzy-mp2p-icp, 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_3.0.0-1noble.20260731.164343_amd64.deb Size: 567692 SHA256: d574527962825f8b64edae85ca4639a6f0fec00f25e47483a549bfb3b70eda2f SHA1: f385d36d4b440700e5d1ef00c46c5161cc69b473 MD5sum: eeb089f24fd9eb83d6be1d81f9c15131 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: 3.0.0-1noble.20260731.164343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 12854 Depends: ros-jazzy-mola-metric-maps (= 3.0.0-1noble.20260731.164343) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-metric-maps/ros-jazzy-mola-metric-maps-dbgsym_3.0.0-1noble.20260731.164343_amd64.deb Size: 12352328 SHA256: cc2cf2ab60edc9c6ae53846ae2c81cb28e1193eeb72074c2c05b7d10a481dd0a SHA1: 50818d4177357ac87e227eea6665e82b6d11a950 MD5sum: 5d273f1a9ac01491ac95cce1022e8c36 Description: debug symbols for ros-jazzy-mola-metric-maps Build-Ids: 39f6ed021c2e31059b049ef303d58ee839f617cb 529e65c816e2dfbf25bed5669f61ed0f5dee67b4 6576238d82fcefec18f717ce2c88e3efc40140ab e0ca671a585b76d3f3541e2a1c9ea4db9cacc78d f7e4f2882b2e3fe3d9a98300f7727fdd6bc2fc91 Package: ros-jazzy-mola-msgs Version: 3.0.0-1noble.20260717.232847 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2762 Depends: libc6 (>= 2.14), 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_3.0.0-1noble.20260717.232847_amd64.deb Size: 194378 SHA256: 2269413bb27b23b6cc2534712c001ad2823530941f239e074aac08ab29068321 SHA1: 4e6e9eb57f97177477b793100aa2b8275ac0660d MD5sum: 2edaee80b706c90c02b7cc24acab47fd 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: 3.0.0-1noble.20260717.232847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 1925 Depends: ros-jazzy-mola-msgs (= 3.0.0-1noble.20260717.232847) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-msgs/ros-jazzy-mola-msgs-dbgsym_3.0.0-1noble.20260717.232847_amd64.deb Size: 1497700 SHA256: 6acc93d25963b826e704d2b6b560a1036dfb68fddcc68b9735c90b0d5b5d4c6b SHA1: bd1e83c27c932b51dc5e2f56f4bdb912973d06fa MD5sum: cb8dd6768f7fbaaf07025fb0208a59de Description: debug symbols for ros-jazzy-mola-msgs Build-Ids: 07316c92f25dccc369fa05ccd1b6bc2dd811abf3 1061d4fcb00c669edbb446f6145cfa1c9c96f6d8 1be702b16471da025051cb61be793e6b5158f224 35eb61602813aace0e867a7d9ef07377f2e11f1a 5de00aba53e9222a3c719d5b55808d3449e16668 6ec4f9e5538ed5559148be42e4b8380abeeef134 7bfd763b39db7924e7669e30f9f3a25081d24a93 a5573b0212b710edd972ceac853cb02c9f2e6db8 bc3feaf7849a596246e6d7947618602b240221eb ed7d3be34a76510c13d2b75334bdd9a5d23a04da f9e9b29c27e761b9c73d9c0e07c0b50cbf8a63a0 Package: ros-jazzy-mola-pose-list Version: 3.0.0-1noble.20260731.160104 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 141 Depends: libc6 (>= 2.4), 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_3.0.0-1noble.20260731.160104_amd64.deb Size: 44502 SHA256: 57487ca5eb19ee6edac2900b014cdbf48f6e4d8044cbc099ca4481487b604478 SHA1: 5900465671326127cabcd94fdd5584f5fd19a078 MD5sum: cdee35dfd152e512da21a6976c30b33b Description: C++ library for searchable pose lists Package: ros-jazzy-mola-pose-list-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-pose-list Version: 3.0.0-1noble.20260731.160104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 432 Depends: ros-jazzy-mola-pose-list (= 3.0.0-1noble.20260731.160104) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-pose-list/ros-jazzy-mola-pose-list-dbgsym_3.0.0-1noble.20260731.160104_amd64.deb Size: 416104 SHA256: 78fb60df135ba1163730333297e6c0e4df1d09b21633cb0117dd9b192ebce39e SHA1: 9f60d8bcc311d5c431e92dd40b29d4b19bddc808 MD5sum: 3d03b9eddd3a5d1aa24703b72b0e16a8 Description: debug symbols for ros-jazzy-mola-pose-list Build-Ids: a90a453f3ca3fcabf643a1c61d9b0462f1936c25 Package: ros-jazzy-mola-relocalization Version: 3.0.0-1noble.20260731.164414 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 135 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mola-pose-list, ros-jazzy-mp2p-icp-core, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libposes, ros-jazzy-mola-common, ros-jazzy-mp2p-icp, 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_3.0.0-1noble.20260731.164414_amd64.deb Size: 41770 SHA256: f25c55048b265ee369f89e24c20edbdfc45981b8b3d4f383b00f65034dba10fe SHA1: 3234f42fb93e0a4f4889c74db398247c3a277e1e MD5sum: 3df94f3c524655ad1d4cdf9d9ce8971f 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: 3.0.0-1noble.20260731.164414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 789 Depends: ros-jazzy-mola-relocalization (= 3.0.0-1noble.20260731.164414) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-relocalization/ros-jazzy-mola-relocalization-dbgsym_3.0.0-1noble.20260731.164414_amd64.deb Size: 769014 SHA256: a23d5b34ab4e9bd56fed55e0b0e728c2a225cd143b1cac0db80add66516e7702 SHA1: 3ccc3439d95196d19a8ce3fa111b8c0d3151dd48 MD5sum: 4bac88359ad43a2448615cf8c90cc7da Description: debug symbols for ros-jazzy-mola-relocalization Build-Ids: 7ca5dc6db43f5866c3cc78f5d259f157e54a8dba Package: ros-jazzy-mola-sm-loop-closure Version: 1.2.2-1noble.20260731.165113 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1785 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-jazzy-gtsam, ros-jazzy-mola-georeferencing, ros-jazzy-mola-gtsam-factors, ros-jazzy-mola-pose-list, ros-jazzy-mola-relocalization, ros-jazzy-mola-yaml, ros-jazzy-mp2p-icp-core, 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-mp2p-icp, ros-jazzy-mrpt-libgui, 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-sm-loop-closure/ros-jazzy-mola-sm-loop-closure_1.2.2-1noble.20260731.165113_amd64.deb Size: 631156 SHA256: 03158dc9bb4fa7dc22cef94895453c98a017c898ec18fcb6138772ec969c6fc0 SHA1: 5262a56cbf3c9f31ab9175888404090e74c578f6 MD5sum: 02be3b0882452cfd257c1eea35b8d0da Description: Simplemap loop-closure postprocessing library and CLI tool Package: ros-jazzy-mola-sm-loop-closure-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-sm-loop-closure Version: 1.2.2-1noble.20260731.165113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 30282 Depends: ros-jazzy-mola-sm-loop-closure (= 1.2.2-1noble.20260731.165113) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-sm-loop-closure/ros-jazzy-mola-sm-loop-closure-dbgsym_1.2.2-1noble.20260731.165113_amd64.deb Size: 30180950 SHA256: 632147ba408d30090c5892e67bf3b9ce98223f9e986948f306ae0f7f2b213880 SHA1: f2dbdc887b41b19134d4c23fbb193d5ed711a192 MD5sum: 78fea3df49bb6784cde6dacc8ece85a4 Description: debug symbols for ros-jazzy-mola-sm-loop-closure Build-Ids: 327f0d8a0009fa1e84729a2543cb767fc46560bd 90af851a976d72bb50e6e30882f7bb89c3d1db5d Package: ros-jazzy-mola-state-estimation Version: 2.4.2-1noble.20260731.161931 Architecture: amd64 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.2-1noble.20260731.161931_amd64.deb Size: 6602 SHA256: 6ce9eca5b3c77a203c541647a1f115a1579fe99ca57b802a7efb9ddca8f4b3bc SHA1: ed695b3b9aa435e175810f0c3266ce359b06d2f4 MD5sum: 872df3fdba9418ca80eae0f99f76dd37 Description: Metapackage with all MOLA state estimation packages. Package: ros-jazzy-mola-state-estimation-simple Version: 2.4.2-1noble.20260731.160816 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 323 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.2-1noble.20260731.160816_amd64.deb Size: 111568 SHA256: 1210e45b89a2fb6904c3ca07a8f74ae96dd6d8dfd5fa981c81129c968b7e018f SHA1: d15497f816b3fd1cba142c9e6293189aaea9d7fa MD5sum: 9947bc62c7f4d7ece7982fb9a71c1b93 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.2-1noble.20260731.160816 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1238 Depends: ros-jazzy-mola-state-estimation-simple (= 2.4.2-1noble.20260731.160816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-state-estimation-simple/ros-jazzy-mola-state-estimation-simple-dbgsym_2.4.2-1noble.20260731.160816_amd64.deb Size: 1179926 SHA256: 9a1de693ba89ce94903f79886d2fd174eb8b225ce843c4c4339376b17739f2a7 SHA1: 30343437de62698903fb5d509d34741c2b7e0553 MD5sum: baa7cc083662d8c3b6602cd40332ff7a Description: debug symbols for ros-jazzy-mola-state-estimation-simple Build-Ids: 2569454d2c268b70681a3b1ae188b37641843b30 Package: ros-jazzy-mola-state-estimation-smoother Version: 2.4.2-1noble.20260731.161226 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 984 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.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.2-1noble.20260731.161226_amd64.deb Size: 298262 SHA256: abf9b7862c92615ed21559bc54a460c732b4cde2eb967c71365def081aa4978c SHA1: f0dadfc11524fe26fad18628897bd6cec6e1da46 MD5sum: cec6d45648a4c90d3a9f6e6997cda9fb 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.2-1noble.20260731.161226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10884 Depends: ros-jazzy-mola-state-estimation-smoother (= 2.4.2-1noble.20260731.161226) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-state-estimation-smoother/ros-jazzy-mola-state-estimation-smoother-dbgsym_2.4.2-1noble.20260731.161226_amd64.deb Size: 10735534 SHA256: e8b487b92164fba5c068f05e76cf41b572ea19532351885215aeb6459af4cfba SHA1: 11767c7d7180a27bd67f61fab9be9c1ede70d1bb MD5sum: d7cccfae33868d88a34808c4f5f550e6 Description: debug symbols for ros-jazzy-mola-state-estimation-smoother Build-Ids: 96f088b4bee9ed097fa818eeab74add25273ea98 a16a5c76d10194c7700606fe5e9a31550b12686b Package: ros-jazzy-mola-test-datasets Version: 0.5.0-1noble.20260618.173844 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 151660 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.5.0-1noble.20260618.173844_amd64.deb Size: 152839092 SHA256: 29e07ffe215d186660ec9401ad9f67b5b868ac548d4cbd84ef95206efd58ae31 SHA1: 6026b7eb33d4efd38665972dbe143f23f9a0a0c1 MD5sum: 3cdd91d0d3152947525d463b61d5f713 Description: Small SLAM dataset extracts used for demos or unit tests in the rest of MOLA packages Package: ros-jazzy-mola-traj-tools Version: 3.0.0-1noble.20260731.145910 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 119 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_3.0.0-1noble.20260731.145910_amd64.deb Size: 17912 SHA256: e4f4903bc33cabc8e40bb350a6a0af6a13e78a59bd0231e70bac377030f176c4 SHA1: 0ef01cb88b9fee03a06f48a72904333f5a99ad5b MD5sum: 62b9dd5e8e8983e5bbc239b01706b733 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: 3.0.0-1noble.20260731.145910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 559 Depends: ros-jazzy-mola-traj-tools (= 3.0.0-1noble.20260731.145910) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-traj-tools/ros-jazzy-mola-traj-tools-dbgsym_3.0.0-1noble.20260731.145910_amd64.deb Size: 431520 SHA256: 6774adca603f8c2b6c4a12d4b3866e2c1c3c903e7223018f702f157d35812cde SHA1: bc56301e5b4688073e2f46d9a2edb663b2683033 MD5sum: e18c1648313ae0c86b8eb174d150d133 Description: debug symbols for ros-jazzy-mola-traj-tools Build-Ids: 04275d03dbacb38b85e30df487cf27cace289491 14b704adb94bf1f83da0798ae772d7d69d4ae4ac 1f8e6c60dead1a28c9180b6a4a0bbf04c0c4149d 9032e9b70e0343bfbbc597b5198fb34e7967fb2e fe00136b9ac84644387584a743da43274d48aab1 Package: ros-jazzy-mola-viz Version: 3.0.0-1noble.20260731.160805 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 591 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_3.0.0-1noble.20260731.160805_amd64.deb Size: 196824 SHA256: 30ef2bdf6664a3fd83c2598801c04c21c6618667e33204fcc41b569a9990eb7e SHA1: b87e242147c63d6b1a2dfba061f93b688cb051e1 MD5sum: 92c8fbc9570acefd9300936dbe4d9e6f Description: GUI for MOLA Package: ros-jazzy-mola-viz-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-viz Version: 3.0.0-1noble.20260731.160805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3210 Depends: ros-jazzy-mola-viz (= 3.0.0-1noble.20260731.160805) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-viz/ros-jazzy-mola-viz-dbgsym_3.0.0-1noble.20260731.160805_amd64.deb Size: 3008676 SHA256: b6540a2cdfadd1346cf8836f9191eec156871eb0ee44dd921e6753717eef9909 SHA1: 3b1b4b48243f6286a3f564749b799dffa185ab51 MD5sum: c42f1a709f43df5934a7dbaf9774ca90 Description: debug symbols for ros-jazzy-mola-viz Build-Ids: 6a087d5e3a2ca983f6a035bdc4dbd1fa79075420 Package: ros-jazzy-mola-viz-imgui Version: 3.0.0-1noble.20260731.160808 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5742 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_3.0.0-1noble.20260731.160808_amd64.deb Size: 1174508 SHA256: 25d653e12011dfbca5c583da7713e7bbfb8eb04015b10b1ae4c5fac5cabd3355 SHA1: 4e207eb68faa1d5d44f1c6c28c109f3d12433de0 MD5sum: 6d2b4382d510d36522e7b1c64c61cb7e 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: 3.0.0-1noble.20260731.160808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13201 Depends: ros-jazzy-mola-viz-imgui (= 3.0.0-1noble.20260731.160808) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-viz-imgui/ros-jazzy-mola-viz-imgui-dbgsym_3.0.0-1noble.20260731.160808_amd64.deb Size: 12633030 SHA256: 51640fa68f3097b050307ecec2b9e18d90e70858cbb14c3f5be3d57ea58bb4da SHA1: 17e4fcd599bb7101a5cc7752acfdd7609c748539 MD5sum: a3159c27b5730ed5c154904279b782ae Description: debug symbols for ros-jazzy-mola-viz-imgui Build-Ids: 39a2e888271cf3ae94dce086704b457032a4aa38 Package: ros-jazzy-mola-yaml Version: 3.0.0-1noble.20260731.142104 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 168 Depends: libc6 (>= 2.14), 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_3.0.0-1noble.20260731.142104_amd64.deb Size: 53452 SHA256: 614b012236b444023bd1ea9e49ec45b627e34854673d2a224ae14f0bef148bc2 SHA1: 2cdcb1c7dd12b81940895b26c3e70dd8d96c5a15 MD5sum: 7c67e1797f1c8af14b5a7e31b7227134 Description: YAML helper library common to MOLA modules Package: ros-jazzy-mola-yaml-dbgsym Package-Type: ddeb Source: ros-jazzy-mola-yaml Version: 3.0.0-1noble.20260731.142104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 527 Depends: ros-jazzy-mola-yaml (= 3.0.0-1noble.20260731.142104) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mola-yaml/ros-jazzy-mola-yaml-dbgsym_3.0.0-1noble.20260731.142104_amd64.deb Size: 504650 SHA256: 4719f476e9c1b0c940f95807156e6e53b32229f844c65e2f9187cbaf1c3ef6da SHA1: f547297bd24c8f7d6886b4d2ccc962251641375f MD5sum: 9e74ccba8053d7488fe5b9e6452d13da Description: debug symbols for ros-jazzy-mola-yaml Build-Ids: 5b7dee52d32aaac490d62e31df51b1f39dac66a1 Package: ros-jazzy-motion-capture-tracking Version: 1.0.9-1noble.20260804.182830 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 2854 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 Homepage: https://index.ros.org/p/motion_capture_tracking/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-capture-tracking/ros-jazzy-motion-capture-tracking_1.0.9-1noble.20260804.182830_amd64.deb Size: 762036 SHA256: fab60cc6b54d2c8b28f10f6be3c77375095acc26260703fbcc128a57f8ea12ad SHA1: 1aab906da642e3cc9e0586eb902495cf72cc746b MD5sum: 5b4a3b7bd9f58621143d78d94b882f8b 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.9-1noble.20260804.182830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 13107 Depends: ros-jazzy-motion-capture-tracking (= 1.0.9-1noble.20260804.182830) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-capture-tracking/ros-jazzy-motion-capture-tracking-dbgsym_1.0.9-1noble.20260804.182830_amd64.deb Size: 12140296 SHA256: d9d3f55cc04799f193a0fbbf67cb03c65255c0c555acf26f81cb31aefb3ed6cc SHA1: d23d74561c3f91fe46235b353336d0b69a297d58 MD5sum: 2783c463466e2f6ee290e7078ab8630d Description: debug symbols for ros-jazzy-motion-capture-tracking Build-Ids: 4fc55844440e6f30efcc178d5efe47bfcff8e196 e1e8777bee8c91e438f35926ea749a3cdcbb3bad Package: ros-jazzy-motion-capture-tracking-interfaces Version: 1.0.9-1noble.20260630.081338 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 618 Depends: libc6 (>= 2.4), 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: https://index.ros.org/p/motion_capture_tracking_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-capture-tracking-interfaces/ros-jazzy-motion-capture-tracking-interfaces_1.0.9-1noble.20260630.081338_amd64.deb Size: 60306 SHA256: f0bb348557da3712f98f8f301352e5da2878f7a7fc7c7d23059f580c8b31dde8 SHA1: 2297004257771c7c265ce7e693a2f7202aa3304f MD5sum: 39f95f5945c98d38a83fca2245071f1b 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.9-1noble.20260630.081338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 434 Depends: ros-jazzy-motion-capture-tracking-interfaces (= 1.0.9-1noble.20260630.081338) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-capture-tracking-interfaces/ros-jazzy-motion-capture-tracking-interfaces-dbgsym_1.0.9-1noble.20260630.081338_amd64.deb Size: 317678 SHA256: 7162f24b193fa613d8ca1a18e9256b5e210c33660d078c203baed5440f53fbfb SHA1: 86de4160605e9728dfc443c6b275cd42bda2c481 MD5sum: c9f21da1bac03902bd7603782ef0999d Description: debug symbols for ros-jazzy-motion-capture-tracking-interfaces Build-Ids: 164dee570da51c4c22f34b87845f2fc9a6d8f061 3802a5c5bbf05fd0af5b898c4604f475d8ba55c4 38f725a35bf0e98f05afa8357346b818937fdc34 3c9c75a460175a15bec3cda85630cc12ab31fd4a 4c1f57f39e063879d1189780fad1e926d3b671ba 5f5c0418dd4c386541950883b248d30d4b73083a 798f54313cd756609433d4a2adda14bf3f55d51c 80e65214011de020d75c49230d25423d80fa5292 b6d5d3e809806f1013cf5f3f644e7188297c4b58 c9d47ba58eb4cb8bac9cd7d0e9c2508a84f21523 e17f53e7403f0023ea8d3eabd152966a81dea143 Package: ros-jazzy-motion-primitives-controllers Version: 4.41.0-1noble.20260725.082134 Architecture: amd64 Maintainer: "Bence Magyar" 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-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.41.0-1noble.20260725.082134_amd64.deb Size: 81384 SHA256: 416cf3ff882e497ac11ba3f4018fe0868569e1546562ab471ff40f341e7faddf SHA1: 81ed716dc3c16b51b83b5bbf4ae168ce0aae4b64 MD5sum: 3b088ab7a09e128d33fba6619f20da2b 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.41.0-1noble.20260725.082134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1280 Depends: ros-jazzy-motion-primitives-controllers (= 4.41.0-1noble.20260725.082134) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-motion-primitives-controllers/ros-jazzy-motion-primitives-controllers-dbgsym_4.41.0-1noble.20260725.082134_amd64.deb Size: 1179868 SHA256: a193e6132c47c5480ffec4e0b1b8656e00af4339cfa1998a9bd401aaec436d36 SHA1: f50d0697428a0144a18b2e4f115210b41059464d MD5sum: 71bd7ee5bfb56b037874cfca0b34c63f Description: debug symbols for ros-jazzy-motion-primitives-controllers Build-Ids: 4d18e6d4e7bcac1409cb8a49ca9f6bf5e73b240e Package: ros-jazzy-mouse-teleop Version: 2.0.0-1noble.20260615.143524 Architecture: amd64 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.20260615.143524_amd64.deb Size: 13284 SHA256: df232e64d7d2882954da159c7b8b8e507cb1f0c945afcaa4d118257625d14c53 SHA1: 5939a178a17920468090bdc4e8eba34d6e36e19e MD5sum: e6cecc081a0f8f48b194db98eecc0345 Description: A mouse teleop tool for holonomic mobile robots. Package: ros-jazzy-move-base-flex Version: 1.2.1-1noble.20260804.190021 Architecture: amd64 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.2.1-1noble.20260804.190021_amd64.deb Size: 6504 SHA256: fd67b95881b890d7b44d57d2b682fd44f4f29b8e72046d051844deaebb77954e SHA1: fec455c7f816a1e52c5eb8ca3916f8a702ebb519 MD5sum: a5aa597d779fce74e9c45127e7a86919 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.20260804.212848 Architecture: amd64 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.20260804.212848_amd64.deb Size: 7084 SHA256: 3eded17af5829b9895136a66e596e32ea03ab68c045582f67698b713e5acb610 SHA1: 4c0a17cd8e8a83410ef7d230556fd1e9875600f9 MD5sum: 2c044ab8363a014f34d07c0cd46fc673 Description: Meta package that contains all essential packages of MoveIt 2 Package: ros-jazzy-moveit-common Version: 2.12.4-1noble.20260225.235600 Architecture: amd64 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.20260225.235600_amd64.deb Size: 8956 SHA256: 0a91436221b184b883c9336e89f976c663f81268c56676f6a0f2d3cbf68da39d SHA1: 8b0da6db9010408ec3481c3f27bed5fde230ba6e MD5sum: f4370a3062c7f24f9ea39a291eb5e418 Description: Common support functionality used throughout MoveIt Package: ros-jazzy-moveit-configs-utils Version: 2.12.4-1noble.20260615.174305 Architecture: amd64 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.20260615.174305_amd64.deb Size: 29450 SHA256: 823653c1c25f40ced327b2e4e6dc343f0478293d05823c548af7eb9665580830 SHA1: a4d89088680670febc33aadb5553fd42508dd7df MD5sum: fc7b7ffb14fde8021026b206f8353d0b Description: Python library for loading moveit config parameters in launch files Package: ros-jazzy-moveit-core Version: 2.12.4-1noble.20260804.183801 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5719 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.20260804.183801_amd64.deb Size: 1385246 SHA256: 4c8ef6e3dd2f451158dc5222cc11f012308ac080a51c0aeadcecd2c36115d6ec SHA1: 66a518b9b52216bde1e81d5fe2098b836d0122b6 MD5sum: 0c20df658b080696d58ce708f2ac6ef2 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.20260804.183801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 79059 Depends: ros-jazzy-moveit-core (= 2.12.4-1noble.20260804.183801) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-core/ros-jazzy-moveit-core-dbgsym_2.12.4-1noble.20260804.183801_amd64.deb Size: 78772338 SHA256: c9259a08ec42c7f6e2116f9b3c32d79209e30a3c3076d26bb81ef9c09fe0ba01 SHA1: e6e73697d345c497c512b5fc2baddcb8fc83c49c MD5sum: d2657da6f10b2a93bff85a6792e3031a Description: debug symbols for ros-jazzy-moveit-core Build-Ids: 09f2461daf76209d8eeea40059f046d579272ee2 0afe5a93cf198a995bbea397fb665709da21fcd7 162044372a990bb4c5dac6d04f1aa29f729fc5dd 2712054c33abee7379200b1a45f07716dc76525c 32b386d0c70eaf28cefe722c12c2df73499e7fde 3575b373ae0d85beb3f4075e0ae9fa64521c3f66 40842abf037c020e70487bb991cf5008804c7e88 415d045bda7cae8fa42b8fb4e7ca551a311df144 42a3188de6d80894e04da1223ddde3020bebb800 5a2ac1018cde396a90608c3d996aeb4fb7c5cd8d 6b22d41189beaf57b71e94a23709600b0c1503f4 7d619036456a7957ec0d8c25e01dfb5334185ae5 8cfb6526851dea7251899143737418435cf6be5c 8e16f0377a60c164d74d068d79f1fa00d39fc55e a1ba162eec085555afd2319925cb691b0d27b9a0 a408f952d08059853e3529e8e102c7a639c2245f ae80e0756d2e55d5ece60cd503a907923a098ab3 ba1c96ecd89b1fdf59c836d31556c543e3818f4f bb565b8b17f6245d23f3cd6437ed8acad3656ea3 be6c560bb8b558ec10b44141244d6d0f018d18f4 c06571af85884c566d516bf8d6e3dab5386946f0 c416a6bf26992b2da7dfe12cfff8aa72ce129732 d49d4f242df38628aa99e01e291304c22f507a90 d80eca03d852bd178cc5acd089436102dfee170a db5e6fc1bc081b6a5743bcd2aa4fe21bde8fad7e ed3b798ba11a1c59a5e978bb0a8739b96f6fd7a7 fead064453fdb81635f95834135990b1e165e813 Package: ros-jazzy-moveit-hybrid-planning Version: 2.12.4-1noble.20260806.102403 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 2926 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.20260806.102403_amd64.deb Size: 567720 SHA256: a1cab42b70b830c820e200aeb7f0f4da031264c86abbb0e04d84d0a8fdd7b1c9 SHA1: 24742e3db92e5be016f0176af31a07508cc500a0 MD5sum: b049cc74401b82bcda9bb25b4ecc7fa5 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.20260806.102403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 21355 Depends: ros-jazzy-moveit-hybrid-planning (= 2.12.4-1noble.20260806.102403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-hybrid-planning/ros-jazzy-moveit-hybrid-planning-dbgsym_2.12.4-1noble.20260806.102403_amd64.deb Size: 20202586 SHA256: 1a75c598cec9fe69f39d282500c948826e99b9aefc5e3487a637e3f646da8164 SHA1: 5ffe14cdc1435385475773f4b92eb85535b273c7 MD5sum: d501edef1ded1ba618a7498743cadc7e Description: debug symbols for ros-jazzy-moveit-hybrid-planning Build-Ids: 247f178857a5cbb85164c7f1a8b650f01afe7f81 26c879fb32d32bbd8f0cfc5bebd042f12bf57e6e 272f86e638ea68af1ef6fc0aacd9a078c8311543 461cef5939a6e247951d54f76d1dc62f0d46b52d 4ff92d49c2c5547b090bd006913a2ba3edf80772 66dab5db735ea233d9b61e4dd1bab07930b6b403 6aa17a2040375f247e0a9e7db539427e9424b9f5 88e551466add4c1c6cfc10dee72ba578875052d2 f4ad06e8c88a484640c7613f87722b6058a1ecbb Package: ros-jazzy-moveit-kinematics Version: 2.12.4-1noble.20260804.193954 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 960 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.20260804.193954_amd64.deb Size: 242240 SHA256: fe07326f1daba55de8f8183cda5bd54a6f2e0d23a5a02f78b2e5a2f5413312c0 SHA1: 44a84ee9cbb37a3571fb5fa50f13e708ffc5adb5 MD5sum: dfc487524da7bba609fbc7d7a6a13aa6 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.20260804.193954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 9547 Depends: ros-jazzy-moveit-kinematics (= 2.12.4-1noble.20260804.193954) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-kinematics/ros-jazzy-moveit-kinematics-dbgsym_2.12.4-1noble.20260804.193954_amd64.deb Size: 9485904 SHA256: ecb985c38f0c437d96e6facea5d66a401fd0c040bed15fc978f934d376fbf944 SHA1: 22a4054b2a189a5dc88cc2a705138c67b603e9c7 MD5sum: 046260d3fd848d0d3c0c0c54da8ba661 Description: debug symbols for ros-jazzy-moveit-kinematics Build-Ids: 3bbcc7dfe645dce0235106ad63bdce322734bc93 68b0e33cdc2f7307aa1906d81ee337b275f43267 abc7a2cfe424e875de5c97bd9541fba8fbd125d8 c9a300b84608d9a2b0b691e0010e1cc915c9c8cd Package: ros-jazzy-moveit-msgs Version: 2.6.0-1noble.20260615.113802 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 34468 Depends: libc6 (>= 2.14), 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.20260615.113802_amd64.deb Size: 2000738 SHA256: 8e28f260a1d46b7c5cf0bbddbb373f5b59866ecfe2c13fafe3a9300b3a23be37 SHA1: fecf7ed7e05e1aec7116c3d65885d6dd0fef275f MD5sum: a8ac9a5ee5683a3b42c99524f03f420f 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.20260615.113802 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 29089 Depends: ros-jazzy-moveit-msgs (= 2.6.0-1noble.20260615.113802) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-msgs/ros-jazzy-moveit-msgs-dbgsym_2.6.0-1noble.20260615.113802_amd64.deb Size: 24610128 SHA256: 558cd7b01b919282ecb39f4fdf75afce7b7920c7938230765e46d05123093406 SHA1: 8997d0a5d80b3ae01c6cd675ca4164639acd5c83 MD5sum: 2c57012e39126b5e26106a1ccb41b1a8 Description: debug symbols for ros-jazzy-moveit-msgs Build-Ids: 05e3265af07e5b7ff63090c90ee1e49d8c292c11 3a00e96a78e49a59743b299eca143ab3c5102d67 4ccdbbaa8062b8cbb9ede9fa8f70c4f4d5ac2e5b 5889b3311a42114eb982a3ff6511775b56dba218 5ff2540c9dd973ff0314f2d38f202e830abb972a 6a2b42a37c2056b9b529f3d2e915ffa99fb56cc9 98b8bba57e32cca352cbfa3666f42487c3c4410b aae728f9dd7e74cba482638bac233b7c4ed158c1 c3fb41e1265f31eaf234894990e7bbef41f4e6a2 cc086dc2ca1fb9dfb0640fbf02695516e555ebb5 e1a54cf6bf7a7bf2e5e9f385408828dcb1c7fca4 Package: ros-jazzy-moveit-planners Version: 2.12.4-1noble.20260804.201657 Architecture: amd64 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.20260804.201657_amd64.deb Size: 6712 SHA256: e88fff8ec7cbb9917b1539c0bd9087fe807f9029a5f60db9fe0b940dff30da4a SHA1: c24db0301f5dd888de6fb34a993758699aecda2b MD5sum: dcb9712e305cdcd25bc2c04a23cc0386 Description: Meta package that installs all available planners for MoveIt Package: ros-jazzy-moveit-planners-chomp Version: 2.12.4-1noble.20260804.194632 Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan 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-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.20260804.194632_amd64.deb Size: 38100 SHA256: 4fbe51e1f946e2e5df0a7dfd6fd9e275b38448bd9ca7896fb25f59a8df8b3995 SHA1: 7584d06aaac3f6bd64a1551f2ec5e83f94b3e0e2 MD5sum: 91d6d570a632fee32221706e76c86aae 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.20260804.194632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 4724 Depends: ros-jazzy-moveit-planners-chomp (= 2.12.4-1noble.20260804.194632) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-chomp/ros-jazzy-moveit-planners-chomp-dbgsym_2.12.4-1noble.20260804.194632_amd64.deb Size: 4744862 SHA256: 046963f5bb1633f635a74ec0ec7b39433099fe2ff1f98d7d5117b5c5ac829cbb SHA1: 4ef085630f343fbf23cc71211a6581effd4a9386 MD5sum: a27e4a3bd4a9b7dc7f22d5c6957dc86c Description: debug symbols for ros-jazzy-moveit-planners-chomp Build-Ids: 067bbc2bc242eea6b5bd0a97c0cc053da9515c7d 67cac8b4a52136ef9f9cb09af384ec1c1abb3007 Package: ros-jazzy-moveit-planners-ompl Version: 2.12.4-1noble.20260804.193947 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 1589 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.20260804.193947_amd64.deb Size: 342668 SHA256: b9a3329f6e20bb0dd9d9c6d2a5b2065c25305461861abebbee7382d7f2bc5630 SHA1: fd677a885a39f7a815647e241265b06f4978a0fb MD5sum: f9688772465b975695d20eb4d7cd4eca 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.20260804.193947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 24408 Depends: ros-jazzy-moveit-planners-ompl (= 2.12.4-1noble.20260804.193947) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-ompl/ros-jazzy-moveit-planners-ompl-dbgsym_2.12.4-1noble.20260804.193947_amd64.deb Size: 23939910 SHA256: 6102db23eb801871ccf2e91a89b54298712084df77e4eb19cb02b532614925aa SHA1: e030a8063fca9e10a68092ae37ba0a56e74027b7 MD5sum: 542d6e71fbabc50e92f1e361d8fc534d Description: debug symbols for ros-jazzy-moveit-planners-ompl Build-Ids: 5f4e602867701ebd6b7daa0d832b80af4d2a65e0 c3e7b6531377421f0b71aa0d0b14f36a46d3f897 d8f58260b0802497311e23e45c817ff8a06bd42f Package: ros-jazzy-moveit-planners-stomp Version: 2.12.4-1noble.20260804.191539 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 444 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.20260804.191539_amd64.deb Size: 141582 SHA256: 69b3f2d439bf9337b86885ac63819f21b3e6a5b75ebbb93d34781a464ed6b366 SHA1: 7e3c3bd2ae553f7b6d8d5abeee731297ecd6238a MD5sum: 5e185fc4f531a29bbb55a19af6756462 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.20260804.191539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5569 Depends: ros-jazzy-moveit-planners-stomp (= 2.12.4-1noble.20260804.191539) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-planners-stomp/ros-jazzy-moveit-planners-stomp-dbgsym_2.12.4-1noble.20260804.191539_amd64.deb Size: 5495920 SHA256: 5b100c7e4646bb3ad9b4b4456211448f67fc5da1bfe27b4ce3c110a71eaf99b3 SHA1: 2714b6e1d5c5da39d28a984d81f614ef2d6b0733 MD5sum: e5ea41a4d27880f4ada00bea54674f46 Description: debug symbols for ros-jazzy-moveit-planners-stomp Build-Ids: 33f906c36ddeaa553a3394f1abbea7ba2a1525f9 Package: ros-jazzy-moveit-plugins Version: 2.12.4-1noble.20260804.194409 Architecture: amd64 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.20260804.194409_amd64.deb Size: 6372 SHA256: 1ad99faad74b9b60b3e7c9c56bca16c719d11b7a1e67f1faa2002c9df1e09064 SHA1: e3212723f1a994d7ad4765eccfc2b089d41b3227 MD5sum: cb413df6792a08caa8997bd39f94c96e Description: Metapackage for MoveIt plugins. Package: ros-jazzy-moveit-py Version: 2.12.4-1noble.20260804.201521 Architecture: amd64 Maintainer: Peter David Fagan Installed-Size: 1303 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.20260804.201521_amd64.deb Size: 356036 SHA256: 75888a15cef43634ffcaa26a3c643369ab728a77ba2cb13899d8c69e1864b3b2 SHA1: 0a0b3805f5ecae2ff3a498c188a1cea7febaf8b5 MD5sum: ca940a0ba20809f662634c063e602f17 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.20260804.201521 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Peter David Fagan Installed-Size: 1049 Depends: ros-jazzy-moveit-py (= 2.12.4-1noble.20260804.201521) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-py/ros-jazzy-moveit-py-dbgsym_2.12.4-1noble.20260804.201521_amd64.deb Size: 1015646 SHA256: 50c9775ae372a944ee2077e7f233f226397c079298ef8b37a65af819e267497e SHA1: 2600a06a19f28e1d4d90ceeb6e9461f9b9a4636f MD5sum: 7d358dd79b92a7ba493bde31581ac63d Description: debug symbols for ros-jazzy-moveit-py Build-Ids: b11c140b1619a8008725c85539b5d0bfb16a1440 Package: ros-jazzy-moveit-resources Version: 3.1.0-1noble.20260806.102107 Architecture: amd64 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.20260806.102107_amd64.deb Size: 5914 SHA256: 35cfe13c99e00f12b52e6fae218de7d956ad56d5fde55868826e64243afdd7bc SHA1: e7884bd964a128498d759674403e2f701ea99869 MD5sum: 8d03768e9c259e5d1f51dfdb5ea7290d Description: Resources used for MoveIt testing Package: ros-jazzy-moveit-resources-fanuc-description Version: 3.1.0-1noble.20260225.235704 Architecture: amd64 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.20260225.235704_amd64.deb Size: 127644 SHA256: 2940467b7add0ee10df3a56be43fcc59791cd3994bd6b39a6ce1d240f35d6236 SHA1: 31ecebe16ae6881b2c99df7f8cbc7a5ac2dbfa28 MD5sum: 50fd9c0d895fd0f8119a2266c2e4990f Description: Fanuc Resources used for MoveIt testing Package: ros-jazzy-moveit-resources-fanuc-moveit-config Version: 3.1.0-1noble.20260804.183434 Architecture: amd64 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.20260804.183434_amd64.deb Size: 15812 SHA256: ca0250c36640417ef91eaff1359126a1f9488f86cf51995a511b36f71f3127ca SHA1: 190dfb31d12fe0e07a65e97f198633eead592e08 MD5sum: ec2e12bcd1ca738933b733bad35ee3fc 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.20260225.235702 Architecture: amd64 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.20260225.235702_amd64.deb Size: 3089854 SHA256: e174771c311d3b8ea156eeb93e81c69965b5e6e2308a14f08e5f453b2532ef15 SHA1: b11b38501500f7c35002ed0fa013f8a6a6c9bc76 MD5sum: f36df0d06c3f5b45ab3a0c1fef348287 Description: panda Resources used for MoveIt testing Package: ros-jazzy-moveit-resources-panda-moveit-config Version: 3.1.0-1noble.20260806.095637 Architecture: amd64 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.20260806.095637_amd64.deb Size: 19908 SHA256: 1d1a16de585152445befd27c4e04611225f02bb8d70ddf5f2b01bd84cd8f6802 SHA1: 5d368c35965a5533f195c02c51ccacd46b148b16 MD5sum: 85727c91f4ac19aa58848f9451b7e057 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.20260225.235716 Architecture: amd64 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.20260225.235716_amd64.deb Size: 24348034 SHA256: 78e59d72cdda114018af17811834911956c80e51ee94cf6134e8cbe8cb37726c SHA1: 411dcb3c12ba7ca77fa29b195857e7fd9fd1d17d MD5sum: 47d995fb36c25c9bf92bb46f229f3a80 Description: PR2 Resources used for MoveIt! testing Package: ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.12.4-1noble.20260804.190551 Architecture: amd64 Maintainer: Alexander Gutenkunst Installed-Size: 483 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.20260804.190551_amd64.deb Size: 136930 SHA256: 2717c5df41c7e8b7f3436ab1c425fcddfb14acede22c968166e29459d2150732 SHA1: e10ae4e1350d671bbaf735fd887e06c4580a798f MD5sum: 63c928946bbc5900bde69148b3d4f080 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.20260804.190551 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alexander Gutenkunst Installed-Size: 2779 Depends: ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin (= 2.12.4-1noble.20260804.190551) 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.20260804.190551_amd64.deb Size: 2756034 SHA256: b38d251f738311688c883ebcd00888bfda4911a7deff8fcc8d0f6191fa882654 SHA1: d8b790fe52e55008c098c42d0f84858b1d55a1da MD5sum: e7c0a1ae9a8f07393bac0750b8fe2635 Description: debug symbols for ros-jazzy-moveit-resources-prbt-ikfast-manipulator-plugin Build-Ids: 3c8aaebd179f5b953167a96a6419c5a681fce873 Package: ros-jazzy-moveit-resources-prbt-moveit-config Version: 2.12.4-1noble.20260804.200514 Architecture: amd64 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.20260804.200514_amd64.deb Size: 14874 SHA256: 1eedd7fa6bc078c587847002d10975640c0f03fcffc7dccf9a04e0dbf0716b3e SHA1: 16d98ace39ca1675648914b60d4247830fa3f86a MD5sum: da588dc25eb3f3195f56ce52edcd304f 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.20260804.200627 Architecture: amd64 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.20260804.200627_amd64.deb Size: 159710 SHA256: aed3b680d4eff0e523280d71df912f052f296b9b7599c1a0a788d5271f222c14 SHA1: d3c903e30f9f58e22109fdc9970ce7bd9c6a97f8 MD5sum: 6442ea3eaf367befd72c6f80980bfba6 Description: PRBT support for Schunk pg70 gripper. Package: ros-jazzy-moveit-resources-prbt-support Version: 2.12.4-1noble.20260519.011344 Architecture: amd64 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.011344_amd64.deb Size: 760506 SHA256: 2e01afe211d1de800b3db37646687c6b2c679b24e82c1c3340003a67627d5d43 SHA1: 357ad7d63f083440f15b5b0daa3658ec1db4a7b2 MD5sum: 7d7652fc65cf8cb70b6ddf0ec80ff6ed Description: Mechanical, kinematic and visual description of the Pilz light weight arm PRBT. Package: ros-jazzy-moveit-ros Version: 2.12.4-1noble.20260804.204545 Architecture: amd64 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.20260804.204545_amd64.deb Size: 6774 SHA256: dd67190a04fe1d1600ffc2a452748b8e1df42e5dfaf8add56a466911c010868a SHA1: cc6d33279e89707121577019b0b3c571f5b47825 MD5sum: a6531e638634e2e6fe1b093a193686c8 Description: Components of MoveIt that use ROS Package: ros-jazzy-moveit-ros-benchmarks Version: 2.12.4-1noble.20260804.195124 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 652 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.20260804.195124_amd64.deb Size: 204014 SHA256: 076dd61d6d0fdf62a61a2eaf64442f3421f81cb312332c053d3d48f1d899c4e3 SHA1: 3e2cd1dcf8b51850d8c69ee09272886038e2ce18 MD5sum: 0d13bc5e82d01f220df902b9caca0218 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.20260804.195124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 6980 Depends: ros-jazzy-moveit-ros-benchmarks (= 2.12.4-1noble.20260804.195124) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-benchmarks/ros-jazzy-moveit-ros-benchmarks-dbgsym_2.12.4-1noble.20260804.195124_amd64.deb Size: 6907350 SHA256: a1ef816b6ed02c3e1143d58864912424340694de8916667e7775b82e592a399d SHA1: 95b4daf748b61654c4f84d9a5ae888406f8af920 MD5sum: 6b565340a164d71777f22816e4b71327 Description: debug symbols for ros-jazzy-moveit-ros-benchmarks Build-Ids: 8bdd65e3341224ab667b5dcd4dc6369a326e7826 8dc1e1479afe1895150b4bbc45adddafc3750695 Package: ros-jazzy-moveit-ros-control-interface Version: 2.12.4-1noble.20260804.193943 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 961 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.20260804.193943_amd64.deb Size: 230832 SHA256: db24669eda1c07ec33c6b507e9d77eced835dfa47e2143641f73b82e94385803 SHA1: 4747ba5c9216c0ea22c54e6568d9750cf0f556c2 MD5sum: 5c53c1eaea051ef38ffd445a13935fb1 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.20260804.193943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 4989 Depends: ros-jazzy-moveit-ros-control-interface (= 2.12.4-1noble.20260804.193943) 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.20260804.193943_amd64.deb Size: 4654392 SHA256: c4bc5cb636458b56f46d022d3e21e024dec56d64284a46283a33f3630b4b10fd SHA1: 7d3d58cf7c8481bddebd250fe823d5070b1939e6 MD5sum: 0c7094503aec55a06ab17af1e4dfe860 Description: debug symbols for ros-jazzy-moveit-ros-control-interface Build-Ids: 46a9e9c987108098907f12423402ea5a28d51855 5330be3c76d09e1683f8c8fbf725ab16eecd4654 8035ce887b73edbeb3555b5337a22243de646e7e c5006ee9428278b402b1cae2e6e1212e1fde33a7 cd0d7e1a4969397e72596a3ed2253e147975b4bd Package: ros-jazzy-moveit-ros-move-group Version: 2.12.4-1noble.20260804.194922 Architecture: amd64 Maintainer: Michael Görner Installed-Size: 1568 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.20260804.194922_amd64.deb Size: 404702 SHA256: 0828709898a2ac61ecc9dfd1fede1c9910ed0500bc27d82d3e7155ce69c73a9b SHA1: 982a52771e8acecbe3dad60f568ca3831ad62826 MD5sum: 02d0ed3dbb998eee0f3b73d2b261cdd3 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.20260804.194922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Görner Installed-Size: 28648 Depends: ros-jazzy-moveit-ros-move-group (= 2.12.4-1noble.20260804.194922) 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.20260804.194922_amd64.deb Size: 28271486 SHA256: ef6a8e159c263478a72f63e7ce480d55dccb82059e1cac49fe7db48ba69bc04e SHA1: e81ee43ca70ed11a2b87229029b0cb39cade7a4b MD5sum: 0ba717df6e37d6dd66f34239bcbbe9a4 Description: debug symbols for ros-jazzy-moveit-ros-move-group Build-Ids: 5ab90923058498e70b2b3fc07639598467e42108 87260ffead15e77c3369d2bbb547ced4d2f53a18 e264aaf5ceb5bfdd3f08b7e2f0a578c7c1bb4651 f3c033948e420a3d1ac74eab13f9e38d541cd6c5 Package: ros-jazzy-moveit-ros-occupancy-map-monitor Version: 2.12.4-1noble.20260804.190611 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 1002 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.20260804.190611_amd64.deb Size: 258284 SHA256: 299d86aa1ee53e92da6ebdd3ceb583e618e2e47578536a367cde87baa8b83181 SHA1: 03500e5b8a80a65f6352b454d88734dfc238451a MD5sum: ad67419f1f03e80d9a756cc01cf3ffa3 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.20260804.190611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5249 Depends: ros-jazzy-moveit-ros-occupancy-map-monitor (= 2.12.4-1noble.20260804.190611) 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.20260804.190611_amd64.deb Size: 4784994 SHA256: f7101262b9fe41cdc0ef873db4e4ac2e024b9bf3ea03f6310efa5705d47a4528 SHA1: 58482eb5710b47b62952097b9633b96e9adbdf46 MD5sum: d1555eaba7df1f5aa1919852af82eca5 Description: debug symbols for ros-jazzy-moveit-ros-occupancy-map-monitor Build-Ids: 457c3d172a7f468399053d12eae5644202c47229 ccd6757a3c1eeff2047ad0ddb6c27bbbb62b9a5f Package: ros-jazzy-moveit-ros-perception Version: 2.12.4-1noble.20260804.193949 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 1818 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.20260804.193949_amd64.deb Size: 390324 SHA256: 135f621b5bb742a789c760cef10c4d9d307c309ceb981e4d3d9f1a1a1f47430e SHA1: b93d9a85bd25bb8e7fb9951d3ff61d9423e709a0 MD5sum: 920f8d800a50cbbd135f1d58e6a7d2cd 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.20260804.193949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 10926 Depends: ros-jazzy-moveit-ros-perception (= 2.12.4-1noble.20260804.193949) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-perception/ros-jazzy-moveit-ros-perception-dbgsym_2.12.4-1noble.20260804.193949_amd64.deb Size: 10094436 SHA256: 37a7d5c58bac9df3239577da06dc5915bd94211385239df656b065bd209ef7c6 SHA1: 08407ecbb8a660cd88be2e00d44c6083d8fcf661 MD5sum: c9f66a877717d36189f7e4e5bc588e56 Description: debug symbols for ros-jazzy-moveit-ros-perception Build-Ids: 0433a77b98e1f947bd2aabf86abb02383fa5ac5f 195319f12ad3555ae3d51758774f3885a97eec72 2507d2b3e5d53072f4af962c200dc709190af390 482dec21c5f4e631c989ac24cdf5049be37aa609 8c891b212d3da1e942a1633c26f471ec9d3f301d f715505163103ed30a94b81af68bd2fcfb517f00 fc573c70b24d3f191b09a6c23f18c006120e81e7 fde914aeb42283f9b9ab43c7ecca092f4fb292e8 Package: ros-jazzy-moveit-ros-planning Version: 2.12.4-1noble.20260804.191523 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 6624 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.20260804.191523_amd64.deb Size: 1235786 SHA256: 7d55f0e4720bc2777beda97517084a67585c13a72b997104d97ff2b9f66c5f64 SHA1: 59aaf1087a749c8c8a6c655649144a51ef4d1111 MD5sum: 2a0d7d7df0fad68357a623ee800b6738 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.20260804.191523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 71508 Depends: ros-jazzy-moveit-ros-planning (= 2.12.4-1noble.20260804.191523) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-planning/ros-jazzy-moveit-ros-planning-dbgsym_2.12.4-1noble.20260804.191523_amd64.deb Size: 68829236 SHA256: bedbd54138e351ebddfdb2dd387f6cdd860af465ca28ff1c020d0fa9dd4fb81f SHA1: 6c3dd8e840118d9906f12c1e4c0754afaa622e17 MD5sum: b36db60d7dfa2ee299f550bb1cd4a7bb Description: debug symbols for ros-jazzy-moveit-ros-planning Build-Ids: 1daaae7032b62d218547157175f7fe9ce443aff5 3d1cc9f6a9f55541296a51efc976910635f35ddc 40cc81cbbce71769afb981abdcde05f47f600358 4e1d28c93be6e07deb78c48d0859f9113a4bbbfc 734b85da528416cad8096350e78a4b231a81ef00 7c20516f59b7a02777bfd4e04170c5d2f721c393 814be6439a2d0fd4d2e58ba6ba17c83e269c24d4 92b12cdd739f368eb6a3c51d6c71d3a660529c39 96c2c715cd4e9a4d36815a78717a81bedb45edd3 9ce5d2936a24e869c792a8e7d4204d3d84c9a740 a782df5b63e9b93d8d627120b6fd5f3c309b3c26 b081e940a72b9e51b02a2669d2d1bdded79d563e c27f304565269a3c9dd4058089117f2649c251cc cde5d45b0d98bb3f8ea774ac87c34ea3dd63108c cff6d12fa0f12f02504f17a0de19078323f2b399 d2e844349d41a0f986d6bc6320058f7e65801157 d49a6ac98e4b34e43eddaa007b8953e1e5a8e709 ddd0378e950dccdcfef1feba6b2337c60ce12419 e052612ff3e36629960143e700b3a89c92a4cda0 e4cca43a2345246e16c156be5776875be714a348 e8f06936407bf6c31d5ab78d1349c1a5bdcd1cf4 f780e06866ab0360f5ae60e4d3ff0742187a8757 Package: ros-jazzy-moveit-ros-planning-interface Version: 2.12.4-1noble.20260804.200459 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 1093 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.20260804.200459_amd64.deb Size: 274508 SHA256: 786a8c74d1bfb175f606d5dd80716421445c98e66ad2777180147bc519753066 SHA1: 01ae93167a0899b5de9c13877b13b47211b93f51 MD5sum: bcddef905e4f8fd5805cb06e72e1973c 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.20260804.200459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 10095 Depends: ros-jazzy-moveit-ros-planning-interface (= 2.12.4-1noble.20260804.200459) 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.20260804.200459_amd64.deb Size: 9780142 SHA256: c085b2939d2b628b3a51c06ffb39267f49bbb93278836cd933da23f04f31eeed SHA1: 020342e50566480db22f85684e1c134ea9d95df9 MD5sum: a2ff70c723b0153e59f4ab48a4152a7d Description: debug symbols for ros-jazzy-moveit-ros-planning-interface Build-Ids: 51b1d83263fea27ad18477a74c175c6bc142ecc3 56d95d378a862de9dc4f28b96776bd7721632031 e6e84f555a683250c92f7364ba5c8748009f6137 Package: ros-jazzy-moveit-ros-robot-interaction Version: 2.12.4-1noble.20260804.193949 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 742 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.20260804.193949_amd64.deb Size: 170990 SHA256: 679ba7650b0d252a6348269155da9cbb39ee8ce79353d66c9635ed112f400328 SHA1: a767ce9c96d768b3402c34a8e65f3f0045bb2bdc MD5sum: 11e6af8de97ae3bda5b346d38deabd0c 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.20260804.193949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 7028 Depends: ros-jazzy-moveit-ros-robot-interaction (= 2.12.4-1noble.20260804.193949) 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.20260804.193949_amd64.deb Size: 6733806 SHA256: dff5d61a87e5905d4680e86de381d015b89473d693d1ec0ce5627d9a5e0e9d71 SHA1: a79d0208cbe9ee8af060e75e6d844a5bdc747ed4 MD5sum: cc96f8cd95249fff4073e3e4cc4cd844 Description: debug symbols for ros-jazzy-moveit-ros-robot-interaction Build-Ids: 0143d730623232c096fbc57ca6d0905f36d9019d Package: ros-jazzy-moveit-ros-tests Version: 2.12.4-1noble.20260615.161202 Architecture: amd64 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.20260615.161202_amd64.deb Size: 2000 SHA256: 7913c27b1c7be286f6de66dce25484661d0617d73b3041e93cd0b7d02b665838 SHA1: 047ee1759886a1532fcaafd8136dbc91595ae73d MD5sum: 144e482b8adae44aea03a7c5df7f6b85 Description: Integration tests for moveit_ros Package: ros-jazzy-moveit-ros-trajectory-cache Version: 2.12.4-1noble.20260804.204648 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 683 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.20260804.204648_amd64.deb Size: 148940 SHA256: 834d6994423b4464608c76c966f678c95b59cf0a58cefb046493d33c2cb295c8 SHA1: 516d2edb08bb8e3c6af52a2e51d9c50c57876b06 MD5sum: bc97aa921a367fd6ded9e9a61f84c432 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.20260804.204648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 8287 Depends: ros-jazzy-moveit-ros-trajectory-cache (= 2.12.4-1noble.20260804.204648) 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.20260804.204648_amd64.deb Size: 8212394 SHA256: c64f6a8490ffea0f2ef5da68655f939113d19d3e82caadeac156df24cce003f2 SHA1: f2416a98c5b7481f13261becaf3a319fcd1c363c MD5sum: 328adc17a601cdbe4e658e41b8c545b9 Description: debug symbols for ros-jazzy-moveit-ros-trajectory-cache Build-Ids: 61becf8a4d9955f8d96a229a1b55739c3c24cc8a 77b3505cb02204de5d809c9bcdb05652fb48d336 8e3dc7b87ffb4ca6306c32d51379a712a3b66899 d1d2478f37e62029b126b42c61dd935a9e76876f Package: ros-jazzy-moveit-ros-visualization Version: 2.12.4-1noble.20260804.202021 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 3663 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.15.1), 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.20260804.202021_amd64.deb Size: 713580 SHA256: fc6530c459ed4a958d1c9df832e4a0d3f84f2a80400c8d8cbf4c10deff8ddc2c SHA1: 8beae26b937332077ee89c28d2c1f79e28a10cfe MD5sum: baa762b3cf69fea3a6c1a23e7d115939 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.20260804.202021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 42836 Depends: ros-jazzy-moveit-ros-visualization (= 2.12.4-1noble.20260804.202021) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-visualization/ros-jazzy-moveit-ros-visualization-dbgsym_2.12.4-1noble.20260804.202021_amd64.deb Size: 40955570 SHA256: 6e2ab5b5e83369e15afab18f7d89a05aefeaec8180451b29dc1b698128e4dfc8 SHA1: 4bb65c9611d3e20b2064897150e850daba61c0ef MD5sum: 544e952741adac2a6903547e814f3779 Description: debug symbols for ros-jazzy-moveit-ros-visualization Build-Ids: 1de4673c6c75c66ad6f342043b45759e7cbd773a 41078595bc2de0cb35bb177cfce1063b2e282fc9 45b495b34dab7cb1550e92a4ea729b3cfc0aef14 59665b2e216366c9b00e49789e53009827112bec 689f3c85b0a9c7fd535f799a4ea5bc5ff4b597b7 722dd85cd22db3692ca52c6e60678b3891ef933c a71b62a103cb33648925b58b145017a26b62ed8b bbfa445197bdc43260a387326ff2c68314c33f19 fc74240de5fe259005d8a48b5ca92b96d6a5ce12 Package: ros-jazzy-moveit-ros-warehouse Version: 2.12.4-1noble.20260804.194004 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 2472 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.20260804.194004_amd64.deb Size: 501806 SHA256: f2c230ae07904f3ca99afb05ef3ff8e06d6de729be3c122868be7d27c8161e6e SHA1: 5637da06a20fc788a3b5c67623221c4ad01b0ad5 MD5sum: f2588fc751918939371b142ae7557d2d 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.20260804.194004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 20381 Depends: ros-jazzy-moveit-ros-warehouse (= 2.12.4-1noble.20260804.194004) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-ros-warehouse/ros-jazzy-moveit-ros-warehouse-dbgsym_2.12.4-1noble.20260804.194004_amd64.deb Size: 19105456 SHA256: b5bc0ca8487c3c0406fa2e875f6d1a40aa3c44dac8f60876bec3cb8e0fed9721 SHA1: ead019ddead0c3a8e6a0dcc29387a8e9bf494acf MD5sum: 9f86439b441f11fe68195f50a10f2547 Description: debug symbols for ros-jazzy-moveit-ros-warehouse Build-Ids: 0cae322b4d6799590622c76c1f69f6dfb4f18fb5 0f294365a51eaed3631f744f32ffccbca05fb55a 29a0e99ae6ba5b14d7c8cbcfe77af3c5e89e725a 4628a708c346525cd0835de1816f65395e000376 d5373ac09eef2e7ae58cd867b49084fbc0aa6aec dcd3612f19884ca5f2b487ac4ee86aa38e4d12af f60f7890c66f3e1dae1e041c2007b8980c14397e Package: ros-jazzy-moveit-runtime Version: 2.12.4-1noble.20260804.201807 Architecture: amd64 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.20260804.201807_amd64.deb Size: 6536 SHA256: 458606d7348819c6418d24a251836e272a12e09a500648630e8e1b670315d949 SHA1: 08296a8d15670eccbd815cbfdef4aa5e4ad1d4f8 MD5sum: 2b4208afa8d5603f126703c724e3f33e 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.20260804.204431 Architecture: amd64 Maintainer: Blake Anderson Installed-Size: 3358 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.20260804.204431_amd64.deb Size: 674656 SHA256: 42520664ab331bd52e7864c232bb0113b7628da21e1c51799fd4aa6388b45ea2 SHA1: 2082e66d4069a3628d56adbf91f188412caf455c MD5sum: bd84e3ba5cfb31639418dd0d22c2e1ba 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.20260804.204431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Blake Anderson Installed-Size: 31592 Depends: ros-jazzy-moveit-servo (= 2.12.4-1noble.20260804.204431) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-servo/ros-jazzy-moveit-servo-dbgsym_2.12.4-1noble.20260804.204431_amd64.deb Size: 30504042 SHA256: cec4ce24d4bd2de2bb8c5ebd784ee59eae6b1e7ac3369b2dac4d1eb231ad84f7 SHA1: 3cdcc1c63338005c2a8de911f3f8287b7410fb8a MD5sum: 64175e37d0c22868162c269f17568000 Description: debug symbols for ros-jazzy-moveit-servo Build-Ids: 31f20f91123c95cb375a2aba3b23fa6a8282b168 40dcbb559708a8ba2bfedfb7cf3d82a4730f4f94 7bb07d60645dd76dd07e74c422dcbfc70aa51e5b 81ad2136b62584a60d67c26aa03c197357e6afde b0bde16f056ef9951be5761d111ce956ac9ed0e3 ba2d18c179009187c5c2ff1e9aa6404956a30d6e dea032919f4861a0bed10838d6b1dae2a9ff389c Package: ros-jazzy-moveit-setup-app-plugins Version: 2.12.4-1noble.20260804.205810 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 297 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), 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), 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.20260804.205810_amd64.deb Size: 73206 SHA256: 687780b8cfb649509675fbf662b4fd1794e6b908024993b8525afe0e9024558f SHA1: e22c5d87a3a662b886d842debdf13d11613fb067 MD5sum: 562ff1a140809d083fb56dbeeea3ceeb 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.20260804.205810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3996 Depends: ros-jazzy-moveit-setup-app-plugins (= 2.12.4-1noble.20260804.205810) 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.20260804.205810_amd64.deb Size: 3977082 SHA256: c4920172c9f7ada75d89155125e719cfb3ef8e622a185f7ae0bbeebce8ce5ead SHA1: c2b48dcc01e53743691a6432a5157db59418a6d8 MD5sum: bae7c8723d0b161623d1ea18634fab89 Description: debug symbols for ros-jazzy-moveit-setup-app-plugins Build-Ids: 418917e19e057650a613452a97ba93d7cb9ee542 Package: ros-jazzy-moveit-setup-assistant Version: 2.12.4-1noble.20260804.211907 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 880 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.15.1), 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.20260804.211907_amd64.deb Size: 287930 SHA256: a0973e1b714ea354680696ac62d2e8cd4e528b8afd3c8862e9fc402071b6150d SHA1: a7f9b53681589a8c379222d995ec8d2f675c0efe MD5sum: 91db37c18190d0de91538ad921f03697 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.20260804.211907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 7503 Depends: ros-jazzy-moveit-setup-assistant (= 2.12.4-1noble.20260804.211907) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-assistant/ros-jazzy-moveit-setup-assistant-dbgsym_2.12.4-1noble.20260804.211907_amd64.deb Size: 7342480 SHA256: 225672bcd4c5fd2fff1d95d9c0a1d8f3f80ac589573f1d6068672cd58949370a SHA1: a0e1c4ec1a1c9d96d66e473bb959c8cc289c2790 MD5sum: 86ead61fb8c9df162a71d2f191e9943c Description: debug symbols for ros-jazzy-moveit-setup-assistant Build-Ids: 396de2dddddfbc5864feeb903bfffdfac260c8d9 eb15570a2c0ba2275539292e0dfafcea466accae Package: ros-jazzy-moveit-setup-controllers Version: 2.12.4-1noble.20260804.205831 Architecture: amd64 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.15.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-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.20260804.205831_amd64.deb Size: 167386 SHA256: b0ee4b003bee82f8981aaac9a7e15e27533440b70a6c4d5658bf4ea944173f05 SHA1: a3446d8baedc535a269a01ed481271d6ff535c89 MD5sum: a372f8eb2b329e0b475a5e3d161a0bc5 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.20260804.205831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 11711 Depends: ros-jazzy-moveit-setup-controllers (= 2.12.4-1noble.20260804.205831) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-controllers/ros-jazzy-moveit-setup-controllers-dbgsym_2.12.4-1noble.20260804.205831_amd64.deb Size: 11663848 SHA256: 5d3de03043d0668a2df2a493bbe21ce58bc62712167a1e4e85c5d989bd362059 SHA1: 31db82e12abbf72fd778fb39997b4bf08664f9ee MD5sum: 4712100f1df54be74a7167f8ce20576d Description: debug symbols for ros-jazzy-moveit-setup-controllers Build-Ids: 81ed1c8859b6565f045589c04002f18601fff8b3 Package: ros-jazzy-moveit-setup-core-plugins Version: 2.12.4-1noble.20260804.205819 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 269 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), 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), 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.20260804.205819_amd64.deb Size: 64582 SHA256: 2620f9b0cc75f8fb6339f7c06dfd25472a15a116dc7f8f5c1080a1bd90d65f7b SHA1: 38c2536ce2ca836d94743d63bfd2b4cf6ad46bba MD5sum: 2e758d33cc174dfdf058f2f0411eebd7 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.20260804.205819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 5869 Depends: ros-jazzy-moveit-setup-core-plugins (= 2.12.4-1noble.20260804.205819) 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.20260804.205819_amd64.deb Size: 5881482 SHA256: 5f2a2c4402c3b3455701164eddd87c249d0b5a43edd5d7f992edf93472f8efb2 SHA1: ca6ed06008afea567abaafe9915d98f1f0163868 MD5sum: 53fd48474dbd87ba547c9250b87d31d8 Description: debug symbols for ros-jazzy-moveit-setup-core-plugins Build-Ids: b77ea694b8d79d735a16a8a2cac1ffe09e8d0c9a Package: ros-jazzy-moveit-setup-framework Version: 2.12.4-1noble.20260804.204742 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 728 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), 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), 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.20260804.204742_amd64.deb Size: 199422 SHA256: afee9ecd7385d5afc6dbeaab71f34386303671a01aa8a5c1f0288070bc965dde SHA1: f781ff9962f77da4373d6b638b0b6443f8fb1455 MD5sum: ff9755c982fd389d386198cbb1015b4e 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.20260804.204742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 6959 Depends: ros-jazzy-moveit-setup-framework (= 2.12.4-1noble.20260804.204742) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-setup-framework/ros-jazzy-moveit-setup-framework-dbgsym_2.12.4-1noble.20260804.204742_amd64.deb Size: 6862452 SHA256: 9617b1a7d5c708d8d2fcbab5d159dd1c3c130fa79b1586c160534f7e3c3589ae SHA1: a12bd309b7215d77bd0990ab087797dc1f57a3d9 MD5sum: a2890cd2df89267f6cc57d0dd02ed741 Description: debug symbols for ros-jazzy-moveit-setup-framework Build-Ids: c50cffc5f8defeed7d4958735b1589925319bf2b Package: ros-jazzy-moveit-setup-srdf-plugins Version: 2.12.4-1noble.20260804.205840 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1131 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.20260804.205840_amd64.deb Size: 315838 SHA256: c6e0435ce13ab1e57e9cfc1c9325a59881ad8a684382e8f44aaa47ff51757cfd SHA1: aba3d34b099485835ed2ff38044a0b11517165e8 MD5sum: c66fd5f7433b46929df8366062640a30 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.20260804.205840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 20065 Depends: ros-jazzy-moveit-setup-srdf-plugins (= 2.12.4-1noble.20260804.205840) 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.20260804.205840_amd64.deb Size: 19966780 SHA256: 30fe11932a36f8076839a0fa1ddb2c80cf091ca13f7d4833fb52948f98ab6746 SHA1: d18c95c6d414dd1453d8b9e33be6b9597d224eb8 MD5sum: 12ffbcad4a5ac0c0df59a6b3fc400552 Description: debug symbols for ros-jazzy-moveit-setup-srdf-plugins Build-Ids: d3e4cc11061966f90c7dc0eea4816279c859f2a6 Package: ros-jazzy-moveit-simple-controller-manager Version: 2.12.4-1noble.20260804.193214 Architecture: amd64 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.20260804.193214_amd64.deb Size: 119758 SHA256: 270297f79c1c13b6e009553f26ea679e375713f1036d7df833ea9aa8fba39d74 SHA1: a9a3a1c04d73ea711fac970a3fe778d7ce400a0e MD5sum: 473cadd0ea57c0ba83cb107da16a7aa2 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.20260804.193214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Görner Installed-Size: 1980 Depends: ros-jazzy-moveit-simple-controller-manager (= 2.12.4-1noble.20260804.193214) 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.20260804.193214_amd64.deb Size: 1775012 SHA256: e5511a427d3a9ad8f328444fd3d4791630044460f56e4e1d382aed4637e2bf0e SHA1: 36d30755e247b46db7e04bbb9fb2a4f378910f15 MD5sum: 07c87436fcf51f0e4f6bca37b3963861 Description: debug symbols for ros-jazzy-moveit-simple-controller-manager Build-Ids: 0e0cb45b4c04b33760b8f96314529232721ab65a Package: ros-jazzy-moveit-task-constructor-capabilities Version: 0.1.5-1noble.20260804.204832 Architecture: amd64 Maintainer: Michael v4hn Goerner Installed-Size: 212 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.20260804.204832_amd64.deb Size: 58958 SHA256: 494198af3109cd01e0fe7ca0c2ba7c53c1d42943e0c3db8ab24313957c7466dc SHA1: 4b8a67448932993c9a0bcb64e8057befcb609187 MD5sum: 8d64b905d65ec800a2c52b44ad793325 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.20260804.204832 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael v4hn Goerner Installed-Size: 2789 Depends: ros-jazzy-moveit-task-constructor-capabilities (= 0.1.5-1noble.20260804.204832) 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.20260804.204832_amd64.deb Size: 2736532 SHA256: 3ac08dce4c294b0faf15413a6fc1c0a83ad98cf8527fac783607699c05c163ea SHA1: 756b26287c6484de544385be631e30bc6976e291 MD5sum: 9e9b95a1b7b0f2f6d50bce2d540b1297 Description: debug symbols for ros-jazzy-moveit-task-constructor-capabilities Build-Ids: 4fa7416868c31b691e6aba79da321cc96a888ec7 Package: ros-jazzy-moveit-task-constructor-core Version: 0.1.5-1noble.20260804.202724 Architecture: amd64 Maintainer: Michael Goerner Installed-Size: 3729 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.20260804.202724_amd64.deb Size: 906002 SHA256: 8ccc28d7a8c30193b21e9e4d2d71ed6208fc776b90ec199927af2d72e62dc06b SHA1: c2b85e8fba4c787d97bc7694779fac6f0baba2ab MD5sum: 9d92b001a152cfde6a2aff158a3a7d57 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.20260804.202724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Goerner Installed-Size: 45297 Depends: ros-jazzy-moveit-task-constructor-core (= 0.1.5-1noble.20260804.202724) 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.20260804.202724_amd64.deb Size: 44993598 SHA256: 20e780a01074ff9041138dc4efc8443890ec47fe232b08a559e3ea15f0f0d4d7 SHA1: da90475c320d17a87c9027914eebedc952a0ff2c MD5sum: 1526458953a476ac2e2a839b30a6d58e Description: debug symbols for ros-jazzy-moveit-task-constructor-core Build-Ids: 010c1ffd1a0d9587012ebd2acc5bdc4b91c2f2b0 02147827277fd81ca0226ed22b36abe1cf654e52 51e1f36caf0129cf7222b3281115c2c8ad19b240 e3b505c8c6d8f62ac40fe36d23d66ec6ec905c22 Package: ros-jazzy-moveit-task-constructor-demo Version: 0.1.5-1noble.20260806.102145 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 694 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.20260806.102145_amd64.deb Size: 142972 SHA256: 7f38b4da505e4720572eca3e2c7971d05a8ab21e1c1b3cd503e7f9111b594ddd SHA1: f6422fb2fd81410448aa9485587c9d70bedb5a59 MD5sum: ff6bee2619b377101830fedb68482f3c 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.20260806.102145 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 14483 Depends: ros-jazzy-moveit-task-constructor-demo (= 0.1.5-1noble.20260806.102145) 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.20260806.102145_amd64.deb Size: 14475900 SHA256: dde49bf7fc80d841fab1826158ff4ea4107e9125d507f8b1062b21ff452e5a1a SHA1: 47bf89ee6f9e0f4ceca4d7bf56721dc5f3515351 MD5sum: 2963210aad4446fd3dd034523473b7d0 Description: debug symbols for ros-jazzy-moveit-task-constructor-demo Build-Ids: 347a6565af422dd67b5ed34b506d591188a52e7b 47b9af3ce7397e0ccb57d5a71fdcd80c54d7de2b 63ac06a1b8b144a4769547a162616a422cd83993 70c2f0f4b12ca58c2940b8c10b807f0fe7cf5914 9b0dee959451169f07b0f5d868fd541910104824 a14fffbdc1fee565797b710de83ecb681dfb97f2 f1fa45857789bf5bcf8245e39da4f031aaa77d24 Package: ros-jazzy-moveit-task-constructor-msgs Version: 0.1.5-1noble.20260615.120353 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 4621 Depends: libc6 (>= 2.14), 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.20260615.120353_amd64.deb Size: 339934 SHA256: e6e9b6f7b209fd54029d4106f73858e45347efdc378116933771de3538e8f1b2 SHA1: 0b99c1f268dc528e08f3b704fc88d3b107e8a3a9 MD5sum: 32a7a322fbab06a04f883be5e112c764 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.20260615.120353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 4909 Depends: ros-jazzy-moveit-task-constructor-msgs (= 0.1.5-1noble.20260615.120353) 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.20260615.120353_amd64.deb Size: 4244952 SHA256: 3c9505c2a7d0af56d8fc0ea96209f73fc632860f96815c84fe1f3452584169ed SHA1: 353dc19395b9ec942e8d3c87a53617f9608aa331 MD5sum: ee9d5be77e36c7fe4c992e67364c1174 Description: debug symbols for ros-jazzy-moveit-task-constructor-msgs Build-Ids: 13af850048baeee0ffb7dbefbdd6246f8680ed07 1ac63bb4eb315339ab449a725cce75be84d0a2db 4e48887717e2577c113c4c4764257e2863b8c532 5d408660c6cdd1815486d1d92d5c97608e8506fe 651e119e6f568d961bdf77283e9a72fc798078bd 6875d114a4014c86d1cfb515cf8b58e1d33c1c6c 867de07a0463ab28d596e6e2015df59603245912 9192d093e694319a5af9ef84b5cb179d50c66c1c ca117798ab8e4e3bd59be3f58de80325f010fd45 d0be50203fd8c05553c8600a02ebe99211459467 e19cd33a9e7223f737c87c81311f50a33c8ef150 Package: ros-jazzy-moveit-task-constructor-visualization Version: 0.1.5-1noble.20260804.204821 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 2058 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.15.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.20260804.204821_amd64.deb Size: 474210 SHA256: bbd9ab9ecee7867be225c4192e7651c799f7a1a8334b3995d15dc15c1e0fda56 SHA1: 8bbc54fc5cd115f5d571492c5ff5cec4a1375258 MD5sum: e9d87f8ecbf9e110aefd7eff0268f0cc 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.20260804.204821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 21683 Depends: ros-jazzy-moveit-task-constructor-visualization (= 0.1.5-1noble.20260804.204821) 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.20260804.204821_amd64.deb Size: 20728168 SHA256: 0fc95d933ff73331d5b063b0432312a097e72df8173ec910a39b4e92a6687178 SHA1: c75ee88d5711587d6564a73a2fa352c0986c238e MD5sum: 31318c5bad8f91869bc80107739ecfbb Description: debug symbols for ros-jazzy-moveit-task-constructor-visualization Build-Ids: 269f9702901e67cc9a1f7b56f8c904805ec622d7 739787b9cf5c67bc2297b9994e532676bddda35e 93b4bc3c2bc76e72a5b95c4c1088781fe754a314 b541d4ece0a0a1a091a0037fa78338ceb4427d67 Package: ros-jazzy-moveit-visual-tools Version: 4.2.0-1noble.20260804.193943 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 789 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-ament-index-cpp, ros-jazzy-geometry-msgs, ros-jazzy-graph-msgs, ros-jazzy-interactive-markers, ros-jazzy-moveit-common, ros-jazzy-moveit-msgs, 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.2.0-1noble.20260804.193943_amd64.deb Size: 297738 SHA256: acf29c213d0ba4e7c72a03a5c8d10d74348112c620b43acb9c6dffd78b82338d SHA1: 5410db65d09f06822f68e85c29b700641d890726 MD5sum: 7221e46fc18bc3de645347b15d4b5b29 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.2.0-1noble.20260804.193943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 9190 Depends: ros-jazzy-moveit-visual-tools (= 4.2.0-1noble.20260804.193943) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-moveit-visual-tools/ros-jazzy-moveit-visual-tools-dbgsym_4.2.0-1noble.20260804.193943_amd64.deb Size: 9105706 SHA256: bdc047e49ee381f21a1313093360ffaab43e39e47880857d5354e516e103923b SHA1: 8a05449aa41607954f015a4f205687d86bdbbee3 MD5sum: 9e1b639562e25a9b1cd3bb1242bb85e2 Description: debug symbols for ros-jazzy-moveit-visual-tools Build-Ids: 06aabb6ec6533293224eb2452ce27ef11a05cf4b 13fc2d8a8975505568e875b75578fb339b84c1bd Package: ros-jazzy-mp-units-vendor Version: 2.5.0-2noble.20260225.235717 Architecture: amd64 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.20260225.235717_amd64.deb Size: 99436 SHA256: 9ffb729ce94823f0f666d4ea66e0f3a8b1826b298c92bafb1eae8ce3164d3a7d SHA1: cd76866ea73d7704a1507e8cee4b4a0ac3ae3eb5 MD5sum: 2fed082c87f6a6a4be85334416f7fb80 Description: Vendor package for mp-units (quantities and units library for C++) Package: ros-jazzy-mp2p-icp Version: 2.12.0-1noble.20260731.163958 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 27 Depends: ros-jazzy-mp2p-icp-core, ros-jazzy-mp2p-icp-viz, 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.12.0-1noble.20260731.163958_amd64.deb Size: 16144 SHA256: b7be9a88a7e1a537c3575fab37f5a2307b945abf65e8aa209f492f30cc12dbe1 SHA1: 8c7cc51d94789a7de33e12bda263e038c014f0b0 MD5sum: cbf4c8a7e7f2d2a3c0b6a5ceaaa5e330 Description: Metapackage for mp2p_icp: depends on mp2p_icp_core (headless libraries and CLI applications) and mp2p_icp_viz (GUI applications). Package: ros-jazzy-mp2p-icp-core Version: 2.12.0-1noble.20260731.160421 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7265 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-jazzy-mola-imu-preintegration, ros-jazzy-mrpt-libbase, ros-jazzy-mrpt-libmaps, ros-jazzy-mrpt-libmath, ros-jazzy-mrpt-libobs, ros-jazzy-mrpt-libopengl, ros-jazzy-mrpt-libposes, libcli11-dev, libtbb-dev, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mp2p_icp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mp2p-icp-core/ros-jazzy-mp2p-icp-core_2.12.0-1noble.20260731.160421_amd64.deb Size: 1520138 SHA256: bd964b28223b2c57a5a4bb0d6abf6224953cd1277d4dc07209bf62506982344b SHA1: fdb327c178be22d45c402c46354dc46fdcbe5e00 MD5sum: 335a8dd070b363ea307f127cdb16237a Description: C++ libraries for multi primitive-to-primitive (MP2P) ICP algorithms and point cloud processing pipelines, plus headless CLI applications. No GUI/display dependencies; see mp2p_icp_viz for the GUI apps. Package: ros-jazzy-mp2p-icp-core-dbgsym Package-Type: ddeb Source: ros-jazzy-mp2p-icp-core Version: 2.12.0-1noble.20260731.160421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 57749 Depends: ros-jazzy-mp2p-icp-core (= 2.12.0-1noble.20260731.160421) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mp2p-icp-core/ros-jazzy-mp2p-icp-core-dbgsym_2.12.0-1noble.20260731.160421_amd64.deb Size: 56389282 SHA256: 72bda2c6efbf3e5756cd2d03bfda6b89962a68e2578192b31a8dbdfedff4ad69 SHA1: 039a69b6de64ecdbb2221113d247463875fad5a0 MD5sum: 7ce3df945d3cf2d78d29a13afbbc34a9 Description: debug symbols for ros-jazzy-mp2p-icp-core Build-Ids: 1684540bed9da41027dff83b0619d853ad6d79b8 277c903e215e1fc293e382e7f44e984e43d8d82f 2fca19930f16f1f035ee35ac8fa37e62485d4652 31e593556e7f6a4f6e7be105faa8828ee618aebc 40d99fb294617ac343a5b6af45e1fda559f9ec71 5552f024fc7e52183fa19b5a2fe397fad43eeb2c 59d071f6939d58db6b77d87a5e54312614a72722 5eceb77f37b11f79ab80521928b03e4f9d149407 6ccfe21e94d55d8a49a62fde98bb2d04e00c3e31 7844400e5c50accd719e2ead7769b6068f359c07 7d4b57b3700dcae3fae932a43dfa9ba7cd94b53f 8b14d39a97623771e25b986cf4f9ffdccd49e495 a0999ef16f69c8af3fcca003b11b6af2e642667e c4d5a8812dc222b65bb78225d543d5107bfe1c69 d5614e810e4f1a7a895c609919e6155eda35eb54 df66cd00521c164dff5c7e5d7bd3ccaab6504678 f0c1abe8fc89d6be53481de2b69bd6b607193c12 Package: ros-jazzy-mp2p-icp-viz Version: 2.12.0-1noble.20260731.163720 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 972 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.0), libstdc++6 (>= 13.1), ros-jazzy-mp2p-icp-core, 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, libcli11-dev, ros-jazzy-mola-common, ros-jazzy-ros-workspace Homepage: https://github.com/MOLAorg/mp2p_icp Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mp2p-icp-viz/ros-jazzy-mp2p-icp-viz_2.12.0-1noble.20260731.163720_amd64.deb Size: 297040 SHA256: 5a5238ace03128a74ecaf997f3f0b27cf4723affc05998a38f9236100b8f04c0 SHA1: 6155652edd4919d75eb5b4379f2069d49c74fea3 MD5sum: 0adffe199627f7fe511600b5593c9fc3 Description: GUI applications for mp2p_icp: mm-viewer (interactive *.mm map viewer) and icp-log-viewer (ICP log inspector). Kept in a separate package from mp2p_icp_core so headless consumers don't need to pull in mrpt_libgui. Package: ros-jazzy-mp2p-icp-viz-dbgsym Package-Type: ddeb Source: ros-jazzy-mp2p-icp-viz Version: 2.12.0-1noble.20260731.163720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5461 Depends: ros-jazzy-mp2p-icp-viz (= 2.12.0-1noble.20260731.163720) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mp2p-icp-viz/ros-jazzy-mp2p-icp-viz-dbgsym_2.12.0-1noble.20260731.163720_amd64.deb Size: 5223076 SHA256: afcb62de083558abf670523266c81d3e30c6d3e629053d904b06d4ca3cd84f1b SHA1: 187ec8ba6ea104e0a3746797fec59918958825a2 MD5sum: 693661c854bfcabba44ab7aa0c2ce888 Description: debug symbols for ros-jazzy-mp2p-icp-viz Build-Ids: 5a5bc524efcafba8d5185b057bd931be1a98d6c2 7b28b3b3237c84054cf21297d4e2b46f567ad147 Package: ros-jazzy-mqtt-client Version: 2.5.0-1noble.20260722.085420 Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1004 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpaho-mqtt1.3 (>= 1.3.0), libpaho-mqttpp3-1 (>= 1.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-rosx-introspection, 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.5.0-1noble.20260722.085420_amd64.deb Size: 321750 SHA256: d83b6e490a4efae8404928809f1da1c0f727c99dbdb4eec03d3c98402fedb80d SHA1: 3be5290a7228ec26043f4d4c4b73f0d61ee0eac2 MD5sum: 8a25b607d3e40067c3a44786bd5d2a35 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.5.0-1noble.20260722.085420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 3113 Depends: ros-jazzy-mqtt-client (= 2.5.0-1noble.20260722.085420) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mqtt-client/ros-jazzy-mqtt-client-dbgsym_2.5.0-1noble.20260722.085420_amd64.deb Size: 2853610 SHA256: adce8a8234020e20d01519f0c7d68d3971b0597ff6564a75bfa1966d484521c5 SHA1: 3cd5033236f9fe6334d029b8e3631248c8df463a MD5sum: 3657ce187bf0354d139795af34765a84 Description: debug symbols for ros-jazzy-mqtt-client Build-Ids: d1ef4d2c8415f081d7dbca5629af997be8992658 d7e1c85dff65c21172421c3ae124b787554d7584 Package: ros-jazzy-mqtt-client-interfaces Version: 2.5.0-1noble.20260722.084218 Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1781 Depends: libc6 (>= 2.14), 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.5.0-1noble.20260722.084218_amd64.deb Size: 130744 SHA256: 1f51a9ae9dd6fa6465bf294dec4210abed6bdeecd47a389cc9337cae97216251 SHA1: de4611e227031bf21c478bcfd56c70febe5b4b43 MD5sum: 3935e450056d3af7298bf85e403de265 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.5.0-1noble.20260722.084218 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1207 Depends: ros-jazzy-mqtt-client-interfaces (= 2.5.0-1noble.20260722.084218) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mqtt-client-interfaces/ros-jazzy-mqtt-client-interfaces-dbgsym_2.5.0-1noble.20260722.084218_amd64.deb Size: 924082 SHA256: 6fdedf3bdde3fe2326671939968f6124128574030f3b811a222a5d3dd4e0d08f SHA1: 390828ed57d6b0bc2bc4379b2db29919d16b42f2 MD5sum: f855e669b0d521ac731c283f062e784f Description: debug symbols for ros-jazzy-mqtt-client-interfaces Build-Ids: 09a9d3b3e22991f9e84ac3a5c051b9ded83dde95 0c6e0c5351550347613c0429ec85a27c3279cc76 1736987b10b2c036673fa324b6d4d640ee706f0f 4f297f25dbb89c9a2049024625113e6b1b696b4b 6906bdf18839b4c041a6991f85824fb6f9a6a1c0 808dde05b3887de33f259aa8071170aed84efaf7 8b35202e6e31f6f3a8c4b17d8771ef94aef121f1 aadcac41069b5ef3468663531abcb4436fb6ec47 c798ac4a7be6f71ab4e35f387f93712a8775425d cdfda4cb7149d584ef4e4abe286357b139ebdd61 f3e253266bcc879fd6dba6dd31e9f77b18184de7 Package: ros-jazzy-mrpt-apps Version: 2.15.20-1noble.20260805.082454 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13392 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.20-1noble.20260805.082454_amd64.deb Size: 2445962 SHA256: e519944ddefa0d5b60309d6c8fd6b0cfa6c19c3c767b580dd60ecc33e38bffde SHA1: b3a0908436405463171a633a784dd6ec27d71094 MD5sum: ec3fa4ee1a23d8d3d8ae352b59e5cf86 Description: Mobile Robot Programming Toolkit (MRPT) applications Package: ros-jazzy-mrpt-apps-cli Version: 3.1.2-1noble.20260806.103045 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2145 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-bayes, ros-jazzy-mrpt-config, ros-jazzy-mrpt-core, ros-jazzy-mrpt-hwdrivers, ros-jazzy-mrpt-img, ros-jazzy-mrpt-io, ros-jazzy-mrpt-libapps-cli, ros-jazzy-mrpt-maps, ros-jazzy-mrpt-math, ros-jazzy-mrpt-obs, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-random, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-system, ros-jazzy-mrpt-viz, ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-apps-cli/ros-jazzy-mrpt-apps-cli_3.1.2-1noble.20260806.103045_amd64.deb Size: 361874 SHA256: e24bd876c083e34f746b75ee6d7626962cdfb27a06a8f8f262bce3fa7c613998 SHA1: d6807d9f68fe4e12f971e9af85b965da89631967 MD5sum: 2cfad79bb0ea08825123eb703cda9a5f Description: MRPT command line applications Package: ros-jazzy-mrpt-apps-cli-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-apps-cli Version: 3.1.2-1noble.20260806.103045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10129 Depends: ros-jazzy-mrpt-apps-cli (= 3.1.2-1noble.20260806.103045) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-apps-cli/ros-jazzy-mrpt-apps-cli-dbgsym_3.1.2-1noble.20260806.103045_amd64.deb Size: 9532778 SHA256: 0770dc7a3e276c96a1574f0fd625dc18926022926a66a45e8ea4b09f5d85d309 SHA1: 62d0db6e230962be7ff8830bfa62d25e0c6f3136 MD5sum: 7022608f8d4dca5423d04de4940802f6 Description: debug symbols for ros-jazzy-mrpt-apps-cli Build-Ids: 04894aa464f6bf467d50863b3b067fe0297f4916 21c506b891f7f1eb21e1cdfe4abf23e5e8a7254a 391eaac8d3132c01cf351e40173bf27d068834e6 508921ba2e147c8222d0b605c3349f9e06890da6 6fb2074d9419187c03f41e42ad902fe83023194f 83f20006395eb69a21310f29f7bcff3aaf14136f 85abf374720a001c90de2f6856cfe6625261b518 b3c8488aa4348f25405ad21fd2ba521e01200478 e0aaff723667f0348e9d94c39b2279fb6d6d7c5c e2ff7baf43c83525d08e379805ab6c9d8a713f80 ea3411abeb93d22b93ecaa2c075b23dc10993cb4 f8a7c18ba0920319e115b26508cab271ea5fb2f0 Package: ros-jazzy-mrpt-apps-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-apps Version: 2.15.20-1noble.20260805.082454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 54925 Depends: ros-jazzy-mrpt-apps (= 2.15.20-1noble.20260805.082454) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-apps/ros-jazzy-mrpt-apps-dbgsym_2.15.20-1noble.20260805.082454_amd64.deb Size: 52984962 SHA256: fee5eb163e311c06922e6aa848c0884426269c960be51d6521b633a1065dd49b SHA1: 54d13f97d50ba6b9faf8be4100a8bff5dd37fc28 MD5sum: 3b982464e324e0ed901371072bddfffe Description: debug symbols for ros-jazzy-mrpt-apps Build-Ids: 012b174a7f40a8fc3abe3bdaa530bf38914beda4 0c6a28008307e8adfc3cd1b118f62c3f6c050828 0cac7625a1693a216660a16ac69d939d1853105f 1111e000b3f1ae6832c26bb083b7f3460c514ae3 12261ca83bdc8f1af2b617f38c704c940d7d57a1 246749a02fa85c1b751c2178941fb351b590ae93 26d9b77aeba463fb15df730140bedf76c0aa534a 2c3e44e2061a177ba8cef455d001e28bef4cda19 2d5e48859923a1fb156635b1240fe1d85742dbac 32eef22426e25fa5e630177676a31029fcd1532f 340a9d23a39b351131db57a77c21dbc2d3169d1d 3fcfed521d6d67f9860a0c84ec225f765d6af497 4232a2acd98de72a41f1892445b8c0f71b42bac8 43a78452f1a7063e37be6502ece460ace7914c8d 45061fb6bdfe65b8700e11570ceafb54e069207d 488842e06b3801d3305a36535966ab7796679d86 4c9debde24745fb21dd660d4c1de7241b89f0b94 579033d4682b52e9c70fc3288a7fc96b2b90e13f 61b83cd1b0da52d3d8cbef9468d6393addad5809 62867b70fc784a78ee61eb8cb0180dce5bdf9e5e 629c7087388649ad3071f3e545d89f6c7d83f580 65c42e8b3cab1816e46e34f8811f6a4eba0d7303 6bf2b8cc55b5a4571a76c2a1610f288290efdde9 731e34b665c250fa236a3e01e18e5b6d898d88df 739587d1244647faedd1d7787917d46c4a9d51b2 87d3a21c9542512f83b47e04cc98cb8045e5bd52 89625f84ecbd23f4e4db9356c285571a70c0a987 9910227c5a39ede892f20cdb2e2d18499ade1c74 9e235f335132cc6cbaecfbbcdd712fe7dc503a2b b6a55e169cb462570d0a5d693d8ac53ae85d6b16 b9d70174c667b0dede7a50265af0fa23bbd3882c c41486d65ffa025bd7336e68d333517edaf647fd c7439e238a872564281f41e3e0e3ada7c8f65df8 c958f068387ca7f0f62ba44b4cac7773f011e62a d0ca050161f52b66b7b9b51667f32a829041bddf d0d837502311650114b86e2d328e386729a01ab6 d9633c4d274d885e4f8db1cad15dd2b7f08c3b8a de6770c06765888873e466274621b9dbf62d383a ded4c846b247e06b3e76f382ec71963c1ace4d92 e5d62e0935cf9dd343189ef34f9eff50a5d5326f ea569c88b00008b4e0bd6f29999b13b8f343372a f66ce8dfbf39fa277e675d794a37ceac9e4763d1 f8953bee42af9d478bbe7c8731ea4ac1d7a908ab Package: ros-jazzy-mrpt-apps-gui Version: 3.1.2-1noble.20260806.103627 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4319 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-bayes, ros-jazzy-mrpt-config, ros-jazzy-mrpt-containers, ros-jazzy-mrpt-core, ros-jazzy-mrpt-gui, ros-jazzy-mrpt-hwdrivers, ros-jazzy-mrpt-img, ros-jazzy-mrpt-io, ros-jazzy-mrpt-kinematics, ros-jazzy-mrpt-libapps-gui, ros-jazzy-mrpt-maps, ros-jazzy-mrpt-math, ros-jazzy-mrpt-nav, ros-jazzy-mrpt-obs, ros-jazzy-mrpt-opengl, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-random, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-slam, ros-jazzy-mrpt-system, ros-jazzy-mrpt-tfest, ros-jazzy-mrpt-viz, ros-jazzy-mrpt-common, ros-jazzy-mrpt-graphslam, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-apps-gui/ros-jazzy-mrpt-apps-gui_3.1.2-1noble.20260806.103627_amd64.deb Size: 838400 SHA256: 9d7471f53806a4f6ce84f2e03250ca5b5faec549d69c257953377a2df5d940b2 SHA1: 77333a79d50d3da34667287edfa3cb477da1c388 MD5sum: 9acae0f794c11f1a8174dc78d427f54f Description: MRPT graphical user interface applications Package: ros-jazzy-mrpt-apps-gui-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-apps-gui Version: 3.1.2-1noble.20260806.103627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 20705 Depends: ros-jazzy-mrpt-apps-gui (= 3.1.2-1noble.20260806.103627) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-apps-gui/ros-jazzy-mrpt-apps-gui-dbgsym_3.1.2-1noble.20260806.103627_amd64.deb Size: 20053446 SHA256: a89dd427861cc9e0c32fb7c89ad333d0e6ad54d7affa36c85d3064f264b7d0f3 SHA1: 7ebdb8cfc35b1ce7c8713ccd0b6b9190818fc331 MD5sum: a619ecbeadaadc915309e254465f34a6 Description: debug symbols for ros-jazzy-mrpt-apps-gui Build-Ids: 01f95cabaea9e247fea883a37fb2dfa398135941 50c6b9be0a4a5967bdc667d55b273253334ddec2 53a0424e28d8e1704ede509c4d0aa5144ca5bf0a 62fc71c5b5048e3717ba5d44d9b7b52cf9241bc2 6821729850e8071d200a1e1562bc3227b129f7fa 85bd5cec129f78c6fad75ecd05b73d919adba1f0 86043193d1ba3154ef9a87761f57dacc4032811d a56df92ee267676bb5b1a4fe27ef06dbc889e2ee a887a69b2383a3e93ad5c8072f6ebe9e9a74e06f b7efca60c0a65caf6429cd2d5cd13a99722b55c4 c2f5c4ff6ca5fd320504849097967bd3ea2147db cce23654a75e23187aa927285764897faea2abdd e5a230e021fae0ab11524951bb58e828fae2f849 f02030a871740019fa72f805606ccd3e7d433a0a Package: ros-jazzy-mrpt-bayes Version: 3.1.2-1noble.20260731.142539 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 494 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-jazzy-mrpt-config, ros-jazzy-mrpt-core, ros-jazzy-mrpt-random, ros-jazzy-mrpt-system, ros-jazzy-mrpt-common, ros-jazzy-mrpt-math, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-bayes/ros-jazzy-mrpt-bayes_3.1.2-1noble.20260731.142539_amd64.deb Size: 151144 SHA256: 574fc44b73b5a2896fa7b716914eb32ff06ea1cbd1867c3e51af9caba0be50d8 SHA1: d3a48ff7f09c41ae4ab583f188d0c10d4de37917 MD5sum: 28711f08f010d12573c9a271090ce0b3 Description: The MRPT C++ library mrpt_bayes Package: ros-jazzy-mrpt-bayes-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-bayes Version: 3.1.2-1noble.20260731.142539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 419 Depends: ros-jazzy-mrpt-bayes (= 3.1.2-1noble.20260731.142539) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-bayes/ros-jazzy-mrpt-bayes-dbgsym_3.1.2-1noble.20260731.142539_amd64.deb Size: 391368 SHA256: b9a9a3fa177f759b3d4cdcba93fcc09b67db66d04520b9f52c327a8354338a33 SHA1: e68a22e81683966c2a47847e73a35f409aa1d786 MD5sum: be44ec088ece2b50a63eeb1df1357dff Description: debug symbols for ros-jazzy-mrpt-bayes Build-Ids: 8f872d9b986190c3ba878cb3ab802ae76bd456a9 Package: ros-jazzy-mrpt-common Version: 3.1.2-1noble.20260708.084425 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 69 Depends: ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-common/ros-jazzy-mrpt-common_3.1.2-1noble.20260708.084425_amd64.deb Size: 15964 SHA256: 1a4fafd4af5d2660b3c70ba83a31bbaf6de881e6590ba658ff8088e88770839c SHA1: ce0b2a4b6a2dfb4d27aa85823199b4dab943561d MD5sum: 63e57dafccdd38a872ab54dac54b9db1 Description: Common CMake scripts to all MRPT modules Package: ros-jazzy-mrpt-comms Version: 3.1.2-1noble.20260708.091020 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 433 Depends: libc6 (>= 2.38), libftdi1-2 (>= 1.5), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libusb-1.0-0 (>= 2:1.0.8), ros-jazzy-mrpt-core, ros-jazzy-mrpt-io, ros-jazzy-mrpt-system, ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-comms/ros-jazzy-mrpt-comms_3.1.2-1noble.20260708.091020_amd64.deb Size: 142656 SHA256: 0ce37a38e65f1c131bdbaef7ec23776bfa634f740bb1698f6288f90162df0de5 SHA1: 7c1e88c804c86e876b5678b48521dfc61cc07e92 MD5sum: 86048d86279da2feabc0af7bed2afb37 Description: The MRPT C++ library mrpt_comms Package: ros-jazzy-mrpt-comms-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-comms Version: 3.1.2-1noble.20260708.091020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 699 Depends: ros-jazzy-mrpt-comms (= 3.1.2-1noble.20260708.091020) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-comms/ros-jazzy-mrpt-comms-dbgsym_3.1.2-1noble.20260708.091020_amd64.deb Size: 647132 SHA256: 88ae1d1adfecb921d2f1e49f7487d17d84725c0f62f4cdcb3ff66efcadcd1e92 SHA1: 9ba66959c095ffc116127c6aa01775592bfbc56b MD5sum: b896821cd12172b3049d91dd9a177b6a Description: debug symbols for ros-jazzy-mrpt-comms Build-Ids: feb40e5563a3a83983fc0daffbc7e1078ceab05d Package: ros-jazzy-mrpt-config Version: 3.1.2-1noble.20260708.090921 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 445 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libsimpleini1t64 (>= 4.17), libstdc++6 (>= 13.1), ros-jazzy-mrpt-containers, ros-jazzy-mrpt-core, ros-jazzy-mrpt-expr, ros-jazzy-mrpt-system, ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-config/ros-jazzy-mrpt-config_3.1.2-1noble.20260708.090921_amd64.deb Size: 133282 SHA256: 6cedadd0b01b3762268405c29b8382213baed2f1ef43265b4ae30a1aa44b7475 SHA1: 09c209a520ce17dfaa09a0915ed100a5445c27bb MD5sum: e8dfe9cd7b10e78b56ef373c4df5a60e Description: The MRPT C++ library mrpt_config Package: ros-jazzy-mrpt-config-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-config Version: 3.1.2-1noble.20260708.090921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 724 Depends: ros-jazzy-mrpt-config (= 3.1.2-1noble.20260708.090921) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-config/ros-jazzy-mrpt-config-dbgsym_3.1.2-1noble.20260708.090921_amd64.deb Size: 687666 SHA256: a23b993610814c59693530ad441ddfec25fc43421c358f7e69fd293efb2647fd SHA1: 5f86a0d73eb0135a9dc4f50106619406484c0e1c MD5sum: 501750cc30de5d076e28cab154b24656 Description: debug symbols for ros-jazzy-mrpt-config Build-Ids: 02786d93ad565a26c6538b20272f1b349b9733a9 Package: ros-jazzy-mrpt-containers Version: 3.1.2-1noble.20260708.085653 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 632 Depends: libc6 (>= 2.38), libfyaml0 (>= 0.7.9), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-core, ros-jazzy-mrpt-common, ros-jazzy-mrpt-typemeta, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-containers/ros-jazzy-mrpt-containers_3.1.2-1noble.20260708.085653_amd64.deb Size: 180044 SHA256: 3f7ffc14ae6c1618cb0e90b09fb687f3d7bb446c85fa5a088077782bc9ec3ac0 SHA1: e526132c52e269b8424777cd6f361a1a20ee7cf2 MD5sum: c500d72b12d085532ac137b8ddcf6821 Description: The MRPT C++ library mrpt_containers Package: ros-jazzy-mrpt-containers-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-containers Version: 3.1.2-1noble.20260708.085653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 571 Depends: ros-jazzy-mrpt-containers (= 3.1.2-1noble.20260708.085653) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-containers/ros-jazzy-mrpt-containers-dbgsym_3.1.2-1noble.20260708.085653_amd64.deb Size: 528030 SHA256: 7b7960d84848222c3164bce7e243973ab7285bc2d130ce42739e5ee5cad75ea6 SHA1: e126a1988388f067a022bb56bf8630b4aeaf3fbb MD5sum: 3845af5aa3da1db9b8a6e8d7dfc4205c Description: debug symbols for ros-jazzy-mrpt-containers Build-Ids: 143b8847dc4e9d574be8175c9dba91a90e566929 Package: ros-jazzy-mrpt-core Version: 3.1.2-1noble.20260708.084738 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 455 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-core/ros-jazzy-mrpt-core_3.1.2-1noble.20260708.084738_amd64.deb Size: 136102 SHA256: b503d9102e953e86e2949328bed89a9d66c7703b40c7de5c4dd33e850d866776 SHA1: 6678f4f0ad5d9953a8db82acf5eeecffc3f3890b MD5sum: 4737b103bee19be5888ad33106af7593 Description: The MRPT C++ library mrpt_core Package: ros-jazzy-mrpt-core-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-core Version: 3.1.2-1noble.20260708.084738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 347 Depends: ros-jazzy-mrpt-core (= 3.1.2-1noble.20260708.084738) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-core/ros-jazzy-mrpt-core-dbgsym_3.1.2-1noble.20260708.084738_amd64.deb Size: 321720 SHA256: cd68e255d738670069f20e89a38c8d79e58ea61fc00f35284f002ae66b8da275 SHA1: a91bf2298fce4d4f3f254b55bdb75afe102f3be4 MD5sum: 12446a190e790b97fa224bfbc07d2803 Description: debug symbols for ros-jazzy-mrpt-core Build-Ids: 0cd9e99383f8f682b6697f5f5172c5f5e2df0c0e Package: ros-jazzy-mrpt-data Version: 3.1.2-1noble.20260708.084350 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13503 Depends: ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-data/ros-jazzy-mrpt-data_3.1.2-1noble.20260708.084350_amd64.deb Size: 12166818 SHA256: fd0c53f0da408c1c7ca3eecb772d41f9d1c35e3371e25a26cffc96737a3af82f SHA1: 582721f963c14974fb7ac82e2c3961628a95a52c MD5sum: 02b366b804ffbe22bf68dde76d989ad1 Description: MRPT shared data files: test datasets and example config files Package: ros-jazzy-mrpt-examples-cpp Version: 3.1.2-1noble.20260806.103649 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6008 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), libglfw3 (>= 3.3), libopengl0, libstdc++6 (>= 13.1), ros-jazzy-mrpt-bayes, ros-jazzy-mrpt-comms, ros-jazzy-mrpt-config, ros-jazzy-mrpt-containers, ros-jazzy-mrpt-core, ros-jazzy-mrpt-gui, ros-jazzy-mrpt-hwdrivers, ros-jazzy-mrpt-img, ros-jazzy-mrpt-imgui, ros-jazzy-mrpt-io, ros-jazzy-mrpt-libapps-gui, ros-jazzy-mrpt-maps, ros-jazzy-mrpt-math, ros-jazzy-mrpt-nav, ros-jazzy-mrpt-obs, ros-jazzy-mrpt-opengl, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-random, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-slam, ros-jazzy-mrpt-system, ros-jazzy-mrpt-tfest, ros-jazzy-mrpt-topography, ros-jazzy-mrpt-viz, ros-jazzy-mrpt-common, ros-jazzy-mrpt-data, ros-jazzy-mrpt-graphslam, ros-jazzy-mrpt-libapps-cli, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-examples-cpp/ros-jazzy-mrpt-examples-cpp_3.1.2-1noble.20260806.103649_amd64.deb Size: 1455196 SHA256: 48847ced82dfb9f4803dfd78e5acfd331d3f563cace43edd1dd4eb53ef8d4648 SHA1: ca8fac3794cca283b6a2d21b146ebc9f14c63229 MD5sum: 6dbdcf9cc6d66dc3a255703001ec7e2d Description: C++ examples demonstrating MRPT functionality Package: ros-jazzy-mrpt-examples-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-examples-cpp Version: 3.1.2-1noble.20260806.103649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 40468 Depends: ros-jazzy-mrpt-examples-cpp (= 3.1.2-1noble.20260806.103649) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-examples-cpp/ros-jazzy-mrpt-examples-cpp-dbgsym_3.1.2-1noble.20260806.103649_amd64.deb Size: 38896996 SHA256: bc708e1079200b4ae99c383ecc1b812c3356edafea520b9bd2409ea440040410 SHA1: 4129bd1c472391484a87c466a6f6c3d9f6831443 MD5sum: 233f3363bbcfd148866eccac411b31ef Description: debug symbols for ros-jazzy-mrpt-examples-cpp Build-Ids: 03ae04bfcdd7f32f60d9d65b7997d35fc33a5fe0 04e60b843ef3d00e7f40e902f47674cadc7bf1ac 0bae2bbb0d3e8f7c5bbd6c040d90603b5646cf2d 0e2aad32f0cd753a4d11eb708c4beb5676c2393b 0ffc3371c8904d9f234fbba0c3cdfe6d306fe98a 14f90aa8edb6ad50170618b357994e63d28ffa37 16b2a1128891298036f0b296cd01bc389861bb64 1714c6618475f51d13f6cfe075cec9dead8e693e 1773264866b8f0f301d0d2ba9d63ea3e0708e4aa 18053c59bc981705ea799f6229637f9be0ce188e 18a5dbd2f470954cddd217e19fb8f7bfd422c7a8 1bd3a861edf11c78e00d787e906a501e40ee0efb 1bf748df553b5fb5b9ee67fb5e53e01d59fa291c 1bfca329238e303b7d5a972da64b8135b829ce8c 1f58d53ffab70e0e0987494c2268f4fcc5b44fa3 1f5f3454da674c39ef96007f182f802e7f5f4cb6 21a907b31cdd523dcc97e9d61188a2cea18b53a1 224ce089f98d276b587bf4170db9e08573491e6f 232686b7a2f2dad45798fde01e090d412e4056ee 25197f63c5729da15f3a6297a3d2a235d4c96667 26e52af193603a0eabc50cec6db4abb3c8d07455 2704538aa71b2d955972c54e9d1a727f607bf058 2a920691bc0f88f2303328b5c76437b1b5c07da6 2cc7fa7feaeec8c7f01a945c30d29a496e876f5f 2e4d8f0b42c5a314a01d78249a1d1b83e787119c 2f16ac8037f95d754795a6e2ffc2307f8258f99f 319a01bbdd17572ca28765ab9bb4eb2c9224c6a6 33c7a8759578c3e0497d0700c32a5ebf01f288c0 33f832be1fdb94d338b7c28b96a5280a75f54eba 36850152068ef505abe203f5a04de7540bf51d1d 3bae38e8110d175599ba51cb1a998c7a5676279d 3d7f325ada04e6b1e8c3c63eac4169a3d4ff516f 410383701b655ac1409c857b09c0b5f87894eb3c 423c7ad35124428b0fc2acb41d8d5ee6053cf8ff 42e555a33fc729911e693eecf9921467c9a661cd 48223907af8ff58685e8a06059c22ef765a69d5e 4a948c46f8dba5136342fd8f8b9a4194154bb6ff 4aa9cf81eb0989b827469f61c556f8c12a0091af 4b486ffb37101bed84cee8b927aea9f115f5f2ea 4e21850743e8a4922f4244634f051517dde678cc 515d4797b56ec2ebfcd6153012b9ebc8dd33b6e9 52bf07f4cc60513dcea85486740e33009c5f360f 5376e83df3fbe64f79cb6a66c9b1ba6a7681c9da 537d8db77a216c161a8ff5b7f053951192736011 547739ef55855d3b132c9e1f0e4526f352479553 56b7ed91bdf0eee612bbcd297533452d617a28a0 5a5747ec66e4bef90c194466983a06fe12ebead9 5ac4b9a40013e6d6f77ebcd49ba37841c2beb3d6 5e441d578cf879764a6599fcf66fd7abfb943363 6631f1e435da6ad5024bd47c25ec7ac283d2cb8c 6d752d5abee27baa6a1036e2876899a4c9e2273b 72674acbb639d0826d46f4db0de5a10c063c91fd 729215599a219033b0672e594f69ac9c88ed0087 763bf4a73712ae8512bae1c1f37c85ffa5d7723d 7644dc59aa5cf18669655ba4497b9899729598e0 766c0a34959dc01b256069b589b95cd0f533c5c1 78c28476fe3015e2436ba865ab5ff04ae9d78500 7c3d009ad9304420c94d679f1e408658bc5f7e40 7d4f0186e89038509871db6fa38eca042a36f245 80509633a3774b292e97a2912a8b2dc1ffdcc5df 80b1386886b22c4fb406e4fb242c75010860c761 813c3136b32da7bfffea398ec7e55866e65e423a 82d4636db8f57bf3a3d59e53e055deeff114292a 82ee1f76330980f8149a93b8da71462d39135690 86dfd8cdb2ecbc457000e3e97718c3a120ad7a34 8727c7aef00509116f0762addb1fa0fbf5de0867 8b01d2d804d3c119d8d0318a496eb27c16b6a40f 8c6e45e601085c0ee952e9a8e8dd9a65e84346d2 8eb033bfe3a2be4b4a8329289bf27d982436929a 8ee845b2f6252d1878782d4a9743edde892dccba 8f622c53c7a892e3ef36814340108e43c2c657e1 90e7cd9f9020c61a75257ff7f354fa95c8362f33 911b188a4c62bbc28b688e9004828da2fe829b05 93a54e202b124145165ac4fc7052a1716c426439 95bca53d8fa0464ed76eeab15a269a488abae8f6 9a00c57cf3b2a3cc493c1cfbf55e0601a70554d2 9e1b9d5c168d8aac6faa310ab618e11072360e1d a31a9a1756f09d199fbe0dee70e0f4f0cb58f948 a4bad7495c89b893653a8bf7f8dd867724b07a4b a596223d4d78b8bc5c796c19a353934dbffd8305 a59820cda0a3466422f04dac93dea4411ec93898 ae3452721dae262633793aeba30dfae9004b89d3 b47536de05104188538f54bfe5ba7928bd93f0d3 b4ded1ae5fead5fbf1f9b5178637cb3c51cb872f ba540f830555ac4533c2626a658e9dd3630841c8 bc10a9e617e2a8d592cb0583f3070ac95a174e6f bd955235a2934e852e194247a6541e35e09e4272 bdb93851d8dd8273cbbbeaec147c23d9167ff59e c6ba70541ec9b4cada2aa9d68690cbd7a3912692 c8467011dac8dafdfb76f4bde805925ad5a278b6 c9b95ae715c1ee32eb5e02d167e05b50f669c745 ce4c0993a1e1ce8d93af5bfae456d8335571dccb cf65826660eef80f6a8dcb8839677b1e8c7c16c6 d0d52e5fa1b7831d5a06e94420e92e7a97146cd2 d27121d9b22f48954edd921e446f29e15d94a3c6 d72dcd0ba9b9b0a772bc62cd7fc3350311a8d139 d7e8d501461cdc73d18d06ae71711f5fb91e6e61 d95455d22e266e8d132ee83dc9659d57d209e17b da24c88c6da2abf14315a0d84f644aca1b2f1811 da5a137111a2af647e65b69432b0ff5a94963681 de0447596e1e4e1af63a99a50ab1e6a41d25675d e0dc359cddb4fa12ba25809a3fb31686ea01be91 e1c51affab55f244f15ebb18ac6150af4329d996 e209c7d642c8f4bfba111e562f558c5886760037 e279b2bd2cca8e37e98144644a09dd82e0bf713d e503b8bb14a66a08268a43782e10d9d61ca57064 e70131a063ae834ea4f08006e6727b4c9c2b362c e7dfd388c8481163cd86aa33a503144c66a65689 e8c26e034407a98e6b5e7b9985f3e81cdf743bb8 e8de7b3a1d3a8d371d1e480fe553ff30fa42845f edfd05579c756453bdd0880429d8470ecb6641be f16ba6548323c36bc2b45ee96dda74f0feb5efde f5a0853ad0255e8108d8d869277963b092329708 f9461191e70205184f1d1ebb79b69ae881e95ef3 fd7d2537d87fa2d2850bf658aaa2b1aa4a108ae9 fe42f6cb6a9524687b492da5f63eb55afaeeaa3c fefcae0b915f879133fe5fb3681a5ea7a86deb93 Package: ros-jazzy-mrpt-expr Version: 3.1.2-1noble.20260708.090554 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2424 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-core, ros-jazzy-mrpt-system, ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-expr/ros-jazzy-mrpt-expr_3.1.2-1noble.20260708.090554_amd64.deb Size: 503094 SHA256: e769799cceea8fe5dc1ef7093cf86fbf4dd3e486032b3a98f248227894e4a2fa SHA1: 4bb5787aa54bfdfb4ec03da12e57068ef7cc3e83 MD5sum: 05e42425bfe59ae2d73089bbe2f29e07 Description: The MRPT C++ library mrpt_expr Package: ros-jazzy-mrpt-expr-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-expr Version: 3.1.2-1noble.20260708.090554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2252 Depends: ros-jazzy-mrpt-expr (= 3.1.2-1noble.20260708.090554) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-expr/ros-jazzy-mrpt-expr-dbgsym_3.1.2-1noble.20260708.090554_amd64.deb Size: 1117842 SHA256: 468edc8ff41436b178272d6dad616561aa2b6c21768fc54e680ab9f27714c1b5 SHA1: 78e88dbda9cf515b8bd05550e701f3206954a8f8 MD5sum: e1048735b26d7f15af5a97281ddd7d1b Description: debug symbols for ros-jazzy-mrpt-expr Build-Ids: 8e293bbdb80a6c686b06bf8a3ab1741dd82fed1c Package: ros-jazzy-mrpt-generic-sensor Version: 0.3.0-1noble.20260804.183619 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 486 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.20260804.183619_amd64.deb Size: 110152 SHA256: 85432d572e03dee3ef6e32d572898f277c4a54e1a590080fe63121f4910dcced SHA1: bce3be1c4270c963b13f99441ef370d18e044d5b MD5sum: a57d2f71c374cd77b1b17a361d42f0a3 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.20260804.183619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 420 Depends: ros-jazzy-mrpt-generic-sensor (= 0.3.0-1noble.20260804.183619) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-generic-sensor/ros-jazzy-mrpt-generic-sensor-dbgsym_0.3.0-1noble.20260804.183619_amd64.deb Size: 267370 SHA256: fe2c6783b9f84f2aea1bd8548411a66d95f7db607c9206243cda91559f338a1a SHA1: e5dbd90d36788b83b18adb8bbc193fe0f6ba6dcb MD5sum: d111fcce2ace86c493cea150a6bce8e2 Description: debug symbols for ros-jazzy-mrpt-generic-sensor Build-Ids: e0d30c0607f539d69e5b07e08ab23a4052e76a80 Package: ros-jazzy-mrpt-graphs Version: 3.1.2-1noble.20260731.144705 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 598 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-core, ros-jazzy-mrpt-img, ros-jazzy-mrpt-io, ros-jazzy-mrpt-math, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-system, ros-jazzy-mrpt-common, ros-jazzy-mrpt-viz, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-graphs/ros-jazzy-mrpt-graphs_3.1.2-1noble.20260731.144705_amd64.deb Size: 188570 SHA256: 1beced8dd82cda1a10814d7416d5f37550256d1c14bdb939c77c1bf6127c69f8 SHA1: 1072e33bd86e5ba5dc55aa020d327bfdf6d15024 MD5sum: c2e2092d3942deddd6f56a61d0413420 Description: The MRPT C++ library mrpt_graphs Package: ros-jazzy-mrpt-graphs-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-graphs Version: 3.1.2-1noble.20260731.144705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 988 Depends: ros-jazzy-mrpt-graphs (= 3.1.2-1noble.20260731.144705) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-graphs/ros-jazzy-mrpt-graphs-dbgsym_3.1.2-1noble.20260731.144705_amd64.deb Size: 963754 SHA256: 56f7251175996ed71961c99efd14de4e2b067b698bd59760f3065adfe895f7af SHA1: 04c646debb51422a4b7758b306786e334ca9eb11 MD5sum: 45ff0d5477bf2fedc14455a60711740c Description: debug symbols for ros-jazzy-mrpt-graphs Build-Ids: 90fef3ed850d65984cfc3b3849f4866b40f8ea09 Package: ros-jazzy-mrpt-graphslam Version: 3.1.2-1noble.20260731.150312 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 608 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-config, ros-jazzy-mrpt-core, ros-jazzy-mrpt-gui, ros-jazzy-mrpt-opengl, ros-jazzy-mrpt-system, ros-jazzy-mrpt-viz, ros-jazzy-mrpt-slam, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-graphslam/ros-jazzy-mrpt-graphslam_3.1.2-1noble.20260731.150312_amd64.deb Size: 116480 SHA256: cf2408a154080b04e7b9bd71baad86ba6774ccba88defd68e1ffc439b83eda14 SHA1: 9af373724ae17b6f41376385302b998639f390ce MD5sum: a0f319ca80e3fae90186d6001e2f89fc Description: The MRPT C++ library mrpt_graphslam Package: ros-jazzy-mrpt-graphslam-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-graphslam Version: 3.1.2-1noble.20260731.150312 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 417 Depends: ros-jazzy-mrpt-graphslam (= 3.1.2-1noble.20260731.150312) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-graphslam/ros-jazzy-mrpt-graphslam-dbgsym_3.1.2-1noble.20260731.150312_amd64.deb Size: 392014 SHA256: 6fb3252b53e9e5295a50dffdd8c421889b5510aef665178d10f04c7d5be35f0e SHA1: 602e5921f96b68de21165da69c7e10dc0b959272 MD5sum: ef0c2a6318346b32e9455f5c1cec1497 Description: debug symbols for ros-jazzy-mrpt-graphslam Build-Ids: 2affa4a68e0f25bdfbf1907cb150f927f2f328ac Package: ros-jazzy-mrpt-gui Version: 3.1.2-1noble.20260731.144958 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3223 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgles2, libglfw3 (>= 3.2), libglx0, libopengl0, libqt5core5t64 (>= 5.15.1), libqt5widgets5t64 (>= 5.4.0), 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-config, ros-jazzy-mrpt-core, ros-jazzy-mrpt-img, ros-jazzy-mrpt-opengl, ros-jazzy-mrpt-system, ros-jazzy-mrpt-viz, libeigen3-dev, libglfw3-dev, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-gui/ros-jazzy-mrpt-gui_3.1.2-1noble.20260731.144958_amd64.deb Size: 939130 SHA256: 4922b094eaf940f3f76c117506d1f4b8552fc468eea8219d1766f652e6d0efd4 SHA1: 79c6067db07587e3321346c382c05a7b9571fae7 MD5sum: 9c53facbbd37d8168c999a1b404e1491 Description: The MRPT C++ library mrpt_gui Package: ros-jazzy-mrpt-gui-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-gui Version: 3.1.2-1noble.20260731.144958 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15880 Depends: ros-jazzy-mrpt-gui (= 3.1.2-1noble.20260731.144958) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-gui/ros-jazzy-mrpt-gui-dbgsym_3.1.2-1noble.20260731.144958_amd64.deb Size: 15679724 SHA256: b9476778e99f5bcc7b076f9b77f6ebdbc52d803141a23de859a15c48891e1315 SHA1: 22ad28230b201ed9407ebe0129f0af53e4167f9c MD5sum: 4aecb1c7ccd0b8ccb8f8637b9ae76a7b Description: debug symbols for ros-jazzy-mrpt-gui Build-Ids: c36cdf6daeddfff9afcb729b64e076dd5a39e0a5 e85144c459654d4a7b5ca41a36f59c40b0188c60 Package: ros-jazzy-mrpt-hwdrivers Version: 3.1.2-1noble.20260806.091835 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1258 Depends: libavcodec60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopenni2-0 (>= 2.2.0.33+dfsg), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), ros-jazzy-mrpt-comms, ros-jazzy-mrpt-config, ros-jazzy-mrpt-core, ros-jazzy-mrpt-img, ros-jazzy-mrpt-io, ros-jazzy-mrpt-maps, ros-jazzy-mrpt-math, ros-jazzy-mrpt-obs, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-system, ros-jazzy-mrpt-viz, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-hwdrivers/ros-jazzy-mrpt-hwdrivers_3.1.2-1noble.20260806.091835_amd64.deb Size: 372156 SHA256: 46f94f2b8e39c7ff24fdd573fa66ac5f8417a0c6e47bd1f34784ac2bd336f4b3 SHA1: e39e2282b8a6ad753f3b207d52118d9359e6aa2d MD5sum: 71306f28b92bb8a5f90ae2daf63f2d94 Description: The MRPT C++ library mrpt_hwdrivers Package: ros-jazzy-mrpt-hwdrivers-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-hwdrivers Version: 3.1.2-1noble.20260806.091835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6049 Depends: ros-jazzy-mrpt-hwdrivers (= 3.1.2-1noble.20260806.091835) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-hwdrivers/ros-jazzy-mrpt-hwdrivers-dbgsym_3.1.2-1noble.20260806.091835_amd64.deb Size: 5874824 SHA256: 448416047fcbd44aab151158d009e18d4a0a229bf4274a6eb09d6e7b7322e965 SHA1: b6c8cc658d9df20f1683c2f78a69471e0d6c6260 MD5sum: fc07ced037bd5de66b08f73a406f5a23 Description: debug symbols for ros-jazzy-mrpt-hwdrivers Build-Ids: 5d1186771262e12ce100fc3a2f1e6a4e9294115b Package: ros-jazzy-mrpt-img Version: 3.1.2-1noble.20260731.142541 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1309 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-config, ros-jazzy-mrpt-containers, ros-jazzy-mrpt-core, ros-jazzy-mrpt-io, ros-jazzy-mrpt-math, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-system, ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-img/ros-jazzy-mrpt-img_3.1.2-1noble.20260731.142541_amd64.deb Size: 470414 SHA256: 46192beab3fbdc55712c486b5be3cc75bd4a4512e67c09c9b7f15502bd47c817 SHA1: c5ff293ebd23854fea93c5a31b8baf341caea2f4 MD5sum: ea82e613a1a1a1182e69e9d209d76923 Description: The MRPT C++ library mrpt_img Package: ros-jazzy-mrpt-img-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-img Version: 3.1.2-1noble.20260731.142541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3623 Depends: ros-jazzy-mrpt-img (= 3.1.2-1noble.20260731.142541) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-img/ros-jazzy-mrpt-img-dbgsym_3.1.2-1noble.20260731.142541_amd64.deb Size: 3539360 SHA256: fc9e26059502765accfc8ffb5d33b85f63cba648b97573cbd543a54ebe1faec8 SHA1: 1fcb328044d0f0b0617af02307ab321599f9be85 MD5sum: 98137660736c5284569655c316bac488 Description: debug symbols for ros-jazzy-mrpt-img Build-Ids: 7c6b69abbec20efe4eef4277b8176c2539f4cd7d Package: ros-jazzy-mrpt-imgui Version: 3.1.2-1noble.20260731.144945 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 68 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libopengl0, libstdc++6 (>= 13.1), ros-jazzy-mrpt-img, ros-jazzy-mrpt-opengl, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-viz, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-imgui/ros-jazzy-mrpt-imgui_3.1.2-1noble.20260731.144945_amd64.deb Size: 16310 SHA256: 0ad60a46e78feb3c273cef7b6a27bf1f04073ad891df251ec6f183ef21e3b54a SHA1: 2006b0e397026f215daeb9857e287b9738a12b16 MD5sum: 77b2a36c784672c56889a94185fe6515 Description: The MRPT C++ library mrpt_imgui, wrapping rendering objects as a Dear ImGUI component Package: ros-jazzy-mrpt-imgui-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-imgui Version: 3.1.2-1noble.20260731.144945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 335 Depends: ros-jazzy-mrpt-imgui (= 3.1.2-1noble.20260731.144945) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-imgui/ros-jazzy-mrpt-imgui-dbgsym_3.1.2-1noble.20260731.144945_amd64.deb Size: 325348 SHA256: ec1791a77f7322afa3b3f3e0b7cd36d4760b8743ce1761da37870408309eebc1 SHA1: f3bcdb37ea34acedc07e3c5f24e2ec5deca7855c MD5sum: bf35b206c5d52457d8ffb0bf8153e62b Description: debug symbols for ros-jazzy-mrpt-imgui Build-Ids: 4b6795152162fca0b226017776394297bf6bd61d Package: ros-jazzy-mrpt-io Version: 3.1.2-1noble.20260708.090601 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 580 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), ros-jazzy-mrpt-core, ros-jazzy-mrpt-system, zlib1g (>= 1:1.1.4), ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-io/ros-jazzy-mrpt-io_3.1.2-1noble.20260708.090601_amd64.deb Size: 168900 SHA256: 2b9e89af80651e39e1590405e89afec0c0261d877d149014d0c49f2aa4c73e17 SHA1: d89e266c1d5a98f401949d0d98b6adb7cb541288 MD5sum: 14630aca1bf52e12101f7d2c33658ac6 Description: The MRPT C++ library mrpt_io Package: ros-jazzy-mrpt-io-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-io Version: 3.1.2-1noble.20260708.090601 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 741 Depends: ros-jazzy-mrpt-io (= 3.1.2-1noble.20260708.090601) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-io/ros-jazzy-mrpt-io-dbgsym_3.1.2-1noble.20260708.090601_amd64.deb Size: 688662 SHA256: 61c58764e71ecc266c270cfb400711e32a41fb55d9772c443ac418d37f4c2568 SHA1: f65cba7075018a3e9b07266035ffdc1e7cdb4814 MD5sum: 5beb1b39f3edcbd803f4ada700282955 Description: debug symbols for ros-jazzy-mrpt-io Build-Ids: 434f7e777bb019d56114f4d8cb6adaca87e79683 Package: ros-jazzy-mrpt-kinematics Version: 3.1.2-1noble.20260806.092127 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 367 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-config, ros-jazzy-mrpt-core, ros-jazzy-mrpt-math, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-random, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-viz, ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-kinematics/ros-jazzy-mrpt-kinematics_3.1.2-1noble.20260806.092127_amd64.deb Size: 115758 SHA256: 250e9a19218e53de99f781d284346db1a73a07ca99280dfeca3c3cf8237f6bc0 SHA1: 730858e5230409860048819aeff70c699477f887 MD5sum: 84b7ac0bea7e0816bebfa2c054df0044 Description: The MRPT C++ library mrpt_kinematics Package: ros-jazzy-mrpt-kinematics-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-kinematics Version: 3.1.2-1noble.20260806.092127 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 517 Depends: ros-jazzy-mrpt-kinematics (= 3.1.2-1noble.20260806.092127) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-kinematics/ros-jazzy-mrpt-kinematics-dbgsym_3.1.2-1noble.20260806.092127_amd64.deb Size: 476024 SHA256: 1ac113d1ef9c83508f74f188f8791f47a4f9fce9db00d5071e2a829f65925057 SHA1: 3a7103dbab957e98329e6c4f1bb8a6329791c5e9 MD5sum: 1d520ccc939ebcc7d58561bacd8e6a1f Description: debug symbols for ros-jazzy-mrpt-kinematics Build-Ids: 2c9bc7cb82587894575a74dba72c317ec0ed09d8 Package: ros-jazzy-mrpt-libapps Version: 2.15.20-1noble.20260805.081005 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1616 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.20-1noble.20260805.081005_amd64.deb Size: 434386 SHA256: ed9de8cfd759e5636bec3eda0e16c7bcd3548e200ccc764bfc861d4fa5d89cec SHA1: 88f3ccb41cc29be1663a17146da18bdb04b36430 MD5sum: 1e4838cec74cc0f9ad63a82c4537541d Description: Mobile Robot Programming Toolkit (MRPT) libraries (apps C++ libraries). This package contains: mrpt-apps lib, mrpt-graphslam Package: ros-jazzy-mrpt-libapps-cli Version: 3.1.2-1noble.20260806.100531 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 720 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-config, ros-jazzy-mrpt-containers, ros-jazzy-mrpt-core, ros-jazzy-mrpt-hwdrivers, ros-jazzy-mrpt-img, ros-jazzy-mrpt-io, ros-jazzy-mrpt-maps, ros-jazzy-mrpt-math, ros-jazzy-mrpt-obs, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-slam, ros-jazzy-mrpt-system, ros-jazzy-mrpt-topography, ros-jazzy-mrpt-viz, libcli11-dev, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libapps-cli/ros-jazzy-mrpt-libapps-cli_3.1.2-1noble.20260806.100531_amd64.deb Size: 244242 SHA256: eb607bc713c46cdb378fa9064323ee884a64a7e97f6eb47e808b591ed1dcf2ce SHA1: 33f368e67010036e5111c0b0f63f520e00c528ba MD5sum: cb3d723493c21a2e843ba24a2e0d2422 Description: The MRPT C++ library mrpt_libapps_cli Package: ros-jazzy-mrpt-libapps-cli-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libapps-cli Version: 3.1.2-1noble.20260806.100531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5652 Depends: ros-jazzy-mrpt-libapps-cli (= 3.1.2-1noble.20260806.100531) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libapps-cli/ros-jazzy-mrpt-libapps-cli-dbgsym_3.1.2-1noble.20260806.100531_amd64.deb Size: 5488998 SHA256: b881beb26341b11b52d7bffdb7b276e4d5203d672b4160925aaf49cc29445ad8 SHA1: 964cd9602ba0ac0e7e8c817b192bce822572fc92 MD5sum: f793f5c16121f183982812ab74caa580 Description: debug symbols for ros-jazzy-mrpt-libapps-cli Build-Ids: 5f9453a87fb28342db92ad5929a92bc5c76a2cf7 Package: ros-jazzy-mrpt-libapps-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libapps Version: 2.15.20-1noble.20260805.081005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9700 Depends: ros-jazzy-mrpt-libapps (= 2.15.20-1noble.20260805.081005) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libapps/ros-jazzy-mrpt-libapps-dbgsym_2.15.20-1noble.20260805.081005_amd64.deb Size: 9489602 SHA256: 81e19ab1535f64de017503dc13df6186b82bbf013cf6083686299b22dad2a9af SHA1: d0f62d73fa2ed4e51846facd422c76edd49ab0ea MD5sum: 54dfb2cd869afdc644aa3451c0795c7c Description: debug symbols for ros-jazzy-mrpt-libapps Build-Ids: 348b6cd9c0c80b49dd08413230a28d539e32d9cc 43d06c18a9fd9e26d4be1f41b299e60bfb2d802f Package: ros-jazzy-mrpt-libapps-gui Version: 3.1.2-1noble.20260806.103106 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 550 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libwxbase3.2-1t64 (>= 3.2.4+dfsg), libwxgtk3.2-1t64 (>= 3.2.4+dfsg), ros-jazzy-mrpt-bayes, ros-jazzy-mrpt-config, ros-jazzy-mrpt-core, ros-jazzy-mrpt-gui, ros-jazzy-mrpt-hwdrivers, ros-jazzy-mrpt-img, ros-jazzy-mrpt-io, ros-jazzy-mrpt-libapps-cli, ros-jazzy-mrpt-maps, ros-jazzy-mrpt-math, ros-jazzy-mrpt-obs, ros-jazzy-mrpt-opengl, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-random, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-slam, ros-jazzy-mrpt-system, ros-jazzy-mrpt-topography, ros-jazzy-mrpt-viz, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libapps-gui/ros-jazzy-mrpt-libapps-gui_3.1.2-1noble.20260806.103106_amd64.deb Size: 183552 SHA256: c63d4982cb56efe7a848ec2854f9ae09bbfab796c128189fcb59c7942f870b67 SHA1: 655dbec01f58d45059cf8c82fd605d6e0b4e95d5 MD5sum: 4fe018afee69080c077bacf3186a3c25 Description: The MRPT C++ library mrpt_libapps_gui Package: ros-jazzy-mrpt-libapps-gui-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-libapps-gui Version: 3.1.2-1noble.20260806.103106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3883 Depends: ros-jazzy-mrpt-libapps-gui (= 3.1.2-1noble.20260806.103106) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libapps-gui/ros-jazzy-mrpt-libapps-gui-dbgsym_3.1.2-1noble.20260806.103106_amd64.deb Size: 3798000 SHA256: ef6425752a69796e20dae28e2d0ad3231ef4e65e1bc2e6aa6fa41d4ef533f43f SHA1: 181d2d5f783234a6450ca0915257e5e5bd14d035 MD5sum: 5a4d65dab592a2c70dca2f7a23b6c9ac Description: debug symbols for ros-jazzy-mrpt-libapps-gui Build-Ids: 675b228192a62a491fff5cc217c6a66fd32b24b0 Package: ros-jazzy-mrpt-libbase Version: 2.15.20-1noble.20260731.134748 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6021 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.20-1noble.20260731.134748_amd64.deb Size: 1136556 SHA256: 152481ca09af3c72008546fd6fdbeed89a32025bd22014e07d13275e6abeecf9 SHA1: 9f38cc8848fe2f546116e04614234be4bbc6e1c9 MD5sum: 695b68fd61009a07ad73b58777d8dfdc 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.20-1noble.20260731.134748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7672 Depends: ros-jazzy-mrpt-libbase (= 2.15.20-1noble.20260731.134748) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libbase/ros-jazzy-mrpt-libbase-dbgsym_2.15.20-1noble.20260731.134748_amd64.deb Size: 6246720 SHA256: fd212b14bdf2d3558291ebfc4901dd50e9682756f9fa3c28464abd76f2128164 SHA1: 4a4c329a4c787caf1fbfbbf7abf1fb14fc6f1eed MD5sum: db10b8a1d1883742aec3602939a7ee34 Description: debug symbols for ros-jazzy-mrpt-libbase Build-Ids: 2013cd3fbbc380957b0172d4466fc49354886aaf 46994c512d28801f53e65b6b5abc3b7a23705c14 57ae31f152927e4e15504e8bec0cfb31499fdedc 612da41354386e1e5ff60a36e9e11d78d37110c0 a6430929bedfb5b40e6a86e49766fdbf9d2907de ae2ed9def13d041e63309252ceb39fd7b786cc41 cdc6e2381e80e58d93978d72567994150d0a0e7e e35ab3d82c42f59f484f3499af2f4cf0494646c2 e6064666897a2dba94dd0c87b596adb507593dfa Package: ros-jazzy-mrpt-libgui Version: 2.15.20-1noble.20260731.151548 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2945 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.20-1noble.20260731.151548_amd64.deb Size: 826026 SHA256: 3ce726ccd029c839c177e2717be45d301526cc34b843dadadb2abfd2bada9c20 SHA1: 36418d7e5416e18cc8fa617502114636997b6eec MD5sum: 2c91122b33c4ca7534ab44e8f3ec78e8 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.20-1noble.20260731.151548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15211 Depends: ros-jazzy-mrpt-libgui (= 2.15.20-1noble.20260731.151548) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libgui/ros-jazzy-mrpt-libgui-dbgsym_2.15.20-1noble.20260731.151548_amd64.deb Size: 14999490 SHA256: 404f9d2d7c0c03635a03507c93601f9a0751898f26471e9c7fdb893c01165745 SHA1: f6c1f138448415437526aeae259ef407056c8381 MD5sum: cb34f4ad2b9f3f1d401cf3b5f4dd042d Description: debug symbols for ros-jazzy-mrpt-libgui Build-Ids: 233cbafae15474b5d1011cf6807a81ade9d73539 28db84015d884e366fd6cd1456e1ee129f8b1354 Package: ros-jazzy-mrpt-libhwdrivers Version: 2.15.20-1noble.20260731.163600 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5977 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.20-1noble.20260731.163600_amd64.deb Size: 1178238 SHA256: 827dd337bcde6474f20d63a39311b2e489fbf954641329cc033ba82113f132ce SHA1: 9bcfa140dbc37253da8f59179b3a33931320e589 MD5sum: d28216aa57db92ccdd571e23e8feb5ec 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.20-1noble.20260731.163600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14179 Depends: ros-jazzy-mrpt-libhwdrivers (= 2.15.20-1noble.20260731.163600) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libhwdrivers/ros-jazzy-mrpt-libhwdrivers-dbgsym_2.15.20-1noble.20260731.163600_amd64.deb Size: 13700904 SHA256: a4c53eb044f4b3e6895de85e3a57dca0cfaf608c84afc7e7212b6c82acd15ae6 SHA1: e7d51499cf79262ed466a95bdb1cc9b6ace82181 MD5sum: 38f99edfca58493a0c4428902816bf26 Description: debug symbols for ros-jazzy-mrpt-libhwdrivers Build-Ids: 56264a3f4bb8e05bda4dd0b822f47e74fa066acd 78e589646a93f64e889344906adbddb82ada9746 Package: ros-jazzy-mrpt-libmaps Version: 2.15.20-1noble.20260731.154403 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2984 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.20-1noble.20260731.154403_amd64.deb Size: 827902 SHA256: 4eb90525aae863738b3f016877f61b657fcc0b8c3ea29502e5c986eebff7222c SHA1: d2e448a1b64f67c2e24f68f7654cd7cd114ae8c3 MD5sum: 9d6186e7297d59719c8c93a2432dc835 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.20-1noble.20260731.154403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17184 Depends: ros-jazzy-mrpt-libmaps (= 2.15.20-1noble.20260731.154403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libmaps/ros-jazzy-mrpt-libmaps-dbgsym_2.15.20-1noble.20260731.154403_amd64.deb Size: 16707038 SHA256: 8a245cb2df3053c9319607c356ab60a51b92004df6c5289b4236898395d395a9 SHA1: f92d2db97b9ea87fdcf095eb2ee061b5afa3f0e8 MD5sum: a3721442e5af098928834a5cd7523540 Description: debug symbols for ros-jazzy-mrpt-libmaps Build-Ids: 816db2dd052bee88325b0b38275cd3191b217629 ae7627eee38bed374b03fbe5f757ec87d39f8dfe Package: ros-jazzy-mrpt-libmath Version: 2.15.20-1noble.20260731.141106 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3476 Depends: libcxsparse4 (>= 1:7.0.1), ros-jazzy-mrpt-libbase, libeigen3-dev, libnanoflann-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.20-1noble.20260731.141106_amd64.deb Size: 883586 SHA256: 7dfa89d928a6171dffd55b52b547cb3d5998ae56bb8f83a52eb765b5f9356f98 SHA1: 6a7d935bef62c4f008429d31a2210a282695df6a MD5sum: 43fbb13da1c64c91aa7641789c0bf083 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.20-1noble.20260731.141106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 82953 Depends: ros-jazzy-mrpt-libmath (= 2.15.20-1noble.20260731.141106) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libmath/ros-jazzy-mrpt-libmath-dbgsym_2.15.20-1noble.20260731.141106_amd64.deb Size: 83066194 SHA256: e371fda88636cfb5e26cd925155e1564fb6df9188f1486245db804e682ebe3e2 SHA1: 0f1b8f53fdab9c462e79a172a6f0434627b47e51 MD5sum: 880675fc67f05de08b354c90ecb32a99 Description: debug symbols for ros-jazzy-mrpt-libmath Build-Ids: f2876cb27c6d28e395ddb301859277a69168deec Package: ros-jazzy-mrpt-libnav Version: 2.15.20-1noble.20260731.160057 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1356 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.20-1noble.20260731.160057_amd64.deb Size: 394518 SHA256: 98db0998d97065b655db2f30d38423aa1c66da3516d30fa2238ec3310ccb2571 SHA1: 8d0b42180f7a6dfdc7e3f2d8e1eebdcf71fed369 MD5sum: 9c84f04e02b8694ef54b0b925d233df9 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.20-1noble.20260731.160057 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7624 Depends: ros-jazzy-mrpt-libnav (= 2.15.20-1noble.20260731.160057) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libnav/ros-jazzy-mrpt-libnav-dbgsym_2.15.20-1noble.20260731.160057_amd64.deb Size: 7396582 SHA256: 13f927a3c824ab98e0eb136a4e9db3a2be855a22c9116cd3052172742b9460e9 SHA1: 6a8c6d5b4e94321a34403b87b321e0b6c706087c MD5sum: ac5d2c26d6b68776bd2ee171e040fcbf Description: debug symbols for ros-jazzy-mrpt-libnav Build-Ids: 3ba50008e3b9b5e40ddcd85e092c3cca5bb8307d 74fbc3c6c32dce9b4d37b22a2e01d58384eaf0df Package: ros-jazzy-mrpt-libobs Version: 2.15.20-1noble.20260731.152444 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2086 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.20-1noble.20260731.152444_amd64.deb Size: 703228 SHA256: 7fa2496afd013c2c63f9e9abe8a0482b5fa5d377152886633465afe08ebf9ee5 SHA1: 2400527998d101f245825cb0c3f732150d7bff64 MD5sum: 8c7c9cf147294c716e975f2e4a313489 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.20-1noble.20260731.152444 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9399 Depends: ros-jazzy-mrpt-libobs (= 2.15.20-1noble.20260731.152444) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libobs/ros-jazzy-mrpt-libobs-dbgsym_2.15.20-1noble.20260731.152444_amd64.deb Size: 9088084 SHA256: a49c4f9e65f0bf012c8a88e0f9e7f2d07fa642e6dd02c242cf9a1f3afcd394f2 SHA1: 5eb3cd763d04b30cfe771bd117c3b62de5bbf74f MD5sum: 83e613f858d37db9815e8987b6a640ef Description: debug symbols for ros-jazzy-mrpt-libobs Build-Ids: 269ec73923497fa015831dd78a0ea97d5fb1635d 55e404c4c27af1895f184891a6f4184239c9e612 Package: ros-jazzy-mrpt-libopengl Version: 2.15.20-1noble.20260731.145905 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3204 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.20-1noble.20260731.145905_amd64.deb Size: 1270222 SHA256: 0b9b8e5c81d51514dfc655e7a075538bef412e8cbd33fc5c129bcb8bc092e516 SHA1: 482c83621a6c649e3dfb220ca226d00be31061cc MD5sum: 67a481b65de05592379d34bc058205e6 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.20-1noble.20260731.145905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15487 Depends: ros-jazzy-mrpt-libopengl (= 2.15.20-1noble.20260731.145905) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libopengl/ros-jazzy-mrpt-libopengl-dbgsym_2.15.20-1noble.20260731.145905_amd64.deb Size: 15141786 SHA256: e0911e474329aa366fc11cc4a5e92b6aac4c8f653873e9b04dee25278ae8bca3 SHA1: 5d8a116d43052fba78b8bffb0f251822319a7255 MD5sum: d27ef31d0575ead0cbd9669fb00f2d37 Description: debug symbols for ros-jazzy-mrpt-libopengl Build-Ids: 1be54a510e7580feb2de8ca8661a438696535245 5ddb004973fc97dcdab80680a086c73e2752831e Package: ros-jazzy-mrpt-libposes Version: 2.15.20-1noble.20260731.145006 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1753 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.20-1noble.20260731.145006_amd64.deb Size: 460784 SHA256: c9d720330648bcb0038b4ca3b33966166e67c3d56829867fc5fda4654866a65d SHA1: a71679a8a2114c718088ed32699c38209f466174 MD5sum: 5773163b862286bbf5fbbb0daaf5fd50 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.20-1noble.20260731.145006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 16578 Depends: ros-jazzy-mrpt-libposes (= 2.15.20-1noble.20260731.145006) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libposes/ros-jazzy-mrpt-libposes-dbgsym_2.15.20-1noble.20260731.145006_amd64.deb Size: 16439298 SHA256: 1dcea864c079fe94cd3b3a9e7fc0a6e4155831b9d250c885c65e61347b3946be SHA1: f6a9b681f780e44d725031d78bb7d06e8f9aacf7 MD5sum: af01f0d9fe397b2d609c3bd37f84e231 Description: debug symbols for ros-jazzy-mrpt-libposes Build-Ids: 0b33543d01f8370a6e6b4f238bb48e303795fd4d 5c19fe9aa74a8e06f7b6583656739cbe39f3986b be36bf8a1ee06aaee5fc0943eb087fdfd2587635 Package: ros-jazzy-mrpt-libros-bridge Version: 3.5.3-2noble.20260804.181246 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 414 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.20260804.181246_amd64.deb Size: 122694 SHA256: 4678f237d027e6db44985873356ed4fb2b41eef350e6ca3e70b587d73cc6a8ed SHA1: 5498806688c783ea7f43c3744ddc9b63980a36cf MD5sum: 06ad30651307a428240739786fca7127 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.20260804.181246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2777 Depends: ros-jazzy-mrpt-libros-bridge (= 3.5.3-2noble.20260804.181246) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libros-bridge/ros-jazzy-mrpt-libros-bridge-dbgsym_3.5.3-2noble.20260804.181246_amd64.deb Size: 2693516 SHA256: af9ec0080ddd92b3142353bdb62088144d029a6d439cd9187671217760344aea SHA1: fe0a031fc2d6b7d57fb66de775b4a4b7525888e7 MD5sum: 886ba2d96588600f19b8b02bf3e84a7a Description: debug symbols for ros-jazzy-mrpt-libros-bridge Build-Ids: 2d578e2e615a1fd027250e9aec7d5004a1cb9e3b Package: ros-jazzy-mrpt-libslam Version: 2.15.20-1noble.20260731.160100 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3212 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.4.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.20-1noble.20260731.160100_amd64.deb Size: 1002672 SHA256: 04622a6475898f415d662364ffe31d7870c642da92355300755c84b13ca222dd SHA1: 92e99568a5e02ab2eaefb3fde2aa124612926537 MD5sum: 885dee3d55d7dbffadf684bc6a8702ca 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.20-1noble.20260731.160100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 41592 Depends: ros-jazzy-mrpt-libslam (= 2.15.20-1noble.20260731.160100) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-libslam/ros-jazzy-mrpt-libslam-dbgsym_2.15.20-1noble.20260731.160100_amd64.deb Size: 41438462 SHA256: daf58a7efb52e74f5cb8706457c96fc6f1defd9a7057058709fd343df7fe806f SHA1: 8781b35108b23c4a37f2915be874efe437177bb3 MD5sum: 7ece0e3535eb87ec8fa985f520fee787 Description: debug symbols for ros-jazzy-mrpt-libslam Build-Ids: 54674892783cf70651a9a9211a797c759efb58ab f15c33a135c93ad4c6a63f7075841e3f3668d349 Package: ros-jazzy-mrpt-libtclap Version: 2.15.20-1noble.20260731.141101 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 181 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.20-1noble.20260731.141101_amd64.deb Size: 24762 SHA256: f5607562904869debf02f556c2269bbd3d9d9a4b7a2b0e896fc4231f3215eb55 SHA1: 3048df4a85852499353f6d4dc583f886d73de1b1 MD5sum: db01a2ed2bbaf4b253fad98457fd3036 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.20260804.182119 Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 564 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mp2p-icp-core, 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-mp2p-icp (>= 1.6.2), 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.20260804.182119_amd64.deb Size: 141050 SHA256: 3f034e2b024ca7839e7e6a37e3604e3e5ae203e79b37816053836831b3efd0d1 SHA1: 4e73f7c2934ff4de81119a9651a343cdccbb7a12 MD5sum: bbf83969e692402abc5d84ad593eac94 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.20260804.182119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 3304 Depends: ros-jazzy-mrpt-map-server (= 2.5.0-1noble.20260804.182119) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-map-server/ros-jazzy-mrpt-map-server-dbgsym_2.5.0-1noble.20260804.182119_amd64.deb Size: 3054142 SHA256: ba8c58058a60537cdfbf50f156ffbe24d1b3b435159753a7d5a8ff4e5628af68 SHA1: 3d6d614a4f352d0390db28fc3252721feaab7a3b MD5sum: 4e57ffb3c47f1cfa642468f73e7d7ca2 Description: debug symbols for ros-jazzy-mrpt-map-server Build-Ids: 0fa8cbff9b392b7c2b535069b60d30c70c6baa06 Package: ros-jazzy-mrpt-maps Version: 3.1.2-1noble.20260731.145302 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2716 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), liboctomap1.9t64 (>= 1.9.7+dfsg), libstdc++6 (>= 13.1), ros-jazzy-mrpt-bayes, ros-jazzy-mrpt-config, ros-jazzy-mrpt-containers, ros-jazzy-mrpt-core, ros-jazzy-mrpt-graphs, ros-jazzy-mrpt-img, ros-jazzy-mrpt-io, ros-jazzy-mrpt-math, ros-jazzy-mrpt-obs, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-random, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-system, ros-jazzy-mrpt-tfest, ros-jazzy-mrpt-viz, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-maps/ros-jazzy-mrpt-maps_3.1.2-1noble.20260731.145302_amd64.deb Size: 806220 SHA256: c8314a47cd3850a4000c35a0f38e4ca4e6f19c3dd0244afea3cdee9b5cff1f51 SHA1: 14f41fc921d48391e8b529b95e14974cc1b6f5dd MD5sum: d73d53f2bdd3fddab1f1aaf8d1234b9c Description: The MRPT C++ library mrpt_maps Package: ros-jazzy-mrpt-maps-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-maps Version: 3.1.2-1noble.20260731.145302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13078 Depends: ros-jazzy-mrpt-maps (= 3.1.2-1noble.20260731.145302) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-maps/ros-jazzy-mrpt-maps-dbgsym_3.1.2-1noble.20260731.145302_amd64.deb Size: 12653678 SHA256: 65ae1f4720877ba3c7870c9ea2328bfa35dd4764faec2c50a86722025e75cef6 SHA1: f9d2f949567ad0c5181592d7a9be7564031bdd26 MD5sum: b821a1d67bf64578f7362ab46bc88550 Description: debug symbols for ros-jazzy-mrpt-maps Build-Ids: 36627ff203513280f382d5d4b3187dd09a9586c1 Package: ros-jazzy-mrpt-math Version: 3.1.2-1noble.20260731.134755 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4742 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.0), libstdc++6 (>= 13.1), ros-jazzy-mrpt-containers, ros-jazzy-mrpt-core, ros-jazzy-mrpt-random, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-system, libnanoflann-dev, ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-math/ros-jazzy-mrpt-math_3.1.2-1noble.20260731.134755_amd64.deb Size: 1304616 SHA256: ca029e865d0e146438c393cf72e455eb17bda57b31c9341c1b9926c874bcdc24 SHA1: 8814615bdf1ea22e0c9609463e66ca80f02dd047 MD5sum: 8e9759f1678b6c75caf2bdbcbc445a88 Description: The MRPT C++ library mrpt_math Package: ros-jazzy-mrpt-math-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-math Version: 3.1.2-1noble.20260731.134755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 85090 Depends: ros-jazzy-mrpt-math (= 3.1.2-1noble.20260731.134755) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-math/ros-jazzy-mrpt-math-dbgsym_3.1.2-1noble.20260731.134755_amd64.deb Size: 85283972 SHA256: 8f6747228c8b2e53dc4ca26e0df1f6e5e2359a15a054509a472ae4a407c28f43 SHA1: 085e1dbc9c3f109c78515da20774f5a0a7b78a87 MD5sum: 4f0128cb5fccc1f7b8d9a07e4a5833d5 Description: debug symbols for ros-jazzy-mrpt-math Build-Ids: 9032241ceff487df28bf0ba84ce8e4e97954778e Package: ros-jazzy-mrpt-msgs Version: 0.6.0-1noble.20260615.113532 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3520 Depends: libc6 (>= 2.14), 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.20260615.113532_amd64.deb Size: 260076 SHA256: 3ab0f79ddd5efa983efae7374cf42b5465934e72953585179df24fb55efe3570 SHA1: 4fae91944d7a86253f87af540ea6942c3ceeb54a MD5sum: caa3d11aca17a04ddbd9647dea613676 Description: ROS messages for MRPT classes and objects Package: ros-jazzy-mrpt-msgs-bridge Version: 2.5.0-1noble.20260804.185316 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 397 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.20260804.185316_amd64.deb Size: 36382 SHA256: 50196fc3ee8f973f4686b99699bf7db0b69f3a4a545f2191a681904f4184180f SHA1: fe919b40c284369f08ccf9bfed752340cfb19dcc MD5sum: 7f731b13dbc3def6623e38130202987f 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.20260615.113532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2868 Depends: ros-jazzy-mrpt-msgs (= 0.6.0-1noble.20260615.113532) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-msgs/ros-jazzy-mrpt-msgs-dbgsym_0.6.0-1noble.20260615.113532_amd64.deb Size: 2393394 SHA256: c0f46549e91799da9448f84b2fee9fc68f8cebca0bcb223bd4bde4c4be309603 SHA1: efdd04c5e79cb3f0b3643f29944c194f052422ee MD5sum: 4320cbbe4289e2d8bc784ba63a1da4c5 Description: debug symbols for ros-jazzy-mrpt-msgs Build-Ids: 00d07141f6352e63083df3358c4bcc4269ceaccf 52a67b77897c35a85de3acbbcac17418c254c5af 5def05927cb2595d10c2acfe6cd277367717cee6 6e3c12b7f2e3d6b1a7aa5dd270e9c65de3ae8960 738b2be3cc504da138f9425f1a097ad6f07513e7 a120c7a319b02fa1af832e13888008e13757f326 ba5c4664f73ae3446f8a6c1916bed5e3b89caf50 c6a332bd704d33e2d5999450702b46ff3155348c d4f9a384b64439a3e7675ef828e2663ad9250532 d817eba61e39879267f5b0a91d22660c536430bd f11eadf6ac6f9ee742e2b6a9d70310b4c9a1aa26 Package: ros-jazzy-mrpt-nav Version: 3.1.2-1noble.20260806.100451 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1195 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-config, ros-jazzy-mrpt-containers, ros-jazzy-mrpt-core, ros-jazzy-mrpt-expr, ros-jazzy-mrpt-io, ros-jazzy-mrpt-kinematics, ros-jazzy-mrpt-maps, ros-jazzy-mrpt-math, ros-jazzy-mrpt-obs, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-random, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-system, ros-jazzy-mrpt-viz, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-nav/ros-jazzy-mrpt-nav_3.1.2-1noble.20260806.100451_amd64.deb Size: 368646 SHA256: dcc809a0db3c82151ade9f7ced3b7e94948b63dab37f7061b448627dff574d15 SHA1: 96d96e63929b60be0a71fb067fead1ceb83c58d8 MD5sum: 5ebf598bf17e565450f4291dcf5a88fb Description: The MRPT C++ library mrpt_nav Package: ros-jazzy-mrpt-nav-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-nav Version: 3.1.2-1noble.20260806.100451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6931 Depends: ros-jazzy-mrpt-nav (= 3.1.2-1noble.20260806.100451) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-nav/ros-jazzy-mrpt-nav-dbgsym_3.1.2-1noble.20260806.100451_amd64.deb Size: 6749008 SHA256: fa19f7048de8bccfc586013896545d033d90b184e08c7afcc6b1c7de038035ab SHA1: 8118ef35151ecf768fa386678911630dde04e9b1 MD5sum: f6416fdb2f5fbf903797827943270df8 Description: debug symbols for ros-jazzy-mrpt-nav Build-Ids: 9f2299fd4395172a79a566939a6cd62d3ce61eb8 Package: ros-jazzy-mrpt-nav-interfaces Version: 2.5.0-1noble.20260615.114549 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 5679 Depends: libc6 (>= 2.14), 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.20260615.114549_amd64.deb Size: 348232 SHA256: 94400c9aa09d328dc4b5d29c4e7b323a28ef3d8f78b30043d48c0cd8fa00d80b SHA1: 66e34b9bae274d1059a2886f0a3ecfb34781047a MD5sum: 1329ad0d2b1982941a71fb8cb5f45d17 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.20260615.114549 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 3597 Depends: ros-jazzy-mrpt-nav-interfaces (= 2.5.0-1noble.20260615.114549) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-nav-interfaces/ros-jazzy-mrpt-nav-interfaces-dbgsym_2.5.0-1noble.20260615.114549_amd64.deb Size: 2754764 SHA256: c8b6494ca974df93d08c6f0078425be6cc563dfbb81acb2bb134ab16c622b5d2 SHA1: c1b938f7a2fe742c942f75375b2cf4042193d880 MD5sum: 261554c7ecfddb38ab965e8755184c64 Description: debug symbols for ros-jazzy-mrpt-nav-interfaces Build-Ids: 087f01612ef79567bc6940487740ccbc004a85cc 1f56ba065c9a99cd3ea396d4759929b12c2e0f9a 26b8f75a094b932d6cecb23f9deffada394f0f8f 500f11eba0372149f23602623688c22888efaa92 59442c7d2ca53e13538eb7ebc9f3644dede355e0 5c47eb9f8c817bd69f0990c9f1cd7a751f2edafc 6390408eb52828255235eea30a9f65fd5671c219 97b1df2f54f8e6051a00f9c2bda7a1fe5ee91ce6 9aba2a0584931dfed7e59e1037e3740c2efee567 b383c7a11c4ab76efcf3ccf5fda3d039c10b3862 d821a747f127abd8b44ffc40a730e66e036e503a Package: ros-jazzy-mrpt-navigation Version: 2.5.0-1noble.20260804.195554 Architecture: amd64 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.20260804.195554_amd64.deb Size: 6408 SHA256: 7b6e88872f32d5b8c3d75ccb95c59c1cdcdf85c369d246483a988466e0904dd5 SHA1: e1d78c90d6533a44ece50ef526b61a39a16ea606 MD5sum: 947917eec6540dc2226fb4446b2f634a 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-obs Version: 3.1.2-1noble.20260731.144704 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2262 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-jazzy-mrpt-config, ros-jazzy-mrpt-containers, ros-jazzy-mrpt-core, ros-jazzy-mrpt-img, ros-jazzy-mrpt-io, ros-jazzy-mrpt-math, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-random, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-system, ros-jazzy-mrpt-tfest, ros-jazzy-mrpt-viz, ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-obs/ros-jazzy-mrpt-obs_3.1.2-1noble.20260731.144704_amd64.deb Size: 778728 SHA256: eb1e4f4026b9304e23f531f1ce80293b58f7d1b73d1f4b9c614c70a6f3ce05e0 SHA1: fb4959d0645cade867701f7c3b789b517b011d3d MD5sum: b8063e03771888a2803ea3af918e5a40 Description: The MRPT C++ library mrpt_obs Package: ros-jazzy-mrpt-obs-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-obs Version: 3.1.2-1noble.20260731.144704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8134 Depends: ros-jazzy-mrpt-obs (= 3.1.2-1noble.20260731.144704) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-obs/ros-jazzy-mrpt-obs-dbgsym_3.1.2-1noble.20260731.144704_amd64.deb Size: 7857446 SHA256: cebe491cd5606c6c6e387ce580340404b9a4496ae7880c967cfccc16bc4f1f31 SHA1: 9a36aec97222152fb86de232e113ccde10364f4a MD5sum: 75a5aa0981757df4c58a10276bdfcb51 Description: debug symbols for ros-jazzy-mrpt-obs Build-Ids: ab4256197fd3977fb4784b6879b9b05a5b966aab Package: ros-jazzy-mrpt-opengl Version: 3.1.2-1noble.20260731.144650 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 870 Depends: libc6 (>= 2.38), libegl1, libgcc-s1 (>= 3.3.1), libopengl0, libstdc++6 (>= 13.1), ros-jazzy-mrpt-containers, ros-jazzy-mrpt-core, ros-jazzy-mrpt-img, ros-jazzy-mrpt-io, ros-jazzy-mrpt-math, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-viz, libgl1-mesa-dev, libglu1-mesa-dev, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-opengl/ros-jazzy-mrpt-opengl_3.1.2-1noble.20260731.144650_amd64.deb Size: 300566 SHA256: a5cb02a904c5ec9b150c2cdec3645adc8596408e435728fb9708b940e2674f90 SHA1: 34e05e7666f5776be0e5671b286272e41c82d523 MD5sum: f8010641200dfdd43b6aba634bbc2a3c Description: The MRPT C++ library mrpt_opengl Package: ros-jazzy-mrpt-opengl-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-opengl Version: 3.1.2-1noble.20260731.144650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4453 Depends: ros-jazzy-mrpt-opengl (= 3.1.2-1noble.20260731.144650) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-opengl/ros-jazzy-mrpt-opengl-dbgsym_3.1.2-1noble.20260731.144650_amd64.deb Size: 4388570 SHA256: 089064e2e6ec9af693e6e6b2589b3db3c80cde370aa6673109bd37df5bf49cbc SHA1: 4f65496caaec0cc592ace4854145f39ecce1d624 MD5sum: be0b21ec8ef65cfe93e2a733a344946c Description: debug symbols for ros-jazzy-mrpt-opengl Build-Ids: 1477d29b5cab7ed2b0b5ed7df74d97d134f2a830 Package: ros-jazzy-mrpt-path-planning Version: 1.0.1-1noble.20260804.193207 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1422 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_1.0.1-1noble.20260804.193207_amd64.deb Size: 455474 SHA256: 2776680c43a965de96dd7a87ad2205f145de408529550c437bb6c0ac0be02079 SHA1: 9c0e9c51474a67e9615fd4cefb0ba0f7963190e5 MD5sum: b11b4c97744c46a46cb68aef8b96cff5 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: 1.0.1-1noble.20260804.193207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10558 Depends: ros-jazzy-mrpt-path-planning (= 1.0.1-1noble.20260804.193207) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-path-planning/ros-jazzy-mrpt-path-planning-dbgsym_1.0.1-1noble.20260804.193207_amd64.deb Size: 10318484 SHA256: d9b56f94781dd7705b7f6f10bdd76a70255eb74477332069f54ed286075342bd SHA1: 3af298f273c35dc925ca74a8ed9822755a5f5445 MD5sum: aeb873d9b434877d3a81a30d52531016 Description: debug symbols for ros-jazzy-mrpt-path-planning Build-Ids: 07957ff7a7fe056487a50c691269d0f36842e9ef 826b4799ffc40334065f5953c2ed9ed760a7d5e4 d7187232630493a02d61481ce651f25672cd04d0 Package: ros-jazzy-mrpt-pf-localization Version: 2.5.0-1noble.20260804.185956 Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 4063 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-core, 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-mp2p-icp, 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.20260804.185956_amd64.deb Size: 564462 SHA256: 66f4c3167c305049a2bd93e799128e86d3c002410bfbb0c92b9e6f7450885266 SHA1: fb6ae3aec34072b09087eecbf70dc3fbb48c28d9 MD5sum: a0273af54208f03d1d98b57bff32c35b 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.20260804.185956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 20065 Depends: ros-jazzy-mrpt-pf-localization (= 2.5.0-1noble.20260804.185956) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-pf-localization/ros-jazzy-mrpt-pf-localization-dbgsym_2.5.0-1noble.20260804.185956_amd64.deb Size: 16841090 SHA256: 7d385e99f9d290b0790278d7bd33cb6563bd8a71b501e6641d960a5030b2d657 SHA1: 5a48a76e93a36f7301a673ae9d2d8823cf801104 MD5sum: d3b135100d7fc911974e911480cce96b Description: debug symbols for ros-jazzy-mrpt-pf-localization Build-Ids: 012d7c0edaa1a98049a0c8f1b939f9d75fb3f10b 4fb01bf19a841533ba037144b78028716b84fe97 83e827b6a4de5095d744cb7c8cba528ba3e99803 d49e4f24430c2a8077900d5bc43523fe9ec29ad9 Package: ros-jazzy-mrpt-pointcloud-pipeline Version: 2.5.0-1noble.20260804.184038 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1729 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mp2p-icp-core, 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-mp2p-icp, 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.20260804.184038_amd64.deb Size: 266850 SHA256: adec4be9409071dfc19b6c369d54ed137c7c79e5978ad0fd586ab46665b30f5e SHA1: e7575b72d992a719fcffa284c208c85f7cf518f8 MD5sum: 31ea226353738411b3a281d126874ab8 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.20260804.184038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9537 Depends: ros-jazzy-mrpt-pointcloud-pipeline (= 2.5.0-1noble.20260804.184038) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-pointcloud-pipeline/ros-jazzy-mrpt-pointcloud-pipeline-dbgsym_2.5.0-1noble.20260804.184038_amd64.deb Size: 8205614 SHA256: 4b072d021b8c033d039a36a3e187af2bcebbbda9b0708b233959a4ccc28235b6 SHA1: d307047bdb5b658871a77f92937814b1349db093 MD5sum: fcea91344e60c9e8b4b2bcfec3918474 Description: debug symbols for ros-jazzy-mrpt-pointcloud-pipeline Build-Ids: 8e364b4dba8304945f5dc4d572ee4a26c1884270 c10973b82a39eb6eb9d4eb054b21208db9319439 e7dc35284bc1d89575c22d802bed3c0c5bb211d3 Package: ros-jazzy-mrpt-poses Version: 3.1.2-1noble.20260731.142932 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1903 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-bayes, ros-jazzy-mrpt-containers, ros-jazzy-mrpt-core, ros-jazzy-mrpt-math, ros-jazzy-mrpt-random, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-system, ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-poses/ros-jazzy-mrpt-poses_3.1.2-1noble.20260731.142932_amd64.deb Size: 533990 SHA256: 4983de6974012e3af6d496d535392256bfefc713fde3095e4dfca883c827ce36 SHA1: 11cd36214557ebfd659a0d7175af26bceca3305c MD5sum: d0275afd9a92bb883f18cd8422bd409d Description: The MRPT C++ library mrpt_poses Package: ros-jazzy-mrpt-poses-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-poses Version: 3.1.2-1noble.20260731.142932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 16169 Depends: ros-jazzy-mrpt-poses (= 3.1.2-1noble.20260731.142932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-poses/ros-jazzy-mrpt-poses-dbgsym_3.1.2-1noble.20260731.142932_amd64.deb Size: 16103206 SHA256: 1df19607693595af8b60893e472ee903423ed857c97d14be35288e618f1a8e3d SHA1: b06151337cba1b2361cd9955ade80febcae01517 MD5sum: ad274ca1e8fe0cbd141881801ed78e32 Description: debug symbols for ros-jazzy-mrpt-poses Build-Ids: aa791182dc81978d26419427d4114ec902d0d5dd Package: ros-jazzy-mrpt-random Version: 3.1.2-1noble.20260708.084808 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 247 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-random/ros-jazzy-mrpt-random_3.1.2-1noble.20260708.084808_amd64.deb Size: 82268 SHA256: 48e76132ffc64206cfc45bdfbafdddcc0a325908b2329136e97dc608441e04bf SHA1: 8d4bd80c812f9d2f289d7a08e02453805d2822de MD5sum: ab214738409be4011f0f2b51fa2dd2af Description: The MRPT C++ library mrpt_random Package: ros-jazzy-mrpt-random-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-random Version: 3.1.2-1noble.20260708.084808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 49 Depends: ros-jazzy-mrpt-random (= 3.1.2-1noble.20260708.084808) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-random/ros-jazzy-mrpt-random-dbgsym_3.1.2-1noble.20260708.084808_amd64.deb Size: 34744 SHA256: cf7a92e54ee7879a013845725fb7beb3e98e64a3677cfd019cdb9135d6a43d16 SHA1: e0cdbcf6d6b44f5b40336756d49b7a118d8e2cfe MD5sum: 60dcbd570c3edfc6985c5067f885d531 Description: debug symbols for ros-jazzy-mrpt-random Build-Ids: ab008c256e6b0a596d1eead606a2d16fcf365440 Package: ros-jazzy-mrpt-reactivenav2d Version: 2.5.0-1noble.20260804.182121 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2022 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.20260804.182121_amd64.deb Size: 328982 SHA256: cf7fde875231f5eead8f11b5721f5f4ef750ba5652027b30321a3c2e90302bc9 SHA1: d940ba7e156e2a613bc57eb0d46719f9a4041bed MD5sum: 683d941b35d48f7f5f800324febd2a84 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.20260804.182121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9037 Depends: ros-jazzy-mrpt-reactivenav2d (= 2.5.0-1noble.20260804.182121) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-reactivenav2d/ros-jazzy-mrpt-reactivenav2d-dbgsym_2.5.0-1noble.20260804.182121_amd64.deb Size: 7386444 SHA256: b9e2ca4e433f69f09a079b7f1875d7a4a43a7b94a3b5e5920c4449f7cec3315b SHA1: 63e3dc6bc91c40d1b56bae91e14916f3eeeda990 MD5sum: 50864e48a066e02def8d41bc328c8a17 Description: debug symbols for ros-jazzy-mrpt-reactivenav2d Build-Ids: 29ec56379d007dc6ffa86431be0024527673b92b Package: ros-jazzy-mrpt-rtti Version: 3.1.2-1noble.20260708.085728 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 269 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-core, ros-jazzy-mrpt-common, ros-jazzy-mrpt-typemeta, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-rtti/ros-jazzy-mrpt-rtti_3.1.2-1noble.20260708.085728_amd64.deb Size: 88454 SHA256: 8f3050ee1bb1d29a0962897a601c9a961a410630c806e1d4f0bc942223c11459 SHA1: a86098f48ac297d83dd2b0db6e2ef8559debf76a MD5sum: 7ca95da2816fc731d00578c27e63dcb7 Description: The MRPT C++ library mrpt_rtti Package: ros-jazzy-mrpt-rtti-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-rtti Version: 3.1.2-1noble.20260708.085728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 242 Depends: ros-jazzy-mrpt-rtti (= 3.1.2-1noble.20260708.085728) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-rtti/ros-jazzy-mrpt-rtti-dbgsym_3.1.2-1noble.20260708.085728_amd64.deb Size: 221332 SHA256: 948d2e243679eac1d0421d843c96ea7928868b21ef20eee6dc01fbd0f2eb61ae SHA1: dd7f0471d98f2ec174254c3f7a9f4a3b3199383e MD5sum: 39119d6e334a0dac7085c887c428f900 Description: debug symbols for ros-jazzy-mrpt-rtti Build-Ids: 536a808583ecfea3dfb281d817603b3f03db7e0e Package: ros-jazzy-mrpt-sensor-bumblebee-stereo Version: 0.3.0-1noble.20260804.183618 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 568 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.20260804.183618_amd64.deb Size: 135560 SHA256: d9506055ba34686aa92e3e26f3665d7602c162a535f10742ae9006a4b4a53a4d SHA1: 4692c95814654d04266c70d38f107d02b1ba793e MD5sum: 0c870d5570a9f0a27570fc91f33c83bc 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.20260804.183618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1021 Depends: ros-jazzy-mrpt-sensor-bumblebee-stereo (= 0.3.0-1noble.20260804.183618) 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.20260804.183618_amd64.deb Size: 841202 SHA256: 011f608c365fde0670b658c03d353adc5d71d7de690d48ad47844fd6718e9f46 SHA1: 0e6bad3ee698b60451158d42824082eb45779ebb MD5sum: c742933a15d1e188f0c3cf3d5b1f65fe Description: debug symbols for ros-jazzy-mrpt-sensor-bumblebee-stereo Build-Ids: af6fb59bcfc75d41162801b7efc961e72c2ce480 Package: ros-jazzy-mrpt-sensor-gnss-nmea Version: 0.3.0-1noble.20260804.183649 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 671 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.20260804.183649_amd64.deb Size: 156454 SHA256: ed6faa90ec78340f3fcca6894fd591b3b600ae15807e827feaa6293f7d81d331 SHA1: 87bdd02540a73a2765c70124befac677ec581e04 MD5sum: 5e5ba33245f0c0c32956a7b1cb3166b5 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.20260804.183649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1724 Depends: ros-jazzy-mrpt-sensor-gnss-nmea (= 0.3.0-1noble.20260804.183649) 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.20260804.183649_amd64.deb Size: 1476880 SHA256: 0e6551717cda61f505f773a4e2bf581ed37cea872c63649d2f47ccda71a35ced SHA1: 1a29f4d3dd5607cb81fa57dacf16c76a9fab8be7 MD5sum: 0450866cedfa86b3dc60fec6429262a1 Description: debug symbols for ros-jazzy-mrpt-sensor-gnss-nmea Build-Ids: 2a318fbd734a647dd8242fa0d2ee83ce9e84c8c0 Package: ros-jazzy-mrpt-sensor-gnss-novatel Version: 0.3.0-1noble.20260804.183652 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1381 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.20260804.183652_amd64.deb Size: 278144 SHA256: 99f87150dd6248840456343a06dbad5ac0d87ec0a1c564abd60a0265606e7b4c SHA1: 13401e9102e2e3d8ef89bbc95ba42137c3e44dcb MD5sum: 0db486a86fd4f98a937932e3949a9e47 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.20260804.183652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 5163 Depends: ros-jazzy-mrpt-sensor-gnss-novatel (= 0.3.0-1noble.20260804.183652) 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.20260804.183652_amd64.deb Size: 4376620 SHA256: 1eb47a667aef90fa0c6cf0eca558b20289b82d85561d16b73f872e9823f53171 SHA1: a9b43724549497e185ed6c1f8e1f4619eb4235e2 MD5sum: 2da54525e5b1ddf294588a5818ccf936 Description: debug symbols for ros-jazzy-mrpt-sensor-gnss-novatel Build-Ids: c1cfcdeb0a556a8ce1844b04e866c987d97c6782 Package: ros-jazzy-mrpt-sensor-imu-taobotics Version: 0.3.0-1noble.20260804.183655 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 499 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.20260804.183655_amd64.deb Size: 112864 SHA256: a9659d670404477ff65a5ca7805e8c989b69cb9436064b5e730b00290cedf98f SHA1: 07a5cf5cbed38c4e038b862b41c3f74bb241397a MD5sum: a92afb392d28034395c0bde6852779f4 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.20260804.183655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 447 Depends: ros-jazzy-mrpt-sensor-imu-taobotics (= 0.3.0-1noble.20260804.183655) 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.20260804.183655_amd64.deb Size: 294626 SHA256: b17c2c3c7d9ddefafcc90a3afdc2237eb12754b7c22c3e406d4b9b4152e4b5e4 SHA1: 97ff3aaeba9c3985c109e1341f0665d585e24257 MD5sum: d686d1fbd959e6597e99db4af19d4d77 Description: debug symbols for ros-jazzy-mrpt-sensor-imu-taobotics Build-Ids: 97488db544c81079ec3a54c13f8ef31ab64d95fc Package: ros-jazzy-mrpt-sensorlib Version: 0.3.0-1noble.20260804.182840 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 2003 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.20260804.182840_amd64.deb Size: 115052 SHA256: c8f48b160b3e87c161a00bd8510a7249d3f00e639750016916c983d5a6b3cd2f SHA1: aaaea69f3cdc68625a67d8dcfa2c80d4a6a5735a MD5sum: ebd926075605eddebd311f5bbcc2595f Description: C++ library for the base generic MRPT sensor node Package: ros-jazzy-mrpt-sensors Version: 0.3.0-1noble.20260804.192132 Architecture: amd64 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.20260804.192132_amd64.deb Size: 5566 SHA256: a683eda740cc6ce37e0900f0cb0d133fc4d181f9cff8e18c33ae8ead08e8edad SHA1: f21e39f79cfb02f4062210ee2ec161440b981f2c MD5sum: 4dbd4d6ec8aeb07ec5c32a4c0a0db241 Description: ROS nodes for various robotics sensors via mrpt-hwdrivers. Metapackage for all mrpt_sensor packages. Package: ros-jazzy-mrpt-serialization Version: 3.1.2-1noble.20260708.090113 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 364 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-core, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-serialization/ros-jazzy-mrpt-serialization_3.1.2-1noble.20260708.090113_amd64.deb Size: 107744 SHA256: 203f0ebef746d7abde5e591d0c2d2da4d1155333bfd37e392dd4b307658bc27f SHA1: 7bcf85d150e4e3c9777b0cba73657cab868940a9 MD5sum: 3ed6ee95620812b906d480e81caf2761 Description: The MRPT C++ library mrpt_serialization Package: ros-jazzy-mrpt-serialization-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-serialization Version: 3.1.2-1noble.20260708.090113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 386 Depends: ros-jazzy-mrpt-serialization (= 3.1.2-1noble.20260708.090113) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-serialization/ros-jazzy-mrpt-serialization-dbgsym_3.1.2-1noble.20260708.090113_amd64.deb Size: 358460 SHA256: ed10bea225392e54efa1c8339d69f007b55fb6a63222bb2ec8a1e773111b65a5 SHA1: 2247dd547f620290e672d80e96f35035d8657b6b MD5sum: 1f214337d291c778e69fb8f2ccc41fff Description: debug symbols for ros-jazzy-mrpt-serialization Build-Ids: 357ead03a3be1c27a37d2e668ba289227c7aba1f Package: ros-jazzy-mrpt-slam Version: 3.1.2-1noble.20260731.145829 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1761 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-bayes, ros-jazzy-mrpt-config, ros-jazzy-mrpt-core, ros-jazzy-mrpt-graphs, ros-jazzy-mrpt-img, ros-jazzy-mrpt-io, ros-jazzy-mrpt-maps, ros-jazzy-mrpt-math, ros-jazzy-mrpt-obs, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-random, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-system, ros-jazzy-mrpt-tfest, ros-jazzy-mrpt-topography, ros-jazzy-mrpt-viz, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-slam/ros-jazzy-mrpt-slam_3.1.2-1noble.20260731.145829_amd64.deb Size: 562086 SHA256: 36283c71f7d17054f68ecc3b532adde12dc694d6a5ba596fe2aa2883b918b36c SHA1: 2022ca1eff056f6085b7a024e5d4410407f8a078 MD5sum: 58009ec592a25a21e450810817a83aea Description: The MRPT C++ library mrpt_slam Package: ros-jazzy-mrpt-slam-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-slam Version: 3.1.2-1noble.20260731.145829 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8056 Depends: ros-jazzy-mrpt-slam (= 3.1.2-1noble.20260731.145829) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-slam/ros-jazzy-mrpt-slam-dbgsym_3.1.2-1noble.20260731.145829_amd64.deb Size: 7841910 SHA256: de925343fdaf14bc1654eec8402adaec139810f41b14a30f69f04a3a77c386a5 SHA1: d1a089ec096744f161d9f60296e04bc30d17ca1a MD5sum: cd4c4901c87c440163556b2c26f1d471 Description: debug symbols for ros-jazzy-mrpt-slam Build-Ids: d7b1d9e16da47d0508dd1e02b72ba8a983fb6c25 Package: ros-jazzy-mrpt-system Version: 3.1.2-1noble.20260708.090049 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 706 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-containers, ros-jazzy-mrpt-core, ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-system/ros-jazzy-mrpt-system_3.1.2-1noble.20260708.090049_amd64.deb Size: 223270 SHA256: 425e6ab09f0816acad1b553af7bfedf245e43848430ef97da6b6d311ae6bc78b SHA1: 4242610264ef0b4b695666d8dec9ad3d133f2e39 MD5sum: 497d9a9f22993212aa6a88e460df6812 Description: The MRPT C++ library mrpt_system Package: ros-jazzy-mrpt-system-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-system Version: 3.1.2-1noble.20260708.090049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1395 Depends: ros-jazzy-mrpt-system (= 3.1.2-1noble.20260708.090049) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-system/ros-jazzy-mrpt-system-dbgsym_3.1.2-1noble.20260708.090049_amd64.deb Size: 1327928 SHA256: f5dee8d1df42a7702f136eda60344d2f11afeb956bf1742dd833ee575be2884c SHA1: 2cc30c7edea62a0d7e63047f7c5dff29674e37c9 MD5sum: c96f6a9ac15bc83fe98423c88d7721cc Description: debug symbols for ros-jazzy-mrpt-system Build-Ids: 22d2c84d9cbec76dc8e24e7371d6d06a1c55e7e5 Package: ros-jazzy-mrpt-tfest Version: 3.1.2-1noble.20260731.143600 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 376 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-core, ros-jazzy-mrpt-math, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-random, ros-jazzy-mrpt-system, ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-tfest/ros-jazzy-mrpt-tfest_3.1.2-1noble.20260731.143600_amd64.deb Size: 125066 SHA256: 6dba487488b45ca8a324f9bd2801b547b282fffbfb6e56b43bd7c2b5e0789256 SHA1: 44e9f2af30e5373ebc031793c6881ab9bd8f5ec4 MD5sum: 942c9c6e14b8d48e24395a5aab655820 Description: The MRPT C++ library mrpt_tfest Package: ros-jazzy-mrpt-tfest-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-tfest Version: 3.1.2-1noble.20260731.143600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 737 Depends: ros-jazzy-mrpt-tfest (= 3.1.2-1noble.20260731.143600) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-tfest/ros-jazzy-mrpt-tfest-dbgsym_3.1.2-1noble.20260731.143600_amd64.deb Size: 714014 SHA256: c5dc9fc12b5922581eae149983685f6480b3305ec2f9431805e8ab512092b8b9 SHA1: 804e4fa17a1ecd121ce1eaac0d6ee6f56b39bf0e MD5sum: 2f2c4158e207ae8b1813591242bac90f Description: debug symbols for ros-jazzy-mrpt-tfest Build-Ids: 490d850b9774d036709775e31d5f24e8cb51b10d Package: ros-jazzy-mrpt-topography Version: 3.1.2-1noble.20260731.142607 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 290 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-core, ros-jazzy-mrpt-math, ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-topography/ros-jazzy-mrpt-topography_3.1.2-1noble.20260731.142607_amd64.deb Size: 96630 SHA256: fcc61e23ed62ee1dd4d3e9b98340255042ed5a69afa67688b4962f2ba3b6cb6b SHA1: 3e1672bce38ab0e0086bfc4c18f29addb94f3e12 MD5sum: a731467784692a13676f12d81cf9f68c Description: The MRPT C++ library mrpt_topography Package: ros-jazzy-mrpt-topography-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-topography Version: 3.1.2-1noble.20260731.142607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 163 Depends: ros-jazzy-mrpt-topography (= 3.1.2-1noble.20260731.142607) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-topography/ros-jazzy-mrpt-topography-dbgsym_3.1.2-1noble.20260731.142607_amd64.deb Size: 142010 SHA256: 16b06dd59be583e856d73286d89c7ea75adeed5739c0770b98b45501fff13f28 SHA1: 6650c7825cf82c15b685b502a1fa3c8e9f72da2e MD5sum: a93ebcd9f70666bec5e36de965f1949c Description: debug symbols for ros-jazzy-mrpt-topography Build-Ids: d8ab05768fc8684a1bfa16aa2d3d834a76e2fb21 Package: ros-jazzy-mrpt-tps-astar-planner Version: 2.5.0-1noble.20260804.194439 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1235 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.20260804.194439_amd64.deb Size: 238720 SHA256: 37fe7b7f71028227959a08ccb53a8c459daf8e391da4876311f59f6467d04264 SHA1: d44a5ecaeb7c9edccbdd86b8afc9b84f1eb61dab MD5sum: 2c36a5ddb28b942e42fdad67a706e706 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.20260804.194439 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5984 Depends: ros-jazzy-mrpt-tps-astar-planner (= 2.5.0-1noble.20260804.194439) 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.20260804.194439_amd64.deb Size: 5093104 SHA256: f8094b9db4b1c8bb5cdcc42778be2343a205b5faf04d01e7a030402d581ebe43 SHA1: bb1d8ade2b3ab92f9010acaea27c60e73cebcbab MD5sum: a33b4c70ff7d1893988b289da84d70e6 Description: debug symbols for ros-jazzy-mrpt-tps-astar-planner Build-Ids: 40cf668b41df62d2dbf83446780852120d8c9787 Package: ros-jazzy-mrpt-tutorials Version: 2.5.0-1noble.20260804.193210 Architecture: amd64 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.20260804.193210_amd64.deb Size: 5993268 SHA256: d8377c63ce8f9908ec380345798fcd6b81e3db816b6e8bbfcd948a5ee6f23d9a SHA1: 1271a7274a5da51f13b2d77655aa6dbb67416d73 MD5sum: 7233421c962cc8a511ff7f78da4a7b88 Description: Example files used as tutorials for MRPT ROS packages Package: ros-jazzy-mrpt-typemeta Version: 3.1.2-1noble.20260708.085350 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 54 Depends: ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-typemeta/ros-jazzy-mrpt-typemeta_3.1.2-1noble.20260708.085350_amd64.deb Size: 10022 SHA256: caae320349d40bb19a0cb4277cfe08f269860e0375edf99021bd777bcfbabfc3 SHA1: 8d741b7fc2c9485f5eca3545958a81db96dc8289 MD5sum: 5c11c74478a5fbbea7b0a2a1ba8c8218 Description: The MRPT C++ library mrpt_typemeta Package: ros-jazzy-mrpt-viz Version: 3.1.2-1noble.20260731.144233 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2301 Depends: libassimp5 (>= 5.3.1+ds), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-mrpt-containers, ros-jazzy-mrpt-core, ros-jazzy-mrpt-img, ros-jazzy-mrpt-io, ros-jazzy-mrpt-math, ros-jazzy-mrpt-poses, ros-jazzy-mrpt-random, ros-jazzy-mrpt-rtti, ros-jazzy-mrpt-serialization, ros-jazzy-mrpt-system, ros-jazzy-mrpt-common, ros-jazzy-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-viz/ros-jazzy-mrpt-viz_3.1.2-1noble.20260731.144233_amd64.deb Size: 644460 SHA256: 8c5a6346b5df449d7edd147213a7e917e46fd0b1226a1181e5e219290a9519b6 SHA1: 274a153a6572ae197e7aa807a5c13671937c63f3 MD5sum: 5fc2c51fd3c0e0931a41a4c656d4fa67 Description: The MRPT C++ library mrpt_viz Package: ros-jazzy-mrpt-viz-dbgsym Package-Type: ddeb Source: ros-jazzy-mrpt-viz Version: 3.1.2-1noble.20260731.144233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8713 Depends: ros-jazzy-mrpt-viz (= 3.1.2-1noble.20260731.144233) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mrpt-viz/ros-jazzy-mrpt-viz-dbgsym_3.1.2-1noble.20260731.144233_amd64.deb Size: 8495440 SHA256: c80c84a26ec78e864d298675650cc2348fbe18af859e3d30f414ae4cf8540c97 SHA1: 4f4b78d414cdac5593628853b3667aa0b058509e MD5sum: ba74ed6b37140c70ef241e1a08760586 Description: debug symbols for ros-jazzy-mrpt-viz Build-Ids: b0023d599097256c04151b8dc52074a0c352b0a1 Package: ros-jazzy-mrt-cmake-modules Version: 1.0.11-2noble.20260225.143742 Architecture: amd64 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.143742_amd64.deb Size: 68084 SHA256: 1666725d37fa0a9a452f6c1667cecb8e74d5b15c51757ca356f2350cf307c018 SHA1: 4625638880d61857cf22e31a1cc6fed049713f62 MD5sum: 570f1845ed5f4ce88b3402f0cd21331c Description: CMake Functions and Modules for automating CMake Package: ros-jazzy-mujoco-ros2-control Version: 0.0.3-1noble.20260804.185339 Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 2326 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.20260804.185339_amd64.deb Size: 610028 SHA256: 75a27d7953d88e6d3acaf7820f138cf85bd5d1b9311b2d906faaae0404db1c34 SHA1: cbe73c1b92d4473985ff395f37a9280447888f6b MD5sum: 7dd80658f2bcb43593f5b3ee51da827c 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.20260804.185339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 8657 Depends: ros-jazzy-mujoco-ros2-control (= 0.0.3-1noble.20260804.185339) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-ros2-control/ros-jazzy-mujoco-ros2-control-dbgsym_0.0.3-1noble.20260804.185339_amd64.deb Size: 7951354 SHA256: 485e2b9c1478c177e9046eefffaf1d8210a3fa5dbc25aaeb27b2d75d76f380fe SHA1: f5c860bea7b4f2d6fbfa4e9c924d2eb446e8c91a MD5sum: 8b3d58fbc81cde2170827117c3a09fd0 Description: debug symbols for ros-jazzy-mujoco-ros2-control Build-Ids: 65a1607fb2b752587a6e022eddd2eed4c30168a5 b590510bb75c16f43960a10eaf725be33dda3726 Package: ros-jazzy-mujoco-ros2-control-demos Version: 0.0.3-1noble.20260804.192619 Architecture: amd64 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.20260804.192619_amd64.deb Size: 17784 SHA256: 38d487e5485d46319b02d634207075ba7f2e08eefb8717dd8c9f5d162d3976cb SHA1: 905fc90e0d10d1b465c224519ab4b5aaa78ecb0f MD5sum: 90a3717a65b26888a4b225fbc6f9f455 Description: Demonstration examples for mujoco_ros2_control package Package: ros-jazzy-mujoco-ros2-control-msgs Version: 0.0.3-1noble.20260615.112017 Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 2397 Depends: libc6 (>= 2.14), 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.20260615.112017_amd64.deb Size: 172434 SHA256: fac9378ed516d992e8cc6ffcd26981db33da2cfe190e6ced95ca82034da206cd SHA1: 2224c46eca3359b4298da37982691f2a9e60c6f9 MD5sum: fe6dde39dc47c2f78da375f4514a4961 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.20260615.112017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 1716 Depends: ros-jazzy-mujoco-ros2-control-msgs (= 0.0.3-1noble.20260615.112017) 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.20260615.112017_amd64.deb Size: 1338250 SHA256: 0ecd1177670f7b67b4e8f54e83ef2a049b5abf5231646f65e59a6dd238108211 SHA1: 6ab477e1ce9be261b9ba6c6643e0d90429ea39e3 MD5sum: 0a054a06ffd30af23ad6691a32b4b738 Description: debug symbols for ros-jazzy-mujoco-ros2-control-msgs Build-Ids: 2d1b6cc4828516caed80a93502ee68781bb19f7b 4c68b9a3d47c353248c8fd86f6807810492bb755 5dd7a6de8fa299dea0b5e38ecf61c00e05f2a8d9 77285d2c5f802f53ac3e72ab957f400982febd2c 79b171459f92129d86f95f2a9ca6aa460e538d2e aa0266920650d1da4f62cb4b2e5a8f2901872b37 b385903a81cf9feccbd7fd9057b098a197f75423 b844a76249ec6846c457c02e56242c0ba7e7cb49 bea05d55bb6e38ec70a3814b3722f91bda5855c8 ca6201f18e6393143a959796e5c3b08fc028a9ec d33f00ce99e72fa4714221d2c9357041be9dd9d9 Package: ros-jazzy-mujoco-ros2-control-plugins Version: 0.0.3-1noble.20260722.134422 Architecture: amd64 Maintainer: Nathan Dunkelberger 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-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.20260722.134422_amd64.deb Size: 99738 SHA256: e3a2007917dc6defa78b0b38fde5b08a27d5ca23f20bb9d7d3fa566b56b2fa6e SHA1: 42ec94c0451b320155b2e2983f75520b05cff925 MD5sum: 840b98bc76a43074b5678cbc0847a2c8 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.20260722.134422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 1777 Depends: ros-jazzy-mujoco-ros2-control-plugins (= 0.0.3-1noble.20260722.134422) 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.20260722.134422_amd64.deb Size: 1663622 SHA256: 978c1bfe2ded00d1f241d6a61b0efc579349e9e5f1e901275b5c7cd84a6ae8ca SHA1: 45305d3a31ba95c2983312af79aabe7ce04aa805 MD5sum: 4c0be241a11cc3950ea89a97d209d923 Description: debug symbols for ros-jazzy-mujoco-ros2-control-plugins Build-Ids: cb56f57665e7a33caa4d5be3af798610944c76e3 Package: ros-jazzy-mujoco-vendor Version: 0.0.9-1noble.20260722.133907 Architecture: amd64 Maintainer: "Sai Kishor Kothakota" Installed-Size: 31664 Depends: libc6 (>= 2.34), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/mujoco_vendor/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mujoco-vendor/ros-jazzy-mujoco-vendor_0.0.9-1noble.20260722.133907_amd64.deb Size: 13328586 SHA256: 5cf637db77a7b02add0a016048d8ba79ce53ba256d3894d4a917186f6317a03d SHA1: b5d29285b39a36f3422d7fa21b1bcb2e1d66dcaa MD5sum: dd8604ab2e8c8376b845be2cd7497d25 Description: Vendor package for MuJoCo simulator of version 3.4.0 Package: ros-jazzy-multires-image Version: 3.1.0-1noble.20260804.183219 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 558 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.1.0), libqt5gui5t64 (>= 5.5.0) | libqt5gui5-gles (>= 5.5.0), libqt5widgets5t64 (>= 5.4.0), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libqt5opengl5t64, qtbase5-dev, ros-jazzy-geometry-msgs, ros-jazzy-mapviz, ros-jazzy-pluginlib, ros-jazzy-qt-gui-cpp, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-swri-math-util, ros-jazzy-swri-transform-util, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-multires-image/ros-jazzy-multires-image_3.1.0-1noble.20260804.183219_amd64.deb Size: 120892 SHA256: 622908ab7a3a967d53e28ebcd8de16f3922cf2943c3b308f238d033798575400 SHA1: 4c8841994bd7eb3aacc319be54851bdfa8f4aa70 MD5sum: bf962e9509a86cdfa6748b7d4adee88a Description: multires_image Package: ros-jazzy-multires-image-dbgsym Package-Type: ddeb Source: ros-jazzy-multires-image Version: 3.1.0-1noble.20260804.183219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4807 Depends: ros-jazzy-multires-image (= 3.1.0-1noble.20260804.183219) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-multires-image/ros-jazzy-multires-image-dbgsym_3.1.0-1noble.20260804.183219_amd64.deb Size: 4786310 SHA256: ef97da362d67daec0fe7a19b3d8fcc136428b3d5085b5a2c825ee05f1fe8ee9f SHA1: aee7b98d2d0cfc548c5bc9614be7b86b27337ffa MD5sum: c4cfbbebf9a3339d12c24253eb44d665 Description: debug symbols for ros-jazzy-multires-image Build-Ids: 2cb218a2833aff1b97ff948ac665542a326516a4 61c750350342924dd3bc84d5bc84eb8e94c2d960 Package: ros-jazzy-multisensor-calibration Version: 2.1.0-1noble.20260804.183202 Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 20260 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.20260804.183202_amd64.deb Size: 8722124 SHA256: d8c7fc7a2356d90cf2e4f7950c7073079dd5b63a26c596eddfb5c221fa1bf944 SHA1: 51705bce320e20eb1c579c7f2d13f84751644f81 MD5sum: 049b77734a2a11f3d930aa87f0ef3f8b 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.20260804.183202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 112265 Depends: ros-jazzy-multisensor-calibration (= 2.1.0-1noble.20260804.183202) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-multisensor-calibration/ros-jazzy-multisensor-calibration-dbgsym_2.1.0-1noble.20260804.183202_amd64.deb Size: 108202314 SHA256: de7c64871a8b25b15ad2f4521a3c4273659b3b7826d94d1102543f25f9f7c82d SHA1: 2318d4c2b5781f065571f874e36077ecc5af6d36 MD5sum: c3302c2294e1505dbc4dfc523610dcc4 Description: debug symbols for ros-jazzy-multisensor-calibration Build-Ids: 12049f6ce46c94a6a84b668c398d98c3b42c8afc 15c111fe522f6e306bb250099b9f017bcbbf774c 1d58aba89d0ee8184d70398f014e2a190ee33bfc 71f10bff764b70ecbc338b59d67412b79acdfd96 77df3857e9a8fb3a28a6cce8bf973ded8dcc16b5 7f48fb877f64929a38200c881ab15af66fd9484f aab669612709a558d7fd2da397a671d701177009 bb612f12e5dec8beb9127110d3c6dae3ea629067 fa17f809d0c7ba590fb17a1bbe6c379886178c4d Package: ros-jazzy-multisensor-calibration-interface Version: 2.1.0-1noble.20260615.113511 Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 6032 Depends: libc6 (>= 2.14), 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.20260615.113511_amd64.deb Size: 355868 SHA256: e74f5189bc35c6d07166f72efd5ebada411d708b54a7c3cd8a2a9be701e6abcb SHA1: 84a8bf0b5f6d7c3a53c27b7209bed33d70852900 MD5sum: d3ba685d9606a80d9e1665554d641e7b 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.20260615.113511 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 4296 Depends: ros-jazzy-multisensor-calibration-interface (= 2.1.0-1noble.20260615.113511) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-multisensor-calibration-interface/ros-jazzy-multisensor-calibration-interface-dbgsym_2.1.0-1noble.20260615.113511_amd64.deb Size: 3343884 SHA256: c1e3ee8c7ac221b92293361a863eae75078731ab9e4fe70b26bdcb15e4005f35 SHA1: 3c61345e0f97ab7ad35caa3bd38b4429301b332f MD5sum: 155905f5bc5f6a0fc249444dcd71d133 Description: debug symbols for ros-jazzy-multisensor-calibration-interface Build-Ids: 04869f1827d49dc99fde9b8e0554f079cab473c5 0bad0dfa427217ee08388c155a266b11b1ce42a1 1958bbdc1efbe5a27e7bbcf98254d69122d556a6 38f342bc7d91146cdaa1b29dc47c58f72731f247 3f4efbcba4122fc0415562d3479107fcb3b6cf5c 6bd798fa8f306e9a67cf089fc1db7d80b6a4d951 6c0d94a2cbd13b0f8310cb482d1d144af3bfd6e0 7a72b5e3623a270f75b768d572ae379d0f0a6c07 9c2a7e57b690d806258fb57d80f0467dcbc42ae3 ebe0e92450b60b38ff1d88113695b20ef9723cf1 fd75fe0e1f681636f2097e24347f93eb0d1420cd Package: ros-jazzy-mvsim Version: 1.4.0-1noble.20260804.184135 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13746 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.4.0-1noble.20260804.184135_amd64.deb Size: 3216878 SHA256: a2b2cfc1f2a0eae4e9fa4d9dbd965b1eeec35b1991c7dbf2ecce70f3063d4481 SHA1: 4ab8d32824d4cc7e11599add1b4c94058b22b7bb MD5sum: bd54bfcafe3d32dc153dd5744eb0e58c Description: A lightweight multivehicle simulation framework. Package: ros-jazzy-mvsim-dbgsym Package-Type: ddeb Source: ros-jazzy-mvsim Version: 1.4.0-1noble.20260804.184135 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 35963 Depends: ros-jazzy-mvsim (= 1.4.0-1noble.20260804.184135) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-mvsim/ros-jazzy-mvsim-dbgsym_1.4.0-1noble.20260804.184135_amd64.deb Size: 34757954 SHA256: 274f98ed2e6bdc0b733c8d70739a92b2d2eb357074f95dcd922302266b972023 SHA1: e077bfeb2acbc3d0991a3bd1084cd26f054ac46e MD5sum: 373138e7f43e38baa8b7f49308958f3d Description: debug symbols for ros-jazzy-mvsim Build-Ids: 1f8ddbe40fd7117d14054b72afc55f4b6a650b4e 22c54e2f1aff9275dc51dd024726022522b9296a bde5a9f34df74049b983df0d6131f9a0decd339d ce0af0c8303fad5bb4cffbcf05f916bb4bf25e8d d6ce7331d333aa422c07f56e20d946c9be18897b f5b5663b3c48c9ee4dd81229cffd53a182186fe6 Package: ros-jazzy-nanoeigenpy Version: 0.5.0-1noble.20260327.153749 Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 1961 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.153749_amd64.deb Size: 571440 SHA256: aa5a32330a2df7c1dd33d7f1a0b16937ee334ac67c1e4d24fd8ee873a290f65f SHA1: b8f5ede231d33fc29d7d7017d0bbfe121689d4e7 MD5sum: 1e68d102f359bd583ddde239235f1347 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.153749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 28702 Depends: ros-jazzy-nanoeigenpy (= 0.5.0-1noble.20260327.153749) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nanoeigenpy/ros-jazzy-nanoeigenpy-dbgsym_0.5.0-1noble.20260327.153749_amd64.deb Size: 27984170 SHA256: dc7ad6546d33b7e21a4990c03edc31d576895ab648ab4826e07e7db8f6051703 SHA1: 71e28ec53e6a22b546f75090149498e23f353d5d MD5sum: 37d989c86f2faac395b859d4da8c788b Description: debug symbols for ros-jazzy-nanoeigenpy Build-Ids: f55c4ec4757950126c7e2fea8c020d185f0dddbe Package: ros-jazzy-nanoflann Version: 1.11.0-1noble.20260731.133955 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 194 Depends: ros-jazzy-ros-workspace Homepage: https://github.com/jlblancoc/nanoflann Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nanoflann/ros-jazzy-nanoflann_1.11.0-1noble.20260731.133955_amd64.deb Size: 40896 SHA256: 958b0853b9528e437607499be9169d543ce66c62159c51d3f8acf60d60436127 SHA1: 150e04aaeb8b31331d8f74e737c9948970c6780f MD5sum: 6c390a4de51dec8dd5314d1901a745ba Description: nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees, optimized for point clouds and Eigen matrices. Package: ros-jazzy-nao-button-sim Version: 1.0.1-1noble.20260615.123548 Architecture: amd64 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.20260615.123548_amd64.deb Size: 7368 SHA256: 3f3b9f92afc04433a4264d14c32920c10870f425b0818ef200fb842d62b0dc54 SHA1: 1f795e5b3773456218cc080cc5abe6d9dc6ad2ee MD5sum: 71586d6d094604aac72d27d11d889b59 Description: Allows simulating button presses through command line interface Package: ros-jazzy-nao-command-msgs Version: 1.0.0-3noble.20260615.110823 Architecture: amd64 Maintainer: ijnek Installed-Size: 1836 Depends: libc6 (>= 2.4), 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.20260615.110823_amd64.deb Size: 130508 SHA256: ffae7c89e49f859386fd1b9df39dc088220634db9cf5e8df1ca076de234288b2 SHA1: 641546ad297fddc027dadda49c915fea1cb0a50c MD5sum: 0519a948e8cd2706a63890ac32613735 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.20260615.110823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1342 Depends: ros-jazzy-nao-command-msgs (= 1.0.0-3noble.20260615.110823) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-command-msgs/ros-jazzy-nao-command-msgs-dbgsym_1.0.0-3noble.20260615.110823_amd64.deb Size: 1061222 SHA256: 8bbcf3fbafec908e8e44fbcc29de4a5e4321639cc2d29253845e28ebaa24edae SHA1: 00df428a9a29b1db27a9b1d5ad872e0cad8ead21 MD5sum: 654c800f8856b9780cbd8bd75e68c794 Description: debug symbols for ros-jazzy-nao-command-msgs Build-Ids: 20a5923a98d1b28f9e3a2de0c0dacc19f4b5e93a 3bb8a0731910dec0b454874eca74e77ffbaa8712 3d27f2001d8eb491ed9c05467a4de5e6d6adcb7d 4dcfacd45854f68c46fc1186d77ac342138c2443 63267b5a7b8aeed95688565e65c3e4e5f41b4e16 6732b894f3964072f8d13643c38111b8c50201c6 77d772649b41f382c1b1db575c2ab96a4126fc05 a4c8d6a4814b46f08f99ef1f566c7cb71348a841 a4f464c9bc1c9754fb90c7c5bef8a17e45363238 bce5fdbc57a735f2f28214fe68ef696e4ac7d167 d5269bd2bd4770bd2f425b9346625db07411e071 Package: ros-jazzy-nao-lola Version: 1.3.0-2noble.20260615.134600 Architecture: amd64 Maintainer: ijnek Installed-Size: 3534 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.20260615.134600_amd64.deb Size: 441956 SHA256: 4498f4824176472df7b013f0409795f2759b5ad46fa7e580cfe2f7b9e43642c8 SHA1: 4af62f4f4aeca8e98aae5a670f68b1fb788aacec MD5sum: b1b84a30f549c0820cb2ff1b3cca6372 Description: Packages that allow communicating with the NAO's Lola middle-ware. Package: ros-jazzy-nao-lola-client Version: 1.3.0-2noble.20260615.141810 Architecture: amd64 Maintainer: ijnek Installed-Size: 3749 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.20260615.141810_amd64.deb Size: 467624 SHA256: 61bbead7280e492797236a65438980df4786e59bde034845422c0c911efb62f4 SHA1: d500dcdac258438decabf66b6114cf9497496e2c MD5sum: 3d299dac063be1eb0afa15ffd09b631e 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.20260615.141810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 15668 Depends: ros-jazzy-nao-lola-client (= 1.3.0-2noble.20260615.141810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-lola-client/ros-jazzy-nao-lola-client-dbgsym_1.3.0-2noble.20260615.141810_amd64.deb Size: 12265136 SHA256: 6ae6a75d2b4e6ce0f70fe7d566da238aa96aa7224973250ac97097bac19e713c SHA1: b1f623fbc6392978d7df07d8a1eb38c05875d5ec MD5sum: 0e65f5407a93fa21ed7fdbb0dca83c2e Description: debug symbols for ros-jazzy-nao-lola-client Build-Ids: 3fb456778a43fccbf0428de91a897f054b5a4ea4 be79362347e66343eaa8de511f27936ce7354d3e c461f8122d8fc0352abce001c4ac109f60f728f5 e12490348593c42988c74906eb1535c86eb07e78 Package: ros-jazzy-nao-lola-command-msgs Version: 1.3.0-2noble.20260615.110830 Architecture: amd64 Maintainer: ijnek Installed-Size: 1895 Depends: libc6 (>= 2.4), 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.20260615.110830_amd64.deb Size: 131452 SHA256: f9dd45ae1693ad4b72dba6bbb1ae368bd10bdf08d9341cf5f5f7c68485d9985b SHA1: 7ae7ba001a3ef9087034cf81647749b9e792392d MD5sum: e6b0b6999ad6ef67232d4fb4e631c8af 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.20260615.110830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1341 Depends: ros-jazzy-nao-lola-command-msgs (= 1.3.0-2noble.20260615.110830) 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.20260615.110830_amd64.deb Size: 1056322 SHA256: 709c44089a2250cf97638b61dc24946eb183efa8e61234973cf2dea688d30f3d SHA1: e05ef7894d24f1e41929ae48c67295266c133f00 MD5sum: aaa0f4636a1b6fefeeaedc34ee016338 Description: debug symbols for ros-jazzy-nao-lola-command-msgs Build-Ids: 2a5c61396a5b1a7cc902c706abf8e08bd0ee2cbf 3621fc8aabbe822ea141453101881b9202adb55c 37e788d9908f75ddb6d712ba0ebf2eaeeb56f208 55743511ad3347e1d88e0b29dd6bebde6cd74296 6137a60e4a2c8408ec55dd0b3ebe9ea16c14086b 66a0385e8ba5302aa99e7bc7d9ce9a32b04ce39d 7d0bc2be0d6bc8086e3c80d29945a93609b344e8 90faf6f5337e21ccb000f9641c93d61891983998 91946053fb21c8377aa09d31890f30f5835ca596 ad7601a1e78a9f46368624e69dc813e5706cc901 eeb26a45d0d0cd64fb4efba3003168070dbf40a0 Package: ros-jazzy-nao-lola-dbgsym Package-Type: ddeb Source: ros-jazzy-nao-lola Version: 1.3.0-2noble.20260615.134600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 14877 Depends: ros-jazzy-nao-lola (= 1.3.0-2noble.20260615.134600) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-lola/ros-jazzy-nao-lola-dbgsym_1.3.0-2noble.20260615.134600_amd64.deb Size: 11606572 SHA256: b45ecf334e421245a781cca634562e370ef88283f73e15f2cbded0789d60458e SHA1: 1256b294b0e83d81be01b41685412e40836ca820 MD5sum: b65f18c8fd23852134d24606683dbc72 Description: debug symbols for ros-jazzy-nao-lola Build-Ids: 5e439c1feb2357a1e561061b06972f0e166a1efb 8b51a9022b812b99f1e07a0d1b37743b40734f2b e5a65cdb25ddec41223735094069fbb44eb4e2c3 Package: ros-jazzy-nao-lola-sensor-msgs Version: 1.3.0-2noble.20260615.102422 Architecture: amd64 Maintainer: ijnek Installed-Size: 2194 Depends: libc6 (>= 2.4), 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.20260615.102422_amd64.deb Size: 150554 SHA256: 1c978c1cd56aa0372473e3c86baf019845998914bf8b6d639881df5ef8b25d80 SHA1: 96a78414bcabe668a2ecd0589fade96a81d034a7 MD5sum: e11af21c4599d709506b64925a89f228 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.20260615.102422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1548 Depends: ros-jazzy-nao-lola-sensor-msgs (= 1.3.0-2noble.20260615.102422) 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.20260615.102422_amd64.deb Size: 1225416 SHA256: 91a9598eefaf9a21aff5a5f5e79e5deb978baca63ad4e0ada231d914fac078ef SHA1: 0b345f6ac45b31961afd19b3d91bd7ce5c7372cd MD5sum: 6e750cbd53a3e03886ab0a7faaa14ac3 Description: debug symbols for ros-jazzy-nao-lola-sensor-msgs Build-Ids: 14bb97aad4b9248ae3512f610d4adcd86b32d831 3f186137e30e095f5dc96dcc7db2846e13530195 61cbae2a53351a4c3059f71c63cc8ed5d6669856 6486ae0e19d360fb789edb2d68e146533f2476b1 89afff0e6b35b1a60a6285a0debdb7003864d493 99f61374eb2ef024837e2f277cd3b9eac39ecd7a 9bee81d086e1561af637efd60636b5c620d642d0 9c2683e62d7e78329f521f77108c51f7d96675db dedb945470bc459ef4b5ddf5f7c989fde475b110 e4c82202451ba2d19c3f8817300856e728556723 fd1dd28651403a50f25052822ac276fb5a3e1996 Package: ros-jazzy-nao-meshes Version: 2.1.2-1noble.20260624.072223 Architecture: amd64 Maintainer: "Victor Paleologue" Installed-Size: 11864 Depends: ros-jazzy-ros-workspace Homepage: http://github.com/ros-naoqi/nao_meshes2/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-meshes/ros-jazzy-nao-meshes_2.1.2-1noble.20260624.072223_amd64.deb Size: 2278576 SHA256: 925bf83b406b9584d0f7b3fe79fb36e56fd79acc054d120912f0d4a816a21afa SHA1: 88cb7c3ddb628317eef8cc8b14781812d5453114 MD5sum: b5e038210c6351a3569945227b7afdb7 Description: ROS2 Meshes for the NAO robot Package: ros-jazzy-nao-sensor-msgs Version: 1.0.0-3noble.20260615.102440 Architecture: amd64 Maintainer: ijnek Installed-Size: 2137 Depends: libc6 (>= 2.4), 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.20260615.102440_amd64.deb Size: 149568 SHA256: cc5ccc9fcc3e3c6b754e030856ace7f9eeca7779dea61aa7d5d231a30c1f726e SHA1: 012a13f171174efd2bb206b53b5cdefc0640ef6e MD5sum: c5f7d09cef4518a0393af0124164adbc 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.20260615.102440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1544 Depends: ros-jazzy-nao-sensor-msgs (= 1.0.0-3noble.20260615.102440) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nao-sensor-msgs/ros-jazzy-nao-sensor-msgs-dbgsym_1.0.0-3noble.20260615.102440_amd64.deb Size: 1225856 SHA256: 3719d54f9a673ed34becdd42de05cd2119042969485f2bcbcd4057d7db30235f SHA1: 1d400551bf2d20349e51e8393328ebb8e5c12f71 MD5sum: 120123e5eda4c21a1103cd255421f17d Description: debug symbols for ros-jazzy-nao-sensor-msgs Build-Ids: 0409d76e80d33b510f7d204b31b1f7d71302896e 48c850b25376dd75e93f22a2e174658902f77dfa 4942486ff0bf203afafa5407a5acd4b6d0c80953 62fd00b89e25ca64f134ed604a05d232e2f753cd 632c87418831c618fda867e40d310950c4b2826e 7594daa24343930f8449d0c87ff016164e1ec44e af83fdc410321160b9c40c59c59d1f3e3aa0d022 c23160b69b6cebcfba6de0c255f8e7135282b54d d5dbf5f53717ad850b564a1296cf6a6a5b4b9613 e37bba7d955800633d3c3028c7df6b03408fa0e8 ee68821e017f1083dd451d8907d581e1e918b79f Package: ros-jazzy-naoqi-bridge-msgs Version: 2.1.1-1noble.20260622.122028 Architecture: amd64 Maintainer: "Victor Paléologue" Installed-Size: 23270 Depends: libc6 (>= 2.14), 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-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Conflicts: ros-jazzy-naoqi-msgs Replaces: ros-jazzy-naoqi-msgs Homepage: https://index.ros.org/p/naoqi_bridge_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-naoqi-bridge-msgs/ros-jazzy-naoqi-bridge-msgs_2.1.1-1noble.20260622.122028_amd64.deb Size: 1241982 SHA256: 0cc489aec15316228c696e67333c7425e476f7146c44d6557c6356cca9da1b9c SHA1: b94debdf3b1d3660562f6c348b3a1ab4ff1de551 MD5sum: 9985f8374f4a20cf49f3a53a1343047e Description: The naoqi_bridge_msgs package provides custom messages for running Aldebaran's robots in ROS2. Package: ros-jazzy-naoqi-bridge-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-naoqi-bridge-msgs Version: 2.1.1-1noble.20260622.122028 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Victor Paléologue" Installed-Size: 14074 Depends: ros-jazzy-naoqi-bridge-msgs (= 2.1.1-1noble.20260622.122028) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-naoqi-bridge-msgs/ros-jazzy-naoqi-bridge-msgs-dbgsym_2.1.1-1noble.20260622.122028_amd64.deb Size: 10552018 SHA256: 291c4915cdea531850d53c80de197a610d862627d9e032b29912451b9c0132d3 SHA1: a5adada719031b23e4033d3383d05d58364af16f MD5sum: 418708b25ae963a75e1ef878b82cc9a6 Description: debug symbols for ros-jazzy-naoqi-bridge-msgs Build-Ids: 01a22281445616cb88c3ce79567e685b8ba06883 1334b5bb3143804b18aef071fc3e32e311cfd390 1682d9d83a9dfb8ea233b379e225aa77485f5159 1dbdfbbfd566d38122e5c820249bb822694598d4 1eb6ee92426a78d9443649b0a9b9befe0c0837d1 2343b766fdc37579289ff8f14163fa23c08ee0ca 36d6addfd1b08e86e54e4ea6f53c7d8b338ec94b 3e02a8594799f412ad3181acc1519a439a19c2e7 6af4194c61146037ea07c0729a61aa5b8cfc6046 9674ec6adb8158358c3bce80191a8d9973a01ddc d5ba98b1fae036cd8a8fabe10e4f86f3a1233159 Package: ros-jazzy-naoqi-libqi Version: 3.0.3-1noble.20260225.235738 Architecture: amd64 Maintainer: Victor Paléologue Installed-Size: 7866 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.20260225.235738_amd64.deb Size: 2125152 SHA256: 288c23e579eaddae06a27c1e6f2752316628f4f043d5506aa4127528fe55a76b SHA1: d0433dfc259f0e9a512137515bdabb3ce73a019e MD5sum: d14880d5632891becf1a634fc3ac9b66 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.20260225.235738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Victor Paléologue Installed-Size: 49730 Depends: ros-jazzy-naoqi-libqi (= 3.0.3-1noble.20260225.235738) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-naoqi-libqi/ros-jazzy-naoqi-libqi-dbgsym_3.0.3-1noble.20260225.235738_amd64.deb Size: 46044396 SHA256: 6a42fa67500ec15a0a123923debbd95a8cb620d7d6e9eeadbb854e1a0ce9265c SHA1: 7c9750d0e9b8ed9202cb44762b4e26c5427a9d58 MD5sum: 6f0cabc4b9525df06a0c8961792436c9 Description: debug symbols for ros-jazzy-naoqi-libqi Build-Ids: c999031caf9be7ff1d6ff00765b996bf72b3547d Package: ros-jazzy-naoqi-libqicore Version: 3.0.1-1noble.20260622.120908 Architecture: amd64 Maintainer: "Victor Paléologue" Installed-Size: 17246 Depends: ros-jazzy-naoqi-libqi, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/naoqi_libqicore/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-naoqi-libqicore/ros-jazzy-naoqi-libqicore_3.0.1-1noble.20260622.120908_amd64.deb Size: 1020250 SHA256: 63200c8bcf7b37e5924150cfebd5b27a6df1cee82287783f81203d7c027758ed SHA1: 8e10ba8f0189312c567d4ce99b7cada28a7820d6 MD5sum: 5b79aa953e7852098460e72af09bc3b0 Description: Aldebaran's libqicore: a layer on top of libqi Package: ros-jazzy-nav-2d-msgs Version: 1.3.12-1noble.20260615.112024 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1029 Depends: libc6 (>= 2.4), 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.20260615.112024_amd64.deb Size: 81752 SHA256: 8530007c35ba3baf97d9ffa22712a752bbd07e54c7f847ee6e87efe58757b3b8 SHA1: 03cf33ef270f7adb4674c427dd779f5b1452d0f8 MD5sum: fa3ca3350523561a1a76a96e55efcbc1 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.20260615.112024 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 774 Depends: ros-jazzy-nav-2d-msgs (= 1.3.12-1noble.20260615.112024) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-2d-msgs/ros-jazzy-nav-2d-msgs-dbgsym_1.3.12-1noble.20260615.112024_amd64.deb Size: 604552 SHA256: 20526bd6bd95c3b04371d937a5a62e81752d4a6190ab8c500072582dc4b9ade8 SHA1: 57b1a0ea8bfd1bbd312673c45372eef14d09281e MD5sum: 024001f9523a791f52420b6de7f3bad1 Description: debug symbols for ros-jazzy-nav-2d-msgs Build-Ids: 10c6c8d937a85bf6c54d1ca58a533a86e0ad0ca1 134a8096b9bdce9e3ed93fe80b9fed20e59a2b53 20dd568911bd411f3ed3a464a944280adc300229 265b23c4393853e22debfdc72d69805fd3f771f8 43223b5e84a607f6fa5ee4a0b787166d5c85b290 8042b9ed203a8771b5ce03d94fa84cc84be74383 8d7346cdd0400ed5738eea5ca65222bc0ff34b4e b08bf35ac709dd9aa444e69cacfc0d068f30e221 b5511f383f5e5f37bc8a806eba462b5263ae3489 dda5c6d7ea5a8e07ecee52becb6d93db6fcd0bdb fdba46d2af7f3c9c8dff83b2aab46064e42d6c3b Package: ros-jazzy-nav-2d-utils Version: 1.3.12-1noble.20260804.184048 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 135 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.20260804.184048_amd64.deb Size: 23962 SHA256: 804638a79b99cdf1c4945e30929834e3568ae27813a34c622386e5c619dbe8f5 SHA1: 2b35fa302058485692a5fb31a506085b251bdccb MD5sum: c63093bce051e635e4dbe48c25fdc591 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.20260804.184048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 362 Depends: ros-jazzy-nav-2d-utils (= 1.3.12-1noble.20260804.184048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-2d-utils/ros-jazzy-nav-2d-utils-dbgsym_1.3.12-1noble.20260804.184048_amd64.deb Size: 334670 SHA256: 31c0ab8ab54287f668638094753f2cf7f29818daf702e33d917526c3ff241345 SHA1: 6562cc176fe9b8be10e16800f8ed563be05db0bc MD5sum: f935e3303ae7ec026202a70f17aad55f Description: debug symbols for ros-jazzy-nav-2d-utils Build-Ids: 04522a00e1e89c2a6115b95278b5d7c620f1609c 58f760b3bee81c0eb116bc14988336282a867cda 959e48823019f54bf02e01024e9a10fc23948e31 Package: ros-jazzy-nav-msgs Version: 5.3.8-1noble.20260615.112021 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3194 Depends: libc6 (>= 2.14), 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.8-1noble.20260615.112021_amd64.deb Size: 244280 SHA256: b6459cb1d22f827bbadcca7fc50366e6802e0b935ee5ee5fde48bdb156608732 SHA1: 5efc5d54354e7242faceacd939509feac81815f8 MD5sum: 3ee6c1471553b9029f6a1d3244a4ac1e 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.8-1noble.20260615.112021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 2598 Depends: ros-jazzy-nav-msgs (= 5.3.8-1noble.20260615.112021) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav-msgs/ros-jazzy-nav-msgs-dbgsym_5.3.8-1noble.20260615.112021_amd64.deb Size: 2151216 SHA256: 5c8bdf841da5ef6af2a4e6ed10c45a499022f53f589e27cd9709b1e55646db43 SHA1: 0ac5c2505448042f09fb73843156c6d957236935 MD5sum: b78e4477565b7c700d4e27bd0670d3d6 Description: debug symbols for ros-jazzy-nav-msgs Build-Ids: 4814ca3205ab6c401723b425b239fe282d677a38 523c23bed37d344cf0cc06224d2ed66fcaf6bd6b 6d2c56e53806b1a39e70430e2c4b7abd9edd9b23 7b02f10736b24e08c62f227ad8774a07ec85bb08 abfc8c6459ca686142d2cc1a91dfa617b60a8265 bb871229ee0663625466e37b753ec2c44d312518 c86025a952402c82401086613a7e44d8ddb1bcdd cb3708bb95183ec30ec3fc432e4c32c6717b59e0 d0f5382a94b605e5e0000e38af7a0283b4047400 eaef03feb0664bb6981fbaccf724fd3728d9ac21 eed880c11d6c656f6da6eb8a1e09a846a8bb90e8 Package: ros-jazzy-nav2-amcl Version: 1.3.12-1noble.20260804.181920 Architecture: amd64 Maintainer: Mohammad Haghighipanah Installed-Size: 1956 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.20260804.181920_amd64.deb Size: 397198 SHA256: 4ef79e6a692ff5ffd8f42d28adb93237559126f7fbb9b5a71ee6749408cffa63 SHA1: 4ef8c252047319496a775db58418924e862dc0af MD5sum: aea581f26023942d9bf292e7197e20a9 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.20260804.181920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mohammad Haghighipanah Installed-Size: 8249 Depends: ros-jazzy-nav2-amcl (= 1.3.12-1noble.20260804.181920) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-amcl/ros-jazzy-nav2-amcl-dbgsym_1.3.12-1noble.20260804.181920_amd64.deb Size: 7003226 SHA256: 0e4d611d7e738b29ffb37df963cf5ccd8f1dca82dcff05c694cd224c0a5c1d29 SHA1: de02d64a3a1468d7cf2b4e5f088881f22d8cda71 MD5sum: 8f6776f4a04de44ccac0c82f20b1fcb9 Description: debug symbols for ros-jazzy-nav2-amcl Build-Ids: 4a7cbccf8ff95ea727fbbcdd11a390b772e996f4 78b51fbb4cb3486a6b76aadb89d19477dfc6c6ee 9598cb1623a4fbf8686c14241fd0a3349c0da0b6 96cb282af234313a7d6c526f5abeb34b54bed783 a5b4aa5da04970d40991165220fc941bac0e37d6 c3b080b651a59a32ab78b2b6a5ae480ba2340dcd Package: ros-jazzy-nav2-collision-monitor Version: 1.3.12-1noble.20260804.183441 Architecture: amd64 Maintainer: Alexey Merzlyakov Installed-Size: 5014 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.20260804.183441_amd64.deb Size: 647922 SHA256: 8065f9c666523aa514f5b758b11a25991cf7ee30ff94ef622090204b09c97a8a SHA1: ae2886c855fc42e6bb0bda591d614674e60ef587 MD5sum: 933880cb7120e58396c04682bc1110c1 Description: Collision Monitor Package: ros-jazzy-nav2-collision-monitor-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-collision-monitor Version: 1.3.12-1noble.20260804.183441 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alexey Merzlyakov Installed-Size: 25906 Depends: ros-jazzy-nav2-collision-monitor (= 1.3.12-1noble.20260804.183441) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-collision-monitor/ros-jazzy-nav2-collision-monitor-dbgsym_1.3.12-1noble.20260804.183441_amd64.deb Size: 21728150 SHA256: 51d1e0851a81567f1c25fc91ae936428fa5905e6684d806a86af02f009ee1f83 SHA1: 304c47aa5f2e69c7e592f3f952bc21746c23092f MD5sum: 9a5675e189e623bbca9ee4a2ec002877 Description: debug symbols for ros-jazzy-nav2-collision-monitor Build-Ids: 56d1560a8cf38b9dbef063530fe106a886cd5097 63ea2efd792a3beda1dbbd7aadbbfdab0e50af8f 747d4559248e5568904a8a839161f23df854de78 904ca2af1d02367ed32689de60ad6e73a626d8c3 Package: ros-jazzy-nav2-common Version: 1.3.12-1noble.20260615.145421 Architecture: amd64 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.20260615.145421_amd64.deb Size: 10254 SHA256: bc75123cf229a67f73a13c7a7a6a89b9d6fc3f9e37b0337aa749aa98103bdad4 SHA1: 3e6b1c7bd2b6abe042ce457bdf79a31749512190 MD5sum: 52b87d670e22446bb648c2326ba5eb40 Description: Common support functionality used throughout the navigation 2 stack Package: ros-jazzy-nav2-costmap-2d Version: 1.3.12-1noble.20260804.181912 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 6467 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.20260804.181912_amd64.deb Size: 1072846 SHA256: 948b8caeac85cc438138eed71bfccabe85051dd69e791938f3936a17fcd7c30f SHA1: 7e0d3e636a8f632be2655c0c1bfb6437a6c72894 MD5sum: fd326db966b9a1e495728cd5c096f0da 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.20260804.181912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 34502 Depends: ros-jazzy-nav2-costmap-2d (= 1.3.12-1noble.20260804.181912) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-costmap-2d/ros-jazzy-nav2-costmap-2d-dbgsym_1.3.12-1noble.20260804.181912_amd64.deb Size: 30225808 SHA256: a4c270b04123099c31996eb4c0e655a758a668f5d93b43337b06409b48a6b876 SHA1: 1b17ad86fad9216d64a370f8e5b7e2923858b6b6 MD5sum: aedff6852bb8e5e0806dc7395b0c9850 Description: debug symbols for ros-jazzy-nav2-costmap-2d Build-Ids: 0ac71b7757d10b1e7957e6b75264f6d96fe255e9 4192307961852bbad4f96c6eff51ef25d6fd7e5b 468c32ebd25e02d60c13e63cab60bdf149a53477 932392a7477ed8dd33a274b8245338b243a7487b a11c1cd33ee7bc167d71f73fefd1dd20f58adfbb a7fff877681ca81090fc0bd73eba7105e26b11fd ad69d41e48a88d77e2ff15a1f5613be1a37ed00f Package: ros-jazzy-nav2-lifecycle-manager Version: 1.3.12-1noble.20260804.184044 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 367 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.20260804.184044_amd64.deb Size: 91156 SHA256: a29b62b2fe574eab94e1b94466e5d4cf4aa2bdef118390c82d30d66ddf017c79 SHA1: 18521e550f2d73829a8dd4e7857238424ae86ba5 MD5sum: 5a3a043ad67ad4fbb76edf21670bbaca 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.20260804.184044 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 1881 Depends: ros-jazzy-nav2-lifecycle-manager (= 1.3.12-1noble.20260804.184044) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-lifecycle-manager/ros-jazzy-nav2-lifecycle-manager-dbgsym_1.3.12-1noble.20260804.184044_amd64.deb Size: 1761282 SHA256: 280c65caec097039867651a5536035cfa973e4982fbe2efc9003662acedf1d2b SHA1: 4aea5ebf423758c68600784d6cd3bff2a9305074 MD5sum: 81e94bc8dc8eb38ef379c8ce189e35cb Description: debug symbols for ros-jazzy-nav2-lifecycle-manager Build-Ids: 2968c1b4dbcbad82b6c6428a74de9cb6735ecbd4 2b4ee88bf53f6f434d0ace44358cfcf6c072db64 Package: ros-jazzy-nav2-loopback-sim Version: 1.3.12-1noble.20260804.180243 Architecture: amd64 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.20260804.180243_amd64.deb Size: 17184 SHA256: 0c598c463e4af3b92fe3b52ccf157c7da1c5d5ded2af719224c247aaf3999ed1 SHA1: 35b523cf0e2ae80708bfb4bbca9fd5478c2714f8 MD5sum: eab71fe23f60e40b3b393c4726bc1716 Description: A loopback simulator to replace physics simulation Package: ros-jazzy-nav2-map-server Version: 1.3.12-1noble.20260804.184907 Architecture: amd64 Maintainer: Brian Wilcox Installed-Size: 983 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.20260804.184907_amd64.deb Size: 224380 SHA256: 009fc7c30f23759bcc0b201b25b49b5fc8468917fe6ec0b40f0674c4c4eea6a9 SHA1: 7a3e774f671fc70e981b69fa659ac4bf45ef59a8 MD5sum: 8d9d0bee0e66b827e067a11c78228a76 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.20260804.184907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brian Wilcox Installed-Size: 5857 Depends: ros-jazzy-nav2-map-server (= 1.3.12-1noble.20260804.184907) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-map-server/ros-jazzy-nav2-map-server-dbgsym_1.3.12-1noble.20260804.184907_amd64.deb Size: 5375906 SHA256: c5606882d6ed17feb14463f7ef8d57e7fc20c14dd921b6c805ce2e605f92063a SHA1: 82f4fbfd3fe090a05abadca05dae8ca5812db6e6 MD5sum: 4f4fe5ac612245fb81d0e4f1bf7fce2b Description: debug symbols for ros-jazzy-nav2-map-server Build-Ids: 05ea7366dd25ba521a981200f8f6425196fc1e12 06902887af67791f0ca22512b9f4839f14bc1f88 6bfaff6dda22864e2bd3fc00336313728f4f3fcc a56074d6f06b57d58e4239865cb3e6bf34898971 c2d37630ee0bc259204c3afae8bc66763212a240 c9315bd0b68a80181ebe67c0fe5773f476ff1b6d Package: ros-jazzy-nav2-minimal-tb3-sim Version: 1.0.1-1noble.20260804.185639 Architecture: amd64 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.20260804.185639_amd64.deb Size: 43802 SHA256: c594ffe4f4dbf1eed5cb1b98f49018b241f2f334e0f9722e3433050eb414d40b SHA1: 2ecf37bf1332b64a7f16f329da4bb710af5713f8 MD5sum: df14ff85d71329b3f2f933d8a890b96d Description: Nav2 Minimum TurtleBot3 Simulation Package: ros-jazzy-nav2-minimal-tb4-description Version: 1.0.1-1noble.20260804.192020 Architecture: amd64 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.20260804.192020_amd64.deb Size: 4524090 SHA256: 8075d3e7aae5fe2f1d4793c1a1f992ca634d703f802057a95d60ada11e4cddf5 SHA1: 0eac48771fa516f5234aa3167545183cebf77b7f MD5sum: fdd04bb285b4753d5e53523fd4262a79 Description: Nav2's minimum Turtlebot4 Description package Package: ros-jazzy-nav2-minimal-tb4-sim Version: 1.0.1-1noble.20260804.194131 Architecture: amd64 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.20260804.194131_amd64.deb Size: 9912 SHA256: 0b5f664623fce69718e4312efcde04de790d37978e68964883dbf937f5cf179b SHA1: 2c99b1916b53ebe8a351896256387a656952cef6 MD5sum: ac3939e3f7b594a2d90c270b6f3b87db Description: Nav2 Minimum TurtleBot4 Simulation Package: ros-jazzy-nav2-msgs Version: 1.3.12-1noble.20260615.145957 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 32810 Depends: libc6 (>= 2.14), 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.20260615.145957_amd64.deb Size: 1762524 SHA256: 945996295a466b111dd3f39dc6cfb028e3ef9f2e1410c6ad35ccc4224a1f5628 SHA1: 126157df12078374db6bf3fc52c6b8d28e93cbe1 MD5sum: 52d2fbf3ef1638634d7965758f6295cc 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.20260615.145957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 18547 Depends: ros-jazzy-nav2-msgs (= 1.3.12-1noble.20260615.145957) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-msgs/ros-jazzy-nav2-msgs-dbgsym_1.3.12-1noble.20260615.145957_amd64.deb Size: 14030124 SHA256: 6306fb4c787f9448e14aba4cc47aa26d0eb7a031754112795c46ab9375e8a732 SHA1: 03b7632378f749792c5ad8b9a2b61a7566c5ffb0 MD5sum: 0ece5cdc1382a4eff42308b127058447 Description: debug symbols for ros-jazzy-nav2-msgs Build-Ids: 00355ffe9c567a49a2d5f77a6ab6fa3963295a95 076b71c889cad7a13eeda67ab003ae426850239e 0a0af8295a9a9d61186657cf234dfd32604997e0 0b76a2931b52d3f5e63e8c82263ea1880d482380 16c8ca15628f63ae764c654375f461bab694ace4 27634cf35fd93e91fe8dd42c2e90b85930f3e6a3 5acfb20d56d5c69a1926a63925f456027a702ac5 77452c32daaa1fae9f53e08027545d0d6420d041 9334836265e4d88db52c6c4d0c7b7f8ea7af22da 995f9023dae034e2061a455d49773a87d8585c33 d1928c6451305e47efaf57a6f7d348929bf6dfc3 Package: ros-jazzy-nav2-simple-commander Version: 1.3.12-1noble.20260615.151451 Architecture: amd64 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.20260615.151451_amd64.deb Size: 42462 SHA256: 7cdf78aadc7f05b5f907876266519a7cf757cb55556c60899b977b48c9198e88 SHA1: 16c488f09b2cd8c27bcc5f8b8d581a344bea945e MD5sum: 72703b8835f6223cbf88e1219a238cb1 Description: An importable library for writing mobile robot applications in python3 Package: ros-jazzy-nav2-util Version: 1.3.12-1noble.20260804.181417 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 772 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.20260804.181417_amd64.deb Size: 170434 SHA256: 725f7fd0c07f25abe29e78164f661c38208d20c2544d5ebad8a6c35efc7b3e75 SHA1: 6240e2a8b6535d46d590d4acb83a34016dbe1a81 MD5sum: 878c84fdc1be0a64a1f8699f1726677b Description: Nav2 utilities Package: ros-jazzy-nav2-util-dbgsym Package-Type: ddeb Source: ros-jazzy-nav2-util Version: 1.3.12-1noble.20260804.181417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 3766 Depends: ros-jazzy-nav2-util (= 1.3.12-1noble.20260804.181417) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-util/ros-jazzy-nav2-util-dbgsym_1.3.12-1noble.20260804.181417_amd64.deb Size: 3397546 SHA256: 007f722f15a6816cc83400d71b2e731c5f9aabaa28be5417698753cd55a6c9c9 SHA1: aca64fb55941b74d252fe5a6482ac7b4c4a9e446 MD5sum: ba494add202d2cabc5b5679e4bb808fb Description: debug symbols for ros-jazzy-nav2-util Build-Ids: 489e78708231ccf748302b8636a73562a2570cd0 6d22c1515c08656e90d1f56b0e21ceb857592483 Package: ros-jazzy-nav2-velocity-smoother Version: 1.3.12-1noble.20260804.184932 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 841 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.20260804.184932_amd64.deb Size: 160126 SHA256: a92b2678d9cab4edf82fb93ae2329bf90c1c1e904623595d865d80e727c3997a SHA1: 6d33bbd7bc95de48f1bfef8d78a30f2e83d1c8d3 MD5sum: 818afbb2fd98915d7a80e343ebede42a 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.20260804.184932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 3865 Depends: ros-jazzy-nav2-velocity-smoother (= 1.3.12-1noble.20260804.184932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-velocity-smoother/ros-jazzy-nav2-velocity-smoother-dbgsym_1.3.12-1noble.20260804.184932_amd64.deb Size: 3281464 SHA256: 6becb2e19d7604bca85e654c3f8a9e95c515c702a8a559194451c56236ead478 SHA1: 638eb7673e66d321e7edc851cf02fdf95cf936a5 MD5sum: 74b4df47c20545171dbc694d48b9afce Description: debug symbols for ros-jazzy-nav2-velocity-smoother Build-Ids: 763b4be3931bd77d43720309f7055d3ccfd80d5f b820b99a8faed7057abf26e25a82e6b610b962fb Package: ros-jazzy-nav2-voxel-grid Version: 1.3.12-1noble.20260615.154410 Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 98 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.20260615.154410_amd64.deb Size: 19758 SHA256: db0ce0c2b21c649cf4c3be904fd3bd896aa36481bf04524271aeda5b726d9f95 SHA1: 30e642137ca8002845c824d28ece32c2b0c33433 MD5sum: c4729300171a39308cb6ed6f4a268734 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.20260615.154410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 210 Depends: ros-jazzy-nav2-voxel-grid (= 1.3.12-1noble.20260615.154410) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nav2-voxel-grid/ros-jazzy-nav2-voxel-grid-dbgsym_1.3.12-1noble.20260615.154410_amd64.deb Size: 197666 SHA256: ec4754a711b27c677b5ccd3e459f476f1eb883d8926a67d2a1ec9790d67bb829 SHA1: a1bffcc335e2868e89bbc8171c46d5a5e72528a9 MD5sum: 5dda4a1dfa4127758654918179cc4681 Description: debug symbols for ros-jazzy-nav2-voxel-grid Build-Ids: 7423cc8345fff4cbd30ed0cb4d0f52b8c329958c Package: ros-jazzy-navmap-core Version: 0.3.0-1noble.20260603.151830 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 209 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.20260603.151830_amd64.deb Size: 64068 SHA256: 368653b98437bf56dbe95b54121ed6711e2797b99a39da108940d51da6754a13 SHA1: 0e11880f96ea8a88c2fb0e3b1710f0ea7e6883ae MD5sum: df9346568e638cb8108e410b17f1d90e 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.20260603.151830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 968 Depends: ros-jazzy-navmap-core (= 0.3.0-1noble.20260603.151830) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-core/ros-jazzy-navmap-core-dbgsym_0.3.0-1noble.20260603.151830_amd64.deb Size: 950720 SHA256: a1da3c4bf05ca519c7708548570dd12b48a34470dd4f6587c150a99627876857 SHA1: f682d653fcec8345c7b0d7d73c2cfaf342ebef60 MD5sum: f47ac1513b06a90065abbd2a28a3ea37 Description: debug symbols for ros-jazzy-navmap-core Build-Ids: 8773662057f90a620c0ce89083012429a7c62e91 Package: ros-jazzy-navmap-examples Version: 0.3.0-1noble.20260804.193800 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 249 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.20260804.193800_amd64.deb Size: 44228 SHA256: 573e5c0ed800c1a9b9bb9b50485b27a5e24436d871a3de3689a2a578898a1124 SHA1: 404d48b9945b7e146e040a34a025fdf8559f2aa1 MD5sum: 7a909b1ca8e553ccff83058da749a1e6 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.20260804.193800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 1619 Depends: ros-jazzy-navmap-examples (= 0.3.0-1noble.20260804.193800) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-examples/ros-jazzy-navmap-examples-dbgsym_0.3.0-1noble.20260804.193800_amd64.deb Size: 1535140 SHA256: 168732297520af7f4aee06d3496f8c941dfdc9bc359b5d75d153c36e9432c192 SHA1: 22c0d2d922092b42993d1fa192e645e7c360a240 MD5sum: 3ddd6fc84683835dece68f3818d77cc1 Description: debug symbols for ros-jazzy-navmap-examples Build-Ids: 0fcb7d8c66428ff5792afa0634f57283e6e60c4d 128f07a7ebe1e0d8c18ce6a7487cb57c06887812 430a788a5140451050c5021614ed69dc31341b12 6bd05880c8fad65f3af76fea6de83d94f22a386f 9e37666666aef0f41cce25a495822df0299baccb a2c8002766e1dc8a5b19dd3fdba36c8e0a4b0975 a81b50ed1d5f78fe273b96ee09b5141ee7185a4c b4339fd1c051df0c75f5adfb360417bc16f90128 Package: ros-jazzy-navmap-ros Version: 0.3.0-1noble.20260804.191611 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 1016 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.20260804.191611_amd64.deb Size: 212628 SHA256: 985d203fd2e1ee8463fade46a56ee2acc73e308ff0cf48f14e499edf30a5a708 SHA1: 6c1295209ed363ba8866f869a48e78500525dcf0 MD5sum: 48e206414cbe13604861fb026625d2c5 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.20260804.191611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 5261 Depends: ros-jazzy-navmap-ros (= 0.3.0-1noble.20260804.191611) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-ros/ros-jazzy-navmap-ros-dbgsym_0.3.0-1noble.20260804.191611_amd64.deb Size: 4662198 SHA256: 40d4521564e2fccdd921473e47388d89e29d1d6426834f7f6b099c32959b1cef SHA1: b87cd54f111be5df13dd28cc86f543c88c21154f MD5sum: fa9244f18281959c8f0af54f7db5bce9 Description: debug symbols for ros-jazzy-navmap-ros Build-Ids: 00dd486fe1a205e734601b50769084ef770ca8b9 d8450f75c218f6a17fd17f6eeb9f9d9ff3e98aff Package: ros-jazzy-navmap-ros-interfaces Version: 0.3.0-1noble.20260615.124925 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 1062 Depends: libc6 (>= 2.4), 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.20260615.124925_amd64.deb Size: 103950 SHA256: 1c45bd9b5aef8e32c55fe440b97ad2ce9bf2868433ffc805a228b863a4d3bf92 SHA1: 220d22647a10e2ddc4996f5f6fa13b6ffaad65bd MD5sum: 7076bdf0f75ef82656dfbad7fe1057a3 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.20260615.124925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 834 Depends: ros-jazzy-navmap-ros-interfaces (= 0.3.0-1noble.20260615.124925) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-ros-interfaces/ros-jazzy-navmap-ros-interfaces-dbgsym_0.3.0-1noble.20260615.124925_amd64.deb Size: 679890 SHA256: 62e9d02976ee7671aa6828708bdc13ea48d1dee9733281dbf4cc96a25bcee136 SHA1: 7080486194cf70e1485e1bd68d7479d9e9bb3aff MD5sum: ae60269552a3060e3c5b41e44b837986 Description: debug symbols for ros-jazzy-navmap-ros-interfaces Build-Ids: 24a0d23a4c4a4f1c7c17bd8923bfed84c00bc612 24df6549bae91b3ad11fa4fb768de5dfafdeeb7c 323e7d0d9d6be7dae90e3fb7f28796c144f21ccd 35ee02bc94f5bd905dd1b491bedb3c01694befcf 67e095361c30422a612e00db91593ca79938a57c 6a56209fd0079f60c553fd887702b0bc46d97761 762aa3e3040b19c63d360b06ac587ef65ea091aa 7ad8792e5cb69c24eb8caf295850d30a5d60e3f8 b94db68660bbb0c58ed84489f5c9287e718a81e9 c9cfca14d0d29ae88ee0a07e3a7caa25d7c7c908 fb9b6b8ddf92221e18fcc9725882f9f0445978a6 Package: ros-jazzy-navmap-rviz-plugin Version: 0.3.0-1noble.20260804.192959 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 945 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260804.192959_amd64.deb Size: 196510 SHA256: 701bc97f6af01c7b33808a3be9ca3070afd9afc16f7578f77f8d6a90f4287849 SHA1: 10b6fff34fa31306ff3fec001e5b53d85608cf7d MD5sum: d55cb22fdcad4834fc54bc568550bf4c 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.20260804.192959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 6255 Depends: ros-jazzy-navmap-rviz-plugin (= 0.3.0-1noble.20260804.192959) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-navmap-rviz-plugin/ros-jazzy-navmap-rviz-plugin-dbgsym_0.3.0-1noble.20260804.192959_amd64.deb Size: 5629040 SHA256: 3eb268a0a37ffcddc6800c9f1705aab83e532aed1572d0560413aacab497ceaf SHA1: c3eb62bb52f9aa31c3608117d83fef1e8f834b1e MD5sum: 15e9b796d5ff57fce46379b01409fcaa Description: debug symbols for ros-jazzy-navmap-rviz-plugin Build-Ids: 7c562bba008a004c4b74e4cb20e1ff6b3fa9364c Package: ros-jazzy-ndcurves Version: 2.3.0-1noble.20260717.161317 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 6002 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), graphviz, libboost-all-dev, libeigen3-dev, ros-jazzy-ament-cmake, ros-jazzy-eigenpy, ros-jazzy-jrl-cmakemodules, ros-jazzy-pinocchio, ros-jazzy-ros-workspace Homepage: http://github.com/loco-3d/ndcurves Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ndcurves/ros-jazzy-ndcurves_2.3.0-1noble.20260717.161317_amd64.deb Size: 978274 SHA256: 9a0bf43a42b335bad5842c2ea15c389df3816fa91dc143372297e55a4ac5079f SHA1: 4503fc91608baae9b4a444a7fd220a10dc005f3a MD5sum: 1b0032ebf4f2ddc09aa9a7e800113d37 Description: A template-based Library for creating curves of arbitrary order and dimension Package: ros-jazzy-ndcurves-dbgsym Package-Type: ddeb Source: ros-jazzy-ndcurves Version: 2.3.0-1noble.20260717.161317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 27459 Depends: ros-jazzy-ndcurves (= 2.3.0-1noble.20260717.161317) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ndcurves/ros-jazzy-ndcurves-dbgsym_2.3.0-1noble.20260717.161317_amd64.deb Size: 22598046 SHA256: fe57406bb3e1ac50b0f408e71d6ec649c03154a3ca2660e390ffb17122dbbe21 SHA1: 435567c2f4aeee0b58be12b54818dc083a1522ec MD5sum: 947b8f930388d57756ca9de59a31ca04 Description: debug symbols for ros-jazzy-ndcurves Build-Ids: 6f4e12f6dcc691bd3eab5dca26a27687ee3a4472 Package: ros-jazzy-nebula Version: 1.2.0-1noble.20260804.184747 Architecture: amd64 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 Homepage: https://index.ros.org/p/nebula/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula/ros-jazzy-nebula_1.2.0-1noble.20260804.184747_amd64.deb Size: 8712 SHA256: 25d3457093b7ca65904d678dd7d333030188cd4f16b7f97c954ab03e63700a45 SHA1: d21c2ddc2213b816170fe1f336eb2cf62a54c091 MD5sum: 911ea5a28cc736d7c87a6173fb84d826 Description: Nebula: multi-vendor LiDAR and radar driver Package: ros-jazzy-nebula-continental Version: 1.2.0-1noble.20260804.180222 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 3801 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 Homepage: https://index.ros.org/p/nebula_continental/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental/ros-jazzy-nebula-continental_1.2.0-1noble.20260804.180222_amd64.deb Size: 594142 SHA256: bc2447942414dc75d7ef52e7e4d105e863038a892d780963540ac4ae85185542 SHA1: 9097c323fc361f023c4736b337119e5815f0573e MD5sum: e18640d1695cbbe263a35140f7139c62 Description: Nebula Continental ROS Wrapper Package: ros-jazzy-nebula-continental-common Version: 1.2.0-1noble.20260730.093655 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 96 Depends: libboost-all-dev, ros-jazzy-nebula-core-common, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nebula_continental_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental-common/ros-jazzy-nebula-continental-common_1.2.0-1noble.20260730.093655_amd64.deb Size: 16806 SHA256: 505ca7cdd99e492d4f5c87b59ef2cb3e3f9dcc71501b95d58e589ee20b0afed9 SHA1: 1f9d9732dda253158f9384f349d4bcd0f9b24a2e MD5sum: cc8f465b492282cb166259bbbf380664 Description: Nebula Common Continental Libraries and headers Package: ros-jazzy-nebula-continental-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-continental Version: 1.2.0-1noble.20260804.180222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 19017 Depends: ros-jazzy-nebula-continental (= 1.2.0-1noble.20260804.180222) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental/ros-jazzy-nebula-continental-dbgsym_1.2.0-1noble.20260804.180222_amd64.deb Size: 16166956 SHA256: ae06ec09d5082340ab98975496c41faa58e100eaf514abf5791c8b3ce8c6953e SHA1: 5071967bd6e8881ee589958c05d36f474024a7e0 MD5sum: 51bd379ee9b19095d7c8e23ca19e8cdb Description: debug symbols for ros-jazzy-nebula-continental Build-Ids: 5007210383fadfc13d4dbea6b1bd6708c64df7ce 7fa5af6c8084f71be645ca8de44d8b3ac073affd 86bba8361c9d83dea88fb851538b4fe0bf65fb76 ee8eb91ac3a4bbba83e43e757222ea0090f88e54 Package: ros-jazzy-nebula-continental-decoders Version: 1.2.0-1noble.20260730.094220 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 189 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 Homepage: https://index.ros.org/p/nebula_continental_decoders/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental-decoders/ros-jazzy-nebula-continental-decoders_1.2.0-1noble.20260730.094220_amd64.deb Size: 49280 SHA256: bfaf50b219ab15ba6dba9f9c173f3450caf14075976c6020c233cbff123c3199 SHA1: bd450d9ddfb64427e056c3ba1b00b37bd340c7ff MD5sum: c6f84818091c21aa8ee8d175b6304d10 Description: Nebula Continental Decoders Library Package: ros-jazzy-nebula-continental-decoders-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-continental-decoders Version: 1.2.0-1noble.20260730.094220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 744 Depends: ros-jazzy-nebula-continental-decoders (= 1.2.0-1noble.20260730.094220) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental-decoders/ros-jazzy-nebula-continental-decoders-dbgsym_1.2.0-1noble.20260730.094220_amd64.deb Size: 714418 SHA256: d454c0736c455b435486807472fba5eaf333194f0ef7291f6011f89488e74e0e SHA1: 3706b03aad8841f2be2c205f0ffea4e4d1cbb998 MD5sum: 695dad7d8ed23785601c5e7fe1ac9879 Description: debug symbols for ros-jazzy-nebula-continental-decoders Build-Ids: 4a0474f4928fedda6808d6145faf456e27451d19 Package: ros-jazzy-nebula-continental-hw-interfaces Version: 1.2.0-1noble.20260730.094219 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 172 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 Homepage: https://index.ros.org/p/nebula_continental_hw_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental-hw-interfaces/ros-jazzy-nebula-continental-hw-interfaces_1.2.0-1noble.20260730.094219_amd64.deb Size: 49178 SHA256: 3bc07164cdfda83db2e3e47af1aaf5f0fad986b7123ab269d393ead90759239b SHA1: 754ce20590f43f93c4f98061e907d6fa6bd6ff22 MD5sum: a13e9a916c3f70ab207d49528066f408 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.2.0-1noble.20260730.094219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 465 Depends: ros-jazzy-nebula-continental-hw-interfaces (= 1.2.0-1noble.20260730.094219) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-continental-hw-interfaces/ros-jazzy-nebula-continental-hw-interfaces-dbgsym_1.2.0-1noble.20260730.094219_amd64.deb Size: 431370 SHA256: bc2450c8d2d87ef54241faecb47450c3ad0159b9803b8184dcc3a4d692fad8ce SHA1: fcec02ee3683c9badb8d77552b864911fdfe6c01 MD5sum: 0ce37d2d14e60f42d85abcf443c53a52 Description: debug symbols for ros-jazzy-nebula-continental-hw-interfaces Build-Ids: 37693ca620228ab8db4e113ddad2d0aa42f056f4 Package: ros-jazzy-nebula-core-common Version: 1.2.0-1noble.20260730.093023 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 152 Depends: libc6 (>= 2.2.5), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), libboost-all-dev, nlohmann-json3-dev, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nebula_core_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-core-common/ros-jazzy-nebula-core-common_1.2.0-1noble.20260730.093023_amd64.deb Size: 31090 SHA256: 6fa4ea4f223459fcb885924556808516c218cbe5cea3f7a7debd84105b3db3dc SHA1: 5752cf7c612f8836bbf86a89c13c10ec2937b436 MD5sum: de708a730b523bf6cb3a4ad003a2ea50 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.2.0-1noble.20260730.093023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 70 Depends: ros-jazzy-nebula-core-common (= 1.2.0-1noble.20260730.093023) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-core-common/ros-jazzy-nebula-core-common-dbgsym_1.2.0-1noble.20260730.093023_amd64.deb Size: 57138 SHA256: 55048fb423d8d4417cf850ce55e1ba8d93c25cc06d1fcb9fc18418297b3696dd SHA1: 8afc70d90ee7c6242734c36bd831c145ac4c0653 MD5sum: ae3249f3c715ca62d8a0802a515ea8c3 Description: debug symbols for ros-jazzy-nebula-core-common Build-Ids: c34030fca998f08ca0d3c80f05c1f57bdbd726d7 Package: ros-jazzy-nebula-core-decoders Version: 1.2.0-1noble.20260730.093659 Architecture: amd64 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 Homepage: https://index.ros.org/p/nebula_core_decoders/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-core-decoders/ros-jazzy-nebula-core-decoders_1.2.0-1noble.20260730.093659_amd64.deb Size: 21994 SHA256: ce83a968303b8e79942f49faee2a3a014c816b9e5a8c075b5ab4af32f5232821 SHA1: cbaf12dc14882889b642c479e8102d9fbf29c05b MD5sum: a83a25a59ce61c1248571641a91fdc1c Description: Nebula Decoders Base Library Package: ros-jazzy-nebula-core-hw-interfaces Version: 1.2.0-1noble.20260730.093643 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 116 Depends: ros-jazzy-nebula-core-common, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nebula_core_hw_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-core-hw-interfaces/ros-jazzy-nebula-core-hw-interfaces_1.2.0-1noble.20260730.093643_amd64.deb Size: 26094 SHA256: 6f41cd8147e26d21e816c01dc53419cf5ff8bf03690cc5fedd677880475e6822 SHA1: 384503eade1b7bc59e702d321de95d6583adf13b MD5sum: 76647971074a24eb19822fb893f2e835 Description: Nebula HW Interfaces Base Package: ros-jazzy-nebula-core-ros Version: 1.2.0-1noble.20260730.093519 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 292 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/nebula_core_ros/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-core-ros/ros-jazzy-nebula-core-ros_1.2.0-1noble.20260730.093519_amd64.deb Size: 50330 SHA256: 7d7608cb451254bb09623a2f01de9734d0fd0c4253c2a3b033d57558d8bc6c81 SHA1: fd4447939a5451365136d6949f781899f73527cb MD5sum: e6376c48ffd21edf3fe72f1017b1a74a Description: Nebula ROS Base Libraries Package: ros-jazzy-nebula-core-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-core-ros Version: 1.2.0-1noble.20260730.093519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 90 Depends: ros-jazzy-nebula-core-ros (= 1.2.0-1noble.20260730.093519) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-core-ros/ros-jazzy-nebula-core-ros-dbgsym_1.2.0-1noble.20260730.093519_amd64.deb Size: 76852 SHA256: fe6f13fef5381111c5bdc14968c6e4dc726a5758d9a69097f45c47f8ad4fe0ab SHA1: 3ccea5ebb90894ed8bf718c6d1db3c032e5520a3 MD5sum: fd58fa4d29052cd23cac367de4e13ac0 Description: debug symbols for ros-jazzy-nebula-core-ros Build-Ids: e208f9c7b6674fcb923c7c6457d908c573fca56b Package: ros-jazzy-nebula-hesai Version: 1.2.0-1noble.20260731.143115 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 1396 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 Homepage: https://index.ros.org/p/nebula_hesai/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai/ros-jazzy-nebula-hesai_1.2.0-1noble.20260731.143115_amd64.deb Size: 357330 SHA256: 5807830876e87b0fbd2005b0bc88c4c411b16ca97768c76c11767e3baed2d9bc SHA1: f7d15152a5f9c04b805bc9d45c30ba7a01338ba0 MD5sum: 8f224168a4efc6ccb0ddb3b28b34d100 Description: Nebula Hesai ROS Wrapper Package: ros-jazzy-nebula-hesai-common Version: 1.2.0-1noble.20260730.093508 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 86 Depends: ros-jazzy-nebula-core-common, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nebula_hesai_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai-common/ros-jazzy-nebula-hesai-common_1.2.0-1noble.20260730.093508_amd64.deb Size: 15852 SHA256: 16e46525a3d5c805f99da278580e2acd01ed88c5bce73d1e6171c564c5e8a587 SHA1: fc985e843617e347cdef93823684be6da482f1e5 MD5sum: 988b46b50a9a2187ba4a9c15ab8e887f Description: Nebula Common Hesai Libraries and headers Package: ros-jazzy-nebula-hesai-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-hesai Version: 1.2.0-1noble.20260731.143115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 7393 Depends: ros-jazzy-nebula-hesai (= 1.2.0-1noble.20260731.143115) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai/ros-jazzy-nebula-hesai-dbgsym_1.2.0-1noble.20260731.143115_amd64.deb Size: 6828084 SHA256: 97ea88cf67f17cee7ed2f68f4dbedd123cb3fcf80f754ab0e1c628d9b2ac131d SHA1: 7ed9cb296be28a7a01753f813feb1bb9b7bfaf8a MD5sum: e943f64a8dc8b1403e7a10e0e047c29a Description: debug symbols for ros-jazzy-nebula-hesai Build-Ids: 280d5f5ad240ecd4d8a2d1de108ba2e2a694df89 f2af18e11ed940b8972454783639379266d1bf05 Package: ros-jazzy-nebula-hesai-decoders Version: 1.2.0-1noble.20260730.094321 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 694 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 Homepage: https://index.ros.org/p/nebula_hesai_decoders/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai-decoders/ros-jazzy-nebula-hesai-decoders_1.2.0-1noble.20260730.094321_amd64.deb Size: 122344 SHA256: 4b25291ae0b377f090c8cd8e4df0edff2a495a09cca2dd82f98e1ce8b3c9690c SHA1: 2dd47f83d5b34da6ce67b94aec9d4a1a30760c0b MD5sum: 74a7f88abd92d0a076a52ced26164a9c Description: Nebula Hesai Decoders Library Package: ros-jazzy-nebula-hesai-decoders-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-hesai-decoders Version: 1.2.0-1noble.20260730.094321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 1339 Depends: ros-jazzy-nebula-hesai-decoders (= 1.2.0-1noble.20260730.094321) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai-decoders/ros-jazzy-nebula-hesai-decoders-dbgsym_1.2.0-1noble.20260730.094321_amd64.deb Size: 1212102 SHA256: 4032b0004811c65918718ff4d22107bd1aa1e3d489bc8aa691a7a7ba59f43cc9 SHA1: d8f56a049aaca007e8b17583fbb749383d63e1f1 MD5sum: 24350cf587ed2c60d088d93cd9769083 Description: debug symbols for ros-jazzy-nebula-hesai-decoders Build-Ids: 22006dd64e675ccdba1642fd3d22626b5d599050 Package: ros-jazzy-nebula-hesai-hw-interfaces Version: 1.2.0-1noble.20260730.094215 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 374 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 Homepage: https://index.ros.org/p/nebula_hesai_hw_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai-hw-interfaces/ros-jazzy-nebula-hesai-hw-interfaces_1.2.0-1noble.20260730.094215_amd64.deb Size: 116972 SHA256: 539f1bdfd64e6f9fdfea37f543f7ed7760a8c03990821a02fba0e7037ec5b264 SHA1: ef4e92a53a2a77808da850fe54e45834766c560a MD5sum: b864c52780bef9318f35752119a73dc3 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.2.0-1noble.20260730.094215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 1346 Depends: ros-jazzy-nebula-hesai-hw-interfaces (= 1.2.0-1noble.20260730.094215) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-hesai-hw-interfaces/ros-jazzy-nebula-hesai-hw-interfaces-dbgsym_1.2.0-1noble.20260730.094215_amd64.deb Size: 1259242 SHA256: 4d498ff2faaac2751eecd0cc42cf9a7f984c11c516e0211072082975fcdbede5 SHA1: ed77042b21c900fc11b479877f32b968c5a080e9 MD5sum: 19e8fb78e81e1f465e79b553984574b0 Description: debug symbols for ros-jazzy-nebula-hesai-hw-interfaces Build-Ids: 5b68962840cd163f7355e9f9282c2873fdcd9666 Package: ros-jazzy-nebula-msgs Version: 1.2.0-1noble.20260730.093020 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 584 Depends: libc6 (>= 2.4), 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/nebula_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-msgs/ros-jazzy-nebula-msgs_1.2.0-1noble.20260730.093020_amd64.deb Size: 61544 SHA256: 00fba1f48e030bd664d3efdea34ef408159afedd425b542d73642fdc431b21e9 SHA1: ed04e85f3a934f2c02eaad0bed5c26b158862532 MD5sum: aa641ab76c6248bc6a2a179478850d8c Description: Generic sensor raw data messages for Nebula Package: ros-jazzy-nebula-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-msgs Version: 1.2.0-1noble.20260730.093020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 438 Depends: ros-jazzy-nebula-msgs (= 1.2.0-1noble.20260730.093020) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-msgs/ros-jazzy-nebula-msgs-dbgsym_1.2.0-1noble.20260730.093020_amd64.deb Size: 328224 SHA256: 466e829e5ad3dfff8ea9aef40376b9630393a2df4ee7305df1d1bc2a6921b029 SHA1: 7e69b53d4b559c193e991617738d1b8dfc67c9c2 MD5sum: 3b7057a072f7914dc22184487e463505 Description: debug symbols for ros-jazzy-nebula-msgs Build-Ids: 0f2d80dafcb2e2a7ae20e8810110f6bb71509c7c 15bf205073f92ec4b8855fff14c791f23fdff664 1974081e6e784311f5b753b9cc5704ba1bc24500 2282af94935d36338f1114fe12422d33eb68e480 398a665c1fef3a6cd5fd73190fc6fc8495347974 4ba79e42f447fe82b8761942b33ec4f94ce4da27 5b6cffbe0e0d97d670498f8225ed739b2a58b42f 87b8a8b940b756b1251d3a566bad7877731dfed1 cdd96dad3bff45ac1f29ef8d5e303dd2df110e10 e66bbbad73292cd41fb5ccacb0cbfffd9c2ffd07 fae0af417d6a648a0e79a334e0f95e7d2f0a2a0d Package: ros-jazzy-nebula-robosense Version: 1.2.0-1noble.20260730.094655 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 999 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 Homepage: https://index.ros.org/p/nebula_robosense/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense/ros-jazzy-nebula-robosense_1.2.0-1noble.20260730.094655_amd64.deb Size: 206916 SHA256: 4dc1a03d191c5fb2b62b054bca878c3bf9537949577b08d8eac738a1bb7083ab SHA1: fcffcddd3290f680b9a70f0ed49666f690f8149c MD5sum: 0d290691b24716d426e1882f6cbecbde Description: Nebula Robosense ROS Wrapper Package: ros-jazzy-nebula-robosense-common Version: 1.2.0-1noble.20260730.093508 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 63 Depends: ros-jazzy-nebula-core-common, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nebula_robosense_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense-common/ros-jazzy-nebula-robosense-common_1.2.0-1noble.20260730.093508_amd64.deb Size: 11820 SHA256: c3171a994b0eae1a8fd138326683421b9085fb102303a312f15e7c7e466de34c SHA1: 5053cfa33b225eb04b0c5754f9d3047892096cb5 MD5sum: 097ccdec60b67202502703a9be93292c Description: Nebula Common Robosense Libraries and headers Package: ros-jazzy-nebula-robosense-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-robosense Version: 1.2.0-1noble.20260730.094655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 5096 Depends: ros-jazzy-nebula-robosense (= 1.2.0-1noble.20260730.094655) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense/ros-jazzy-nebula-robosense-dbgsym_1.2.0-1noble.20260730.094655_amd64.deb Size: 4449136 SHA256: 21bf28722bb427010c39fbbf3b169103c1f26163be51fa6831f94f45078f2ecd SHA1: e33bd15ee34e47f954146696661b2910961b02c5 MD5sum: 03c755df48a70cfbbcd105398409185a Description: debug symbols for ros-jazzy-nebula-robosense Build-Ids: 2cb1a7e980e79de038fd50bd1758b0417a176acb 851fc48d42ad2506a02f8750971ad21f166c468d Package: ros-jazzy-nebula-robosense-decoders Version: 1.2.0-1noble.20260730.094315 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 398 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 Homepage: https://index.ros.org/p/nebula_robosense_decoders/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense-decoders/ros-jazzy-nebula-robosense-decoders_1.2.0-1noble.20260730.094315_amd64.deb Size: 81244 SHA256: e614a3407e9ff488ca34328b4eeea239d0a3e4cafb9855b60dbf21b4dfc9bde2 SHA1: 764dc0be162e22cfc0473bc4a05bda720f8dbed8 MD5sum: bf47be35d60d6c303c709735750e6798 Description: Nebula Robosense Decoders Library Package: ros-jazzy-nebula-robosense-decoders-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-robosense-decoders Version: 1.2.0-1noble.20260730.094315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 1042 Depends: ros-jazzy-nebula-robosense-decoders (= 1.2.0-1noble.20260730.094315) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense-decoders/ros-jazzy-nebula-robosense-decoders-dbgsym_1.2.0-1noble.20260730.094315_amd64.deb Size: 978184 SHA256: e90f84614eb7b155ae03a33bdebe24b9899247ecb5309a066f034522383c4fd2 SHA1: f0229bdabf807870c1b07b3cbc90ca06a701fd59 MD5sum: 87be66e0137d368756e7ec0b040b043e Description: debug symbols for ros-jazzy-nebula-robosense-decoders Build-Ids: 0225de9265c5a8033a7c13847d70147d7c368b2c ab8f18712d8afea8c18db0e8a9becb65d85d2dff Package: ros-jazzy-nebula-robosense-hw-interfaces Version: 1.2.0-1noble.20260730.094225 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 115 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 Homepage: https://index.ros.org/p/nebula_robosense_hw_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense-hw-interfaces/ros-jazzy-nebula-robosense-hw-interfaces_1.2.0-1noble.20260730.094225_amd64.deb Size: 27968 SHA256: d88dbc14013d4459365a775b6ea31a054e66c9bffaedc195a1042486a1e53e5c SHA1: 96218f98c32bfb853c791502537df3ce1d9442cd MD5sum: 3ab37f9d639e57a7a7e12ce71b1edb19 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.2.0-1noble.20260730.094225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 247 Depends: ros-jazzy-nebula-robosense-hw-interfaces (= 1.2.0-1noble.20260730.094225) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-robosense-hw-interfaces/ros-jazzy-nebula-robosense-hw-interfaces-dbgsym_1.2.0-1noble.20260730.094225_amd64.deb Size: 225064 SHA256: f23f2f4b1af3b48028a16f29b1ea089db24d61db899d2f600f80f184aae7e575 SHA1: 0b23a0dd7e6c333fb44f96ab3aced42146426d67 MD5sum: cadcf0b4f5a7ca568ae6021496c5c3d0 Description: debug symbols for ros-jazzy-nebula-robosense-hw-interfaces Build-Ids: 2244ea3c8ad7f5fe5e3100022cec834af91b89e7 Package: ros-jazzy-nebula-sample Version: 1.2.0-1noble.20260730.094930 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 708 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 Homepage: https://index.ros.org/p/nebula_sample/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample/ros-jazzy-nebula-sample_1.2.0-1noble.20260730.094930_amd64.deb Size: 165268 SHA256: 9e5d1caf420f3e5f5e561f5efc62442822577114c8fd63d64bd5e881dbc3e06c SHA1: aeefbb71cdcc15cd7119b4ae69b121a99ebc5d71 MD5sum: 334bddb72b5e4c34ff0bf4a3f2794604 Description: Nebula Sample ROS 2 Package Package: ros-jazzy-nebula-sample-common Version: 1.2.0-1noble.20260730.094320 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 61 Depends: ros-jazzy-nebula-core-common, ros-jazzy-nebula-core-decoders, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/nebula_sample_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample-common/ros-jazzy-nebula-sample-common_1.2.0-1noble.20260730.094320_amd64.deb Size: 11424 SHA256: 9b4669d7c52efa41f3100ceb5c86defd326efd867a617160e5e941059f3aa470 SHA1: 2ba4a1da2288eaf9334ca19e062816b54739f2d5 MD5sum: c9cb720396df7a94a0ba6780ab467b3c Description: Nebula Sample Common Libraries and Headers Package: ros-jazzy-nebula-sample-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-sample Version: 1.2.0-1noble.20260730.094930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 3428 Depends: ros-jazzy-nebula-sample (= 1.2.0-1noble.20260730.094930) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample/ros-jazzy-nebula-sample-dbgsym_1.2.0-1noble.20260730.094930_amd64.deb Size: 3027312 SHA256: 426e655da75569a9c50b933c817cb6c157e3800791a3670850aa852d3c4f830d SHA1: 8dc79e35214ef82b844db6f51493bced9364452b MD5sum: 22c136b9ee38e589b7bfab6fa54962df Description: debug symbols for ros-jazzy-nebula-sample Build-Ids: 61963d441ecba8a767b793e0799aaaa8855e759e a206021f5d66a1e4527d03fddebf77583e472379 Package: ros-jazzy-nebula-sample-decoders Version: 1.2.0-1noble.20260730.094624 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 84 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 Homepage: https://index.ros.org/p/nebula_sample_decoders/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample-decoders/ros-jazzy-nebula-sample-decoders_1.2.0-1noble.20260730.094624_amd64.deb Size: 15608 SHA256: fb8cbb9473e49821254161a7a50dde977f55c4105c5c288bbc26ccaa340b010d SHA1: e8b0541b59c67bd1208d465789067e2c6d852286 MD5sum: 96653a8f493f6306d05653d0aa1365db Description: Nebula Sample Decoders Library Package: ros-jazzy-nebula-sample-decoders-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-sample-decoders Version: 1.2.0-1noble.20260730.094624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 72 Depends: ros-jazzy-nebula-sample-decoders (= 1.2.0-1noble.20260730.094624) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample-decoders/ros-jazzy-nebula-sample-decoders-dbgsym_1.2.0-1noble.20260730.094624_amd64.deb Size: 57342 SHA256: 0f3f4db6200705b812f391920d207d865b733a6e8f18f2dc33467af128536796 SHA1: 4cff55773ebe07d8cbf12b9447ee25863dfa70e6 MD5sum: 6a87d81fecc94b32c049fb01d2a80b26 Description: debug symbols for ros-jazzy-nebula-sample-decoders Build-Ids: 4555b0b917ce6ac9262b1a693c5081988146309f Package: ros-jazzy-nebula-sample-hw-interfaces Version: 1.2.0-1noble.20260730.094610 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 105 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 Homepage: https://index.ros.org/p/nebula_sample_hw_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample-hw-interfaces/ros-jazzy-nebula-sample-hw-interfaces_1.2.0-1noble.20260730.094610_amd64.deb Size: 24164 SHA256: 05c5be48c08307e957973a72f205fff7c4aa008a7405adccb74bed80b9308774 SHA1: 6a1d7ba76748467275010d4c5f85bc0698398641 MD5sum: c9ef050826ca2569c0913c123a15e120 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.2.0-1noble.20260730.094610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 229 Depends: ros-jazzy-nebula-sample-hw-interfaces (= 1.2.0-1noble.20260730.094610) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-sample-hw-interfaces/ros-jazzy-nebula-sample-hw-interfaces-dbgsym_1.2.0-1noble.20260730.094610_amd64.deb Size: 207958 SHA256: aa7c6cf4f5219bf2a72b852992bdc6a4f3444a88c6af93912af43ca2268602a9 SHA1: 834cbe5e6b38ee0c3cd6f29ee64bff84558e9718 MD5sum: 0ad8edc749c633711db0004b95bb4ab7 Description: debug symbols for ros-jazzy-nebula-sample-hw-interfaces Build-Ids: 750c2ab41f2beb690d1d932d8c8a234a7c83edf1 Package: ros-jazzy-nebula-velodyne Version: 1.2.0-1noble.20260730.094719 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 894 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 Homepage: https://index.ros.org/p/nebula_velodyne/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne/ros-jazzy-nebula-velodyne_1.2.0-1noble.20260730.094719_amd64.deb Size: 208060 SHA256: d6eb04ddaea4b222d213d4cadb41b6f5a4291960f96932956cf969c12d742311 SHA1: bbdee3eff45bc044f5572aafa0a5ca653abf9c23 MD5sum: 6a9d367d614ee2d48832cb8c3d4cdf0f Description: Nebula Velodyne ROS Wrapper Package: ros-jazzy-nebula-velodyne-common Version: 1.2.0-1noble.20260730.093751 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 178 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 Homepage: https://index.ros.org/p/nebula_velodyne_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne-common/ros-jazzy-nebula-velodyne-common_1.2.0-1noble.20260730.093751_amd64.deb Size: 46090 SHA256: 2704f7d0645e19aab59f9bd461cd0d58bdb971f127bf2e436268f9325e357274 SHA1: 6bb6cd790b8ec9ebf0850613c915d601ea7590c6 MD5sum: 67fd01ff93418544e505b8808bb08b55 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.2.0-1noble.20260730.093751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 399 Depends: ros-jazzy-nebula-velodyne-common (= 1.2.0-1noble.20260730.093751) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne-common/ros-jazzy-nebula-velodyne-common-dbgsym_1.2.0-1noble.20260730.093751_amd64.deb Size: 369164 SHA256: 5757d76ac97dc40ac746f6e2c0a69b340be6e4dba7f8fab712b8ce85f5e8ea38 SHA1: 9cd08b557656aa0fd6bad3fe194872094c42ca6a MD5sum: ab254a874f23e3b2880d08134d81c75e Description: debug symbols for ros-jazzy-nebula-velodyne-common Build-Ids: 29888352f23c4f995d69c3902e6b480b7980b1dc Package: ros-jazzy-nebula-velodyne-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-velodyne Version: 1.2.0-1noble.20260730.094719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 4821 Depends: ros-jazzy-nebula-velodyne (= 1.2.0-1noble.20260730.094719) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne/ros-jazzy-nebula-velodyne-dbgsym_1.2.0-1noble.20260730.094719_amd64.deb Size: 4387564 SHA256: 7a87f2c4a8647ceebb83c1488b1a336bbef6a065f09826b0b6b735ebe1f6af57 SHA1: bfae525999d530c6141e2ae6d81aba311d163546 MD5sum: 78234f56f410a5631714dfc42fd773bb Description: debug symbols for ros-jazzy-nebula-velodyne Build-Ids: 615d589be52869b0ae4fccec1f24fc390ca37107 a537c97b938a606e20bbb9aed9c9538b4ce24b69 Package: ros-jazzy-nebula-velodyne-decoders Version: 1.2.0-1noble.20260730.094312 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 306 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 Homepage: https://index.ros.org/p/nebula_velodyne_decoders/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne-decoders/ros-jazzy-nebula-velodyne-decoders_1.2.0-1noble.20260730.094312_amd64.deb Size: 43644 SHA256: be9396bd1e1ed63978ee3b99fb82526510d04c3109f0d69abb437aa9b937749b SHA1: 5180b0618e9e8e7b1993d2529b4ddd3185d85472 MD5sum: 4d1f6f4f1731fa8fe96c9399bd08e717 Description: Nebula Velodyne Decoders Library Package: ros-jazzy-nebula-velodyne-decoders-dbgsym Package-Type: ddeb Source: ros-jazzy-nebula-velodyne-decoders Version: 1.2.0-1noble.20260730.094312 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 819 Depends: ros-jazzy-nebula-velodyne-decoders (= 1.2.0-1noble.20260730.094312) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne-decoders/ros-jazzy-nebula-velodyne-decoders-dbgsym_1.2.0-1noble.20260730.094312_amd64.deb Size: 800742 SHA256: 92d60cdfe6238bf9169a2062f1e93a468072431278c701a3646cb546737a23ab SHA1: 27cac67cf73db26ad684aa23ad158c354d9af130 MD5sum: f3bfc09eb245a69eff0555763af5fa1d Description: debug symbols for ros-jazzy-nebula-velodyne-decoders Build-Ids: 26ae133dd1436267618b2895e1dbda7ae753a9ee Package: ros-jazzy-nebula-velodyne-hw-interfaces Version: 1.2.0-1noble.20260730.094303 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 250 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 Homepage: https://index.ros.org/p/nebula_velodyne_hw_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne-hw-interfaces/ros-jazzy-nebula-velodyne-hw-interfaces_1.2.0-1noble.20260730.094303_amd64.deb Size: 78194 SHA256: 07a196726eb5f263dc7eb451bf1713dbca88f5b3e68c77c1fdc2e9b772e41b61 SHA1: 2aeba28d4f67dd3110d72e2b510e86a32caa6145 MD5sum: 860d4d6e991a6be5034b3d640f6fbdac 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.2.0-1noble.20260730.094303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 842 Depends: ros-jazzy-nebula-velodyne-hw-interfaces (= 1.2.0-1noble.20260730.094303) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nebula-velodyne-hw-interfaces/ros-jazzy-nebula-velodyne-hw-interfaces-dbgsym_1.2.0-1noble.20260730.094303_amd64.deb Size: 780384 SHA256: 36d66bc5f26001be12155b32aa8e9acb1e6fa85ee5c22dc7ce5cdc41f0d2fad0 SHA1: 25bf6a8117a45a0100e341fadc9b9c7859d7fa16 MD5sum: 86b03fc8538e7c61d01451281218ed2b Description: debug symbols for ros-jazzy-nebula-velodyne-hw-interfaces Build-Ids: b1ff456e5cab3be207ff62fe6694990b5acc1d0d Package: ros-jazzy-neobotix-usboard-msgs Version: 4.0.0-4noble.20260615.110851 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1834 Depends: libc6 (>= 2.4), 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.20260615.110851_amd64.deb Size: 120100 SHA256: 7223e7ddcd9a8744e71a9947e729556934b02b34b2df0befb9075c9e0f00e8c2 SHA1: 1c895de5693182f2e78190f53bd82fd723a15bfa MD5sum: 658f46e2bb8739e4ce329f349c135d7e 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.20260615.110851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1127 Depends: ros-jazzy-neobotix-usboard-msgs (= 4.0.0-4noble.20260615.110851) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-neobotix-usboard-msgs/ros-jazzy-neobotix-usboard-msgs-dbgsym_4.0.0-4noble.20260615.110851_amd64.deb Size: 900560 SHA256: aa7813069d5e31b835c6edee62da27a9315bd5d45b2c9c37a948b1772cbb24c0 SHA1: 7d43ed1e8e8c482fa640ffe0832ed242195c3dc4 MD5sum: 467320ef84839c0bf5e67046db0d1d5d Description: debug symbols for ros-jazzy-neobotix-usboard-msgs Build-Ids: 4ad0015c6aedbe9be16fa4f016bc89409b89b878 588ec43a84603a9d09b0cb36ec58dd2e5a93f692 80e66899813e43989d7cf0d8db680e86ae26c69d 91fa4c5f27e9885e7cddd99ba2f872be6fabfd4c c26311f5741a3fe72de422560ab9684866858e45 c41cee1038de2e8f6123f576f152d1b85a496369 c4697862880a2fd84c50d5cb95d903a224cfdb1c dc1ab5cadac32d5ce22274c2204f8a101c16d18f edc0e38e84e7297b9536ebb19ea214c044b26849 f1cdfb5d0f10ab7e8de104382aa5aba87a598ce8 fbef0acb3d539dbbcbb1f45ed0f45741b2849973 Package: ros-jazzy-network-bridge Version: 3.0.0-1noble.20260804.182852 Architecture: amd64 Maintainer: Ethan Brown Installed-Size: 1182 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.20260804.182852_amd64.deb Size: 299652 SHA256: a7f7bebd4aea29e4abd6f9f52e598d6f52bea411873b24d1554255db5f784c23 SHA1: c514779dcb797c99090035ee6d2c5597507c9eaf MD5sum: 40b77390731109b29ef20faca3bf6b92 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.20260804.182852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ethan Brown Installed-Size: 5484 Depends: ros-jazzy-network-bridge (= 3.0.0-1noble.20260804.182852) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-network-bridge/ros-jazzy-network-bridge-dbgsym_3.0.0-1noble.20260804.182852_amd64.deb Size: 4924340 SHA256: 34f4af557e70b11e6ee93c38e9c682660254b03bb4bcda97164f180722638d91 SHA1: 2ddc52495b8fe16aa87b97781e2b54b893ac21a3 MD5sum: bc8884208c1fda3c24ed6c3bf5a10ab3 Description: debug symbols for ros-jazzy-network-bridge Build-Ids: ce0d0dd5e824c83a7e75528638f808cab4f97f06 ef925a44c807b780c0b5f67c3e94b9545568192f f6fb264630dedd6625df0503afaa4bbda7425feb Package: ros-jazzy-nicla-vision-ros2 Version: 1.1.1-1noble.20260804.194341 Architecture: amd64 Maintainer: Davide Torielli Installed-Size: 6804 Depends: libc6 (>= 2.4), 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.20260804.194341_amd64.deb Size: 854354 SHA256: 037431ef3365e7cc22f9eb3b142b6144b186bf045a242854fb1ff4e7973ed542 SHA1: a037c69c81816a0de50e3d25b8a207abee5f5db0 MD5sum: c4a8e46dcac1ceb4528afcf2df2de1d1 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.20260804.194341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Torielli Installed-Size: 524 Depends: ros-jazzy-nicla-vision-ros2 (= 1.1.1-1noble.20260804.194341) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nicla-vision-ros2/ros-jazzy-nicla-vision-ros2-dbgsym_1.1.1-1noble.20260804.194341_amd64.deb Size: 397988 SHA256: bd2d3ed5a59802dd39da25aff59678ab7f93ae97a95546efc594927d56766519 SHA1: 5833773e0e5977f0e5f1822e451778b68e8f6d5d MD5sum: 0f81508e12852b28f793ee03454ff5a0 Description: debug symbols for ros-jazzy-nicla-vision-ros2 Build-Ids: 000253a5fd80da95086eb37a026a6226da6a8b7a 1860e9689a3ed85406f2baed9d84f3d1615024e9 1d1c7df2911d8db8be8527ec2ea0a86f0eb03a28 31711105bb7e0b64d15ffea3c432f682f2927b2d 5084a5aba0f47afbbdd17b947adbc6b2f6e56b7f 544e2d6a7b80a99f7d584950a591101de0a9632c 8909d045719a1c85f23a85ef41684c14a6ad57a6 9442ac2ef561e285c9f114890b63b0564a2e5a9e a3bf85a743eb9e4702e57b368a997a61b9310f84 b6f694fbbeaf96c0ee18eea2c847098aeaca8af3 c4779609ad49f6b7287234123fc363f5f2bbcf66 Package: ros-jazzy-nlohmann-json-schema-validator-vendor Version: 0.4.1-1noble.20260225.235755 Architecture: amd64 Maintainer: Grey Installed-Size: 730 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.20260225.235755_amd64.deb Size: 224926 SHA256: a483d1251648ee856f12d3574551191ea7fade41c9dbd6bbd90e195c40f59862 SHA1: e2573286761499c606aa0141f83d8e472303233e MD5sum: 326e6cb5d437c6e1c55dc9732548d8c3 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.20260225.235755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 3440 Depends: ros-jazzy-nlohmann-json-schema-validator-vendor (= 0.4.1-1noble.20260225.235755) 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.20260225.235755_amd64.deb Size: 3207260 SHA256: d8e791bd04d8d534708a67a7a3b6b2493db9e3c715388e4729bd087b318df8fb SHA1: 610896af8e7255646e476c28c71535c5c4d1a426 MD5sum: af0e82e0a7aecb3383fd836e49eccda4 Description: debug symbols for ros-jazzy-nlohmann-json-schema-validator-vendor Build-Ids: 01c24c3c29fc0daba9763208c006eae64ad4c5e5 0e76a9d6fcf35caca44473b168c81ecb2396c6a4 899c8dfd8e8cffed937746934389ae85a0c1f26e Package: ros-jazzy-nmea-msgs Version: 2.1.0-3noble.20260615.110858 Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1775 Depends: libc6 (>= 2.4), 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.20260615.110858_amd64.deb Size: 141812 SHA256: ad252357b966a23163a92517d744563d84af248a408211458a31dd726f0388a1 SHA1: 376cbd8c62d09c73336c7e9275eb2b4d8b435377 MD5sum: 8ca6b57af438282ccd9db43992f8f2ad 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.20260615.110858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1330 Depends: ros-jazzy-nmea-msgs (= 2.1.0-3noble.20260615.110858) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nmea-msgs/ros-jazzy-nmea-msgs-dbgsym_2.1.0-3noble.20260615.110858_amd64.deb Size: 1106480 SHA256: 4c483467c9d27baeaa009bf856c9db77d33e368b8a30c7d39766271671e6cbdf SHA1: 85be73a51a21b6809db4ce46f323cf2e6c58e75f MD5sum: 278250bdb0d4e552d149f108623b0b1c Description: debug symbols for ros-jazzy-nmea-msgs Build-Ids: 0b7785dc743062b60ef42e0e582f8b6c7c593cd7 1caf388511cd3072cc953fd26e0359978633a30a 2b2c55407ca1b346a8a96f971667188ca69f63f1 4742e9022683bac7aab9d29ac8a330f4a36d4049 5153ede0ebc73b4ca6fe4a92249073637cfd1799 582ad3e2429c9592fea9e91663e9b768c2c56bde 66b8e90796dd40bb38d31d1edd554195c7303902 6fb8b951bf771720a8c85f118d7cfb5cfefbb91a a93fbba3b8c446170a127302a7b351bd6b45a772 c8e2493710954c8f6e2c5ca3e830e057cf1f7ee6 d14c2248085e79b0777627a79ed3f8efe08f464b Package: ros-jazzy-nmea-navsat-driver Version: 2.0.1-3noble.20260615.143545 Architecture: amd64 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.20260615.143545_amd64.deb Size: 24678 SHA256: ed4299dc22e1187ac85bbc2d2574dfef0ad904e719063190211df036771fe883 SHA1: 5587ac2905636086d945d462aa8f7319e2c3752a MD5sum: 95eeb2577c9c8198dfe5b565f5f1b7e0 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.20260615.143216 Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 617 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.20260615.143216_amd64.deb Size: 145870 SHA256: f99ea9ba2929dfd1eec112193dc1da04e14c54d748b3280cbeda24bc605cd967 SHA1: 52eb994229d365f31a99ab8b608dd8775e576cee MD5sum: b30fe7d578e4ed210d886c5ad8fffade 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.20260615.143216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 2958 Depends: ros-jazzy-nobleo-socketcan-bridge (= 1.0.4-1noble.20260615.143216) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nobleo-socketcan-bridge/ros-jazzy-nobleo-socketcan-bridge-dbgsym_1.0.4-1noble.20260615.143216_amd64.deb Size: 2610162 SHA256: 554a52398ee5586825577e686a662e9a2e663e99298f97206c1fded06d6c294e SHA1: 485a9ff26875ef52a8f09f5fa997db0110588041 MD5sum: 645d378a672f60a451b437b832d4715d Description: debug symbols for ros-jazzy-nobleo-socketcan-bridge Build-Ids: 3d2f3f1504516f1d59dd37380dfe522a3a167edf 9c92f951c328d0677bc606fa23826e249486209b eb7a00a9936354eef65748ab7bd69643ec19e0b8 Package: ros-jazzy-nodl-python Version: 0.3.1-5noble.20260519.011146 Architecture: amd64 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.011146_amd64.deb Size: 18262 SHA256: 1fd720fdb36e88213a5303255bf8926873b8cbf4d15509517d418a7a5f0229fc SHA1: c7cbff955c6b37b6d6f82dea97570d062c9f9381 MD5sum: a3e0f8d269f976809b533d4c55756de0 Description: Implementation of the NoDL API in Python. Package: ros-jazzy-nodl-to-policy Version: 1.0.0-5noble.20260716.023338 Architecture: amd64 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.20260716.023338_amd64.deb Size: 10086 SHA256: 87dc4cdc6f0aac3fe4e854c18f35b5596f53f618c9646cb306913b11545d4a71 SHA1: e3c7b3db9d5946bc4de806b0bbe699edbd96a68f MD5sum: ea2f4c24593318e2572276eb0d860de7 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.20260804.183325 Architecture: amd64 Maintainer: Steven Macenski Installed-Size: 219 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.20260804.183325_amd64.deb Size: 59226 SHA256: 71e7c0d0f032dc7ece6470e607542936425780f35eac9a237388e667dc6ebaff SHA1: 8fc3e053ba8868115aa02d6128919e9816278d3a MD5sum: 8741bd84a5bc6640f4a2d2538d49e1a6 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.20260804.183325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steven Macenski Installed-Size: 1527 Depends: ros-jazzy-nonpersistent-voxel-layer (= 2.5.0-1noble.20260804.183325) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-nonpersistent-voxel-layer/ros-jazzy-nonpersistent-voxel-layer-dbgsym_2.5.0-1noble.20260804.183325_amd64.deb Size: 1475730 SHA256: c3b6c3c37a2c2accd44c03fe9918d6184d4fd2c0d64b5ec4ec1ba120f4a43fb1 SHA1: 5d9b47cf4e38aa8550385e0284c65f53c7c9fe09 MD5sum: 60dfd7f347708cbf1b5c51ef7cb63aa0 Description: debug symbols for ros-jazzy-nonpersistent-voxel-layer Build-Ids: 46edb0114557b59cd2d0ca593e35a3e261b3bf71 Package: ros-jazzy-novatel-gps-driver Version: 4.3.0-1noble.20260804.181251 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 7428 Depends: 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 Homepage: https://index.ros.org/p/novatel_gps_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-gps-driver/ros-jazzy-novatel-gps-driver_4.3.0-1noble.20260804.181251_amd64.deb Size: 951346 SHA256: 4b97c07c4b700cbeb55d02733b34ea1eb90cc9d57ddf41d1a13676d0af8dbbc7 SHA1: ae0d10fbfc88fe744d7ca024e10c67e48a99d542 MD5sum: 7bcaec074ee232e154503acf55689844 Description: Driver for NovAtel receivers Package: ros-jazzy-novatel-gps-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-novatel-gps-driver Version: 4.3.0-1noble.20260804.181251 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 13892 Depends: ros-jazzy-novatel-gps-driver (= 4.3.0-1noble.20260804.181251) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-gps-driver/ros-jazzy-novatel-gps-driver-dbgsym_4.3.0-1noble.20260804.181251_amd64.deb Size: 12207504 SHA256: 8f31e886dd8c865c7c23ac70cca79a8d1aec020d897c987dc424516af77dd8e1 SHA1: 059b9cc18488db0a633874b4e3510745fe3590ea MD5sum: 30ab5ce706ed64854d9a44cf977b74b8 Description: debug symbols for ros-jazzy-novatel-gps-driver Build-Ids: 7739ca70940cf7b02cd2cda60febb3f2edde23d6 cfd4660416be571843d5f63141435902946a73c3 Package: ros-jazzy-novatel-gps-msgs Version: 4.3.0-1noble.20260618.163900 Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 6587 Depends: libc6 (>= 2.14), 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_gps_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-gps-msgs/ros-jazzy-novatel-gps-msgs_4.3.0-1noble.20260618.163900_amd64.deb Size: 418032 SHA256: 03b53118fb90158a93682e33c6e27036e23d1db29f701ed975980b012206b454 SHA1: 1a4494a33715df5da3d350c173e0400e04211f47 MD5sum: 3f8e532dcdff12ade6ca24e968527035 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.3.0-1noble.20260618.163900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 4221 Depends: ros-jazzy-novatel-gps-msgs (= 4.3.0-1noble.20260618.163900) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-gps-msgs/ros-jazzy-novatel-gps-msgs-dbgsym_4.3.0-1noble.20260618.163900_amd64.deb Size: 3506572 SHA256: 120d9f7176bdaeea4ee99c39f8048f13b6e3edbbbfa4950a5ccf62bd1203c64e SHA1: d2a3e7ec6276e1ddd4bc9de26c5929d1536d5b3d MD5sum: 9c081bf5f0820174785fc2afb6cd8580 Description: debug symbols for ros-jazzy-novatel-gps-msgs Build-Ids: 3abb747fb6ec2231a212830ad9201a129c5ec801 422667f0f85c4bf7d34d5d81ce3afb64f16b8b1e 569669daa871bf622cfa3bd927d14332be43cd26 5a7e06e962121fb396bffa72213f419a9b3e9c95 600f89665afb86012bc7c658f8de3eb742e0c9cb b103d2d00c4589652caab55711c6c1ca3f8a0c4a d5523562aa7b5c26a75e193c4263df9f81170651 d56961c2b5f5066b012e9f86216f3e94db50e017 da94eb99f813a4413bdb127b4664db23a20e38e7 eee92c849177f3dcc2af19e267bafb94fece7c8f fe114d4f08fdf4792505a1530eb7c4b791b3d832 Package: ros-jazzy-novatel-oem6-msgs Version: 0.3.0-1noble.20260615.113056 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2747 Depends: libc6 (>= 2.14), 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.20260615.113056_amd64.deb Size: 188142 SHA256: 36a4ee0003fabd23f9e54605b40ca7e78d88aa5443c98f2cd340b89667d4ea5a SHA1: 4b3410d8ac02d04d9f6a8be6450e25d1c588ab3a MD5sum: 71d7591048f447010718ccc21239d020 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.20260615.113056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1705 Depends: ros-jazzy-novatel-oem6-msgs (= 0.3.0-1noble.20260615.113056) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-oem6-msgs/ros-jazzy-novatel-oem6-msgs-dbgsym_0.3.0-1noble.20260615.113056_amd64.deb Size: 1380304 SHA256: e12fda88145a3b004e54d14fa2cad5c4cf61caa127a40635fc75a52dd8af8a4d SHA1: 91f6a09ce106c8ff079232c1382668f7d2f2b4d2 MD5sum: ae4167843f78c2ffccecae70ce4b9f39 Description: debug symbols for ros-jazzy-novatel-oem6-msgs Build-Ids: 1cc73515b17fa9127c302bee17b32e17e3a7583a 3b53ff1bddd39a98aed0ad0e47b2bcb0be1e4f33 54c87824e55580ca1ca2124e4fe970df98fc3f9e 69db486d109439d45006eca04ca390fbd6e42f64 7582dcae100c72120dc1ff53b16e1452f8031d2a 788a3a33ee6199354af97d03aad36bad0b517626 a82e68e6c2e898aba96c77dee2a52551d30705fa a90da97a2bf05faf7effe60be7e323c868fd13aa ea4da99c0259ed6e5c1080ef723e50b0827b1dbe f41524854a5fb76c69421c48026e1b7982bf299d fbcd052bec83b6044bacb8bf028c9ae32ab52e1d Package: ros-jazzy-novatel-oem7-driver Version: 24.2.1-1noble.20260804.184707 Architecture: amd64 Maintainer: NovAtel Support Installed-Size: 3658 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.20260804.184707_amd64.deb Size: 697578 SHA256: 0bb7fb89f0c3137fb111b922018f131e9eba526585cc0da3822be9097216d178 SHA1: 380534ab5306b83981f931896f7455369c6b8396 MD5sum: c125dc00055354758327a7ea6792d0bb 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.20260804.184707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: NovAtel Support Installed-Size: 18326 Depends: ros-jazzy-novatel-oem7-driver (= 24.2.1-1noble.20260804.184707) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-oem7-driver/ros-jazzy-novatel-oem7-driver-dbgsym_24.2.1-1noble.20260804.184707_amd64.deb Size: 16043704 SHA256: c1612a83d7e4dd8713312b8d0f63433fa26f2a7a22ca2353681ecf6608df14ff SHA1: 046191e1c2e2be4a488722d81384fcca3e434b56 MD5sum: 45b68a4965b8dd7dc57464afa1f01a5a Description: debug symbols for ros-jazzy-novatel-oem7-driver Build-Ids: c00e3a24bb57c9e22e5abb926de22a4ab57e0b85 e9cd75e975af42e9d689683a263f759e5b7a2a4b Package: ros-jazzy-novatel-oem7-msgs Version: 24.2.1-1noble.20260615.114119 Architecture: amd64 Maintainer: NovAtel Support Installed-Size: 8356 Depends: libc6 (>= 2.14), 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.20260615.114119_amd64.deb Size: 499774 SHA256: 9f76133d4ba215db86a3088a888418d2b8e3ec62c11b367cfcb1a7340f517c67 SHA1: a945d65110d4fa7959adc55363765af9fadb6345 MD5sum: cdf79a5eee2bf5fde941dfb8a5481bef 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.20260615.114119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: NovAtel Support Installed-Size: 5254 Depends: ros-jazzy-novatel-oem7-msgs (= 24.2.1-1noble.20260615.114119) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-novatel-oem7-msgs/ros-jazzy-novatel-oem7-msgs-dbgsym_24.2.1-1noble.20260615.114119_amd64.deb Size: 4263958 SHA256: 0bd256749787a11518b802878826f1260326c9dba5804d996f82fdf5ba285a1a SHA1: 90c993855f7969adfbddaa5e6e9cf1275a592db1 MD5sum: 306891711c7886ea868c5a0dc8e7bea8 Description: debug symbols for ros-jazzy-novatel-oem7-msgs Build-Ids: 19d3cb6c89bada309bc4efb2eadbd03decf1b024 2340dce00c8da5b1740d2e8938bbb99305978228 244dc141c06bfe7cd693c69efff16fba8e04c58d 39f608a6865e7d3e4b16b39b676e3a3d1e21aa41 61a906b3e2d7259030ed7ef6b86b6240bebac18d 62b9503ef754885d12f36ea4126822326ec4072d a6a6a0901cb7eae8d56e8791d0210f8c52b53fe8 a6f47d1eb484fa732d6fb5599ab58ee9db3fbb6b ae27f066d6fd0625ffc25f9210eeeddbd5ede22e ef83b8e124cd4d1e3da0c4681b75ae442f366da4 f88da68a10ec490ff30558734fe81e7a755ae0af Package: ros-jazzy-ntpd-driver Version: 2.2.0-4noble.20260615.144332 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 505 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.20260615.144332_amd64.deb Size: 108856 SHA256: 729e06e3989440134cf63e8a575db19ea1e567125b998990a2af06d3b33ddee9 SHA1: c8bf0b39450e592318892b664536de6c82aa06ee MD5sum: 5349068639e6456750cce85c91306073 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.20260615.144332 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 2373 Depends: ros-jazzy-ntpd-driver (= 2.2.0-4noble.20260615.144332) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ntpd-driver/ros-jazzy-ntpd-driver-dbgsym_2.2.0-4noble.20260615.144332_amd64.deb Size: 2054852 SHA256: e00797a1f36a85407b3dab154c8f883dcffae0e31e2625a16b0ae44e7bba215b SHA1: a44de4bc8e4ff24fbd69e3df9cd8b53f7d858453 MD5sum: a4913e573d3f3b295eb221e6e16fc3d0 Description: debug symbols for ros-jazzy-ntpd-driver Build-Ids: 0a08b9b294294e1237ff25f08fe4952c271c8cef 2a62e033772ae7e893e4244f58047cb5989dc8ae Package: ros-jazzy-ntrip-client Version: 1.4.1-1noble.20260615.140115 Architecture: amd64 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.20260615.140115_amd64.deb Size: 26382 SHA256: cca983a1458e9649ee2be49dc925c0d34ef8aa256eb168cedc4893c1b11cd8ba SHA1: cb7cdf06bceb4aa934bc84a695bb42020b6d5a68 MD5sum: 3ff1ca412ba631309b0528e9999ef079 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.20260615.142806 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 251 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.20260615.142806_amd64.deb Size: 71936 SHA256: 1577b1336da854361345a20ee953038399880a7e962755129ba8aabf35eb677e SHA1: 0fd01887cfb8ed999ec3e7a0b9e0ff56035a4977 MD5sum: 10e92e5c2527c4ee11e478f004ae4c8f 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.20260615.142806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1245 Depends: ros-jazzy-ntrip-client-node (= 0.7.4-1noble.20260615.142806) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ntrip-client-node/ros-jazzy-ntrip-client-node-dbgsym_0.7.4-1noble.20260615.142806_amd64.deb Size: 1168896 SHA256: 7d357e38efc6062cf47ef35300b221f215ec4fd5c090c286a9137c600e361c22 SHA1: 1d65d4a7544af76ef815d4cc48a76fa1f505d25e MD5sum: c6a336b2b3088fcdc835fb62a6f0f372 Description: debug symbols for ros-jazzy-ntrip-client-node Build-Ids: 1889f045fef5bd1aba1b16e019cfa282974a5833 739d83fbe5471ac5090f2c3ced499444d3dbdf9c Package: ros-jazzy-object-recognition-msgs Version: 2.0.0-5noble.20260615.113144 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 3335 Depends: libc6 (>= 2.14), 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.20260615.113144_amd64.deb Size: 244870 SHA256: e49eb83d2df978c2f4a9414e28e5e364126f1b6d64fa0d44136cc458249d234d SHA1: fd8b40303ee0e135641bac8fc9f9f6b7af0e69d7 MD5sum: 72dbe9da399a895552b01f94ed4a24a5 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.20260615.113144 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 2575 Depends: ros-jazzy-object-recognition-msgs (= 2.0.0-5noble.20260615.113144) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-object-recognition-msgs/ros-jazzy-object-recognition-msgs-dbgsym_2.0.0-5noble.20260615.113144_amd64.deb Size: 2083248 SHA256: 8fcab0f093e7f6ac49846252c07c79252f03e8d41ccdcff482367fa3284b16c7 SHA1: 068d2b6d4e799fbbf7add90fcf9bfbac71a786ad MD5sum: 6b77fec170967017eac5c9c598610aae Description: debug symbols for ros-jazzy-object-recognition-msgs Build-Ids: 1121602af0b74231c4093a7d711823466ec30b53 1c66c7eba88ecdfe6bb166e950b788813db50e3a 46486ed2c2aa962fecc4bb27c855bbc47f72d15d 6c7c49e5d42d8d81e42bd40ea7565ec0305dddb0 70a5e7b7b1f9c99bff786ce6dac65c57f606d372 71e6d5b7d7fcfe214d20436dbc5b51d69eacf2db 8973859daef3c222e6aea7e451c8c8c650ea980f 9d0480299285ac9322524e9a7a83addbd289708d cd93494bcfad376e0f510012dcb779cf0f31b4dc eec8c61ab8c2da554b0fd80204fe503cdb64048e fb9d3d8dc8885c34dc05325ba821058bb01982e8 Package: ros-jazzy-octomap Version: 1.10.0-4noble.20260225.055711 Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 1471 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.20260225.055711_amd64.deb Size: 226800 SHA256: 54ce96888fa5a40d8cfd7b8470ebd1332bb442b2cf479e5b948a8c56c162afaf SHA1: 7a96f15d2cbdf7c8f89bceb954c91ebe5b238dd4 MD5sum: 7a080cc446ea03963abe1dc0a9a99d0b 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.20260225.055711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 2314 Depends: ros-jazzy-octomap (= 1.10.0-4noble.20260225.055711) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap/ros-jazzy-octomap-dbgsym_1.10.0-4noble.20260225.055711_amd64.deb Size: 2154616 SHA256: d4d7e200a2c6f87c3e177c2f73789ef57eafea88f4fe6a8f34fcc32bf8639d22 SHA1: 02b7246dc8fffa98b8118c9d7b535ac03216b5fe MD5sum: 63175bdac69f96b7dff3c6183c22fa20 Description: debug symbols for ros-jazzy-octomap Build-Ids: 17f1b5d1abe64089710115e0d4ec2c016e40ae38 1909ccf66ef5ae74fd2d3e878396936199df7645 2ed1a9d5fb49c5ff3452f09546b73db78ca18026 57b58ceaddc3b4cb6393a927910657f455b0f69a 7af560b4a77d79eb5ab50e21134ab4dff69940c2 7e770090034d565c532ba7b4246d957dcc394194 8d169dc22980978fde572b22627646fec1d11c5a aa7ce500dc6708209092ad841b8d5b23f79360a7 adccde0d301a5ec3c705922280eb545c82439391 cc7d5f496a254bd371990bc53d1b53445695849f Package: ros-jazzy-octomap-mapping Version: 2.3.1-1noble.20260804.192909 Architecture: amd64 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.20260804.192909_amd64.deb Size: 5560 SHA256: c6881e4005f133a8b2531003211ff5885b72775df87de6e50992ff0f1d763cb8 SHA1: 128c1bcf33c4f83d390a7d2470a90df871748c0b MD5sum: d14dfc3d8cd3a75bc2e9606b74f6729d 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.20260615.112219 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1443 Depends: libc6 (>= 2.14), 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.20260615.112219_amd64.deb Size: 125258 SHA256: 3207e54945d316298ecbb821eb03b81e97ca559d8f77e085dd79f3ce5dd6116f SHA1: 073b6d83c2a1ffb9af23c0a4f9d5a162aaa44246 MD5sum: a6052c227eeb294d3496cc938928e6db 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.20260615.112219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1074 Depends: ros-jazzy-octomap-msgs (= 2.0.1-1noble.20260615.112219) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-msgs/ros-jazzy-octomap-msgs-dbgsym_2.0.1-1noble.20260615.112219_amd64.deb Size: 843744 SHA256: d176be18b98e1fa5561a07bedb407de32eae05cbda57f833d1c933b4fd2634d2 SHA1: 0c7f02ce691308317ed90d6473e1e4ae6900fe86 MD5sum: 675542c841c0f36e0d56b325ae4340f0 Description: debug symbols for ros-jazzy-octomap-msgs Build-Ids: 416b5e9803cac7f6657fc2be0beaad27103b4ecb 4d92a8e1db6b8c9f1da67ba84485111b1ad8159d 52cb8d33a6a2fa19156156989cf599f786904508 700c74a5406e1a5771d42310b79d922ddc835dd3 7bd8a3478f4576dd8fd52786709666548433b3fc 7eebda036a8ae1f37f50e681709c0b07e2d9a15b 8901dacc58db08717166fe207acef2604b5ac179 ac80286b5580084e1e0f1ba0ae88660b050951d0 b35db163feff34b11e313460003d070bf344cc4e bbce9f904169848a725c21678426bdafd0f2fcf4 ccca2c06293827c0322f33a273bb8dbb29797f6d Package: ros-jazzy-octomap-ros Version: 0.4.4-1noble.20260804.153426 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 81 Depends: libc6 (>= 2.14), 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.20260804.153426_amd64.deb Size: 15104 SHA256: 6243e5a0dd07a2867f7652c3c0d57ff4b2314238f91430315bb0067f769556e1 SHA1: 7ad576f237e4760260213fb8d93e651682e908fa MD5sum: 04a185bca72428708ee8638789d4e56e 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.20260804.153426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 103 Depends: ros-jazzy-octomap-ros (= 0.4.4-1noble.20260804.153426) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-ros/ros-jazzy-octomap-ros-dbgsym_0.4.4-1noble.20260804.153426_amd64.deb Size: 88122 SHA256: 6a8168493cbe9879f38cb5ba608f008436efaf9099ce92f6519f8e7f77569a03 SHA1: 3b8129c33512ed07f942f43b5dccb30faa2fc24c MD5sum: 7255b9f3161b5fc9562c3304dd7ef162 Description: debug symbols for ros-jazzy-octomap-ros Build-Ids: 9319b3c6f9b321f87ec590d54605d1f684b95473 Package: ros-jazzy-octomap-rviz-plugins Version: 2.1.0-1noble.20260804.191556 Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 1191 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260804.191556_amd64.deb Size: 280296 SHA256: 2f86c33470d738d4fe1ad30fd6fc95baa08700e717a90bbcd466e8ce4e895b95 SHA1: 882b7a303b1daf0362ce7cb720af4d6ea0550095 MD5sum: fcb16958bc1e3156706ac346ba85ec93 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.20260804.191556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 6566 Depends: ros-jazzy-octomap-rviz-plugins (= 2.1.0-1noble.20260804.191556) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-rviz-plugins/ros-jazzy-octomap-rviz-plugins-dbgsym_2.1.0-1noble.20260804.191556_amd64.deb Size: 5937706 SHA256: 1e14a6165381f08f476a0683eba22b3add0a759acafc686bf0e0bdb1fa90d975 SHA1: df7de5a13dfe89e8b09cbbbc77f8b4b0a3eb5b61 MD5sum: 2a28bdeff493def103d1a24608cb77d8 Description: debug symbols for ros-jazzy-octomap-rviz-plugins Build-Ids: 133269d29b454baf86d719438ee2a8f9304c529c Package: ros-jazzy-octomap-server Version: 2.3.1-1noble.20260804.183012 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 4619 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.20260804.183012_amd64.deb Size: 678012 SHA256: eef911228ef01eee27653a8a58fdd8f4c902740488918e134d615fbd864018da SHA1: c424e9dbe7a941b88d375743f68bd2d8b92ec316 MD5sum: ec4480d40c9a5e32ee5369766389b4c2 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.20260804.183012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 29178 Depends: ros-jazzy-octomap-server (= 2.3.1-1noble.20260804.183012) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octomap-server/ros-jazzy-octomap-server-dbgsym_2.3.1-1noble.20260804.183012_amd64.deb Size: 25910626 SHA256: fc8a004c9ae851a9cda723f24de52ecc3b60688b4cee81c60bb3cb7b46c9e55a SHA1: 826f8bb648c7e42c44e8cfd327fc493b6582080e MD5sum: f02c12e896455a2efbcc08a96f84cca1 Description: debug symbols for ros-jazzy-octomap-server Build-Ids: 0c2a9167a65e0aec3cb972816444ab0e4314b82c 217f2ac125d0bd93f73ce89a1c4db713ee035520 283a8782fb35e3579e8d8e2d634332aa8d87b1d7 57ce228666be0d492d31a6db4604106e82b5c2f1 5a6626e03943612d1d201adb0ff86fe9e18b7ae6 71c0a1332f5a03c4d6b148e09ec884959abbc6bb 7935c64684d57ad2e988f5aa2424a9316d5818d0 96e0e83c34279a081205581ce244412c188f21ae adec613334c331f0c00742d12b854ffb93efdfb7 d88102e9fb0c0d7893336f6df6ca11c2d1c62df9 ddd3bae5149c8100b6251909eed3e67525ac8d4d e0e47819c4007c9b057f985055ebe52f94da28a6 Package: ros-jazzy-octovis Version: 1.10.0-4noble.20260225.135603 Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 570 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgl1, libglu1-mesa | libglu1, libqglviewer2-qt5t64 (>= 2.8.0+dfsg1), libqt5core5t64 (>= 5.15.1), 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.20260225.135603_amd64.deb Size: 149514 SHA256: db327f425c6da5600d8cfd5611963f210f140ee2d9b94d1d9c095e8c1d7230f7 SHA1: 11870b6233b4d15da292c7189cc38408704e8a89 MD5sum: 3d40ff544b78b4adaaacc48328733cbd 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.20260225.135603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 3184 Depends: ros-jazzy-octovis (= 1.10.0-4noble.20260225.135603) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-octovis/ros-jazzy-octovis-dbgsym_1.10.0-4noble.20260225.135603_amd64.deb Size: 3120562 SHA256: f3a1dbca104dcc1e277bde139c360a02358d189ed84c51578f98670bbc754aa2 SHA1: 58d86ba9f6c3fb5ad85000549c13eb2f1087705a MD5sum: fd90b118713808117983db0af8c0ba1e Description: debug symbols for ros-jazzy-octovis Build-Ids: 40726722f98554791f02c224c2638a3e85a4bea7 a3a23a49d6684fda7d6f466e06eab41501ab2eee Package: ros-jazzy-odom-to-tf-ros2 Version: 1.0.8-1noble.20260804.182852 Architecture: amd64 Maintainer: George Stavrinos Installed-Size: 498 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.20260804.182852_amd64.deb Size: 107080 SHA256: a3b83c2277ec7eed2c26b46d4ec84670d61fd4b32a27fea45cf4444effc94bba SHA1: b11d4f7058d5c2733040e062f0355a1ddd08c331 MD5sum: 6c0e4484839834599ef1c650a2f8d4c3 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.20260804.182852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Stavrinos Installed-Size: 2251 Depends: ros-jazzy-odom-to-tf-ros2 (= 1.0.8-1noble.20260804.182852) 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.20260804.182852_amd64.deb Size: 1921202 SHA256: 10d9d49f6498fb70eb354b44f934b65b0307e5348604c20b109fc16de3560c13 SHA1: 9278f21ef72f228fd4695f3db5b8c1e69c84c19d MD5sum: 1ae6e9be501009b1cd6b850aca86fbed Description: debug symbols for ros-jazzy-odom-to-tf-ros2 Build-Ids: d900bee60c995f705b7876f6764b23b07443dfc5 Package: ros-jazzy-odri-master-board-sdk Version: 1.0.7-1noble.20260225.055744 Architecture: amd64 Maintainer: Maximilien Naveau Installed-Size: 390 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.20260225.055744_amd64.deb Size: 79582 SHA256: 11ea375676865b57b8ee2861e173654116fa1cf276cb354192116447c6ecad95 SHA1: 7d80677418e24c3b3adfb8367ec75f2841b3ca4c MD5sum: 8d048d09306e32f44ac3bed85ba33c5c 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.20260225.055744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilien Naveau Installed-Size: 785 Depends: ros-jazzy-odri-master-board-sdk (= 1.0.7-1noble.20260225.055744) 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.20260225.055744_amd64.deb Size: 610610 SHA256: e979b9cb8506175511b1cdbd8850252ded72594d05dee44846fa98845a1021d0 SHA1: 8d6120cea6bdb6c088e04e5b17106489a373c0e3 MD5sum: 8e3f7f9e36247049ec5c062ace6e0e7b Description: debug symbols for ros-jazzy-odri-master-board-sdk Build-Ids: 08c210fc3ed09407a3e46281ae85aea93ae72414 1ef819ad10ba241b3dd034663679c75fa872e466 4eee3d61d6de313e82fae8006736f66d681d62e3 a6671158eb5addeafd151622a1dc0f09a83cc1d5 c277362ba7e7d2ccddc329f34ad3a7462c5d4aab Package: ros-jazzy-off-highway-can Version: 1.3.0-1noble.20260615.140916 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 821 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.20260615.140916_amd64.deb Size: 154736 SHA256: 20f496158766108ef53e6c01137dcd391bb71ed5ea62338495fef578147fc7fa SHA1: 13524f913ab13c2bb6eb2da8890aad7e3b5a576f MD5sum: a519bdf22f626fd78cade1f6ef8eef95 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.20260615.140916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 3720 Depends: ros-jazzy-off-highway-can (= 1.3.0-1noble.20260615.140916) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-can/ros-jazzy-off-highway-can-dbgsym_1.3.0-1noble.20260615.140916_amd64.deb Size: 3143776 SHA256: e10da21222c9f64e69d701eaa772441f0d8517a27f1755e1405ec5636c6a43c6 SHA1: b9cec13044ab2a7dc027c910e08e7ea1fe4c16b1 MD5sum: 8d374907df6ef6a00fb5840967d24d60 Description: debug symbols for ros-jazzy-off-highway-can Build-Ids: 41ad6606300e2a565e950c281a07dcc435295612 Package: ros-jazzy-off-highway-general-purpose-radar Version: 1.3.0-1noble.20260615.143243 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 531 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.20260615.143243_amd64.deb Size: 148876 SHA256: efc1d2f4dda9b1ffe29e0105ae420c8914bf03b37f32fe70b6a620a27cceae2d SHA1: d7ffaedda11704105910b43d1a8cc26e4f7279e4 MD5sum: 10976a00e601e0ba9a63f8c06f24ac4d 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.20260615.143243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 2528 Depends: ros-jazzy-off-highway-general-purpose-radar (= 1.3.0-1noble.20260615.143243) 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.20260615.143243_amd64.deb Size: 2349434 SHA256: 541ec468f214aca94f86559edc680943c93f280b675cdb4bce97b1de51c460c4 SHA1: e3ab9bfa1c57e211fd772abbbc9fa751ddaefbfd MD5sum: 5caf17229cfd4c3038c24befc7c7ad9f Description: debug symbols for ros-jazzy-off-highway-general-purpose-radar Build-Ids: 10529d0dc9f14423fbe9ee5fce9cb41f6658a470 611e826d1112ee9f27a0dbc20cf2fa530b1dd4c0 Package: ros-jazzy-off-highway-general-purpose-radar-msgs Version: 1.3.0-1noble.20260615.114125 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1160 Depends: libc6 (>= 2.4), 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.20260615.114125_amd64.deb Size: 88412 SHA256: 8acd8b1534a48f36f3852ad2ef0ed37aeb0b7915c249386080afd0f0f3e278a8 SHA1: 069909a397cd5cbd41de8797a8501c4651349da0 MD5sum: e61542c26a3fb8da9f293860ae104be7 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.20260615.114125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 763 Depends: ros-jazzy-off-highway-general-purpose-radar-msgs (= 1.3.0-1noble.20260615.114125) 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.20260615.114125_amd64.deb Size: 589066 SHA256: 8279e0a4ef3394db27ea0685a4c681cf2833a02d6f154235e3056b8e0cd4a20b SHA1: fa386be768abfc330a34a0a1464c82c8b1089f65 MD5sum: 9331b5191f9ee5dcf62efe7884b3c413 Description: debug symbols for ros-jazzy-off-highway-general-purpose-radar-msgs Build-Ids: 1e2208600f309e197bcc33b44e47393c5d4158e2 34f0fac05da593949607f67d3b43ae424d36c32c 36a119b4bfd469621d80d6364ec833820fd1ce37 6aa8a8184fe2dcb877e428cb3fcd1c99dc38ccfa 7cdda51dbf3c0178f919769710f872e96d8fe2f7 7f9e2dd25b5b04a029079ccec4f18f365f4bf2ae 965216a79bd536290b6137de04d4cb2caede5930 bfa380741a2e22c93ba7e666f431cdc22578f5b3 c515373022cea7e4828cbf1f08b5145cb372a0be d575220df16d5888a9b3a08512d4e5f3d410976d ff2ed114dc5d25bb68ac8e5e16d9832489c3edbf Package: ros-jazzy-off-highway-mm7p10 Version: 1.3.0-1noble.20260804.160958 Architecture: amd64 Maintainer: Darius Man Installed-Size: 327 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.20260804.160958_amd64.deb Size: 87230 SHA256: d636df3f4c53899a506cabb9d018b4471e07a0e24d3d9d18775d35bebefc0c8c SHA1: 1b4efaa2e7ce01c9dee7392275289f925b2554ee MD5sum: 23dac9e692e63bb257b6bc424a9d9725 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.20260804.160958 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Darius Man Installed-Size: 1517 Depends: ros-jazzy-off-highway-mm7p10 (= 1.3.0-1noble.20260804.160958) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-mm7p10/ros-jazzy-off-highway-mm7p10-dbgsym_1.3.0-1noble.20260804.160958_amd64.deb Size: 1407780 SHA256: 1556a76fce44560d91b25957a686ae6129aa54a420c21b5af98bfbcb0cc85c56 SHA1: 62a78657c8a2c0797e0b18d1e43f9ca4997d5159 MD5sum: 640e157feb2cc6d7a64492e5e873f69d Description: debug symbols for ros-jazzy-off-highway-mm7p10 Build-Ids: 6592d6deee39b12aa275b54a8ea0aeb7203ea7c4 aa6331f2b9c05f2ae289e23b0c9a5443c3f670d6 Package: ros-jazzy-off-highway-mm7p10-msgs Version: 1.3.0-1noble.20260615.114134 Architecture: amd64 Maintainer: Darius Man Installed-Size: 492 Depends: libc6 (>= 2.4), 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.20260615.114134_amd64.deb Size: 45406 SHA256: da6d480a310fdd858d180a06b4d357d2f3d7cca2c05c852562ec8dbe4f7194d1 SHA1: a9bd046592b4d1c490bbf3eae1424a93fa1ec051 MD5sum: 76e82316c9efac530f285d93ed988eab 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.20260615.114134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Darius Man Installed-Size: 282 Depends: ros-jazzy-off-highway-mm7p10-msgs (= 1.3.0-1noble.20260615.114134) 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.20260615.114134_amd64.deb Size: 191358 SHA256: 791368ad9b0c15fbcd6f6b51f652c215d4ea6d97d9aa855c102175d0551ec0bc SHA1: ebdc09aa4a6bc52c730c1ae459b05f0a74d18107 MD5sum: a6e1744e8228da4370d0cd684274ad8b Description: debug symbols for ros-jazzy-off-highway-mm7p10-msgs Build-Ids: 007f4f4373d1f78deed76e86228e30bfa70dddc7 09386855d6e78d2c9baec260da4c68d7f5380d4b 27c21201e25ceeb2a734143a4eba5d5c269682ea 4df3fcb1289ccb7744619c284b8da80673c60862 5ac39e00bfeab08a2c5234dbba633e4d3bacc748 797637d441edba359f5765ac2c03e718b32cd3db 8e14299744e9b8087de5444815cad2e4b20ce5dc ba23d309be6da395a3b809e4e8bfa50bce733fac cd20a03b4efb8a238510ad723dbee12e26ddda2f e765f1ad5d2bfbbe67a654508960e5a1164babeb efae799a9c9b3559345826762b748c24caa8c3d4 Package: ros-jazzy-off-highway-premium-radar Version: 1.3.0-1noble.20260615.142429 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1077 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.20260615.142429_amd64.deb Size: 242886 SHA256: aa06008d0110765f00a92a18855e9a54956d1a2be98b7717a78457741dcd0870 SHA1: c9175afd9bc402213307131c9bb6de4ddb0ed948 MD5sum: 5e364509103d33c9c079a2c0f0c4aeb8 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.20260615.142429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 5087 Depends: ros-jazzy-off-highway-premium-radar (= 1.3.0-1noble.20260615.142429) 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.20260615.142429_amd64.deb Size: 4529616 SHA256: 86342a3590652bd336d166759cb698abebf2665a1b6d5e4769ae04f41df0771e SHA1: b57a3dd7a25d0c584109de13d893ec5ccbafddff MD5sum: ed30e0da7f9ad82dbfeabc977100352d Description: debug symbols for ros-jazzy-off-highway-premium-radar Build-Ids: 1c3df7ec02a4965b56c5c324b156fc2fc37efb99 6f2f3b33f7d4e02b2c13528870ee835df0b3fd33 Package: ros-jazzy-off-highway-premium-radar-msgs Version: 1.3.0-1noble.20260615.112340 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 3272 Depends: libc6 (>= 2.14), 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.20260615.112340_amd64.deb Size: 219246 SHA256: b932586b22467084c72944a058b8b2e43d9355de9ed7b6b8ce9817ddc2146e2d SHA1: a4b3a72620b097b129a05d7f296ad29a8169345a MD5sum: 00387ab536f6246a36c15b2204a6c248 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.20260615.112340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 2147 Depends: ros-jazzy-off-highway-premium-radar-msgs (= 1.3.0-1noble.20260615.112340) 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.20260615.112340_amd64.deb Size: 1694078 SHA256: b7260c4d04dff09ceeb8a9de11f9c7071e2aab03bc26179d22c52a4bb968b350 SHA1: 06935e2360c024e472988b84993aef2ca20f563e MD5sum: 20160df661a09f5d9e0c30f5d5f09ca7 Description: debug symbols for ros-jazzy-off-highway-premium-radar-msgs Build-Ids: 27db61e4488ba06f356c20005f0be49b4b922d10 2b0fe1c637cfdf1a21faad212ac9a8a6b998a0be 42d7f174629c00a8361cf44b3ff1d091844e8475 514a28b1c9895be67047a95b984fa91c746aca63 6da4e1ab5092242764e6c9b9f6f89c04cb72fd0b 8b61412c0c1ae77219b0a6b5a688b75e4b8ceda0 9e5c98a0158ce70c0ce3ae270b94c1553a1e0fa9 a0abd28715595f78063008ed259e0eba05405ea5 c1d49b97c0a455a7a4f8b41ea7d3f193766a0bd2 c9a45629ed379745849a208b5435b8ba76dc4bee fa7fe6d6f2992f4f96e773787bf883ea35c8070f Package: ros-jazzy-off-highway-premium-radar-sample Version: 1.3.0-1noble.20260804.184124 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1377 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.20260804.184124_amd64.deb Size: 292900 SHA256: bb5edc65f9e740684410bd8d2665185ba21b7565bead5f3ce92a519f840589cb SHA1: 4e8d1200025c4101d888b9d185e790923e9096a8 MD5sum: c26095f79b2b77723f87c7140f1b3ad4 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.20260804.184124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 6670 Depends: ros-jazzy-off-highway-premium-radar-sample (= 1.3.0-1noble.20260804.184124) 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.20260804.184124_amd64.deb Size: 5969612 SHA256: add944b18f2e5b5cbf22b67a56d846dcd74e832f9ee18372660d46353f96615a SHA1: 172ef63b2f7c1bf6eabfe9d5dd06b7f4ad197274 MD5sum: a4b20a652bfcc4244f79a8293e87e75e Description: debug symbols for ros-jazzy-off-highway-premium-radar-sample Build-Ids: 30c7801db0b75d73fff6f8f984d172e87fca10c4 ea9c3ef82cc3c21f434f1c32d1b36d0ffb86b698 Package: ros-jazzy-off-highway-premium-radar-sample-msgs Version: 1.3.0-1noble.20260615.112412 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 5019 Depends: libc6 (>= 2.14), 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.20260615.112412_amd64.deb Size: 308898 SHA256: fea7eb6d1fd15c1e02e8447f552cfb16f0f115013395ba79731bb5a2ba4f0528 SHA1: 4263befcb68c974e91bbe541f71dd554388dbd80 MD5sum: dc0b385e0ec7d6e62530eb9eb9552c7f 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.20260615.112412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 3285 Depends: ros-jazzy-off-highway-premium-radar-sample-msgs (= 1.3.0-1noble.20260615.112412) 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.20260615.112412_amd64.deb Size: 2582622 SHA256: 3860358a10c208f982be5ae4fb967b681f50d83d75484e20aeae5586dd15e598 SHA1: 88a51c0ac610db278834c4346290e68058a6f19d MD5sum: 7e6502446eae481dfa8dda97c63a9acf Description: debug symbols for ros-jazzy-off-highway-premium-radar-sample-msgs Build-Ids: 2c0235bdf7af9b34513dfc32f8296e6691de1abb 45f10c7bcaefcd2728296ab26bbe5f044b3c92f3 4aa427799c225c3a873c29314c34b39c549d2f29 750aca315bfb09c98e19885d9e0aed90fbb137a5 85b27958cf5f20acae1803ce1598c900e3293d49 9730954f95bf87cf0da4dabdff0719f8c6a68f9f bfc325fe55f6ac3b098c74e0dc231534fc0ac395 cb66696fa14b80b0565f937be07b9f61bc4efae0 cd2fc5eff176198d627528162ce8c25086fc1092 da5088e115f707c9cf409e2f8653f12556e7e716 f7da1ed8e5ec4312ad68f08714e679f2994fa32c Package: ros-jazzy-off-highway-radar Version: 1.3.0-1noble.20260615.143407 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 911 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.20260615.143407_amd64.deb Size: 210628 SHA256: 9792a86883730f0906920ab592ed93e0ff712f736c4f0dd010d3c03dd71f0de7 SHA1: 55f06ca25c0de66c50bdf1ebe9e856839d44aeb0 MD5sum: 5cf5a2b16811aa2faad77aeb49d2bf03 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.20260615.143407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 4570 Depends: ros-jazzy-off-highway-radar (= 1.3.0-1noble.20260615.143407) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-radar/ros-jazzy-off-highway-radar-dbgsym_1.3.0-1noble.20260615.143407_amd64.deb Size: 3914230 SHA256: 3dbfd06e9049ddefce1d4484aa43d26eb6471501966c475cb710df41a7198a38 SHA1: e75430662a1bc7615b9bf95bc22f0e994dad4f31 MD5sum: 7a4ccede08b3767df6093c134633e7a3 Description: debug symbols for ros-jazzy-off-highway-radar Build-Ids: 42bcb28cd045fdf0fdce4847e5af689673c9e6d4 6e54df434eb7b431fa51c35832e90c43206a7692 762bd9e4aaf7a0fcbbdd9b72b4ec572f3da5380b Package: ros-jazzy-off-highway-radar-msgs Version: 1.3.0-1noble.20260615.112419 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1138 Depends: libc6 (>= 2.4), 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.20260615.112419_amd64.deb Size: 92836 SHA256: ce07bc3046f9a8e4ec4c70c0cc6591f5844649d0fdc4e6401b9868176c04356b SHA1: e192d9fed8709b913fdf5c40ac1f76a6268bca4d MD5sum: 0c16eef7d8d1fe00ec3331216f9c5540 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.20260615.112419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 771 Depends: ros-jazzy-off-highway-radar-msgs (= 1.3.0-1noble.20260615.112419) 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.20260615.112419_amd64.deb Size: 604472 SHA256: b3581358fb08426b97eaa15059bea2dffa45ba924fe63a89810ca9f640277392 SHA1: 04298b81a27fadf7414322ee2842f5fb84902efa MD5sum: 03c445aa7b642b486b63b614f2b539b2 Description: debug symbols for ros-jazzy-off-highway-radar-msgs Build-Ids: 06c199201a6ae0751868261c56c106270411d1f8 2f56ea2d9482da334d142f2ffe592fe78ed6d8c2 3098635b782bca6aee07b85013e264ad59e6ad3c 3dac11373a5f61a59f1f378b3253eb2604b9a1f3 6d115183390f8487903540c0c45f502b809a042e 715f7e7b8cfe8b9be29b9af96cbb3a80b57421ec 83a497b8850854ecc68a7faf8950f630bc2e8036 98cd318f4ee042491d7fa91ba9e33b7ab41f155f a6072c894a08a76f5c0d7890b3e59270e637b104 b30e2c16f6d66f396e2291503f9613c80b41e5d2 d58fa3466b0212332b7981fae62d58e5e3637f19 Package: ros-jazzy-off-highway-sensor-drivers Version: 1.3.0-1noble.20260804.193050 Architecture: amd64 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.20260804.193050_amd64.deb Size: 5598 SHA256: b27057fe995073c66c199201effc9a740cb69965e60751ad05d77a389b39cb5b SHA1: c9e6e6f05a48b5ba2bfb47b25d7192180087b9e6 MD5sum: e499e5096ad555a1c978485003279bb1 Description: The off_highway_sensor_drivers package Package: ros-jazzy-off-highway-sensor-drivers-examples Version: 1.3.0-1noble.20260615.144022 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 586 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.20260615.144022_amd64.deb Size: 123642 SHA256: 3d047ef4f33564f45df98328833084f226886446b48bf795e9d0e93368d6cd0f SHA1: 0ba9c982df8c6606442b6fb49f66caaf0d6c810f MD5sum: a1086980e34c695beed58dc7ecf1fef2 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.20260615.144022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 2621 Depends: ros-jazzy-off-highway-sensor-drivers-examples (= 1.3.0-1noble.20260615.144022) 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.20260615.144022_amd64.deb Size: 2273918 SHA256: ace6692305b25a87cff0c4e91b6a67385013a1b2de7700d1af36ad2cd2740102 SHA1: 34a1683c57d037ca78a803370f50fec290a31313 MD5sum: 317d8c35e2d630e068af7254edd08497 Description: debug symbols for ros-jazzy-off-highway-sensor-drivers-examples Build-Ids: 49e5aeabbcedf378e567931ece09583a393b0158 b723e86bb45ae03d28b3749162c6cfb4e017cffa Package: ros-jazzy-off-highway-uss Version: 1.3.0-1noble.20260615.143329 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1021 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.20260615.143329_amd64.deb Size: 229134 SHA256: 2b74104129aec199c875b370871cc0fef6245ddc48ae68f19c3bad7067fa838d SHA1: 787887fe9ec99ca6429591d13bbe4d540969062b MD5sum: 7036ea898345a51e7aa90751e17b8a33 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.20260615.143329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 5130 Depends: ros-jazzy-off-highway-uss (= 1.3.0-1noble.20260615.143329) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-off-highway-uss/ros-jazzy-off-highway-uss-dbgsym_1.3.0-1noble.20260615.143329_amd64.deb Size: 4489880 SHA256: ce7b83659317f38a6c959e30de2bb86633b41a4943c4cc10ed58366c837a2991 SHA1: b4ba243237092eb3ed6987296baaed55f5eecea0 MD5sum: 9a738265631dca5022447b58fffd6a2a Description: debug symbols for ros-jazzy-off-highway-uss Build-Ids: 10be8d7c2692a929a196a5d7549754284c6409b2 a52f1d0f00355a4951c12fd3b9deb1e343756053 cb72af61618b3691dd6fe4a367c781150e71a1b5 Package: ros-jazzy-off-highway-uss-msgs Version: 1.3.0-1noble.20260615.112416 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1322 Depends: libc6 (>= 2.4), 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.20260615.112416_amd64.deb Size: 106922 SHA256: 19ad0f1d8d926b1fecf25f0fdb04af35337d5ef2d0d6abccdd611d8975be6619 SHA1: 4ffa921e21b574e98e22a6a4c563c775f4ef115f MD5sum: b4c11b138142eaa9057480ae76cf5d3f 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.20260615.112416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 996 Depends: ros-jazzy-off-highway-uss-msgs (= 1.3.0-1noble.20260615.112416) 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.20260615.112416_amd64.deb Size: 797338 SHA256: 1c1fccb5ae8604a30ddd41db1bc519886d7c0e39091bdfa538869e87e568f5d2 SHA1: 82f4560e93da8e9b2958410ed5432820c875b81b MD5sum: 4cefeeb0946000e17e292400cfa72909 Description: debug symbols for ros-jazzy-off-highway-uss-msgs Build-Ids: 03c5f4db839010c7844913996237317fde2a0f5f 191056599057c2a11f245df6fa2a2acc53633209 1a692aadb2f593dfc03b1b85d5d0a3d97eabb425 1c7ff1227728ca76c78c1e756d19d696e1e56de0 1dada29c0c32f19a658e6677994ff4c6cdfb79d0 3a1cdfc1a9d01f2946bc2add5d709f299d301f5e 9049a75dcac5caa034209fad52a73e404c26d608 a8f78bbfd9de106e213525ddddb81e3d94657045 b57b1a95c7e35ac5650f4547491cb7b3da5c9390 bfeab70e30f6713a729a87a26b53359062821845 e6b9fdcdf3c886a2bc6aea6fae07cb953955bba0 Package: ros-jazzy-om-gravity-compensation-controller Version: 4.1.3-1noble.20260804.185441 Architecture: amd64 Maintainer: Pyo Installed-Size: 858 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.20260804.185441_amd64.deb Size: 166950 SHA256: 1e614e6d51f44d65e9808229be4cd2bef6feec745c2120df24be8178156bd74a SHA1: d1d22e5d822709d27258a194369fff1a0d807975 MD5sum: ab2ea9315964ea951161edcf0d0874ca 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.20260804.185441 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3484 Depends: ros-jazzy-om-gravity-compensation-controller (= 4.1.3-1noble.20260804.185441) 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.20260804.185441_amd64.deb Size: 2933852 SHA256: b54bf22d6cf987cd52b8f87e70c0a3b4584f604c8ab6b9a6e00b71dac1ffe22d SHA1: 8265b0b502e5bd426b93875b2cc1b03791d3ef73 MD5sum: 3df8656ed0a45758f3693b0fb6f77717 Description: debug symbols for ros-jazzy-om-gravity-compensation-controller Build-Ids: 8bcd4adfe9ccd6c07dd11e5f0f7ed7b808dd1d39 Package: ros-jazzy-om-joint-trajectory-command-broadcaster Version: 4.1.3-1noble.20260725.082149 Architecture: amd64 Maintainer: Pyo 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-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.20260725.082149_amd64.deb Size: 150140 SHA256: 950d65c70471b22000c879cb6fce288cb415654d170840a24fa3588a4f16d111 SHA1: 2552505fd6115299f6cce5228d0851f1bc6ee5c5 MD5sum: 434eb147db828948cf74a47d35e3c09e 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.20260725.082149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2917 Depends: ros-jazzy-om-joint-trajectory-command-broadcaster (= 4.1.3-1noble.20260725.082149) 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.20260725.082149_amd64.deb Size: 2558168 SHA256: ad308522ccf84d65961c961c3868825b4209e51455c05a51827f82c5b7d1c949 SHA1: 0160e6c22f879a710902626532ad31b3b26cfdbb MD5sum: ed48a934ff47e18771ea6c17ae7251eb Description: debug symbols for ros-jazzy-om-joint-trajectory-command-broadcaster Build-Ids: 904d0270dc6cb717367417845bc6c56aeba66ba6 Package: ros-jazzy-om-spring-actuator-controller Version: 4.1.3-1noble.20260725.081838 Architecture: amd64 Maintainer: Pyo Installed-Size: 237 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.20260725.081838_amd64.deb Size: 58066 SHA256: b5016a792cb3ea01d49925777d6c650236667c85c06f952394fefc39b85975fc SHA1: 7df3e01915d5afd0392e4c9755260c618cdf2cea MD5sum: 70eefd93e7790edb04c9580d5c641cbc 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.20260725.081838 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 722 Depends: ros-jazzy-om-spring-actuator-controller (= 4.1.3-1noble.20260725.081838) 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.20260725.081838_amd64.deb Size: 684916 SHA256: 3bf35746d1574078c5af47961df7988216b9ca3fa7a073d1ad17021f14f42510 SHA1: 7586a58c67aa7bd33d1693d40185ccdfd116200e MD5sum: 250281a49a7a1edd7be5cb22888e6d58 Description: debug symbols for ros-jazzy-om-spring-actuator-controller Build-Ids: cfc21af14c8605efaa157b963007a6c279cfb299 Package: ros-jazzy-omni-wheel-drive-controller Version: 4.41.0-1noble.20260804.160006 Architecture: amd64 Maintainer: "Aarav Gupta" Installed-Size: 977 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.41.0-1noble.20260804.160006_amd64.deb Size: 264912 SHA256: d14057505d45701575ef68c6272505aebd806d8c1e2a048334145cf4e305f79f SHA1: c66238db7a9271574a62c017e8dec213a101c01d MD5sum: 8eb79bce65861daff0886d161266e181 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.41.0-1noble.20260804.160006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aarav Gupta" Installed-Size: 9094 Depends: ros-jazzy-omni-wheel-drive-controller (= 4.41.0-1noble.20260804.160006) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-omni-wheel-drive-controller/ros-jazzy-omni-wheel-drive-controller-dbgsym_4.41.0-1noble.20260804.160006_amd64.deb Size: 8747702 SHA256: 8fadd9041566a5feed8ef4d8ea2250cedeb0ca51de8e2c5fb9340a5d9dfed957 SHA1: 849d1cd2f4f114239e165baa2783690fb40f5c5d MD5sum: 914add44040494b8469e0af4fe385495 Description: debug symbols for ros-jazzy-omni-wheel-drive-controller Build-Ids: e5104b6a6d3a559cee06d83e5439bb43001e6558 Package: ros-jazzy-ompl Version: 1.7.0-2noble.20260225.055751 Architecture: amd64 Maintainer: Mark Moll Installed-Size: 15638 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.20260225.055751_amd64.deb Size: 2388018 SHA256: 8fa09c5ba843ba0f9577a76470661cb51cc899541f52795f5aaac64b6666c136 SHA1: 48df9a36618d942b5e2434db1cb5a32a8f8516ef MD5sum: 7bb21e4afc3ba1032153a20b91701568 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.20260225.055751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mark Moll Installed-Size: 48547 Depends: ros-jazzy-ompl (= 1.7.0-2noble.20260225.055751) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ompl/ros-jazzy-ompl-dbgsym_1.7.0-2noble.20260225.055751_amd64.deb Size: 46672200 SHA256: 1454c055e0b5a93eeeba5fd13ecf3c4456501f58c3a26e87269c3d165b92b33e SHA1: ed7d9f88356eb76d1c356b0ceadea2d183355a39 MD5sum: c33064337959d2769e6f109a2ac265fa Description: debug symbols for ros-jazzy-ompl Build-Ids: 9d57f3d51828647536c7161fff87f52467c0120f Package: ros-jazzy-onnxruntime-vendor Version: 0.1.0-2noble.20260623.230327 Architecture: amd64 Maintainer: "Julia Jia" Installed-Size: 22589 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.0), libstdc++6 (>= 10.2), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/onnxruntime_vendor/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-onnxruntime-vendor/ros-jazzy-onnxruntime-vendor_0.1.0-2noble.20260623.230327_amd64.deb Size: 6353656 SHA256: a73c555258de46daa64ea96428a4242685f652fe90f67da462045d5124e3c03e SHA1: e48f859e01a2054522384771409f13e76f6bf16f MD5sum: 63aa559159de61f8df7d614105fc90a9 Description: Vendor package for ONNX Runtime 1.24.3 Package: ros-jazzy-open-manipulator Version: 4.1.3-1noble.20260806.103555 Architecture: amd64 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.20260806.103555_amd64.deb Size: 7162 SHA256: cf7c11e866cb51829f11b770b5bea97902e4dd75241a1092f839bc175295282b SHA1: db4e3171910a01488bd63e54d563d2c35fe7a29a MD5sum: cf1c8cb0d1768cd48caafd13f543134c Description: OpenMANIPULATOR meta ROS 2 package. Package: ros-jazzy-open-manipulator-bringup Version: 4.1.3-1noble.20260806.102435 Architecture: amd64 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.20260806.102435_amd64.deb Size: 22898 SHA256: a5ea44018cd33c850417167cb11c509f67d706f4439939fff4d42f9cfcbd2da2 SHA1: ef4abb5f7a58ca9b40e24d09ce9db4582347ddd1 MD5sum: ac0668b8b9a39ca910e86042e6c66118 Description: OpenMANIPULATOR bringup ROS 2 package. Package: ros-jazzy-open-manipulator-collision Version: 4.1.3-1noble.20260615.140322 Architecture: amd64 Maintainer: Pyo Installed-Size: 622 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.20260615.140322_amd64.deb Size: 141486 SHA256: bf651c5d05299ffb0c5eff5054e1bb67adc8ee1cfff7be7955174b2f6032cc2d SHA1: 2f59c34422602362b69ad85cce1778f93b70f8e0 MD5sum: 1d76e975fbdf08639f7856a4a7ef3f91 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.20260615.140322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3599 Depends: ros-jazzy-open-manipulator-collision (= 4.1.3-1noble.20260615.140322) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-collision/ros-jazzy-open-manipulator-collision-dbgsym_4.1.3-1noble.20260615.140322_amd64.deb Size: 3244194 SHA256: 013f4969e959d9532266b79f1d45986175909848444895156bf34522a5e7374f SHA1: d40c1734c550b443775e70eaee4f60df1a4515ef MD5sum: a09de7bf2ebfafef70fc78d05606de70 Description: debug symbols for ros-jazzy-open-manipulator-collision Build-Ids: 2458846990fd851383330ee06581de0b10327345 Package: ros-jazzy-open-manipulator-description Version: 4.1.3-1noble.20260806.100001 Architecture: amd64 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.20260806.100001_amd64.deb Size: 14202508 SHA256: 76b631ed480918eaef294b542c791994579e5e25e39ba616877f20c2e51ff5b4 SHA1: 41f3a11ab78e80d51188e9284104ae9af960667b MD5sum: a5f2d642a6b2c41d5a898f8b449f0444 Description: open_manipulator_description ROS 2 package. Package: ros-jazzy-open-manipulator-gui Version: 4.1.3-1noble.20260804.201920 Architecture: amd64 Maintainer: Pyo Installed-Size: 1062 Depends: libc6 (>= 2.34), 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), 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.20260804.201920_amd64.deb Size: 179404 SHA256: 8bf6ef4d0a4d50a1eb2c00f86c6c7fc15a4270c73abb2642a5c665290558db76 SHA1: 425f9ebef25c1c695c4e9d12b56867faff8ac82a MD5sum: 6ea401379c668a49d67efbbc8613fb10 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.20260804.201920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 13968 Depends: ros-jazzy-open-manipulator-gui (= 4.1.3-1noble.20260804.201920) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-gui/ros-jazzy-open-manipulator-gui-dbgsym_4.1.3-1noble.20260804.201920_amd64.deb Size: 13762226 SHA256: 8816bfb8a9c63cdd8ede7e187767cc620fb5206861eb67cc972a57ba7e57b965 SHA1: 0bdd827dbbfe1ff56544d565f236ee06eb65c561 MD5sum: b7af1701026617fbf508872dd9b697c5 Description: debug symbols for ros-jazzy-open-manipulator-gui Build-Ids: 01114696e001c1c1cd7072f1bceddf37dbdde374 8760ee65505d0957874a33824ee2bfd24a7bda4c c2bdfac9d05962acbcd427a534f9d55fd018e3b5 fe421726f7d155f71459b8d117d6191ca872093e Package: ros-jazzy-open-manipulator-moveit-config Version: 4.1.3-1noble.20260806.100104 Architecture: amd64 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.20260806.100104_amd64.deb Size: 12408 SHA256: bbeb4b05ada1e317c62dd9fa77dcadf4a02942ab490eca6f664e49a195edafbe SHA1: 4cebd19145d181f7ad2b2b82c15b4d635ddbf9b4 MD5sum: 41b42df0bdaefe0cf49e616c5218fef6 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.20260804.202023 Architecture: amd64 Maintainer: Pyo Installed-Size: 189 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.20260804.202023_amd64.deb Size: 27012 SHA256: d7fb68cb1b0a802035d3608b5acd1cf3c7dfe43c87cb9c31fb58a4e3eb327591 SHA1: f99ab0b9c22705fdaa78d1fb1d100bacfde1eb2c MD5sum: cbb69129a2c14d839fb51264833255e2 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.20260804.202023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4785 Depends: ros-jazzy-open-manipulator-playground (= 4.1.3-1noble.20260804.202023) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-open-manipulator-playground/ros-jazzy-open-manipulator-playground-dbgsym_4.1.3-1noble.20260804.202023_amd64.deb Size: 3707960 SHA256: 15840a9108470464ded53e701df178f9c2104b897f97ecc93f97bedc297ef0c1 SHA1: f43fc5f80b0ffe435102dc97b4a1ffeef3115a1c MD5sum: 3bb807c8c7ea62e538e51444b6e18259 Description: debug symbols for ros-jazzy-open-manipulator-playground Build-Ids: d8441a216b8ef1a653f498cb024fe2dbbb635fc4 f4c0024374b46a20c474986d33dfb38bfc4b0d80 fa8105ec7103a9c334500c7b0823f1b6e35a1a1e Package: ros-jazzy-open-manipulator-teleop Version: 4.1.3-1noble.20260615.135755 Architecture: amd64 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.20260615.135755_amd64.deb Size: 12398 SHA256: c5da1b015be32bdd2585c0682e1486bc4366c0d02f159db2342e79490175d48c SHA1: 8f76b54e9f7c8a53260127471747e64757b01d60 MD5sum: afb0b7d1518e35a83726d727a4d5012b Description: OpenManipulator teleoperation package Package: ros-jazzy-open-sound-control Version: 0.0.2-1noble.20260615.123755 Architecture: amd64 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.20260615.123755_amd64.deb Size: 5064 SHA256: 063d97c49aac1f9660a0d1b46c3f16a533b438993a842176541c1f42cf81e4e7 SHA1: 1f9ed247beb014c9db54a49e47a4905ec374eea9 MD5sum: fd5f813149644dfb0bbe53714103e4f7 Description: Metapackage for ROS/Open Sound Control bridge Package: ros-jazzy-open-sound-control-bridge Version: 0.0.2-1noble.20260615.123607 Architecture: amd64 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.20260615.123607_amd64.deb Size: 22030 SHA256: 50d55c5cc3c9037051cd75f9831e326f1059f05d56b633497c402726aac81b69 SHA1: eab96f13a211c2a6cdb330ad487fd753b6c3cc1f MD5sum: 66ca8835275f81ff99592f786b01678a Description: Bridge node for converting between OSC and ROS messages Package: ros-jazzy-open-sound-control-msgs Version: 0.0.2-1noble.20260615.102452 Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 621 Depends: libc6 (>= 2.4), 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.20260615.102452_amd64.deb Size: 64050 SHA256: 9591272c04a72667b3d559bda12ab729b16139e43e3838e416010b8fe5df866c SHA1: 4a0596ecabce88eb07686dfdd457dbf67da45cff MD5sum: d20fd9bad56bebe76a47869e501d98a6 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.20260615.102452 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 457 Depends: ros-jazzy-open-sound-control-msgs (= 0.0.2-1noble.20260615.102452) 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.20260615.102452_amd64.deb Size: 348330 SHA256: 79453ab6e7067c12b842bdd0ab8cbadf30c79cbbe10300a4e08eddf01e66cac9 SHA1: d2b1a2c77de9a6e90b630db5074effb06636fa9c MD5sum: 0d2f30aa77a9930aef9160f739334f01 Description: debug symbols for ros-jazzy-open-sound-control-msgs Build-Ids: 0b481552191e655c117c733d77a4bded22540bfb 1d45bd7814adf15a96411179da516a5ccca0cbbe 22a0f0b0a2af6cae0446067f4c3c1718085c386c 358585b9c0be416ead241d9678b158759f432c98 3f66d20db5358a811998df9b6804e147d86c2bc8 45e6ddd33b963774cd1db118973ebcd6df785f6f 47251d81a2b6e83a3874f0f25de62e86ebc3d0f5 54aa34ca450775b3e39dcaf73a21f8e26768cdb8 630647608b58bbd23a3066deae8ab2701de8d5fa 6fb3dc5d04ec6f5a643795eb873f063ea3458cf8 c8a6e35749af1fc1d15394b6360cac139837be06 Package: ros-jazzy-openeb-vendor Version: 2.0.3-1noble.20260511.090530 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 10831 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.20260511.090530_amd64.deb Size: 1991296 SHA256: 272d2245b07d444dadd2afa6ba274a1e6b5f8a460738cec15578618dd1ede76c SHA1: 431d1c69a7606c02c931a83f39a2c0d88b2bbedb MD5sum: 45b859ca1f15ca15548f23ba255b95e7 Description: Wrapper around openeb Package: ros-jazzy-openeb-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-openeb-vendor Version: 2.0.3-1noble.20260511.090530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 48564 Depends: ros-jazzy-openeb-vendor (= 2.0.3-1noble.20260511.090530) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-openeb-vendor/ros-jazzy-openeb-vendor-dbgsym_2.0.3-1noble.20260511.090530_amd64.deb Size: 46340070 SHA256: b5d6a7b268f948aa459767215209a5242b03a5064bf2cbef91c853f4e9033ec2 SHA1: 7d40f5bbf6bb2b53d25822bdae44c11a3ae90c31 MD5sum: dba7249afe1fe8e80faeb1ae4c2b9150 Description: debug symbols for ros-jazzy-openeb-vendor Build-Ids: 00929c09b22323ce7ee365308182dabb9fd50a66 1d35f92662710ad98870536a5496a6f253b0a3a3 2795a76f94377f0a483dff8f68ebe531ceb8da65 432e95d27ced06ebc90cc089c8cfebf11cff04bc 49743cc94bb549850413c260a29030e6c0107428 52ab9a94750bac2d5b633d6cd3e8a784a6e0fa9d 858fcc94fafd49fcec901ad3b751fdfd34f02d44 9360516e68467ff8a074a6cf4dcf9456b6d848f9 9bde2a648bea4d0a16c4acee0625ef78cb689b5f a942d069a1d0178f2cb8d69a7b9552088224718a aa910b161b600da521eacd8770a6ece688e78c5f b63bb0b3d92563916bb475f6e6e4365229a95303 c365e166c37895ee1f4b5e20b891e75af6c83293 c674593b8e0ca5019a2a6e6822b04c874c51ccbb d2f73aa9077c493aaf87c050ea7781807ff7c48f d434b60adddc05a1e9eb75883e9596d6a72c21e0 eb3babe477943f8057828c7d27dc78f14a62a63c ef8a1dfca8324e5b9c775ba701985e5cd63efe08 f0223d2a0445873d3094b16191141be9be72042a fd3408d23693eff40d9dcef74b9cb963c88ac759 Package: ros-jazzy-opennav-docking-core Version: 1.3.12-1noble.20260804.184934 Architecture: amd64 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.20260804.184934_amd64.deb Size: 8460 SHA256: 1fa61bd68dc1974688ead6a12f36d943165e8343bab0178368547f22102fe70d SHA1: 320a4c92991facaeaf113ca3b8dfa0de18ad23f6 MD5sum: de200ac2d439633539dcf8b8da1e9bd3 Description: A set of headers for plugins core to the opennav docking framework Package: ros-jazzy-openni2-camera Version: 2.2.2-1noble.20260804.192132 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1430 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.20260804.192132_amd64.deb Size: 259042 SHA256: 4ac84737ab2fe87310138fd3365b1ff18b5c060723ed793a7246b4a18e61eabd SHA1: c779b8af72a377fdc561aff7666069e8aae885d7 MD5sum: 740fbfc72447d29ec40b2038940e613a 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.20260804.192132 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 4027 Depends: ros-jazzy-openni2-camera (= 2.2.2-1noble.20260804.192132) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-openni2-camera/ros-jazzy-openni2-camera-dbgsym_2.2.2-1noble.20260804.192132_amd64.deb Size: 3684698 SHA256: 47655c8b181ebd6840e8d04cf75bddba7856bc08be0000eaa25344cf0dd3696e SHA1: 4456b8a8843992eaaea7689a0e9b3ef93124991f MD5sum: 5978d9c630ca449edc588f8dd4841b3f Description: debug symbols for ros-jazzy-openni2-camera Build-Ids: 0cec97ec1c05b401915fd4f12cb1fc426abcaecf 14dc6658c582acbfd8924487c6ce5f92176b7973 409e452c65c252c1057be31581a10034d632f86e 5539f22e30c28b3c53a6f4ffee5f7f0a17f74097 5f43d0e17b91ac58bc0a39b51a4bd4ea6edf27ed 602fd7497e95d63523d30799a87514e6c83a380e 62855e58563c580eeeea4664542f3bf30cac9348 6db654919961280edee631205d443cf3d56f3f09 8ac8bc9f81e8e2cb80381cb875fb6e78a7e541f7 921dcf2c014ac7349db9d489b3547b2ca5248291 ba244e0a6885e08b5b3ce3e9f49723c4ea3a1c69 bbab4df29887f779b3e05d9752847b4e78250fd5 caa0b20598d97dea5578492317a2dd25c845caf7 ce0b1c98299faf8516ed921299fee7952f7d50d6 de981f22408e1896cb013a345537b8ef562c5710 f8edb6d2646634649f8d5461acf1a1281013bacd Package: ros-jazzy-openvdb-vendor Version: 2.5.5-1noble.20260225.235943 Architecture: amd64 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.20260225.235943_amd64.deb Size: 5578 SHA256: 609088fc9ab92d907083c0d79f772f4765d04f4ed5a31d37c9361c9a0cefe211 SHA1: 510d75dec5908b2ccc0b66bbe05ed3378fc7ac36 MD5sum: 6f8c07a471fd33c8b3ea2cc8d79915f4 Description: Wrapper around OpenVDB, if not found on the system, will compile from source Package: ros-jazzy-orbbec-camera Version: 2.8.6-1noble.20260804.180637 Architecture: amd64 Maintainer: yalian Installed-Size: 61902 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libegl1, libgcc-s1 (>= 4.2), 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.8.6-1noble.20260804.180637_amd64.deb Size: 16663662 SHA256: 22ff6a229383ffad36d1d451b1043a69155971eb3d329520b8294bf9b7a10c4d SHA1: a6b4aa25c71cafadb91cad6a97f2dcb6bb607096 MD5sum: 1f1e206dafb1ec8184bc9be1696e6de5 Description: Orbbec Camera package Package: ros-jazzy-orbbec-camera-dbgsym Package-Type: ddeb Source: ros-jazzy-orbbec-camera Version: 2.8.6-1noble.20260804.180637 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: yalian Installed-Size: 61391 Depends: ros-jazzy-orbbec-camera (= 2.8.6-1noble.20260804.180637) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-orbbec-camera/ros-jazzy-orbbec-camera-dbgsym_2.8.6-1noble.20260804.180637_amd64.deb Size: 52178898 SHA256: 84df3728310e45b61e5c1c51c63ff171a13352b613e6b67348e477291fae1b78 SHA1: f9dcaf0fec549794f4bc0cd9709f77a37caafbed MD5sum: 3f738a976d2257a78c5b90137bf0bde3 Description: debug symbols for ros-jazzy-orbbec-camera Build-Ids: 124383ba95c03849795a37322aa1c930f4935ea6 13051fbdc3ed8eca73a1570337a1de8fe58b0a31 1f3883482b214d7d522f36a742557f9d51268071 2044a76ab0d16cc29a6a157ff81185ab0d5edf4f 3360c3ee0cd17805b2353475f5884e01f3f2c629 3bddaeef5b0bdb4a8ead612f3a7d4a66b6fbe95a 3e505c2e96196c72d71a7277ff4b7839e953519a 4304f99ba33ee7bcd646a23320a476bc81b4371c 4a975976b08896bd421412365679d65931b60847 4bde05606f5cfc2ce4bb4e8f7aff6b59a9c71a22 56cdf5a8998dfd40aeaba61298ad6faafaa8f099 67390b0cb11e209684231b1a4d157e70b1424401 6e07bb7772a7cf21e428879bbfd7735d37d6a8dd 75566d63cbab804ed9000559d833b901a55d240e 865065d7c42109d6184eff5d3533fa99ff53d37c a18c1d31837ba3976e4b10f5984823f03bd23dcb a4819b7f2b500111d3c9b5e3c57d3c274e4f343f b96144a063eb29e7acaf641d8ce1f5453d239ae6 becb98566f80ae6d9f233fa0ee4e4390f99c6b3a d3d42dd7c1065b34bd564ab901138a6d467aadad dc230c7f4e53b17b3fdef9f9ec3ace00d094c558 e540015dfbb19cbbd9e27033779b6c9b1b98441e f3ed2176241fe52e629fb97fd2646513ee4be5c6 fe35c8923ed2cfa6bbc942117f160a1fb25d91b2 Package: ros-jazzy-orbbec-camera-msgs Version: 2.8.6-1noble.20260618.160931 Architecture: amd64 Maintainer: yalian Installed-Size: 6428 Depends: libc6 (>= 2.14), 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.8.6-1noble.20260618.160931_amd64.deb Size: 399916 SHA256: e16e59a86c71c7e4a4930752a815c9298b487fa2b3e7437c15c17354811caedc SHA1: d5ad86656fae56d37f43c8cdd60e6069cc30c4c3 MD5sum: c2ae2eced95e066b8f0d95e808ea5397 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.8.6-1noble.20260618.160931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: yalian Installed-Size: 4819 Depends: ros-jazzy-orbbec-camera-msgs (= 2.8.6-1noble.20260618.160931) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-orbbec-camera-msgs/ros-jazzy-orbbec-camera-msgs-dbgsym_2.8.6-1noble.20260618.160931_amd64.deb Size: 3901230 SHA256: c88a53c568cef2e0410ff0df00996a640c8e231d4b6ae1c989e66492e4a9a38d SHA1: dfbe2197cde7db96f162384a9155695ee2ad09ea MD5sum: 2843fd4ddce0398ed7519046e8f41229 Description: debug symbols for ros-jazzy-orbbec-camera-msgs Build-Ids: 131479f00257d86d9e8c7b6eac8796e4c9d5b92e 5ec2ca759128cffcc2e4dba165d7921d7aef8b04 711a2ca4a9697dd27b741e6bace9f5a4f7a24bd0 71d84f4f1ec2f3325a86a77697092a43bc479732 9f85ed6edc526d0280f140e2ccdbedd2d5f8ecbf bfd7d8a6b9ba1323bfe7652c2e2418b0b0817ffa c9a7882bf3d677573fc40d216b68f3c60a53c3a8 d2e5e5428091032731dad21d882e8ae1ad17b416 d4f3c85281e1e8111a720e2d3394c8ddd481deb5 f30e2ecd844a4b070e0a38cfbd93e3fdb5641ecc feb9f0bd95aa7439786d0f7963c5b80087397177 Package: ros-jazzy-orbbec-description Version: 2.8.6-1noble.20260618.160909 Architecture: amd64 Maintainer: yalian 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.8.6-1noble.20260618.160909_amd64.deb Size: 12965426 SHA256: e597c3a8fb6f39241cb6b79178b97b04a31d807baabefe738335f1f32402d3eb SHA1: 11b2f82ab36151ff13ad69c9a676d58f6a72bc81 MD5sum: dbb6e21055cedbd190cfc1b88493dc30 Description: TODO: Package description Package: ros-jazzy-orocos-kdl-vendor Version: 0.5.2-1noble.20260603.150813 Architecture: amd64 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.2-1noble.20260603.150813_amd64.deb Size: 7160 SHA256: d0f340bba277ed6635670fbad85446ffb9d204e5aa3e5d4b7ddbde7ca70779e5 SHA1: c5459afab539ab723729a85b3793bb22c0a6ca08 MD5sum: fb08235b82100a10f62dcbdb8198f41d 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.20260226.002839 Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 139125 Depends: libc6 (>= 2.38), libgcc-s1 (>= 7), 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.20260226.002839_amd64.deb Size: 31711542 SHA256: 1d69befeceabead61133d6fb46aa25197aab485854de191be722da1b06171bd8 SHA1: 350d25db454f75db843c337ff6c766691b9d1c58 MD5sum: 913f6a69cc637d0bb40e8b3ed665ca74 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.20260226.002839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 315881 Depends: ros-jazzy-ortools-vendor (= 9.9.0-6noble.20260226.002839) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ortools-vendor/ros-jazzy-ortools-vendor-dbgsym_9.9.0-6noble.20260226.002839_amd64.deb Size: 307032688 SHA256: a1d55adfc31d2a36b1b38644110c7203799180890b334caaba81620be37da213 SHA1: 950ac8a1db145f44e60ced7e49689be7ac17edec MD5sum: cf4e5610cda18409bdc3e5bcd67a1df0 Description: debug symbols for ros-jazzy-ortools-vendor Build-Ids: 3d8abf63606775e822d33354775048e2a3e7013d 42a4f6fd05c94e8e5abfd3fe3c609791968acd76 48d5139b898d69b6b3450efeeb2e26bdc5de4fbc 8e23b840b88e16b20b45537253574b7a767045bd a9e99ead0201de9ee4ea128083325b6ed863e68a bcb998f0b8b0a3bfc595904b9fe7d275c4e13b27 db6ba9e1763be01e695dcf97408cb22a4351abd4 db8dd1f78370f53e44a14f66229f2abbea0271ab Package: ros-jazzy-osqp-vendor Version: 0.2.0-4noble.20260226.000013 Architecture: amd64 Maintainer: Esteve Fernandez Installed-Size: 460 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.20260226.000013_amd64.deb Size: 87630 SHA256: f7afb77a9cbe5857ccea0bd79beef6412feedecbfa946a712eb73aa489e885d5 SHA1: 28be2c7ff8c37d2e883e15cc31512901a175b65a MD5sum: 36e1f988ff7b8cf44fd9eb1e51fa5327 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.20260226.000013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Esteve Fernandez Installed-Size: 150 Depends: ros-jazzy-osqp-vendor (= 0.2.0-4noble.20260226.000013) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-osqp-vendor/ros-jazzy-osqp-vendor-dbgsym_0.2.0-4noble.20260226.000013_amd64.deb Size: 112172 SHA256: 6b1ae1b4e1082fc8fdecb68036e0d8766831a77977e65aec4368473d16413399 SHA1: da8e89fab5fdcc05f9d5d3353d4a648acec21f8c MD5sum: 4490280901a823770c725bd2ca5bf2c5 Description: debug symbols for ros-jazzy-osqp-vendor Build-Ids: 843c0d835ad9b7d0224262c7a6b9de5d3d403bca d0e88898f5edbd55dfad35a0b32c699ecc1f7f34 Package: ros-jazzy-osrf-pycommon Version: 2.1.7-1noble.20260225.055811 Architecture: amd64 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.20260225.055811_amd64.deb Size: 49452 SHA256: 53a8512ca1da601cff6cb56f5f22c629e9498f0e257f1bd1e0aad8b0f135c2f5 SHA1: 0f88cb7e9d810243af747a461779b31cd41142eb MD5sum: 9bee9f6a5b67b3e135da5a0933d9c11d Description: Commonly needed Python modules, used by Python software developed at OSRF. Package: ros-jazzy-osrf-testing-tools-cpp Version: 2.0.0-3noble.20260225.055815 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 5209 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.20260225.055815_amd64.deb Size: 5066194 SHA256: 81331f5346dda8d1f53a9abf846f5c2d0440ac39aaaeea91c4b45149606bcfad SHA1: 442f6559a8429e5268985f53ad19e8b2ea3483a8 MD5sum: 6523ed771a14fb6380fb941dd0b06ce0 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.20260225.055815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 801 Depends: ros-jazzy-osrf-testing-tools-cpp (= 2.0.0-3noble.20260225.055815) 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.20260225.055815_amd64.deb Size: 733710 SHA256: 16ed90e2b2537c10faa3431c700363231de101e9d35b62a54cc41fd63a51c47e SHA1: 53f4f1bd763a9b32d1a792dfa0b2ae849bc2e7ee MD5sum: 2a2bdf06cb91289604ed5bbc81f361ef Description: debug symbols for ros-jazzy-osrf-testing-tools-cpp Build-Ids: 08ffeff1b4bc9eff9075fe16ac3467965553d1c5 89b48b1ad3a6d3f620c4e55ba920b0649131b13f f939c8139d6e255c45b166fbd754e26ee5f9bc90 Package: ros-jazzy-ouster-ros Version: 0.14.1-2noble.20260804.180647 Architecture: amd64 Maintainer: ouster developers Installed-Size: 8519 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcurl4t64 (>= 7.16.2), 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), 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.20260804.180647_amd64.deb Size: 1693206 SHA256: 975cbfd512b7a31b7b708a9bf253636f6aad946b78d590151f34d876e02122a0 SHA1: a5c5b290074d12122e7fe8f60ab31f73cb37c3d3 MD5sum: cad010452febc0785231d6b62f4366ce Description: Ouster ROS2 driver Package: ros-jazzy-ouster-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-ouster-ros Version: 0.14.1-2noble.20260804.180647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ouster developers Installed-Size: 58971 Depends: ros-jazzy-ouster-ros (= 0.14.1-2noble.20260804.180647) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouster-ros/ros-jazzy-ouster-ros-dbgsym_0.14.1-2noble.20260804.180647_amd64.deb Size: 54963822 SHA256: 018823740562cbef7c545304cb438195e9b18dcc8d1fee46dfa0d3e53230c42a SHA1: 5c6fcda4461ea46219cbd513dd8dbbfb46ed6f4c MD5sum: cd5c2037ea8a7e670b558b2717f45c1c Description: debug symbols for ros-jazzy-ouster-ros Build-Ids: 0704827cc194d44fe7509cf433452fe997414bca 153209829ff996c58f59032e3880b4ba49330934 1b0418bcc7eed1f9e0a12e20c5d10537a909c55a 42aaadbcf4553f2ad3033e5ede4c1a8f117375f1 6af00ea2b01fec96d8f62463abc4a10b10c6f32a 931600617dba6a910d77b0f7b284e0f907126126 9afeeb7484a7b69ff3b34f4080c06a9df314098b a34b243319ec1746fb0006a0093eeb088f2d0f4a aa300d741374c8e3ae71133eb125efae4de6132c c4e2aadf5f74c3d7b671ee057e731ceeea1e12e6 e7f7f47c41911b596424bc8965b50f7cc9cff47b Package: ros-jazzy-ouster-sensor-msgs Version: 0.14.1-2noble.20260615.114154 Architecture: amd64 Maintainer: ouster developers Installed-Size: 1797 Depends: libc6 (>= 2.14), 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.20260615.114154_amd64.deb Size: 134230 SHA256: 4a23a23754daf138f7f004ae2b422b3d750023db2aeed0d3b76d6af8d7388943 SHA1: 54c0a4dd65fc90fc0455b412d157697df0606c81 MD5sum: 4dc2f44d982386a1b2383d9b7eb20c0c 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.20260615.114154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ouster developers Installed-Size: 1294 Depends: ros-jazzy-ouster-sensor-msgs (= 0.14.1-2noble.20260615.114154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ouster-sensor-msgs/ros-jazzy-ouster-sensor-msgs-dbgsym_0.14.1-2noble.20260615.114154_amd64.deb Size: 1005844 SHA256: a676cc3a7f6e2777bb4529784f5d9148b2396aa0eb6bd27e63d4f385ce0f1f58 SHA1: 79993d4cfef4e940b82a2f1087c78ea687d0b9d1 MD5sum: a6e4cb5a6807d396f058f24c75b4cb89 Description: debug symbols for ros-jazzy-ouster-sensor-msgs Build-Ids: 0adc1ab912e42e602e60b68c86a13087797263cb 23ab8462871d39da9c18162428ce2ea7f5f69910 3cb59fe2746771056d17ff08a91897a07b29bff3 448e8f002694de7fa303a8203a2cc2920b8b2073 4bbb16e0a7c660f8fdc010c2b005233fe06d3200 8a2456ecb1560b52e302a325b1b25debcc1bdfdf a2de46661e87291a467214cdbd2bba793490f342 b115ec129792f9ce1ea2be2785494dad618828ef b13aa16d0841ee24c36974a91025c62fb2b0a35c f28fa744d29444738e84f7aef05c84a5b12f7626 fa70c3b6d58049862c96cf9e3317b3173a559167 Package: ros-jazzy-ouxt-common Version: 0.0.8-5noble.20260410.144812 Architecture: amd64 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.20260410.144812_amd64.deb Size: 5398 SHA256: 51288200b5bbb74f628600688c28564b02ff01f9ce78dcb412565d274829810e SHA1: f0ffa9deaaf1442aed8435cb4cd85eafa247dca1 MD5sum: ca4d78f960ee71fc5a0c4234ededcffa Description: common settings for OUXT Polaris ROS2 packages Package: ros-jazzy-ouxt-lint-common Version: 0.0.8-5noble.20260410.144504 Architecture: amd64 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.20260410.144504_amd64.deb Size: 6458 SHA256: b4b3c6248c81ccfc6a32114d9e45e247fe0e4ae80ba4362cee866f1f8447d898 SHA1: 38dd420de8d9e87f3806ccfd46d5674533a1d600 MD5sum: bfcb02b21c424c8ba0f85c7f08f09596 Description: common linter settings for OUXT Polaris ROS2 packages Package: ros-jazzy-pal-statistics Version: 2.7.0-1noble.20260615.144746 Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 405 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.20260615.144746_amd64.deb Size: 104852 SHA256: ea133d42f583656c592c9fc6ab25f81c2fd820856c7d2c9d7ffbe27e9b3e433a SHA1: 537e5debc57769d6d744233baa024ad289887b11 MD5sum: 37e155643ab70f1133dc50a4049d7c89 Description: The pal_statistics package Package: ros-jazzy-pal-statistics-dbgsym Package-Type: ddeb Source: ros-jazzy-pal-statistics Version: 2.7.0-1noble.20260615.144746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 2100 Depends: ros-jazzy-pal-statistics (= 2.7.0-1noble.20260615.144746) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pal-statistics/ros-jazzy-pal-statistics-dbgsym_2.7.0-1noble.20260615.144746_amd64.deb Size: 1972986 SHA256: 585d26bb70eeba95d59d0d6160ba939f7ddf41b842aa9bee2ecbf4d8ccf45bf5 SHA1: 71949a5ee21090f206857f8bb5acba213ea83246 MD5sum: c4d8511e20e289210671f8655f91f240 Description: debug symbols for ros-jazzy-pal-statistics Build-Ids: c4aa36ba94008539735bf2c5d4c3198752fb1f76 Package: ros-jazzy-pal-statistics-msgs Version: 2.7.0-1noble.20260615.114217 Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 884 Depends: libc6 (>= 2.4), 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.20260615.114217_amd64.deb Size: 83204 SHA256: f3c71c011ecf2051eb3f23bc9bbfad23a3ed7fcc7aaa957307e4bc13c5078055 SHA1: 358e668ba0b8f23e2c06a62b16fd3181da144bc0 MD5sum: 1857cfdbfd033b40aafd6ddeb0b435d0 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.20260615.114217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 697 Depends: ros-jazzy-pal-statistics-msgs (= 2.7.0-1noble.20260615.114217) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pal-statistics-msgs/ros-jazzy-pal-statistics-msgs-dbgsym_2.7.0-1noble.20260615.114217_amd64.deb Size: 549660 SHA256: b8fbeff2c81601eeb4a83bfde75059eadf068be098b1a314e3f80cc977af9447 SHA1: 035899882f45facd981cb1d5665b98c89759270f MD5sum: 9b531998a47907572d796b79f82708fd Description: debug symbols for ros-jazzy-pal-statistics-msgs Build-Ids: 12f8aa78a82648259d667f24e2572bfd96fba895 1eb68658d10e3851048a9667e1fc7aeb4c80d68f 2d82ea258412c3578101c588af30c6e4728d2e1e 6ace55c88d46000d657d268ffbf093035208fbf1 73e7be7784b07b1592694e08b457bd515e3cc865 a432d27fc0b920ae7372feb6345c80410b16d651 ac53a100500716c550a2a83e07f7425420017955 b8535bd2cd9f9480e27b9c5b0954e5e1a30a65e7 f920ed4e584946bbbc80e381b02c37a8a9804b15 f92f9a90518d92e10875e63fd85b937f74ceaa0e fab7aa955efe26554998fe6f1aa14a521144c0fe Package: ros-jazzy-pandar-msgs Version: 1.2.0-1noble.20260730.092810 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 724 Depends: libc6 (>= 2.4), 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/pandar_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pandar-msgs/ros-jazzy-pandar-msgs_1.2.0-1noble.20260730.092810_amd64.deb Size: 71482 SHA256: a9b011d071ca0ea4376e7a0d772340677e7b4643a39ef8a8491575aa60f0c30d SHA1: 149eff2e44a7fd91e756be21bc5a807b3be2d65a MD5sum: fbae183f50a9409afab6fb53fbbe87e1 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.2.0-1noble.20260730.092810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 540 Depends: ros-jazzy-pandar-msgs (= 1.2.0-1noble.20260730.092810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pandar-msgs/ros-jazzy-pandar-msgs-dbgsym_1.2.0-1noble.20260730.092810_amd64.deb Size: 409304 SHA256: 97c9629a85407970b3b5be9d8bccff1f4cbf2aaf5d76bec9f9356e5e0a1ea16a SHA1: 26d48b7a75ab3c86f8c10d9564c04e63690cfa82 MD5sum: 15f9766199c1a767d590f12eb88a3415 Description: debug symbols for ros-jazzy-pandar-msgs Build-Ids: 1db10418449eface1888d99a5e91127ad7a0ed59 303ecf36541aa055fd7191884d192b94f812b9fe 33c2eff491fcf776fb71437f608611c523e53102 353e15961c5be457360407acc7f2e9edd240eee0 5a30bca0d6c32a94f7adc33b4f3917a7f92c87de 6be7e87e10f22f0b19116247504de85a4bd3c8bc 7fea0c2f8e39d9fecdda6ff03a2bff784a91c1cc 8d88beae8d496ff7dd827a8cd3032332cc8b2a4a a99edb5b505db9ddc228856486ca4ad11b354a54 afdfb3ad57124ed4c3853d1fed56023e5b229d6e c4cfee582f3543b0e6e01c549c861f8ef7b2303f Package: ros-jazzy-pangolin Version: 0.9.5-1noble.20260414.100056 Architecture: amd64 Maintainer: Steven Lovegrove Installed-Size: 5614 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.100056_amd64.deb Size: 1382966 SHA256: e6ad6934d7ba7d867faf9eec4f58319fd5f4983ef068dc0941c04d9aef7e8631 SHA1: f4aca81b4cb86bd65154dce1996f84189eeae659 MD5sum: d82f562072039215c3fd70fd137000b7 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.100056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steven Lovegrove Installed-Size: 34529 Depends: ros-jazzy-pangolin (= 0.9.5-1noble.20260414.100056) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pangolin/ros-jazzy-pangolin-dbgsym_0.9.5-1noble.20260414.100056_amd64.deb Size: 32859036 SHA256: 5e424d815e0ef54bb6d2298e6f1ff3cd677410046fd230765366e01df8d8fff0 SHA1: 0b75b10899bee453f21ad2b3968b110e4334be39 MD5sum: bce5051fce60f33a68a10273924a109e Description: debug symbols for ros-jazzy-pangolin Build-Ids: 0619087d2a3e458762cad5a8e5069ebeaff1deb2 0e27e849acd292daf553fc81b21b22d5331022b8 12f08078f23337d9624a6c6aaa004f4cb042872c 1caa16f11b5cafe31aae65804fff2973ec06b81c 33ff3529bfb593be6a45d2fba12b018fb811216a 362ef9a9414213c983f2338f208bd13718911199 38f647c6c6a0de6381f112f1e102f80dd076608d 3fb07699b431a0c6175ad50325732c41f0a7a5e2 5f21289d40ebcbbb9493827a4aef9624f456ab18 688db101a28b2a8cb79a348c5002dad10aae10d3 6acdd6744e1ff3c8734b89e7dc9eb3f7d45295be 6cbaf975e213a9ffdacd242444f83020cce31c7a 77925ae3403e0eb12411298b793a734fb8513145 7e0c1001d04e5f0cae2d07985682b17abc1a69e3 984304d649670cc413666544b88c02e04c9cd55f a6b520d1501f8adf984162c7c36224a49e186dac ab66324dee9e6d087e4aee0239e5a6487afc569f b1ed1e28b76bb1aca3f98aac092f2d3d91c38079 c0c8e5ecc0fb970486ff8a7d55dd539f322d2882 ca49ba992d55a795ac304e7d92d0427f02726790 Package: ros-jazzy-parallel-gripper-controller Version: 4.41.0-1noble.20260804.185457 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 353 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.41.0-1noble.20260804.185457_amd64.deb Size: 88718 SHA256: 4ecaad4b00b2b45f9cfd675b74c0231e761fc9cbc44215473f9e230b88ff644d SHA1: 52afdd1c1ef36d32636944f725f4a175dd791e09 MD5sum: f1b97edf6f0534a7ea788276463271b3 Description: The parallel_gripper_controller package Package: ros-jazzy-parallel-gripper-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-parallel-gripper-controller Version: 4.41.0-1noble.20260804.185457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1137 Depends: ros-jazzy-parallel-gripper-controller (= 4.41.0-1noble.20260804.185457) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-parallel-gripper-controller/ros-jazzy-parallel-gripper-controller-dbgsym_4.41.0-1noble.20260804.185457_amd64.deb Size: 1042534 SHA256: 7bbeedcae7f2e84f3b08f0e9ef6d8eb86efdbc4c60f6352ae365c67eef674b02 SHA1: 474cdd559589237774ce408f0106346010a6bc38 MD5sum: 85796122308035a3c33871f6fd999c94 Description: debug symbols for ros-jazzy-parallel-gripper-controller Build-Ids: a5e5bfc4423fe458d8606e5212280c636f76d93d Package: ros-jazzy-parameter-expression Version: 0.0.2-1noble.20260615.140635 Architecture: amd64 Maintainer: f0reachARR Installed-Size: 92 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.20260615.140635_amd64.deb Size: 17544 SHA256: f3545a1578cd13ed490c768a7b28e1d493174b8e925aa2aa9c74f990e15d4d8d SHA1: e5924f26e5bcafbd5ef57fafae6103a4c7a35043 MD5sum: bd36631b6866422dddf38b0f2259e193 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.20260615.140635 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: f0reachARR Installed-Size: 213 Depends: ros-jazzy-parameter-expression (= 0.0.2-1noble.20260615.140635) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-parameter-expression/ros-jazzy-parameter-expression-dbgsym_0.0.2-1noble.20260615.140635_amd64.deb Size: 195678 SHA256: a1b0e6ae662e24ef304ab9ebfd99b0d7e6836c151bfd646b0aba6d03b3ac8e13 SHA1: 91c7d75a9184a2c317ca56cee847ae9f099bf7c4 MD5sum: aa961a606697821b42b15954d1a99ab3 Description: debug symbols for ros-jazzy-parameter-expression Build-Ids: cc9f35a85f0bc10fec9b766e97b71d612461aa97 Package: ros-jazzy-parameter-traits Version: 0.7.5-1noble.20260725.081019 Architecture: amd64 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.5-1noble.20260725.081019_amd64.deb Size: 10444 SHA256: c182455cf6de6527fdba38e3f86c7b28df3042eba25471239f30162fc3d338df SHA1: c17068a5f5e2ddf9aa8ff1401916b2ceb70fc2a9 MD5sum: af4495a540a4424fff564d1ac784e12b Description: Functions and types for rclcpp::Parameter Package: ros-jazzy-pcl-conversions Version: 2.6.5-1noble.20260713.140747 Architecture: amd64 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.5-1noble.20260713.140747_amd64.deb Size: 12716 SHA256: 6e92c6118f47ddb99722f8d62e109e071bfce91ef445e6f2e610ce4264c96fd5 SHA1: 87ec8645d63692609b9faa41c1460e9534f29d2b MD5sum: fb0796c3d4659160a9e4852e89e12b9e Description: Provides conversions from PCL data types and ROS message types Package: ros-jazzy-pcl-msgs Version: 1.0.0-9noble.20260615.113735 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1260 Depends: libc6 (>= 2.14), 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.20260615.113735_amd64.deb Size: 114086 SHA256: 70644eb8fa3ab34594402118b76aa13dd0b8d88a03bd3c39c3e71c8208435d40 SHA1: 3899965c26c697fda66b61f1226dc238b1adbf95 MD5sum: 741fcf5aa11c470074888e1950cc08af 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.20260615.113735 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1037 Depends: ros-jazzy-pcl-msgs (= 1.0.0-9noble.20260615.113735) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pcl-msgs/ros-jazzy-pcl-msgs-dbgsym_1.0.0-9noble.20260615.113735_amd64.deb Size: 833872 SHA256: fff6eba0d339e778e46a7a18dea16f227130f40d94af76ea9d10b6ae7af021e5 SHA1: f883ac2587b597f8be87ea7460f88c27a98767d6 MD5sum: 22577735d6aefe723bc25f88df5c5f00 Description: debug symbols for ros-jazzy-pcl-msgs Build-Ids: 0a79f2cff3b20bde2245f28ec6f4b8a90fa74937 0b5d489b802bb6349cda9f00a5b7b2e311686e3f 2f24774090115b3d35603b20c0b9ef63e1a9f3cc 3c3b47e656cb85bee3c068ca377f13049b3e24ed 75dbe2a64682d96ba86f1c8b24cf8998dfe49573 7ef32fc76dada68813492644bb0eda96df4c160b 84cf3c1aa6b18cc872f9189e99bbb81a099406e8 8ad7aa4ab5e7327d23e09d65989cd49b9baa6429 be5ae82f773b6515349988397f156395e128627b e176b4343f445d2e0117c7ad488a1071c3c55563 eda5ac7caf7bc043bdde984741e43c15a1a59fb2 Package: ros-jazzy-pcl-ros Version: 2.6.5-1noble.20260804.180855 Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 3817 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.5-1noble.20260804.180855_amd64.deb Size: 582486 SHA256: 2ee7ff4f9a93e316959bfc0b080c42f61cfb58b612322266db546fffb69309e9 SHA1: f4242b2ccd8ca96a92c267e4b87de99e2becfc81 MD5sum: 5736a2a204bededb4fd3e4f9effcb5b4 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.5-1noble.20260804.180855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 28059 Depends: ros-jazzy-pcl-ros (= 2.6.5-1noble.20260804.180855) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pcl-ros/ros-jazzy-pcl-ros-dbgsym_2.6.5-1noble.20260804.180855_amd64.deb Size: 24055496 SHA256: 23a0a2d5116566c09235a910f77919da44e8ad5f49a866f7a051e0689307a188 SHA1: 8027f0a99862812a6092aa8fa75c95dc00abeefb MD5sum: 80100a7b6b2c9f2c0ce7dfe86fa2d083 Description: debug symbols for ros-jazzy-pcl-ros Build-Ids: 054230601af188e724cce888ff4a612ae36058bb 06644f6e7c01117c2b5105f161a2e568f9b4e7b1 083bf960b60a5c3af939f3481ca96cbdbba44eb7 25ba43540ea7d7eaf7a815672a9294a45c4db163 2cbecfb2bf187288e8e01307bb3453fa59811d15 5b00b06ccbe2661b8c23b4d8518a1b7ef7ddab7f 890d76f278c0a6d74f7d22f46ea2b5ab0cde2578 899586ed8624da3c6a5919ece75d368dbf238807 94db557739e9c25db4c92729499bbb58580ba9b9 98ac4058730d07d30d9329da561abd0914ab40c1 9e06ed4198cccc99e6ad81c7ed350e41c4a84eb5 b0beefeacab240024a9c4e1f333e1991b783874e d5402f5dba04d5d061275eeba350d8180292b543 d915045317a333304abdbf3d18798fe3befc8cd7 d97c0b2b18d5c96fd9260b2998e209b4d2cc0895 fe8502adb0639f9217ec3ad96f5e5a13e179d91e Package: ros-jazzy-pendulum-control Version: 0.33.11-1noble.20260615.141119 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1362 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.11-1noble.20260615.141119_amd64.deb Size: 245606 SHA256: f663e870d988696bb8c1b28f65cb4d708711a56f1f74f83cd956cb532bd6ac21 SHA1: 212309ee9ba86f0ab8d0644bc25a82f2da3ebd25 MD5sum: 69e1b53a4c67faa97068e4b472b5227e 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.11-1noble.20260615.141119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 6280 Depends: ros-jazzy-pendulum-control (= 0.33.11-1noble.20260615.141119) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pendulum-control/ros-jazzy-pendulum-control-dbgsym_0.33.11-1noble.20260615.141119_amd64.deb Size: 5255366 SHA256: 873288f86ae4a1ff22c6dbe8af1a1d0252a1bab58a22e7c0e0899ea7cd7b5800 SHA1: 45cc099b603dc13d998b9dfc3d805056ffec524b MD5sum: a288704c3a2e445d1b453d28cc28de94 Description: debug symbols for ros-jazzy-pendulum-control Build-Ids: 33477c58870a5ea1308600547ca6f139b91981b6 74c8c101abb9c782e963bf5d52e2c58e64728cc9 f9b9dcaf2d4b979652daeb47ebd1390fa26070b6 Package: ros-jazzy-pendulum-msgs Version: 0.33.11-1noble.20260615.102540 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 695 Depends: libc6 (>= 2.4), 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.11-1noble.20260615.102540_amd64.deb Size: 61302 SHA256: d908972831aa58b8ffd25a98b93de88b327e55832bfd14c17770906b9395ade2 SHA1: ec246913c07afcde3a1db4f964119f279680cbb9 MD5sum: 4f428358282eae3d6100e937ab9d9653 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.11-1noble.20260615.102540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 449 Depends: ros-jazzy-pendulum-msgs (= 0.33.11-1noble.20260615.102540) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pendulum-msgs/ros-jazzy-pendulum-msgs-dbgsym_0.33.11-1noble.20260615.102540_amd64.deb Size: 329090 SHA256: bd2d840743903557f5923a4db9e8b515b636196ed81149ace23fde2ba113710b SHA1: 3596836e98566ded29e70ca12258a9c31f5ed08b MD5sum: 574da1dc14f731df3217075642789052 Description: debug symbols for ros-jazzy-pendulum-msgs Build-Ids: 026ab7385bd425898f5d1dd14e2a43373692e2fa 236b7f92aabb5ccf2332ba64782a21655d1dbc36 35c14647920f56a657f0965cd0375d78b19bd131 4667562032855a539d9f764307457b2379d7f262 670bab38d8145cdb38cf3601e9bf8fbe44971d1c 89cd8fd9467993e619822b7c24bb147625b1646c a4e31f3ca9968af36053f333aa4d57ec5f2926d6 e2c29aad97e7df96a7b7dc01396b65c2b25d5443 e945ea0ff5a13f6cd45a16045fc5b8068f10cdb1 f0b6fd8d3ff6f7b00283bdd373e58f72ff47a281 fb8f747cfab5bcc3c5c2274e458586044e98b0d7 Package: ros-jazzy-pepper-meshes Version: 3.0.0-1noble.20260624.072246 Architecture: amd64 Maintainer: "Victor Paléologue" Installed-Size: 3161 Depends: ros-jazzy-ros-workspace Homepage: http://github.com/ros-naoqi/pepper_meshes2/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pepper-meshes/ros-jazzy-pepper-meshes_3.0.0-1noble.20260624.072246_amd64.deb Size: 421228 SHA256: 4c111561040f4c26933c2f1637afda5104cade52cec3372853b314ca9cef5f5a SHA1: 374e72df5542d471db22e414c9773b9b7aebd941 MD5sum: 5b609164c281161582031696cd6d11d9 Description: Meshes for the Pepper robot, for ROS2 Package: ros-jazzy-perception Version: 0.11.0-1noble.20260806.102948 Architecture: amd64 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.20260806.102948_amd64.deb Size: 5362 SHA256: 1522f9652c1b7dbdd678cc98073a0e91bb94ac011761e9c5859ba180018d6f22 SHA1: d0ae86315dec27d8e57a3fa95d50af39fe1c64e1 MD5sum: dccad273b0dbf68b2cb3755cf5984d10 Description: A package which aggregates common perception packages. Package: ros-jazzy-perception-pcl Version: 2.6.5-1noble.20260804.191619 Architecture: amd64 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.5-1noble.20260804.191619_amd64.deb Size: 5604 SHA256: 9bf4da3ba5d2f3ffc0606419fa830e5bc4be13781012a313a4ee96256d333029 SHA1: 767609930c6ea2a0e936c4b233fa2b29463e8881 MD5sum: 0dd4d1ada8203a0d4dccd145e7bde893 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.20260615.134242 Architecture: amd64 Maintainer: Apex AI, Inc. Installed-Size: 8984 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.20260615.134242_amd64.deb Size: 990360 SHA256: 7e7f1cbce16e6af77ad3a8d238d02b328f72e043da60852e925b241ae91782e9 SHA1: 3d14490715b2f43c78210044dbc760cb0a35b689 MD5sum: ae30fff8edb706c3439c5a422ef890b2 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.20260615.134242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex AI, Inc. Installed-Size: 35666 Depends: ros-jazzy-performance-test (= 2.3.0-1noble.20260615.134242) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-performance-test/ros-jazzy-performance-test-dbgsym_2.3.0-1noble.20260615.134242_amd64.deb Size: 27332354 SHA256: b6bdff5102815156267170dd4664cafcf8733f43337b6a0f28467be313751483 SHA1: 581eaf21873c44642996cebeec27f2bb444ce333 MD5sum: d0c1e7b1caa0fb2825624c9378653047 Description: debug symbols for ros-jazzy-performance-test Build-Ids: 0768cee9e56b7581f198e83f3482dc384097b3bd 0d03a4b94cae94752efbadedcbc01a5c81ea50c6 2025c43a691784aa412ee059134fba09f423d79e 23fc1576d1860879d5dbbc1d629febb348117cc1 6a3a963db000368affd8dbb9cd0709649545cd9a 7c9f29396e4fec67211e6499f2c59ce0fe73dea6 8eb386048d5e96c8cf191b2e8d2f839b6144b663 cfc577e8e74b58fc777170825919f4f48a2e7628 dcae7b4ae7a9966ab7b8bb6fd660067035efed75 dfe7307f18d579dfe00130ffc5bcf5ef462887e0 e0c9a5808b0041f604dfce9d7ccf6c9a141339e6 e84846e6a907369f70106bfc49bd2e6439dca782 Package: ros-jazzy-performance-test-fixture Version: 0.2.2-1noble.20260603.150413 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 99 Depends: libc6 (>= 2.14), 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.2-1noble.20260603.150413_amd64.deb Size: 18730 SHA256: 0231f34c3a63972869f01851efcecd50f791db76d9f54fca5a2dc0e071271a0a SHA1: f0c9eebe93c990948506069acac78b2f456fdac4 MD5sum: 7f0dfe9aeb52d1bfd6b456d5efb95e94 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.2-1noble.20260603.150413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 110 Depends: ros-jazzy-performance-test-fixture (= 0.2.2-1noble.20260603.150413) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-performance-test-fixture/ros-jazzy-performance-test-fixture-dbgsym_0.2.2-1noble.20260603.150413_amd64.deb Size: 92016 SHA256: 017cc5a1c1342c52d3a9c4ca0949f9f0601a4d85cdc0118db7e643d0c530ee23 SHA1: 577069bc3cbb5886200f13922fc2a6ed98b6716f MD5sum: 40cd6b99bfaaf74bf3d15f6b617817fb Description: debug symbols for ros-jazzy-performance-test-fixture Build-Ids: e95672d5e80918b77a6dd1cf5d757f8612cd5970 Package: ros-jazzy-persist-parameter-server Version: 2.0.0-1noble.20260615.142003 Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 314 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.20260615.142003_amd64.deb Size: 95406 SHA256: 677073abaee7e74263777133dedab8843fe069925958b71739dab327921f3f0d SHA1: 422f590ea267b6ee15a0fc2591adae0d5f717295 MD5sum: 7d98d7e1bfc275085d69a4eb43de43cb 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.20260615.142003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 1449 Depends: ros-jazzy-persist-parameter-server (= 2.0.0-1noble.20260615.142003) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-persist-parameter-server/ros-jazzy-persist-parameter-server-dbgsym_2.0.0-1noble.20260615.142003_amd64.deb Size: 1358546 SHA256: 40e68f3d31336377f50ef29a9afa6353886dced67d43165fb42ac2fbb36fa405 SHA1: f028d1e3e6de660d862681b85fa85fbb040b1b97 MD5sum: a4ce9e0268c485668094b26142521dd0 Description: debug symbols for ros-jazzy-persist-parameter-server Build-Ids: b51752d116de9d8265089c6ce84ca3de90dd36e0 Package: ros-jazzy-pfs Version: 0.15.0-1noble.20260514.103433 Architecture: amd64 Maintainer: "Daniel Trugman" Installed-Size: 1288 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.103433_amd64.deb Size: 171430 SHA256: 8edf5e19e5f9a04583f6b73dc4003ffb0bf812544d24cdac95d0ba0f7118f05d SHA1: d40475839ef173063d5650109d4807da6b9dec62 MD5sum: b3439ec542e8704245d3387f44268fb5 Description: Production grade, very easy to use, procfs parsing library in C++ Package: ros-jazzy-phidgets-accelerometer Version: 2.4.0-1noble.20260615.144353 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 214 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.20260615.144353_amd64.deb Size: 60574 SHA256: 8e91b8f24194636d56d148f080061e5796d55692dd7f869ed94d9d60a9404077 SHA1: fe660ac86d19aab469bad77938e0316c27564b43 MD5sum: 7085d9fcb03912156ebc2421dc1be54a 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.20260615.144353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 911 Depends: ros-jazzy-phidgets-accelerometer (= 2.4.0-1noble.20260615.144353) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-accelerometer/ros-jazzy-phidgets-accelerometer-dbgsym_2.4.0-1noble.20260615.144353_amd64.deb Size: 845668 SHA256: 54e62f4724186e82be3c76405f76674cbf9941a889b954358fb002dc48ce8646 SHA1: c2caf2e5e6fdd5833fff91fb875eab2eac64aa07 MD5sum: 1545904c7d16538f3273a04012399b6e Description: debug symbols for ros-jazzy-phidgets-accelerometer Build-Ids: 54ed78420e196b1dfb19105880596fef2a48d813 Package: ros-jazzy-phidgets-analog-inputs Version: 2.4.0-1noble.20260615.142831 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 209 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.20260615.142831_amd64.deb Size: 59966 SHA256: 636c0073cfe2b923da4e1b8aa249da5908288de8bf282a555e09c62e306c0e50 SHA1: c98705d1ee18b8c80696eb1c0f05ce5658cccb2f MD5sum: d84513b6c6bceb16cfbb72e6c867d77b 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.20260615.142831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 920 Depends: ros-jazzy-phidgets-analog-inputs (= 2.4.0-1noble.20260615.142831) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-analog-inputs/ros-jazzy-phidgets-analog-inputs-dbgsym_2.4.0-1noble.20260615.142831_amd64.deb Size: 854640 SHA256: 690af9fa3d9211447677acd3f626f180e8fc28426bdadf52df00621ac851a219 SHA1: acc73f5927a7a0268e777832784a04651a79646a MD5sum: bcc79b666e8e2950849ddeac3ce5e871 Description: debug symbols for ros-jazzy-phidgets-analog-inputs Build-Ids: f4812de52d59e7fa55c9be4cd418c2e7d3c5ba80 Package: ros-jazzy-phidgets-analog-outputs Version: 2.4.0-1noble.20260615.142830 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 514 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.20260615.142830_amd64.deb Size: 110798 SHA256: ea6f4eb9cb40c146d9bf80c385d0689f04ce35cb6fb57d57938971c13dbebf80 SHA1: 04dc4c4431c2856bbd458ca235ec1a1561f4aae6 MD5sum: b14878204638ca3db9bbb033414751f2 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.20260615.142830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2311 Depends: ros-jazzy-phidgets-analog-outputs (= 2.4.0-1noble.20260615.142830) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-analog-outputs/ros-jazzy-phidgets-analog-outputs-dbgsym_2.4.0-1noble.20260615.142830_amd64.deb Size: 1989666 SHA256: eba03c050aa90336cad0e33e4961e3608a219ad0f8438bfbe23a23bd9741a9ba SHA1: 96cd7b0cdba97e3921b907cf53e8c9e9a98fcb23 MD5sum: 41bde813724cc2db3789081493a8fe1a Description: debug symbols for ros-jazzy-phidgets-analog-outputs Build-Ids: 73ba80497eeb05f96474626c3f1f7ceecb438554 Package: ros-jazzy-phidgets-api Version: 2.4.0-1noble.20260603.152155 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 264 Depends: libc6 (>= 2.14), 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.20260603.152155_amd64.deb Size: 46270 SHA256: 0c12814f0c39214db20ca85c8088cd1f9f52f0789b886287ebf4ccda162a203e SHA1: b3c6c1728fb193fa928f484920d13eab25cfea97 MD5sum: 23dfad767623688cb3fee8994a892b62 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.20260603.152155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 511 Depends: ros-jazzy-phidgets-api (= 2.4.0-1noble.20260603.152155) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-api/ros-jazzy-phidgets-api-dbgsym_2.4.0-1noble.20260603.152155_amd64.deb Size: 454754 SHA256: 5fd13efb37581ac08d20c45ab47676d46567aafe28947ff450dfc4070dd7976a SHA1: cf6bf9961eee506384fa860344e5eae77ca4f61c MD5sum: 343fe764ccc01df6a8799a41527906d7 Description: debug symbols for ros-jazzy-phidgets-api Build-Ids: 2637c287d588843696b231bee8be97807cfd9f1d Package: ros-jazzy-phidgets-digital-inputs Version: 2.4.0-1noble.20260615.142842 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 209 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.20260615.142842_amd64.deb Size: 59212 SHA256: d3b44deb3067514b0b6b9d22addd7978fea95a599f441fc529b45dd1a1534a2f SHA1: 393e102f68a4ef43206b07e19b7b9d9960f45731 MD5sum: 50565163512fbe440e6cc8105d3873e4 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.20260615.142842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 914 Depends: ros-jazzy-phidgets-digital-inputs (= 2.4.0-1noble.20260615.142842) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-digital-inputs/ros-jazzy-phidgets-digital-inputs-dbgsym_2.4.0-1noble.20260615.142842_amd64.deb Size: 848846 SHA256: 4f17f1cf1e8657aaf6f1299075898684a662b5820c917d164d1c5542d54dec8d SHA1: 31b6acc01526bcde3b95cd250398ed8fed9fcc9d MD5sum: f15e38c9a709b818ce78b259382c04f5 Description: debug symbols for ros-jazzy-phidgets-digital-inputs Build-Ids: 77dddb8c1223d78a980f7f93113f853f1d075e27 Package: ros-jazzy-phidgets-digital-outputs Version: 2.4.0-1noble.20260615.142839 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 515 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.20260615.142839_amd64.deb Size: 111180 SHA256: 95368b1a34c1852794fcc834399263dfcde9ca79d2b505d391384fe4677880cc SHA1: 7dcc0de0301a5130e223540e2fc032167a593c57 MD5sum: aece078e6a8383a330eebf3f3cf4a8b7 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.20260615.142839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2315 Depends: ros-jazzy-phidgets-digital-outputs (= 2.4.0-1noble.20260615.142839) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-digital-outputs/ros-jazzy-phidgets-digital-outputs-dbgsym_2.4.0-1noble.20260615.142839_amd64.deb Size: 1996736 SHA256: b6352d252c0709d54a4dba2efbb307b4033b96f7b6bc1d4575a74e1564d6ffe7 SHA1: cbde72337f9518459300af270676862e6faad9d9 MD5sum: 18119b65181ee0d9e46dc16da65882b1 Description: debug symbols for ros-jazzy-phidgets-digital-outputs Build-Ids: 6965f8f27d6be818a9a2967bf62cb727117530af Package: ros-jazzy-phidgets-drivers Version: 2.4.0-1noble.20260615.173026 Architecture: amd64 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.20260615.173026_amd64.deb Size: 6142 SHA256: 55a34e7340bd4f1b75c59a59c777de478a516dc2e85abcebcc665324668878e6 SHA1: 4a2ec4cff4253e4ea7d4349e0838dd7ba27a6d18 MD5sum: 388ee0bc0f4ebaa63ad85ab93f16c9a6 Description: API and ROS drivers for Phidgets devices Package: ros-jazzy-phidgets-gyroscope Version: 2.4.0-1noble.20260615.142011 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 299 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.20260615.142011_amd64.deb Size: 80868 SHA256: 3106958558b51b49f786a3045b48fff2fb25e22945e605acd3524fbba11a0cae SHA1: b218663787841619b5904ddbb0f0783613e41cd9 MD5sum: f1febca1218d0fbdeb12f7716ea4515b 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.20260615.142011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1345 Depends: ros-jazzy-phidgets-gyroscope (= 2.4.0-1noble.20260615.142011) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-gyroscope/ros-jazzy-phidgets-gyroscope-dbgsym_2.4.0-1noble.20260615.142011_amd64.deb Size: 1235118 SHA256: 2e1165e68f012a355060cc071a18b32343310858f443288e0f25f6f538ecfbcf SHA1: 4ecd578bfbb05a02bc5a5e6bbc1062af0051cf78 MD5sum: 9c2e730dc199f32af9a206609500df4a Description: debug symbols for ros-jazzy-phidgets-gyroscope Build-Ids: 62b933c7cfa90f0976d9165ba51f601ff2aa7b14 Package: ros-jazzy-phidgets-high-speed-encoder Version: 2.4.0-1noble.20260615.144430 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 307 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.20260615.144430_amd64.deb Size: 84708 SHA256: 66a5afc1529d327145a5ac22aca218ec8a6572ea12e627dbb2ae92dd1651237a SHA1: 6baa63e286518f4ab0d78c0481a3e3d4eb3208ce MD5sum: b7864b17232f5d641f211c76762c79f2 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.20260615.144430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1433 Depends: ros-jazzy-phidgets-high-speed-encoder (= 2.4.0-1noble.20260615.144430) 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.20260615.144430_amd64.deb Size: 1313628 SHA256: a6a2cb27c3beace583efb05ff01343ea6200366172148e402f1590c30b6a4a73 SHA1: 96ad58edd481e497d27b59abc0ae8745f777598d MD5sum: 11c163c5b8c573e90f45f330bfdf192a Description: debug symbols for ros-jazzy-phidgets-high-speed-encoder Build-Ids: b7ce3fe4c10335cbee462db7d5c1bd5cbce92195 Package: ros-jazzy-phidgets-ik Version: 2.4.0-1noble.20260615.172909 Architecture: amd64 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.20260615.172909_amd64.deb Size: 7088 SHA256: 148ec1cb7044df409939f82777f2c033fdd49dc463b51daee5ae7edaf8a911b4 SHA1: 89b7e7e3cdabc1d78f2257d63a4f80d11b11d9f7 MD5sum: 17387d726c4bcc1896285358940da11c Description: Driver for the Phidgets InterfaceKit devices Package: ros-jazzy-phidgets-magnetometer Version: 2.4.0-1noble.20260615.144520 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 223 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.20260615.144520_amd64.deb Size: 63346 SHA256: bc0b7c347384a2dbde7632c7400eb54b68ae484a9cc3a7c798075adb3fab20fa SHA1: 778d0dfaf2db0bffc8ba16eeb2c25e547ce33e29 MD5sum: 8bf838519263f2b677edbd3b08240642 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.20260615.144520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 936 Depends: ros-jazzy-phidgets-magnetometer (= 2.4.0-1noble.20260615.144520) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-magnetometer/ros-jazzy-phidgets-magnetometer-dbgsym_2.4.0-1noble.20260615.144520_amd64.deb Size: 867910 SHA256: efd147da37f29f9626139c300a0165d2eeea977ed48cf4cc6c9c92dc98875f53 SHA1: cd19aec2e1e1ee776aaafcc797f5c52dea4f31a8 MD5sum: e737eacc63f5cafc88e9ceee1c10d2a0 Description: debug symbols for ros-jazzy-phidgets-magnetometer Build-Ids: b3e72e8457eb2200423cb15ab183123d1cb5c135 Package: ros-jazzy-phidgets-motors Version: 2.4.0-1noble.20260615.142902 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 515 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.20260615.142902_amd64.deb Size: 113000 SHA256: aee99aeccdd05a17e7a0f1e145260f21e28d051adc7754ed7a55fb114e1c5f98 SHA1: 730422c617947bd709424823f9de09008884b661 MD5sum: 7f18a77fc0abd21c06451dd5cc132aa7 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.20260615.142902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2238 Depends: ros-jazzy-phidgets-motors (= 2.4.0-1noble.20260615.142902) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-motors/ros-jazzy-phidgets-motors-dbgsym_2.4.0-1noble.20260615.142902_amd64.deb Size: 1921094 SHA256: edf20baccf6dabf30f869731b0a3ddc753574b0ef354f71e1e40821d40d4afae SHA1: a0bb6f5fe3d192ac4e171528f3271c49644a09b4 MD5sum: 2715898c3b852a977c2389d1719e7e0d Description: debug symbols for ros-jazzy-phidgets-motors Build-Ids: dfd621ce16d1bb51961cee8c9fa8b5e776832234 Package: ros-jazzy-phidgets-msgs Version: 2.4.0-1noble.20260615.114737 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2062 Depends: libc6 (>= 2.14), 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.20260615.114737_amd64.deb Size: 154320 SHA256: 41de0e8474a626a1c875abaa652190b1af2e447543bb0a5786847fecaa5b80eb SHA1: b2e4ad7e1a44204bb80dcf750f49d77edd5dc8ad MD5sum: 80ae401eca0815bb79a40dc51e3c24cd 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.20260615.114737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1429 Depends: ros-jazzy-phidgets-msgs (= 2.4.0-1noble.20260615.114737) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-msgs/ros-jazzy-phidgets-msgs-dbgsym_2.4.0-1noble.20260615.114737_amd64.deb Size: 1116266 SHA256: 634528db27b8d01a92d5832a0c18d3ea476d68456576adf5ccc6320fb843d21b SHA1: d66804f53dffb125879bc06333fa2f27972d5457 MD5sum: 79f6caeabebd006bdf42da6f6010bded Description: debug symbols for ros-jazzy-phidgets-msgs Build-Ids: 0211b20501b0d37fd4c744ee3fd655d2f503e965 132a65ad3376b027df1fd44958ab0d09c31c2125 182aadabf4299b5d0ef275120b44eab8ac010ffa 24dfad1b1818aa91e7d1d59b42903aaa28559239 28074ad56430d1a86ea66ffb413c690b333ebe31 33f039438d5772ab3deb6a9a19e47d261b239ccd 4207c25a96005de1457503acf0096b2cb89103d1 8218bae53655b70b87640977e14b95fc3576b72b ab5ca7db7fba0fd033b87e3ed6f2d95d5b739823 e3790c823befe29728c2039bc7e32d2eb6e24e55 efaeb21c4e8e44b4f586240d1f00cb0faed60b50 Package: ros-jazzy-phidgets-spatial Version: 2.4.0-1noble.20260615.142101 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 369 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.20260615.142101_amd64.deb Size: 96666 SHA256: 552dee1ce45e781e296cdc108c2d59529547d47cdde3dcf9e562d9a75f6e290e SHA1: b1a85dcfdac56ef643896895205c9bf9ecb83e7a MD5sum: e1e350a65ca4aa1262adaab51eb05977 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.20260615.142101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1640 Depends: ros-jazzy-phidgets-spatial (= 2.4.0-1noble.20260615.142101) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-spatial/ros-jazzy-phidgets-spatial-dbgsym_2.4.0-1noble.20260615.142101_amd64.deb Size: 1495672 SHA256: da8fb63f822c5189efe077f2005477d6908f70a96f6d6cbcc9d58d9d737bfd51 SHA1: 45f4a90c3166dc498b43575b6ee9cee6ac3d5cb8 MD5sum: ec51d09f3c5671ed40d72d6ec78a18e8 Description: debug symbols for ros-jazzy-phidgets-spatial Build-Ids: 01eb0fd28cf8617f1636783c337f9bbcdd362c0a Package: ros-jazzy-phidgets-stepper Version: 2.4.0-1noble.20260615.142049 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 692 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.20260615.142049_amd64.deb Size: 150488 SHA256: c39576fc88ab62c72379e57257264a30664c35351bf2748ade765559b1e04da9 SHA1: e334b8134d88beb6b4333a02fc05f7542adbc904 MD5sum: bc51880bea2b52ce0ad5e19c4465bf57 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.20260615.142049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 3157 Depends: ros-jazzy-phidgets-stepper (= 2.4.0-1noble.20260615.142049) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-stepper/ros-jazzy-phidgets-stepper-dbgsym_2.4.0-1noble.20260615.142049_amd64.deb Size: 2728900 SHA256: b2c801cbdfa0c26cb67d36dedf2132ecf078ad253f85b15f95695d26b8242438 SHA1: 7f61f08bc40ed9d0ddb4ae2dc661aa2d75de6924 MD5sum: c1d50edafeab7f65aa5f4c93955bafdd Description: debug symbols for ros-jazzy-phidgets-stepper Build-Ids: 88932a3733fb7a2e3ddc5292f2425294f241522c Package: ros-jazzy-phidgets-temperature Version: 2.4.0-1noble.20260615.142907 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 205 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.20260615.142907_amd64.deb Size: 58178 SHA256: 9fff2b643ea29ea37c5633ea2d0196cf63b46f9debe68a849647bf5073a65b1a SHA1: 4f3a68b399854e1594a84be374153c3a1560e180 MD5sum: 49d053027809819d01ced39d134461c2 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.20260615.142907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 885 Depends: ros-jazzy-phidgets-temperature (= 2.4.0-1noble.20260615.142907) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-phidgets-temperature/ros-jazzy-phidgets-temperature-dbgsym_2.4.0-1noble.20260615.142907_amd64.deb Size: 820254 SHA256: 1bd603eb7ebfe27241f6d8672b810d5a36b5d68f27496218fa1887c4398abf09 SHA1: 7b577ab9392f8e0a75699333d93fa5686781a7a2 MD5sum: 1ac76ced6a5f0e52ddc492027ee201fe Description: debug symbols for ros-jazzy-phidgets-temperature Build-Ids: 72b1d587e3b1468d0e68331323d7b73875bcc8d9 Package: ros-jazzy-pick-ik Version: 1.1.2-1noble.20260804.190600 Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 423 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 Homepage: https://index.ros.org/p/pick_ik/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pick-ik/ros-jazzy-pick-ik_1.1.2-1noble.20260804.190600_amd64.deb Size: 110866 SHA256: 9e7d52d0d6ee25aadee1f6f08c9c982595dcc9dd97cb406ac01c8deef885d52a SHA1: 5115da60ea02ccd8e02150bebac6c15be69ac655 MD5sum: 1e0b73948a48c7717ffa780cd46d2121 Description: Inverse Kinematics solver for MoveIt Package: ros-jazzy-pick-ik-dbgsym Package-Type: ddeb Source: ros-jazzy-pick-ik Version: 1.1.2-1noble.20260804.190600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 5395 Depends: ros-jazzy-pick-ik (= 1.1.2-1noble.20260804.190600) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pick-ik/ros-jazzy-pick-ik-dbgsym_1.1.2-1noble.20260804.190600_amd64.deb Size: 5377100 SHA256: feb1f19a7937400c9e7de3b784dcfec5ae5add0c90a6939c64f4d93c78bed8fc SHA1: 6d1c06581c1e172ce6357aa36450bf746b18f588 MD5sum: 23167d8826e1011fdf6a1ff7ac246bb5 Description: debug symbols for ros-jazzy-pick-ik Build-Ids: 0df1dc5a4b15ff06cdd6ee9e850ca0d1939b236f Package: ros-jazzy-picknik-ament-copyright Version: 0.0.2-5noble.20260410.113910 Architecture: amd64 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.20260410.113910_amd64.deb Size: 4870 SHA256: 190ff14518699f8bc8bad17cce75c1b66f60893c7786313d1033820bc54a7642 SHA1: c8413d59df62cfcb70d3121a873218a83bf1eeb0 MD5sum: f6a26251d8c86fa5bda273f7b1b66578 Description: Check PickNik-specific copyright headers. Package: ros-jazzy-picknik-reset-fault-controller Version: 0.0.4-1noble.20260701.212136 Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 258 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.20260701.212136_amd64.deb Size: 68978 SHA256: b3465aecb377256ab2e24df01ddd52c808df33309b9e60ac1de686cb39cfef64 SHA1: 04a246c5108f6cfaf3051812235e4404179539f5 MD5sum: d73f21f4cac9268f544315ab2328c9fd 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.20260701.212136 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 1143 Depends: ros-jazzy-picknik-reset-fault-controller (= 0.0.4-1noble.20260701.212136) 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.20260701.212136_amd64.deb Size: 1062398 SHA256: ba6e2b7e1e14f659a947fcdbb8934e1fa85e5d8f64744e28cb85ff7ec97fa9db SHA1: e3fe3fa884ebc831722c13ffef3ac15034006c14 MD5sum: d3f92fbb2df2d3dd50e68658983e049d Description: debug symbols for ros-jazzy-picknik-reset-fault-controller Build-Ids: c780b6e8e42229d86cc6d40266209dad6b9f6a91 Package: ros-jazzy-picknik-twist-controller Version: 0.0.4-1noble.20260701.212202 Architecture: amd64 Maintainer: lovro Installed-Size: 488 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.20260701.212202_amd64.deb Size: 106438 SHA256: 35bab15741248b2c66e8716d2e0181fddace6bcc6228b6fbfb68b179b55b7a44 SHA1: 72d4f6eb9b11850935a43cc082aa88f21cfd9d76 MD5sum: e51400afeaaa316cdb0cf8e54c408fda 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.20260701.212202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: lovro Installed-Size: 2129 Depends: ros-jazzy-picknik-twist-controller (= 0.0.4-1noble.20260701.212202) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-picknik-twist-controller/ros-jazzy-picknik-twist-controller-dbgsym_0.0.4-1noble.20260701.212202_amd64.deb Size: 1817440 SHA256: 765c0683f2647f0a6e975ed4abeb593cf97dd1b4858edc1741576fc2918136b2 SHA1: 2e595ff56cdd48fdb96f9d9fb8e4345b6be8ccea MD5sum: 1b006ed141444517c0ba442da41d3917 Description: debug symbols for ros-jazzy-picknik-twist-controller Build-Ids: ad16d37b969c54410e615b39014b55446cdcf1a1 Package: ros-jazzy-pid-controller Version: 4.41.0-1noble.20260804.185459 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 863 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.41.0-1noble.20260804.185459_amd64.deb Size: 205620 SHA256: ba4a259383eecacbc713e5e59b7da1cd2d60e3bd4be9fcea2956af8f7f31fc29 SHA1: cac5c4f26bf6792eb5a06eb4b58761a53f669df7 MD5sum: 4ad3f681d36bd48810a7f5817828ec99 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.41.0-1noble.20260804.185459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3568 Depends: ros-jazzy-pid-controller (= 4.41.0-1noble.20260804.185459) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pid-controller/ros-jazzy-pid-controller-dbgsym_4.41.0-1noble.20260804.185459_amd64.deb Size: 3156328 SHA256: 71d3bb06b88592f588b66138631051efcea400874389d93e0bc5e2ab07295417 SHA1: a3a645919bb0adf449e64d36dda9232c8b6976c4 MD5sum: f800219456eeee48d636a5343cd45bfb Description: debug symbols for ros-jazzy-pid-controller Build-Ids: ee4d381d2c424907d7f0e0b29cf3416d333c09d0 Package: ros-jazzy-pilz-industrial-motion-planner Version: 2.12.4-1noble.20260804.200434 Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 1671 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.20260804.200434_amd64.deb Size: 373594 SHA256: 1ecebb8132d8c5cf63c573d14a736f3d6bf3863922a88ca043d97a092473a172 SHA1: b2f4446264c665598e32832de1f41b544ff8a48f MD5sum: 69fd5e9b34617e6ba1d353106fbf5c13 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.20260804.200434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 26533 Depends: ros-jazzy-pilz-industrial-motion-planner (= 2.12.4-1noble.20260804.200434) 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.20260804.200434_amd64.deb Size: 26421570 SHA256: dfba307ebcc370ebab2512a4251a0cdcf56f8e4a0eb8ee0800e78b528419f7c8 SHA1: 7eff5d9ba127ad76619fb60415dd0d79ca744334 MD5sum: a33ef54c7e8da58cda8c85741c34a7a8 Description: debug symbols for ros-jazzy-pilz-industrial-motion-planner Build-Ids: 1ea0d0649b72ad340bed010d8283871f9bdaa1c1 2396da7d137b6f83b4446d3d5d4f511f63f679e8 39e6ca6506bdc59a0bb26af62698770ed072fe12 435f9e6165c08c3f3694b8db76acc89e54c3974d 5bd4069573c6c9c47b1045803d3f6398d22a76a7 70d07b8e2a14a141e36434313c72302c8feac394 96ecb0addfd6447266c7e30e4da018f4a7c7da6d 9cbb4911ba132f3becbcca2266ba6ec468e0fb58 fe28bfbe3a06a542cd1b0dbc21d3983379efb12f Package: ros-jazzy-pilz-industrial-motion-planner-testutils Version: 2.12.4-1noble.20260804.191547 Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 496 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.20260804.191547_amd64.deb Size: 105666 SHA256: 7b52a6684258940755c28092f1279cffafada3b44d3a9e7de1333f6255bbc13e SHA1: ff2b9a4ed6382fd5c64a0922218d75c52c4a4e92 MD5sum: de55f04a6bc7acf88cea69750c6ec6da 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.20260804.191547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 5506 Depends: ros-jazzy-pilz-industrial-motion-planner-testutils (= 2.12.4-1noble.20260804.191547) 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.20260804.191547_amd64.deb Size: 5451694 SHA256: 9e5781807281f6bee72491c4f7f6782cb68f30e019b19092d0fffe87aef7a23b SHA1: 928438d68d6cc67af05549fa5149c7c852d81b9c MD5sum: c6aaa448f088ad3d41610f41b28ea10a Description: debug symbols for ros-jazzy-pilz-industrial-motion-planner-testutils Build-Ids: 437b61f3bfc079e2daae137151ed5c943eef7f3e Package: ros-jazzy-pinocchio Version: 4.1.0-1noble.20260710.091549 Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 32124 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.1.0-1noble.20260710.091549_amd64.deb Size: 6118668 SHA256: 84fd2fac4d9735471e41928a0bafbbfb81fbe0fbcf94a8fb0337b9427d5e776b SHA1: 09610b20c7eaa22e34808dd6c2b058d32c19e3a0 MD5sum: d83095e0fec5db96e99a538d633d03ae 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.1.0-1noble.20260710.091549 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 438587 Depends: ros-jazzy-pinocchio (= 4.1.0-1noble.20260710.091549) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pinocchio/ros-jazzy-pinocchio-dbgsym_4.1.0-1noble.20260710.091549_amd64.deb Size: 412819442 SHA256: 2f98651f951a3b6323517ec1402ca3653fcb605764885a2e660ca6810611cc2d SHA1: 3ccf19eaf94f1dc88d8b39cfb52e24c7707a7096 MD5sum: 31ac96e087092885d641214a91c1f680 Description: debug symbols for ros-jazzy-pinocchio Build-Ids: 43aafa0421f5f28462e88a8401dc99330738bd2c 7483b9f1aacae4cba2903971cd7c9a6dc7d66373 c3d8593d85072534afdcd6afa7adb2347a681f9f c79a859c9f58b3133d0f82edda5c939580164d5e ce310f5f0f4faa1de01e90da5047fc9c1887ea98 d59ee06f67a482e3ba6a6c3ff982d6df3a7421fa Package: ros-jazzy-plansys2-core Version: 2.0.18-1noble.20260615.145515 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 88 Depends: libc6 (>= 2.14), 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.20260615.145515_amd64.deb Size: 17270 SHA256: 0ade9544543d96a5839742da22f66850e407f26973c48aacf9a3df58846cd029 SHA1: e6cb34915971ee5ca8f532a2030cd35563b674be MD5sum: 5ad06751404129dbe7035e48353de404 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.20260615.145515 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 75 Depends: ros-jazzy-plansys2-core (= 2.0.18-1noble.20260615.145515) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-core/ros-jazzy-plansys2-core-dbgsym_2.0.18-1noble.20260615.145515_amd64.deb Size: 59972 SHA256: e3d635e5a3a37ec6f7ae207dba1be722bcc5093a68b569f529a98df1fb611c55 SHA1: 3f339c53cca88037badc1b91c05c558aca631b41 MD5sum: 42d26a07ec23d1437bdf7df3feaf2405 Description: debug symbols for ros-jazzy-plansys2-core Build-Ids: 4769079185dbbec6db6ff2c2c55629771d9bb4ec Package: ros-jazzy-plansys2-domain-expert Version: 2.0.18-1noble.20260615.163931 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 877 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.20260615.163931_amd64.deb Size: 188074 SHA256: 587645f181eed3a5bd5db5a220f632e1e81d8b71fad8f32a4d1928451f62490a SHA1: 07420da1e4a722a406ca7bb64a5000048486e3ce MD5sum: 32a764ad3d837b7017408e21ecd2d3a6 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.20260615.163931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 5029 Depends: ros-jazzy-plansys2-domain-expert (= 2.0.18-1noble.20260615.163931) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-domain-expert/ros-jazzy-plansys2-domain-expert-dbgsym_2.0.18-1noble.20260615.163931_amd64.deb Size: 4654446 SHA256: c5d7d64db410df383159d733bd3cb1ff686d985096ab6338dad1fb75683b0e05 SHA1: 0a068b16a52a1cf9f793ef7f84c23a753dbf7c49 MD5sum: 0f3ccc40d1495d70068327327d10fddd Description: debug symbols for ros-jazzy-plansys2-domain-expert Build-Ids: 128ff2a92822501977625b747411d7e5fcd4fce0 3a9134caf8447994d1ec9e1ea99111eab99bb663 Package: ros-jazzy-plansys2-lifecycle-manager Version: 2.0.18-1noble.20260615.134919 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 440 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.20260615.134919_amd64.deb Size: 74326 SHA256: 8f1519bd8aa62fbacbd50d5399e219a3603b35a090107d2a1ffcb7baa94183ce SHA1: 3984999653cfef044df09c1d480e530f53f81a69 MD5sum: 15b8034f649f63fc0a32d8de11979c87 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.20260615.134919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 987 Depends: ros-jazzy-plansys2-lifecycle-manager (= 2.0.18-1noble.20260615.134919) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-lifecycle-manager/ros-jazzy-plansys2-lifecycle-manager-dbgsym_2.0.18-1noble.20260615.134919_amd64.deb Size: 931818 SHA256: ec5d2bbfe0c296a020cbd927354f6da60dc0df4eaaad22786c1efd1c6d3d7f52 SHA1: 3358b03d8da88ca1319b95f0317da0921ab46af8 MD5sum: ac483cf55086b4886156f958b65ed2fc Description: debug symbols for ros-jazzy-plansys2-lifecycle-manager Build-Ids: 87f16c23f460607c859e3d36a0033a907d91b81f Package: ros-jazzy-plansys2-msgs Version: 2.0.18-1noble.20260615.135907 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 14149 Depends: libc6 (>= 2.14), 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.20260615.135907_amd64.deb Size: 852276 SHA256: 5b6fc3c4b9f29b5fa99b90279bd60403d1009e15b8b514b76e381e865c824c5b SHA1: 2b55e469cab4de5e9b3cab840f436d3e8a1bc1e2 MD5sum: 08edfdef462bb37ce9c67c7c76ba6aa7 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.20260615.135907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 11176 Depends: ros-jazzy-plansys2-msgs (= 2.0.18-1noble.20260615.135907) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-msgs/ros-jazzy-plansys2-msgs-dbgsym_2.0.18-1noble.20260615.135907_amd64.deb Size: 9083378 SHA256: 19d77a68b506818c876b79b793c85e2910868d4917da0b255399be15461646e2 SHA1: f40650e06502583693e8d3a33d9b48abb3d364b0 MD5sum: 0f1bf3a3c4163bb4508acc8cd5167841 Description: debug symbols for ros-jazzy-plansys2-msgs Build-Ids: 02bf81b8aeb7093b5cd4f658e5cf27010ddbf9bd 128ba31556ec0e590c22a0e07fb13f80cfcacb5a 1a4c60a9aa4485dcb3d6985180f8fbfc95dbc507 2663d31a8eae673320e65e395420f175f50dd50d 2a70a5d5e01f9dc77b08f78550f052223f3ef9a2 588dab65c0490fc8efdd75c153c6f2d57ad1a81a 740283e43ff0cd0b971548fb26da326f83cc6f55 b44d9a957b39933bf737a23ac038874e45eb68f5 b904fb106344ff139442ce70ac9352703f815d29 bcfe2f02c872b7ab02495aa8cd2a312db662da22 f7a1fdf5a16cc8a5b19437a6d958a217e017d9cb Package: ros-jazzy-plansys2-pddl-parser Version: 2.0.18-1noble.20260615.140737 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 627 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.20260615.140737_amd64.deb Size: 176766 SHA256: 2788c7d832515e612f4bbfe01de0ea9fc225cf40b55d3df57b2e91dd71bc3c40 SHA1: 7ac5cf4af758f3948d4d890664c54f5d6c700a54 MD5sum: 5b11c1e6ed5562ad55c68d75de8f3501 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.20260615.140737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 3632 Depends: ros-jazzy-plansys2-pddl-parser (= 2.0.18-1noble.20260615.140737) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-pddl-parser/ros-jazzy-plansys2-pddl-parser-dbgsym_2.0.18-1noble.20260615.140737_amd64.deb Size: 3486664 SHA256: 443d26d7311f6ba1b2b36eeadc06153ada0913cf61dea8b38ec7902c2726a287 SHA1: 4d19ea8a42bc867347a1409299356653f6ca2377 MD5sum: 6a6f19ccb4bee6624f6aea931d8df29e Description: debug symbols for ros-jazzy-plansys2-pddl-parser Build-Ids: 131a473bd5e66d3e3784933e0964ff1af1813dd8 a69ae8de3805fa880b864c313d56612253a5dd90 Package: ros-jazzy-plansys2-planner Version: 2.0.18-1noble.20260615.165119 Architecture: amd64 Maintainer: Francisco Martin 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-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.20260615.165119_amd64.deb Size: 140360 SHA256: 91bef4023801e93dfff5ad7075e1e0d74695859a1964449dad8918cbf9049d23 SHA1: 24850366116cccd805c022ee3594c25e3d1cca55 MD5sum: 5c340789ec0aa43cc30b38eb81f416ce 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.20260615.165119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 2636 Depends: ros-jazzy-plansys2-planner (= 2.0.18-1noble.20260615.165119) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-planner/ros-jazzy-plansys2-planner-dbgsym_2.0.18-1noble.20260615.165119_amd64.deb Size: 2518716 SHA256: 9564acc820e235c41ad7f942445f04c7291ea3ba862bcd75305b80dcca2ad231 SHA1: 82fa0063a95e8ae17327e0a5eb101fd9b8f8ae07 MD5sum: 8d681835b31a611e74bad397323415f3 Description: debug symbols for ros-jazzy-plansys2-planner Build-Ids: 5c71e8efef77a8ea66e30f80f516b40639b4ab8d 804199e7e2378172a824ceca8c8b1671e1d8f365 Package: ros-jazzy-plansys2-popf-plan-solver Version: 2.0.18-1noble.20260615.163606 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 137 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.20260615.163606_amd64.deb Size: 33340 SHA256: fe14bc9bebc8a6f4c13c8e583c8bd387333fa104df23db5b3d9db5550fa435a7 SHA1: 93ab5a34f742013642d33f9c49b31aab8f81d125 MD5sum: 6082b2c8fd4b8069aaefc6245aa14492 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.20260615.163606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 463 Depends: ros-jazzy-plansys2-popf-plan-solver (= 2.0.18-1noble.20260615.163606) 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.20260615.163606_amd64.deb Size: 441438 SHA256: 3bbf4930f9d7983e043180173fcfa7b91c3ca9c8142ad5353872b2b3fdd15636 SHA1: 2a965188963e0e1217cd66e868ff9d71a5fbf89c MD5sum: ec316d69c1110ba558ae4cdeae56931b Description: debug symbols for ros-jazzy-plansys2-popf-plan-solver Build-Ids: 93f0fd0a01fd991b18a418225d1e0ab4545473ea Package: ros-jazzy-plansys2-problem-expert Version: 2.0.18-1noble.20260615.164421 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 1306 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.20260615.164421_amd64.deb Size: 278066 SHA256: d84394e1c30b727426204635d12eaae7aad66923f7d76d2b1ddcf9c30d74ef32 SHA1: b6f67276334500461e8e598b38a7001a290ed2f0 MD5sum: 53ac475380b1d710cb62ce1d85e5af65 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.20260615.164421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 7394 Depends: ros-jazzy-plansys2-problem-expert (= 2.0.18-1noble.20260615.164421) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-problem-expert/ros-jazzy-plansys2-problem-expert-dbgsym_2.0.18-1noble.20260615.164421_amd64.deb Size: 6793960 SHA256: 093133167094bdc5aaef994b656c9e2bf5135d8bc2382eeb858be0dddb6d8ee0 SHA1: 0e92d14f6d32e4af0838a18135c064908996c083 MD5sum: 682f759c90d499ee0bc102b322d4d06b Description: debug symbols for ros-jazzy-plansys2-problem-expert Build-Ids: 18a9a8c67893668d64c72d135c8d0a0d77ccd3c7 5ffcfa5a039d531d3f5d1b0e6c937de5dde5f88a Package: ros-jazzy-plansys2-support-py Version: 2.0.18-1noble.20260615.140722 Architecture: amd64 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.20260615.140722_amd64.deb Size: 7616 SHA256: a831041d66b9dbc958a79047c8d7a61e4647bdb41d57c82ae497fa963711bf42 SHA1: 017f84615906511feae29ffbc01a0e8b57bebe83 MD5sum: fa137a481dd5ff6b9cb12ef5749f5ca9 Description: This package contains modules for developing PlanSys components in Python Package: ros-jazzy-plansys2-tools Version: 2.0.18-1noble.20260615.172320 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 2998 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260615.172320_amd64.deb Size: 396608 SHA256: f09bbc23e4cf9a53b400ffb1d3bc9ea018f77c1842c8e7d24703ebae7de61a87 SHA1: 7d1c74d382b6f02646901a7924cdb3b00064e8d6 MD5sum: 459ddff5a9a5679c5a5ff6f9ccfba9c2 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.20260615.172320 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 15023 Depends: ros-jazzy-plansys2-tools (= 2.0.18-1noble.20260615.172320) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plansys2-tools/ros-jazzy-plansys2-tools-dbgsym_2.0.18-1noble.20260615.172320_amd64.deb Size: 12582848 SHA256: 59384541eaf2bedc6014b3e80259ce3bd7596dba1703cf0ef3e0e485932711cf SHA1: 2a4dfb019c7a54028dd9ae253822b619e3c7973a MD5sum: 0bc6516780e609f995043ff82455780a Description: debug symbols for ros-jazzy-plansys2-tools Build-Ids: 0a8ac4ffe88a8cd026120f92760f8152d3fcd815 116f3e05a7414c4e9244955d5c88e8232b42deeb 31f8d90f1a8294cdf6b4a947ed41a6a013f12049 519b77ee3c6cc1409137f2704b87835753284af2 d8d2f08100588e64a47b41e2a2536b568b5d842e Package: ros-jazzy-play-motion-builder Version: 1.4.1-1noble.20260804.202841 Architecture: amd64 Maintainer: davidfernandez Installed-Size: 1208 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.20260804.202841_amd64.deb Size: 266226 SHA256: 01495bb999d1473a4298db563c21f49ba706401985328217e6ef420a38559317 SHA1: b919535f7098e9a0aff4fbed188c16d6ae9a5d4e MD5sum: 90dd97194aacce82198e81021ec1eb7e 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.20260804.202841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 6024 Depends: ros-jazzy-play-motion-builder (= 1.4.1-1noble.20260804.202841) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion-builder/ros-jazzy-play-motion-builder-dbgsym_1.4.1-1noble.20260804.202841_amd64.deb Size: 5271094 SHA256: 5a19b2463bdf9912f72ffe62bcf73756cb188f989818809385c1161c1573622b SHA1: 6823cdb3c199c5196077d642bc741f3638df65a8 MD5sum: 1352a652594e28268a54312ea5fdad89 Description: debug symbols for ros-jazzy-play-motion-builder Build-Ids: 8f192c0939330bacdf3f9fca68a1b2de53ff0177 f5a91e7878d6dbda2db8b36bf5717f59677beff5 Package: ros-jazzy-play-motion-builder-msgs Version: 1.4.1-1noble.20260615.101949 Architecture: amd64 Maintainer: davidfernandez Installed-Size: 5239 Depends: libc6 (>= 2.14), 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.20260615.101949_amd64.deb Size: 341162 SHA256: e60f27840cbca69d8f9f420a2ec3213a31fd4ae16686c84e1757c6a5a0c2ff7c SHA1: 809b6a2fda96c5ea7586cd0321a8b5a6ab78260f MD5sum: d3d70fc29fcd9d41afcab5548561bd0d 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.20260615.101949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 3370 Depends: ros-jazzy-play-motion-builder-msgs (= 1.4.1-1noble.20260615.101949) 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.20260615.101949_amd64.deb Size: 2587188 SHA256: 0a919a389e5f5455efffbf851847e9e61f1a6a598b89115cec966f7a120451d2 SHA1: 1c473327d34a41ebb2a9856e1092f14ccfa90f1a MD5sum: 0cc1cbaa85db4d8e4251411032c16fc1 Description: debug symbols for ros-jazzy-play-motion-builder-msgs Build-Ids: 3656f7b85aa5bf9ac65b0bbdddf5be4d3f111f5d 4398caf3d6bb5f2db835c11bd8bd2eb85ae2bd9d 4fecb68845f59e99622c795086e087a65669fd4c 52147368cfa91600660d97594573ab576561af28 57ec2f0a791a24d117b91d21dc19b530e4406e6d 9ea05a538bea0a3fcadc7044a111521fe1b22857 a3a3f62c5fb2a157296b6ed55336c8e9a07ebf55 c149ae8491920dd4609520a3c3a364e0661e738c c8d423996d33db83c4474439d95e14728f449de4 c966a39fecd92bc4da8e43a26ef87ae78835b260 d6f25478411711c4e59efa6baaaf7cc203e682e5 Package: ros-jazzy-play-motion2 Version: 1.8.4-1noble.20260804.201713 Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 1774 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.20260804.201713_amd64.deb Size: 378310 SHA256: cd1206aa9844b8513bca22d700accd7873970ff0c128aaa49914b6a431a6da3a SHA1: 3cf15d3e1a2a9b797a9b6f38a00c1ebd4d63e695 MD5sum: efb8485bc28e0078690d5b7ec67ceae0 Description: Play a pre-recorded motion on a robot Package: ros-jazzy-play-motion2-cli Version: 1.8.4-1noble.20260804.202742 Architecture: amd64 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.20260804.202742_amd64.deb Size: 11708 SHA256: e70a7382473069d4c483b9c8a7d5c99b9a2342a30f83a3b763ef09b7abfcf2d6 SHA1: e5c0a8f0d5d7e7fd1e625a1f855fd6bec4b5f1fc MD5sum: fa339aefa198370712c9a0c3261d59bb 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.20260804.201713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 11098 Depends: ros-jazzy-play-motion2 (= 1.8.4-1noble.20260804.201713) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion2/ros-jazzy-play-motion2-dbgsym_1.8.4-1noble.20260804.201713_amd64.deb Size: 10075438 SHA256: 71d7f46f58fd86d91f11312cc117d65bd089d823c7c586af3881619c59813d26 SHA1: b3e365ded54db1d80b32cc3a906e57fc1715d0d8 MD5sum: f1d0e7a94894afb1af1feff43c2d07b9 Description: debug symbols for ros-jazzy-play-motion2 Build-Ids: 5414a0ca97b7bab330ce84a4ea7d75cb5c8b8a65 74961bd0f7bd7ffe729cc5bbcdccf5c7beb48242 808219ab0aab1d355fa4e05908264d974e25d4ee Package: ros-jazzy-play-motion2-msgs Version: 1.8.4-1noble.20260615.101928 Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 5980 Depends: libc6 (>= 2.14), 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.20260615.101928_amd64.deb Size: 367832 SHA256: 2f19de48b81a5541384590e5a53b4ade241df9d4f63ee658e48e58353564325a SHA1: c6653d8a841877d56d0b82203d6c541d724b7a7e MD5sum: 4b9079bee3942ca9228c2d5bad296102 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.20260615.101928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 3900 Depends: ros-jazzy-play-motion2-msgs (= 1.8.4-1noble.20260615.101928) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-play-motion2-msgs/ros-jazzy-play-motion2-msgs-dbgsym_1.8.4-1noble.20260615.101928_amd64.deb Size: 2998154 SHA256: 47af1c8c9ebf66e1df600cfad2eb33a06f4ac7db726cad82fd66fd9c516ecf2c SHA1: a29d60dc46b36dda865cc8d139b45d80a9919954 MD5sum: fe382e7cdb4bc736829ff1affd934d6c Description: debug symbols for ros-jazzy-play-motion2-msgs Build-Ids: 1e9b9621cad46d40326bca7d3299adb5b7ea9c61 2c6f98239552259376c0b4c97b2401c25036cbfb 344715287b1407433232913afda1d31c5703cfac 41cb5517c508682ef23bced7dcd69ce5daa9a97e 5c0749730d2a7cf3b9d1dbbd5dd62689fff0c947 7d912cb30c08043170f98be59d655451a4fc85f7 823b75d76853a45048d8736dbe77088b7374e53f b27265c07e858f3a65adad4e00f5b69b9d014179 c3a62831b0446227def65ba30fc0e22991482cdd df375107afc98bf570673a8a8c509f86e016907f e75f47fcea6b9219b1febed554ac3dbab3ccaebe Package: ros-jazzy-plotjuggler Version: 3.17.2-1noble.20260615.135036 Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 20529 Depends: libbinutils (>= 2.42), libbinutils (<< 2.42.1), libc6 (>= 2.38), libgcc-s1 (>= 4.2), 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.20260615.135036_amd64.deb Size: 9980778 SHA256: a1dc607ac5af8fd65391464a284137cec107ffab082fb1db058f6b5d2c3793b6 SHA1: b003402ce4523a803ce777204bde895c9faa4eb7 MD5sum: 727f2e56b1775f542ed75052dc2b162b Description: PlotJuggler: juggle with data Package: ros-jazzy-plotjuggler-dbgsym Package-Type: ddeb Source: ros-jazzy-plotjuggler Version: 3.17.2-1noble.20260615.135036 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 78003 Depends: ros-jazzy-plotjuggler (= 3.17.2-1noble.20260615.135036) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler/ros-jazzy-plotjuggler-dbgsym_3.17.2-1noble.20260615.135036_amd64.deb Size: 76349872 SHA256: e4a3f40318e8f3bc786dd5f16865eff475bea00a590f684091e20dd36faaba8c SHA1: 7d749e2b7f12ee83be14fbebd179d546f320665b MD5sum: a02a2854de2d360225916888b920ceb8 Description: debug symbols for ros-jazzy-plotjuggler Build-Ids: 0e1fc4a796e559075b2ebd6d95a67ed1542947d4 214cd73b2c71cbfcefe5897c8fba115f6e3a3cdf 271e2605325df9e3ef0fb65b38e701b32609a960 30dd208040837eedf2b251b897e45b8cc38d9f02 366feca14c5c154d0e715accd7a483025b47d4ba 394e397d6d4af29d37f96940256ebde218988735 398a166bb74779e0984e4b27ba9aba7e980f2e91 50f4f937c88835366af70e7856d9dfd31f91afff 77e783470c8ba4a211178fe42f70137ba371d72e 7d01fa4cd76f31d1d3f2523431572013cadf534c 81c276c57e14cf302ee30afa2d1aaf23ba6dcfe0 879b8800b20236c8e1a48d565a9cd02348fd9be4 8e755fda181a4e3b6d0bbd6a404cfc1ad4ce0b2f 90366c0819224139b5bf617b69d93435b5f003bb 91ef3de4bc8457d0382998df3f972c3d81b3f545 99310ec57788ed4d5eb87e18cf10d6414a5fcd67 a3f8a057f7ee0b4f7c97472c42e9770da143f164 c26109f357610e3999b576b3259d7d9f5d8d7d97 c92974e21a674e9fa06d138a41c4bdd79c646f6e cab3312b4b714daba9026aaa0677c79488200a92 d0a8601077bdeed99d4fbe2b3886db1096c34f9a Package: ros-jazzy-plotjuggler-msgs Version: 0.2.3-5noble.20260615.114737 Architecture: amd64 Maintainer: daf Installed-Size: 995 Depends: libc6 (>= 2.4), 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.20260615.114737_amd64.deb Size: 87794 SHA256: d30c34f033d8c7c1d24e5df924a52ee16c77aa99b89d5e283fbe5087e4e5134b SHA1: 0c32ea506f7c2a936968744b4087853e832a09a5 MD5sum: 2af5e02da323699bedee41079f717a0d Description: Special Messages for PlotJuggler Package: ros-jazzy-plotjuggler-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-plotjuggler-msgs Version: 0.2.3-5noble.20260615.114737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: daf Installed-Size: 793 Depends: ros-jazzy-plotjuggler-msgs (= 0.2.3-5noble.20260615.114737) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler-msgs/ros-jazzy-plotjuggler-msgs-dbgsym_0.2.3-5noble.20260615.114737_amd64.deb Size: 627344 SHA256: ea96238f37c861adf0c27f42922be2053e4e518c97804040cf120ae966ce9017 SHA1: 5173a41d795da32576c097efbea494f8ef1bc7bc MD5sum: 7e60c859ab1f272af2ae1e87146d79e5 Description: debug symbols for ros-jazzy-plotjuggler-msgs Build-Ids: 2142d7077ad60c57590e7fa79441e887d1de3e02 53ee80fa2e6ad186e8368570ef48f5389b6d8dcd 57021c1422262c58052e479ac1bba174f7f459fb 5a86eb78022d6ca6f8356444ef2d64e3199487c0 70a463f4ec06eca7511b1af17e4cff11361f2855 79bd8108eadcbaa13149f9ec10a2281b0bb81293 8dc44712b6876c033c6cd11cddd87d0b6d8e96b4 9da3df9846135e4ddde542f0d597ff60483b4fc4 b9017416c13c72afbdb78115c04836a861b5908c c360564b867329d3bb09dbcf5bf46a77710c567a e0606598ef32091201c62077109c21c1baf7b47e Package: ros-jazzy-plotjuggler-ros Version: 2.3.1-1noble.20260804.182921 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 806 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), 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.20260804.182921_amd64.deb Size: 211950 SHA256: 2014df8dec82eaf6e808330c5477007aa432a9bc8b8097c2754b52c46473f20c SHA1: 9cc21b3c6ccbe247db953148059b0f8b04675d0a MD5sum: 06ec4b843023a3c1128af5255e03de40 Description: PlotJuggler plugin for ROS Package: ros-jazzy-plotjuggler-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-plotjuggler-ros Version: 2.3.1-1noble.20260804.182921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 7142 Depends: ros-jazzy-plotjuggler-ros (= 2.3.1-1noble.20260804.182921) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-plotjuggler-ros/ros-jazzy-plotjuggler-ros-dbgsym_2.3.1-1noble.20260804.182921_amd64.deb Size: 7010886 SHA256: 914456cc7d15f9b9fb0993ae3cb2339376041b7ecbf6dd271593551691f9c844 SHA1: 459d90516812211ae119b2fd4774e6bcfc1da8df MD5sum: c020d7f4f676af46a3fea7bc2f19f745 Description: debug symbols for ros-jazzy-plotjuggler-ros Build-Ids: 35333d41ebfe683451252b9c0004e2dc9e85713d 947e0465374636b636331385187d2ca2664f7444 a9a2d7a04b41da59708e04bdd3a15361a19172ce Package: ros-jazzy-pluginlib Version: 5.4.5-1noble.20260604.025205 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 345 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.20260604.025205_amd64.deb Size: 98238 SHA256: 04ae4b7cad797759f39e074364c0b0ed7e5185bdb89d7e36bcfca5a9bc6941ca SHA1: cff11ea58929337d8cbab9ebc1c7b4420629e5f9 MD5sum: c67c5c96a142d992fa9cea60dd99756d 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.20260604.025205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 937 Depends: ros-jazzy-pluginlib (= 5.4.5-1noble.20260604.025205) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pluginlib/ros-jazzy-pluginlib-dbgsym_5.4.5-1noble.20260604.025205_amd64.deb Size: 877570 SHA256: 81e08070e7b12461b875cadb34db5c3fe36256b1eecc49c8c548672846b791fb SHA1: 51d83a993e07d9821ebe4186acc72f40e9c52961 MD5sum: ebf31df0a0630586c3846081da9c5c5d Description: debug symbols for ros-jazzy-pluginlib Build-Ids: 723ef15d931a446f92306de5a42f22bc9d1b6cd6 Package: ros-jazzy-point-cloud-interfaces Version: 4.0.4-1noble.20260615.113744 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 556 Depends: libc6 (>= 2.4), 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.20260615.113744_amd64.deb Size: 60204 SHA256: efdbef69042954f47640b1945fb2dccea972fc1190eb4e03671b4878b6951e54 SHA1: 2863f8f09247b9cde0579c5ae8f4f2770cbabb69 MD5sum: 86a22f19d22e244cd557460b8709b51d 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.20260615.113744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 372 Depends: ros-jazzy-point-cloud-interfaces (= 4.0.4-1noble.20260615.113744) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-interfaces/ros-jazzy-point-cloud-interfaces-dbgsym_4.0.4-1noble.20260615.113744_amd64.deb Size: 268904 SHA256: 1d856790987df5c64da0639c6ffe93e4a0c5ddc94a3d6da3f611cdfa8d4522df SHA1: 1a24e93539292a932d661c335e1961914f18404e MD5sum: 7a62c47d7d965b02d188ae220464373a Description: debug symbols for ros-jazzy-point-cloud-interfaces Build-Ids: 1cf78eaf63ffb60d7df6a19c395a862ad8e120ea 205c00d3e86b83f3e4840246f54d7b6d470d0aad 2de52c205948b6f1a53fedccd42af99357af423f 315c972b6ca32c373528349951e96f2982767b6a 4885e8597987e50e8375911c91e98674f8f45ee6 6082a7bb40b43a2a83a3a218e5db6bf9876da24f 8e552de1868d2bc30f519be1407e11d3ab1db9f4 d64969086305c24c48e9e50aa5b70557a1e26c82 f40c17ae1d45a25213400361d96a1f794bfae732 fe444acbe648450d7ed3218617507d7736fb04de ff2636f03b306182db6c304e306acaf170485f23 Package: ros-jazzy-point-cloud-msg-wrapper Version: 1.0.7-5noble.20260615.130736 Architecture: amd64 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.20260615.130736_amd64.deb Size: 14554 SHA256: 2b023a30c866b33b8612ed1a92d2107bf091f353745a4375bd5978e425814779 SHA1: 7cd7252db34be8d9a71c95b1ad6eb5391282e5af MD5sum: 667c77b82aa5f2c363ba44e66e2a6b3b Description: A point cloud message wrapper that allows for simple and safe PointCloud2 msg usage Package: ros-jazzy-point-cloud-transport Version: 4.0.9-1noble.20260626.190727 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 2327 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 Homepage: https://index.ros.org/p/point_cloud_transport/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-transport/ros-jazzy-point-cloud-transport_4.0.9-1noble.20260626.190727_amd64.deb Size: 338396 SHA256: cffa76d24aea3019c2c6de0c9b229fd3ad121cf476ffa47ab4d984aa63178a11 SHA1: 9fce72253cf8a6860051cc64ae22d8d2ca47982f MD5sum: e3d64271b2bc4fb4aa07d9ef6a62e8aa 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.9-1noble.20260626.190727 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 8354 Depends: ros-jazzy-point-cloud-transport (= 4.0.9-1noble.20260626.190727) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-transport/ros-jazzy-point-cloud-transport-dbgsym_4.0.9-1noble.20260626.190727_amd64.deb Size: 7736986 SHA256: cdcb98a902dda28f81c19ecccb66bede6578a6d2c60f1f349252f6673cd940b7 SHA1: ff0859a576e52702e466db73157c85585be810e3 MD5sum: c402c351491ff1926a4307410dd3497b Description: debug symbols for ros-jazzy-point-cloud-transport Build-Ids: 46f0e52ef027af391aa40727792d9f531e9f55bc 51cb1d7870dd579e6a88b5371772432811eda0aa 6ef2b91aed673dfc2a3426a43071a9ca4a85f8fc aca3dad962f8ddd9b4d5114c2b37da6f9bcdb775 c279aa73b4f40a07e9ff2d8914a44c50c47654a4 Package: ros-jazzy-point-cloud-transport-plugins Version: 4.0.4-1noble.20260626.191834 Architecture: amd64 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.20260626.191834_amd64.deb Size: 5500 SHA256: f172b058f49c5fc76d64ef3ede0e6a0af4bc5740d57c1bf28f67ed96b11b2fe3 SHA1: 600ea3f2b35a3b885b1d9f9835e6a1b5be617a52 MD5sum: 7495fdef591042c3d33a8e8b55df6c60 Description: Metapackage with common point_cloud_transport plugins Package: ros-jazzy-point-cloud-transport-py Version: 4.0.9-1noble.20260626.191748 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 452 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 Homepage: https://index.ros.org/p/point_cloud_transport_py/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-point-cloud-transport-py/ros-jazzy-point-cloud-transport-py_4.0.9-1noble.20260626.191748_amd64.deb Size: 132686 SHA256: 633288fea21355df3fe96aca5528c14e8ea719351bc1209f5348793dea3a2d06 SHA1: 657e6f16507d29b43fdf3d7e0a59c1dbc3f20e22 MD5sum: 3c83c7463bf0b737f46c1bc51c296b42 Description: Python API for point_cloud_transport Package: ros-jazzy-point-cloud-transport-tutorial Version: 0.0.2-2noble.20260626.192006 Architecture: amd64 Maintainer: John D'Angelo Installed-Size: 826 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.20260626.192006_amd64.deb Size: 708716 SHA256: 3e7219d0a336892754bb678019bfb66c695af536f7798c84eabc0e3e51967c09 SHA1: e7dfb878ada15aca2a29de6e52851bddc69a0df6 MD5sum: ffc0efed2e5dd8c42e828e6d9a712257 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.20260626.192006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: John D'Angelo Installed-Size: 1072 Depends: ros-jazzy-point-cloud-transport-tutorial (= 0.0.2-2noble.20260626.192006) 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.20260626.192006_amd64.deb Size: 1031400 SHA256: 8dd09b1b4da0b911bca5a6587c30d3ccfe7fcea0f10174886bb50ae6af30f274 SHA1: 41aa181f988e5db0deef51f3f61eff5e968a8f7a MD5sum: a23dc7ba8031d97f60809292227705ea Description: debug symbols for ros-jazzy-point-cloud-transport-tutorial Build-Ids: 0846c0853ee99b95c29cb908da15a57a81717777 40ab0af4ef1b0b9d9b52ec6ab5b6b035ca9207f6 bc36523833a3e45cbb142461445206c32039dd27 Package: ros-jazzy-pointcloud-conversions Version: 0.0.2-1noble.20260804.183138 Architecture: amd64 Maintainer: "li9i" Installed-Size: 3074 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.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-std-srvs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/pointcloud_conversions/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pointcloud-conversions/ros-jazzy-pointcloud-conversions_0.0.2-1noble.20260804.183138_amd64.deb Size: 403418 SHA256: 2834a9a0220187ff7db2a37131819eeb6b3d3a2cb503377111e538132700ec6c SHA1: 394c2d203979dd4763239c37bea225fd87528f03 MD5sum: 4ec7c90ff79332afcbb1c99cc4530612 Description: ROS 2 utilities for PLY/XYZ/PointCloud2 conversion and TF2-based frame transforms: ply_to_xyz and xyz_to_ply transframers and a pointcloud_to_ply mesh reconstructor (PCL). Package: ros-jazzy-pointcloud-conversions-dbgsym Package-Type: ddeb Source: ros-jazzy-pointcloud-conversions Version: 0.0.2-1noble.20260804.183138 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "li9i" Installed-Size: 8782 Depends: ros-jazzy-pointcloud-conversions (= 0.0.2-1noble.20260804.183138) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pointcloud-conversions/ros-jazzy-pointcloud-conversions-dbgsym_0.0.2-1noble.20260804.183138_amd64.deb Size: 8229342 SHA256: 02985423f06e77b06d8f82cfc92a69f7a905e3dd033b2b8fc786826c33546424 SHA1: 8f2efc7bd217bed0111a30c4dd796901ef6274f5 MD5sum: e32ecb3da9caca1505335fef8d1eea89 Description: debug symbols for ros-jazzy-pointcloud-conversions Build-Ids: 49ed0d2e53224a24f28daa712168766dde313056 849cc85fdeee5450ae4ddb8a096d7f92f85a86e8 fa2f4ce0e30e3a32be425947db16437d3e3e02d2 Package: ros-jazzy-pointcloud-to-laserscan Version: 2.0.2-3noble.20260804.180618 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1464 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.20260804.180618_amd64.deb Size: 262884 SHA256: 63002e896412886dc30c202f28201cd9b71d2533859dd5d5dd658a84ac82019b SHA1: e9d8884686cef9a2b427595b7e2f56ae1f60ee48 MD5sum: 55944c135f6f1f9bb25748c0967bc84b 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.20260804.180618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 8895 Depends: ros-jazzy-pointcloud-to-laserscan (= 2.0.2-3noble.20260804.180618) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pointcloud-to-laserscan/ros-jazzy-pointcloud-to-laserscan-dbgsym_2.0.2-3noble.20260804.180618_amd64.deb Size: 7945732 SHA256: fc80a70fe7e4af45ed20e3d102c9d4e015c3370ceb92d23ee2a3f02b194710a2 SHA1: 761374cc8570b0c0014a42d283eca9a2b1e8c0bf MD5sum: f7655a9022fd1c41a7aeb024d39721a0 Description: debug symbols for ros-jazzy-pointcloud-to-laserscan Build-Ids: 075129403926d1454cadbebd2546538a3fee8cc2 50f75122ba5b87bcfe0ec866ddb72f2ee972be8d 68ca7109da4729cd0975ad3afee0e6fa2e2bed77 9625e3d3855025f51647687e110aba29b6ef7799 f4f695c3544b1e0904bf3be47434d38900682ef3 Package: ros-jazzy-pointcloud-to-ply Version: 0.0.7-2noble.20260804.193707 Architecture: amd64 Maintainer: li9i Installed-Size: 533 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.20260804.193707_amd64.deb Size: 121572 SHA256: b4cac8e2e209d4d721b2c59a5a0c099735a7d301f5b8ebcd886bb341a1b27cf2 SHA1: 958a8fc32019a66c8769b63f633224ea0e34b853 MD5sum: 06a0e63b9511e6ba3189533ec036c3c4 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.20260804.193707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: li9i Installed-Size: 3421 Depends: ros-jazzy-pointcloud-to-ply (= 0.0.7-2noble.20260804.193707) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pointcloud-to-ply/ros-jazzy-pointcloud-to-ply-dbgsym_0.0.7-2noble.20260804.193707_amd64.deb Size: 3105810 SHA256: 09e3e2bc82fc260dced4da54d29991a850beca19dbecade578483f5c1a040bbb SHA1: 3585af0a15d925c920c8816d2bd1bbdfebcafb76 MD5sum: af8bea0e226f63f34f8e612681ac7d04 Description: debug symbols for ros-jazzy-pointcloud-to-ply Build-Ids: fa466578b0634f60d74f6c1167fac2019dc49802 Package: ros-jazzy-polygon-demos Version: 1.2.0-1noble.20260804.192523 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 396 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.20260804.192523_amd64.deb Size: 96870 SHA256: 1880c90c6f02f4a356a9f834a8ca2e95f0a52c84c4fab941c57f13f01ad88990 SHA1: f4d6b1fc72c2cb3adb22b312da1eddee76d9eeb3 MD5sum: d6b1718b9f1a19f3021b9842b7ca8a23 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.20260804.192523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1827 Depends: ros-jazzy-polygon-demos (= 1.2.0-1noble.20260804.192523) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-demos/ros-jazzy-polygon-demos-dbgsym_1.2.0-1noble.20260804.192523_amd64.deb Size: 1629876 SHA256: 5c414907405f43b38354abbfe3805ad160c1f00daea1d3c34a80792e4b4383f3 SHA1: 0dda85e0f5238473946756f7d6b06a4f9710e0a5 MD5sum: dff7c2f436e8ae44af445c6117815a37 Description: debug symbols for ros-jazzy-polygon-demos Build-Ids: 8cdfc0762fc85758bbd04f6ad891de3a08441a69 Package: ros-jazzy-polygon-msgs Version: 1.2.0-1noble.20260615.114737 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1280 Depends: libc6 (>= 2.4), 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.20260615.114737_amd64.deb Size: 100514 SHA256: 5d571a71c400718d58c17bf12a92640a9bcd709318d38deba5e09defd5023b35 SHA1: 1020e66d21e7a1dd6b9037dea55faf90ec08267f MD5sum: c1471820ce4e5c57181aff3a00d539b7 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.20260615.114737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1071 Depends: ros-jazzy-polygon-msgs (= 1.2.0-1noble.20260615.114737) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-msgs/ros-jazzy-polygon-msgs-dbgsym_1.2.0-1noble.20260615.114737_amd64.deb Size: 871818 SHA256: 04bb7680a138a071f1ed1720a100cad4adef5ad24007c6e9a49445d3fe858f2b SHA1: 24d5ddef8d671ed0349728f4f0afd5f936a6d188 MD5sum: e55f0e57fdd0ed14c8edacd38e72542a Description: debug symbols for ros-jazzy-polygon-msgs Build-Ids: 01b2471ee542bba38c42ffd2256c64bd95385fa3 16488ea3a1f33591b967a5b334d1c7eef854f2d7 2186118f58733e15b2273f891bf34fcb50f38d04 4521b4d090e248e29a953201e82a966b65406b23 5c9189d24bdf1a46985bd357fc3d15de77e8fb98 836a01d4f19bbe45bc39fdb8682a44fdca8514e0 956c7e6ccf4e70572300bb40924915248f80105b a34aea99ab81550b79f5a4ff85902868f99e2224 af430923656f4912aef89a65e3a81907a008a4b1 d021071b4a8f1ff8d01f73c760f30916f910d307 d9447be879cdd5ed6115615c056c7db869a48a89 Package: ros-jazzy-polygon-rviz-plugins Version: 1.2.0-1noble.20260804.185049 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1943 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260804.185049_amd64.deb Size: 306782 SHA256: 123aa188986fad5948ff56c565e3a90d8e7aea9336a2da94928193f1f51d5b86 SHA1: b983ad0cbe5914fefdfa92f047609794ac579e39 MD5sum: c0f82f4ae3422001e378adb5601d62ab 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.20260804.185049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 13570 Depends: ros-jazzy-polygon-rviz-plugins (= 1.2.0-1noble.20260804.185049) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-polygon-rviz-plugins/ros-jazzy-polygon-rviz-plugins-dbgsym_1.2.0-1noble.20260804.185049_amd64.deb Size: 12038522 SHA256: 89656cc9cd8a54adf8ad3e4be622b96193d1a22640ffc09b6f0c18f68f3adf02 SHA1: b31ce76c555c078f685a427b07574742fb30599a MD5sum: b5dc454e6fce22603a06b7053728b15d Description: debug symbols for ros-jazzy-polygon-rviz-plugins Build-Ids: 608b849af7919bd10cc0cf31d7d37112efbd46c4 Package: ros-jazzy-polygon-utils Version: 1.2.0-1noble.20260615.130655 Architecture: amd64 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.20260615.130655_amd64.deb Size: 31868 SHA256: 1e7b5c75334704c3aa47c129dfcaa396fc999c24e698835d01bf4bc116a33c50 SHA1: d4acd26688c269fd690444494029755caaaf4c78 MD5sum: c52cf1fe84cd6a4a8fede0fa201bd479 Description: Utilities for working with polygons, including triangulation Package: ros-jazzy-popf Version: 0.1.0-1noble.20260615.161310 Architecture: amd64 Maintainer: Francisco Martin Installed-Size: 2632 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 (>= 3.3.1), 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.20260615.161310_amd64.deb Size: 862760 SHA256: aedcd1387c60c50b3ba23e82dfd986481a0f9476dff6df53b93a95545a39fd2c SHA1: 98bf2847ca7104cb358f98591418b2e297c746e1 MD5sum: 09cd7a0d5826b9bf22feb6b91a4ebc53 Description: The POPF package Package: ros-jazzy-popf-dbgsym Package-Type: ddeb Source: ros-jazzy-popf Version: 0.1.0-1noble.20260615.161310 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Installed-Size: 22702 Depends: ros-jazzy-popf (= 0.1.0-1noble.20260615.161310) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-popf/ros-jazzy-popf-dbgsym_0.1.0-1noble.20260615.161310_amd64.deb Size: 22201934 SHA256: 52aba92c11c73377c2f9266b731783facf582dada28943509d16a340f70245f3 SHA1: 2ea5d1cd775a55311bb22775bc57892d9f14eb4a MD5sum: f670876ad4ed1f457ec2fb8047d61a6b Description: debug symbols for ros-jazzy-popf Build-Ids: 2b49cfbf9b0a79d33540836715084cd8b5503394 44deaec292ea89e9a560cd3212bfd2ca99751402 4bdaa029ec6f62543cf8c088fbf3a312f24c4282 533dae0c8487fc4ed6242aca18e2dd5f0390f049 680836243cfdb77b351fb44e2fd0d2289d7d4022 ee88452a5c2f92cae034b98de6c678e166334eef ff56ffad3643730780144ee5374747151618ef6e Package: ros-jazzy-pose-broadcaster Version: 4.41.0-1noble.20260806.092121 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 347 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.41.0-1noble.20260806.092121_amd64.deb Size: 98262 SHA256: 61243cec959a011b3cd2d8cb2ee9049bbb33609492b9dd93e60cf69eddf38f52 SHA1: a2a87f4cf10bb1a5a053d1508370e9d6148aeea2 MD5sum: 4ea3e4c86f92cc34965fd53e0da062f6 Description: Broadcaster to publish cartesian states. Package: ros-jazzy-pose-broadcaster-dbgsym Package-Type: ddeb Source: ros-jazzy-pose-broadcaster Version: 4.41.0-1noble.20260806.092121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1474 Depends: ros-jazzy-pose-broadcaster (= 4.41.0-1noble.20260806.092121) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pose-broadcaster/ros-jazzy-pose-broadcaster-dbgsym_4.41.0-1noble.20260806.092121_amd64.deb Size: 1366824 SHA256: 5f01877182cfd8aac4b223be028aa69d3aefb4bdaecea038e5b90d51030e47ee SHA1: 436632e05938d9cd6b8ce9f860f1df75658428ee MD5sum: 8286c34ce3f0cff553cda3c6aea24156 Description: debug symbols for ros-jazzy-pose-broadcaster Build-Ids: 8575dfc9707133e6c2f61247b4cc46fea131fbd2 Package: ros-jazzy-pose-cov-ops Version: 0.4.0-1noble.20260804.182039 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 93 Depends: libc6 (>= 2.4), 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.20260804.182039_amd64.deb Size: 15366 SHA256: 16fc007fe02dfbe7c9d3be28c841aaaf5ecf43dcd90db8b3e99956279f84cc3f SHA1: e7b8892692e1986095065ff1748ba39ba55554ba MD5sum: dd944d99e8495d7de5369adb9f3a566a 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.20260804.182039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 138 Depends: ros-jazzy-pose-cov-ops (= 0.4.0-1noble.20260804.182039) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-pose-cov-ops/ros-jazzy-pose-cov-ops-dbgsym_0.4.0-1noble.20260804.182039_amd64.deb Size: 125924 SHA256: bb0a8c1f676f4a2779cc5291cb871de73bf8ed79179d1a0c0349cd164528bfc8 SHA1: 8b1b946a94769db5a846f1d6f10250ad334902c9 MD5sum: 1483c40a60bd86d46174449d3ca088e4 Description: debug symbols for ros-jazzy-pose-cov-ops Build-Ids: 6cc3d65bb65dd1cd9dfaa4ad1aa5e4eaa41bc36a Package: ros-jazzy-posedetection-msgs Version: 5.0.1-3noble.20260806.123151 Architecture: amd64 Maintainer: Kei Okada Installed-Size: 4810 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-stitching406t64 (>= 4.6.0+dfsg), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-cv-bridge, ros-jazzy-geometry-msgs, ros-jazzy-message-filters, ros-jazzy-rclcpp, ros-jazzy-rosidl-default-runtime, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/posedetection_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-posedetection-msgs/ros-jazzy-posedetection-msgs_5.0.1-3noble.20260806.123151_amd64.deb Size: 504820 SHA256: da0fdf6c74ded073ff1e669f7a8097857ba5f2d65444b09259560b8b375b7f11 SHA1: e745bccf5085e2225e44f04b5df1025d1486178c MD5sum: 0ae220918c6528cce99b8f33ec10114c Description: posedetection_msgs provides messages and services to facilitate passing pose detection results and features. Package: ros-jazzy-posedetection-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-posedetection-msgs Version: 5.0.1-3noble.20260806.123151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kei Okada Installed-Size: 10345 Depends: ros-jazzy-posedetection-msgs (= 5.0.1-3noble.20260806.123151) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-posedetection-msgs/ros-jazzy-posedetection-msgs-dbgsym_5.0.1-3noble.20260806.123151_amd64.deb Size: 8700656 SHA256: f25f7085fe3f89767450f1e980c4b47e8efc34f845781fd1b327cd49536349fc SHA1: 5d9e5d8b1517427dc92c98638df381c661d53542 MD5sum: 5706224f5ff0274fd223e655efcf7bd0 Description: debug symbols for ros-jazzy-posedetection-msgs Build-Ids: 104da6d406164f7118235afb48dc710d389e2d22 1769987d798ee8bf55101583ce762453e547c1a3 184a24603784f4330645b0f618057f0610da474b 2ccd3db92a45663742752a5be036dc6efea2bd44 78193678e70b6bee6cac3c4d9313428a989a7825 7fcfa321f2684c46248e2a713c99df546040c6b2 89e55035f3e3edd027443486939b2286e93d625f 951496c5524ed69ec8980ec506a4fc7a44945b21 960f2fe0b80e26c615f1ea8c06b9b18bd3ca58de 9d9f06cf3aa89eb92c57dbcf799752dcdd0446e1 c3b3c53af5d844f7593ca82049c06a158a83a0c0 d5a6d6c6c68aae349cfa2891836ae633c9c67afc e56ee30459fd6b8712917c1315b63e762c4008a9 Package: ros-jazzy-position-controllers Version: 4.41.0-1noble.20260726.101505 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 107 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.41.0-1noble.20260726.101505_amd64.deb Size: 23460 SHA256: 816543a8e1730c8cc2436c318df04130696178efb28b850943b2334637ebe148 SHA1: 03a26ec8eb39e864e7f5f3c772ad990a65e18a47 MD5sum: 158998dc0990ed45448ff4bf4529265a Description: Generic position controller for forwarding position commands. Package: ros-jazzy-position-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-position-controllers Version: 4.41.0-1noble.20260726.101505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 378 Depends: ros-jazzy-position-controllers (= 4.41.0-1noble.20260726.101505) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-position-controllers/ros-jazzy-position-controllers-dbgsym_4.41.0-1noble.20260726.101505_amd64.deb Size: 360030 SHA256: 8ad64a75549c6163e6502956258cf9c4d68b10db0c10470937e2570ecbaa8d02 SHA1: 9582897de6c3508600b5e268e3e8559516d2bbe2 MD5sum: f745ca943bf503c3fef364fdd86f7261 Description: debug symbols for ros-jazzy-position-controllers Build-Ids: 5f07906255e2711d5e0e38567e7a5585ab277041 Package: ros-jazzy-proto2ros Version: 1.0.1-2noble.20260615.134141 Architecture: amd64 Maintainer: Robotics and AI Institute LLC dba RAI Institute Installed-Size: 1441 Depends: libc6 (>= 2.14), 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.20260615.134141_amd64.deb Size: 148776 SHA256: 45cf55e64403ad299030be0fa7dce35390d51741b3afb57ddb3218c298d40bff SHA1: c8348ce462621ee7cbaeb83eed0447aafb20062e MD5sum: 202238b082650eac5fb78fe1c7b0b317 Description: Protobuf to ROS 2 interoperability interfaces Package: ros-jazzy-proto2ros-dbgsym Package-Type: ddeb Source: ros-jazzy-proto2ros Version: 1.0.1-2noble.20260615.134141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robotics and AI Institute LLC dba RAI Institute Installed-Size: 1384 Depends: ros-jazzy-proto2ros (= 1.0.1-2noble.20260615.134141) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-proto2ros/ros-jazzy-proto2ros-dbgsym_1.0.1-2noble.20260615.134141_amd64.deb Size: 1182334 SHA256: ff6a479348c959308a4a0dc0a9fd00c508b84496e08b26496932e4ec052e6d51 SHA1: cf62c51fb953480f8b5c8f2e33d9cfece7039555 MD5sum: 7db787bc16c56e5c5c8dcb5b56afec71 Description: debug symbols for ros-jazzy-proto2ros Build-Ids: 08de31a9b56d7c6e6a43b4af9c9d7d6fd3a2120e 431de6e1bab1fad97336fabd1c703a6cf7c33961 5ac63576e4d1b7a1dc3c942dd58033a820072df0 62eabf7098f80b01a8cd6e344efa8fcc831e7f88 7829a90660b216fdec6b5b944ad33d25ef297e10 7e974be3abde0dc61d306827d1b29963b7b2950b 9371d11299abee62048fd5a996f925da01e22dbb 9ab414ba6fa9de6dc9908b0a20a4fbad718cfed3 b15ef3271966eb629b02af26f6e0cc17a5155e2d bbf303eb609df06ffa593901c2cf2dfa35067981 dd8628ceced83039eaa111d92d16b34e3b8c79f9 ed21a1be91b4af3f2ebc8258b72b6c35146b3bd7 Package: ros-jazzy-protobuf-comm Version: 0.9.4-1noble.20260625.193707 Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 614 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 Homepage: https://index.ros.org/p/protobuf_comm/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-protobuf-comm/ros-jazzy-protobuf-comm_0.9.4-1noble.20260625.193707_amd64.deb Size: 152444 SHA256: f0ae9492ad7d60be407d5c7eaf00f7a323fdda2b10602fc5d2a735c7ef34ba83 SHA1: 7175903d1c49d877488de279e96942b581ca836b MD5sum: 5cca05ad3f2aa3239c8190cb9eafa39e Description: Wrapper for protobuf communication using c++ Package: ros-jazzy-protobuf-comm-dbgsym Package-Type: ddeb Source: ros-jazzy-protobuf-comm Version: 0.9.4-1noble.20260625.193707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 3289 Depends: ros-jazzy-protobuf-comm (= 0.9.4-1noble.20260625.193707) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-protobuf-comm/ros-jazzy-protobuf-comm-dbgsym_0.9.4-1noble.20260625.193707_amd64.deb Size: 2946066 SHA256: 959ab79095e9d451d24383f67286a6c25cc6de6ddef5d6a447ed5a241486e7fc SHA1: e608bc5ae8822ec75b7b6c37ec3e506799f75805 MD5sum: a0505d145bfadcf4cb11d9e4ac63f943 Description: debug symbols for ros-jazzy-protobuf-comm Build-Ids: d844087bb9fdd5a148977b3b0b23d352e43c6eb4 Package: ros-jazzy-proxsuite Version: 0.7.3-1noble.20260727.215429 Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 1246 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.7.3-1noble.20260727.215429_amd64.deb Size: 154106 SHA256: 578ad9981c57d35ccc0e41f5d5a605d3b946808196a1310ab602858831b11db3 SHA1: a17693b1d12614fd186613304a3e973a6b2d1dfa MD5sum: 01b178694b69a7a2897e037b2181e10b Description: The Advanced Proximal Optimization Toolbox Package: ros-jazzy-ptz-action-server-msgs Version: 2.0.3-1noble.20260615.101949 Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 4487 Depends: libc6 (>= 2.14), 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.20260615.101949_amd64.deb Size: 259432 SHA256: badcf2ac3c0e65a14b560898f8c46072bce8ae4b7e57e5d494349083adb39471 SHA1: 13d0d77805383185ac9eca6be800c9d43a14b823 MD5sum: 39a36356858deeb5b4c15e5c1707c5fd 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.20260615.101949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 2271 Depends: ros-jazzy-ptz-action-server-msgs (= 2.0.3-1noble.20260615.101949) 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.20260615.101949_amd64.deb Size: 1596828 SHA256: e185f66b8a1c6f07f2642f28fe432706bfc0a6dd941f08be3112254f272b4294 SHA1: a8d512a526743674a57068dffadcb87de0050545 MD5sum: b026c843a09143b3d904c05407c64588 Description: debug symbols for ros-jazzy-ptz-action-server-msgs Build-Ids: 1e0ba0e56707b3c09396e20ac09d0c46f63246bd 1edaec82c180925fa22a5e65b7543627941e37e4 2b1e2be6d11b8731c743a83c70b85cd12e541821 4a55ad95c77022f306bb5fa99e88cbf4e0866406 50573ef7e855641ca93b9825b983a2d540ef54bb 6758292715194cd21b48ee6d3f5a176d7f5e9da2 6c3d0897fda88d23499681e984f1f59cc4ff76dc 8799dc0b104f7fff66db737d2c0a5bc0744b75a5 8e387db90e47c40625deb6677cd1e7e7f2bef169 8ff02556e1e1209cc62a77e9113a879bc39d58b7 add8f6211daf22f41f0676536b5efb2f0bb787e1 Package: ros-jazzy-py-binding-tools Version: 2.0.1-1noble.20260615.143752 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 378 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.20260615.143752_amd64.deb Size: 113238 SHA256: 56c4ed90b0ed3ea3bb3d0f81235118a26dfa80f80b8c5d805a9b2352d518a56e SHA1: 40c8be073685dcf9af6e2ca039c90125d7f28596 MD5sum: d1358f5ec8038cb2a6a9e62ac1282fd0 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.20260615.143752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 875 Depends: ros-jazzy-py-binding-tools (= 2.0.1-1noble.20260615.143752) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-binding-tools/ros-jazzy-py-binding-tools-dbgsym_2.0.1-1noble.20260615.143752_amd64.deb Size: 843662 SHA256: 91a9032fdc0fc760a63ef8ef3d856e41e84fe425b762ea6f86ab29d8cfc6a56f SHA1: 68990fae6d1998c5882ff4b18509e52b0b50bf34 MD5sum: 3e2a78eb3489b68b7cdddc6c688d3b88 Description: debug symbols for ros-jazzy-py-binding-tools Build-Ids: 4a7a2c2cf8e6e5f26b6146f8a3b10a86680ddfbe Package: ros-jazzy-py-trees Version: 2.5.0-1noble.20260714.081616 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 1211 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.5.0-1noble.20260714.081616_amd64.deb Size: 226738 SHA256: f6348032fd7803d3d1b0785369530f042cef298960a474015db74f712bef32b6 SHA1: 988f8ff558bcaf73c147c8556901fcac60ba076a MD5sum: 5ddedca1605d917068ea55f4dc9f1584 Description: Pythonic implementation of behaviour trees. Package: ros-jazzy-py-trees-js Version: 0.6.7-1noble.20260714.081314 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 5161 Depends: pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyqt5.qtwebengine, python3-sip-dev, 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.7-1noble.20260714.081314_amd64.deb Size: 1177942 SHA256: 8240f329ea17e67c37f90d34b80b1b16158ca7b5d80b44b0d8dc04e3bbbb271f SHA1: e5d654e01c9e37dd234cb07465939981d5cd29b4 MD5sum: 2bf8b67af4c6f3bab24cd696efffb1ae Description: Javascript library for visualising behaviour trees. Package: ros-jazzy-py-trees-ros Version: 2.5.0-1noble.20260804.183735 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 549 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.5.0-1noble.20260804.183735_amd64.deb Size: 106266 SHA256: 315ccbba2429392771f3d03161ff1752406da6890f8f6538516f26bad294b03d SHA1: be14aa2ffcb7164a2cadd3501d8c0303218ee5f7 MD5sum: 09829936511fb29f7cde79e20031d656 Description: ROS 2 extensions and behaviours for py_trees. Package: ros-jazzy-py-trees-ros-interfaces Version: 2.1.2-1noble.20260714.081429 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 10020 Depends: libc6 (>= 2.14), 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.2-1noble.20260714.081429_amd64.deb Size: 582778 SHA256: 748ed22215c6e8b7869eeb807eeba025f058aa630e264c76cb07a789133453e2 SHA1: 5c1e11548d651bd6c38667bd9ee096430cf76c1b MD5sum: bd9199918e4ff342cc08268f6024a2ea 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.2-1noble.20260714.081429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 6470 Depends: ros-jazzy-py-trees-ros-interfaces (= 2.1.2-1noble.20260714.081429) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-py-trees-ros-interfaces/ros-jazzy-py-trees-ros-interfaces-dbgsym_2.1.2-1noble.20260714.081429_amd64.deb Size: 4928108 SHA256: 41f147db1782c58298b7c01333d5c2b1b14298825ce9e667a87c1f85f7bfb384 SHA1: fe0de37738370fba0f093ccd1cfbad9fbf2b8376 MD5sum: 3602b9ae85f1e4f6599535cc7e91a644 Description: debug symbols for ros-jazzy-py-trees-ros-interfaces Build-Ids: 0ca30dea6ec125de171701f449a171f02d9c44b2 0ebe50f92b537c331393dc010cae78028d958470 1414f62a8a707769effdd6d4216387e64b9c8f7a 199ba66464fe7eaf7d6049a5649d458dc970a85c 6a89cdbdd6289e4e9f7acd1a8b33a072f9dea9fd 8f4546d2d63a7a6fa7630916fa9923909518f815 917acdfb6d032107c6563410b0fb98981c7cefd4 9a2cbb25dbe0fae231d6bf337bd98b4ef92b53b9 a541ccc0d58e42acd8540ca61744764c0a91bdd6 c4051bd5cb3177aac74a258d1dd45392d20d80f8 ead61717277e2782624c9591cb2108a6ffd814d1 Package: ros-jazzy-py-trees-ros-tutorials Version: 2.5.0-1noble.20260804.192257 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 495 Depends: pyqt5-dev, python3-pyqt5, python3-pyqt5.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, 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.5.0-1noble.20260804.192257_amd64.deb Size: 92188 SHA256: 20e499f03160557d22996355879f7b1fd9c08b46f4f03cb3d9ad80f47bcd6552 SHA1: 17f5892dcb9af9187fc9fd317cb99a9e617b52ba MD5sum: 917554ae31eab5df811425870055c533 Description: Tutorials for py_trees on ROS2. Package: ros-jazzy-py-trees-ros-viewer Version: 0.3.0-1noble.20260714.085552 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 264 Depends: pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyqt5.qtwebengine, python3-sip-dev, ros-jazzy-py-trees-js, ros-jazzy-py-trees-ros-interfaces, ros-jazzy-rclpy, ros-jazzy-unique-identifier-msgs, 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.3.0-1noble.20260714.085552_amd64.deb Size: 68598 SHA256: 5c5b56029fddd4f5983f284e2f442f7b6be7af823f62541a113cc79f053430c6 SHA1: 4ec9d131e68e401de62aae3e85b6867f5012a8c3 MD5sum: e6251ac336196af3376487cf1e71f515 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.20260226.002736 Architecture: amd64 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.20260226.002736_amd64.deb Size: 9896 SHA256: 11fe53d2fdbff76efc2a1badc0cedee901c52924ae09f3eea0375a4c8f452a16 SHA1: 38de8861aeecb208221b654eb01219b317b87ada MD5sum: ea9ca41f91a5368903e9214dbcf93d61 Description: A vendor package for pybind11_json for Modern C++ Package: ros-jazzy-pybind11-vendor Version: 3.1.3-1noble.20260226.000033 Architecture: amd64 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.20260226.000033_amd64.deb Size: 6384 SHA256: 386e739aaf7040ab8e56e7cad181a5bc602128512668d517663075da8e5bfa4b SHA1: 2b83c5578e7cf5b0dec8894046506163c2d7c27e MD5sum: 62e9b94f0926519de8685205cefcb29c Description: Wrapper around pybind11. Package: ros-jazzy-pymoveit2 Version: 4.2.0-1noble.20260615.134742 Architecture: amd64 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.20260615.134742_amd64.deb Size: 27560 SHA256: e77671f2836c7030930e3abf9aa454d71beb77915163202315faad711d1dcb3d SHA1: e39b9de8d8c8873b44050752f53be5cd3c52f84e MD5sum: f83c4dce8e6fd7209a1cc72567cc2ecc 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.20260226.000327 Architecture: amd64 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.20260226.000327_amd64.deb Size: 7456 SHA256: 742ae686159da9d727fd35075dba9d5ecb5a161583a9ea7492d04d8d0cc7daa4 SHA1: 86b412158f0318cceb3516f90d28fcf4a42016bb MD5sum: fc91e7eb968aeea9ce9028d9f215f0a0 Description: Provide CMake module with extra functionality for Python. Package: ros-jazzy-python-orocos-kdl-vendor Version: 0.5.2-1noble.20260603.151028 Architecture: amd64 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.2-1noble.20260603.151028_amd64.deb Size: 5820 SHA256: 425f7b6f398150cdb2ee1013a604d8c3763d11a17dd36bad98eddac9194a7c77 SHA1: f3b2d34f80e4aff8d3777ddc5030194bfeafeebd MD5sum: afd30412a4430cafa5e2dc20c3bd84c9 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.20260226.000339 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 88 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.20260226.000339_amd64.deb Size: 17206 SHA256: bd8dffb7a9d5471601e2f13f3c5266c9794dd4215f5fffb8e4b301d24bc0282f SHA1: f4986e43f8e78967c684e88d376bd8849904c60d MD5sum: 11e5c2ac030791b30d940521e931d0b0 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.20260804.180528 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2012 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5network5t64 (>= 5.0.2), libqt5qml5 (>= 5.9.0~beta), libstdc++6 (>= 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.20260804.180528_amd64.deb Size: 503056 SHA256: 74179298c6d346a329fbb2b860fe7a78e7c265a607be5e996c035f00d08ee66a SHA1: b78066ce975327a51870bfdfa9b25af48580eba0 MD5sum: 7ca1ba6e830b0e3b28172412f623cbc7 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.20260804.180528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 11222 Depends: ros-jazzy-qml-ros2-plugin (= 2.26.30-1noble.20260804.180528) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qml-ros2-plugin/ros-jazzy-qml-ros2-plugin-dbgsym_2.26.30-1noble.20260804.180528_amd64.deb Size: 10486682 SHA256: a70bbe1310efb648013792f369cb29be24a4068bcad24070b9e1ede105c56fa7 SHA1: 598efec199d7ad96635c79f5fec2ee8280eadf9a MD5sum: 3dcde7570e354e583bfe7e67f2ba24ed Description: debug symbols for ros-jazzy-qml-ros2-plugin Build-Ids: a2f634c0c2c0ea5dc6a99396c7fa08fe50104168 Package: ros-jazzy-qml6-ros2-plugin Version: 1.26.41-1noble.20260804.180513 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2181 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), 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.20260804.180513_amd64.deb Size: 537090 SHA256: 40c2d295bbda168f726efa79b553cb80be8b0c894c9689c5c0ad6e8dbf7ea808 SHA1: bc48f075fe1c2441d2856ccf7d49cfe8eb1cd506 MD5sum: 1f2176cff42309902e7307e2acb077a6 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.20260804.180513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 12155 Depends: ros-jazzy-qml6-ros2-plugin (= 1.26.41-1noble.20260804.180513) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qml6-ros2-plugin/ros-jazzy-qml6-ros2-plugin-dbgsym_1.26.41-1noble.20260804.180513_amd64.deb Size: 11350398 SHA256: eceb6844d2507885768c7f024b724d91fb99eaa5c65585f37a22507dc217d5ef SHA1: e1324580fe8bf3c66410d61ed8b1aab5500a0e27 MD5sum: 702bbd56e261a3370591e411efc7c7c8 Description: debug symbols for ros-jazzy-qml6-ros2-plugin Build-Ids: 3a76cca5382a9b6eab486f48bcdc4c58c3b529e5 Package: ros-jazzy-qt-dotgraph Version: 2.7.6-1noble.20260330.190755 Architecture: amd64 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.190755_amd64.deb Size: 14938 SHA256: 0518aab268f75e55159e4d908755fffd2a4425076ddfd0cf733fd58278e8f92e SHA1: 3b1bea3db34b37adb14c429c4ee831cfbdde9ed6 MD5sum: 7658a6b5a15de41e914a078b6e29ea48 Description: qt_dotgraph provides helpers to work with dot graphs. Package: ros-jazzy-qt-gui Version: 2.7.6-1noble.20260519.011141 Architecture: amd64 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.011141_amd64.deb Size: 53442 SHA256: 15a8372bf8014acce9deac89be2151d5ab182f629dfb1ea62d42915a1551aae1 SHA1: efc46b55affd61fd252c32738129fc7eebbdfc68 MD5sum: ac65f6ee3f6c99f53c8d9efc55b62ae4 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.011751 Architecture: amd64 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.011751_amd64.deb Size: 5796 SHA256: b341728a9ff2fac61eef6ef4b61617c36addcc42e5762dba31886fcd68a3398f SHA1: 3ec1928d70a16b45b5123073bbc2244e2e91a769 MD5sum: db60d37eedf57ade3558e96e07dc2231 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.20260604.105429 Architecture: amd64 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.20260604.105429_amd64.deb Size: 5668 SHA256: 9185a4261ad265dfbb259995eed50e624bf0f4ab0f96e9678242c11d31c952c0 SHA1: 950c653a5c1eb46cf1751c7b5ebdb53b70b520ea MD5sum: a05b3effde9521af907d3951adac41e3 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.20260604.104244 Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 1513 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.15.1), 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.20260604.104244_amd64.deb Size: 345558 SHA256: 0145802506b0c2af0648105c47959c789f600e2e87cb5e151b6140c7671c3457 SHA1: 4a3aab891752ef15300b61a50ea074251008435a MD5sum: 37c7bb57b822e2ba1c680255e52c874c 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.20260604.104244 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 9734 Depends: ros-jazzy-qt-gui-cpp (= 2.7.6-1noble.20260604.104244) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-qt-gui-cpp/ros-jazzy-qt-gui-cpp-dbgsym_2.7.6-1noble.20260604.104244_amd64.deb Size: 9383232 SHA256: 4df8022c027bd6d0d5f2274beb967f4e018b99a7909bf742fb287214b92b5ad7 SHA1: fa3833e824528779778d0b3db1ab3122e72b5099 MD5sum: 143af8e4da346315b7ad0687e8a879a7 Description: debug symbols for ros-jazzy-qt-gui-cpp Build-Ids: 7d661805e4f38e1241c3887b7451bf972c550a50 8cd5079a44112a279558433af7bed44ae41db5f2 c391f9cfb72a78a8996d9440cda51d24c5874a79 Package: ros-jazzy-qt-gui-py-common Version: 2.7.6-1noble.20260519.011126 Architecture: amd64 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.011126_amd64.deb Size: 11008 SHA256: d8e8122e228b2b25465b4eefc7c14adca76ba1464666d52483f7869f7b328a39 SHA1: 48b520316dc3e19db34fb86d7691057815cc90fd MD5sum: 5913e46886465178cebe5dec496dc562 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.11-1noble.20260615.142142 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3803 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.11-1noble.20260615.142142_amd64.deb Size: 435784 SHA256: 4591741b3aca16ac42f0e6e77c7a74003bc071c17b4fc0d4f6c1ad224ab7808a SHA1: 19f0f296b62672fa777afa99be95eee01bc929c9 MD5sum: 23ebb291ae6ffb91c269d68725cb4a8f 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.11-1noble.20260615.142142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 19523 Depends: ros-jazzy-quality-of-service-demo-cpp (= 0.33.11-1noble.20260615.142142) 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.11-1noble.20260615.142142_amd64.deb Size: 16252512 SHA256: 9b8da862e044222beab98e64120d1c17e1d36586652d6b5105dd174d1e587a65 SHA1: 9b741402a22331ecb02749140e65ee43b583f9eb MD5sum: b458b71601380e31ca8bf5015cf4fd34 Description: debug symbols for ros-jazzy-quality-of-service-demo-cpp Build-Ids: 4003373594a1a7fd1b8d335dd7359d3cfeb56bba 60a77e30579a398b1aae611033a8719c46f3a869 6cc2f4249e20ea040afe7bdfaecbaa40e7a18920 6d5c44e7965806d03231d7f1c013aff46e11ae23 707c13eab204d00fc6d4a3222efea18dbb2cc7e3 9e480f5be268e6d83874334d8e83533ca93f6d19 a5f6c4505e2d70cc2fdb92a7abb4c67663679071 b992cbc4358c68b204e46f7ffea179ca8734175c e3dc78f2beac12c5bacfc3392b9375f285b6c975 eb4f753aa7133021087bd45a8042c71c71aa2fc4 f16a5eaad4a2bc82efec10dcf9d1fa78377a4b5c ff701508d9290865de272d7ebb536260ba9aaa0c Package: ros-jazzy-quality-of-service-demo-py Version: 0.33.11-1noble.20260615.140134 Architecture: amd64 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.11-1noble.20260615.140134_amd64.deb Size: 20658 SHA256: 14c8a1dc06ba4a1f1b4e93d13f2faa2460a35f763ef88613503935f618a6dc75 SHA1: c1cc56f5af0505e98f228ea54ec268814fd01954 MD5sum: c0fa0521d46f927371556ebd5f0f0392 Description: Python Demo applications for Quality of Service features Package: ros-jazzy-quaternion-operation Version: 0.0.7-5noble.20260804.182941 Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 118 Depends: libc6 (>= 2.4), 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.20260804.182941_amd64.deb Size: 23144 SHA256: 106d16692eec5a7147aa0f7b331e9ee6f3f9da8be98f084f133645445e7afc3b SHA1: da74b15e6b4db776d97894cb4d4a7d0cd422da9e MD5sum: ecb4d33c3b3d0d7fc010434e2a9c4c2d Description: The quaternion_operation package Package: ros-jazzy-quaternion-operation-dbgsym Package-Type: ddeb Source: ros-jazzy-quaternion-operation Version: 0.0.7-5noble.20260804.182941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 28 Depends: ros-jazzy-quaternion-operation (= 0.0.7-5noble.20260804.182941) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-quaternion-operation/ros-jazzy-quaternion-operation-dbgsym_0.0.7-5noble.20260804.182941_amd64.deb Size: 5048 SHA256: 147500f2698ea5d13898a0af1d92422cbcf30be4fcb717ae3a5c5f47694abd75 SHA1: 328a9952ca516f32145b04710283ba021832a52f MD5sum: 5f12f8d99f8bebaa59596d3bac514bcc Description: debug symbols for ros-jazzy-quaternion-operation Build-Ids: 8a1ca19197fd388269efee963bb5680ba59ac3c2 Package: ros-jazzy-r2r-spl-7 Version: 3.0.1-4noble.20260615.145219 Architecture: amd64 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.20260615.145219_amd64.deb Size: 6608 SHA256: 6f844d431775d89187986c13aedf5aa91756a158a4aea0a67891d2661f17cd13 SHA1: 02cc2bdd3c9928e2bb33c046f733fe0cb47135f3 MD5sum: bfa97a75f190ab12d84ca72ba8d90310 Description: Robot-To-Robot communication in RoboCup SPL using SPLSM V7 Package: ros-jazzy-radar-msgs Version: 0.2.2-4noble.20260615.124838 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 950 Depends: libc6 (>= 2.4), 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.20260615.124838_amd64.deb Size: 85516 SHA256: 237bc878bd47febc84f537c5d152e2a6c7a7a1f62a49ee5f9ce0cbeaeb4b4f40 SHA1: 48b4593cc8e2c39939da680a6d540fcd7d5c272b MD5sum: 7c68d8c7be185a89ee2bf6aed41bafa5 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.20260615.124838 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 673 Depends: ros-jazzy-radar-msgs (= 0.2.2-4noble.20260615.124838) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-radar-msgs/ros-jazzy-radar-msgs-dbgsym_0.2.2-4noble.20260615.124838_amd64.deb Size: 526214 SHA256: b8c7ed5f8cdc665a4317e6ac683cc960aae9a194b2ac8c80baf096f2402a1804 SHA1: e4643d884ea3bb110608338e73de2348a69b3387 MD5sum: 1600a9f082c133a8efa53fbf56d3a58c Description: debug symbols for ros-jazzy-radar-msgs Build-Ids: 0a7adf3e8795259e272def5975002febf49e1e73 1ba158108583d3748016a7c0d1f011322967d423 1ee5f0d21e6cd0a471576b16e91c4b1be315a352 446b1df4c691b606e9097f4855f09639045fa76a 5a8d05b5b1f178283f62e0e210984c948180b91d 70f4ead7a0b26ba75212ebda80e79056907d8d7b 765150eef650d4463ddf9e9ce8e2d2cf9ebe8cf2 770f780bf52deec449dddd9864d048f592396bd6 b02dc15107bd87d69c085df79dd956b2b201d5df df17b5bf0e75031fffd2e1680aded905b5708cd8 e055b7aa2d306471a5deeb0a0e80c423eb16d2c4 Package: ros-jazzy-rai-interfaces Version: 0.3.0-1noble.20260615.151549 Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 6632 Depends: libc6 (>= 2.14), 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.20260615.151549_amd64.deb Size: 444546 SHA256: 22537aa88935b43caeb883c464679335e8138087ea5cf2447df10f9fc16cca13 SHA1: 15ba66440f4b3dfffadd3001616f5b76469c4611 MD5sum: 5c384b79ba6d22f3dc22d816a1c80ee0 Description: Interfaces for RAI communication Package: ros-jazzy-rai-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-rai-interfaces Version: 0.3.0-1noble.20260615.151549 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 4707 Depends: ros-jazzy-rai-interfaces (= 0.3.0-1noble.20260615.151549) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rai-interfaces/ros-jazzy-rai-interfaces-dbgsym_0.3.0-1noble.20260615.151549_amd64.deb Size: 3755308 SHA256: 56168bb5832cebd086b466f84a10e85196e064638f5b04489a067583cc7ca370 SHA1: f4ec71bac41d6bacda94f35257f98c7f515540fa MD5sum: ccd197eb6e2274ef5c3c2bf4e42b091b Description: debug symbols for ros-jazzy-rai-interfaces Build-Ids: 4dadccdfac0684e6e262465eaced07aaa747d5b4 557b78d325732c0d90368d4268ec8704dfa23e4f 56f8efdd0a04082d11842b5d793143e3688810c3 5860883b972306b260367dfdde7d0e948dacb515 816e6e3e6fe9b52162b44cdfc145dc73c1af5767 88f1f621aedd09a6a8032e58caf57ff09d14754d 9607715388944569e25e557178df2fdb396c4ec3 b40bd2c15028a9f279cc0aefee37eba1d9ceeb1c cd3b70d92f4300bf78f90ccd6a66627b22970553 d57498fafcb0c55d1383f4e3cc63fcd9fdf8b3a3 e39082e245428e945b75b38250e4b52d9f2d136d Package: ros-jazzy-random-numbers Version: 2.0.5-1noble.20260617.135141 Architecture: amd64 Maintainer: "Anas M'chichou" Installed-Size: 118 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-date-time1.83.0, libboost-dev, libboost-random-dev, libboost-random1.83.0, libboost-thread-dev, libboost-thread1.83.0, ros-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.5-1noble.20260617.135141_amd64.deb Size: 25864 SHA256: 805af170ad00c4f62cd48fbfdd37a9ead474ce32e6054bbeab3f668124b58041 SHA1: d735402e674f275f0367efd2537e9db4858235b3 MD5sum: 40c6dbbfeb9a21b3b1a1a04504aace24 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.5-1noble.20260617.135141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anas M'chichou" Installed-Size: 167 Depends: ros-jazzy-random-numbers (= 2.0.5-1noble.20260617.135141) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-random-numbers/ros-jazzy-random-numbers-dbgsym_2.0.5-1noble.20260617.135141_amd64.deb Size: 137556 SHA256: 31cf829e9de8b83ea028e931096affc895e58c2a126ee6e28506d8ca978093bc SHA1: a304ca5f23626590f6a69d564177cd70bf9f08f9 MD5sum: 0673d71fd0aac29897ff4b741b6de5f9 Description: debug symbols for ros-jazzy-random-numbers Build-Ids: 789bd7aa9d7f80011298b1e7a3d8d566bb2be83a Package: ros-jazzy-range-sensor-broadcaster Version: 4.41.0-1noble.20260725.081846 Architecture: amd64 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.41.0-1noble.20260725.081846_amd64.deb Size: 81334 SHA256: 171c074a640ed10a5b42ddd52a235470407805e1315a03f524d7f01d2fbc49ce SHA1: 81de825ddc2870942ab6b906043b5dbc8873c687 MD5sum: 5f6fda21e9130e8e00dd1898e7a3fb84 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.41.0-1noble.20260725.081846 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1116 Depends: ros-jazzy-range-sensor-broadcaster (= 4.41.0-1noble.20260725.081846) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-range-sensor-broadcaster/ros-jazzy-range-sensor-broadcaster-dbgsym_4.41.0-1noble.20260725.081846_amd64.deb Size: 1047734 SHA256: 6b0601b26f1863f84236315cd655c866cb817338a5e20e54e79e9420d6902ff2 SHA1: de8b3fd3a17c58736c808d0f4a2d3b7e6cd461e6 MD5sum: 294415bbfee53104aaa66f8d677a7537 Description: debug symbols for ros-jazzy-range-sensor-broadcaster Build-Ids: c7485cddbd613901055b147b22f1f2324f1fd5a5 Package: ros-jazzy-raph Version: 1.1.0-1noble.20260804.193902 Architecture: amd64 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.20260804.193902_amd64.deb Size: 5112 SHA256: e93d4f408832868b330000f91efb91f1a30303cd7a91fcbf7f4577b0c736a157 SHA1: bc2f979895546f026e7a336d60d8e5fb837a6722 MD5sum: 16b62826d2b8994c083cff28372a9068 Description: Packages for Raph Rover common to the robot and desktop Package: ros-jazzy-raph-bringup Version: 1.1.2-1noble.20260804.195020 Architecture: amd64 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 Homepage: https://index.ros.org/p/raph_bringup/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-bringup/ros-jazzy-raph-bringup_1.1.2-1noble.20260804.195020_amd64.deb Size: 9236 SHA256: 464ab8d288fd615f8e754e5e142e5c8e404f727306e564a6b72cb28f97deb78e SHA1: 990d204f13a35229ab6bae9d8b0d0ef0ef5083ea MD5sum: 32bfaab775d417288a683601e48f4875 Description: Scripts and launch files for starting basic Raph Rover functionalities. Package: ros-jazzy-raph-description Version: 1.1.0-1noble.20260804.192038 Architecture: amd64 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.20260804.192038_amd64.deb Size: 11627776 SHA256: 943f86bc1e5e89a1a37e55540ef1f83e13779888ff64c9e543665218b590cc54 SHA1: ecca71327d32b69865e25dd441eca402074cb7d2 MD5sum: a331becd1950a84d3ce1986fa47f0141 Description: URDF Description package for Raph Rover Package: ros-jazzy-raph-fw Version: 1.1.2-1noble.20260618.160902 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 1466 Depends: python3-rich, python3-zeroconf, ros-jazzy-ament-index-python, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/raph_fw/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-fw/ros-jazzy-raph-fw_1.1.2-1noble.20260618.160902_amd64.deb Size: 310796 SHA256: 8ab30ae63dd9e37377b92e2f697859cd63d70614118642fadc79525664845531 SHA1: 50dd07d0ac9c00ab0c5f92d3daa24bc44157b00c MD5sum: 4170ac810c6b313879482b02c8ffcfeb Description: Binary releases of the RaphCore firmware and related utilities Package: ros-jazzy-raph-interfaces Version: 1.1.0-1noble.20260615.114737 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 4560 Depends: libc6 (>= 2.14), 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.20260615.114737_amd64.deb Size: 311798 SHA256: f43a04d361e0428d7bd19ce02facfb7289faa895c857cdece362504260fc7434 SHA1: f129b533e3cb093e0c4adc4882feba4427efc8b0 MD5sum: 28b544142ac2e5b53dd57e97e45ba8c7 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.20260615.114737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 3407 Depends: ros-jazzy-raph-interfaces (= 1.1.0-1noble.20260615.114737) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-interfaces/ros-jazzy-raph-interfaces-dbgsym_1.1.0-1noble.20260615.114737_amd64.deb Size: 2757510 SHA256: 04e325b8df912b0a29f23b1cab2970d09ac77e6a647be297eaaafd7e66c5be30 SHA1: b0cfb352660b8d9b7a056e8fd7bf97db1fe66059 MD5sum: b2fea86e25f6cfd80c420996017edceb Description: debug symbols for ros-jazzy-raph-interfaces Build-Ids: 05e114bc5efae64e2604df0375c4e7dc612a3e14 243605ce25b5fbed096de98e9f334f95dbe182eb 27ba3e24858670a5e026ffac15e897b91fb4b728 309cfc12db10a522dfb91c154f641c7a668f3d18 56d164c043d8460fd647e0253876d78612377820 8b52cc9d2540cd5bc4259330447d56099a9507ca 910096e6a2028e243a21d2dbafcd8cf4b92cb175 a72a2e1120091c54c33aa4209dbf86c0f2eba054 bf220e718c17134b7fdd2459b2dad78580f021cd e8d08f9dea912f63e07260753c24f9edddab5b09 e8ed53e78562b3b033398c25e4a1d79eb5fd1223 Package: ros-jazzy-raph-oak Version: 1.1.2-1noble.20260804.194054 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 760 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 Homepage: https://index.ros.org/p/raph_oak/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-oak/ros-jazzy-raph-oak_1.1.2-1noble.20260804.194054_amd64.deb Size: 196448 SHA256: b70990ac436cf21d53af297c16a0f64e19cd92697a6884949a0199f0d73c99de SHA1: 44e7d126152c7542ba2ad3a85c627c58232f729e MD5sum: ed53bf365d47a050d7a880d8dc25fa96 Description: Oak camera pipeline for Rapha Rover Package: ros-jazzy-raph-oak-dbgsym Package-Type: ddeb Source: ros-jazzy-raph-oak Version: 1.1.2-1noble.20260804.194054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 4110 Depends: ros-jazzy-raph-oak (= 1.1.2-1noble.20260804.194054) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-oak/ros-jazzy-raph-oak-dbgsym_1.1.2-1noble.20260804.194054_amd64.deb Size: 3891356 SHA256: da95eccca91f179531e94aa2a696a7a7ce3a5e0810883d1ce5569a8ced6a2ae9 SHA1: fa030569f3e486c6c97392534ae6974c80b6ba6c MD5sum: e3b50af96603ce97b92d9c3d8fe744be Description: debug symbols for ros-jazzy-raph-oak Build-Ids: bc2e991539fdaeb36d30b1f8c28cfbf0778fbf48 fbb19aee1a210f40731a4e347e6cd68ebca5aec3 Package: ros-jazzy-raph-robot Version: 1.1.2-1noble.20260804.195152 Architecture: amd64 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 Homepage: https://index.ros.org/p/raph_robot/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raph-robot/ros-jazzy-raph-robot_1.1.2-1noble.20260804.195152_amd64.deb Size: 5352 SHA256: 1d3abc81a88d77a84d8faf8f32221f1cc06c2d7c7ea3fe99036191c0cb65dc11 SHA1: df3b1cdf549ded20919242b0f6539f946e409949 MD5sum: df57319e3d06745fe5e01c0b3a0a1858 Description: Packages for Raph Rover running on the robot. Package: ros-jazzy-raph-teleop Version: 1.1.0-1noble.20260615.144251 Architecture: amd64 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.20260615.144251_amd64.deb Size: 9128 SHA256: 13a762096d2ca0cc7f65d28d75bbadfd56316c84016357c0bc86db5019056908 SHA1: d36f5feea8f1af25080c75b8a9bb0ccc95ca4332 MD5sum: 1b3c03340a470a0edda363f2158b1af5 Description: Scripts and launch files for Raph Rover teleoperation Package: ros-jazzy-raspimouse Version: 2.0.0-1noble.20260804.175830 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 1267 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.20260804.175830_amd64.deb Size: 216486 SHA256: e612df3c9733f45932d8146d44b6346e754ac07586dc90cd475415c2af18fdf1 SHA1: 0881932468114a633c9d67b7bd9507644dba909d MD5sum: a1cf8e65a21ab8c61670c8b3498fba9a Description: RaspiMouse ROS 2 node Package: ros-jazzy-raspimouse-dbgsym Package-Type: ddeb Source: ros-jazzy-raspimouse Version: 2.0.0-1noble.20260804.175830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 5443 Depends: ros-jazzy-raspimouse (= 2.0.0-1noble.20260804.175830) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse/ros-jazzy-raspimouse-dbgsym_2.0.0-1noble.20260804.175830_amd64.deb Size: 4512756 SHA256: aeb377ebdd1f33f53891641897af31150350fef05181a777d7af4d8a6d13fb7a SHA1: 0a5fa826f25e6de5966abb13bb93a5ce7e7d5922 MD5sum: 00c1daafa491711aabfb10ae2d92651b Description: debug symbols for ros-jazzy-raspimouse Build-Ids: 3d6b6d544ad1a9a6c631c7a24d0d24a09bffe044 8f4cf57cdf57860e225b1e7ee7b728be364dd859 Package: ros-jazzy-raspimouse-description Version: 2.0.0-1noble.20260806.095629 Architecture: amd64 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.20260806.095629_amd64.deb Size: 1376794 SHA256: 8a90b0f153c9cede6efb5ee06551122ec3aa642434e58542962dfcb7854633de SHA1: 6b6d4f5d4488d86d479b2cdb4a0c083e0ad17ff9 MD5sum: bce22b9d74e96707a22bba802df91a00 Description: The raspimouse_description package Package: ros-jazzy-raspimouse-fake Version: 3.0.1-1noble.20260615.141757 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 161 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.20260615.141757_amd64.deb Size: 35998 SHA256: 10aee1cd2bd634b1a50c74d0f64b59e84502503f1598ee8c1827dad116eac884 SHA1: 8848a19316a1a7463f4e6ff89cde971bfcde68a4 MD5sum: b69a94883acbd23650bcead8bec5b96e Description: The raspimouse_control package Package: ros-jazzy-raspimouse-fake-dbgsym Package-Type: ddeb Source: ros-jazzy-raspimouse-fake Version: 3.0.1-1noble.20260615.141757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 545 Depends: ros-jazzy-raspimouse-fake (= 3.0.1-1noble.20260615.141757) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-fake/ros-jazzy-raspimouse-fake-dbgsym_3.0.1-1noble.20260615.141757_amd64.deb Size: 507356 SHA256: d15f5e6d1d58de426e008d4e51c73278b7fe50cfad01cbff5dcaf394a4d0e7f8 SHA1: 33d30ea1137d5f249580245ca602c78e3d42c605 MD5sum: 940de2312253899c858229a27287ad01 Description: debug symbols for ros-jazzy-raspimouse-fake Build-Ids: a6d3761fe9a29380f6ce188ef572e5ec8e227746 Package: ros-jazzy-raspimouse-gazebo Version: 3.0.1-1noble.20260806.103036 Architecture: amd64 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.20260806.103036_amd64.deb Size: 26854 SHA256: 888d281fcbe68c080ed6aa181080b566e92573634ec37de78222ef25aca10c90 SHA1: c464f3daa6d14ecf94f2d429913c631a4c750e8a MD5sum: 6cb590a783e249d51f7b719ad6cee598 Description: The raspimouse_gazebo package Package: ros-jazzy-raspimouse-msgs Version: 2.0.0-1noble.20260615.102539 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 658 Depends: libc6 (>= 2.4), 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.20260615.102539_amd64.deb Size: 55236 SHA256: 4b613cc4c0a34500e50a625eb2b76340d6073c0d9480946f85010cd35ac283f1 SHA1: 2979dee2fe1f53238a40b2a329031097a4fed65b MD5sum: 35942203f24b256f25adcd928f86f118 Description: RaspiMouse messages Package: ros-jazzy-raspimouse-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-raspimouse-msgs Version: 2.0.0-1noble.20260615.102539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 429 Depends: ros-jazzy-raspimouse-msgs (= 2.0.0-1noble.20260615.102539) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-msgs/ros-jazzy-raspimouse-msgs-dbgsym_2.0.0-1noble.20260615.102539_amd64.deb Size: 313094 SHA256: a60b1118bdc20cc1f861851a26579a6577a34e6f3d45aad9b6ac912a7f6d6a4a SHA1: 7b0527feff1832af37d50216353134a78aa792e8 MD5sum: 8805ff60e0efb0dc51c6f930219e202c Description: debug symbols for ros-jazzy-raspimouse-msgs Build-Ids: 013c98d4ee7456bb923313de4ffcf9541c5bdf34 43dab315411efc13e2106f3c16f31d5ee50dcc58 5d407f5cf19b999301974e8e2b8d932a9f5d60a6 65b6857f2d837de26de40b5626071b60867b3fad 67d3e4122b18dacaf8d151dd891c5d09ecbd2f61 6ad6007f058169588f45f154fe70f83a7523be4c 6f47a28db309bac87f01a26f0f78ba2fb117fa46 8474ff6752a228519c36a2d4510d35adfcd51255 8c59a177bbc68909a2f6aa3a3088c9adbcaa6bcc cfec194601cededb532ba5eddc59a687bbf98489 f0119b935bb927d10352c05261d8d6f9fb6a1928 Package: ros-jazzy-raspimouse-ros2-examples Version: 3.0.0-1noble.20260804.194006 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 3576 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.20260804.194006_amd64.deb Size: 529760 SHA256: 6f021285cbd251618c9e919eebd38b8c5b8031c416a98750d5734e651ce752e8 SHA1: bcaa3067c261ba0ccfc556dd115322b57f15cc61 MD5sum: d7ab6c3136f12417223dbc5b41a7c69a 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.20260804.194006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 17053 Depends: ros-jazzy-raspimouse-ros2-examples (= 3.0.0-1noble.20260804.194006) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-raspimouse-ros2-examples/ros-jazzy-raspimouse-ros2-examples-dbgsym_3.0.0-1noble.20260804.194006_amd64.deb Size: 14671326 SHA256: 77db4d1f13af958132784f7414244b2a42d0e49f392b1b61985c998fe178a1d8 SHA1: 436f12ff9981440858c84703a3f7ea28a4a963fe MD5sum: fbca3383fc202fa8a7bc768ea27dd557 Description: debug symbols for ros-jazzy-raspimouse-ros2-examples Build-Ids: 05a6aba5278bb5b6e895ee9c776acf75132c8126 31239c3276352c855f7b5ee8ac1911dec5db6b40 348637c4b6c67196d8f3ac922547a80e335df962 529a8b7f6735e032a7bed89aeacd72edcc871594 55cd8b765b20670d35bc05c556236c2cc74352b5 6222532691747d86f149a48a16a069d4426a1871 8aa500ab8ff61eedb936d4b91258154c53aadeed Package: ros-jazzy-raspimouse-sim Version: 3.0.1-1noble.20260806.104656 Architecture: amd64 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.20260806.104656_amd64.deb Size: 5544 SHA256: 26dbd5c3b7c5ac1e00b5fa91723f24a540424e7e3925d7a6356502cebd71139b SHA1: 078b4d996a4cf05cba66ca237685049679cee635 MD5sum: 8d454e88899e2a2f858c943189096be3 Description: ROS 2 package suite for Raspberry Pi Mouse Simulator Package: ros-jazzy-raspimouse-slam Version: 3.0.0-1noble.20260806.103049 Architecture: amd64 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.20260806.103049_amd64.deb Size: 12550 SHA256: 76ae42efec5f90981630dae1a03c72a72e0ead04464e82370b03ad6f7b975c02 SHA1: 4b82dba75ad9b48dc81777e6949365aa6adec36b MD5sum: a7e1a2bce6e776b10cd671c42a536b98 Description: SLAM package for Raspberry Pi Mouse Package: ros-jazzy-rc-common-msgs Version: 0.5.3-6noble.20260615.114600 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1253 Depends: libc6 (>= 2.14), 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.20260615.114600_amd64.deb Size: 112180 SHA256: 5b8073f15b8ccb104bd35ebc18607ed929b32b36c543e989b57160307624ebc7 SHA1: 2420e65d9ea8d71fc582a39c7b25e1d391427e27 MD5sum: bfbd44f65a688362ccf03d1a5405cc10 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.20260615.114600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 953 Depends: ros-jazzy-rc-common-msgs (= 0.5.3-6noble.20260615.114600) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-common-msgs/ros-jazzy-rc-common-msgs-dbgsym_0.5.3-6noble.20260615.114600_amd64.deb Size: 751862 SHA256: ed2aa956d76b77ab822ab5b4923ff2e7eeaa221c513cc8544bb3eb8e0fbdf4a1 SHA1: 64e75c2b9764af3fb2d7efeaaf220720abbebcb7 MD5sum: d8e8ebaf4f304f04979df193cbe77c24 Description: debug symbols for ros-jazzy-rc-common-msgs Build-Ids: 03dcdbe287e8b47494b7a22e35efdfe1e5ae107e 0a5916b346a4476f744a3cc34b3efddeab5704f2 0d3e8796b54d295fde79dcb7daa22e8e52b67eb0 3f6d9427fcadba6acfde52e281205832c00ac537 454f40fe95937ea6f5f558077f1af86472f811ff 4849fbbfd2ebeb780eee2bd8324f46c9aea640d3 525981d15bff11562b149c1c07b5279c056ed8d9 593d8c0336e35e2909abbfda31943a1967474451 7a25a4e9a896a7b270c33ca5487f5f121fd11952 7dd3aae4558fe0c101bf1ac6e95d2a1dbbe587bc 86493057c2d0634d905be7b0826a7cfb4b42b128 Package: ros-jazzy-rc-dynamics-api Version: 0.10.5-2noble.20260225.060245 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1254 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.20260225.060245_amd64.deb Size: 273882 SHA256: 7edbca11da253abd0b3e741d3c583c0a3f1fa24f912a2b42c9c03d5489c98f96 SHA1: 195322e2ae4a76eeb78abf1d8cd9a9bb9b0b572c MD5sum: aa75b5d749b1509b67cd35bf311974d6 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.20260225.060245 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 6091 Depends: ros-jazzy-rc-dynamics-api (= 0.10.5-2noble.20260225.060245) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-dynamics-api/ros-jazzy-rc-dynamics-api-dbgsym_0.10.5-2noble.20260225.060245_amd64.deb Size: 5836510 SHA256: 2855b751411d42c1aadb3cab4370aaed0de918c9e8ae0db0dcaabfad2f5fad4e SHA1: ed0c9d857c18fd73e14f8169daaecab7f70b780d MD5sum: 8052b8cf60e1ddac9082ff916bffc0c8 Description: debug symbols for ros-jazzy-rc-dynamics-api Build-Ids: 244a9c46f92a60280ac064e7be246cdec29f3abf 2814f9312b3f58fb3b38b1cec747935699d4d1e4 Package: ros-jazzy-rc-genicam-api Version: 2.8.1-1noble.20260225.060307 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 15533 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.20260225.060307_amd64.deb Size: 3071598 SHA256: c31abfbcd5f4f8ec8e1c15e5b5a2dee6ce303cfe0a9aab98dd28c2bead8bd168 SHA1: e2f660ecb761b3e7ea8ecf084265fde867d94bd4 MD5sum: aca0a136dce59fdb57cc7ae954cccfcd 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.20260225.060307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 5699 Depends: ros-jazzy-rc-genicam-api (= 2.8.1-1noble.20260225.060307) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-genicam-api/ros-jazzy-rc-genicam-api-dbgsym_2.8.1-1noble.20260225.060307_amd64.deb Size: 5370896 SHA256: c3db552434099b320c68905efe08a9267052a9e5079fa8574ee93ce62ed9d63a SHA1: c7b552730f0e3dfd18f25380762a03a9d93ad1ba MD5sum: 00e0601124b5842e15a11d5dc9cf557a Description: debug symbols for ros-jazzy-rc-genicam-api Build-Ids: 272f973ca694895929d3171275afa34c387c496e 4322be61af6e43c668103e689e117725924e9bbe 45317d92b2345b88b1b02f78dcf25a9b4a78e0e4 468a34ffedbee9b0a9cd9095abe2b47d1ec25d73 7a9ab2cc2a748e041f7d3a53b02aef7bbf7451ba bbacb68d88fe3c103dd21b88db324d64c35c3889 Package: ros-jazzy-rc-genicam-driver Version: 0.4.0-1noble.20260615.144930 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 683 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.20260615.144930_amd64.deb Size: 190804 SHA256: a8e80bb8fb716f511eff682327ed584361cafec95ed3f9f52263b144ad700619 SHA1: ca3155c72a2b3cdfe4db5004085eec2e33765b3b MD5sum: 4ee2ce5f4e5b719675c19016c6ec8557 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.20260615.144930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 5293 Depends: ros-jazzy-rc-genicam-driver (= 0.4.0-1noble.20260615.144930) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-genicam-driver/ros-jazzy-rc-genicam-driver-dbgsym_0.4.0-1noble.20260615.144930_amd64.deb Size: 5034342 SHA256: 7e267384c3f52b040d5d0bb40e698c2ff2e900f2417cac561c3d5a05ae52eee7 SHA1: e1037b5ca85b3fa4fd3df44cb6c8356eb3b0ddd8 MD5sum: c7d79d3f59c4f3e8309455309aaf1e18 Description: debug symbols for ros-jazzy-rc-genicam-driver Build-Ids: 34fab0031596813332da4be8f5367a9f88ce297f 446c6a6759a89e97feafa95bbb263d5cab6343a2 Package: ros-jazzy-rc-reason-clients Version: 0.5.0-1noble.20260729.041630 Architecture: amd64 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.20260729.041630_amd64.deb Size: 41482 SHA256: efc764d60fdfb5306e3ab5f061a362288e85bbc1ba15133b3ef232a37b7f3c3b SHA1: 3a1aa4e24875518cfe968564eaf5d7bed7238afd MD5sum: ac88a6290a292a51573f9015d81ca1fd 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.20260615.114826 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 15309 Depends: libc6 (>= 2.14), 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.20260615.114826_amd64.deb Size: 922926 SHA256: eb72dbb0080d5f33980931658f9b54d2766fd43226ec9b52384db928d4fe6df9 SHA1: a5f990a7bf270f5c2bb141e360becb50c75bf98b MD5sum: a51fb91783dfa6df01fcb3d759d6a6fd 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.20260615.114826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 11757 Depends: ros-jazzy-rc-reason-msgs (= 0.5.0-1noble.20260615.114826) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rc-reason-msgs/ros-jazzy-rc-reason-msgs-dbgsym_0.5.0-1noble.20260615.114826_amd64.deb Size: 9603222 SHA256: 3f0ba667ed6ec551fb75ca5efcf1f81c8ac52400825b3f9d0eb0638bf9ad6e50 SHA1: ae14d4f86bab6c5eb0fff57b45cab80de5c4a252 MD5sum: d52884a1e310090dc999096a469bb811 Description: debug symbols for ros-jazzy-rc-reason-msgs Build-Ids: 00084c96ab62960453b501f276a2c85571d6daae 2413ddebe778bc301e88f402a690a91379a5e879 27bbe42bf4e00500028e1bd06d169c76541ad6bd 293b19f7055af93712fc38c8191b031747274d4f 2ce2eef21275f9194f77c28682bafb81be979cec 376d32afd105dbb68fa0ea427077ee9a19ffb1f9 3c8b4a0e1ba081eafe20ed40aa2975cedd54653b 40c931281be1962ca5f74bf8170aa23cb65a140d 53525c6647988580f377479e448c7bd34b73e85a 7a8a7ca2755cf68786405866ba28052f136065e0 b49ef5b15f9714f04ca8ed1d2cdee70492145b70 Package: ros-jazzy-rcdiscover Version: 2.1.2-1noble.20260603.150409 Architecture: amd64 Maintainer: "Felix Ruess" Installed-Size: 282 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rcdiscover/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcdiscover/ros-jazzy-rcdiscover_2.1.2-1noble.20260603.150409_amd64.deb Size: 82034 SHA256: 05f1283a70005606feff11a911b20058258b356cb314c78bc07847e281ea7f38 SHA1: f73f092946dcce4f4ea30aacdb103c0cb8f6c3c9 MD5sum: 4311b4325083cca879a28245bbeaa012 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: 2.1.2-1noble.20260603.150409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Ruess" Installed-Size: 1209 Depends: ros-jazzy-rcdiscover (= 2.1.2-1noble.20260603.150409) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcdiscover/ros-jazzy-rcdiscover-dbgsym_2.1.2-1noble.20260603.150409_amd64.deb Size: 1130782 SHA256: 70609669f7f97700b8e7654dab7568212037da12737d4e0cd5ac17fd9cea4aa6 SHA1: 6ffd80fa1b5e49fa352d6cb0ee6564f16fbf6340 MD5sum: 72f84fa1918455d949a0c701f0cb006a Description: debug symbols for ros-jazzy-rcdiscover Build-Ids: 615013cba1b5b4d9e8f28b70df04d13b0f8e7d0c 77fc134bdaca179c1fd7bbcc3a14ce15c5118ee9 Package: ros-jazzy-rcgcd-spl-14 Version: 4.1.0-1noble.20260615.102545 Architecture: amd64 Maintainer: ijnek Installed-Size: 793 Depends: libc6 (>= 2.4), 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.20260615.102545_amd64.deb Size: 70338 SHA256: d9c9d973bec7f21bed1262c6ad1528dfeea933d5774174b45592295ca9fd93c8 SHA1: 99e212e8656ea7c1d4afb1dd71e6b931d8e55b99 MD5sum: 6cd4507df7b0f32a173f1e6691bda863 Description: RoboCup SPL GameController Data V14 ROS msg Package: ros-jazzy-rcgcd-spl-14-conversion Version: 4.1.0-1noble.20260615.123700 Architecture: amd64 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.20260615.123700_amd64.deb Size: 7692 SHA256: 91cfb3651549e5ed6bce2b9474ae8d36f383f6babe22c89b5052b634948f9405 SHA1: cbcbb51c413ad86f961fe89919e7d61471761ff4 MD5sum: dca2250528b0c4deb93d1af00eb05caf 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.20260615.102545 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 486 Depends: ros-jazzy-rcgcd-spl-14 (= 4.1.0-1noble.20260615.102545) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcgcd-spl-14/ros-jazzy-rcgcd-spl-14-dbgsym_4.1.0-1noble.20260615.102545_amd64.deb Size: 368036 SHA256: 861467f9cfd150a80d7566474f65f756c0fca6b73242e9ae3bfac77063b6b73f SHA1: 5948294c46b60c1236a548eeec7152d1ff78eb12 MD5sum: 030101ad0143005b263d0b9f18cc76ac Description: debug symbols for ros-jazzy-rcgcd-spl-14 Build-Ids: 0e48029b0ac7b569c3407e6833c755c18b18dc0f 1708f6779137ba297809e2e4fe3411e80c95d430 34a07922c4a3422e1adfb8049eec805509a64970 3a10090d81de6ef39efabd54b22be976d403eb9e 4b44085d2bfb7dfe9d47c97949b3634c888087ff 60c8e33141ed22b0e0561757e9a4700adcbe8d0e 62d700eb1cb0cf3351e538f82afa2ada487d256d 8356f5d8180c361b35eaf773179b18fc0cef45e1 98f197423c1816c18571466c36d9fd84b25d8d5a a2cfca6bc29652fdb9a638781d1e777886873157 b9ed9a34205ebfaf7c8e876e0c6c98a9821a2e70 Package: ros-jazzy-rcgcrd-spl-4 Version: 4.1.0-1noble.20260615.102544 Architecture: amd64 Maintainer: ijnek Installed-Size: 467 Depends: libc6 (>= 2.4), 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.20260615.102544_amd64.deb Size: 44348 SHA256: cafe72e4273439ac12a32c8a796496dae631d225fc122d0c4a2e4bde1aa7c109 SHA1: d923cb72892b2ed0507cbe134c8dba964e1accaf MD5sum: b85df7598923aac8cb9a14655366db2b Description: RoboCup SPL GameController Return Data V4 ROS msg Package: ros-jazzy-rcgcrd-spl-4-conversion Version: 4.1.0-1noble.20260615.123700 Architecture: amd64 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.20260615.123700_amd64.deb Size: 5128 SHA256: a440e4e2c67cf6ac6ce8953e5f8587043d3d6678afa927e7ca0507b93118a106 SHA1: e71ef0f5a00b053f136362280a16bbe4d6d73d03 MD5sum: ee9ab5b23bdfb012c18c94e0cdedf6db 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.20260615.102544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 270 Depends: ros-jazzy-rcgcrd-spl-4 (= 4.1.0-1noble.20260615.102544) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcgcrd-spl-4/ros-jazzy-rcgcrd-spl-4-dbgsym_4.1.0-1noble.20260615.102544_amd64.deb Size: 182942 SHA256: feb11b7c9c4c03ecf2fb23e516c75dcf7a3e9bc35b5194f25848f9c26db4e205 SHA1: 2ee0168f27a9476b8d908f831033d3e3f81cfb8c MD5sum: fc92f9a6af4960ccc03d544a057bfd7b Description: debug symbols for ros-jazzy-rcgcrd-spl-4 Build-Ids: 0cf92e2262fd3a5967519acb5b69fb9dcae54bca 11eb7c76b90ac6809e04fbad3ce9c2abf8c27002 2715a8316eec36b7328a8390d614120a3f0f4d72 46f43590edb32ba63692ca1733a8666d672c95b5 6cfdab7179d24278c4b91e4c296d6663cdc640e6 a2e4e18c7858a833ce6327f49ce23b27d9e76f5b bb69c854f801b5728af254ea77162f13db27b2d2 d53ba508d90c26a5062a30bc82bc636184ab5701 dd87644c711a66acbaae4689186b62a42472e290 de5fe563ae39f94fe19b3f698411bd0fa3408b61 fb323384020d6889d89e01f20f297b023956fd9a Package: ros-jazzy-rcl Version: 9.2.11-1noble.20260615.132422 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 788 Depends: libc6 (>= 2.14), 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.11-1noble.20260615.132422_amd64.deb Size: 160524 SHA256: fe3f279898628ec1130cd1f1407324add727fb52802b7a992c81a6db46f851e0 SHA1: adbd26de06d342660a9b2055cf5d9af4275ab910 MD5sum: 360813da2aad840cc14e2c8e78ea4290 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.11-1noble.20260615.132842 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 268 Depends: libc6 (>= 2.4), 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.11-1noble.20260615.132842_amd64.deb Size: 48290 SHA256: 783845c271cac106830096914ccb57706e7d5ea4ca62ab6d9bef1cb552c307d7 SHA1: bf1015ff1202c36be03229e7f2e67cfb403d40a1 MD5sum: 617708e1e49380d428d86851b3808ecf 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.11-1noble.20260615.132842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 88 Depends: ros-jazzy-rcl-action (= 9.2.11-1noble.20260615.132842) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-action/ros-jazzy-rcl-action-dbgsym_9.2.11-1noble.20260615.132842_amd64.deb Size: 58802 SHA256: 1a9771e3fe8624b360d0ac590397e578c3184563c1adffd81e65b2a2eee5b8f0 SHA1: 79c1a30c1e7897feecf7156aafe7ac56a63bcaf2 MD5sum: 5aa16925ed487be6e43e5b9d33763b04 Description: debug symbols for ros-jazzy-rcl-action Build-Ids: 114a2107893e06ecacfcb252ecfe31c0362dfddb Package: ros-jazzy-rcl-dbgsym Package-Type: ddeb Source: ros-jazzy-rcl Version: 9.2.11-1noble.20260615.132422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 353 Depends: ros-jazzy-rcl (= 9.2.11-1noble.20260615.132422) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl/ros-jazzy-rcl-dbgsym_9.2.11-1noble.20260615.132422_amd64.deb Size: 272318 SHA256: a14b935e1faae05fd3790fe8f49e258a3c7fa4d4e50817e0187621a8b41ff38e SHA1: 99d4b291abc5f64da857963102901c4ead0f0701 MD5sum: c77fd15e18e37385f14593a492c49910 Description: debug symbols for ros-jazzy-rcl Build-Ids: bacda336343a65d8239ed69f6e0478af57b7989a Package: ros-jazzy-rcl-interfaces Version: 2.0.4-1noble.20260615.102556 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5858 Depends: libc6 (>= 2.14), 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.20260615.102556_amd64.deb Size: 396300 SHA256: b315905c4cb80aa1e4cace4beb5a948c24f075937accde0c6e914732459cc756 SHA1: da0fed088c4cb525977ddec83085d9fd8cfc4853 MD5sum: 45d3c2b9875349047dbc3b357d591afe 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.20260615.102556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5158 Depends: ros-jazzy-rcl-interfaces (= 2.0.4-1noble.20260615.102556) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-interfaces/ros-jazzy-rcl-interfaces-dbgsym_2.0.4-1noble.20260615.102556_amd64.deb Size: 4308968 SHA256: 743acf516731f2264599b730a0b019ae4fef3ff1695f4e63d1ac46c5bf6144bc SHA1: a9576fddfe87c8ebccef9c7b109bd52c605144c1 MD5sum: 02296c337ec5c526528720028501b81d Description: debug symbols for ros-jazzy-rcl-interfaces Build-Ids: 11b92febf7fb79d36e5690711baf3940381933b8 19ab8b41ed58b7cf75e961173ce91338224daa0a 2aba5f0ba62ca7b28d19f384bb5ed99d2723ae69 4e6b4206c4b8335bc2731ecd1bdfdbf493aa649f 53c1f7ecbc77c1653d8678e4c13a8c603ce89bd2 b043824e569de2881aeccbcfb741d91ad2c846c6 bfd96dbca45bdfce6d49c974a97100e95fbae2eb d725fef1237f9254af11497961ff60be8644a87a eade7b8a6559ee587a6cbbd325b4b5444217505f f1011e4207db7c00f816762dbc5941e89f4abc92 fcd74a3e5629dbf54a5daf32fec5891b9c8b6e4e Package: ros-jazzy-rcl-lifecycle Version: 9.2.11-1noble.20260615.132825 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 140 Depends: libc6 (>= 2.4), 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.11-1noble.20260615.132825_amd64.deb Size: 27824 SHA256: 94677d22054a4968acb264224a9c59d2a9ae14d850b8c6480ded56d5cac88bf2 SHA1: e0408e89e64d34cca7149f2c7fd07872d694bc33 MD5sum: bef47117d60aff0b03c833d9fd41178b 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.11-1noble.20260615.132825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 53 Depends: ros-jazzy-rcl-lifecycle (= 9.2.11-1noble.20260615.132825) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-lifecycle/ros-jazzy-rcl-lifecycle-dbgsym_9.2.11-1noble.20260615.132825_amd64.deb Size: 33130 SHA256: 52f232d21184ea46fac1606b5551fe070c1b7fbda4ac38a333a0f48d33c6306d SHA1: b5f8187e3fbcb2705aab73adaf518c70542627bb MD5sum: 17e8afca2efdb3d2a64e377db29379c0 Description: debug symbols for ros-jazzy-rcl-lifecycle Build-Ids: 4712066fde5ff272b7a218c6f597f8939932bf5f Package: ros-jazzy-rcl-logging-interface Version: 3.1.1-1noble.20260603.152452 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 81 Depends: libc6 (>= 2.4), 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.20260603.152452_amd64.deb Size: 13352 SHA256: e1c520aa13b6fd9ea18b14c305e9557f6e1a8cf54aab035f3bd7557190ccd5f3 SHA1: 5dd2f295df6ff15bb68defedae2c4fa03575b63e MD5sum: 203774faf6c633a8fe3a18ae212660a4 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.20260603.152452 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 18 Depends: ros-jazzy-rcl-logging-interface (= 3.1.1-1noble.20260603.152452) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-logging-interface/ros-jazzy-rcl-logging-interface-dbgsym_3.1.1-1noble.20260603.152452_amd64.deb Size: 4778 SHA256: 1ea2417aab31770a9a9a332e79627650e068d2fa01746dabfa41af05cc7f3fe4 SHA1: 810c8222fbc070c9a952a98e95424446dead99dc MD5sum: 4699f04a14b5b9bbf3b0363cae13243c Description: debug symbols for ros-jazzy-rcl-logging-interface Build-Ids: b0a650c949393c1e01e818c4fee16333eaab6dfc Package: ros-jazzy-rcl-logging-noop Version: 3.1.1-1noble.20260604.025147 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 76 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.20260604.025147_amd64.deb Size: 11506 SHA256: 3235bf25041cfae6a9ce1330f7ad83c420f71e696eb046584c7b7178ce8792a1 SHA1: 6bb8dea375d1d3cbb7f596f17d953cef9dab29c9 MD5sum: 5074342b03540b267e1789d57ca931eb 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.20260604.025147 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 16 Depends: ros-jazzy-rcl-logging-noop (= 3.1.1-1noble.20260604.025147) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-logging-noop/ros-jazzy-rcl-logging-noop-dbgsym_3.1.1-1noble.20260604.025147_amd64.deb Size: 3546 SHA256: 2941398579d997232a687dbb53a8ab1ca1d5f16e67cde4aa77d282119b695ea6 SHA1: 46f2ae4883a719cfe05ec87959a2647f806fdc61 MD5sum: 6da65fc132597932421be55534b5a33f Description: debug symbols for ros-jazzy-rcl-logging-noop Build-Ids: 423b0346a4a1b155d8462d2e42636ffb36d06ead Package: ros-jazzy-rcl-logging-spdlog Version: 3.1.1-1noble.20260604.025148 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 104 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.20260604.025148_amd64.deb Size: 22530 SHA256: 1594fe57c51ecb5c0e9e27a09d51baa253537b7499f04736b6992a467acd1605 SHA1: 26f31927dc6f31f6bc899727b91107e5f3f907d7 MD5sum: 47e707e0623afd7655cb3d69fafd7e08 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.20260604.025148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 221 Depends: ros-jazzy-rcl-logging-spdlog (= 3.1.1-1noble.20260604.025148) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-logging-spdlog/ros-jazzy-rcl-logging-spdlog-dbgsym_3.1.1-1noble.20260604.025148_amd64.deb Size: 200342 SHA256: 47c7b5b29d7108645868fa2dd8789d268cfe6de9352e47727f1e5fa56300871e SHA1: a08224826484817941c725edfe2cfc1d585bae2e MD5sum: 8e95fbc2ca99f8ca8f4c1eebc9bcb578 Description: debug symbols for ros-jazzy-rcl-logging-spdlog Build-Ids: 103200f2c3c440685f8f51808bfcac1642ca06bd Package: ros-jazzy-rcl-yaml-param-parser Version: 9.2.11-1noble.20260612.050432 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 129 Depends: libc6 (>= 2.14), 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.11-1noble.20260612.050432_amd64.deb Size: 29672 SHA256: bebfcc88c5d4988067762d69384ea6a47ec89294723ab423031fbd04d602d6f9 SHA1: ff4956eb22b7606df359bb6509bbef352eff935e MD5sum: b54830480a99b10547d306a70f117a57 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.11-1noble.20260612.050432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 63 Depends: ros-jazzy-rcl-yaml-param-parser (= 9.2.11-1noble.20260612.050432) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcl-yaml-param-parser/ros-jazzy-rcl-yaml-param-parser-dbgsym_9.2.11-1noble.20260612.050432_amd64.deb Size: 43718 SHA256: 06d09e2c93ecc654eb9da9d9d7be6d26b8781f3d83edc0b85658d8cc38a6c5a3 SHA1: ad828cca3335c78be230bbcdd364896623500c14 MD5sum: f2a8da9d71114efdc1fd2d01583acbac Description: debug symbols for ros-jazzy-rcl-yaml-param-parser Build-Ids: 8245bee1d9687f4582b9b525cebae970631943d9 Package: ros-jazzy-rclc Version: 6.1.2-1noble.20260615.133208 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 264 Depends: libc6 (>= 2.4), 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.20260615.133208_amd64.deb Size: 47908 SHA256: fdd75b4d60dbe72a66d2fcc4d2d604b66824a83e9c640a24531e2e9087e6ccab SHA1: c9637815a0f7d27e5082c631b81b2e50da08eb8d MD5sum: 2a46a865d197c6d49d27064fd344321a Description: The ROS client library in C. Package: ros-jazzy-rclc-dbgsym Package-Type: ddeb Source: ros-jazzy-rclc Version: 6.1.2-1noble.20260615.133208 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 127 Depends: ros-jazzy-rclc (= 6.1.2-1noble.20260615.133208) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc/ros-jazzy-rclc-dbgsym_6.1.2-1noble.20260615.133208_amd64.deb Size: 86850 SHA256: 2a0dc98c5b27be6b139d74e6f7edd48951cbb390564e8e94cc00db4fd452e2db SHA1: a1bf5eb8f11ec417eaa08a00a5993ba3dfedf68d MD5sum: 7e8a8f81d9dbb89650eaf552ea74f515 Description: debug symbols for ros-jazzy-rclc Build-Ids: 77b6332f69fb2ab50641a3c7d47eeda067a23aba Package: ros-jazzy-rclc-examples Version: 6.1.2-1noble.20260615.133935 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 261 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.20260615.133935_amd64.deb Size: 34516 SHA256: aaf84546a0bc56590708806d0205b6ebe3e72a6e213fbf3d1a5026b491f16b12 SHA1: bb501a1890cdd6efb1939400b40569bb03038d3f MD5sum: ecae08d926f8eb57762f4c680b0f03fb 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.20260615.133935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 266 Depends: ros-jazzy-rclc-examples (= 6.1.2-1noble.20260615.133935) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc-examples/ros-jazzy-rclc-examples-dbgsym_6.1.2-1noble.20260615.133935_amd64.deb Size: 158888 SHA256: 5ea72c21dfd6a2c22767f8d22dd51d38b8397d5ab3634b5a05569cf808bf64b3 SHA1: 5ffa8df6d07e6c71f98ee5a6cfbf4c5811fe0102 MD5sum: e89561397e4c5738db0359743a28cece Description: debug symbols for ros-jazzy-rclc-examples Build-Ids: 1c6ff4041250958133679ca9b701864fa09cbfb3 20346e75dc25f4709a6bb491b35dc32280b0ac02 2de9a6f9f59578eb1370dd3ebaba65aadba74f85 3d482fc1e680f8b118bd0b5d65bfd2bc16c2e558 4e977f649efb9c9442394ba0739e4ea9efda9974 79d364b96c7ddb45706aff834e05c04bbf141ae0 7db4ac424f6a0eaba2e1693380529ee8cb4ec042 8cc11a82ee5eca95c1926dcbae35b1886c5be3f6 c09d6f61146347c97bbaf0025da49d5b34a0a79d dd7bd97a74e427721d2a1a4ae62a179083e64ee0 dffaf4167ef4fc6cbad8fc6315d9a2ce50eea3ad e24e5c089846d0d036e38cb1fd3e6f728f503952 Package: ros-jazzy-rclc-lifecycle Version: 6.1.2-1noble.20260615.133542 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 94 Depends: libc6 (>= 2.4), 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.20260615.133542_amd64.deb Size: 17424 SHA256: f66b044fbb1fb3dd9b09626867a09e18061147c02133828a65fa25c24e0c6cce SHA1: 4ee6f8d501d28403443a3e7e8218ad8cdd674880 MD5sum: 5eaa45d2e3fd215989ae06be53f43f04 Description: rclc lifecycle convenience methods. Package: ros-jazzy-rclc-lifecycle-dbgsym Package-Type: ddeb Source: ros-jazzy-rclc-lifecycle Version: 6.1.2-1noble.20260615.133542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 38 Depends: ros-jazzy-rclc-lifecycle (= 6.1.2-1noble.20260615.133542) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclc-lifecycle/ros-jazzy-rclc-lifecycle-dbgsym_6.1.2-1noble.20260615.133542_amd64.deb Size: 20894 SHA256: af5f24101f58e71c2fef53a3bb5616dd4971f64480f7bf71ac4a8c01bd8cffa2 SHA1: 1fabe196c1634bdf2c1be351eabc16d8671888c0 MD5sum: 4cfaf579e5e1b6242d804c40495018b4 Description: debug symbols for ros-jazzy-rclc-lifecycle Build-Ids: 458f86069f7fcf122e0ba5853716e6291bec681b Package: ros-jazzy-rclc-parameter Version: 6.1.2-1noble.20260615.133635 Architecture: amd64 Maintainer: Antonio Cuadros Installed-Size: 132 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.20260615.133635_amd64.deb Size: 24410 SHA256: 3e7fb40f95702ee4792deca0a5e0360dd77bfc6fc1f62ba8f41fb6add15c950c SHA1: 30de1828779e664fb4d2b3554a65ed86ed09103c MD5sum: b7a0b6d775638abd22acd795ecb1aa23 Description: Parameter server implementation for micro-ROS nodes Package: ros-jazzy-rclcpp Version: 28.1.21-1noble.20260615.133124 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 4067 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), 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 Homepage: https://index.ros.org/p/rclcpp/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp/ros-jazzy-rclcpp_28.1.21-1noble.20260615.133124_amd64.deb Size: 833542 SHA256: 5480886293f79fb1656611f9ec04916cf03e3bccf57430e1674cf61e31a5b186 SHA1: fafdda3066885b85b887fb63dd4ed1150a987a12 MD5sum: a7564afd518f52f96a2275e0417e3f53 Description: The ROS client library in C++. Package: ros-jazzy-rclcpp-action Version: 28.1.21-1noble.20260615.145316 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 417 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 Homepage: https://index.ros.org/p/rclcpp_action/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-action/ros-jazzy-rclcpp-action_28.1.21-1noble.20260615.145316_amd64.deb Size: 100146 SHA256: 8ea927bd33b6428d49dccc1bdb96b9e992e7487112529c5e639c8179c122abc9 SHA1: de58dbc68e8ed1525a0d5ccc05094ec8ed5aebf9 MD5sum: 1e332b064dab227fe21433121e65a65b Description: Adds action APIs for C++. Package: ros-jazzy-rclcpp-action-dbgsym Package-Type: ddeb Source: ros-jazzy-rclcpp-action Version: 28.1.21-1noble.20260615.145316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1311 Depends: ros-jazzy-rclcpp-action (= 28.1.21-1noble.20260615.145316) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-action/ros-jazzy-rclcpp-action-dbgsym_28.1.21-1noble.20260615.145316_amd64.deb Size: 1211320 SHA256: 991a4d6f5bb83ba4155a5dd7d7a90d1e611a3fca1e23e3821b3ae835addf0048 SHA1: 36ac103ed6899e12e136cd61921aa13eb64371c9 MD5sum: 67efba3e06fc9902c82024db097898be Description: debug symbols for ros-jazzy-rclcpp-action Build-Ids: 39766cc36ef2123b2e896186eba3cba79577ed5a Package: ros-jazzy-rclcpp-cascade-lifecycle Version: 2.0.0-3noble.20260615.134752 Architecture: amd64 Maintainer: fmrico Installed-Size: 793 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.20260615.134752_amd64.deb Size: 140210 SHA256: ea5c2cfc21f830e8c33f43d340c517656e116cb45a31ed0f23ee1a50505bd8b8 SHA1: a9cdc1b9fea6579f1d4112b3d64e75028e5b7911 MD5sum: ed2a63a50f7cebf0d1968432faedb6b7 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.20260615.134752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: fmrico Installed-Size: 3185 Depends: ros-jazzy-rclcpp-cascade-lifecycle (= 2.0.0-3noble.20260615.134752) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-cascade-lifecycle/ros-jazzy-rclcpp-cascade-lifecycle-dbgsym_2.0.0-3noble.20260615.134752_amd64.deb Size: 2591382 SHA256: 03a677732b82d04ab75a3b261caa7b23800f0366832a35f18b5d3671d9ad4a4b SHA1: 2c0dd63d8a33cfec872ef61f396e6e1839f54df3 MD5sum: 9e5db292aa77d57e75f7092cefbbd885 Description: debug symbols for ros-jazzy-rclcpp-cascade-lifecycle Build-Ids: a27a4c1c915bf2611b5806276725c46dbb757a46 Package: ros-jazzy-rclcpp-components Version: 28.1.21-1noble.20260615.140757 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 407 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 Homepage: https://index.ros.org/p/rclcpp_components/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-components/ros-jazzy-rclcpp-components_28.1.21-1noble.20260615.140757_amd64.deb Size: 88692 SHA256: d54827a91b80b136711ca7f409c9057ecbb1553c796923159c76e7bb75f7046a SHA1: 99cd97577e74f628084f1d8923ef2b94523b96af MD5sum: a0c5d61000886be7135165e2b6f8434b 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.21-1noble.20260615.140757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 2127 Depends: ros-jazzy-rclcpp-components (= 28.1.21-1noble.20260615.140757) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-components/ros-jazzy-rclcpp-components-dbgsym_28.1.21-1noble.20260615.140757_amd64.deb Size: 1998312 SHA256: 6d3499ef40c41eca88e58bfe1d9e5d1105750f95f031ea782c184fc2c2f50585 SHA1: 00bbb7e280ea3c28dfd1360eb6dfcd30a33abe98 MD5sum: d2f9d6d8c4679c7ce48e9963a3ff9356 Description: debug symbols for ros-jazzy-rclcpp-components Build-Ids: 455536859159e2d52ec81f696e9d629f92161b14 62aa7ada804b1e7d9c5cc9566b934095a07eeaf4 6be8013d38ed9d3aa91be0405a54b92b2d403f67 707bc48e3565504e1b8702a702e2fe9856092134 9a7c8f903feedbfd13a61dd5d1fd58bea6cbdd31 Package: ros-jazzy-rclcpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rclcpp Version: 28.1.21-1noble.20260615.133124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 16297 Depends: ros-jazzy-rclcpp (= 28.1.21-1noble.20260615.133124) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp/ros-jazzy-rclcpp-dbgsym_28.1.21-1noble.20260615.133124_amd64.deb Size: 14951922 SHA256: af7fac87b50f9cc473ab1ceaf6644f15bef21a3d6829d247d6e2820093ed8662 SHA1: eceeca78f49e0e5bdfc7b723bc5cb7fbb3c79947 MD5sum: 28b5b02c2449fddddd025607a125460e Description: debug symbols for ros-jazzy-rclcpp Build-Ids: 43ab5428180ef658f107081f8e587215bcbac94c Package: ros-jazzy-rclcpp-lifecycle Version: 28.1.21-1noble.20260615.134238 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 375 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 Homepage: https://index.ros.org/p/rclcpp_lifecycle/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-lifecycle/ros-jazzy-rclcpp-lifecycle_28.1.21-1noble.20260615.134238_amd64.deb Size: 82410 SHA256: 5c8d8b3745b37d354e4fb7d7202a48008f6f6e14bda64a14e65494ec199e7e71 SHA1: dcd98cf91791ce6ceb37ea1ca7e346e0c1f69fe4 MD5sum: 5c54177f6ebee1fe66032316efc3afd9 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.21-1noble.20260615.134238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1251 Depends: ros-jazzy-rclcpp-lifecycle (= 28.1.21-1noble.20260615.134238) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclcpp-lifecycle/ros-jazzy-rclcpp-lifecycle-dbgsym_28.1.21-1noble.20260615.134238_amd64.deb Size: 1145576 SHA256: d8f3475d81bff0c4cc23cdf82997606f823bd9b32ae3846e59cb8cb926d06184 SHA1: bde950b54db2aabae3ec00c07c9ec42c050c149d MD5sum: f5d48b07456eb64c53fdae97b56a5f54 Description: debug symbols for ros-jazzy-rclcpp-lifecycle Build-Ids: 1681ebdee068fdcfff8481fb2e7e28851040ab51 Package: ros-jazzy-rclgd Version: 2.1.0-3noble.20260804.180421 Architecture: amd64 Maintainer: "ozuba" Installed-Size: 142827 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-colcon-rclgd, ros-jazzy-geometry-msgs, ros-jazzy-rclcpp, ros-jazzy-rclgd-cli, ros-jazzy-ros-babel-fish, ros-jazzy-ros2launch, ros-jazzy-rosgraph-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://rclgd.readthedocs.io/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclgd/ros-jazzy-rclgd_2.1.0-3noble.20260804.180421_amd64.deb Size: 66376352 SHA256: 063430fe53737bde124f8b5691c453b7da9cc8f02479f424c0062840589cfa9a SHA1: 31e05b5c09f80480a05795ba712c4f3567dde783 MD5sum: 26fb3333fc0869598f425c3f8d1a663f Description: GODOT implementation of rclcpp Package: ros-jazzy-rclgd-cli Version: 2.1.0-3noble.20260717.161321 Architecture: amd64 Maintainer: "ozuba" Installed-Size: 111 Depends: ros-jazzy-ament-index-python, ros-jazzy-ros2cli, ros-jazzy-ros-workspace Homepage: https://rclgd.readthedocs.io/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rclgd-cli/ros-jazzy-rclgd-cli_2.1.0-3noble.20260717.161321_amd64.deb Size: 24554 SHA256: 6601d51432b597e1f2f73e9915ffad4e31734a19b1cf9e6d40dc2aef57912366 SHA1: 86a62e56c819c96e31991e9a4008b92a5ca04582 MD5sum: b540a2783456f0360104ae80a6b288f6 Description: ros2cli extension for rclgd: create/edit Godot packages and manage the Godot runtime Package: ros-jazzy-rclpy Version: 7.1.11-1noble.20260615.133206 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 1777 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.20260615.133206_amd64.deb Size: 467508 SHA256: d3e4a4c35245fab2b4309d1b692747655bc9be35cb04cba69f0a5eb3e72c54d3 SHA1: 7176f3c5a4ed8b723c2219810abc2e1bd26a7df0 MD5sum: 67b626cdb78a5aeb2c9777a0aa5e9486 Description: Package containing the Python client. Package: ros-jazzy-rclpy-message-converter Version: 2.0.1-4noble.20260615.145414 Architecture: amd64 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.20260615.145414_amd64.deb Size: 14650 SHA256: 70ee2132c9f446f112adbd12a2f7f2ac16b2bb7350319928ef60b3ca756d76fd SHA1: ccc0267fdb84d2719a75c1fde2fa406bd4429468 MD5sum: 38e4876b249389dcbb9b8a83cbdab986 Description: Converts between Python dictionaries and JSON to rclpy messages. Package: ros-jazzy-rclpy-message-converter-msgs Version: 2.0.1-4noble.20260612.065032 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1332 Depends: libc6 (>= 2.4), 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.20260612.065032_amd64.deb Size: 106426 SHA256: a59700b3a60a3d8665f395aa33dd5e4ba5d122a141c91f5ddc83858c69f4cdfc SHA1: da597cbb0f31faac8a5439ab6f1e482d5f2375b9 MD5sum: 58eccaa0604496aa7d2dd9aa38d96d03 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.20260612.065032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1018 Depends: ros-jazzy-rclpy-message-converter-msgs (= 2.0.1-4noble.20260612.065032) 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.20260612.065032_amd64.deb Size: 791106 SHA256: af26bc5b9aceb2e581445b8716510adba32626d8afc856aaab58cddb3cb86600 SHA1: 7ca9c28cb9758b248ca09bc97bd869f52936b6a6 MD5sum: 9b59957d60a3a0d8e9d2d2edeeda4ef9 Description: debug symbols for ros-jazzy-rclpy-message-converter-msgs Build-Ids: 130b435932442c0472d6a147b326383fbda92afa 458df95ed110cb423b1e535d0e93392a38c7913a 6165f5919c949d0fef472e70f674bbea52faaac5 7741e3e6e0c2d29d71dcd40bc8a8067d66bc7a5a b65748970bb61bd4f0155318a11ef69c31820033 c2ac357e35aa6d0fdecce772280aa501246d81f2 d3759f92b17de28ccc71e02346141c860e8c19ac e317d118f909e096a2600c3a0e2defbff8653023 f2ccfe3425ed006476f08d13cd4297c5b35fac0f f7b2209c016505bd86a3e09477308361da892c66 f9b45ccb93d63414c6ee2efac9457322a9d7fc61 Package: ros-jazzy-rcpputils Version: 2.11.4-1noble.20260603.152446 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 292 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.4-1noble.20260603.152446_amd64.deb Size: 55738 SHA256: 47b8d781c736f8faa9a07720bf1950b8f9a0aa73cfcae532ba71e3061fc75994 SHA1: 9b1a28d9e80aa42b797712163c0e4c93ad005e01 MD5sum: 426df9d9eb1d18bf056cc4ed21d894f9 Description: Package containing utility code for C++. Package: ros-jazzy-rcpputils-dbgsym Package-Type: ddeb Source: ros-jazzy-rcpputils Version: 2.11.4-1noble.20260603.152446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 240 Depends: ros-jazzy-rcpputils (= 2.11.4-1noble.20260603.152446) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcpputils/ros-jazzy-rcpputils-dbgsym_2.11.4-1noble.20260603.152446_amd64.deb Size: 214400 SHA256: 14d92a6a77313b1368d94b97de2680e65298668b368b99d0634a69e65fae04d3 SHA1: f1f80e4474f6dc20e99c53ba959d44bec7afface MD5sum: afb6340d49f50cdae40369ed1af263dc Description: debug symbols for ros-jazzy-rcpputils Build-Ids: 8a7154b800ea24bf4ada06931b62a2986f24e92a Package: ros-jazzy-rcss3d-agent Version: 0.4.1-4noble.20260615.135610 Architecture: amd64 Maintainer: ijnek Installed-Size: 194 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.20260615.135610_amd64.deb Size: 57626 SHA256: 76f2db5b631382ec63d6f4ac93ec358b130faede2c5239883debd722507d1207 SHA1: aa2ea188d752fc42e580d539eb92bcd9b3795044 MD5sum: 18e66987fa63e73bb11f4a34e83436af 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.20260615.164123 Architecture: amd64 Maintainer: ijnek Installed-Size: 1446 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.20260615.164123_amd64.deb Size: 205812 SHA256: 236869b57f39a81b9bc42052423b74221bb2524517271628d34da811f5904689 SHA1: bac576f8cc0eaf279d820d4185c5ba410eff0cd7 MD5sum: 4ea9f06a7922330756ec49ba2365058d 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.20260615.164123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 6165 Depends: ros-jazzy-rcss3d-agent-basic (= 0.4.1-4noble.20260615.164123) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent-basic/ros-jazzy-rcss3d-agent-basic-dbgsym_0.4.1-4noble.20260615.164123_amd64.deb Size: 4860954 SHA256: 5909430a2afd6ffa0abca72bce94695b3417b07af12b2fe05862b778629bfdd9 SHA1: 4d3ac84633b8d3f9f187382470f33d5ef4932c84 MD5sum: 6d8794b86c6822d334fd0f52b1834143 Description: debug symbols for ros-jazzy-rcss3d-agent-basic Build-Ids: 6db139fc4018db4ac35e0829abfa5196ddb9bbb1 806302a0e96982fc4bd95756fc07badecac20c4e Package: ros-jazzy-rcss3d-agent-dbgsym Package-Type: ddeb Source: ros-jazzy-rcss3d-agent Version: 0.4.1-4noble.20260615.135610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1048 Depends: ros-jazzy-rcss3d-agent (= 0.4.1-4noble.20260615.135610) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent/ros-jazzy-rcss3d-agent-dbgsym_0.4.1-4noble.20260615.135610_amd64.deb Size: 1011732 SHA256: b2eead427f52aa508bfec37c3280839d33c914c60a26655c5cd80d22e66a87ca SHA1: 0226241d48b0fdd45e6a5ef4047369f5dcac333f MD5sum: e94ee7b0c73e22764cddb3b629e72167 Description: debug symbols for ros-jazzy-rcss3d-agent Build-Ids: 77e49cc163df961a529040e035100dad242a6eaf Package: ros-jazzy-rcss3d-agent-msgs Version: 0.4.1-4noble.20260615.102651 Architecture: amd64 Maintainer: ijnek Installed-Size: 3510 Depends: libc6 (>= 2.14), 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.20260615.102651_amd64.deb Size: 265406 SHA256: 4f938d64ffd7a5a5e1964ca8c81723fed852ec82fd22bce41c91262115574a16 SHA1: c69874abc1dd31dd9accbe8b72f09027a10724ed MD5sum: 8eb4dcf385a3f1d5b3b1443ed09e0286 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.20260615.102651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3038 Depends: ros-jazzy-rcss3d-agent-msgs (= 0.4.1-4noble.20260615.102651) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-agent-msgs/ros-jazzy-rcss3d-agent-msgs-dbgsym_0.4.1-4noble.20260615.102651_amd64.deb Size: 2556172 SHA256: e87bed015e5d5a38b0e73f4559e19c245fa544877857c773a052583448b2e990 SHA1: fedd27a396df333a0e24e6b56f9705807c5dc57e MD5sum: cad460ba52ae4986503e0e2ba55c3422 Description: debug symbols for ros-jazzy-rcss3d-agent-msgs Build-Ids: 17f359ab7be4118d0461445e7c7342620d98ca97 1d0271f9ca913a5fe3dd46edb4a1f6a42af98df5 22e1d962990707250c981d0d2e4cc70910758542 27196f0d9cba897b9f4d737efd909c84ece3a19d 2f170eb92b62d38f9bbc944923a0731d0c2802d7 6b9795e91462e967f8b9e63d93d5e88700e942f2 7500931899ecc43da1fec9ea489c12b2d023c86b 7b0072f8fb88d216df817d60264f32dc9ebd3405 afc1fef764cec403ba316017282ac4f491925a38 c53c941c84339f31b40c7fa73975d9ce6fb1ec1c e03477b9cb873c9af8eaa14eccac95d55e653c42 Package: ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces Version: 0.4.1-4noble.20260615.124359 Architecture: amd64 Maintainer: ijnek Installed-Size: 83 Depends: libc6 (>= 2.4), 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.20260615.124359_amd64.deb Size: 14450 SHA256: 8dc2cb8ce5ce2a7f5a19f35097b46ef419975c973141da913841910d241bf63c SHA1: 6f2bd87e053628d9ea11aa2065c5dead3ea9aa9d MD5sum: 13632124f30396f92a2a171ff85b3f0c 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.20260615.124359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 120 Depends: ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces (= 0.4.1-4noble.20260615.124359) 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.20260615.124359_amd64.deb Size: 106522 SHA256: 5000579c34d12e6c4147609bccd56d823c6e2e1d5a29ec73674e5fb223c93411 SHA1: fa177bbe4803ecefc1c8bff5cd70e3801223d5a6 MD5sum: 8876fe3938647ef6c48496aa86344a6b Description: debug symbols for ros-jazzy-rcss3d-agent-msgs-to-soccer-interfaces Build-Ids: cf30d5f5f08c3fd761558a87390dfbf45f880c88 Package: ros-jazzy-rcss3d-nao Version: 1.2.0-3noble.20260615.141812 Architecture: amd64 Maintainer: ijnek Installed-Size: 1312 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.20260615.141812_amd64.deb Size: 238962 SHA256: 25f81e17f4c5575c64fbda8deb514797df6a3dcfa1f7f8b5cdc1d69bd11a041e SHA1: fbbabc3c50d6276fb7d03130cee689052f1f850e MD5sum: 614f29f8ebe516d98941ab526756e6c7 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.20260615.141812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 6395 Depends: ros-jazzy-rcss3d-nao (= 1.2.0-3noble.20260615.141812) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcss3d-nao/ros-jazzy-rcss3d-nao-dbgsym_1.2.0-3noble.20260615.141812_amd64.deb Size: 5457982 SHA256: ca09aa3377b1a57304cc3202138452bc3310b9210fc281b2e9edad265bcd30bf SHA1: 7f7e42094f3a368efb8337c8eed24bcbd0ff9967 MD5sum: 598c5799cbc121dc27107af886706975 Description: debug symbols for ros-jazzy-rcss3d-nao Build-Ids: 5fe06c7448116cc3c9d411dcee80258888af8e0a eeabd68285ed2de18777437211459ea106997140 Package: ros-jazzy-rcutils Version: 6.7.6-1noble.20260603.152220 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 502 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.6-1noble.20260603.152220_amd64.deb Size: 91800 SHA256: dff3bfccab3bfaf763f9621f393045361ac3b983d5dd75c58c652dd7a195135d SHA1: b63f9d485b6fd889e0b312fa4da48a45690ccf66 MD5sum: abfdec09e80b963d2cb462c7a74728ae 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.6-1noble.20260603.152220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 128 Depends: ros-jazzy-rcutils (= 6.7.6-1noble.20260603.152220) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rcutils/ros-jazzy-rcutils-dbgsym_6.7.6-1noble.20260603.152220_amd64.deb Size: 91970 SHA256: 51e4bd41195711636c4cc9a0e4eb1c84fb15823422f904ba89dfd5130110e724 SHA1: 9b5d9fb3fac8aa73973909fef47a0c828ed76d8a MD5sum: 1ce24dabc31afc141487f9481121b877 Description: debug symbols for ros-jazzy-rcutils Build-Ids: 7075a4ad1e7a348817ea4fdc366f0772bcb6808b Package: ros-jazzy-rdl Version: 6.0.0-1noble.20260615.181413 Architecture: amd64 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.20260615.181413_amd64.deb Size: 4696 SHA256: 90a960a34fdaed41f39e512adb7b1dd56de86ae913feb7cdd6af039f5757dd8c SHA1: e7334f32cb25dcd3d3dee7a1597ea7a3f653ebdb MD5sum: 738c4b7d8fa01358ecff34701dbd0448 Description: The rdl meta-package Package: ros-jazzy-rdl-benchmark Version: 6.0.0-1noble.20260615.180229 Architecture: amd64 Maintainer: jordan Installed-Size: 284 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.20260615.180229_amd64.deb Size: 72504 SHA256: c66637d8ed0602a2c4a4cf0c216e91a05b548ce5d08daadd8e541cbc7d76909d SHA1: 708dbbacce3cd4fbb8d020183066f86516dc5b11 MD5sum: 51793904e766bda4548371cf11b0a4fe Description: The rdl_benchmark package Package: ros-jazzy-rdl-benchmark-dbgsym Package-Type: ddeb Source: ros-jazzy-rdl-benchmark Version: 6.0.0-1noble.20260615.180229 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: jordan Installed-Size: 9123 Depends: ros-jazzy-rdl-benchmark (= 6.0.0-1noble.20260615.180229) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rdl-benchmark/ros-jazzy-rdl-benchmark-dbgsym_6.0.0-1noble.20260615.180229_amd64.deb Size: 9136288 SHA256: 2f888e7f4950071c3ea2304e4cd154de537343b805f4589fa782a2560dbf1a67 SHA1: fd07673c96c38c2ef5f49c38741bbf78a4213141 MD5sum: acde6de79c9aad98cdf27986b40dcba6 Description: debug symbols for ros-jazzy-rdl-benchmark Build-Ids: 9321c97f8fc55dba576e3a4f9645b333cf10f35a dcd4bd273b732c5024ee55f749c792f17de7ada4 Package: ros-jazzy-rdl-dynamics Version: 6.0.0-1noble.20260615.161439 Architecture: amd64 Maintainer: jordan Installed-Size: 1281 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.20260615.161439_amd64.deb Size: 386284 SHA256: b42e60f4f379bd76e16ea6d2f21656cb95f9cc028cde459d41e27da8b61d2aa1 SHA1: 50e1eeb0be0050000e2c0ab1f263780809bc8ec0 MD5sum: 37aa74856818678841436ca2fb52b44e Description: The rdl_dynamics package Package: ros-jazzy-rdl-dynamics-dbgsym Package-Type: ddeb Source: ros-jazzy-rdl-dynamics Version: 6.0.0-1noble.20260615.161439 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: jordan Installed-Size: 30712 Depends: ros-jazzy-rdl-dynamics (= 6.0.0-1noble.20260615.161439) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rdl-dynamics/ros-jazzy-rdl-dynamics-dbgsym_6.0.0-1noble.20260615.161439_amd64.deb Size: 30879462 SHA256: 43daa825a53f16c186567735ede00b5ba872861086b52b4f78cf92aeeed18366 SHA1: 4332d5822660a1208a2dd94b2bc46a5c81f47393 MD5sum: 48e98ff8294108d7d335c2eb2ec3e496 Description: debug symbols for ros-jazzy-rdl-dynamics Build-Ids: 766a7f69e57965ec3cbed48877185c8cb5a37a8c Package: ros-jazzy-rdl-urdfreader Version: 6.0.0-1noble.20260615.163629 Architecture: amd64 Maintainer: jordan Installed-Size: 279 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.20260615.163629_amd64.deb Size: 77616 SHA256: ebba593e764d5f6e34f35e2e54d2b19750e7edc4269d46f51e15922c27cd4d80 SHA1: eca31dfe6e0fcf24b71c0eadb5922ef22a542797 MD5sum: ea9bfc8d0287f4f2a70c6549a3e9eb14 Description: The rdl_urdfreader package Package: ros-jazzy-rdl-urdfreader-dbgsym Package-Type: ddeb Source: ros-jazzy-rdl-urdfreader Version: 6.0.0-1noble.20260615.163629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: jordan Installed-Size: 6710 Depends: ros-jazzy-rdl-urdfreader (= 6.0.0-1noble.20260615.163629) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rdl-urdfreader/ros-jazzy-rdl-urdfreader-dbgsym_6.0.0-1noble.20260615.163629_amd64.deb Size: 6735672 SHA256: c7c4f564008d0c1d51dff449055fa614e246bd9673cf473a3d6d54fa61fbe20e SHA1: e9f847f6000bc7c6ac623c8e51b859320e2a63dd MD5sum: 332b53e78f9b7030ec85346647927a62 Description: debug symbols for ros-jazzy-rdl-urdfreader Build-Ids: 4632ea44ea586a2653a6063dd5de5d976b4746a6 b370075e1ab6ab7dfe7b8314266de14892f66fbc Package: ros-jazzy-realsense2-camera Version: 4.58.3-1noble.20260804.180334 Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 2134 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-action, 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.58.3-1noble.20260804.180334_amd64.deb Size: 542962 SHA256: 624e8446afa6715b5cde87a908f191652834e527ad8b3efee90182776af55402 SHA1: 996ecc478033b0c8975bcd23ff9c633ab8a7ac68 MD5sum: 604264a929b9fb6c6572060e29a20c9f 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.58.3-1noble.20260804.180334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 14149 Depends: ros-jazzy-realsense2-camera (= 4.58.3-1noble.20260804.180334) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realsense2-camera/ros-jazzy-realsense2-camera-dbgsym_4.58.3-1noble.20260804.180334_amd64.deb Size: 13301762 SHA256: 144e97829a34f05ee7580629b585ea8769cc651940d468bf5d7b2fd21de2e4f5 SHA1: c43c1dc5a617eaec010690eeae3dbbc8a5a878f9 MD5sum: 09637148aeab6ed178f4323083afa5ef Description: debug symbols for ros-jazzy-realsense2-camera Build-Ids: 413a26c9db7672016306ee02f3dd00a4b90f61b2 e00dbc3a20c38d4f38d9134571e6234010450848 Package: ros-jazzy-realsense2-camera-msgs Version: 4.58.3-1noble.20260720.173522 Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 6743 Depends: libc6 (>= 2.14), 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-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.58.3-1noble.20260720.173522_amd64.deb Size: 408760 SHA256: 4f23af2d36284cb58fabeb024ac9b2b38a416aa23ef7bb2615356d8779ffea71 SHA1: b54181eda264ca160d38257d5bab3c81be2cf1a1 MD5sum: 229788fe26d1a2b11ed05720edf67938 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.58.3-1noble.20260720.173522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 4520 Depends: ros-jazzy-realsense2-camera-msgs (= 4.58.3-1noble.20260720.173522) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realsense2-camera-msgs/ros-jazzy-realsense2-camera-msgs-dbgsym_4.58.3-1noble.20260720.173522_amd64.deb Size: 3480720 SHA256: cb08e0c76b165f4af11e0391f8fde666c81f2793de3d976f6a14011a7f7197b2 SHA1: f906301487a58e5895a9727caed9076f7b6f10a9 MD5sum: d24394cf9e92b54ff6af3ec85d26bde8 Description: debug symbols for ros-jazzy-realsense2-camera-msgs Build-Ids: 46d768a6ea176ff6881fa3d37ba49ebb9b2a4737 4c3b752e91b4485ead1b243cd7591192b22863f0 5892e302369b81857b143a5dcc97a7e84da6ec88 656fa1cae4d1ae2b0cc43bd6dbab3039338725f1 84535c3e35a4740cba712e79ed13db3f09fdc6f8 be2bff88e11de800413b012f9ccc6aebb60cbbbf cf6610eee2b986255b607e4f65429b8734a5a4b0 e106598b13727193b8c25aaa3353e15b0de893ba e7c58f3b83483839b070a4cec5d17352cd7ca165 ec86e131f59850926909a496c423f6617604567f ec8a44dc19ffab371757e23ef21b25f970a6e43f Package: ros-jazzy-realsense2-description Version: 4.58.3-1noble.20260720.173933 Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 93981 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.58.3-1noble.20260720.173933_amd64.deb Size: 15526680 SHA256: 6f1943e1b6b6d22ae039fd12a823c20c5453c019a190a7403ac25c9bd844bdd4 SHA1: 7f0c890d5f3245fbc0bad85b2c7d354dd9597b27 MD5sum: e5393464926650f5f2db56afc9620779 Description: RealSense description package for RealSense 3D D400 cameras Package: ros-jazzy-realtime-tools Version: 3.11.0-1noble.20260615.154205 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 261 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.20260615.154205_amd64.deb Size: 51436 SHA256: 9e0fd3c1c06c9b48ed2e05d226ffde4d4789996a1960b110fc624db31a8b456a SHA1: ba2644b84b7866b696e27dce2124f5d81128174a MD5sum: 6e997bd5f63a4d58a37964bed1a5af2a 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.20260615.154205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 312 Depends: ros-jazzy-realtime-tools (= 3.11.0-1noble.20260615.154205) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-realtime-tools/ros-jazzy-realtime-tools-dbgsym_3.11.0-1noble.20260615.154205_amd64.deb Size: 280380 SHA256: 898b7dc298e756c9c1204d70537895a2e2af3705cb3484b6299b7f98a673a94f SHA1: 008a6e6eef63dbcf10135d6cb486f2bbd63b51ef MD5sum: 83541369da9d8438ee15da7e2bf28ea8 Description: debug symbols for ros-jazzy-realtime-tools Build-Ids: 4daace85f50d59668d181fdecdafd6f22e0978b1 bc274bd1235e959b4923c9ffdb1e4da9c2e993c0 Package: ros-jazzy-reductstore-agent Version: 0.2.0-1noble.20260615.135027 Architecture: amd64 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.20260615.135027_amd64.deb Size: 26370 SHA256: bdcd7a121ead807f8705d60ce29779fc67a304e131de7d95932cc57ca843b834 SHA1: 8dc5f1c16a1c14419349970d0181a03e203084ad MD5sum: 89292fadc798ebcc0bd78da2ecbdd94a 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.20260716.024214 Architecture: amd64 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.20260716.024214_amd64.deb Size: 24590 SHA256: f2d074c78c92d9beba6c7680aa57c2cf0ef4507bb63b0543911ad801700a7fda SHA1: c125e69e7e383ade3d00eb25a0dfa5224aa2f965 MD5sum: 9c68b73030a4155f9efa97f80c8fe0eb Description: A testing library and CLI for replaying ROS nodes. Package: ros-jazzy-resource-retriever Version: 3.4.4-1noble.20260603.152233 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 101 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.20260603.152233_amd64.deb Size: 20328 SHA256: 243bee1388969d4dec7bca422e46fef89a162cd0a5ff7981fa8ac357f2ba8abe SHA1: 46a0fddc9e03bfac68f9fb47bcffb7327ed3fc09 MD5sum: c0bbdfe77a39003e53a14750fe02862d 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.20260603.152233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 95 Depends: ros-jazzy-resource-retriever (= 3.4.4-1noble.20260603.152233) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-resource-retriever/ros-jazzy-resource-retriever-dbgsym_3.4.4-1noble.20260603.152233_amd64.deb Size: 77222 SHA256: f4300e0bb7409d803e06295826242efc028e84f16399b06d61c72280b240a717 SHA1: d065a964ae070635cfefaee96ed600758a1cbd31 MD5sum: f879fb187e1bdd2fbff62bcc46e037d1 Description: debug symbols for ros-jazzy-resource-retriever Build-Ids: 3d838b865424f93790e9892f814bd6c521969a1e Package: ros-jazzy-rig-reconfigure Version: 1.6.1-1noble.20260731.142613 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 1420 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-rclcpp, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rig_reconfigure/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rig-reconfigure/ros-jazzy-rig-reconfigure_1.6.1-1noble.20260731.142613_amd64.deb Size: 594900 SHA256: edb9d6b65dcc9e5ced815adaa9cd16564f5313c27564760687a48d647af59503 SHA1: 6d9a8c6fe21bd524d42049b9efb94115413924b9 MD5sum: c6b9910bf5775790b165297f5d753d7f 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.1-1noble.20260731.142613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 5351 Depends: ros-jazzy-rig-reconfigure (= 1.6.1-1noble.20260731.142613) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rig-reconfigure/ros-jazzy-rig-reconfigure-dbgsym_1.6.1-1noble.20260731.142613_amd64.deb Size: 5168128 SHA256: b15054332e4aa92e9bb742df1d46c7ad59373a21076408da8e4d7fa36333488d SHA1: 27475a15b5c13a57463c9df4800c25c51198a60c MD5sum: f3a14f425e906b981e29cd3f1d6c6d79 Description: debug symbols for ros-jazzy-rig-reconfigure Build-Ids: cd532100767b0e7252563ab795b98eeb096c4bdf Package: ros-jazzy-rko-lio Version: 0.3.2-1noble.20260804.180251 Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 5684 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.4.0), libeigen3-dev, libtbb-dev, nlohmann-json3-dev, robin-map-dev, ros-jazzy-geometry-msgs, ros-jazzy-nav-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclpy, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-py, ros-jazzy-rosbag2-storage, ros-jazzy-rosidl-runtime-py, ros-jazzy-sensor-msgs, ros-jazzy-sophus, ros-jazzy-std-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-tf2-ros-py, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rko_lio/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rko-lio/ros-jazzy-rko-lio_0.3.2-1noble.20260804.180251_amd64.deb Size: 887556 SHA256: c3b033f309d435c41b43343d26e8d063c9377512db6b425ae121fb3f87e92d4d SHA1: 09137a24412e56273d5d3f1bdcaa09e6644061d9 MD5sum: 28ce139c1451a708cebedbb07af3a7c3 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.3.2-1noble.20260804.180251 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 34373 Depends: ros-jazzy-rko-lio (= 0.3.2-1noble.20260804.180251) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rko-lio/ros-jazzy-rko-lio-dbgsym_0.3.2-1noble.20260804.180251_amd64.deb Size: 32826072 SHA256: 272f79965e7d39d886234c07837d20db303a25ac0f2a118fa2786d992174d1d0 SHA1: f7f602a666f7f5cb06b48633b82f0df1cd7b973b MD5sum: b67c29fd05fb163e4ba8d1c95e331abb Description: debug symbols for ros-jazzy-rko-lio Build-Ids: 0057ab6b65beaf3ca8a20f3955a627616e36d6b8 011cebafe605a9898253c95c8d38f08523dcbc4a 5c7b0c6efe0f4d30715b23cc2896b68505436c5f bfca66926dd8e93aac399e8aa6223532a066b3d7 d36b79dfcb15194266f8edf623475b8af2572da7 Package: ros-jazzy-rmf-api-msgs Version: 0.3.1-1noble.20260225.225114 Architecture: amd64 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.20260225.225114_amd64.deb Size: 22750 SHA256: e15c1e4efc8085403bf6aeed01f7d21fe00b68325e3be200ef1fd1431c6cf8f0 SHA1: fbb7a2ed32db20d000f5bc468e98c9f9bbf07283 MD5sum: 9ffc00b136a0625574d49acb509bd723 Description: RMF API msgs definition Package: ros-jazzy-rmf-battery Version: 0.3.1-1noble.20260604.024943 Architecture: amd64 Maintainer: Yadunund Installed-Size: 81 Depends: libc6 (>= 2.4), 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.20260604.024943_amd64.deb Size: 13258 SHA256: ce7b99afcf97a447b132ac6169a39669d0bca1feb982d5db08d30be691a402a6 SHA1: 66cbcfbcc5e314c65fdd82ec949fc37c01d1b885 MD5sum: 23ceb8d702bd018bc34c6f4b4db16120 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.20260604.024943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 198 Depends: ros-jazzy-rmf-battery (= 0.3.1-1noble.20260604.024943) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-battery/ros-jazzy-rmf-battery-dbgsym_0.3.1-1noble.20260604.024943_amd64.deb Size: 181260 SHA256: dbc1b2150c5ffea1dec44a723a87c57aa28403ae0b16ceef971ab997f77a2017 SHA1: 645e5d11c0644bad969e42aaf8f163b91fb1bbb5 MD5sum: 632cdb767bab6dd037e928eb2f13d0a3 Description: debug symbols for ros-jazzy-rmf-battery Build-Ids: eae29714c0ff9e052741beef378249992767feb8 Package: ros-jazzy-rmf-building-map-msgs Version: 1.4.1-1noble.20260615.112416 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2560 Depends: libc6 (>= 2.14), 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.20260615.112416_amd64.deb Size: 221302 SHA256: 4f07178de0a56b3b5c84c452b58b9fff47a4212c89c09243297cff78e4d9556b SHA1: a2d16873e45ecb6798e9e0038060d4ca4c0cc0c9 MD5sum: 2d5fee9ca331449f28f5b4c5b1c9c166 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.20260615.112416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2621 Depends: ros-jazzy-rmf-building-map-msgs (= 1.4.1-1noble.20260615.112416) 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.20260615.112416_amd64.deb Size: 2265460 SHA256: 18fba3c18dbc6c8a3b0577a961d56e2a374ef3d3e512b99fa560edf6373fd580 SHA1: 01c42c5e32f2d54318d3831b245dcae04746dd4d MD5sum: 60149e8564396c14f0889d3ca9a8030b Description: debug symbols for ros-jazzy-rmf-building-map-msgs Build-Ids: 2e051b1ac0159fe6d6366c21a235c97545013102 2f4a0b9620bfde8e5f352983ae8dd39890b7e432 543966d3ce890ef8302930483b9a7e2ad9d3d731 5bc6481e1f1da922b8582f01f09cec468ecf5fdc 73a18d304dfb328fe9c6bfa7068218a201ae02e2 899d915e6ceffc892be4a137439f38483b7d32c0 8d37ff4b169da97b76bf41e1a1fa7c5a1a2fa039 a9c26b9fe91080cd545aff59295a067e16fdc095 b8aaa346c69ff7071f4d1f38e785bb254d7fbfb9 b9e3ab5f9c0cce468367452629308ee652355470 bca5390f2427ab2fa4833fe90b1d11e1bdfe0dc4 Package: ros-jazzy-rmf-building-map-tools Version: 1.9.2-1noble.20260618.180729 Architecture: amd64 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.20260618.180729_amd64.deb Size: 10836016 SHA256: be97b525bbe770c4b2815aefee43a9d5075ac78470594fc23c68bee5c2970f5f SHA1: ffa5ce1f351ede343fbed260e3f6a010331ca157 MD5sum: e630b4735ebc24ec8d438fe3fc78a8df Description: RMF Building map tools Package: ros-jazzy-rmf-building-sim-gz-plugins Version: 2.3.3-1noble.20260619.110725 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 2411 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.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-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.20260619.110725_amd64.deb Size: 482292 SHA256: c565f62ed85c9c830fd6c9e0bd2cdd10a9c7ec265fbcf4f3748527e53cc1f9c5 SHA1: eeabbd7ac38dcbbc35f090744f307ec9487b03ef MD5sum: 75b4ac819d7411951ff72ea9019c9df8 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.20260619.110725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 14452 Depends: ros-jazzy-rmf-building-sim-gz-plugins (= 2.3.3-1noble.20260619.110725) 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.20260619.110725_amd64.deb Size: 13048476 SHA256: 83d583dc4e982e124818b9b31dd9bd9c54f239a771e1946002c419addcab5cfe SHA1: 2e97658d3cbc97e1e7ee6964f7e904aac9009cca MD5sum: 7eec7e1e0a3cc5edecd95f9e4fbfdb2c Description: debug symbols for ros-jazzy-rmf-building-sim-gz-plugins Build-Ids: 10068372dcd814ca2a7a1ab3f4bfb815a7264601 2dd69136e82565d616e6d662e95e56afa2401f9e ce4b4c04e88fced33acba7f624cc2183c2cf7421 d9dea80f8994b862db4e95f5cb896af6174af2da dc6600b8a37f0026204d2d4cbb0f5d23f7f7e87f f17ea2138c7f5da09b191e3ac1ddb7b67066614a Package: ros-jazzy-rmf-charger-msgs Version: 3.3.1-1noble.20260615.102643 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 761 Depends: libc6 (>= 2.4), 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.20260615.102643_amd64.deb Size: 69824 SHA256: 9306ec155fdb16521db9309d44650d432fa4b869b6a67bb531a20aecee11257b SHA1: 6b8c1b6aae8a5ea2444016d87b708051de9347f1 MD5sum: b1e8474860be3b57f88533e9ae76af72 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.20260615.102643 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 518 Depends: ros-jazzy-rmf-charger-msgs (= 3.3.1-1noble.20260615.102643) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-charger-msgs/ros-jazzy-rmf-charger-msgs-dbgsym_3.3.1-1noble.20260615.102643_amd64.deb Size: 389330 SHA256: a4070216f504249f1adf78e1a2db2bc4f0c016777356917bde86f3a0c80d5b66 SHA1: 87f2a6d382781befbd0082918a680ae61ade29a3 MD5sum: 3727f168ae6d2b31204deb02fc7dba64 Description: debug symbols for ros-jazzy-rmf-charger-msgs Build-Ids: 08c251a7c94e1dad952540f1426b1af24e0158cb 23e25b3f352766265dcf83eb190775f5cd3df10b 2b16ded42dfa545335f3c8f7317bf509607a42df 6ef3adece97b9747b4ff15f56787e16b0b5c3263 70c340c16ed9b5118db4e512f93f266baed50611 98671be5cf9f1a647cd9a614949ddb99d2d430cb acd776f2549089685266062073aa29125556e98d b5a3505ef7ad39e7988471e7d20e3ceaa61ab13d c58fcfaef1c45eb3e51afc883fff2e194e3e1a82 ccc8fe32357ad7438a0ed010120037a6417fa564 f9999bc7db53c20e1c54c8f42b1d41a5f0cdf6d7 Package: ros-jazzy-rmf-charging-schedule Version: 2.7.2-1noble.20260615.134959 Architecture: amd64 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.20260615.134959_amd64.deb Size: 10656 SHA256: 245c0428611c37462e57bf19c3693075659ac2ddb10d40eed60e468ad80e11f9 SHA1: 057604c5ff3576675fe0e344d8dc9af228aec3c7 MD5sum: 220dab65398c5afe3d950408da18f20c Description: Node for a fixed 24-hour rotating charger usage schedule Package: ros-jazzy-rmf-demos-assets Version: 2.3.0-1noble.20260225.225125 Architecture: amd64 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.20260225.225125_amd64.deb Size: 6795642 SHA256: 0586a249b8a08cf6372cfbb3a6f4a577117dea5cb775960f205351b53ccc8db1 SHA1: 423bbaa0d20ce602b409b7715403a6b9139fddb0 MD5sum: 765a4c43aa10e00e7c16394ff198ab87 Description: Models and other media used for RMF demos Package: ros-jazzy-rmf-demos-bridges Version: 2.3.0-1noble.20260618.181826 Architecture: amd64 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.20260618.181826_amd64.deb Size: 13010 SHA256: 1960c6e8884845b2c517f25a889c06f34397520294db13cdaf6eaa1e50924e71 SHA1: 65c3f1e5d7d5695f35324d45ddcf4a3f387ef836 MD5sum: d9cbc35073027ade9bb97731a6b66e7c Description: Nodes for bridging between different communication stacks Package: ros-jazzy-rmf-demos-fleet-adapter Version: 2.3.0-1noble.20260615.174955 Architecture: amd64 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.20260615.174955_amd64.deb Size: 38166 SHA256: f453ba9af893660d8137701af7ac6e0c5acf376d73c3cb56af7db3be332c7e74 SHA1: 83c61a2d9d5b3aac934df85fdf712e73fb536193 MD5sum: 1100cc13a8ec2ea6dbcd73697aaf4d9a 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.20260615.123715 Architecture: amd64 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.20260615.123715_amd64.deb Size: 31480 SHA256: 0b73f55d3c0c38914e87b8bb60889d4edfb61a34c250211d17d717ac05d11874 SHA1: 9f5918fafc31021635ff5e24f11e9848fc8eebf0 MD5sum: 4260af57a6d49220240234b1682634c6 Description: A package containing scripts for demos Package: ros-jazzy-rmf-dev Version: 0.1.0-1noble.20260804.194917 Architecture: amd64 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.20260804.194917_amd64.deb Size: 6032 SHA256: 2d3dfe9a8b18be306fb123e346e3cc4d28e1b1f357b74193bc261c9dac9a012b SHA1: 6f2bb05c380de7151f08e02326d11e3a12873ac7 MD5sum: 34ac76fbe4d9c7dbca5e7b5f6cbc7b60 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.20260615.112410 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 935 Depends: libc6 (>= 2.4), 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.20260615.112410_amd64.deb Size: 86736 SHA256: 0ab86cb230e836db04d10ae34ae40753f9ca26a4978390fe408c05a964ac1bb6 SHA1: c77363258db90b7cb9bf8beb21c10ef1c78ce6f8 MD5sum: c8667a8bed584fff61fde2dabb4e2fb1 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.20260615.112410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 710 Depends: ros-jazzy-rmf-dispenser-msgs (= 3.3.1-1noble.20260615.112410) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-dispenser-msgs/ros-jazzy-rmf-dispenser-msgs-dbgsym_3.3.1-1noble.20260615.112410_amd64.deb Size: 558942 SHA256: b850fc8f2b40c3946b1e0cb1c441c80211d3a9166b6cb0b8f8356a784be5cff9 SHA1: 69c965fa82281a11a449988252fffaa53539d02f MD5sum: 98389e574cd9e452d98313e53e3a45cb Description: debug symbols for ros-jazzy-rmf-dispenser-msgs Build-Ids: 029eedca8fef36106394b16cbef1fbc213ee1e40 14261291a7597cf15d1eefbbbf5e862e3f0e74af 28d95f6dc3c04171067b504d212afcb351f75aa9 41e0ce62e6f4013fbd302bf0ecf37e2b05191b5e 567aff44c6e1f30d7bb1d3db763ec29de95de1ac 65942d3bacea688ebad4fa6b784ffecb258e3fab 7a475af69c1344a41797ebde21c20dea3125feb3 a1d82c5d9444556441e1fc3dd6382aaf6248bd84 c563b01d7738b74bdb7d6bc0d6d7a972be6f989c c84804673bfdba62b8de95aa5bf292faf75b7e3f dda378fdefb9be3eb494adeda65cb041cc95acac Package: ros-jazzy-rmf-door-msgs Version: 3.3.1-1noble.20260615.102650 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1087 Depends: libc6 (>= 2.14), 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.20260615.102650_amd64.deb Size: 94548 SHA256: bc7b99c26d15bcfc011574b25bb51684cc923965a59cef10917d7b4be816ca56 SHA1: f7997644beb97460ad07ab5a8c838cbeb9b96cce MD5sum: f873f287f773cf0970149280a9426021 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.20260615.102650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 875 Depends: ros-jazzy-rmf-door-msgs (= 3.3.1-1noble.20260615.102650) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-door-msgs/ros-jazzy-rmf-door-msgs-dbgsym_3.3.1-1noble.20260615.102650_amd64.deb Size: 698820 SHA256: a230ae5f582ba9f25e1fe15eafeb029e7785a896d4d87b97dc7be0d265ace74a SHA1: b4fdf84585d21d91de24f0d93e9169e99d05c0ba MD5sum: 49abd18a55d9592fb38fbcfa918c6aab Description: debug symbols for ros-jazzy-rmf-door-msgs Build-Ids: 0020b72b8501aa7770220fa728b51bf20f3265f6 1645ed3d21f86ac3331ce08ec3bbf1904c352230 1c7ea3efd58b3ef9c95a5a9e3408fac6c1d13b1c 42b0a63ae25389f56454d0ccf90ae507fb8a3829 733118c05c19dd95830030c44d498225866674d4 97a20c699ddfbebdb1bd3de27cfc41455dd3caec c381e131aa3df34684643e4ea31cb72ebcd2576c cb01726c4d3b53187fe387a21a3ad8ca318d528f e6438cefd64b00a3ff9d4abefc3e86f66d0f2d2d f9470ab8c779f33a836dfec900db1e53f3cc871e fe49a4ed12bae8c79f670df8e8845b67a2d4081c Package: ros-jazzy-rmf-fleet-adapter Version: 2.7.2-1noble.20260615.165559 Architecture: amd64 Maintainer: Grey Installed-Size: 17586 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.20260615.165559_amd64.deb Size: 2803022 SHA256: 5bcf8644393ae1f6c7826e07270268ec4ab1b9ad1b7d15be81888d50db166507 SHA1: 050bd0575426d35534d295300664064506c55ec6 MD5sum: 404ee273ebed4857235d14745960db91 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.20260615.165559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 114582 Depends: ros-jazzy-rmf-fleet-adapter (= 2.7.2-1noble.20260615.165559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-fleet-adapter/ros-jazzy-rmf-fleet-adapter-dbgsym_2.7.2-1noble.20260615.165559_amd64.deb Size: 99569778 SHA256: 746c6bdc1ea823064b26f2e318b018acd95f942374df9bb8d6fb4c856a90b3da SHA1: 6b30eace5f3613f59abb468d1e206f3fd8a59fd4 MD5sum: 9f60bd5816f5c76ec5b2a89f7e480069 Description: debug symbols for ros-jazzy-rmf-fleet-adapter Build-Ids: 2123278948ba30320270d64a7f77732e60925d5b 21fe00d241e0f1e6fdaed43403e4089917463e37 2771f419fbc530968df3ef5e790ef03650041ca2 3c5af7101cf4dd4329ef75fed77f49901c81d2d4 78762155d3f3bea864790faabb1360dcd95a57a0 8ac1ea483c9a546afd161d8d21d209eba101b217 8d3f4081be93f008d325519ad67ca83fc5d8821c 9b971fa424e891b30e0a02b7aff6667b3fe3bc40 a321614507de617a832195bdbc0a201c6db8afa8 be139de4e63602086003d82bb0f7c40d428849c6 ca058598507c6f78698d8247330420272af2cc94 cb2245f9c5e4a68b276f3c87336085443d11e36f cc9047f19af4de2550b70f63106dc17a34b4ae64 cefd4a8df7f72b047417042b2a5d0674e3c9169c f3af32523dfa972e91221268d33da6d1facb63f3 fd012bc1526c495384e7935027ee7f7840904444 Package: ros-jazzy-rmf-fleet-adapter-python Version: 2.7.2-1noble.20260615.174059 Architecture: amd64 Maintainer: methylDragon Installed-Size: 1368 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.20260615.174059_amd64.deb Size: 365934 SHA256: cdc9e62864dbb26f9418da58766fc2e9785563f01d99498e643df7e0a7dd6e4a SHA1: a74d4e49f4add08eb293751c781ca3f262baf70f MD5sum: fbd9d2b7190b4a36e116cc7d4b95ac35 Description: Python bindings for the rmf_fleet_adapter Package: ros-jazzy-rmf-fleet-msgs Version: 3.3.1-1noble.20260615.102654 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4787 Depends: libc6 (>= 2.14), 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.20260615.102654_amd64.deb Size: 338042 SHA256: 8141bfb9b0e485bd2bc5b51f3d244e0b68cdf17c8f3ba2f4a9c179b182206062 SHA1: 4729b9beefe13bc8519ec288f59cc5912b15d3d4 MD5sum: 3348c2793543a7f245851861034ffd2d 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.20260615.102654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4051 Depends: ros-jazzy-rmf-fleet-msgs (= 3.3.1-1noble.20260615.102654) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-fleet-msgs/ros-jazzy-rmf-fleet-msgs-dbgsym_3.3.1-1noble.20260615.102654_amd64.deb Size: 3386406 SHA256: 1da6ef18add2cab68bcec84127c684d451125e1cfa15490d15381773809c0939 SHA1: 8caa29797389a9a554bc8f67aa09efccba4f5aac MD5sum: 7671c8d81bf0f2ab1120529cfe7c0738 Description: debug symbols for ros-jazzy-rmf-fleet-msgs Build-Ids: 13715029975a6dc864eaae05da7597f7ea44604b 17bbb733788a833c4b397fee79e4b6e4b1b40a74 35532257f820ff24e349084e7ca9239d7ad0bd3a 54037465e5481bb2ca138da1b6367406404e80a0 a5b1ea9cc50c1f3d4d52804c2079b8088f433f6f b43935b23aee0603c3ad7e89f19553a9e365e1c1 b7eb7121bb38918ea0c0b225d46511714e5f4e13 bd00fc6aaede3f77da487dbfded910fe0e38c7e8 ded85a36e627b2e69cf89ebcf2795183c6e27f19 ecf29a214d4f37dc72b09318e1540857d22448f8 fa8d2453640ae31556e023983cccee87afa36fea Package: ros-jazzy-rmf-ingestor-msgs Version: 3.3.1-1noble.20260615.112740 Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 930 Depends: libc6 (>= 2.4), 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.20260615.112740_amd64.deb Size: 87062 SHA256: a2e5b62a0175fc04f615c04eab538f1af38dfb69480e27304a10603cc9128dd3 SHA1: 035bccbe1da14766a1a48f0ac8896b7b79bc5f64 MD5sum: 6c8dd066a56ca3667e5da2872c3916b0 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.20260615.112740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 704 Depends: ros-jazzy-rmf-ingestor-msgs (= 3.3.1-1noble.20260615.112740) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-ingestor-msgs/ros-jazzy-rmf-ingestor-msgs-dbgsym_3.3.1-1noble.20260615.112740_amd64.deb Size: 556396 SHA256: a49a17705e1c9fc5e598216c39e297228f940b7791626dba882113b659ed026b SHA1: 51b3a7e1c3e2b3fd89dd003d7927aa5908e1d7a9 MD5sum: 250cd58a7bce6da1af2e980e7ba3460f Description: debug symbols for ros-jazzy-rmf-ingestor-msgs Build-Ids: 063dfec8712c2d835ef9eebcd8b4954ef262c81a 084ae6212b97234a24ad52350999646426de4f63 0a971383c2c6b6fbb1b3ac2098c7f5dbfe613ad1 0aca77796f21783b67e764fa369e420db97f05a4 14bf0e0896536a48dd12619462141bce191d53b4 2ad930ca2ec675172558c2aa5ef276ec8328df95 2d02e5f264c97648fcfa2081dd1c4c1f0c07c0bc 2dea5169d20e280b5c1a4bd60bf31c5e97986be9 2f741b3b5a5c9a74dff212388b96871927a813a1 50d2eb66a28fde890138ed6e650acfe7b991398f 5b2f6b8ad796e9e167fbd2746d8afa45de3443e4 Package: ros-jazzy-rmf-lift-msgs Version: 3.3.1-1noble.20260615.102702 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 693 Depends: libc6 (>= 2.4), 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.20260615.102702_amd64.deb Size: 72576 SHA256: 4c0a51a28dcdd0aba17a29d455c03e54c433338aac05c979425eb5d6c8cf94f9 SHA1: 9c20466ce60035ce8a5967f8ffd9576e153c73ca MD5sum: 598733b026eb4d1c6ce5f6fd8a5835bc 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.20260615.102702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 494 Depends: ros-jazzy-rmf-lift-msgs (= 3.3.1-1noble.20260615.102702) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-lift-msgs/ros-jazzy-rmf-lift-msgs-dbgsym_3.3.1-1noble.20260615.102702_amd64.deb Size: 382120 SHA256: 805e41a6e5d344d2d7751bb47ea8e6c10cccc06f1f84b6b2f97fa4e15e6a3617 SHA1: fd0252b4d9d8cb036e3305b05599829e9ace96cb MD5sum: 73c5eab7aa378decd01a896914fde7e2 Description: debug symbols for ros-jazzy-rmf-lift-msgs Build-Ids: 00824710c56c8a2080a2d19004677d09c28e0e0b 282c8f649ea7b01540d0672eb781eb54c6e09e47 359bfdc168f92b214a9adebd682cf118d69a0907 7562ee46704698a2378cbd1d393c74fd8a826056 7f7bb94b79bfd777771bf1649642028631a04711 95c636c65694c4ee5759c98ac1af3ce4032bea0e aab165e48f4b4e316afafeaf6be1b7dec7a4fd48 d7b52004cff8d8d2823144ee8f3e7adf646c5b2f e9170a6eb75b731d3fdfe0e444eee7ef071809aa ead3ef5c1d4d09d4b644741a015c21c0ddd46e6e f73b9f4a3c6da8de74b1e3a4bc04359859fd2098 Package: ros-jazzy-rmf-obstacle-msgs Version: 3.3.1-1noble.20260615.112426 Architecture: amd64 Maintainer: Yadunund Installed-Size: 826 Depends: libc6 (>= 2.4), 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.20260615.112426_amd64.deb Size: 83526 SHA256: 8937adc580836ee85850b149c4043f4d10eddbf05286ae9a60ba3dc33ce32611 SHA1: eedfa1e15d6b5fc4e3953739599dcfb3c1e9340a MD5sum: 7914ee9631cc77c591967210a2f8e388 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.20260615.112426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 626 Depends: ros-jazzy-rmf-obstacle-msgs (= 3.3.1-1noble.20260615.112426) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-obstacle-msgs/ros-jazzy-rmf-obstacle-msgs-dbgsym_3.3.1-1noble.20260615.112426_amd64.deb Size: 487880 SHA256: 01a6a62df6fd7695105da1b2908960ff66f2fee3cb81f527968baa31d9f3cf3d SHA1: 21f266bbef30ec4ce0c5d6f0314f21197312357d MD5sum: 85578ca5371eb24dc2435e78d3759ce9 Description: debug symbols for ros-jazzy-rmf-obstacle-msgs Build-Ids: 0e30c2a314b9ad74746cb2d87d8cc19237ab84d5 109d8e0708367bf606f5da6d2df829bc17537aa9 16668806e646e24d6c3d51750e8662ffc47e7529 2770748e81bbf4f8c7da0abdf758ebecf19ffbf1 29d2d5f37bff904161f085240f8f813ecabc57a7 31caedbba5d06d8755443dd824ba1fb0acd0daac 42999c269a2ca92288a6e96339bbb032a66ea98b 50cf78d0388830c8cb58691277b20ac4b0533e32 93a3ef5fd591fa72363f4bafcafdb9ad3d71563c d02d16486d47d3b645e6af926ecdb30a00119651 e6c13d356e7a96bec7a0a1d12ef9534ecacf4cb5 Package: ros-jazzy-rmf-robot-sim-common Version: 2.3.3-1noble.20260804.182953 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 3365 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.20260804.182953_amd64.deb Size: 453530 SHA256: 7da0c80efe5a4b70efc07458c2174a57cc522d8f5758e3df128b043c5944b546 SHA1: 824fe8f67ace2fb600c0d771eded1899e30b1b24 MD5sum: c7f1bcc27c1080ffd01271b187dde9a2 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.20260804.182953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 16399 Depends: ros-jazzy-rmf-robot-sim-common (= 2.3.3-1noble.20260804.182953) 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.20260804.182953_amd64.deb Size: 13742214 SHA256: e4186f364b6d8f19f2f18347e73bbd67cbd394d91f1c17fa6e9fc2123b26aa67 SHA1: 1da739b007bbb9cdf9ae6de6e9a0935c2b2e65e6 MD5sum: a21a007a5c15df3505803dee2e82e992 Description: debug symbols for ros-jazzy-rmf-robot-sim-common Build-Ids: 25b3097778d31f44f0ff8009c4cbc58dba24a96b 32acf5c531b83af2c00eb54ac2066e0eae71c99d 8856e199be79687995f71861f4453f180d6a5f26 8e9ceeb07d7d6d778d699c7ae67997709a324143 f5d6c610fb59bc05efb23ded9a781885dccaea1b Package: ros-jazzy-rmf-robot-sim-gz-plugins Version: 2.3.3-1noble.20260804.192138 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 1176 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.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.20260804.192138_amd64.deb Size: 278332 SHA256: b30b9aa222077a2f15e2d402cc46eb0ceaa0794ad9654f33904c09aa00ee4600 SHA1: a19ab3378d8c09b58e2fee98514bf3325bf94520 MD5sum: 21000096408c7bf1375c933b0f37a61d 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.20260804.192138 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 9404 Depends: ros-jazzy-rmf-robot-sim-gz-plugins (= 2.3.3-1noble.20260804.192138) 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.20260804.192138_amd64.deb Size: 8957924 SHA256: 9071aaf51ea8de4f8a9d7d739cc295b1fbd0ba903cc9413b97be36f10635b546 SHA1: 0a6d97d02bcf2c5afa61eb51df25e25939443721 MD5sum: 88a68f81f7166a63b7e3b064a4730fd1 Description: debug symbols for ros-jazzy-rmf-robot-sim-gz-plugins Build-Ids: 186dc79d9529607c1292647df747710bae537e8c 46e79c2ce59fd9c71d25524e9bddc8f782aca3f3 5d54b2b78285afeb60aa81809918fa2bb1f29ce5 e4ff32f637e100b7c3bbefe012488c775206a276 f40dd69ae24f7a591972eae03e9f51d6aaea51c0 Package: ros-jazzy-rmf-scheduler-msgs Version: 3.3.1-1noble.20260615.102712 Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 4909 Depends: libc6 (>= 2.14), 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.20260615.102712_amd64.deb Size: 316460 SHA256: 0c860c0c465a0c61e90cba911612999a5fed2a163f27633df837c58ce979facc SHA1: 143cbab13d88e04722a804b3393ffcd8dcc75f82 MD5sum: 1908093a6535c1ab7d939d812611e1b3 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.20260615.102712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 3862 Depends: ros-jazzy-rmf-scheduler-msgs (= 3.3.1-1noble.20260615.102712) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-scheduler-msgs/ros-jazzy-rmf-scheduler-msgs-dbgsym_3.3.1-1noble.20260615.102712_amd64.deb Size: 3131798 SHA256: 616d49949276e30b07352d337fb60704f3e0ec8512aba85ee77596b3c3476eff SHA1: d141e2ee6293e3242daa62df065a5c789e94c0f2 MD5sum: 82c2dabb24f3dce47a1b172aa15819fa Description: debug symbols for ros-jazzy-rmf-scheduler-msgs Build-Ids: 15ff2ab271d18b820d72cddef379d08603ab72e0 167cb6100347a35274ba697a90d3684deb076027 1ac07d760a032a4052ca5f53c619ba3d5401f670 29fc101f48329bd647084f86f587afb48af18c5c 75740b58b1e94dff9f28d994f058dc4de40df6db 7d6b0e14c02934c98f5f9c304c0bd80951d3878e 9a42beb1556699d465480a211e5410434405ded1 b97ef952580cbf66aeb69dfdde8f6e7f677dd170 c5aff2756eb9e4d15ff2e70249c180e5a71cda8f d2a19c4fb77e6f522386870487bc205407e239be e0af101834fac3e6df8275604e26dad62d6af49d Package: ros-jazzy-rmf-site-map-msgs Version: 3.3.1-1noble.20260615.102723 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 446 Depends: libc6 (>= 2.4), 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.20260615.102723_amd64.deb Size: 46168 SHA256: ad28e1a8cf41ac6fbadb736d773480a5cb50d85b36b3e186471a2aa0dbac45b9 SHA1: 5f9239c25d43cf0688127d596fb63a1cbcdeb78b MD5sum: 08e6b1024e8a323ef8f6b64ca490abc6 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.20260615.102723 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 280 Depends: ros-jazzy-rmf-site-map-msgs (= 3.3.1-1noble.20260615.102723) 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.20260615.102723_amd64.deb Size: 193156 SHA256: cbaa8e2c328d9ada1755eaaf8510c877cc77c1165d1e4ae647c8701630595731 SHA1: b8450b9f27d0f6820f430c86b3c74bc2517f88b1 MD5sum: c8faef2857fafdc74265e96c4e81f33b Description: debug symbols for ros-jazzy-rmf-site-map-msgs Build-Ids: 3f94e11962fc0efd5029d7b219990fc954d22a70 68db24ada0d44acd74972d10388bfbecb32028a6 6a537c48945df1a926217a986d811bdbac900935 87b6a4910aa13c165b2d82cfe3bf71ce3540c270 9a21fb0f97ba3ccfc27fba2c49c624c3ff548449 bd16d2849eb3674c9ca0755cc99de9e8d9b40941 cb692438ecfec01dc29386965efa16506518483e ecbf8e187637a36e21fd9350303140de9823f182 ef72423d3beab3b95219ff817182e0dbd4ec7f0a f3aa58458aeb909362831dacd59412dd04e7011c fec9be0d6b3e424aad54215ce644257d1b98dc23 Package: ros-jazzy-rmf-task Version: 2.5.1-1noble.20260604.104302 Architecture: amd64 Maintainer: Yadunund Installed-Size: 522 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.20260604.104302_amd64.deb Size: 140236 SHA256: e62e65e5d39344e1e8e66654a7bb180f4635537867b06e7c68751e69a332b761 SHA1: 276c626a8a0f3b1fac1a7ecc409dc61c2199d948 MD5sum: 71da6fc91f6b1e1258e8caee3260100f 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.20260604.104302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 4568 Depends: ros-jazzy-rmf-task (= 2.5.1-1noble.20260604.104302) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task/ros-jazzy-rmf-task-dbgsym_2.5.1-1noble.20260604.104302_amd64.deb Size: 4461814 SHA256: 1a78493b5efaff2d992866ea9b1d496038b3382efc44e35ed9b7ec43508b79ad SHA1: 7826169c90b92e801089fb715d58cc308619b4a8 MD5sum: 55a8f5e7f2b9feff33d937ddad82e284 Description: debug symbols for ros-jazzy-rmf-task Build-Ids: df4444b15a5048b930abd5fe819c92aa21bf931e Package: ros-jazzy-rmf-task-msgs Version: 3.3.1-1noble.20260615.112840 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 5642 Depends: libc6 (>= 2.14), 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.20260615.112840_amd64.deb Size: 389484 SHA256: 0e1639fdd151e0b205531baa3d7dd794cfdb59c40aec8870e703a68b5363a368 SHA1: 96903f2452321cc7bf8716cae6bf612f134feb48 MD5sum: 55d9dfc8c9f9c4f5bd39fa8f005ee91a 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.20260615.112840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4754 Depends: ros-jazzy-rmf-task-msgs (= 3.3.1-1noble.20260615.112840) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task-msgs/ros-jazzy-rmf-task-msgs-dbgsym_3.3.1-1noble.20260615.112840_amd64.deb Size: 3971098 SHA256: d5b3b267fe434814b2edd4e7b4e8867fe120cdfc223d0ff7146c29e3a31e52d4 SHA1: eb1bd9dc920984af798090cd33ea116a7c7754d8 MD5sum: f963c7e9771a9d980889997d80f79e9b Description: debug symbols for ros-jazzy-rmf-task-msgs Build-Ids: 05d35543726c29e13a858de741bfacf97e542446 1dd912a560d5ad64d751dfdc3ce828020d9368ca 3e8942b6eb172fd7edb67f18c4534553fe9e37f4 66f3e1027b4a0fb80dfe442cfde929a040d1fa32 69c768e2f3b738294d6aa6e1be5bba65abbbbd0e 6fbb0f7d2bea5c1fd7e94ca17736b4f8261f7c20 8a91b624ece7c879bfbb8c39aa5e4bb0fa0f2fea 94653590b3828b96a5e0c6a95a7055c58703efa1 9bfc05c9295d827da336e46bf588ae87149fb5da bff54b3fe1646717c237021a6c798c2fd4aefd22 d6dfae13cf2c2791b549af1ded29edfa25fc0546 Package: ros-jazzy-rmf-task-ros2 Version: 2.7.2-1noble.20260615.164301 Architecture: amd64 Maintainer: Yadunund Installed-Size: 2078 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.20260615.164301_amd64.deb Size: 366080 SHA256: 55d7830a9071f1f140e3763c974062012cdf3c3b105ef07b0161106671f2cf3a SHA1: fa79285760d262e187fe2d9ebad4ac99125feb7c MD5sum: a7f9e52502b7bd73ae2ac546b1cb34d4 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.20260615.164301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 9311 Depends: ros-jazzy-rmf-task-ros2 (= 2.7.2-1noble.20260615.164301) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task-ros2/ros-jazzy-rmf-task-ros2-dbgsym_2.7.2-1noble.20260615.164301_amd64.deb Size: 8018282 SHA256: d99b8c71f07a2cc265c7302175bd4efa0f31f0a41483516b981f5bb66f2c9e6c SHA1: 7b7345960f5edb6ddef53aac00eeced8b567c5d0 MD5sum: d662cb34ddc9014efcee5adb667de6b3 Description: debug symbols for ros-jazzy-rmf-task-ros2 Build-Ids: 0ee2acc19f357b0afea8e7544f462ca85aeb584a 7f78ad2a193d902df2e5b4671f8527db548c25e3 b9b711dedc5792c123a5ba997910f8add54e42a9 Package: ros-jazzy-rmf-task-sequence Version: 2.5.1-1noble.20260604.105336 Architecture: amd64 Maintainer: Grey Installed-Size: 553 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.20260604.105336_amd64.deb Size: 152916 SHA256: f687700639f8766c937ec1ac32f568949619a526f4e9337f8d71471f6c1a6fd7 SHA1: 4eb0563bea38e0082b158b20c328cc52bc04f3a2 MD5sum: 68e3d331cc7fb34f733b0fa989aa40c8 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.20260604.105336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 4727 Depends: ros-jazzy-rmf-task-sequence (= 2.5.1-1noble.20260604.105336) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-task-sequence/ros-jazzy-rmf-task-sequence-dbgsym_2.5.1-1noble.20260604.105336_amd64.deb Size: 4547514 SHA256: eb34725c08c31bcb06c9cd67b8b6012f21ce80d96cc4692f3cc82ba9dd0137db SHA1: 4b6432b94c6bbc370a9969e9f1638953e298ba63 MD5sum: 04d6f785bfcfdb9581663d4b31d08de2 Description: debug symbols for ros-jazzy-rmf-task-sequence Build-Ids: b90ba16cf352d8e05b8c0a015fec9407165ee3ba Package: ros-jazzy-rmf-traffic Version: 3.3.3-1noble.20260603.151845 Architecture: amd64 Maintainer: Grey Installed-Size: 5756 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.20260603.151845_amd64.deb Size: 1026512 SHA256: b54a16238e419b786801cda1a9339a3bb10362eb963f7610357fbe34402e3eba SHA1: 4c7d15dabe686ba20df2935814d1994fb7743f77 MD5sum: d777372d5a55e51945128aa3eef0da9c 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.20260603.151845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 49672 Depends: ros-jazzy-rmf-traffic (= 3.3.3-1noble.20260603.151845) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic/ros-jazzy-rmf-traffic-dbgsym_3.3.3-1noble.20260603.151845_amd64.deb Size: 46379876 SHA256: 61f2b7a3d4ac96daf58bb5f4711d86de76eeb6d4908ad4eb876c0fc3dc8dac11 SHA1: 80e8420f7da24b82f238d5812d0d03541e4ab515 MD5sum: dda32c27e783399a605a98e0265f0fb4 Description: debug symbols for ros-jazzy-rmf-traffic Build-Ids: ada712a5e7b5d23572123097397fd2610c8f544e Package: ros-jazzy-rmf-traffic-editor Version: 1.9.2-1noble.20260519.011603 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1363 Depends: libc6 (>= 2.38), libceres4t64 (>= 2.2.0+dfsg), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libproj25 (>= 5.0.0), libqt5concurrent5t64 (>= 5.6.0~rc), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.8.0) | libqt5gui5-gles (>= 5.8.0), libqt5network5t64 (>= 5.14.1), libqt5widgets5t64 (>= 5.11.0~rc1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libceres-dev, libgoogle-glog-dev, libproj-dev, ros-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.011603_amd64.deb Size: 440624 SHA256: 08c1fe8ee26b31abec36dd95fedfb44f4894c551a47dfb3716aa942a46b01e95 SHA1: 5d944dc9592db4d977fdf94ddfcacd6bacf6740a MD5sum: 3e827989c46afd1a739a0f45296cd758 Description: traffic editor Package: ros-jazzy-rmf-traffic-editor-assets Version: 1.9.2-1noble.20260225.225124 Architecture: amd64 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.20260225.225124_amd64.deb Size: 12103796 SHA256: b347606cf42fe7e7b557b8f3bd78457904b5e8d8754318c634fb78f246b6648c SHA1: 5f4139799bb0a155e61392a04f7954562782badb MD5sum: 95b94361558f741659a0037bfd608492 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.011603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 17421 Depends: ros-jazzy-rmf-traffic-editor (= 1.9.2-1noble.20260519.011603) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-editor/ros-jazzy-rmf-traffic-editor-dbgsym_1.9.2-1noble.20260519.011603_amd64.deb Size: 17306868 SHA256: dcd20f54aae66febb2fad9b96ac5a6b4f80872ce284c8a50f987204ada3095a2 SHA1: 6376111c0bd54aab6e9fe593b1f4d0cfd29a0252 MD5sum: ab103ae531c4acb35641e2efa327d68e Description: debug symbols for ros-jazzy-rmf-traffic-editor Build-Ids: 280c09ed8d996cac90eed84cc9a5d76c44fa077b Package: ros-jazzy-rmf-traffic-editor-test-maps Version: 1.9.2-1noble.20260716.023459 Architecture: amd64 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.20260716.023459_amd64.deb Size: 189266 SHA256: 3573c5c79e676a89787a808df79a56457304d34afc41fdf4ab884ccaca541c16 SHA1: e943328b9766ab1dd98a25d1ccd4da6b3ac408f6 MD5sum: 4e73a14fc22ec2c5f96c27d0ec8c8e3b Description: Some test maps for traffic_editor and rmf_building_map_tools. Package: ros-jazzy-rmf-traffic-examples Version: 3.3.3-1noble.20260604.104109 Architecture: amd64 Maintainer: Grey Installed-Size: 71 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.20260604.104109_amd64.deb Size: 16768 SHA256: 0e3205199a3ea07cb04c2c2454b64aed6d3c16cee259787a5c5d215628ce0772 SHA1: d4b2c27a8ee0c2353913a9670c2cb8a1d70a5a19 MD5sum: 06e4c123393ea43a700d5355e335b47d 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.20260604.104109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 606 Depends: ros-jazzy-rmf-traffic-examples (= 3.3.3-1noble.20260604.104109) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-examples/ros-jazzy-rmf-traffic-examples-dbgsym_3.3.3-1noble.20260604.104109_amd64.deb Size: 586204 SHA256: 6a85904ea6150e0c978afdf1dc2c837d5bf0e278a36abf6937e89cb66dccdc6f SHA1: db5d2aa685ccc9d5ae67513735a00ff9c0a9e412 MD5sum: 1be3931b1ba74aff899ea5da3d595803 Description: debug symbols for ros-jazzy-rmf-traffic-examples Build-Ids: 0bd0170cbcd4f1ce5688a407ef05418126922443 Package: ros-jazzy-rmf-traffic-msgs Version: 3.3.1-1noble.20260615.112420 Architecture: amd64 Maintainer: Grey Installed-Size: 10762 Depends: libc6 (>= 2.14), 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.20260615.112420_amd64.deb Size: 682308 SHA256: bf68ee456ab992e2d24ed57288cbbe65fe275058e72e9008918026ab1709d29d SHA1: 258360fbcc366af0cff6fa95c06aa155f179ac0a MD5sum: de3ea0c59be2f37199eea0bd6faa45df 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.20260615.112420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 9340 Depends: ros-jazzy-rmf-traffic-msgs (= 3.3.1-1noble.20260615.112420) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-msgs/ros-jazzy-rmf-traffic-msgs-dbgsym_3.3.1-1noble.20260615.112420_amd64.deb Size: 7848934 SHA256: 7499169287c3de1983548e456d824237975aa0a40c7da8f9469548c89927b46c SHA1: b7a07d90a54db8923c78fad48e047f3cad30818f MD5sum: 3848c204eed3aacf31981f690199d0c6 Description: debug symbols for ros-jazzy-rmf-traffic-msgs Build-Ids: 05aed7aa4b2683a57073bed49279f82baff18e39 0929229794d75818f4eef4a76352fd0df07ae2ae 99f7a2f782c98319464b4de77b431609825af858 9a27bbbe0edd2abf34b4d2b2d4bc61183d552978 9f15608ec65e78f644c351a3bc3d2486face4de0 a68b15f24d408bb809d3efbc7514afb2a7facec1 d68bba8fed829d37241903cb6cf508101518d153 d906583b033cfd7aa5d0eff89060a4982b9d4a66 dcf087c9a0e2dff54f84fa26e4d980284bf3eecc e1aa874122caccb5d3858c8c7124df7462718fba ec75b6848486353f008c1c959907d3836f409d54 Package: ros-jazzy-rmf-traffic-ros2 Version: 2.7.2-1noble.20260615.134742 Architecture: amd64 Maintainer: Grey Installed-Size: 7923 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.20260615.134742_amd64.deb Size: 1048146 SHA256: 77d80ea2b4e51901eb56350ff688c53cef7e3831ecf1a14b81a366ccdedb0747 SHA1: 3705677687ea12c4fc012c2c272441d01c1c1664 MD5sum: c63f9a4cc8a8ea8d984ae4b7f10eace4 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.20260615.134742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 38315 Depends: ros-jazzy-rmf-traffic-ros2 (= 2.7.2-1noble.20260615.134742) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-traffic-ros2/ros-jazzy-rmf-traffic-ros2-dbgsym_2.7.2-1noble.20260615.134742_amd64.deb Size: 31265518 SHA256: c2b18008648339bb1352039449e58927a18039d6fbfdec0ae7523bb93fb45ece SHA1: 110cd10dfaf87325b14b0340f9fb55c37321234c MD5sum: 0da1ddd51e707d9a3f1987f910e18dc3 Description: debug symbols for ros-jazzy-rmf-traffic-ros2 Build-Ids: 1854d4bdce97820bef1c4dbe4bdd5509ac49e5f7 5fbfe504371304bf1593b513db66041207de5933 830f7852cd52082b03a4088f71315008ae3f8885 d231d7ea4dd2baf311e270a51dbe3c3c09c14aad e0d96812a15225244f5d8b6e2a8689712ce28e00 Package: ros-jazzy-rmf-utils Version: 1.6.2-1noble.20260225.141159 Architecture: amd64 Maintainer: Grey Installed-Size: 827 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.20260225.141159_amd64.deb Size: 132116 SHA256: 6b0f16c459a2398199d60c16115cf277bd0d19dc98d8e4f7f6a85f72bd7e529c SHA1: 1ba2489e163346670fea80bcfbd3c921f1cebf5f MD5sum: 060051716e727f02f6ab6fecfb7453b8 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.20260225.141159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 34 Depends: ros-jazzy-rmf-utils (= 1.6.2-1noble.20260225.141159) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-utils/ros-jazzy-rmf-utils-dbgsym_1.6.2-1noble.20260225.141159_amd64.deb Size: 20616 SHA256: 6576f45eac5e16c7e92dbd4111dfff7ec6416eb13f45ce223b65cb322d9bba30 SHA1: 026ced885c3a0ae96858fc3e6e9e8ac626f4b1b4 MD5sum: f6ed3e5599489dceebc003220078d05b Description: debug symbols for ros-jazzy-rmf-utils Build-Ids: 745568d2cd24ad96a142beddf2288ba02508b6ce Package: ros-jazzy-rmf-visualization Version: 2.3.2-1noble.20260804.194827 Architecture: amd64 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.20260804.194827_amd64.deb Size: 6858 SHA256: 9b5d5eb7918ab2449182bbba150a60ec103eeb7d03b9530620824858135fc391 SHA1: 06379ecc27ae0511c2b1d94d9a4a730f763d6fb3 MD5sum: 1d244cd1ddc4c1e607b0aa06871b5bcc Description: Package containing a single launch file to bringup various visualizations Package: ros-jazzy-rmf-visualization-building-systems Version: 2.3.2-1noble.20260615.123612 Architecture: amd64 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.20260615.123612_amd64.deb Size: 12492 SHA256: 2cd631af62fbd6284a6ee3b08f1636f49a457a82356229f9d3f2f8b4e7521f2a SHA1: 5439fffc352b664c7cdb1df71a426f9023797bab MD5sum: 9a37b7139706727363720369b1d85095 Description: A visualizer for doors and lifts Package: ros-jazzy-rmf-visualization-fleet-states Version: 2.3.2-1noble.20260615.141836 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 786 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.20260615.141836_amd64.deb Size: 151298 SHA256: 7d6f8cf3c35a49fcac113b7b5f9a534262533281562f91ebb6ae375311d60c70 SHA1: 5297ebfc8cec41b70eb6caabd8c9ce9c1aaac422 MD5sum: 54208610565d9f48cba2ea290aaf4482 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.20260615.141836 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 3681 Depends: ros-jazzy-rmf-visualization-fleet-states (= 2.3.2-1noble.20260615.141836) 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.20260615.141836_amd64.deb Size: 3087022 SHA256: fe028a0329632c48b8681f9295dbd1f2cd8a203de8e7defa90c588ad02861845 SHA1: b7051ee92e085da7c9499e826fa743a70bed2720 MD5sum: ca973d544af5a2add0df12cc8a87a89b Description: debug symbols for ros-jazzy-rmf-visualization-fleet-states Build-Ids: ab36bce583cbbbaddb5c468a70097b9b014507ee e1817ecde9bb5a2ce7e0698e24e91780a98fbac8 Package: ros-jazzy-rmf-visualization-floorplans Version: 2.3.2-1noble.20260615.141821 Architecture: amd64 Maintainer: Yadunund Installed-Size: 789 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.20260615.141821_amd64.deb Size: 150684 SHA256: 84418c2d0cbe2502395c412ea16090755405fd167230dca3688334896dfdfb68 SHA1: 2ca968f09e6e99fa6dbc571dcb2a4b5c47e0492a MD5sum: d0f42857d15d6e28d4a5743371bab9e9 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.20260615.141821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3895 Depends: ros-jazzy-rmf-visualization-floorplans (= 2.3.2-1noble.20260615.141821) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-floorplans/ros-jazzy-rmf-visualization-floorplans-dbgsym_2.3.2-1noble.20260615.141821_amd64.deb Size: 3305526 SHA256: 870842351673107e2c1242f480175aeec827b59518211e570641457005d34a40 SHA1: 8e0fa4632d5deb549556574412c91ddaaec9dfbc MD5sum: ce41459c8a3dcaca7330901beac01c77 Description: debug symbols for ros-jazzy-rmf-visualization-floorplans Build-Ids: 158f569f98af2ecf8610a07d8ab38005537a2df7 aeda1b416ac04f5ba84f09b5e1783a9867e227c6 Package: ros-jazzy-rmf-visualization-msgs Version: 1.4.1-1noble.20260615.102747 Architecture: amd64 Maintainer: yadu Installed-Size: 442 Depends: libc6 (>= 2.4), 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.20260615.102747_amd64.deb Size: 42858 SHA256: 82d21f29079eeb339575aefedf42db33f060f69f1e6027170098bbcf38aab5c7 SHA1: c8ea3db271d73925d052f3af0b1069726faf50ea MD5sum: 26e17d0a2454a748e6aeb7e80dab04b9 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.20260615.102747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: yadu Installed-Size: 273 Depends: ros-jazzy-rmf-visualization-msgs (= 1.4.1-1noble.20260615.102747) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-msgs/ros-jazzy-rmf-visualization-msgs-dbgsym_1.4.1-1noble.20260615.102747_amd64.deb Size: 184850 SHA256: e08f372ace3117bcbde66148ee6cbfa21ede56d6e0d794326c37f338be8bf34f SHA1: 5d5bf342a2710874683a2712fb063acbb1cd1af6 MD5sum: 2a7e43622222fe3fbca6a23241af6218 Description: debug symbols for ros-jazzy-rmf-visualization-msgs Build-Ids: 0d166ad13892ed61464d0bba5040c78a82c4a4b3 42f650c3b288f824169167d6bef1e152c65110e6 44b9dd1e0c2dd28e17ee37cb347b958430a00d96 45061adc5a92cce482b936360848ae7316c9507c 7eff21c439b5760bc038f149f7d581714f5f8d2a 7f2a100e03c2d34991c8a4c510f62c83f13587dd beca224d84118d793730b2a19848e6e5dceabe3c c331875fd7300ab5c6ef4719a3d9522991e35a81 d462695f6b67e15847622cafb908224cdbf904a2 edc09bbe707a060198a2920676db2d3531b278fd fb2c6f7122ce7c28ae9d85b9262d5e018433507d Package: ros-jazzy-rmf-visualization-navgraphs Version: 2.3.2-1noble.20260615.141859 Architecture: amd64 Maintainer: Yadunund Installed-Size: 1061 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.20260615.141859_amd64.deb Size: 190958 SHA256: f1f34c0bec579aea9cc1c4f034d044a38a04f11b4e3c52164730b00ef721cea5 SHA1: adacfefbd091407097530b72fc824584f1733f14 MD5sum: 9b5b674d1c8cba4b7e6c3837780d3b5d 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.20260615.141859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 5006 Depends: ros-jazzy-rmf-visualization-navgraphs (= 2.3.2-1noble.20260615.141859) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-navgraphs/ros-jazzy-rmf-visualization-navgraphs-dbgsym_2.3.2-1noble.20260615.141859_amd64.deb Size: 4158086 SHA256: a5e4d11a1faf486a14ae3a138579af2ba7e0bfd02387ef326dacc9b81d409e28 SHA1: 9feaad9543aa47de4c2e735b5e61958e91ea39cb MD5sum: 7bbed17783074fd4ed58af1bf9466a1f Description: debug symbols for ros-jazzy-rmf-visualization-navgraphs Build-Ids: 8c29f77a0282af93f000f09112893b7d2b210acf f37d8b58b6e8b87f2588c78cf2994fb16df8c4b9 Package: ros-jazzy-rmf-visualization-obstacles Version: 2.3.2-1noble.20260615.141933 Architecture: amd64 Maintainer: Yadunund Installed-Size: 781 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.20260615.141933_amd64.deb Size: 148726 SHA256: a45baa936e7cf183b367d0ca4ec4e15dc29e40a187f318d994e697b2ad05a6aa SHA1: 74569adecbb176c3e5f0e19808a854be2d1b6b8f MD5sum: 61d6cbc206df2949353eb3b4174e5f8c 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.20260615.141933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3615 Depends: ros-jazzy-rmf-visualization-obstacles (= 2.3.2-1noble.20260615.141933) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-obstacles/ros-jazzy-rmf-visualization-obstacles-dbgsym_2.3.2-1noble.20260615.141933_amd64.deb Size: 3022216 SHA256: 9d558453ccb69d0cff6d4b5ec481dbedec1457a64c0c5a758738cae090e8065e SHA1: 6200b90679d79817c3d5f7fa53d49da4260d669e MD5sum: c36954769d66d44fa2f4f96dd3b6ec28 Description: debug symbols for ros-jazzy-rmf-visualization-obstacles Build-Ids: 0607b2b9f29f0b86f5ae47acd53830f55b15913f 334155e4737fda1dac8827b03cc35cf812cf2839 Package: ros-jazzy-rmf-visualization-rviz2-plugins Version: 2.3.2-1noble.20260804.193902 Architecture: amd64 Maintainer: Yadunund Installed-Size: 1449 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), 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), 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.20260804.193902_amd64.deb Size: 254152 SHA256: 49409b1d676e1f4a3ea80c82204fa3e05734131840ffd94ffe09d33eb17bc279 SHA1: 77a1bb0214405b7513952ecf3bf1f3e85c71aa6c MD5sum: a17b3d658a46b15a55247f3df09ad769 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.20260804.193902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 7574 Depends: ros-jazzy-rmf-visualization-rviz2-plugins (= 2.3.2-1noble.20260804.193902) 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.20260804.193902_amd64.deb Size: 6414082 SHA256: c977df052096a83f8c121c88b9371605e2b30be69474b0ca71f5e3d3d77b018f SHA1: abcfee8e5bb2ab128e3286dd5de10fed08aa659e MD5sum: 3317c6bb73f509456c8b3109909b2b38 Description: debug symbols for ros-jazzy-rmf-visualization-rviz2-plugins Build-Ids: c0608f7c70a28218bf7a67e78348db733f03ec3a Package: ros-jazzy-rmf-visualization-schedule Version: 2.3.2-1noble.20260615.142001 Architecture: amd64 Maintainer: Yadunund Installed-Size: 3864 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.20260615.142001_amd64.deb Size: 621790 SHA256: 105133c6462bebb320cb31caefbc876e8ee4c2a59a77df9d34d76018b977bb37 SHA1: e6f17160e0af042c6b75b12af25167e731bfd010 MD5sum: 136f3c120b40f04fb6f6cb778626c88a 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.20260615.142001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 9892 Depends: ros-jazzy-rmf-visualization-schedule (= 2.3.2-1noble.20260615.142001) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-visualization-schedule/ros-jazzy-rmf-visualization-schedule-dbgsym_2.3.2-1noble.20260615.142001_amd64.deb Size: 8701856 SHA256: 4ec5ee3585907ba94b256fe86f026ab35a624312d686ab26f006214544c50c22 SHA1: 338b77cd59ef56438cf0e76f7424968b2d0868d1 MD5sum: 411a73b7e3878bc2337b8f2559b6539a Description: debug symbols for ros-jazzy-rmf-visualization-schedule Build-Ids: 618d776ea37e407928b57de3b14f8dc21fd3d75d 75c28a863b52cf36b904e616cf9573d677b1f429 df8b7a9d6f2454bb8897c80824cf33081560fde2 eed8b9167a384b493a34e48bfdd7e1c5e502bddc Package: ros-jazzy-rmf-websocket Version: 2.7.2-1noble.20260615.163651 Architecture: amd64 Maintainer: Yadunund Installed-Size: 1054 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.20260615.163651_amd64.deb Size: 281400 SHA256: e310717442effc009f92236b1c2155b61ab9f5886e565c8765b956069451addd SHA1: 53515c25cc8884464faad74dee08bc7a7753d396 MD5sum: efb08f3d1c8cae01c61e4550734b8bec 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.20260615.163651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 4816 Depends: ros-jazzy-rmf-websocket (= 2.7.2-1noble.20260615.163651) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-websocket/ros-jazzy-rmf-websocket-dbgsym_2.7.2-1noble.20260615.163651_amd64.deb Size: 4388490 SHA256: 752d7b9fbefc610492e283fead85a7e1f78b8bf846b66cd69f9b9ee2d7a4195c SHA1: 02d74aa61823b30ffd967832e3f93e569162e8c2 MD5sum: c5cc04de14e28b879942cea2531659ec Description: debug symbols for ros-jazzy-rmf-websocket Build-Ids: 711bdeec91583a81b9db9182ae82cda76786988f Package: ros-jazzy-rmf-workcell-msgs Version: 3.3.1-1noble.20260615.102746 Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 1175 Depends: libc6 (>= 2.14), 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.20260615.102746_amd64.deb Size: 104198 SHA256: b6090d5e3d0211e9a525495e58805827ad8a01961ee09567d323faf9a82673c2 SHA1: fc091a087239c08a52cde096d2029c03e16c465c MD5sum: d931af39331835baefdff1a8aff9cf33 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.20260615.102746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 979 Depends: ros-jazzy-rmf-workcell-msgs (= 3.3.1-1noble.20260615.102746) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmf-workcell-msgs/ros-jazzy-rmf-workcell-msgs-dbgsym_3.3.1-1noble.20260615.102746_amd64.deb Size: 794308 SHA256: 5c0ae62a59c4051afa591a3b1bc398a8ab83d0d64545ebc2877fb19e611bb122 SHA1: a1cead3f039ae5d8f058b6866acfa6617e5b1a3d MD5sum: 06e11e1b678a8fdcdcb1b77b04918623 Description: debug symbols for ros-jazzy-rmf-workcell-msgs Build-Ids: 0cae4c9aa689e734fb2da4ffa4eddd2e9e221d19 4c216088140b78da53641c71074dc8dd79a63a6c 4c35161a3c0b2c407846f80746e93848325d7c8d 51a0f3f4ba06d83ec6e21dd5cc30f172a7a9c31d 5a290147bec6059804bd8cbf32169104d5dadea2 8335a68f577ee905e9bb8abb12d8872c92f09285 86d5523feda458322dda222c95a2f480d3418145 88c1d9a9eb30a63a242dce911f90b461668a13b0 c4df6499abbcc3ad1acac4cb15a28f9c35c0102a f5a35e4993fa714ae7b54c5fe93585f79feb9d02 fac8a89391fd946853c7524ac9dd03797c9e5bb3 Package: ros-jazzy-rmw Version: 7.3.3-1noble.20260612.050218 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 524 Depends: libc6 (>= 2.14), 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.20260612.050218_amd64.deb Size: 72082 SHA256: ba9a3dd6265bc208f827d670e431f0ddc6acbac503b4c35eb823a11469bfa1a0 SHA1: 452352b391bfed88e410eefd7cb0dc798f3e2908 MD5sum: 1bc6ab81364894f6dbc675c8fcf7a7cb Description: Contains the ROS middleware API. Package: ros-jazzy-rmw-connextdds Version: 0.22.3-1noble.20260615.131651 Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 103 Depends: libstdc++6 (>= 13.1), 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.20260615.131651_amd64.deb Size: 16938 SHA256: 814135234b468685bcf65e11427f75728f9ac1d0d40d85bb49f07f47a378cd0b SHA1: 8a3a3cd94aa7765ad3652061f019d76ce19676d1 MD5sum: 41cb93766aee2f54938e2c69a837777e Description: A ROS 2 RMW implementation built with RTI Connext DDS Professional. Package: ros-jazzy-rmw-connextdds-common Version: 0.22.3-1noble.20260615.123728 Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 1009 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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.20260615.123728_amd64.deb Size: 259464 SHA256: d7d0e9fc3789a9e6b94679baf303726749b0a7e55a50cfb907155f220f1423dc SHA1: 7a26567f0f1711355f89dc1382aed9d2aa0fdb73 MD5sum: df2a9b102eb2d6e710de28b9e0ee5cb3 Description: Common source for RMW implementations built with RTI Connext DDS Professional and RTI Connext DDS Micro. Package: ros-jazzy-rmw-connextdds-common-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-connextdds-common Version: 0.22.3-1noble.20260615.123728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 3009 Depends: ros-jazzy-rmw-connextdds-common (= 0.22.3-1noble.20260615.123728) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-connextdds-common/ros-jazzy-rmw-connextdds-common-dbgsym_0.22.3-1noble.20260615.123728_amd64.deb Size: 2791604 SHA256: 0553096c7e9071f7465cfc6e4fc3587b8dabe3dad064bbf8fd8965964b0e50be SHA1: 93077e54112b041604490fd89458e8e87b144517 MD5sum: bd3613a2e655b1bc8a21f805ea74ffe8 Description: debug symbols for ros-jazzy-rmw-connextdds-common Build-Ids: 9f5bb118164119e99ca5cdd2320a19651bfe1554 Package: ros-jazzy-rmw-connextdds-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw-connextdds Version: 0.22.3-1noble.20260615.131651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 125 Depends: ros-jazzy-rmw-connextdds (= 0.22.3-1noble.20260615.131651) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-connextdds/ros-jazzy-rmw-connextdds-dbgsym_0.22.3-1noble.20260615.131651_amd64.deb Size: 101816 SHA256: ec4f5e558aa7b51c0c13b9932a49b219a2b6640b1099f404aa4aff9f3e1140b8 SHA1: 67eb055742498e5079a21d1cb92e0022213dc322 MD5sum: 55a67f5c7e1719887c79490760891df4 Description: debug symbols for ros-jazzy-rmw-connextdds Build-Ids: 81c888f1a77f4fd90a357ae1524c1ad6abe1514b Package: ros-jazzy-rmw-cyclonedds-cpp Version: 2.2.3-1noble.20260615.123728 Architecture: amd64 Maintainer: Erik Boasson Installed-Size: 535 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.20260615.123728_amd64.deb Size: 176020 SHA256: e008b7bdd84fecc15130bbd9f6ed5aaa4993992d66324efba2e3e9739f88bf8c SHA1: 24961ad0df993859909a4542c1982b782f59ebca MD5sum: db7886f61175e51a52e03b56e2a89c93 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.20260615.123728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Erik Boasson Installed-Size: 2325 Depends: ros-jazzy-rmw-cyclonedds-cpp (= 2.2.3-1noble.20260615.123728) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-cyclonedds-cpp/ros-jazzy-rmw-cyclonedds-cpp-dbgsym_2.2.3-1noble.20260615.123728_amd64.deb Size: 2201030 SHA256: 9515036ca736d19b0f046cb4cd2784e7ca13a83d7fecc0c5b1478c3b190e67c6 SHA1: ee9c83664197f8a2dae5a6cb053005e40b3c14e5 MD5sum: 6d56d466662917bcb70665281845a35c Description: debug symbols for ros-jazzy-rmw-cyclonedds-cpp Build-Ids: 492a94d3569c28a9efc59539a8de125ba7b1500c Package: ros-jazzy-rmw-dbgsym Package-Type: ddeb Source: ros-jazzy-rmw Version: 7.3.3-1noble.20260612.050218 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 61 Depends: ros-jazzy-rmw (= 7.3.3-1noble.20260612.050218) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw/ros-jazzy-rmw-dbgsym_7.3.3-1noble.20260612.050218_amd64.deb Size: 35392 SHA256: b899647af9a5819d9e1d98f5ebf15450c0c618816d26024c2deb4945af99bc16 SHA1: 3d2d45e70eb041dcec55c5120de1408b5c30f3a6 MD5sum: aedf5da545138907847eb614679ecb84 Description: debug symbols for ros-jazzy-rmw Build-Ids: 4935d9b687668ca543462c1906fea4b7c77fa1b8 Package: ros-jazzy-rmw-dds-common Version: 3.1.1-1noble.20260615.102804 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 910 Depends: libc6 (>= 2.14), 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.20260615.102804_amd64.deb Size: 120968 SHA256: 1006797eda2a6c09e445559ab575e04ae9b45754ea738b650227c4f7a6f27fd1 SHA1: 90a25992cc6dbb4aac09f5eaa8ae07e4a0737db2 MD5sum: e13e0f1badbb6326db0c5c743a12788a 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.20260615.102804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1246 Depends: ros-jazzy-rmw-dds-common (= 3.1.1-1noble.20260615.102804) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-dds-common/ros-jazzy-rmw-dds-common-dbgsym_3.1.1-1noble.20260615.102804_amd64.deb Size: 1080428 SHA256: 20b87deb9caef33c4e97b3a43298db8b391fdc54b5691dc0bd9bfd1ed3eae041 SHA1: 7a185b3ea0d4de9a041bc5237988748c4d268523 MD5sum: aeced41ab17a3769fd08e3d1f1282359 Description: debug symbols for ros-jazzy-rmw-dds-common Build-Ids: 05bf66f5fc6e26e82d16bda9967e4c5c73f43a46 244e39bd6bf6e9731815255e097b178d836ee390 3ad8ea8d12d8e09c4a29a41d7f8deaec7c0c25ac 3c8673ed91e58153776315bb801d1ca4ca769a29 49d17384981ad3fa590345752550f855d408dcdd 4bcd76a487089a05ff444e457b3e505b82e75155 551cedce47b92ed2d4c07f4daaa6a8b7e347eb21 7483a8c535d02fbc4283990252a1a976f5f913d6 748f7838c7a316d630c7a07943d64ec8859f477a 7f2984743ba6503e027ef900d4ea83650317078c aa83ffc54ba068260497932736ee5798b16a9a17 c6bd60d61e19f602358caa2fb32bc040026c98a5 Package: ros-jazzy-rmw-desert Version: 2.0.4-1noble.20260707.115352 Architecture: amd64 Maintainer: "Davide Costa" Installed-Size: 429 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 Homepage: https://index.ros.org/p/rmw_desert/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-desert/ros-jazzy-rmw-desert_2.0.4-1noble.20260707.115352_amd64.deb Size: 143750 SHA256: 29c24ec245e5d18ab17f4bb83f16b8091136b6edfeae06e97e02cf20c9b3a3d6 SHA1: 73de9c82af80edf9afa3197d1f0aeedeace956cf MD5sum: 1a17608a7dcfdcf60b97392fb70660d5 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.4-1noble.20260707.115352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Costa" Installed-Size: 3249 Depends: ros-jazzy-rmw-desert (= 2.0.4-1noble.20260707.115352) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-desert/ros-jazzy-rmw-desert-dbgsym_2.0.4-1noble.20260707.115352_amd64.deb Size: 3155462 SHA256: a830dae4ed4308bd6c0298390111b4f0d25f9e98dc763e1aed943c39fd25f20d SHA1: e750af0bea4a4fa45c8723a5573d7c1e1f9bac7e MD5sum: 36804debdbc0b7c87e506e17c449e248 Description: debug symbols for ros-jazzy-rmw-desert Build-Ids: bd0702672417234896502c9788e5699f54db7a4f Package: ros-jazzy-rmw-fastrtps-cpp Version: 8.4.4-1noble.20260615.124621 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 355 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-fastrtps, 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.4-1noble.20260615.124621_amd64.deb Size: 92012 SHA256: 92ced434f02a6ddf4bc6e06a80f37dc86f50c2525b4cc1de1afc2b974427fc0c SHA1: 60b64c5fc89e2b17d62331f18a8ac00baf241e96 MD5sum: 38db123ac35c1c7f41a4219566b9385a 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.4-1noble.20260615.124621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 3174 Depends: ros-jazzy-rmw-fastrtps-cpp (= 8.4.4-1noble.20260615.124621) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-cpp/ros-jazzy-rmw-fastrtps-cpp-dbgsym_8.4.4-1noble.20260615.124621_amd64.deb Size: 2908924 SHA256: 828005473d0c7f013ae34ec49d1803bd2613e50a693c79455590c6dcab2963f3 SHA1: 3bfdb1826164e627c685190757d8f176be509f00 MD5sum: d5dda65aa8cd47c4bd8a0d865fc26b22 Description: debug symbols for ros-jazzy-rmw-fastrtps-cpp Build-Ids: 9803dd2afeaa9fdd0e9cb3481aafadd8eb0db159 Package: ros-jazzy-rmw-fastrtps-dynamic-cpp Version: 8.4.4-1noble.20260615.124817 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 430 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-fastrtps, 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.4-1noble.20260615.124817_amd64.deb Size: 113828 SHA256: 15586377f241bb5a852ac09eecaaaeb700efa6998eed72d898f694552e7140e4 SHA1: f38ec8113977317ec1e48cbbe3fa892abfc9d89a MD5sum: c8cbb964b2581fab43f8a9e62e57421a 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.4-1noble.20260615.124817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 3717 Depends: ros-jazzy-rmw-fastrtps-dynamic-cpp (= 8.4.4-1noble.20260615.124817) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-dynamic-cpp/ros-jazzy-rmw-fastrtps-dynamic-cpp-dbgsym_8.4.4-1noble.20260615.124817_amd64.deb Size: 3398986 SHA256: a0beac4e6b2a50a288ab4e2452da52dd7e632237291a713af2bbf8ab84a468f6 SHA1: b3cfd2030c812a3baff7eace10a18cecc09c1c14 MD5sum: c977ca227d88e64db54db543559477f3 Description: debug symbols for ros-jazzy-rmw-fastrtps-dynamic-cpp Build-Ids: 31e7915f9df945d2a8ca76a177663b7df7661db2 Package: ros-jazzy-rmw-fastrtps-shared-cpp Version: 8.4.4-1noble.20260615.124045 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 656 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, ros-jazzy-fastrtps, 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.4-1noble.20260615.124045_amd64.deb Size: 171964 SHA256: 1646e238fcdef33327cb66d1e8264bfa8558f5b6acaa73cd69b9e49292fd800a SHA1: d8c8cfeae9a31fe3418cfc74e6e4d4aa201a85f8 MD5sum: 88a352c8c0e56bac2c647287c8b66aed 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.4-1noble.20260615.124045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6273 Depends: ros-jazzy-rmw-fastrtps-shared-cpp (= 8.4.4-1noble.20260615.124045) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-fastrtps-shared-cpp/ros-jazzy-rmw-fastrtps-shared-cpp-dbgsym_8.4.4-1noble.20260615.124045_amd64.deb Size: 5805190 SHA256: 07e4cb510d73bcdf2896d6a368c3213faa7f7c477bad04114954705a44af0de2 SHA1: 53b89c1bfe40e4b962d5699cc684e126a3dc7ca4 MD5sum: 93bcc0389d5ad295a24d65218a9edaad Description: debug symbols for ros-jazzy-rmw-fastrtps-shared-cpp Build-Ids: fa113a71bc6998bcfac7b6eb8251db8b1e0b957d Package: ros-jazzy-rmw-gurumdds-cpp Version: 5.0.0-2noble.20260615.124048 Architecture: amd64 Maintainer: Donghyeon Lee Installed-Size: 672 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.20260615.124048_amd64.deb Size: 183680 SHA256: 8483852b732b152f3c43166f30490b72ac4e439ac4683ca4b204af388453cab5 SHA1: ce5903f3ae4b3a01f5da6d58cb949c8b47b25fb2 MD5sum: 0e43813c96ebc6edd05c846883961dbe 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.20260615.124048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Donghyeon Lee Installed-Size: 2293 Depends: ros-jazzy-rmw-gurumdds-cpp (= 5.0.0-2noble.20260615.124048) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-gurumdds-cpp/ros-jazzy-rmw-gurumdds-cpp-dbgsym_5.0.0-2noble.20260615.124048_amd64.deb Size: 2177154 SHA256: 5a934dbb2f464fb12aa09ef7a86d97ef63a8f1fdcf707fb6b3a9e5d76517701a SHA1: 3892cdf850ea8c484396dc1e382eeed23fe256d8 MD5sum: b0e330d990e2cbd4a1da0090a5c23a2d Description: debug symbols for ros-jazzy-rmw-gurumdds-cpp Build-Ids: 9ace323a41a774c3eddbf9691205a00f1d8e3eb4 Package: ros-jazzy-rmw-implementation Version: 2.15.6-1noble.20260615.132010 Architecture: amd64 Maintainer: William Woodall Installed-Size: 115 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.20260615.132010_amd64.deb Size: 24516 SHA256: 5d0a3aef441e12795863187ded6315fbdff56ec9887eb9d5aa5e10ee79e5abd8 SHA1: 0eff2bfb5237b11daae802ffbd888f5f04c8e736 MD5sum: 6bc27ad102af675527e1257aa24e9b58 Description: Proxy implementation of the ROS 2 Middleware Interface. Package: ros-jazzy-rmw-implementation-cmake Version: 7.3.3-1noble.20260225.225156 Architecture: amd64 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.20260225.225156_amd64.deb Size: 9032 SHA256: 8ed4f0acbb80384c0e5accea07ca3e16a518a99630dd1ecb87d57e459cb7e95d SHA1: f26da542a1bc0fee989d66d70d3cbb49bcadc273 MD5sum: 3c2b9e0c9851a09b687fc79bbee54cde 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.20260615.132010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: William Woodall Installed-Size: 124 Depends: ros-jazzy-rmw-implementation (= 2.15.6-1noble.20260615.132010) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-implementation/ros-jazzy-rmw-implementation-dbgsym_2.15.6-1noble.20260615.132010_amd64.deb Size: 100588 SHA256: d70bf901cde82a7fa4dfa71aaa6e29de4192e486c10cb03d2815b1356f31c14e SHA1: e36226e929f0bd87d665b7b35d0eb9917ab077be MD5sum: 8964c26b0369ecc94d9eb8dbff350d2b Description: debug symbols for ros-jazzy-rmw-implementation Build-Ids: f36727b8d84fdae9af1311b357b7aeab22548354 Package: ros-jazzy-rmw-stats-shim Version: 0.2.3-1noble.20260615.125220 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 119 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.20260615.125220_amd64.deb Size: 28864 SHA256: 418de6bd7827091e41426b40845fc4b1066ae536e06ce92b0f874a0349685b2d SHA1: 6f63fa1cd99a52ff00fc674bec3431090a0c1cf2 MD5sum: dd70a27d95251720d762ce1a0cf81bb7 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.20260615.125220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 296 Depends: ros-jazzy-rmw-stats-shim (= 0.2.3-1noble.20260615.125220) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-stats-shim/ros-jazzy-rmw-stats-shim-dbgsym_0.2.3-1noble.20260615.125220_amd64.deb Size: 277698 SHA256: 687f25a40558f6422582cea51823c69e8f5c81a3f0d7fd344d0edd74b0fb15bb SHA1: cdbeb3b3d5caa0c4fd4694eeeebf98f4f92ee065 MD5sum: 74c63b44588d747ead7f34ce3ddbacd1 Description: debug symbols for ros-jazzy-rmw-stats-shim Build-Ids: 8dee43a94118916cc45e3e080c7db4c03bb4efef Package: ros-jazzy-rmw-zenoh-cpp Version: 0.2.10-1noble.20260722.221622 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 666 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 Homepage: https://index.ros.org/p/rmw_zenoh_cpp/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-zenoh-cpp/ros-jazzy-rmw-zenoh-cpp_0.2.10-1noble.20260722.221622_amd64.deb Size: 199982 SHA256: a1138a1e37eaf4f2f599897b368a74cb8568dc4b7e94aa9c7336310269d9505a SHA1: 44ed7ed49a1b56888f0c8ab98b9b10c101c0df71 MD5sum: 0ee788399d5a072885bd10c4d8369f09 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.10-1noble.20260722.221622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 5305 Depends: ros-jazzy-rmw-zenoh-cpp (= 0.2.10-1noble.20260722.221622) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rmw-zenoh-cpp/ros-jazzy-rmw-zenoh-cpp-dbgsym_0.2.10-1noble.20260722.221622_amd64.deb Size: 5191018 SHA256: 00fcda41b9d33d4b926b338b5e3a078bf30925eb086d0dab55dabb5b8a3b0b4e SHA1: 368306bf2afb1353bde2509c39e866c7c010c338 MD5sum: 360ad50fbe3d16c4c6cef087ee823628 Description: debug symbols for ros-jazzy-rmw-zenoh-cpp Build-Ids: 0bbda7bde8c54c2997c97a72d90189c73d2e603a 357984f36fc0978aa42c4d68cbf2366d858720c2 Package: ros-jazzy-roboplan Version: 0.6.0-1noble.20260803.130846 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 1847 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-jazzy-coal, ros-jazzy-pinocchio, ros-jazzy-urdfdom, libeigen3-dev, libexpected-dev, ros-jazzy-tinyxml2-vendor, ros-jazzy-yaml-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan/ros-jazzy-roboplan_0.6.0-1noble.20260803.130846_amd64.deb Size: 491678 SHA256: 62265ce1db952b0cca9a69e18c14232de811a96de6269851f7bd2257f8801e9d SHA1: 8c65219d2774bd819a8012a29d1a2fae9b754a1b MD5sum: 7b9398f044e51542d1bb032ebc85ff2f Description: Core types, scene representation, and utilities for RoboPlan. Package: ros-jazzy-roboplan-cartesian-planning Version: 0.6.0-1noble.20260803.134543 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 371 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-coal, ros-jazzy-roboplan, ros-jazzy-roboplan-oink, ros-jazzy-roboplan-toppra, ros-jazzy-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-cartesian-planning/ros-jazzy-roboplan-cartesian-planning_0.6.0-1noble.20260803.134543_amd64.deb Size: 107980 SHA256: 61dcb57f4a15ebdd57ece955e24a439f84449e6e074437e9e8be8d79e7a388ad SHA1: 238b87e7a79d570d2798e667188cee25af1c5431 MD5sum: 473d116a85211064202969d2ed6b2597 Description: Cartesian path planner for RoboPlan. Package: ros-jazzy-roboplan-cartesian-planning-dbgsym Package-Type: ddeb Source: ros-jazzy-roboplan-cartesian-planning Version: 0.6.0-1noble.20260803.134543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 5975 Depends: ros-jazzy-roboplan-cartesian-planning (= 0.6.0-1noble.20260803.134543) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-cartesian-planning/ros-jazzy-roboplan-cartesian-planning-dbgsym_0.6.0-1noble.20260803.134543_amd64.deb Size: 5953636 SHA256: 6c595d46d9d29710630fbb6e04338853e754f83406a2f6aec622c9947b19672a SHA1: 20733c52582c487a5c6c7d19be2bbd12134064e9 MD5sum: b8d8c2299efdcb4b35abe6226e063357 Description: debug symbols for ros-jazzy-roboplan-cartesian-planning Build-Ids: 533fae0e6da7caf93fb3ee9d2762c8616f3335e1 7e60a1e0e1b3e31d1544d57b091c4f6c016cbd11 Package: ros-jazzy-roboplan-dbgsym Package-Type: ddeb Source: ros-jazzy-roboplan Version: 0.6.0-1noble.20260803.130846 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 23940 Depends: ros-jazzy-roboplan (= 0.6.0-1noble.20260803.130846) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan/ros-jazzy-roboplan-dbgsym_0.6.0-1noble.20260803.130846_amd64.deb Size: 23517618 SHA256: e917c265b53cf68ab0d40487be889d6c41a20f396f2ee59a2cac43ded78ec2bf SHA1: da9ccc3ac0975585e2bb2c2bbbaec6c2d6f03292 MD5sum: 1f7cf764a980f2d87d8b39547f575774 Description: debug symbols for ros-jazzy-roboplan Build-Ids: 421808ebf5abe112f141fbaf3e10b215e917a25a 5fc6e1e752ad75c50feb4705ba319ca8aa0fd483 e79e1a0a93e373b37433b2c36d9fdf41068f852f ebd2f4b015f076166e211b16600e310c3b20bfa5 Package: ros-jazzy-roboplan-example-models Version: 0.6.0-1noble.20260803.130812 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 88494 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-jazzy-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-example-models/ros-jazzy-roboplan-example-models_0.6.0-1noble.20260803.130812_amd64.deb Size: 22892292 SHA256: b0da49abecbede9167bc5306d27dc37c033d0f5f61d0f3a3fa6847adc7e2d53b SHA1: cb5768dc3221a208933f4988d1bd1ef72484c856 MD5sum: 29c2e8fb473157e6a7038602680033e8 Description: Robot descriptions for RoboPlan testing and examples. Package: ros-jazzy-roboplan-example-models-dbgsym Package-Type: ddeb Source: ros-jazzy-roboplan-example-models Version: 0.6.0-1noble.20260803.130812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 608 Depends: ros-jazzy-roboplan-example-models (= 0.6.0-1noble.20260803.130812) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-example-models/ros-jazzy-roboplan-example-models-dbgsym_0.6.0-1noble.20260803.130812_amd64.deb Size: 572662 SHA256: cbca6aee1567102653dcf8c75f826c0f3c595824f4b4effbce4f779c64240d8f SHA1: be582d1d86753b0b245de7ea1c2a242646d432a5 MD5sum: 3743ec202cd2f437d5cec8d850350009 Description: debug symbols for ros-jazzy-roboplan-example-models Build-Ids: 73ab72ec4b75a7a0f8cbbbc87ec966fd4a73693b 99a9b7dbcb695f14cae657197150c6185a021e2a Package: ros-jazzy-roboplan-examples Version: 0.6.0-1noble.20260803.135646 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 450 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-coal, ros-jazzy-pinocchio, ros-jazzy-roboplan, ros-jazzy-roboplan-cartesian-planning, ros-jazzy-roboplan-example-models, ros-jazzy-roboplan-oink, ros-jazzy-roboplan-rrt, ros-jazzy-roboplan-simple-ik, ros-jazzy-roboplan-toppra, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-examples/ros-jazzy-roboplan-examples_0.6.0-1noble.20260803.135646_amd64.deb Size: 94972 SHA256: 12b3fa0116d9f2f4592891de2080590f9b5884505f3fc2e00c34228ef717012b SHA1: d36c493e2d47260fc71b0430d7713806b602a8fd MD5sum: 1d0927f04a9018a7fc796f60203364fc Description: Basic examples of RoboPlan. Package: ros-jazzy-roboplan-examples-dbgsym Package-Type: ddeb Source: ros-jazzy-roboplan-examples Version: 0.6.0-1noble.20260803.135646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 14290 Depends: ros-jazzy-roboplan-examples (= 0.6.0-1noble.20260803.135646) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-examples/ros-jazzy-roboplan-examples-dbgsym_0.6.0-1noble.20260803.135646_amd64.deb Size: 14387296 SHA256: aa17cc4570aeb62924eb8bc5c58a993bef36fba07b416d082f2e7a296a47cd85 SHA1: 07a355060cdde143f0b76ae45815948367b8370f MD5sum: 2306445dca51d87b6446fb470492d826 Description: debug symbols for ros-jazzy-roboplan-examples Build-Ids: 3c1b96962cedf06110fa33eb918ff41d9dacb4c6 5d247ebd1103b87e5f220f06a7c5b96adb617c97 60dfb7d571e8998bfe8bfcb202c8b8df7a1b8c11 b6b4de7353a8f245c0c583af8b285c0a2d142874 bd6fab2859d9752eacecb111f54cefb2c3ee3d77 Package: ros-jazzy-roboplan-oink Version: 0.6.0-1noble.20260803.133230 Architecture: amd64 Maintainer: "Sebastian Jahr" Installed-Size: 886 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-coal, ros-jazzy-pinocchio, ros-jazzy-proxsuite, ros-jazzy-roboplan, ros-jazzy-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-oink/ros-jazzy-roboplan-oink_0.6.0-1noble.20260803.133230_amd64.deb Size: 278820 SHA256: 4587dd37e262561a299daa5ed3011f80ead2824e4f0616024f7420a7ab32afef SHA1: a0b14b654e2b0fe0a3bb8709301ad7bcb650d446 MD5sum: 6d2d7b3611d5196420ca34ef8e1f6818 Description: OInK - Optimal Inverse Kinematics solver for RoboPlan. Package: ros-jazzy-roboplan-oink-dbgsym Package-Type: ddeb Source: ros-jazzy-roboplan-oink Version: 0.6.0-1noble.20260803.133230 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Jahr" Installed-Size: 19481 Depends: ros-jazzy-roboplan-oink (= 0.6.0-1noble.20260803.133230) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-oink/ros-jazzy-roboplan-oink-dbgsym_0.6.0-1noble.20260803.133230_amd64.deb Size: 19465970 SHA256: 87a213b5205fe18f2532b5070411b8da7e23b4594bc4d59bf1df575ec7c62e73 SHA1: 10ccf98401e83b3e6b0b62def82b85e57a8347c9 MD5sum: 95aac01060abdfa20958cb416d2a48ae Description: debug symbols for ros-jazzy-roboplan-oink Build-Ids: 790ad4fa2c18afb54d42b9c59416d0da3475a596 e3d8be98dc4be2404ca03f009bbe749fcb713cb9 Package: ros-jazzy-roboplan-ros-cpp Version: 0.6.0-1noble.20260804.192932 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 391 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-coal, ros-jazzy-pinocchio, libeigen3-dev, ros-jazzy-geometry-msgs, ros-jazzy-roboplan, ros-jazzy-rosidl-generator-cpp, ros-jazzy-sensor-msgs, ros-jazzy-tf2-eigen, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: https://roboplan-ros.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-ros-cpp/ros-jazzy-roboplan-ros-cpp_0.6.0-1noble.20260804.192932_amd64.deb Size: 132750 SHA256: 604c850e727a639717d19cd2c9c8be4f569ae907785ae2c2c83be0c077ce5089 SHA1: 38ccbebf03bbd6e104ed884a91304cdb236d6e33 MD5sum: 50382d5d926b44891c5c83d1a9435091 Description: ROS 2 C++ bindings for the RoboPlan motion planning library. Package: ros-jazzy-roboplan-ros-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-roboplan-ros-cpp Version: 0.6.0-1noble.20260804.192932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6159 Depends: ros-jazzy-roboplan-ros-cpp (= 0.6.0-1noble.20260804.192932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-ros-cpp/ros-jazzy-roboplan-ros-cpp-dbgsym_0.6.0-1noble.20260804.192932_amd64.deb Size: 6141232 SHA256: 0f4a7e6a742eb16f7c30a4e6eda47d6bd70b6cc94f32e0a7e24f0efeeb5c3588 SHA1: b6b263e48d80c79ad60a380f7f7feb4c22e63505 MD5sum: a618a32ff1ffcb633562e2bf02115606 Description: debug symbols for ros-jazzy-roboplan-ros-cpp Build-Ids: 960fec0aada03e4501e351efb0fc3c65bc654acf a2d970787c3830849a0de1f94dbbf5aa291d5186 Package: ros-jazzy-roboplan-ros-py Version: 0.6.0-1noble.20260804.193943 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 43 Depends: ros-jazzy-builtin-interfaces, ros-jazzy-rclpy, ros-jazzy-roboplan, ros-jazzy-roboplan-ros-cpp, ros-jazzy-sensor-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: https://roboplan-ros.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-ros-py/ros-jazzy-roboplan-ros-py_0.6.0-1noble.20260804.193943_amd64.deb Size: 7578 SHA256: 449e50a096f00bcd68456baa8c517cb26a02aa5dc42da9c2f6299eeaf901030a SHA1: 18225f1aa73d1af3168c369d33823d98308fadf0 MD5sum: de82562b6b6f31dda8c65a82a95e59b5 Description: ROS 2 Python bindings for the roboplan motion planning library. Package: ros-jazzy-roboplan-ros-visualization Version: 0.6.0-1noble.20260804.193952 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 321 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-coal, ros-jazzy-pinocchio, ros-jazzy-ament-index-cpp, ros-jazzy-geometry-msgs, ros-jazzy-interactive-markers, ros-jazzy-rclcpp, ros-jazzy-rclpy, ros-jazzy-roboplan, ros-jazzy-roboplan-ros-cpp, ros-jazzy-roboplan-simple-ik, ros-jazzy-rviz2, ros-jazzy-sensor-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://roboplan-ros.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-ros-visualization/ros-jazzy-roboplan-ros-visualization_0.6.0-1noble.20260804.193952_amd64.deb Size: 106964 SHA256: cf08741c3882fb25217d032acceeba0953476df24d10f590653f72bbc81e4e89 SHA1: c55dcf849e1195b50342721d8f7ff51c73e1df2a MD5sum: f4a57b037cd8ae27b8315f4aa623e0dc Description: ROS 2 visualization tools for the RoboPlan library. Package: ros-jazzy-roboplan-ros-visualization-dbgsym Package-Type: ddeb Source: ros-jazzy-roboplan-ros-visualization Version: 0.6.0-1noble.20260804.193952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 8225 Depends: ros-jazzy-roboplan-ros-visualization (= 0.6.0-1noble.20260804.193952) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-ros-visualization/ros-jazzy-roboplan-ros-visualization-dbgsym_0.6.0-1noble.20260804.193952_amd64.deb Size: 8243858 SHA256: bcc81cd651b2d361bf0e708ccba33baf1f18599f2c102630f53767a150f22c46 SHA1: f5b3e6580278d2dc2a3dfbab7544ebee423f4dbc MD5sum: 9e34b3de459a9418574112cadedb850f Description: debug symbols for ros-jazzy-roboplan-ros-visualization Build-Ids: 166c115b89051fdce1c9b7bd9ff42eef2ce0305b a2e6d3833463bdd5c7388e8404269e5657f2bb75 Package: ros-jazzy-roboplan-rrt Version: 0.6.0-1noble.20260803.133556 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 839 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-coal, ros-jazzy-pinocchio, ros-jazzy-roboplan, ros-jazzy-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-rrt/ros-jazzy-roboplan-rrt_0.6.0-1noble.20260803.133556_amd64.deb Size: 251090 SHA256: 8d5fece09f517acfe32568262f72f4a1cd1834da855f7690ea8c3970601bce5a SHA1: 6fe22c6a7687da70555b5cf114da78005cba972f MD5sum: 5bfd71b2cdaf0c80c9734201f75e2729 Description: Rapidly-Exploring Random Tree (RRT) implementation for RoboPlan. Package: ros-jazzy-roboplan-rrt-dbgsym Package-Type: ddeb Source: ros-jazzy-roboplan-rrt Version: 0.6.0-1noble.20260803.133556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 17044 Depends: ros-jazzy-roboplan-rrt (= 0.6.0-1noble.20260803.133556) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-rrt/ros-jazzy-roboplan-rrt-dbgsym_0.6.0-1noble.20260803.133556_amd64.deb Size: 16966322 SHA256: 914d4b1573bb97568ef3f3fbeda823aad8ba8e2543ba1524da4fdfaf895eb816 SHA1: 324f059aca0ec5dd4c80e13b20cf31a9f406ab76 MD5sum: 072b6793f8ff678f1d2af160fd00a52c Description: debug symbols for ros-jazzy-roboplan-rrt Build-Ids: 5427caaae4478f6a373c366acef0fa1c8c34b00c 75c6ccc38bed1cc60cdd5b79afd74d178b4241ec Package: ros-jazzy-roboplan-simple-ik Version: 0.6.0-1noble.20260803.133733 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 565 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-coal, ros-jazzy-pinocchio, ros-jazzy-roboplan, ros-jazzy-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-simple-ik/ros-jazzy-roboplan-simple-ik_0.6.0-1noble.20260803.133733_amd64.deb Size: 169942 SHA256: c5727720d2697eda95bdefdd210839c0bbc6e3af89f824109c97e6c50fb5a47a SHA1: 71ed8f915593263f293ae916814b74f3cd91d7fe MD5sum: 7e3a0d0ab9b9ad4722ffff696672357e Description: Simple inverse kinematics solver for RoboPlan. Package: ros-jazzy-roboplan-simple-ik-dbgsym Package-Type: ddeb Source: ros-jazzy-roboplan-simple-ik Version: 0.6.0-1noble.20260803.133733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 15313 Depends: ros-jazzy-roboplan-simple-ik (= 0.6.0-1noble.20260803.133733) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-simple-ik/ros-jazzy-roboplan-simple-ik-dbgsym_0.6.0-1noble.20260803.133733_amd64.deb Size: 15252612 SHA256: f578129d3b4d6f651462fd5e9beda440deb7acb295fbd41ccb77d00ecaedffb2 SHA1: 4912b332416aa60ab78d18c7242844b8181575ce MD5sum: 6feec6fd28a1ed86b2ceb8a749659518 Description: debug symbols for ros-jazzy-roboplan-simple-ik Build-Ids: 540cf471546542d014a05acc099e68f252a7174d bf3ee8ef7b500ddcc90b11bda0a261dd2263730d Package: ros-jazzy-roboplan-toppra Version: 0.6.0-1noble.20260803.133559 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 307 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-coal, ros-jazzy-roboplan, ros-jazzy-toppra, ros-jazzy-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-toppra/ros-jazzy-roboplan-toppra_0.6.0-1noble.20260803.133559_amd64.deb Size: 94690 SHA256: ef9bf16e931acafc1e87321187b13bfdda0d379d46a68e98e0865df011118d23 SHA1: 7c98b8eb0f27c2c7798d1831cf7c85762990e09d MD5sum: e16b0d69e5f2c949899e36765da9c18b Description: Time Optimal Path Parameterization based on Reachability Analysis (TOPP-RA) wrapper for RoboPlan. Package: ros-jazzy-roboplan-toppra-dbgsym Package-Type: ddeb Source: ros-jazzy-roboplan-toppra Version: 0.6.0-1noble.20260803.133559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6248 Depends: ros-jazzy-roboplan-toppra (= 0.6.0-1noble.20260803.133559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-roboplan-toppra/ros-jazzy-roboplan-toppra-dbgsym_0.6.0-1noble.20260803.133559_amd64.deb Size: 6261280 SHA256: 37fdfdb66ea5321834f1e9102777665b5938ff81c5028bee0928921a12da4aa7 SHA1: bb83a99886351fc22a177c601c8307747a49152c MD5sum: 575bdb4c192de8210abf4f7b2284bc2c Description: debug symbols for ros-jazzy-roboplan-toppra Build-Ids: 32b459a61222d05340e0d8f5b737b35249a0904c 5fdf3d94fea1d2dcd6088e3abd09aee4d73bfac4 Package: ros-jazzy-robosense-msgs Version: 1.2.0-1noble.20260730.093020 Architecture: amd64 Maintainer: "David Wong" Installed-Size: 711 Depends: libc6 (>= 2.4), 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/robosense_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robosense-msgs/ros-jazzy-robosense-msgs_1.2.0-1noble.20260730.093020_amd64.deb Size: 69638 SHA256: 697029d8e2ed205bdba2265566fa88371ef189e18ba69c3a10582dc6e1809787 SHA1: 5871ec47e0a3b5b4f9f093842e2195f6fe1fde98 MD5sum: 7af48852204bd3f769d5219ffbafd39d Description: Robosense message types for Nebula Package: ros-jazzy-robosense-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-robosense-msgs Version: 1.2.0-1noble.20260730.093020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David Wong" Installed-Size: 525 Depends: ros-jazzy-robosense-msgs (= 1.2.0-1noble.20260730.093020) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robosense-msgs/ros-jazzy-robosense-msgs-dbgsym_1.2.0-1noble.20260730.093020_amd64.deb Size: 393656 SHA256: 947b3f7f771d90e3b4a029ff0f25276ba2ac416ace21ef061b7eb6a36b439307 SHA1: 6eb6118298f4629b53fe70b8a8728c9c2c5e78d5 MD5sum: b574164b7ff34adc9ff0b57e86598e3f Description: debug symbols for ros-jazzy-robosense-msgs Build-Ids: 01af5b47d515f15bc130bcb5c74ee255d0e34d3c 1094195f89b7fd8ce307c3ab2dfc684efbfff570 1faf07b3b4654756d8083391828227cdd3f9e842 23d588c7ee42876d64cae176b99754a4aa2355fd 33ebcb930af1d72c6dcbec2c6df379d49c1032be 35075472cc27cb691406ebac20ab2ea7a92b70c4 660b295cddef1f7869512fa6e8dc7ec3329f54f9 6f4444f293211319d401afc4bbbedfddca57e29d 8d824f63702aa95cf360602bcf26a7d785f9261a 8e52732323d7c092315a80636ea4f83778feaea4 bc5d1fb5b2b1af63345f88f6c4d5082709fb7458 Package: ros-jazzy-robot-calibration Version: 0.10.0-1noble.20260804.181617 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 5158 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.20260804.181617_amd64.deb Size: 959724 SHA256: 680586556c6e3d7f94915b16cf06c0d0fb01306cdf825adc2959d0a5fa34dc4b SHA1: e005184769790274b022c5b63cf292c391fbef66 MD5sum: de0cdf9ce17bb8a86f17b73e33bca806 Description: Calibrate a Robot Package: ros-jazzy-robot-calibration-dbgsym Package-Type: ddeb Source: ros-jazzy-robot-calibration Version: 0.10.0-1noble.20260804.181617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 33038 Depends: ros-jazzy-robot-calibration (= 0.10.0-1noble.20260804.181617) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-calibration/ros-jazzy-robot-calibration-dbgsym_0.10.0-1noble.20260804.181617_amd64.deb Size: 29803802 SHA256: 680c4114b18b7d246adfd30b6020a385bcf74d677740cbeb77fca06415f88a21 SHA1: 1ab4984404c3368173f485f4016be445b080ddfe MD5sum: 8efdcc9a1c61bc4f4c8cc558aaba30fb Description: debug symbols for ros-jazzy-robot-calibration Build-Ids: 1fdbe0bd9d323e58adbecf24d62b3e829a4b5589 2e2aa50c027b1b4c049e2732c1fa10758e8092dc 575ab10f2a911e29757e64797e5d7e3c00921410 730bbb9677d79f8f77888888351ec47cee4ecb03 bd56679e9e815062b9252878f31f5e2d35a9c77d df68ba22e13b6098d7188436fec36498a3e85650 f77b1c6eb4134a3afb810c4a44da2eb4a696910b f9f12456ca7a337c5aecdf69cc6c717d682012a4 Package: ros-jazzy-robot-calibration-msgs Version: 0.10.0-1noble.20260615.113229 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2502 Depends: libc6 (>= 2.14), 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.20260615.113229_amd64.deb Size: 185042 SHA256: 6142cdaa97ecb06a22c5d5ab458885a89b28011e7c5beea6daf8b7e5861efea4 SHA1: 354bae14f4a831031d470c8ff94e6cc5ca0245da MD5sum: 36abeebc2a63c75cebc9cf3728fdf63f 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.20260615.113229 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1697 Depends: ros-jazzy-robot-calibration-msgs (= 0.10.0-1noble.20260615.113229) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-calibration-msgs/ros-jazzy-robot-calibration-msgs-dbgsym_0.10.0-1noble.20260615.113229_amd64.deb Size: 1308474 SHA256: fa1f191b2391f9bacdee3091cb464bc06ccb145bf51d33b790b3fd8bc5ff3414 SHA1: 1c2c204f33e6ac4053f61022fc33f5a2b52b8bc9 MD5sum: d0f3a252d00589ad97b899afc639afb3 Description: debug symbols for ros-jazzy-robot-calibration-msgs Build-Ids: 1066ced2ba16bdc58af46bfb7af728f14709b616 1552db4570a2e0aad8dbdb8ade0e5107dc91d8c7 41de38286bbd32d8496135d910e5383f00454f77 43cc1d481222105185925ddab7ad64649b142f6d 6f3df7f3b6b585cae217f34dd6bc33987c1ce088 8d460438d8ca006694d71e73972708be05c3cd14 c028385239c9b847bc778790766fdc49395aef85 c7e99573a0a2b2691ccd57a1655c225c4203b168 eeaf1eb5258fdb1d2a7457806fe48ff293f080b6 f84c0b05f2d56e46434d996d53e51f49ad9e9a7a feead1fcfc14844f34afcc57d9fbc77e3ed2e906 Package: ros-jazzy-robot-localization Version: 3.8.3-1noble.20260804.180911 Architecture: amd64 Maintainer: Tom Moore Installed-Size: 7292 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.20260804.180911_amd64.deb Size: 883886 SHA256: 286d263fe24778c300c0fd29d0dd3221b0708dcd3f212f002a61532c75fa2284 SHA1: 8024dafbf0a5b6da092b6d7fa6d736c6ea4e80ba MD5sum: 0927c3faa71bd46fc0f1827d0641b866 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.20260804.180911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tom Moore Installed-Size: 24519 Depends: ros-jazzy-robot-localization (= 3.8.3-1noble.20260804.180911) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-localization/ros-jazzy-robot-localization-dbgsym_3.8.3-1noble.20260804.180911_amd64.deb Size: 21493690 SHA256: 9a1f726a78c4ea6c1646802fda1f8abf329baef57f92d58c7b2c7517aa32a3f5 SHA1: c31db383ea45c7e4ebc4850d03aef4a7f99a4ab7 MD5sum: 47c6be48ee97c39b359a89756f2f2d95 Description: debug symbols for ros-jazzy-robot-localization Build-Ids: 00032724816777a33f643ae98bb098837afcc991 15ac81c0a4ed91195845ab57b5282356c14702ff 28fa533e1dd82733011b314c5c6d09c673b70efe 39eb5be48849f3f3dfa3b4cf4f134d1ceef69b0c 3e118777786ed3477df9e09abf51daec0242ac39 47f794a7cc0c9e9b4aa9601e92c493e91bc88be5 565409730346eb10fc3077bb9661192e2503d579 68688ec47223cc2a3d39db2258528e1ce9080013 8d880bf36bafb51b38173b7d332f4fc8d77b1629 a02371b0955e51497fe0aabe30316c03a566278f acfba84b7cfbcbcf06a60199deebf0af751577e4 adeb137f1f135c1e21f6398a33a29bca481e3e76 b24e4ba1ab558b77963229ebcd863b81461c59ce b3a35131389716f5da84d4963d824944a3889796 cee7af90a343b5daa2b6fa5d567eb6f6e6de6821 d044dc105ab30ed6fcfd9a9a1bdee4658616d5aa Package: ros-jazzy-robot-state-publisher Version: 3.3.4-1noble.20260804.182956 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 939 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.4-1noble.20260804.182956_amd64.deb Size: 178072 SHA256: 8a3f03b481c0e9bfd0e21778bc1a3c146c0640b5bbd98cba9fa696a3ef3b22dd SHA1: 71e78ea00d344aa33cfe0f080c1b72f51ecf5363 MD5sum: 40ffb015448921db8ffc82170500e972 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.4-1noble.20260804.182956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4150 Depends: ros-jazzy-robot-state-publisher (= 3.3.4-1noble.20260804.182956) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robot-state-publisher/ros-jazzy-robot-state-publisher-dbgsym_3.3.4-1noble.20260804.182956_amd64.deb Size: 3527764 SHA256: 18f45f019a0c4c0949d6269a8757490523ce77049c5f00a9baaee9d3a7c4aeeb SHA1: 1864abf6cc418e652c6b2861a1c67f3793e878d4 MD5sum: a25f653651726f986371e192f9eaba84 Description: debug symbols for ros-jazzy-robot-state-publisher Build-Ids: 2947fddaa2608bd4ebb41d48bec3a9ce770b9979 394eeffc96212cece29e00661fe7e7b2d5db0d39 Package: ros-jazzy-robot-upstart Version: 1.0.4-1noble.20260519.011123 Architecture: amd64 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.011123_amd64.deb Size: 23990 SHA256: d2676b2095ad3efbd3e8204edd89acc5dc6be2d5ca562b53574719ce372269aa SHA1: d36331ce2576c4dad0e15d1c839f79de2e356b93 MD5sum: b9bd5f4df61db1b2b0696ebd010c20fc 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.20260701.212201 Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 159 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.20260701.212201_amd64.deb Size: 37024 SHA256: 0e05e3cb9fe4675b67d36dee0f5f41774cbd311dc9971f8f1a419de723687b6e SHA1: 999da490bb6c6beff23528960a1a6653dbbc924a MD5sum: dfb3faa16674910c7cfca1641714b5d5 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.20260701.212201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 592 Depends: ros-jazzy-robotiq-controllers (= 0.0.1-3noble.20260701.212201) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robotiq-controllers/ros-jazzy-robotiq-controllers-dbgsym_0.0.1-3noble.20260701.212201_amd64.deb Size: 557412 SHA256: d648e6b7e43a3df1a02b9b00ba8992d1e69ed2ce4edb487d3db1677e41d6e43f SHA1: a6bd170671639857ea0d90633b8a7fe909c65981 MD5sum: 3b053328f78bb1a5c687efda92f872ee Description: debug symbols for ros-jazzy-robotiq-controllers Build-Ids: 33201c32f78aecd454458966776482ab7b7490e4 Package: ros-jazzy-robotiq-description Version: 0.0.1-3noble.20260806.100015 Architecture: amd64 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.20260806.100015_amd64.deb Size: 794598 SHA256: 32202ad9e00a98fd3ba8c7db2b9228fed0364ef81a2030cba68d943fa8fe08c8 SHA1: b1cfe09ae471cd83352fbe2a7ba86ed2d16031cf MD5sum: 5e8bd315204cbe623b6cfe2ccaa2ee8d Description: URDF and xacro description package for the Robotiq gripper. Package: ros-jazzy-robotraconteur Version: 1.2.8-1noble.20260524.191333 Architecture: amd64 Maintainer: "John Wason" Installed-Size: 19733 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.8-1noble.20260524.191333_amd64.deb Size: 4425124 SHA256: 74240b5cf235fc39c279e2750aa1a25682724c922a32ab86ebc255a449f569aa SHA1: 1dcadc7a4fa7799240c0ce26e491690b5ed1e214 MD5sum: 0eff96d38af48113d0414c5647629c4c Description: The robotraconteur package Package: ros-jazzy-robotraconteur-companion Version: 0.4.3-2noble.20260524.225518 Architecture: amd64 Maintainer: "John Wason" Installed-Size: 18472 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.0t64, libboost-date-time1.83.0, libboost-filesystem1.83.0, libboost-program-options1.83.0, libboost-random1.83.0, libboost-regex1.83.0, libboost-system1.83.0, libboost-thread1.83.0, libyaml-cpp-dev, ros-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.3-2noble.20260524.225518_amd64.deb Size: 2752572 SHA256: d26fd0f0fe41c475a29e36424c27a5189416fae778058ea8e844e88911d6ec77 SHA1: 95613c7bb90d0dbcacc10791421e5a3859afdf00 MD5sum: 06cd8a4d05bac1ca762b8731e1457da4 Description: Robot Raconteur Companion library for C++ Package: ros-jazzy-robotraconteur-companion-dbgsym Package-Type: ddeb Source: ros-jazzy-robotraconteur-companion Version: 0.4.3-2noble.20260524.225518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "John Wason" Installed-Size: 67746 Depends: ros-jazzy-robotraconteur-companion (= 0.4.3-2noble.20260524.225518) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robotraconteur-companion/ros-jazzy-robotraconteur-companion-dbgsym_0.4.3-2noble.20260524.225518_amd64.deb Size: 58239920 SHA256: c08de7d98f9a1903f29ae10f076c3b0fa92f11a4dff6c2aae23cb05d4e656c63 SHA1: 334ec5e628435207b75826860ff44f9741eb19f8 MD5sum: 5a83459da21f483621af6ed988839e1a Description: debug symbols for ros-jazzy-robotraconteur-companion Build-Ids: 560cb30fee20bb2a8488e3a95e6ef249d948ee11 Package: ros-jazzy-robotraconteur-dbgsym Package-Type: ddeb Source: ros-jazzy-robotraconteur Version: 1.2.8-1noble.20260524.191333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "John Wason" Installed-Size: 72898 Depends: ros-jazzy-robotraconteur (= 1.2.8-1noble.20260524.191333) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-robotraconteur/ros-jazzy-robotraconteur-dbgsym_1.2.8-1noble.20260524.191333_amd64.deb Size: 66905856 SHA256: 20cbd10681095547fd0f4782700668b57a149b58b7ae8060d813bba09d2c74ef SHA1: dd37a5eabb292ced0865d496e908699adb9ec43a MD5sum: abd4a4721d2e04322dc202440d3cf3ba Description: debug symbols for ros-jazzy-robotraconteur Build-Ids: 0d9cd236545ed9c1d092785e4bdb7f5ccc8a6570 44e11661cc4bff10c6885d2783ac776eb4d34b2b e82e809bb64d4361f02399d125544f014ce00bb5 Package: ros-jazzy-ros-babel-fish Version: 2.26.40-1noble.20260615.145743 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1885 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), 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.20260615.145743_amd64.deb Size: 371888 SHA256: cff1a1f5205c5df43cc271fa399b78449718ba1522947ec3dc2810e9ae2aec14 SHA1: d1c5128b0e0b2d06d015a33ea5257ab67ebe774f MD5sum: 30cc1edcdc1db98453f3f9724cf193e8 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.20260615.145743 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 7865 Depends: ros-jazzy-ros-babel-fish (= 2.26.40-1noble.20260615.145743) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-babel-fish/ros-jazzy-ros-babel-fish-dbgsym_2.26.40-1noble.20260615.145743_amd64.deb Size: 7010806 SHA256: c19c85c56e6992cf072ea23208491e1424bd411c9d8646995b114414fb0a6042 SHA1: 5b6e57baffc30f834b02264daddee13c9cffa91d MD5sum: fb816e9441d2e0fb46aeefb1eec62d83 Description: debug symbols for ros-jazzy-ros-babel-fish Build-Ids: 27fa296692481a46524b6348b4d9678366058890 4fa3fb9720d53f9fa234ee5e83cbd1055d689529 6b5018a79cdb0475b999301886e5fb14fc4b6391 7f3960d243d3efe3753bf2a19759cbdfc007243c 92dcbf6bfb0e43f27a8e1d8c5c6bc0867ca4199b eb1caa62911a29647a508d5e16e94c52e79fe56a ef319ea1a6cb8729c2c5527fd9b09c22a1d272b9 Package: ros-jazzy-ros-babel-fish-test-msgs Version: 2.26.40-1noble.20260615.112428 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2557 Depends: libc6 (>= 2.14), 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.20260615.112428_amd64.deb Size: 205806 SHA256: 46fde876e4b428cc695eba589dcbde60449a1f1f93d8cb98569e394dd8460748 SHA1: e3611eefa6f69e06f3717ba01d5f3f6f4dd06b77 MD5sum: 16957ef2598321489dc2863087faa549 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.20260615.112428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1643 Depends: ros-jazzy-ros-babel-fish-test-msgs (= 2.26.40-1noble.20260615.112428) 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.20260615.112428_amd64.deb Size: 1273990 SHA256: 331b7acfb08132ad0ad18a6eb8cc6d05257919bf59e84565f82c37cd568ab96b SHA1: 4bd8055ff9afcb78ba311fcfa7c5077f031d2538 MD5sum: 9b336cb4797e3c8813a56bf7684678b4 Description: debug symbols for ros-jazzy-ros-babel-fish-test-msgs Build-Ids: 0a43c446cd3630fcaf2bf770b13b952a3d118b54 11709eb8b19ded4242a922106686be42dc14ee33 2b02e7fb09516b58f677b755e3d9f43ae19589a0 4023c708b4d7d09460fc33097ceba0ebdcee10fa 561bf039b688e36a68d28347bdecbe3c35774f6a 5b0094fd4405fda89a2ed167d8c54ebca8ab73b9 6cda05e8438c80624ca8183ec9561504ad0ed2ab 83991762f982166d611e520ff824779212045b41 cc43d0b5f14b20ea4b76a5391584e9eb6731457c e6af86d86bae8afcd111b4d49b5e0efb341302ff ed9652a40b23486f1b2c9e66f7f307dce5ddbde3 Package: ros-jazzy-ros-babel-fish-tools Version: 2.26.40-1noble.20260615.154247 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1351 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.20260615.154247_amd64.deb Size: 201902 SHA256: 230169309481c79900b77c166342add076417ab0d62d84bc8dbe7e5fdf2d5ae0 SHA1: 6a6720610c392f458c4ad07789d35b002411795f MD5sum: 7c978b7ffa13209fc38e8a36959606ca 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.20260615.154247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1349 Depends: ros-jazzy-ros-babel-fish-tools (= 2.26.40-1noble.20260615.154247) 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.20260615.154247_amd64.deb Size: 1233110 SHA256: 7945a3610a1ddb455f2a4d3be7cd42ebd2c3962de2f957358e28e7e1b3f3b279 SHA1: dc55569349279a6190f3a22f9ce5f12cec251af1 MD5sum: cd3e8b66aa0cd135949fd039a5047f77 Description: debug symbols for ros-jazzy-ros-babel-fish-tools Build-Ids: 7695df0f8e6be0783a3453a373246b09129e7ec5 Package: ros-jazzy-ros-base Version: 0.11.0-1noble.20260804.184709 Architecture: amd64 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.20260804.184709_amd64.deb Size: 5658 SHA256: 9e421b6db250b1d2ed3d6d1cb56b37fe15fb43111fb897d173e0bd31bd727c48 SHA1: d5252e3b23c722b3e133e809ed6df120c342850a MD5sum: 01fe0f53b8ee2eadf922ad456a5484b2 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.20260716.034800 Architecture: amd64 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.20260716.034800_amd64.deb Size: 6458 SHA256: 246b351d6398ce14668fc5fef26bcb1bcb330683d3ca2f5b55649f524d1590b1 SHA1: cd52e74a4d738eaa8ef801508e11471778f34696 MD5sum: 87b0723e53978db5b8b07088ad1fcf14 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.043405 Architecture: amd64 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.043405_amd64.deb Size: 5732 SHA256: 6f5cf8a2dbdfd15966f97b8c81d531013ff30f664506d64c41211b8a42cf78d0 SHA1: 2d4786b85a29be257886cbc3f547259c66cc212b MD5sum: 715a38f2272455d4b7a38dca43122f90 Description: The package provides the environment variables `ROS_VERSION` and `ROS_DISTRO`. Package: ros-jazzy-ros-gz Version: 1.0.23-1noble.20260804.193229 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros_gz/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz/ros-jazzy-ros-gz_1.0.23-1noble.20260804.193229_amd64.deb Size: 7104 SHA256: e5b70fe1e34833d2bbf1be99642b49e27f195c39ece31d791e5683206f630d88 SHA1: 653a30f842afd42798e2338e443a8d7119420972 MD5sum: a3bd5b830c43626fd8cd3e6c6f386304 Description: Meta-package containing interfaces for using ROS 2 with Gazebo simulation. Package: ros-jazzy-ros-gz-bridge Version: 1.0.23-1noble.20260729.065723 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 19064 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 Homepage: https://index.ros.org/p/ros_gz_bridge/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-bridge/ros-jazzy-ros-gz-bridge_1.0.23-1noble.20260729.065723_amd64.deb Size: 1931592 SHA256: 3f696b9a09764f03dcfd0260874b4d6f8a9e7b08869be1e7037bad3d4cae78e9 SHA1: b2ddfb5890f5f78ef2a11266111a648d657bc7b1 MD5sum: a10a1fb46d403e122d092fedee2d3b69 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.23-1noble.20260729.065723 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 78710 Depends: ros-jazzy-ros-gz-bridge (= 1.0.23-1noble.20260729.065723) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-bridge/ros-jazzy-ros-gz-bridge-dbgsym_1.0.23-1noble.20260729.065723_amd64.deb Size: 60139544 SHA256: 49a32020f9d507cb0d8ba3ce3a11255ac930376d21f8b73fd71e921a9980ecde SHA1: da1c44edb56807bd66ec1ec949171804ff08458e MD5sum: 7fa8b093ba53204a0254969c0eeaf546 Description: debug symbols for ros-jazzy-ros-gz-bridge Build-Ids: 29a3b522f05255a743eb53dd3c80903cf0b220a4 9b8f9782e37e7302b131edb4ae7952bf63884693 a530bd803ecb1322619f52fdaac200c9bd606c13 e278f8d51db4805dc13650abeb572167cc75ef2f f01f36a81f09b20f916e40c4a343e1851a230261 Package: ros-jazzy-ros-gz-image Version: 1.0.23-1noble.20260729.072019 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 104 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 Homepage: https://index.ros.org/p/ros_gz_image/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-image/ros-jazzy-ros-gz-image_1.0.23-1noble.20260729.072019_amd64.deb Size: 27052 SHA256: 7db9da8033d38eced72b15c88603df3ec2ec8ea7fcac7ab575f72edeba0d0e9e SHA1: 83835b7bf59cbd51558e7513af5b26de1dab78d4 MD5sum: a2fde388f1c9e218ba89691c829515f5 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.23-1noble.20260729.072019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 516 Depends: ros-jazzy-ros-gz-image (= 1.0.23-1noble.20260729.072019) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-image/ros-jazzy-ros-gz-image-dbgsym_1.0.23-1noble.20260729.072019_amd64.deb Size: 490116 SHA256: ea002cf6995ba039fc88d682fbab821fd07b7151d1cff70e2c831a961173cb45 SHA1: 0fbe142b662d889baeac8dd7eb65793c26827a29 MD5sum: e05060c189273c6ecdaf170c11c08597 Description: debug symbols for ros-jazzy-ros-gz-image Build-Ids: 0d96c1cf113965bca1e6024869db75dc31ff66a2 Package: ros-jazzy-ros-gz-interfaces Version: 1.0.23-1noble.20260618.163921 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 5633 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/ros_gz_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-interfaces/ros-jazzy-ros-gz-interfaces_1.0.23-1noble.20260618.163921_amd64.deb Size: 395466 SHA256: 00691658d8063da151dba167f60eb2ca337e0d75661f8c080c033eb71d081108 SHA1: b72b1d8be83aeda58a0087f294a65147b24cb5b1 MD5sum: 4d226faeb358de08aadbe5069bec267e 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.23-1noble.20260618.163921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4344 Depends: ros-jazzy-ros-gz-interfaces (= 1.0.23-1noble.20260618.163921) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-interfaces/ros-jazzy-ros-gz-interfaces-dbgsym_1.0.23-1noble.20260618.163921_amd64.deb Size: 3586240 SHA256: 34b2e5158105300b2ccd9e9be0f7b60bf96a30ccd0079ca59dafb97bb52fe030 SHA1: ca85a0d4af00f73a3f37c0a24c15f7c443cdf635 MD5sum: fb7d4044a2f4e9e48408ad7b9afd8d8c Description: debug symbols for ros-jazzy-ros-gz-interfaces Build-Ids: 381f084643c947db544588787e5b8e30413b698a 4f17e3382664ee17348f780d03d69faa63f9ba9b 5468699971b992a5eb985c7d3f564c353124476e 7468c77245dc4bfef936f5c29fd0a43a080c3221 826046355d2feebdf93c273e0c9c668f97225940 87c93a8b03bcd125484639bc66a3e0dda591ba0b b4d31f63f9a81b9c41479a4b8c20604d5da8bf9a b9955cf64da5f18719c276b97a15a56b7e7cc1c8 c4fdfea2103ab1030c9bcf7496ebffa404699fe8 e05d4eccbccf6ad94accf1eafb2a093f7976c62f e68f5c7f3efb748f4a62a6e592486dad0d49cebe Package: ros-jazzy-ros-gz-sim Version: 1.0.23-1noble.20260804.180426 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 3887 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 Homepage: https://index.ros.org/p/ros_gz_sim/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-sim/ros-jazzy-ros-gz-sim_1.0.23-1noble.20260804.180426_amd64.deb Size: 703144 SHA256: 3c86faf16347d492de5fc78699549df9bb14f354c6f14512ad0aa2c19976bf41 SHA1: 3db7e9889c3fd1519f4705325064d0688843bced MD5sum: 51f913d9241bfb5cf1d17bb1e2cc0c35 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.23-1noble.20260804.180426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 23631 Depends: ros-jazzy-ros-gz-sim (= 1.0.23-1noble.20260804.180426) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-sim/ros-jazzy-ros-gz-sim-dbgsym_1.0.23-1noble.20260804.180426_amd64.deb Size: 22099588 SHA256: 359e59e202fd14ed93d1ff48b6aa202fab7c1e53debf62c668b2dc542216e38c SHA1: 7f6eefd524bda1110c2ff5c0584b49fb4187965a MD5sum: cbd2d2c17c47a0c0c415ec57cc3b498e Description: debug symbols for ros-jazzy-ros-gz-sim Build-Ids: 12e43d4f12cc30492cb45976cf603b3374fd01ec 3a1eac2497626d8662484a1685ef5e0075abc808 4e597773f29e61bbdf25540753d57a5dcda4f269 582ac39357c45ec3d41393dd1d9b18954026ca35 93543cc0e44c65ba24753c9026f33e60a685c6d3 9d7e66ac22a00bc01ad2a445c3f566de0c2c9a2f a1b318187f348a9ec2e7c7dec9eb41912d010a38 b802a325e3134cef070e4a06222c424aacbef927 beeccb5ff4f62ce6ecad91e42120ad42c5fea156 d6bd06c2de1ef241191e6775e09db1ba7aa9f9ff ec6b7d8b22de1fbfdc99da32d11fa2d9c9c8a0df Package: ros-jazzy-ros-gz-sim-demos Version: 1.0.23-1noble.20260804.192556 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros_gz_sim_demos/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-gz-sim-demos/ros-jazzy-ros-gz-sim-demos_1.0.23-1noble.20260804.192556_amd64.deb Size: 923576 SHA256: bac5f8d10749fb6e3de1b6d8d18f581b92a302b894f75e19d87e401ba33918ec SHA1: 302357bc394ae714419b5e85e2bad52c78ce0d1f MD5sum: 396a2a992579487531af2872f1a9559c Description: Demos using Gazebo Sim simulation with ROS. Package: ros-jazzy-ros-image-to-qimage Version: 0.4.1-4noble.20260615.153805 Architecture: amd64 Maintainer: ijnek Installed-Size: 326 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.20260615.153805_amd64.deb Size: 54622 SHA256: 6d5a244e37ce94a3ae1a75959a87f0772779418da7440ef4d30a3db7723a0a14 SHA1: d4ec032fb4b091b5c1056e8c498f0155a40f8e85 MD5sum: 820fbd711d64f6e347a181c9be1ef32c 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.20260225.141541 Architecture: amd64 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.20260225.141541_amd64.deb Size: 22764 SHA256: ae13e0a4b865558980af003f5a19de044ccbcdce613d129697f490373d692926 SHA1: 26e765c5d47a4cd4c1711a0107104af4b3abccb0 MD5sum: ea91d0ad25996c5b0f99da76b28b362b Description: Contains boilerplate cmake script, macros and utils Package: ros-jazzy-ros-snapd-interfaces Version: 0.0.1-1noble.20260717.160829 Architecture: amd64 Maintainer: "Ubuntu Robotics" Installed-Size: 1978 Depends: libc6 (>= 2.14), 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/ros_snapd_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-snapd-interfaces/ros-jazzy-ros-snapd-interfaces_0.0.1-1noble.20260717.160829_amd64.deb Size: 146926 SHA256: a6d555afe58234df54c4e75f3eead11f5d430f571e01795f5dfa9699b1c21796 SHA1: 128bb27b56c2a765d2c2312308955038f83521ef MD5sum: 209cf9074cc3e773afc63ea7a325c757 Description: Interface definitions for ros2-snapd. Package: ros-jazzy-ros-snapd-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-ros-snapd-interfaces Version: 0.0.1-1noble.20260717.160829 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ubuntu Robotics" Installed-Size: 1455 Depends: ros-jazzy-ros-snapd-interfaces (= 0.0.1-1noble.20260717.160829) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros-snapd-interfaces/ros-jazzy-ros-snapd-interfaces-dbgsym_0.0.1-1noble.20260717.160829_amd64.deb Size: 1132362 SHA256: 78a80ca7edae508c864cf01f522050060dc78f1876d89fb4bfe2b8e36dc12d73 SHA1: c9c5d5c90185c19526b44352d3eb84ba44f4851a MD5sum: 8d3529388a5d73f542674bb33ca42f3c Description: debug symbols for ros-jazzy-ros-snapd-interfaces Build-Ids: 0e36c0f2092e9ae6a9669a5279590e707b3dcd9d 2c28c7eb3b511ed12ef010367b1b35a96c70c997 2fb813bbf816b01339001ea7e442c83789c973cf 34edf909da5cc6d94f53af19156c6f709e14b642 40db85abcb7755d0968282726287051327cadb72 5ae8343fd5f5fd4e4e5c696398971812c1068ec9 5d54592c9cc3dbdc76ff3d9b894b1748507e0d96 8cbf32ffde1ee4b47a2ef85adf5facd61bc81438 b439be4e464af5ef2d8d44d046138a9456c2f3fc cb6fbcdc114369a99b73362c78c718a65c81a573 ed86335bb401c9071fa1b16d5fcc9990df969cdf Package: ros-jazzy-ros-testing Version: 0.6.1-1noble.20260717.110620 Architecture: amd64 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.1-1noble.20260717.110620_amd64.deb Size: 7084 SHA256: 6f2feee69f279cc2eec7edb6a5f9c810bd4c941bce539cb1e5e96b86c445110c SHA1: 5232f762a6aedb0e2aeb4348e2258758d688d439 MD5sum: a1945ea07b8952dd1cd1b452d0a1ec00 Description: The entry point package to launch testing in ROS. Package: ros-jazzy-ros-workspace Version: 1.0.3-7noble.20260224.191628 Architecture: amd64 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.191628_amd64.deb Size: 14950 SHA256: 872c06a8c2a8fbd7cc53605ffdb9834fc9044884e5be0195c9bde2f7812b21b4 SHA1: afe6e198e2f2e92ba4f60301c8b6682bea01c2ef MD5sum: f5687ac4deefaf28d6c218cfd1cb1e83 Description: Provides the prefix level environment files for ROS 2 packages. Package: ros-jazzy-ros2-control Version: 4.46.0-1noble.20260726.103000 Architecture: amd64 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.46.0-1noble.20260726.103000_amd64.deb Size: 7018 SHA256: 8828c88b797b26539853d7ed1b7cb73063133963bc02b9284569f6db496f0e85 SHA1: e228c5c5b859386d64dc4499d0b5c67abac99b43 MD5sum: 3b014e5342ed560e0b114c81af2345e6 Description: Metapackage for ROS2 control related packages Package: ros-jazzy-ros2-control-cmake Version: 0.4.0-1noble.20260429.101922 Architecture: amd64 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.101922_amd64.deb Size: 7582 SHA256: 845f1a62639658cd3c482aa460c86676c5d52a85dc40e6de730c9cc919e0174b SHA1: 8c0a0bca2bcdbd9f7385d234c19f77716266be85 MD5sum: 57b85e1c292cd25611361df237834c3b Description: Provides CMake macros used by the ros2_control framework Package: ros-jazzy-ros2-control-test-assets Version: 4.46.0-1noble.20260701.200723 Architecture: amd64 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.46.0-1noble.20260701.200723_amd64.deb Size: 20228 SHA256: 7de4e82394e656cac67996b5da10753ca3bdf4be965c4de19c6fb81ccb2b6cc2 SHA1: 775a1d8c464863abb2b227e0d8ebd68c807e8d42 MD5sum: 467f516ec787137f39de6c90468c1afc Description: Shared test resources for ros2_control stack Package: ros-jazzy-ros2-controllers Version: 4.41.0-1noble.20260806.100548 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 45 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-magnetometer-broadcaster, 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.41.0-1noble.20260806.100548_amd64.deb Size: 7748 SHA256: 0973e54d96d6bb0212de50d2362927a41abdaeae78ec5e456111f2908efc77bf SHA1: a8aaa2d4f129c1208cbae5317af31fa904d7a9d5 MD5sum: 92260b29e142ffe47e4a9d60e5a7062c Description: Metapackage for ros2_controllers related packages Package: ros-jazzy-ros2-controllers-test-nodes Version: 4.41.0-1noble.20260701.200644 Architecture: amd64 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.41.0-1noble.20260701.200644_amd64.deb Size: 13120 SHA256: d89f150ec8b7048a466f91734c9eda50c77b1a40d4e3e91364d820bcfb88f61f SHA1: b8452ea300ae8d3930333390201d8db2885b7670 MD5sum: 20a8a1cc8647b5a6fc34cdfe0e9ab597 Description: Demo nodes for showing and testing functionalities of the ros2_control framework. Package: ros-jazzy-ros2-fmt-logger Version: 1.1.0-1noble.20260615.163705 Architecture: amd64 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.20260615.163705_amd64.deb Size: 13358 SHA256: 2be1f6f48c181c0a3ada3f2e5cef59744f05d7532fb3b0a24eb9ff31c3b7dab8 SHA1: e4261df0f55394f86efe51c2a940d3d074ab70e2 MD5sum: abad64270798e20c7c00a90d0f9b00bd Description: A modern, ROS 2 logging library that provides fmt-style formatting as a replacement for RCLCPP logging macros Package: ros-jazzy-ros2-helper Version: 0.1.3-1noble.20260716.151253 Architecture: amd64 Maintainer: "Namheon Baek" <7nbaek@gmail.com> Installed-Size: 1515 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), chafa, python3-dev, ros-jazzy-rclcpp, ros-jazzy-ros2cli, ros-jazzy-ros2node, ros-jazzy-ros2service, ros-jazzy-ros2topic, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://github.com/codevilot/ros2-helper Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-helper/ros-jazzy-ros2-helper_0.1.3-1noble.20260716.151253_amd64.deb Size: 251724 SHA256: 62818dfbbb63008d5e8fb4bb7b6ec9085bf28524c8028b6cf7bb76cf31a0fed7 SHA1: 2fb3c33a81f26e9908400a22bdb0f1eae210d7ce MD5sum: e54f84fbb55d34c404a814d489459587 Description: Terminal-first helper tools for ROS 2 Package: ros-jazzy-ros2-helper-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-helper Version: 0.1.3-1noble.20260716.151253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Namheon Baek" <7nbaek@gmail.com> Installed-Size: 8406 Depends: ros-jazzy-ros2-helper (= 0.1.3-1noble.20260716.151253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-helper/ros-jazzy-ros2-helper-dbgsym_0.1.3-1noble.20260716.151253_amd64.deb Size: 7235506 SHA256: b6ab4ebfeccd853e8c2ee530b5928aeecb95044350b6e4fcfc2b6ae8029a3402 SHA1: fd8aa957f07af377b277d217a9cd26227d76a913 MD5sum: 2ebaaa02e992b4ed49b561537e80b91f Description: debug symbols for ros-jazzy-ros2-helper Build-Ids: 02c95011ded800f5b185eedb98548b64290bdbfc 925e1dcb92aa94c6cc069f6c0cca6954f686bcf5 Package: ros-jazzy-ros2-medkit-action-status-bridge Version: 0.6.0-1noble.20260624.083355 Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 556 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-action-msgs, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-fault-reporter, ros-jazzy-ros2-medkit-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_action_status_bridge/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-action-status-bridge/ros-jazzy-ros2-medkit-action-status-bridge_0.6.0-1noble.20260624.083355_amd64.deb Size: 124866 SHA256: 04b48c9822e34ebf4817dbef92ca3acd62a3c8961418d73dd9ff558f3e5a7fd8 SHA1: 6592149928f34643f2c82681342cc4772979c2ea MD5sum: 70e7f22213cb86ebdea9df70cfe665f3 Description: Bridge node turning terminal ROS2 action goal states (aborted) into FaultManager faults Package: ros-jazzy-ros2-medkit-action-status-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-medkit-action-status-bridge Version: 0.6.0-1noble.20260624.083355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 2559 Depends: ros-jazzy-ros2-medkit-action-status-bridge (= 0.6.0-1noble.20260624.083355) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-action-status-bridge/ros-jazzy-ros2-medkit-action-status-bridge-dbgsym_0.6.0-1noble.20260624.083355_amd64.deb Size: 2230422 SHA256: e20629d4958d5fe9bbce55f35e741f7b5bc6c59b6812ed75ad6f58b3a52e94e2 SHA1: 3df9218132cff87c3344c96ddcc2cacafc65f5a5 MD5sum: d08163b48bce6479ab926182066596c6 Description: debug symbols for ros-jazzy-ros2-medkit-action-status-bridge Build-Ids: 10a22dbb0aa634cacbc96ff0e9fb4929697a2c06 95827aff10e0782d38fbf73d5c048c95d2eb27b3 Package: ros-jazzy-ros2-medkit-beacon-common Version: 0.6.0-1noble.20260624.090547 Architecture: amd64 Maintainer: "bburda" Installed-Size: 13469 Depends: nlohmann-json3-dev, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-gateway, ros-jazzy-ros2-medkit-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_beacon_common/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-beacon-common/ros-jazzy-ros2-medkit-beacon-common_0.6.0-1noble.20260624.090547_amd64.deb Size: 2741950 SHA256: c8a4fa0154478424e1878acdb38eb180c997a04a49ac683f7be38e239cb637ca SHA1: 93b1a516cec1c155d80b0120151b8468e4f1aab9 MD5sum: 062c7ad55c00229f15dce1734574d0bf Description: Shared library for ros2_medkit beacon discovery plugins Package: ros-jazzy-ros2-medkit-cmake Version: 0.6.0-1noble.20260624.081955 Architecture: amd64 Maintainer: "bburda" Installed-Size: 74 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_cmake/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-cmake/ros-jazzy-ros2-medkit-cmake_0.6.0-1noble.20260624.081955_amd64.deb Size: 13922 SHA256: b85635f9dfa864d693c8eee009f16b50b9778ce81cbdbbcdd0410be2e767d741 SHA1: d0c1568539fd67aab2ec102d71f11f003d42f6aa MD5sum: e63cfa12ecc7c8c3cc0e982c80bcb5dd Description: Shared CMake modules for ros2_medkit packages (multi-distro compat, ccache, linting) Package: ros-jazzy-ros2-medkit-diagnostic-bridge Version: 0.6.0-1noble.20260624.083337 Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 505 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 Homepage: https://index.ros.org/p/ros2_medkit_diagnostic_bridge/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-diagnostic-bridge/ros-jazzy-ros2-medkit-diagnostic-bridge_0.6.0-1noble.20260624.083337_amd64.deb Size: 107434 SHA256: 707f4b046f5ce6f025bfe3f2a6ccfcb0bd3a8f830dd57ebf43ea2dbc7b6eaebe SHA1: 388903664809179c2c2a2c36f8056baf6f50ae24 MD5sum: 8021fe6259256434ac60c38477d0d9ca 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.6.0-1noble.20260624.083337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 2381 Depends: ros-jazzy-ros2-medkit-diagnostic-bridge (= 0.6.0-1noble.20260624.083337) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-diagnostic-bridge/ros-jazzy-ros2-medkit-diagnostic-bridge-dbgsym_0.6.0-1noble.20260624.083337_amd64.deb Size: 2063428 SHA256: ed516fcbfbe70f03e3f7d41f000adfbf5510cdfac79c26b94b1de926129a5fa8 SHA1: e8d80d6b48f15baffeddf818721377f1bb4d5bbf MD5sum: ec25caa8e92fb95d5a4c390836ec864d Description: debug symbols for ros-jazzy-ros2-medkit-diagnostic-bridge Build-Ids: 1d290cfc16a3d87cf9df0332fba54d91d8b52684 4762072ea82d005a964aeb1f85380e4228b3500c Package: ros-jazzy-ros2-medkit-fault-manager Version: 0.6.0-1noble.20260624.082754 Architecture: amd64 Maintainer: "bburda" Installed-Size: 1519 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libsqlite3-dev, nlohmann-json3-dev, ros-jazzy-ament-index-python, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-msgs, ros-jazzy-ros2-medkit-serialization, ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-storage, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_fault_manager/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-fault-manager/ros-jazzy-ros2-medkit-fault-manager_0.6.0-1noble.20260624.082754_amd64.deb Size: 458210 SHA256: 53a55a0eba1ae8178a02cf5ad2456041b1fbc80590e2ab569bc5d7ae16d20744 SHA1: 95bc839d4cd73fa00ac83d3dfdbbb5505e7d0cb8 MD5sum: b821713b1ec840b53e82e73bbcebdd68 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.6.0-1noble.20260624.082754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 6918 Depends: ros-jazzy-ros2-medkit-fault-manager (= 0.6.0-1noble.20260624.082754) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-fault-manager/ros-jazzy-ros2-medkit-fault-manager-dbgsym_0.6.0-1noble.20260624.082754_amd64.deb Size: 6485552 SHA256: f078978f2cd3dac839a11ab561a20764eaa0d83a1db9e4e767886d2353a76409 SHA1: 84953bfcdd211c9674e01995f5f6e01bdd67dfb3 MD5sum: 3ffb98c846d274a8e1957f578e5f176a Description: debug symbols for ros-jazzy-ros2-medkit-fault-manager Build-Ids: e7d86d81c2c1d620c99e064e6cfca97df92f84a3 Package: ros-jazzy-ros2-medkit-fault-reporter Version: 0.6.0-1noble.20260624.082722 Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 161 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 Homepage: https://index.ros.org/p/ros2_medkit_fault_reporter/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-fault-reporter/ros-jazzy-ros2-medkit-fault-reporter_0.6.0-1noble.20260624.082722_amd64.deb Size: 40588 SHA256: b08b8d3670fee2e46ff43e1bbef56df8e8467ca9769d04f565a4bce2423b1a31 SHA1: eebc1ad7c5296560a0c3b3aae5bc82b5a681951a MD5sum: 77137f6d03034bc3d2af13e33f463982 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.6.0-1noble.20260624.082722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 648 Depends: ros-jazzy-ros2-medkit-fault-reporter (= 0.6.0-1noble.20260624.082722) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-fault-reporter/ros-jazzy-ros2-medkit-fault-reporter-dbgsym_0.6.0-1noble.20260624.082722_amd64.deb Size: 616612 SHA256: 02202efa337301f073e66b89577c3c69065e3e6670577f6a382b8449b79bb612 SHA1: 9b06a075382caa7dd07710a8691ec283ed00d79e MD5sum: 79fd15c37021ed75151f9256ec25cfb2 Description: debug symbols for ros-jazzy-ros2-medkit-fault-reporter Build-Ids: 89445609295d7e5074ce8d8dd8ff9c572c5343c1 Package: ros-jazzy-ros2-medkit-gateway Version: 0.6.0-1noble.20260624.083843 Architecture: amd64 Maintainer: "bburda" Installed-Size: 8160 Depends: libc6 (>= 2.38), libcpp-httplib0.14t64 (>= 0.14.3+ds), libgcc-s1 (>= 3.3.1), 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-ament-index-python, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-lifecycle-msgs, ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-action-status-bridge, ros-jazzy-ros2-medkit-diagnostic-bridge, ros-jazzy-ros2-medkit-fault-manager, ros-jazzy-ros2-medkit-log-bridge, 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 Homepage: https://index.ros.org/p/ros2_medkit_gateway/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-gateway/ros-jazzy-ros2-medkit-gateway_0.6.0-1noble.20260624.083843_amd64.deb Size: 2113100 SHA256: e37ef4ee7d534d5bd704a4ea7b76cce94348cd638fbb8235a5a1147f4deaee98 SHA1: 6c3ab75056b1da36baf44997cfd5bce84319f781 MD5sum: c9ca4963360380aceac43e51efc9bc17 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.6.0-1noble.20260624.083843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 51855 Depends: ros-jazzy-ros2-medkit-gateway (= 0.6.0-1noble.20260624.083843) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-gateway/ros-jazzy-ros2-medkit-gateway-dbgsym_0.6.0-1noble.20260624.083843_amd64.deb Size: 49489936 SHA256: ddd2f678b5b330741c32a43c5d9f04200702344a76ac983116fd8f44cdde4cdd SHA1: d687c175bdaf99c63eeecf65d6d8510655830cb4 MD5sum: ae0540c7f188f87478e1f3d8dbe37941 Description: debug symbols for ros-jazzy-ros2-medkit-gateway Build-Ids: ba61dbd7b95e281c04611782b808152536f0987e Package: ros-jazzy-ros2-medkit-graph-provider Version: 0.6.0-1noble.20260624.090555 Architecture: amd64 Maintainer: "bburda" Installed-Size: 548 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), nlohmann-json3-dev, ros-jazzy-diagnostic-msgs, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-gateway, ros-jazzy-ros2-medkit-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_graph_provider/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-graph-provider/ros-jazzy-ros2-medkit-graph-provider_0.6.0-1noble.20260624.090555_amd64.deb Size: 137288 SHA256: 6dbc131995641825200fbd282b0f21c12d070c71a44fcb93953faa0745daa49d SHA1: e535b06a60eecc59b829b15449151402c213bc68 MD5sum: ae37d4bdd61d6f77f71512829f4f1765 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.6.0-1noble.20260624.090555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 3133 Depends: ros-jazzy-ros2-medkit-graph-provider (= 0.6.0-1noble.20260624.090555) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-graph-provider/ros-jazzy-ros2-medkit-graph-provider-dbgsym_0.6.0-1noble.20260624.090555_amd64.deb Size: 2798850 SHA256: 6df086ee0d9bec6286fd9df9ccde1b410365a78545080e377aba75cfc1a91963 SHA1: a622769757d604246e9b07b77414cf38717ff20c MD5sum: 33187c749fa8cb0fe836aad5f26bd987 Description: debug symbols for ros-jazzy-ros2-medkit-graph-provider Build-Ids: 5f6a717edf2049521f323a64edfa048277240ebc Package: ros-jazzy-ros2-medkit-integration-tests Version: 0.6.0-1noble.20260624.082327 Architecture: amd64 Maintainer: "bburda" Installed-Size: 2188 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-rclcpp-lifecycle, ros-jazzy-ros2-medkit-msgs, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_integration_tests/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-integration-tests/ros-jazzy-ros2-medkit-integration-tests_0.6.0-1noble.20260624.082327_amd64.deb Size: 378002 SHA256: 6294428dcf50772e04e2d8184559a4d784f289aae1fd46d30b3c6d3ccfb4efd5 SHA1: 63bd5a759ba570a692042e621a6619e3b4c5aed7 MD5sum: fadb2d089cbc78e4b6da973b31044461 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.6.0-1noble.20260624.082327 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 11381 Depends: ros-jazzy-ros2-medkit-integration-tests (= 0.6.0-1noble.20260624.082327) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-integration-tests/ros-jazzy-ros2-medkit-integration-tests-dbgsym_0.6.0-1noble.20260624.082327_amd64.deb Size: 10210828 SHA256: 3a479511a5ddceb8cd36fa4def13f22957c2a7ad4e28a3db56503897cbccff61 SHA1: c734f1918fba673f87ee728a4335b1ddf9a0056a MD5sum: 45c3d36e144a40725f0a9e602143382b Description: debug symbols for ros-jazzy-ros2-medkit-integration-tests Build-Ids: 01851c7ad45217f9815b0b88437fb04213715a0f 0caa008839cc344981906ada6cdfa4c702249ae6 188accf3d495bba7c1715900a8ded716ce822f3c 32d65feac44a6d37e5e23e04a9ddac522bd87def 39e158105a223cf0a993feb478c9b0a9a3ff2349 39e5132fdb1fdcebcfd793fff68ed0e26b4858b2 4a213815d801bb1a7c253088da0f1bcec3c2cd41 990214f2f8d36822682b80736678b1ae553dc87e a285e131b2f4f196ee1edd39783bb0c06b8266de ac8fc171dfd9782844910168389ab6d473b5630f bf940284be30990496090941329c7cf6f128632c d507b5460a44399b31102f395cc2f9da09e778b2 Package: ros-jazzy-ros2-medkit-linux-introspection Version: 0.6.0-1noble.20260624.090543 Architecture: amd64 Maintainer: "bburda" Installed-Size: 463 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libsystemd0 (>= 221), libsystemd-dev, nlohmann-json3-dev, ros-jazzy-ros2-medkit-gateway, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_linux_introspection/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-linux-introspection/ros-jazzy-ros2-medkit-linux-introspection_0.6.0-1noble.20260624.090543_amd64.deb Size: 124682 SHA256: 5dcc884ee9ba4873f4fa7d9589e35b94e60291fc8644f2e7cd7bcde41efe0d7b SHA1: cb0cc97834e30ceecba9ffa9059b473d852e0803 MD5sum: 037c48dfbfcc24d4e48e029cacc56dac 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.6.0-1noble.20260624.090543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 2690 Depends: ros-jazzy-ros2-medkit-linux-introspection (= 0.6.0-1noble.20260624.090543) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-linux-introspection/ros-jazzy-ros2-medkit-linux-introspection-dbgsym_0.6.0-1noble.20260624.090543_amd64.deb Size: 2589054 SHA256: 2437b6e820ceb5400f8ad52a3f227d35520c2f89446f9486eac8de8948510984 SHA1: 554892930e978d7ef43f52951d6696a1892680a4 MD5sum: cd907e8a5e2d9700bd0f84de95f83415 Description: debug symbols for ros-jazzy-ros2-medkit-linux-introspection Build-Ids: 7e80f4726bfbc98b694bed1befddd822cf5f2d55 88951665ee363931e378629dda2d08f201be763e 8ed954ed55eb8ab418eacce940f4a71169668f52 Package: ros-jazzy-ros2-medkit-log-bridge Version: 0.6.0-1noble.20260624.083446 Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 511 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rcl-interfaces, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-fault-reporter, ros-jazzy-ros2-medkit-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_log_bridge/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-log-bridge/ros-jazzy-ros2-medkit-log-bridge_0.6.0-1noble.20260624.083446_amd64.deb Size: 111372 SHA256: a6b7b2247924b6de3bf9ed82db615dee60837d4ded4e64bcf2f31c8d85351bb2 SHA1: 13f7b702299c43208c405e4a06ed04781ed715e2 MD5sum: 3d84a6604e6d2855eae8db47d9c3f5fe Description: Bridge node promoting ROS2 /rosout log entries to FaultManager faults Package: ros-jazzy-ros2-medkit-log-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-medkit-log-bridge Version: 0.6.0-1noble.20260624.083446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 2414 Depends: ros-jazzy-ros2-medkit-log-bridge (= 0.6.0-1noble.20260624.083446) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-log-bridge/ros-jazzy-ros2-medkit-log-bridge-dbgsym_0.6.0-1noble.20260624.083446_amd64.deb Size: 2103114 SHA256: 0bbc380d74079cbe2b694028b764cff99417d2e538f7509faf83c5ceccf4a5ea SHA1: 0a06f345191c41604f55dd3db95291b0c80b0420 MD5sum: 837ee08d8f9c12b1ab1345fad630400e Description: debug symbols for ros-jazzy-ros2-medkit-log-bridge Build-Ids: 1b9c46e7b636a2288430506b7404fce141eb5af9 445f7941b81f7648b13f30547313aeb98f1daed4 Package: ros-jazzy-ros2-medkit-msgs Version: 0.6.0-1noble.20260624.072541 Architecture: amd64 Maintainer: "bburda" Installed-Size: 6971 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/ros2_medkit_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-msgs/ros-jazzy-ros2-medkit-msgs_0.6.0-1noble.20260624.072541_amd64.deb Size: 491056 SHA256: 62240eb19e4b792d99ed6821dac8bc1ab33eb4bb5ef29a509b246fa02626fafa SHA1: 65c4de906d3d4b9bcdbf24713e0640bfec5d1f4b MD5sum: 43b473314a1086616cb6d4bb41138407 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.6.0-1noble.20260624.072541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 5531 Depends: ros-jazzy-ros2-medkit-msgs (= 0.6.0-1noble.20260624.072541) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-msgs/ros-jazzy-ros2-medkit-msgs-dbgsym_0.6.0-1noble.20260624.072541_amd64.deb Size: 4574564 SHA256: 7b5f13eaad226750d148182b0a99c01bf9a8adaf54291b0ac51aaa896973cc66 SHA1: 6825cfe65e90131c061d9e1747f6bb566ff23e85 MD5sum: a0707020d2b7c3fe52dfdb35ad78f2f3 Description: debug symbols for ros-jazzy-ros2-medkit-msgs Build-Ids: 246f1fe9faefd83dfb9ca0ee181fcfa34a60f2eb 3082473578ead333a02370c3044f8f9ec67b927c 45c075f68e8b4e9260db2f1ad8bf088e2a970d9d 553e85e887f0409536777f976ea5c38bea50ab57 7f194562acfde18a6163caf043f04036f7f02f5f 96c4d079b2a6151d92786bd9fa8179b640747196 9ba7d2ba028ca05efa32b13a92af2c8408b05fc3 aed66ce86244baa62e4cce8a389f6ac9394fb3ae e562064dc1fcd71ffe5cc416cef376bd003da0a2 f46ffb813687ddae838b33cc738fbec09e316997 f9820978bd1d3bff0fd27a84e109957ff8aedebf Package: ros-jazzy-ros2-medkit-param-beacon Version: 0.6.0-1noble.20260624.090944 Architecture: amd64 Maintainer: "bburda" Installed-Size: 195 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), nlohmann-json3-dev, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-beacon-common, ros-jazzy-ros2-medkit-gateway, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_param_beacon/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-param-beacon/ros-jazzy-ros2-medkit-param-beacon_0.6.0-1noble.20260624.090944_amd64.deb Size: 62112 SHA256: a85a3b6b2a8cd67d6983cc7e8ca4676ea04254167eba90fdaf97fa4145481c0e SHA1: 17eec790d665fa6709c2c54ce3ace3d4497461c4 MD5sum: 1747183f54d566eb776225ea9d556217 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.6.0-1noble.20260624.090944 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 1414 Depends: ros-jazzy-ros2-medkit-param-beacon (= 0.6.0-1noble.20260624.090944) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-param-beacon/ros-jazzy-ros2-medkit-param-beacon-dbgsym_0.6.0-1noble.20260624.090944_amd64.deb Size: 1371238 SHA256: b1d6b67aeca570e7ca255113e87ae5a24bfdeeb78cbb6b8de759385b6c7af9df SHA1: 154ff687a6060177c51defdf387136f499d78339 MD5sum: ba59abeaa3e102dce0b95f1fb5fc341c Description: debug symbols for ros-jazzy-ros2-medkit-param-beacon Build-Ids: 06f6ca0955105ba6bb02449dba058d50e9fa59c1 Package: ros-jazzy-ros2-medkit-serialization Version: 0.6.0-1noble.20260624.082433 Architecture: amd64 Maintainer: "bburda" Installed-Size: 1262 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 Homepage: https://index.ros.org/p/ros2_medkit_serialization/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-serialization/ros-jazzy-ros2-medkit-serialization_0.6.0-1noble.20260624.082433_amd64.deb Size: 189224 SHA256: 2dc8d1bb3a9d3209b687b94871013fecba47fd75bd29e7a61aced6243e23d500 SHA1: ba554081ed9d3ee6baab211340f140d08d874399 MD5sum: ae919da8e24ef6463ea8199f47fa76f9 Description: Runtime JSON to ROS 2 message serialization library Package: ros-jazzy-ros2-medkit-sovd-service-interface Version: 0.6.0-1noble.20260624.090559 Architecture: amd64 Maintainer: "bburda" Installed-Size: 212 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), nlohmann-json3-dev, ros-jazzy-rclcpp, ros-jazzy-ros2-medkit-gateway, ros-jazzy-ros2-medkit-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_sovd_service_interface/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-sovd-service-interface/ros-jazzy-ros2-medkit-sovd-service-interface_0.6.0-1noble.20260624.090559_amd64.deb Size: 52398 SHA256: 67b7130b1305858a5884c7c44342614ce8baada002c16402e819c2bba6707197 SHA1: 9c55e0be50714401f33b269c6c38120533205a6c MD5sum: aa0cf1508d9bef84de641d2b425171a2 Description: SOVD Service Interface plugin - exposes medkit entity tree and fault data via ROS 2 services Package: ros-jazzy-ros2-medkit-sovd-service-interface-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-medkit-sovd-service-interface Version: 0.6.0-1noble.20260624.090559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 1098 Depends: ros-jazzy-ros2-medkit-sovd-service-interface (= 0.6.0-1noble.20260624.090559) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-sovd-service-interface/ros-jazzy-ros2-medkit-sovd-service-interface-dbgsym_0.6.0-1noble.20260624.090559_amd64.deb Size: 1009868 SHA256: bfbdfa677ea9d5f81bdc9c524df2d5d0412329b53ce69317816049b708133890 SHA1: 9389979931e08ab70db15e32ff4d610be5c5a161 MD5sum: c2f740b9efaa4da52b09424874440401 Description: debug symbols for ros-jazzy-ros2-medkit-sovd-service-interface Build-Ids: 66767ed92b43248d7dc23a508eb2d898fbad07d5 Package: ros-jazzy-ros2-medkit-topic-beacon Version: 0.6.0-1noble.20260624.090948 Architecture: amd64 Maintainer: "bburda" Installed-Size: 536 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), 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 Homepage: https://index.ros.org/p/ros2_medkit_topic_beacon/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-topic-beacon/ros-jazzy-ros2-medkit-topic-beacon_0.6.0-1noble.20260624.090948_amd64.deb Size: 127578 SHA256: bcf62248bac9d3380f2274d77617c4527ca64077413530d7c9a8c234847b0ee2 SHA1: d5ed29154c567213a13db79680a174f6ba1cbd26 MD5sum: 61a87311e0589d3dbdbed9011b12d64d 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.6.0-1noble.20260624.090948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 2976 Depends: ros-jazzy-ros2-medkit-topic-beacon (= 0.6.0-1noble.20260624.090948) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-medkit-topic-beacon/ros-jazzy-ros2-medkit-topic-beacon-dbgsym_0.6.0-1noble.20260624.090948_amd64.deb Size: 2647982 SHA256: 72a1b2ca32dde7e8c930f09dffb2831fec2bc959dc6ba144de0603d50f4b58a4 SHA1: e4331eae7d3884ea16dc10775221f9acf51f6611 MD5sum: 0290f1560f1701ca36aadcc7dcb8150a Description: debug symbols for ros-jazzy-ros2-medkit-topic-beacon Build-Ids: 4e41754165a3b2a52220012ca3e96dcb00655097 Package: ros-jazzy-ros2-snapshot Version: 0.0.7-1noble.20260716.023253 Architecture: amd64 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.20260716.023253_amd64.deb Size: 226392 SHA256: e1465f18c3ae9860be1db596e2d3bd40958aff2cf1c471e06dd4955416ef0852 SHA1: 9dbc3bb156d7de61cc5886524ee63caf485f3077 MD5sum: 1d06437917eaf6d91bcd4957775fad75 Description: ROS2 Snapshot - contains workspace modeler and snapshot tools Package: ros-jazzy-ros2-socketcan Version: 1.3.0-1noble.20260615.141732 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 1107 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.20260615.141732_amd64.deb Size: 199112 SHA256: fe0244e94f08a50baa50891117deeb063687e60e061d85ff4c2a482d4a15ffd8 SHA1: eb5def037bb6cbf908841f2b1cb20a44525d7970 MD5sum: 3f3f696ab3021902628aebad5af4dfe2 Description: Simple wrapper around SocketCAN Package: ros-jazzy-ros2-socketcan-dbgsym Package-Type: ddeb Source: ros-jazzy-ros2-socketcan Version: 1.3.0-1noble.20260615.141732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 4895 Depends: ros-jazzy-ros2-socketcan (= 1.3.0-1noble.20260615.141732) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-socketcan/ros-jazzy-ros2-socketcan-dbgsym_1.3.0-1noble.20260615.141732_amd64.deb Size: 4113720 SHA256: 6fbeacb68be8a175ba8cac29bfc2467cbc813c1fdfe60465cba9193161c57f5c SHA1: 293fc94c60c876523091a6381839426dd760a97b MD5sum: 12054bc3f5ca6b5d3fc5bf71dffe2b75 Description: debug symbols for ros-jazzy-ros2-socketcan Build-Ids: 244f2e9ed15780dbb3757b9af87a68483b929e73 35ffc10ca7b9d9f461b3724e4fbadf7b23c8c725 7efc478c3b573fe9626c98f9031153b0f7e1da99 ddab1772bdbf57f41e13bc37d17be4d76d8f8210 e4798807f21ddfcbf97e233c5fa666538bf8260c Package: ros-jazzy-ros2-socketcan-msgs Version: 1.3.0-1noble.20260615.114604 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 488 Depends: libc6 (>= 2.4), 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.20260615.114604_amd64.deb Size: 50562 SHA256: a59c27853c3c2dbedd00ece87c0eb7d0fbb40a6ed0ce956eda61ea05a79c8db9 SHA1: a10287fb96ed4b6ff5ee217681f51f134f17430e MD5sum: 4144d830d5248d28fc2e72eb0db50166 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.20260615.114604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 314 Depends: ros-jazzy-ros2-socketcan-msgs (= 1.3.0-1noble.20260615.114604) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2-socketcan-msgs/ros-jazzy-ros2-socketcan-msgs-dbgsym_1.3.0-1noble.20260615.114604_amd64.deb Size: 218450 SHA256: baaea9a0b47c08b4bffe16f1df0f9e70c1715322284a8f670052f2dc33f6cb0c SHA1: a0c42790a81ff1bc8d3a0c7c1bee91c8e869ec9b MD5sum: daa83cf78960ce0597bf9d9b8f89eb4d Description: debug symbols for ros-jazzy-ros2-socketcan-msgs Build-Ids: 0efddc684e713a7d204160e5c6566a970c6f94c2 51daae65bc5aadcaab95bd435277a4658b364d6c 5c57d00e609dd369eb00c893bd875ce747faa23f 631d3ce7b6458dbeb8f54c1d88afa19cb2b9c90e 640ee501958d98f38ed8b1a89bd6036ba72499be 9683e51d2b83fe15620436d6c4cbc432a93b2d75 c78171024b5e55fe291f99433ee0cf57399c61bb e1f101726868c7ef42abb0eb78d230e1af1a6d25 e886a32395ba77a50eeef732fda454bb7059b6ce e95d2b4bc19e20e5cf1fb54af97a8c5a7806f430 ed87ab563b7fe3768ee16bf8f5a1c037cf30cb3a Package: ros-jazzy-ros2acceleration Version: 0.5.1-4noble.20260716.022630 Architecture: amd64 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.20260716.022630_amd64.deb Size: 13444 SHA256: e4e1ffdb19bbd91cbe5d1688c6ba3ff3d0a3e92b75485493925bfdc4cfc85bd2 SHA1: d692e30dd7f2430934975fcbf0c58b760cd20772 MD5sum: 8e97ef97be8ff91a9c02785bde3bf6cb Description: The acceleration command for ROS 2 command line tools. Package: ros-jazzy-ros2action Version: 0.32.11-1noble.20260716.022327 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2action/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2action/ros-jazzy-ros2action_0.32.11-1noble.20260716.022327_amd64.deb Size: 19726 SHA256: b068a06aaaf6090afde049ff11e7eeedb56aa031747450a3994d03a9588c64d1 SHA1: 39dd0351e30426303f40f0b2340065a96b637ee8 MD5sum: 7a1ab29a355a202de147288c060619b3 Description: The action command for ROS 2 command line tools. Package: ros-jazzy-ros2agnocast Version: 2.3.4-1noble.20260615.174923 Architecture: amd64 Maintainer: "Takahiro Ishikawa-Aso" Installed-Size: 186 Depends: ros-jazzy-agnocast-ioctl-wrapper, ros-jazzy-ament-index-python, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2agnocast/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2agnocast/ros-jazzy-ros2agnocast_2.3.4-1noble.20260615.174923_amd64.deb Size: 39364 SHA256: 71b19f9b0647614ea8e2a0a841d2ace5383fe659949e970d5e41fcc3ba8b6087 SHA1: 5f82d1e2de8491236892e737a54b2ecca61d0797 MD5sum: 9df7e9bf85b5c46a2decb4c0b5e4fc21 Description: The ROS 2 command line tool extension for Agnocast. Package: ros-jazzy-ros2ai Version: 0.1.3-4noble.20260716.022643 Architecture: amd64 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.20260716.022643_amd64.deb Size: 24290 SHA256: 122031e6a80375ee8661a7771b32f4a80cdc5e88c0de5c06ee35e09aa3126dfb SHA1: ddc3ef3a84de4726c800dd56ae8e88a1c7488a5f MD5sum: 93d6e83635faa153e5e88119e393cf54 Description: The OpenAI command for ROS 2 command line tools. Package: ros-jazzy-ros2bag Version: 0.26.11-1noble.20260716.022556 Architecture: amd64 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.11-1noble.20260716.022556_amd64.deb Size: 43180 SHA256: c52508713783fc9dc3707e10f814ec9908756838d8bbbf4e2637f7b655137cda SHA1: 53e5b0eec0cf032f07d782c31abcfa68a9c022c8 MD5sum: 53a1e943fb8f65028adf00ef9a36087a Description: Entry point for rosbag in ROS 2 Package: ros-jazzy-ros2cli Version: 0.32.11-1noble.20260715.194338 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2cli/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2cli/ros-jazzy-ros2cli_0.32.11-1noble.20260715.194338_amd64.deb Size: 53424 SHA256: c0441cfcbaedfedbfb71396ac14d5b6d2d17c21bc5bfcb25b3342931a9a54fbd SHA1: 2770c5e04f694f6b867ba2799107ac9045daec69 MD5sum: b93ac35dc38d6c2ec09032a89211df37 Description: Framework for ROS 2 command line tools. Package: ros-jazzy-ros2cli-common-extensions Version: 0.3.1-1noble.20260716.023249 Architecture: amd64 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.20260716.023249_amd64.deb Size: 5772 SHA256: 430bee14d2d7966dc85ddc1a6cf70064599fce74a5050c01905e80dd7d95d5e4 SHA1: 4cc88e788f44ceffa669c85bd3d4581bde8b32db MD5sum: 8e669507d8a84dc991b054dc4b4b4097 Description: Meta package for ros2cli common extensions Package: ros-jazzy-ros2cli-test-interfaces Version: 0.32.11-1noble.20260715.194213 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 2572 Depends: libc6 (>= 2.4), 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/ros2cli_test_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2cli-test-interfaces/ros-jazzy-ros2cli-test-interfaces_0.32.11-1noble.20260715.194213_amd64.deb Size: 168512 SHA256: ef91d00b0f64b90ff1aaa312eb3f6060862277e5d22faeb83ec6e9049794b431 SHA1: 45b420123f2f62003d6dc03e0eb7a45afd72fc85 MD5sum: 0919fd63ae24b69c09d101aebe21078a 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.11-1noble.20260715.194213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 1498 Depends: ros-jazzy-ros2cli-test-interfaces (= 0.32.11-1noble.20260715.194213) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2cli-test-interfaces/ros-jazzy-ros2cli-test-interfaces-dbgsym_0.32.11-1noble.20260715.194213_amd64.deb Size: 1086794 SHA256: 0c96288d6075d56badcd62fa747ecfcf38d0d9c493617dd2e2d0b4cb5d8644ff SHA1: 001c8f9c88cc814c855a70ed4420764be5b4a65f MD5sum: 12a9ca1ca107b3d16cfb53a77189c753 Description: debug symbols for ros-jazzy-ros2cli-test-interfaces Build-Ids: 0000429fb12aee84be1a1ba0e14e1759814a65d6 02f99dab56632a2dbd43b3c773b84cc29e1955c5 1a72ab034269be00c05c12803d3a637b93c27895 1faae70d183d7557f4031bfce4336fab40be3fad 4d4a430801aa887782dbf13789c8829399541a3e 5a445e1c3724519d9c76ef9df56efeaddb500d3a 7ddca7bafc82159057fb88f6f57feccbee3be819 9241132947f1c9db72e192de4898e9ee1425733f a8cf8be77b4130211723a0f48ef71344d64b013f d89f12cc965f10f11b50e39f71a1fba97887a9dd dcf34493978457165c715a938c3f38555395f131 Package: ros-jazzy-ros2component Version: 0.32.11-1noble.20260716.023118 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2component/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2component/ros-jazzy-ros2component_0.32.11-1noble.20260716.023118_amd64.deb Size: 22920 SHA256: 18fd443a76c0cd372e770cb1703ff260b3b3a18b8bbbae4aa41a7c1d8dd3e68a SHA1: 8745e64df2e8617831ef13ab505f91fc1cfd0f3d MD5sum: d4adae8ba8033b2c8e585b622c37a5ed Description: The component command for ROS 2 command line tools. Package: ros-jazzy-ros2controlcli Version: 4.46.0-1noble.20260726.101613 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 159 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.46.0-1noble.20260726.101613_amd64.deb Size: 30744 SHA256: 4c2b91d71f245ef051d26c466917f4a8d1a92c54374c0d553b278f5eedf5e29b SHA1: 1d14d93f2cf3d1012e4da753e75db71f2181983f MD5sum: 45965a1085b3589f198a044b47d1d075 Description: The ROS 2 command line tools for ros2_control. Package: ros-jazzy-ros2doctor Version: 0.32.11-1noble.20260716.022333 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2doctor/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2doctor/ros-jazzy-ros2doctor_0.32.11-1noble.20260716.022333_amd64.deb Size: 41748 SHA256: 469f1ad708129b46db16e124e983017005ddbce72d4e37be06ac6ccbb5b2e7f1 SHA1: 0f6e4293c0681dd6eabc63754eec9a82d743195c MD5sum: 13ec6b34dca5fabcfa00e0ff8459df68 Description: A command line tool to check potential issues in a ROS 2 system Package: ros-jazzy-ros2interface Version: 0.32.11-1noble.20260716.022355 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2interface/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2interface/ros-jazzy-ros2interface_0.32.11-1noble.20260716.022355_amd64.deb Size: 18606 SHA256: 257418cb4a96797bcf4b42a68f824d997420e069b35aa7f10b43c7e6a2fa7552 SHA1: ea1741109323012702dd2818aa6d765e281ad9be MD5sum: 30b2202e43a58678aee434d6e8665c2d Description: The interface command for ROS 2 command line tools Package: ros-jazzy-ros2launch Version: 0.26.12-1noble.20260716.022604 Architecture: amd64 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.12-1noble.20260716.022604_amd64.deb Size: 18204 SHA256: fcc5b8abe0a6aadbb6880b56bd3467b878b83829ee61fd29eb8fb505cfeade70 SHA1: 45d7010b233c4a4167bc124a0872408ae71dd31f MD5sum: 310cfef9bc3ba24387c1992e0ad2f704 Description: The launch command for ROS 2 command line tools. Package: ros-jazzy-ros2launch-security Version: 1.0.0-5noble.20260717.110438 Architecture: amd64 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.20260717.110438_amd64.deb Size: 9956 SHA256: 7e99c407f9d5d4db69925a2f1f28ed7b26afdf712daff4c3f3fb0f51f9449757 SHA1: 84d96ace0d2a110813ac6c69027a232388fe6cc3 MD5sum: 18c7e407eafc81892b1c264e1c138a07 Description: Security extensions for ros2 launch Package: ros-jazzy-ros2launch-security-examples Version: 1.0.0-5noble.20260717.155952 Architecture: amd64 Maintainer: Ted Kern Installed-Size: 747 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.20260717.155952_amd64.deb Size: 154590 SHA256: fa917d91b86da2b97384989f5e083b075fb88d94805c3e3472e39af7178bcae8 SHA1: 372453241e3a6856c853fe1deb2bc5803c522e54 MD5sum: 20d836a02038f7c4895d80cb8222825d 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.20260717.155952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ted Kern Installed-Size: 3896 Depends: ros-jazzy-ros2launch-security-examples (= 1.0.0-5noble.20260717.155952) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2launch-security-examples/ros-jazzy-ros2launch-security-examples-dbgsym_1.0.0-5noble.20260717.155952_amd64.deb Size: 3350158 SHA256: 373ae5d3f0b989e3d01f05e15cf3813695019bda6dc828799fe755c166578d59 SHA1: 409cba58c84604a512e03fa0104facdc2b830ce8 MD5sum: 7f972f2bab4f876a334ac9a411ce10ae Description: debug symbols for ros-jazzy-ros2launch-security-examples Build-Ids: 5252709c42f6af00686dbdc2a5489a13c68d0a93 53aefa2e74105d2fb8c77ad9542013ce3963b832 7f538f6501ddc97cccb2952ed94de79db20b8391 f930fb8379e1ec6ed18905e4a1ea72916ce63330 Package: ros-jazzy-ros2lifecycle Version: 0.32.11-1noble.20260716.022749 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2lifecycle/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2lifecycle/ros-jazzy-ros2lifecycle_0.32.11-1noble.20260716.022749_amd64.deb Size: 16334 SHA256: 47ecb3b7cacc90eb936370ecf95abcbac5f37be1d6b11eeeb607c7b18ad78ca7 SHA1: a112254d0124aee4b246ac19220f34dfbbd2fefd MD5sum: cf5580dcd480fdbff5e64e4f5b81846c Description: The lifecycle command for ROS 2 command line tools. Package: ros-jazzy-ros2lifecycle-test-fixtures Version: 0.32.11-1noble.20260715.194231 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 72 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2lifecycle_test_fixtures/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2lifecycle-test-fixtures/ros-jazzy-ros2lifecycle-test-fixtures_0.32.11-1noble.20260715.194231_amd64.deb Size: 14310 SHA256: ff5e0e6b070b1c08efc5c8f46413d09fb3128ddfe85f69bf6ddde2de059f8052 SHA1: d88defbe76d72aaa889e757f9c36e192090675bd MD5sum: a925a3b722e19c889d73dd3bb2057659 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.11-1noble.20260715.194231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 257 Depends: ros-jazzy-ros2lifecycle-test-fixtures (= 0.32.11-1noble.20260715.194231) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2lifecycle-test-fixtures/ros-jazzy-ros2lifecycle-test-fixtures-dbgsym_0.32.11-1noble.20260715.194231_amd64.deb Size: 241168 SHA256: aeafdfd52b6362c1e92baff2a4eee99333bac7f243c32747a19885dcb1ff2f9b SHA1: d04d2ad2f0538593a22847c49001a42cd1ff3fe3 MD5sum: fac5b3488f6c6512c2a9aeb7c6607643 Description: debug symbols for ros-jazzy-ros2lifecycle-test-fixtures Build-Ids: ebc88acea68c1f8436d0eb673f0ff7b5ce09eaf4 Package: ros-jazzy-ros2multicast Version: 0.32.11-1noble.20260716.022406 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 62 Depends: ros-jazzy-ros2cli, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2multicast/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2multicast/ros-jazzy-ros2multicast_0.32.11-1noble.20260716.022406_amd64.deb Size: 10770 SHA256: 4fd2770138d090b8d0974c5434b46e85a2c785f00f0e176cd73187a4347300f8 SHA1: 49f344b04f19bfbcbba9776774fa297de9164e20 MD5sum: 4732bd1eb43e54e9b1995a5c76f848af Description: The multicast command for ROS 2 command line tools. Package: ros-jazzy-ros2node Version: 0.32.11-1noble.20260716.022338 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 76 Depends: ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2node/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2node/ros-jazzy-ros2node_0.32.11-1noble.20260716.022338_amd64.deb Size: 15382 SHA256: 0b12fba8881cb05b62a07b6a12d43c42442007713c06b6ff76e50208c790f580 SHA1: 5336c2680033a5ab85bd111e168ec420ea48b264 MD5sum: 4e299eb0d3815cc2ca3dd23405ec0af7 Description: The node command for ROS 2 command line tools. Package: ros-jazzy-ros2nodl Version: 0.3.1-5noble.20260716.022651 Architecture: amd64 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.20260716.022651_amd64.deb Size: 8346 SHA256: 2211f03199bd3b6d44801a63114e6bfcf24225d27831d4874ba3631ac705cccf SHA1: ff48e2c3f761700944191d86adb4ce4c286f860e MD5sum: 703560e1b1c9ca09762681c23b5dc757 Description: CLI tools for NoDL files. Package: ros-jazzy-ros2param Version: 0.32.11-1noble.20260716.022752 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2param/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2param/ros-jazzy-ros2param_0.32.11-1noble.20260716.022752_amd64.deb Size: 23150 SHA256: c5c4e48673bf8b390ad84a99278fc78e9470f0bfbf8a62ea34d376cfd607d8b5 SHA1: cdf0b1256d5127ed4ff8d247acd98448c9f3b988 MD5sum: 7bf0422b18759a88a2e3b7629585bd51 Description: The param command for ROS 2 command line tools. Package: ros-jazzy-ros2pkg Version: 0.32.11-1noble.20260716.022341 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2pkg/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2pkg/ros-jazzy-ros2pkg_0.32.11-1noble.20260716.022341_amd64.deb Size: 30506 SHA256: 4fcf818d0f84990e8d907ed4ec1384441d3b955593874965603c68004a2665e6 SHA1: fa7cd73a1decc0c6890ce6ad678c7f7eaa0e7157 MD5sum: fff4499875f8c47fa8ab834abdb64eb6 Description: The pkg command for ROS 2 command line tools. Package: ros-jazzy-ros2plugin Version: 5.4.5-1noble.20260716.022645 Architecture: amd64 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.20260716.022645_amd64.deb Size: 9992 SHA256: 8cd6c8e4af7c2d52146db72163599b31e799b71f204d57fe74fca6b3eccaf24e SHA1: 54cf11457cd36f33c7442f7493ae35a43ecd5128 MD5sum: 4885237da42ea80f0856e5f23abce0c9 Description: The plugin command for ROS 2 command line tools. Package: ros-jazzy-ros2run Version: 0.32.11-1noble.20260716.022533 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 52 Depends: ros-jazzy-ros2cli, ros-jazzy-ros2pkg, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/ros2run/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2run/ros-jazzy-ros2run_0.32.11-1noble.20260716.022533_amd64.deb Size: 9902 SHA256: 00a2cbdbea921a0b4cf220796d295183e9d0653b22964e710c4a9c5c75c3ada7 SHA1: 0b43246e6c04484622b7b80d38def135e38933fe MD5sum: 5982c3d43462107c9ff3ea85ed761d97 Description: The run command for ROS 2 command line tools. Package: ros-jazzy-ros2service Version: 0.32.11-1noble.20260716.022644 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2service/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2service/ros-jazzy-ros2service_0.32.11-1noble.20260716.022644_amd64.deb Size: 23290 SHA256: 5a2bc3280268249e07eeeb32e7dfcc99be02e8b6e984ca048b0d3b97cef4b9b4 SHA1: 02300c71e8a20761d2eb6afdc46fe3f2d3e2b37c MD5sum: 28fd491ce54937631ba474e35bfd9b72 Description: The service command for ROS 2 command line tools. Package: ros-jazzy-ros2test Version: 0.6.1-1noble.20260716.022605 Architecture: amd64 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.1-1noble.20260716.022605_amd64.deb Size: 5604 SHA256: f04d2d16f5e3d912970ab22781a580c3c50360c9a9e786d2d1f845c6c2bd2f41 SHA1: b14f11c381978e9cdd8b2ebb5c47a8c38d565896 MD5sum: 6fca60ef6f68de5b27b1357fd1c077c4 Description: The test command for ROS 2 launch tests. Package: ros-jazzy-ros2topic Version: 0.32.11-1noble.20260716.022402 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2topic/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ros2topic/ros-jazzy-ros2topic_0.32.11-1noble.20260716.022402_amd64.deb Size: 48800 SHA256: a20305db1c3e5454122f061fd76e87833a8c29ce638b281d01eb184b0efaf40d SHA1: fcf70e0307f245e44eb0b78ba7530c9104c0ec1d MD5sum: c982051b35acf5b88b966aeb7c9bd396 Description: The topic command for ROS 2 command line tools. Package: ros-jazzy-ros2trace Version: 8.2.6-1noble.20260716.022643 Architecture: amd64 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.6-1noble.20260716.022643_amd64.deb Size: 7838 SHA256: a0aecc4b5d3f82ceb76de30786050c0827b37f9528572d0d6786d9631d10217b SHA1: 11857d5baf68c0b0292e1ea25722198214b9301d MD5sum: a6628dea29c407517571f77c88884d71 Description: The trace command for ROS 2 command line tools. Package: ros-jazzy-ros2trace-analysis Version: 3.0.0-6noble.20260716.022655 Architecture: amd64 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.20260716.022655_amd64.deb Size: 5956 SHA256: 27d09492eaf5e26249bef9180631936cdb253deb3312e9a9465807f0500f8b5e SHA1: 32476349891392f338ca679192ba0801ba9cc2be MD5sum: 1ba1de361297439ba479de8a79e594cf Description: The trace-analysis command for ROS 2 command line tools. Package: ros-jazzy-rosapi Version: 2.7.0-1noble.20260716.023500 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 131 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.7.0-1noble.20260716.023500_amd64.deb Size: 21686 SHA256: 7440b26efa713d34c302a03ec8ed7abe9bf9845db6cce552cbf97b967fbf3ef9 SHA1: 95990e63a9ed4c9e46cb23b8655d9a731461fa92 MD5sum: 977e3bf3fd12211144557433a52f1671 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.7.0-1noble.20260615.102816 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 12182 Depends: libc6 (>= 2.14), 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.7.0-1noble.20260615.102816_amd64.deb Size: 693700 SHA256: ef2d8107bd3892abb515be4ab4aad92939843c9fd3754cee6fbdac5a67d7a735 SHA1: 562985dd7a85ceaba597ddccc0ac126333cc167d MD5sum: 3ce456a36616d5495fc470d4390cf793 Description: Interface definitions for rosapi package. Package: ros-jazzy-rosapi-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rosapi-msgs Version: 2.7.0-1noble.20260615.102816 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 9344 Depends: ros-jazzy-rosapi-msgs (= 2.7.0-1noble.20260615.102816) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosapi-msgs/ros-jazzy-rosapi-msgs-dbgsym_2.7.0-1noble.20260615.102816_amd64.deb Size: 7444894 SHA256: f5b93184e2b5d26e388aee2dd2a0aa3b3cfcf4a6028e60e663367ccfb1f0340e SHA1: 394340c028fdbb3bef1c92ad9d73fb340a957dca MD5sum: 7646a7c901c636df176b4102f0e4f38a Description: debug symbols for ros-jazzy-rosapi-msgs Build-Ids: 0440e6ca657a9e6467af726a85d6d8dcbde4939a 1012739f51357900587a5f0ff64b07a7c38a8d9e 17b04004e5a9f5fad7ef2f31be3d7a89617ebb06 1c3dd80e03ddd486debd285f4878f0d6f188c243 361072a0d024440fc70de49530cf4bd3303d70ea 5b72c709553a32c1e87d3fb72cc4fc0ba53455ad b0805d14e96a8077de4bae685c6b7e12f72466a2 b6eef1b27144901fc52f64af600599dc39d4e3e6 bb4737a180c3f84167e23ac980c8e554b4ee816a bfbcc01bd3abc42a47e8efe30826513e1cb168b9 d95e534df09f29f62bc966a0bcb45916b6dd3d7a Package: ros-jazzy-rosbag-timing-inspector Version: 1.0.1-1noble.20260622.081744 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2913 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.3), libopengl0, libstdc++6 (>= 11), ros-jazzy-rosbag2-cpp, ros-jazzy-rosbag2-storage, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rosbag_timing_inspector/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag-timing-inspector/ros-jazzy-rosbag-timing-inspector_1.0.1-1noble.20260622.081744_amd64.deb Size: 724164 SHA256: 3f1c59dfdcca2940eaa89b832df37bfc9a91a26f67b8de2e309bd38d682fbf12 SHA1: 6b23e8675efe567409e56e8ee90b7d9ceb40d5e9 MD5sum: 5c7d394d12161246e4d21aaa96395356 Description: GUI tool to visualize and analyze message timing from ROS2 bags (mcap or db3). Package: ros-jazzy-rosbag-timing-inspector-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag-timing-inspector Version: 1.0.1-1noble.20260622.081744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 5567 Depends: ros-jazzy-rosbag-timing-inspector (= 1.0.1-1noble.20260622.081744) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag-timing-inspector/ros-jazzy-rosbag-timing-inspector-dbgsym_1.0.1-1noble.20260622.081744_amd64.deb Size: 5393704 SHA256: 13ef5598d1481a2d3aab02292198a7de97bade4e5a2d91d203ca940e19b841d0 SHA1: 8201263ac01633ddd3e1cfdfcc3ab4998dfbaf15 MD5sum: 2b1c2f61335d780408852dba3c5c851b Description: debug symbols for ros-jazzy-rosbag-timing-inspector Build-Ids: 64aed08cc5326ebb1e26fdea061c74a959231e54 Package: ros-jazzy-rosbag2 Version: 0.26.11-1noble.20260716.024228 Architecture: amd64 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.11-1noble.20260716.024228_amd64.deb Size: 8880 SHA256: 47771975d702c814abb993544decc0edf2777fd620eb500790a1aa96d352e32b SHA1: 434cfe0f8154a4ffb991758aae28ae52a864703e MD5sum: d4a21a28dd325b70055db219da89873f Description: Meta package for rosbag2 related packages Package: ros-jazzy-rosbag2-compression Version: 0.26.11-1noble.20260616.074724 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 478 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.11-1noble.20260616.074724_amd64.deb Size: 134992 SHA256: d7ece853e0207b15457a3d9a73594ab801db1c3e378f73af9d689085761bfd27 SHA1: ea3ea94d2c85518bfd7a4551fe227d75ef92b17d MD5sum: 5a2b2eaa7fc0670bf84a02d531bb9016 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.11-1noble.20260616.074724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1725 Depends: ros-jazzy-rosbag2-compression (= 0.26.11-1noble.20260616.074724) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-compression/ros-jazzy-rosbag2-compression-dbgsym_0.26.11-1noble.20260616.074724_amd64.deb Size: 1618778 SHA256: 9dbf0c98090b1834c535527a74d16d46eb946d9dee40e10e53b6d57ce474a6ea SHA1: 50e7029fdb3ffdc5f57a8af543f23188f4d638bc MD5sum: aef37c0657fc0a2cb5b4a70268c29089 Description: debug symbols for ros-jazzy-rosbag2-compression Build-Ids: 7a4682b76b735344aeb0a72deee2e7e416932c86 Package: ros-jazzy-rosbag2-compression-zstd Version: 0.26.11-1noble.20260616.082522 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 152 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.11-1noble.20260616.082522_amd64.deb Size: 32696 SHA256: 437546fd2ddd18b3371bf47e15692baf68d8dff5305f910b441abc52f6a1bbb8 SHA1: 9c9c491ef79325ba9312f304edf4d34788da2023 MD5sum: 565b99e04ef0e5694c1f79ecc8e50f65 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.11-1noble.20260616.082522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 302 Depends: ros-jazzy-rosbag2-compression-zstd (= 0.26.11-1noble.20260616.082522) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-compression-zstd/ros-jazzy-rosbag2-compression-zstd-dbgsym_0.26.11-1noble.20260616.082522_amd64.deb Size: 273740 SHA256: 7c0c5ec7234d9d56e740215398bda9320ada2720ce98b21a66efb781b858af70 SHA1: b876f100f320dbcafa8f86c212af8728a75cfb56 MD5sum: c4144ea31dea42424d6732c979c4a6ce Description: debug symbols for ros-jazzy-rosbag2-compression-zstd Build-Ids: 5f87e0a778d0335d597e2faccc2ee905cc4e0089 Package: ros-jazzy-rosbag2-cpp Version: 0.26.11-1noble.20260615.164124 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 855 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.11-1noble.20260615.164124_amd64.deb Size: 237604 SHA256: 28f0c1080dc2b39190f84b0f9abec749e513b2794bb51ad02ee2b34e3ca7b45a SHA1: 72e7dde98124a54ec7011a6c7beda125b10d654e MD5sum: be4c7e065001bc6a81d8419583721b32 Description: C++ ROSBag2 client library Package: ros-jazzy-rosbag2-cpp-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-cpp Version: 0.26.11-1noble.20260615.164124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 3920 Depends: ros-jazzy-rosbag2-cpp (= 0.26.11-1noble.20260615.164124) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-cpp/ros-jazzy-rosbag2-cpp-dbgsym_0.26.11-1noble.20260615.164124_amd64.deb Size: 3730490 SHA256: f53c6b55199d3b5416474e249369403323e69234e49eecdda4be9892e2dfde3f SHA1: 051ab272bdd3df6082a82559457ded166a3857ae MD5sum: c8cb3a6ca15d672d1eecd458939fe596 Description: debug symbols for ros-jazzy-rosbag2-cpp Build-Ids: a5b7d9adaf420d2c5b103519ef13dfc55d9a8702 Package: ros-jazzy-rosbag2-examples-cpp Version: 0.26.11-1noble.20260615.164551 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 504 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.11-1noble.20260615.164551_amd64.deb Size: 103722 SHA256: bbbda1df251bc1d90b137e8edf66d9dfc39fd61bc7b14f959c57c4557b184983 SHA1: 6be70244ddb4510584707e483832245f0967db4c MD5sum: d4c4cd97272adf5cd507091ba0013aed 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.11-1noble.20260615.164551 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2837 Depends: ros-jazzy-rosbag2-examples-cpp (= 0.26.11-1noble.20260615.164551) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-examples-cpp/ros-jazzy-rosbag2-examples-cpp-dbgsym_0.26.11-1noble.20260615.164551_amd64.deb Size: 2505458 SHA256: 991c7555473c1ebb2577b6179259040d4b594d8ab0d54e434dc58537f86ff713 SHA1: 767f939f8cf4cae7513f1b9c7018500800dec388 MD5sum: 4d0cec211910a9b4420b9497f7355457 Description: debug symbols for ros-jazzy-rosbag2-examples-cpp Build-Ids: 13edcda92f22efdcf604d4a82e02a8c96a9bb1a9 a054eeb06939fdce885efd73678186edeaaa90c0 d0e4adc6622ae1c11f49baaeb89b631ec44ab91d Package: ros-jazzy-rosbag2-examples-py Version: 0.26.11-1noble.20260616.083959 Architecture: amd64 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.11-1noble.20260616.083959_amd64.deb Size: 10142 SHA256: 561e0483dcb713d84ba48933850dadaeaf04b844395a13a303aa68699ac0d3ac SHA1: ecc64b7780eff86f5f1e192848ddac6be5812e14 MD5sum: 59f0d35c2a72f0e9421a7653e55d9e63 Description: Python bag writing tutorial Package: ros-jazzy-rosbag2-interfaces Version: 0.26.11-1noble.20260615.102817 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 7160 Depends: libc6 (>= 2.14), 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.11-1noble.20260615.102817_amd64.deb Size: 401218 SHA256: 9cde2697c0c8e719b81aea2970127d47a2af4f28aee06c011cad939227a56c3a SHA1: 0443939337781ac6c045af8d482fb807d65c9127 MD5sum: 651c6b98243c054af82a2bef187e4336 Description: Interface definitions for controlling rosbag2 Package: ros-jazzy-rosbag2-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-interfaces Version: 0.26.11-1noble.20260615.102817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 4698 Depends: ros-jazzy-rosbag2-interfaces (= 0.26.11-1noble.20260615.102817) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-interfaces/ros-jazzy-rosbag2-interfaces-dbgsym_0.26.11-1noble.20260615.102817_amd64.deb Size: 3586970 SHA256: 904cdfde4c07ef1a43183d26591b058e3909338cafc850f1efc256db581544f3 SHA1: 167454a84118aaa9083564c5645584a243e851e1 MD5sum: fd4697d870aa82d195adc3ea3b2f23fa Description: debug symbols for ros-jazzy-rosbag2-interfaces Build-Ids: 16aabcae6087d31292f742ba81fa55342568b888 22d7159e6457f35814277ceb2f8f884c50263897 61fc3a72b2375e654cdcb6f0acbd242f28043460 6cd5a58dbe048b3f8664fd6f7daff716e22118e9 8f705231a26ed0412999c959a2e19cff33e10aa8 9f6cb7cf1eabb05e0c0e67bf72240e58dca516f8 a155c78aa7358ddce99c835afd8a1509f43e6981 b6854aa450abb0cd462e472c743a7e5184077d0f bc9ddda0a53c87d61cf7a9352c43fcdfe6983d32 c15191bc0e881d00150b8d1d102787418332ce5a ee0ae90fa5728d7a4f3a0f3f24d5b62ff1f51b44 Package: ros-jazzy-rosbag2-performance-benchmarking Version: 0.26.11-1noble.20260616.083724 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1730 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.11-1noble.20260616.083724_amd64.deb Size: 330572 SHA256: 9f3e4df21beaa87839a4e3689b30596f5e06b62676b82f7ac998c91bac9253d4 SHA1: 71952f2c4d685dd70199532764862abcf6f9377c MD5sum: b0aa3f73b372b9bdce8c276539384c99 Description: Code to benchmark rosbag2 Package: ros-jazzy-rosbag2-performance-benchmarking-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-performance-benchmarking Version: 0.26.11-1noble.20260616.083724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 9068 Depends: ros-jazzy-rosbag2-performance-benchmarking (= 0.26.11-1noble.20260616.083724) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-performance-benchmarking/ros-jazzy-rosbag2-performance-benchmarking-dbgsym_0.26.11-1noble.20260616.083724_amd64.deb Size: 8047216 SHA256: 5942a681cea9f13398290e9148ea17ce0762e53acd0d6a59833d76e2afe4c758 SHA1: 356aa269b8f683c204d73333e1185ace4eea336e MD5sum: 71eca80666aa6340baf123e9ffce64f8 Description: debug symbols for ros-jazzy-rosbag2-performance-benchmarking Build-Ids: 17f6049598acb348ede5c8a4f53defb296d1694d d1612117da337e0229db15ad760b3c43303b9413 fb52604c74e95c42f8de25b60b603f7ddf3b26df Package: ros-jazzy-rosbag2-performance-benchmarking-msgs Version: 0.26.11-1noble.20260615.102822 Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 461 Depends: libc6 (>= 2.4), 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.11-1noble.20260615.102822_amd64.deb Size: 44918 SHA256: 05b09800957835a5f3aff80945f4cf65f4c9ae52e09d43eb61cf955704181b5a SHA1: 6f2abb688b231fb2c8164a5cf236bf18bdeececb MD5sum: e0e7b3d03fd7fe9004f8eb5d99ae21cc 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.11-1noble.20260615.102822 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 282 Depends: ros-jazzy-rosbag2-performance-benchmarking-msgs (= 0.26.11-1noble.20260615.102822) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-performance-benchmarking-msgs/ros-jazzy-rosbag2-performance-benchmarking-msgs-dbgsym_0.26.11-1noble.20260615.102822_amd64.deb Size: 189370 SHA256: 8a1b7a352866351a1e5d6cd04cfc8356e5e7303e7e6167e5bfd8ee5317dc2725 SHA1: c831dc656601fefd1bada10d1ee716934d53702f MD5sum: a09f6987805d9939956f72b4f65a381c Description: debug symbols for ros-jazzy-rosbag2-performance-benchmarking-msgs Build-Ids: 0616ac4111d22435ae8baedb72b2d32a1af32605 7410d1d65a4befdf594c1bc9c3f3e9f5127ae54a 81f354cc5271fae270897ace03588eddd738090b 85dda3f4c7129767781eafb4d8015465aa15e5d7 8bb788c138977508286b3b0a873b510e0732b7fb a55d453c25f03fa2efbfbee936d7639d4fd38270 b2fbdd989f2c4b6f216c35c238252e4e42c790ea b7ac718fa5e359e3d757995347fed8d89cd621ff c8eb195865aacb685b9c43eb8f8eb37c272384a5 dbce05c6ac452eecacbb068feb7a028cd1ef5d0c e46a0e68775d1f77df65be45de212696134f67ee Package: ros-jazzy-rosbag2-py Version: 0.26.11-1noble.20260616.083139 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2519 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.11-1noble.20260616.083139_amd64.deb Size: 581286 SHA256: 6d03fe2cdc7072503d8339299950702824ae05006a04cc24753dd78ca2e27632 SHA1: 2aeca2d1aca3ca3ba6ec86ef441af57acfa4635d MD5sum: b75259a5678ab66778eaf4780a622f28 Description: Python API for rosbag2 Package: ros-jazzy-rosbag2-storage Version: 0.26.11-1noble.20260615.163715 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 661 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.11-1noble.20260615.163715_amd64.deb Size: 183942 SHA256: cba838a3472c1c54b36fb3b30261c387f8598384b9319f0e1ac83e229d24cf0e SHA1: 3f149abb96ee1572a66f5152a16d16c974599373 MD5sum: 3b9377af432bb2541179785b2db592ec 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.11-1noble.20260615.163715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2204 Depends: ros-jazzy-rosbag2-storage (= 0.26.11-1noble.20260615.163715) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage/ros-jazzy-rosbag2-storage-dbgsym_0.26.11-1noble.20260615.163715_amd64.deb Size: 2053896 SHA256: fb7eb62e7ec45f13bdfdd5f56410efb21b763473335f8322ac4d4b6a461ce151 SHA1: 56822b9ea64314932529953cf8ddb4bcd9801382 MD5sum: 8070591d9a7803d1cb7a5d203c362877 Description: debug symbols for ros-jazzy-rosbag2-storage Build-Ids: e8fa5df06a220c333447de5dac023b365069760d Package: ros-jazzy-rosbag2-storage-default-plugins Version: 0.26.11-1noble.20260616.082656 Architecture: amd64 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.11-1noble.20260616.082656_amd64.deb Size: 5782 SHA256: be801f280b14f1fae76a6b3c0cfc722302638f8cb7af3f4dce9ecd7c91628ca9 SHA1: 534f1d5182ab6f9298211ca8ad6ec5070627f72d MD5sum: 498f9995b7e8f37df4e29a72fb74c2bb Description: Intermediate metapackage to point at default storage plugin(s) for rosbag2 Package: ros-jazzy-rosbag2-storage-mcap Version: 0.26.11-1noble.20260616.074830 Architecture: amd64 Maintainer: Foxglove Installed-Size: 438 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.11-1noble.20260616.074830_amd64.deb Size: 137120 SHA256: c0111201c228d56e348cfaf849eb558291de98ea0abbb9f9055554b84e7ccf87 SHA1: 226084ae5741d7fdba330bca7eac74b76231f6cc MD5sum: c2ebb0a2ff3d4dd0bf990f0b36c66e24 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.11-1noble.20260616.074830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 1759 Depends: ros-jazzy-rosbag2-storage-mcap (= 0.26.11-1noble.20260616.074830) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage-mcap/ros-jazzy-rosbag2-storage-mcap-dbgsym_0.26.11-1noble.20260616.074830_amd64.deb Size: 1661514 SHA256: c4ca37aeaf01b92178409e94d71a670d7fdb7bb489566e5f75b9cb221bc20807 SHA1: 5872dd44db8ee0107346ba70b74cf3e31a62c414 MD5sum: 8b4983be5a32213357cd43ee9450df4e Description: debug symbols for ros-jazzy-rosbag2-storage-mcap Build-Ids: 8ba4a757fe1a5dc76ec74dfea4af20b42a226354 Package: ros-jazzy-rosbag2-storage-sqlite3 Version: 0.26.11-1noble.20260615.180132 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 546 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.11-1noble.20260615.180132_amd64.deb Size: 168418 SHA256: b9a2be34393ceedf78a9fb40652f00c293dd5044a18be334eb1ba389e549f015 SHA1: 076b76bce35d069218c4e101a59257a55a1b2e72 MD5sum: c31abbfa6ffbc8ef88487ab64bb61352 Description: ROSBag2 SQLite3 storage plugin Package: ros-jazzy-rosbag2-storage-sqlite3-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbag2-storage-sqlite3 Version: 0.26.11-1noble.20260615.180132 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2059 Depends: ros-jazzy-rosbag2-storage-sqlite3 (= 0.26.11-1noble.20260615.180132) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-storage-sqlite3/ros-jazzy-rosbag2-storage-sqlite3-dbgsym_0.26.11-1noble.20260615.180132_amd64.deb Size: 1939730 SHA256: 9ec67dfa6ac59f7c5ccebe42e4ac82e2f66c51308c92bd75a591b29623a94ff7 SHA1: b066e3b840259a0c4baca5aab1d742ef73e31df4 MD5sum: fdde0abda3fdcbe883fc09ced473a9e8 Description: debug symbols for ros-jazzy-rosbag2-storage-sqlite3 Build-Ids: 3bf646e16588c0082e5c59cf0a5f04b467046c73 Package: ros-jazzy-rosbag2-test-common Version: 0.26.11-1noble.20260615.140730 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 120 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.11-1noble.20260615.140730_amd64.deb Size: 20694 SHA256: e789c261cc2c5aca0c6b596df97a3c471fb8545dddaadc15b67abd85c4b9d2ca SHA1: adda9c158a12f97b4e5028865705dd5f585dac6e MD5sum: f32e385fbb62581ffd9015f239f3137a Description: Commonly used test helper classes and fixtures for rosbag2 Package: ros-jazzy-rosbag2-test-msgdefs Version: 0.26.11-1noble.20260612.065239 Architecture: amd64 Maintainer: Foxglove Installed-Size: 3491 Depends: libc6 (>= 2.14), 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.11-1noble.20260612.065239_amd64.deb Size: 219238 SHA256: 75ae589a1ed45ec1c1a20eb75eda08c7e23532d4764d7aa3c3bf05a41427dcb9 SHA1: b65a51ec7133beaad71e354705cad93fab50f20a MD5sum: 3a0951dc806a91e32927ab697515a29a 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.11-1noble.20260612.065239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 2153 Depends: ros-jazzy-rosbag2-test-msgdefs (= 0.26.11-1noble.20260612.065239) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-test-msgdefs/ros-jazzy-rosbag2-test-msgdefs-dbgsym_0.26.11-1noble.20260612.065239_amd64.deb Size: 1611638 SHA256: dd58d0a40fd8b7cae00a1bcc44a9c29754805aae81854e4f35071f28b18064d2 SHA1: 227f0752e9cc3ef38cacf86bfbeb244fb9206394 MD5sum: c1491687a99939c33c15043b8b55d503 Description: debug symbols for ros-jazzy-rosbag2-test-msgdefs Build-Ids: 26a2d98f217944cff81618345e4a6cfb46c07eca 31c353eb12e0c372d09d76d137ce96ea188ef0e6 3a0a0089a892b2aa2eca6e8e9796e3c7b7a29305 89ef68a079168b88d0ebebfb7f78ffc849c750d9 ac88ea7dfdc10a632552da2979b0d9e1dc64f179 b061cf8130172d33930903aa5fe0a0d67861e130 bac3360d7046407963eff129fdeeb7a0b3acd5c5 c15fc68e487ab1bfcb1a016bf5ea22e54732c4fb e4ba08c26d5af66a2353b47fdbb96cb817db8f62 ee9d73f2687b092d9d29275d5fa080b3267e42cd ff9eaa541fff9c56b21b1cc792caa820b5b2caba Package: ros-jazzy-rosbag2-tests Version: 0.26.11-1noble.20260603.150542 Architecture: amd64 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.11-1noble.20260603.150542_amd64.deb Size: 10350 SHA256: fca44147836b2951a27459d9cc9aacb01f092518791fb73826f734b170a52771 SHA1: 4fc931ae2ab97c827da699f96060c070befedcc5 MD5sum: 946048740e97452090d64b1056ae907b Description: Tests package for rosbag2 Package: ros-jazzy-rosbag2-to-video Version: 1.0.1-1noble.20260716.024217 Architecture: amd64 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.20260716.024217_amd64.deb Size: 14396 SHA256: e6bc437c68fe096991babdeaaee82c9566e4e7970e78d0f28971c80fa4a5d6db SHA1: d51ac27994603b363edd4f839643c554172c8562 MD5sum: 427a9aadb02108458dbcc96b97a8d1f1 Description: Command line tool to create a video from a rosbag recording Package: ros-jazzy-rosbag2-transport Version: 0.26.11-1noble.20260616.082423 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1614 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.11-1noble.20260616.082423_amd64.deb Size: 402816 SHA256: 2ca20f1adc994d6c7af5d07456e633fc097924fb59f25a978aeceee572e175c8 SHA1: 87b57f3c234b40cc69be3f42606fa03433364eb0 MD5sum: c148683d93cd064e388a6b516c634325 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.11-1noble.20260616.082423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 9434 Depends: ros-jazzy-rosbag2-transport (= 0.26.11-1noble.20260616.082423) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2-transport/ros-jazzy-rosbag2-transport-dbgsym_0.26.11-1noble.20260616.082423_amd64.deb Size: 8757142 SHA256: 82d34c41809fb86b70e97197b3237f69c710b93488a61fbeea789ab9842a68ec SHA1: a2e3b4245423bbc358420b2a38007c3e31469eb7 MD5sum: cf8c2b328e819673f80932fe568025ba Description: debug symbols for ros-jazzy-rosbag2-transport Build-Ids: 42dcce4f69c5dad6e32fa9f9c520eb92c8709b39 e5de86a26bc49ae8f9324b9bbc0300693517f03d ec48c8f4948ee9b0a9989c1ee3ff6e50c7569ca5 Package: ros-jazzy-rosbag2rawlog Version: 3.5.3-2noble.20260804.182124 Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 555 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.20260804.182124_amd64.deb Size: 194246 SHA256: 1b26712c109d32822bcfbd9ba9d96d8df83ac53f91307fd1c1454c237f47c366 SHA1: 683f080208bc2c873d0cf5581759f52a8527aaa0 MD5sum: c1861e3b06bc44ce78ba085b1cd44ed0 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.20260804.182124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 2617 Depends: ros-jazzy-rosbag2rawlog (= 3.5.3-2noble.20260804.182124) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbag2rawlog/ros-jazzy-rosbag2rawlog-dbgsym_3.5.3-2noble.20260804.182124_amd64.deb Size: 2499764 SHA256: b9b5b80474b39bbb048f963db1f12df89d69db1e36c39e04d8f36d7d6510ea5d SHA1: 8ee395897f99555f44082f1caf1264a4aa94ab3d MD5sum: 2579cbc64ada1dbda753010d1e66d6cc Description: debug symbols for ros-jazzy-rosbag2rawlog Build-Ids: 015103648246740a6f069099c4093e932287e234 Package: ros-jazzy-rosbot Version: 1.1.1-1noble.20260806.105531 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 45 Depends: ros-jazzy-rosbot-controller, ros-jazzy-rosbot-description, ros-jazzy-rosbot-hardware-interfaces, ros-jazzy-rosbot-joy, ros-jazzy-rosbot-localization, ros-jazzy-rosbot-moveit, ros-jazzy-rosbot-utils, ros-jazzy-ros-workspace Homepage: https://husarion.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot/ros-jazzy-rosbot_1.1.1-1noble.20260806.105531_amd64.deb Size: 8762 SHA256: d48a317e3e9d886b8b66db2911fa0fe2ba94839d80d932caaa2530e6e7fd2754 SHA1: c44e6b7a6ea6c68981aa3f79e335aad65e0051ea MD5sum: 1afc17c3d6126b8e061302f9a9aa9d63 Description: Meta package that contains all packages of ROSbot Series Package: ros-jazzy-rosbot-bringup Version: 1.1.1-1noble.20260806.105615 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 69 Depends: ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-rosbot-controller, ros-jazzy-rosbot-joy, ros-jazzy-rosbot-localization, ros-jazzy-rosbot-mavlink-bridge, ros-jazzy-rosbot-utils, ros-jazzy-tf-namespace-bridge, ros-jazzy-ros-workspace Homepage: https://husarion.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-bringup/ros-jazzy-rosbot-bringup_1.1.1-1noble.20260806.105615_amd64.deb Size: 12690 SHA256: 86a9f14c5f181f6bf9f5e341249da56df730cd322bdd2c56144b38833267fe73 SHA1: dbeea425745b8710978f3aa03a19400fac9f80de MD5sum: 161a31a229983b27113505e98a00483a Description: ROSbot Series bringup package Package: ros-jazzy-rosbot-controller Version: 1.1.1-1noble.20260806.105408 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 72 Depends: ros-jazzy-controller-manager, ros-jazzy-diff-drive-controller, ros-jazzy-husarion-mecanum-drive-controller, ros-jazzy-imu-sensor-broadcaster, ros-jazzy-joint-state-broadcaster, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-nav2-common, ros-jazzy-position-controllers, ros-jazzy-ros2controlcli, ros-jazzy-rosbot-description, ros-jazzy-rosbot-hardware-interfaces, ros-jazzy-rosbot-moveit, ros-jazzy-rosbot-utils, ros-jazzy-xacro, udev, ros-jazzy-ros-workspace Homepage: https://husarion.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-controller/ros-jazzy-rosbot-controller_1.1.1-1noble.20260806.105408_amd64.deb Size: 13134 SHA256: a144b421bcaf9cf71c93e8cda58a9f8ff52af7b4dcc82608e764a3058375cc3c SHA1: c6ec8c7ee4b8b82d95b54472ab93e61ab15fe4c6 MD5sum: 66240fa39c2a76f18704d6c4b7c726da Description: Hardware configuration for ROSbot Series Package: ros-jazzy-rosbot-description Version: 1.1.1-1noble.20260806.102856 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 16802 Depends: ros-jazzy-dynamixel-hardware-interface, ros-jazzy-husarion-components-description, ros-jazzy-joint-state-publisher, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-open-manipulator-description, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://husarion.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-description/ros-jazzy-rosbot-description_1.1.1-1noble.20260806.102856_amd64.deb Size: 2858762 SHA256: 3c5e8b0adee44f2c106e0d24733633d860f4b417475768c20ac3e7c6f43159eb SHA1: f0abdf77936a2ca50b4e3d05f4bd844b97f6f1b5 MD5sum: a251743157cf96042d6b8805b867331f Description: The rosbot_description package Package: ros-jazzy-rosbot-gazebo Version: 1.1.1-1noble.20260806.105609 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 58 Depends: ros-jazzy-gz-ros2-control, ros-jazzy-husarion-gz-worlds, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-ros-gz-bridge, ros-jazzy-ros-gz-sim, ros-jazzy-rosbot-controller, ros-jazzy-rosbot-joy, ros-jazzy-rosbot-localization, ros-jazzy-rosbot-utils, ros-jazzy-rviz2, ros-jazzy-tf-namespace-bridge, ros-jazzy-ros-workspace Homepage: https://husarion.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-gazebo/ros-jazzy-rosbot-gazebo_1.1.1-1noble.20260806.105609_amd64.deb Size: 10630 SHA256: 5d5e38696b307709a392fc1677e8142534bebf0d89ffabee7343db39f82f4dca SHA1: 0a3a5e6a35c1e91e6187505bdf89dbe79492e9b7 MD5sum: 7fb969fb2a87ce2150cc8c1250674bcd Description: Gazebo simulation for ROSbot Series Package: ros-jazzy-rosbot-hardware-interfaces Version: 1.1.1-1noble.20260804.193135 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 866 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diff-drive-controller, ros-jazzy-hardware-interface, ros-jazzy-imu-sensor-broadcaster, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-ros2-control, ros-jazzy-std-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rosbot_hardware_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-hardware-interfaces/ros-jazzy-rosbot-hardware-interfaces_1.1.1-1noble.20260804.193135_amd64.deb Size: 167232 SHA256: f31ceb6409099a35fcc62d1c95eb3b33c6fe59a82fb9123b5c69a99f1fa1f4af SHA1: 8111cadfd1ac6251883e4814ea61eb4dee96cdcc MD5sum: f623cfcfd20867f332d03f0efb759bad Description: Hardware controller for ROSbot Series Package: ros-jazzy-rosbot-hardware-interfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbot-hardware-interfaces Version: 1.1.1-1noble.20260804.193135 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 4147 Depends: ros-jazzy-rosbot-hardware-interfaces (= 1.1.1-1noble.20260804.193135) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-hardware-interfaces/ros-jazzy-rosbot-hardware-interfaces-dbgsym_1.1.1-1noble.20260804.193135_amd64.deb Size: 3555542 SHA256: 7cfc18f5ba1f86e53d74c6092041f48181023b2b4e577ab41d080684050880d9 SHA1: c94af53accbf87a1ab5548802d93b17be4a2bfcf MD5sum: 867d6402a438bfc5ea17ff600716ae8b Description: debug symbols for ros-jazzy-rosbot-hardware-interfaces Build-Ids: ef4c31f5c1e8f7ce7a71e0b554ef55f37c80652b Package: ros-jazzy-rosbot-joy Version: 1.1.1-1noble.20260629.164456 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 48 Depends: ros-jazzy-joy, ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-teleop-twist-joy, ros-jazzy-ros-workspace Homepage: https://husarion.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-joy/ros-jazzy-rosbot-joy_1.1.1-1noble.20260629.164456_amd64.deb Size: 8100 SHA256: bc11334a45183c7455042f071eaf55ce123c78e697faf0cc8bc7f14c0ccd1b2f SHA1: fbcaea1e0ecc634ca9e47383337e7cb7a8d9bf09 MD5sum: 4caace63f575b4d896ecb2ec47657c6c Description: The rosbot_joy package to handle joystick inputs for the rosbot drive (via teleop_twist_joy). Package: ros-jazzy-rosbot-localization Version: 1.1.1-1noble.20260804.185516 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 51 Depends: ros-jazzy-launch, ros-jazzy-launch-ros, ros-jazzy-robot-localization, ros-jazzy-ros-workspace Homepage: https://husarion.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-localization/ros-jazzy-rosbot-localization_1.1.1-1noble.20260804.185516_amd64.deb Size: 8390 SHA256: 8e3968ff3bc8156ee0fd65262e4da22339272b9aa0fc256e91c52919bd6ebdde SHA1: f123107fb0976fae5f548c1bdc88711d06381ca4 MD5sum: 122a87d695e863fd2f81361e8b38053f Description: The rosbot_localization package Package: ros-jazzy-rosbot-mavlink-bridge Version: 2.0.1-1noble.20260625.180809 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 1337 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-std-srvs, ros-jazzy-ros-workspace Homepage: https://husarion.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-mavlink-bridge/ros-jazzy-rosbot-mavlink-bridge_2.0.1-1noble.20260625.180809_amd64.deb Size: 258152 SHA256: d48ebb6db934f59f8bb1b9230717083d0319ebee0175c99af5359a9be699ac8d SHA1: 5a366807f7d8349e8dd2eed0f16b0af2cae466a0 MD5sum: 87e711cc1e777850e2bf5593f79efddb Description: Bridge node that translates the firmware's MAVLink wire protocol into the same ROS 2 API the micro-ROS agent currently exposes, so downstream consumers (e.g. rosbot_ros) see byte-identical topics/services. Single source tree builds for both jazzy and humble (see MAVLINK_MIGRATION.md D24). Package: ros-jazzy-rosbot-mavlink-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbot-mavlink-bridge Version: 2.0.1-1noble.20260625.180809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 5979 Depends: ros-jazzy-rosbot-mavlink-bridge (= 2.0.1-1noble.20260625.180809) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-mavlink-bridge/ros-jazzy-rosbot-mavlink-bridge-dbgsym_2.0.1-1noble.20260625.180809_amd64.deb Size: 5024714 SHA256: 22ca3e87d2f85edb3dcca41031f00a1726e4f4ee7be457fae1397d710e4f876a SHA1: d2f725fb062541d01b0a4f3a36a66943fc9af57c MD5sum: 466580a2dd05ebf839e64d86c308fea8 Description: debug symbols for ros-jazzy-rosbot-mavlink-bridge Build-Ids: 109071ddf26f6e214ffc5b00f974b4fe02bdb2be ccee77c2e313552f47ad287e5055275b73a73f44 Package: ros-jazzy-rosbot-moveit Version: 1.1.1-1noble.20260806.103636 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 1051 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-moveit-core, ros-jazzy-moveit-ros-planning-interface, ros-jazzy-control-msgs, ros-jazzy-geometry-msgs, ros-jazzy-moveit-configs-utils, ros-jazzy-moveit-kinematics, ros-jazzy-moveit-msgs, ros-jazzy-moveit-planners, ros-jazzy-moveit-ros-move-group, ros-jazzy-moveit-ros-planning, ros-jazzy-moveit-ros-visualization, ros-jazzy-moveit-servo, ros-jazzy-moveit-setup-assistant, ros-jazzy-moveit-simple-controller-manager, ros-jazzy-rclcpp, ros-jazzy-rclcpp-action, ros-jazzy-rosbot-description, ros-jazzy-rosbot-joy, ros-jazzy-rviz-common, ros-jazzy-rviz-default-plugins, ros-jazzy-rviz2, ros-jazzy-sensor-msgs, ros-jazzy-trajectory-msgs, ros-jazzy-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-moveit/ros-jazzy-rosbot-moveit_1.1.1-1noble.20260806.103636_amd64.deb Size: 202594 SHA256: affc45924abfce2000d6f2a78ece8a0807e636ee57e786adf3173418afc2a594 SHA1: c273a00ad6d19a66691dada3f3f03d1b1d75e248 MD5sum: 9a86dc96784400ce59879add90b599c5 Description: An automatically generated package with all the configuration and launch files for using the rosbot_xl with the MoveIt Motion Planning Framework Package: ros-jazzy-rosbot-moveit-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbot-moveit Version: 1.1.1-1noble.20260806.103636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 9303 Depends: ros-jazzy-rosbot-moveit (= 1.1.1-1noble.20260806.103636) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-moveit/ros-jazzy-rosbot-moveit-dbgsym_1.1.1-1noble.20260806.103636_amd64.deb Size: 8250428 SHA256: 0657cdeee298ac478849c86a60f3ff938bacb30f9db0fe1dec4c3438981e7651 SHA1: cd0ae8ef4d95b3bd42415ece00a808ba06a4546b MD5sum: 1a177987cb86db555294dba51d87e3a4 Description: debug symbols for ros-jazzy-rosbot-moveit Build-Ids: 2fee9d701c8cb3a6cf3337177c3b43b358d69718 33bddbc3f7edb227e6929449bdefa8ccd838376a 477f18e607707f78f7f907445382d11521eea04a 67825026c392a4c07c8351f2caa03f3b8e4e3b5c Package: ros-jazzy-rosbot-utils Version: 1.1.1-1noble.20260725.082225 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 1006 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), alsa-utils, python3-argcomplete, python3-ftdi, python3-libgpiod, python3-pyudev, python3-serial, python3-sh, ros-jazzy-generate-parameter-library, ros-jazzy-launch-ros, ros-jazzy-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-std-srvs, stm32flash, usbutils, ros-jazzy-ros-workspace Homepage: https://husarion.com/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-utils/ros-jazzy-rosbot-utils_1.1.1-1noble.20260725.082225_amd64.deb Size: 326954 SHA256: 2c7d83c7dbcbe80b12312cf19ed7d028aa4126e53500956490ef1f13cde407f9 SHA1: fa54cedcd6b9f7859aa3c828c9f75d63b01df2f2 MD5sum: b94d01a1064e7fca5cee2c9d9793a400 Description: Utilities for ROSbot Series Package: ros-jazzy-rosbot-utils-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbot-utils Version: 1.1.1-1noble.20260725.082225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 1949 Depends: ros-jazzy-rosbot-utils (= 1.1.1-1noble.20260725.082225) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbot-utils/ros-jazzy-rosbot-utils-dbgsym_1.1.1-1noble.20260725.082225_amd64.deb Size: 1795664 SHA256: ff71c7435df326b00d42f4818f8fcf7209714b8a6e24af462506eb56fb921741 SHA1: db12924eaf2a9046bb3969cd7b918a31dc3b200c MD5sum: 34d11352cbb498bdcfdd42f05294c16c Description: debug symbols for ros-jazzy-rosbot-utils Build-Ids: 0a7290cca4ac25943336df4c220a312f7ce03ae0 bb703b23e3320343a11e3f0fa4781cb6c0c02d93 Package: ros-jazzy-rosbridge-library Version: 2.7.0-1noble.20260615.135629 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 300 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.7.0-1noble.20260615.135629_amd64.deb Size: 47422 SHA256: 0b70834e3fcd684d3a6a7d5ab933d1a17ba9b770e7688aaefd9126e501562b5c SHA1: cee4e13a8578631a0eeb99a0c417cb67ab1742ef MD5sum: 1073e277c8f674c89820b86665b7ceef 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.7.0-1noble.20260615.102843 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 572 Depends: libc6 (>= 2.4), 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/rosbridge_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-msgs/ros-jazzy-rosbridge-msgs_2.7.0-1noble.20260615.102843_amd64.deb Size: 56790 SHA256: 7b56b637f182491f0114c64927faa8b6dda31aff1ee34365e3c9b731c196b3e1 SHA1: 5a792847d6fe8d1800d48af5433ab14130202b1a MD5sum: 8f4e895f69d9450c120dac404c99e748 Description: Interface definitions for the rosbridge library. Package: ros-jazzy-rosbridge-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rosbridge-msgs Version: 2.7.0-1noble.20260615.102843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 413 Depends: ros-jazzy-rosbridge-msgs (= 2.7.0-1noble.20260615.102843) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-msgs/ros-jazzy-rosbridge-msgs-dbgsym_2.7.0-1noble.20260615.102843_amd64.deb Size: 304038 SHA256: 4ba6724ac861dd92d1033b227066731d356b3b6c1e5cad79200c7b301594ba12 SHA1: 51f40ff644d51bbb826b26e45d32c5864a89be19 MD5sum: 4fe26c7c9f67a4cc8bdb28c453fc1ca7 Description: debug symbols for ros-jazzy-rosbridge-msgs Build-Ids: 11ae258c2035ab527c9360d710afbb6b6268cb37 3470005472275b2c7e578eafb1cb74f3f4b334cc 3f01dd36639018cff4466fd8e250818665ff48fa 6308137fbc39ae4aea4771da4b1062e162644c0c 6c6c7073147f087a040f9fbc4b6b84d8058b86c2 70f05936f15eec0dbe8bfe5493f104193f9fb00f 84cc3b2691c219cc75846137dbd33ad03e2b0373 a891ff5bb9ebcfd4ad467534c67efd4a280293b6 d60164242f1b5559b9dc7c6b96d13c4bfdc3dc5b e01370a5941fc6467930064cfa80bc113d5e39d7 ea0c200f585f680ee4a3ec45d39eb24c07a5584e Package: ros-jazzy-rosbridge-server Version: 2.7.0-1noble.20260717.110700 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 102 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.7.0-1noble.20260717.110700_amd64.deb Size: 16734 SHA256: e7e118f40b8e4526b9630274bbb104c670f3a3d99334abed4613dc2a5d0ccf79 SHA1: e9d8cbfc6a1e96a1bb3b12513363efdfed3d2952 MD5sum: 5630365945b2ecd910cd9831d65150ae Description: A WebSocket interface to rosbridge. Package: ros-jazzy-rosbridge-suite Version: 2.7.0-1noble.20260717.112557 Architecture: amd64 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.7.0-1noble.20260717.112557_amd64.deb Size: 6146 SHA256: 65f257e163a77c40533091e56a03ee1aac89c9cfec8fb7bfcde5931ad4b94154 SHA1: 9169a0d5731ea58fb8dad13dce5348d9a31057c2 MD5sum: 0cde290dcf7de57239cfaabf1de53355 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.7.0-1noble.20260615.111054 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 15138 Depends: libc6 (>= 2.14), 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.7.0-1noble.20260615.111054_amd64.deb Size: 761458 SHA256: 01cb250c62b4d0c6a7bc5ffb6efdd8f4f025cf96013447cbef9779172ee4ee44 SHA1: 18d54dce971e863b71077ae006b0554eaaeeacd6 MD5sum: aff3ea8a4ee5a4d1365c60156bbccaaf 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.7.0-1noble.20260615.111054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 8224 Depends: ros-jazzy-rosbridge-test-msgs (= 2.7.0-1noble.20260615.111054) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosbridge-test-msgs/ros-jazzy-rosbridge-test-msgs-dbgsym_2.7.0-1noble.20260615.111054_amd64.deb Size: 5849506 SHA256: 873cfd1a1f65e0e3374b99373fcb5e0d32c4a765e32355aa453ac77fe0e61c57 SHA1: c2fdee030382f70870adf916220290c74456f795 MD5sum: 0180782637df4a765328a74f0e61772a Description: debug symbols for ros-jazzy-rosbridge-test-msgs Build-Ids: 0062986ce6d429dd3cd63cebd519b446a0b88c83 71384d232ae291890e1ee3ff12eb0be360b26bd3 73e43f9234ca80291ad887185d7b0ecd73931407 84204a40b7f288d2cdabc3351fbf3d8535529f0f 94ee91699e258b5c5a1a6064611def3bb1800d2b 9a2dc6c08ac334f063df18aa08d2a4ab96ca1d58 9d3c66180d00004f93538da9b261fb422ad30c3c ae89ad1f07af58b25a8e92e8275515e320d51084 af677acaff35e0ef3d72203a1cf08469d75c8efe c71865c05d6b2f67d20cf2a8975d8032e937c085 dfaed87a40219da008753140762de8482e3a0ddc Package: ros-jazzy-rosgraph-monitor Version: 0.2.3-1noble.20260726.101653 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 889 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.20260726.101653_amd64.deb Size: 204660 SHA256: faaec2b17ea81ab3b3c5179e338dd823ab90488e5a94fe25064f92a1ec290272 SHA1: 1727b0cb08a2ebbf8c3830e5031bbb2234115e12 MD5sum: a521421df268a37b52a3bb39cc76c215 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.20260726.101653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 4090 Depends: ros-jazzy-rosgraph-monitor (= 0.2.3-1noble.20260726.101653) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosgraph-monitor/ros-jazzy-rosgraph-monitor-dbgsym_0.2.3-1noble.20260726.101653_amd64.deb Size: 3636314 SHA256: 7038aa3c1c0ebcf654cc91782e6e72fef71213f26058faa7f44953cdccc652de SHA1: 2dcccbbcdc37903f369688ee8ecda7f2061e963f MD5sum: 3e90be9b282186c99ba203dedb5fed0c Description: debug symbols for ros-jazzy-rosgraph-monitor Build-Ids: b9a36cfe669730313e5e6295d1a778e0fbde55c6 ecfe1126078c177ef7a511fb84051e176fdf09c7 f6c74bf755a2114b49e0ce531b30be10eb572d77 Package: ros-jazzy-rosgraph-monitor-msgs Version: 0.2.3-1noble.20260615.103347 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1351 Depends: libc6 (>= 2.14), 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.20260615.103347_amd64.deb Size: 126114 SHA256: 12b51bcaa31be3393f45930f5b2e9295ca9503af9715edaa8269d7b45db54754 SHA1: 2e5339e2f8494bb9abcd105fd707403ee166eb4b MD5sum: b6cb581b832cd910c8a950e654d4665e 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.20260615.103347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1296 Depends: ros-jazzy-rosgraph-monitor-msgs (= 0.2.3-1noble.20260615.103347) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosgraph-monitor-msgs/ros-jazzy-rosgraph-monitor-msgs-dbgsym_0.2.3-1noble.20260615.103347_amd64.deb Size: 1096164 SHA256: 76897049bca042c0b307364ac881167f5d8006ad8816a3c4dc62b787ccea42fa SHA1: 01e2d3cfcff3ae9d1e4275d602bbe65f1501a54d MD5sum: a2cb968656af73b1a82b426c77831cca Description: debug symbols for ros-jazzy-rosgraph-monitor-msgs Build-Ids: 0ce424b58c8fce67f98f6d0f90586c894717ea1b 2924b5e241afe55e3fe1bfb53791be9e705f5296 66dbbfeb6fc62526baa35b8b28d9f040f2ba0e87 6ad9e3970196bc6347b5d9cd71c7e50e4bb4535b 8e64c0094b385008c91ce8f5ef29d6abd9426e14 a2ca35518ae7c183b9c04ede2adb0c575f104867 a8eea7111234b5018a19baab5e26f4e26405739a d39e36fa123c2d3564995d261594266bd9029b93 d611876df467e178397b62357abaa4cf8db1f01d e35f96a3203bbf503b5f0973656d4c2ff7ba097a e717bb7fd683c03f8b032fa859d6e09380373f25 Package: ros-jazzy-rosgraph-msgs Version: 2.0.4-1noble.20260615.103338 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1810 Depends: libc6 (>= 2.14), 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.20260615.103338_amd64.deb Size: 164548 SHA256: 0085ed4e5cb232a9f6aa0a0895afefcc24adff7baa2871fa7951122bde16a4f4 SHA1: 754c48ab8833969a9ac0d1651d6bdbf4f291cf3f MD5sum: c841da9358db8675ae9646f8e0b2df55 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.20260615.103338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1781 Depends: ros-jazzy-rosgraph-msgs (= 2.0.4-1noble.20260615.103338) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosgraph-msgs/ros-jazzy-rosgraph-msgs-dbgsym_2.0.4-1noble.20260615.103338_amd64.deb Size: 1528214 SHA256: 80377994750098f9adf83300b6543dcd64c6332b756e5de615560142ea3281c4 SHA1: 79ab8a3701afff82f258dba927e0b2c05cecfcd4 MD5sum: f7a6c8a8e1737c59ad7672cf2cd92724 Description: debug symbols for ros-jazzy-rosgraph-msgs Build-Ids: 1d5e089638cc1f5efb418ebff85fc462ee9cb4d1 3f4063076a13c21f63e30c97a8366648c6febb0a 46e1d498dec441b2c6ea1f76c80a73dce1d1be98 559be11908a2af9b3ddd56ff7e60d8b11c8017dd 667364e012fb64ade24c2688d72502ed99ed6408 6a336399de527d543287a6258ed1a6cb7e2b92f8 b36c9b4d80aa46f51790807d35eb9e8d6cdf0257 b8e12c7bedbef4e5af19c47c509460e737ff1ac6 bb82d70ff598bff4dd01bd974d426c4d84800157 d863f540f41673fadf77d5e767fc298400d2384b de37267a42b7b5bb4d7a97bfb5c4279d62b0f749 Package: ros-jazzy-rosidl-adapter Version: 4.6.9-1noble.20260612.045507 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 129 Depends: python3-dev, python3-empy, ros-jazzy-ament-cmake-core, ros-jazzy-rosidl-cli, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rosidl_adapter/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-adapter/ros-jazzy-rosidl-adapter_4.6.9-1noble.20260612.045507_amd64.deb Size: 20076 SHA256: ded113b89e274b903c2d1d56091dcf265745fd3df349ad9c5adbde70e009360e SHA1: 273f802d6c6c8b4ca4ab7a3da3e63794d4a52e0f MD5sum: e27d528d8e14da5afd5f8ea6cbbbe33a Description: API and scripts to parse .msg/.srv/.action files and convert them to .idl. Package: ros-jazzy-rosidl-cli Version: 4.6.9-1noble.20260612.045120 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 148 Depends: python3-argcomplete, python3-importlib-metadata, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rosidl_cli/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-cli/ros-jazzy-rosidl-cli_4.6.9-1noble.20260612.045120_amd64.deb Size: 26640 SHA256: a8acf6757afc16d47c46ab174c7dcebfbdaeb634bcdc84d920fd73390c0898fe SHA1: bd5da5a0de34e1c888ff31540a44b94ea26d5033 MD5sum: f9d4d4b66c51ffddb235b55e8510e294 Description: Command line tools for ROS interface generation. Package: ros-jazzy-rosidl-cmake Version: 4.6.9-1noble.20260612.050210 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 106 Depends: python3-empy, ros-jazzy-ament-cmake, ros-jazzy-rosidl-pycommon, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rosidl_cmake/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-cmake/ros-jazzy-rosidl-cmake_4.6.9-1noble.20260612.050210_amd64.deb Size: 16574 SHA256: bda9b6bff77a0472e7ab92ff94b1898a03f4a62b55bd8923cb9a95f5ebead82f SHA1: 62f23c9b78711f60d0f85903fe793a7def5e661c MD5sum: 1c176d7ddf05e2b0abeb63d16ab5ffd4 Description: The CMake functionality to invoke code generation for ROS interface files. Package: ros-jazzy-rosidl-core-generators Version: 0.2.1-1noble.20260612.051702 Architecture: amd64 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.20260612.051702_amd64.deb Size: 6812 SHA256: 71a84dbecacb6671879cf781a460c69d631205e073ce1cabbba7f8538fd2acb2 SHA1: bcca6937e1c289c6b1bf2556caee040001cbf6a9 MD5sum: 28cc11482c7e1db5931aa204013b432d Description: A configuration package defining core ROS interface generators. Package: ros-jazzy-rosidl-core-runtime Version: 0.2.1-1noble.20260612.051559 Architecture: amd64 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.20260612.051559_amd64.deb Size: 5854 SHA256: e52e0494825b4ddcba3f2cb21624d6b6454942c24004651720f604fcde40e4aa SHA1: a042cbb41bd54032796325d142a20817f5523cd1 MD5sum: 384415768731a21d5b72aeaee37db917 Description: A configuration package defining runtime dependencies for core ROS interfaces. Package: ros-jazzy-rosidl-default-generators Version: 1.6.1-1noble.20260612.064900 Architecture: amd64 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.1-1noble.20260612.064900_amd64.deb Size: 6802 SHA256: 0e35cbedb0f0a4446a0bc6a6a6b96470ad9642d1e8c23dbc19364dfd140f4ca5 SHA1: 0f35e52a81beea80c05396c6d9e39b70ae9089e0 MD5sum: 51f7e828f65cbdf7d84aa70d7b0a4262 Description: A configuration package defining the default ROS interface generators. Package: ros-jazzy-rosidl-default-runtime Version: 1.6.1-1noble.20260615.090842 Architecture: amd64 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.1-1noble.20260615.090842_amd64.deb Size: 7152 SHA256: fcd34d61fbdb056dac89b631291daa5835102b65fd92966e37146e6db70a68d8 SHA1: ede9db25715c370199db0fd85aa77eaba3b7f005 MD5sum: 01bee7f0939262649811991888815b56 Description: A configuration package defining the runtime for the ROS interfaces. Package: ros-jazzy-rosidl-dynamic-typesupport Version: 0.1.2-3noble.20260612.045843 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 330 Depends: libc6 (>= 2.4), 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.20260612.045843_amd64.deb Size: 37376 SHA256: a5a7aa2d393aca003167d8cef2980838c5b033aefb932f0916f02c8879d99d80 SHA1: 642c14e889ffb48aea0dc5c25425862c486844f2 MD5sum: e0e26d65e1fc332503cae90ed64cc774 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.20260612.045843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 123 Depends: ros-jazzy-rosidl-dynamic-typesupport (= 0.1.2-3noble.20260612.045843) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-dynamic-typesupport/ros-jazzy-rosidl-dynamic-typesupport-dbgsym_0.1.2-3noble.20260612.045843_amd64.deb Size: 80290 SHA256: c2645adedb7b81d80c5c4d9c218aea1df9ad7304e7756ff1138a3bef6c51ecf5 SHA1: 9178d8ad96fd0dd08c4799a792d3b88ebfdf7930 MD5sum: ad8c91b42e4671252f6a2fd54693f242 Description: debug symbols for ros-jazzy-rosidl-dynamic-typesupport Build-Ids: 0175c7648431b64b5b24f06fd28ba6ca3eaa7578 Package: ros-jazzy-rosidl-dynamic-typesupport-fastrtps Version: 0.1.0-3noble.20260612.050231 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 269 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.20260612.050231_amd64.deb Size: 49090 SHA256: f8416b54cc555f16f47c5aba24c035e17964bab2f80ae973ab5bae523e1f4dc8 SHA1: 1475b87b1e6cf3db878afedaeef0f9e0477b0835 MD5sum: 6bfb6d37af5bb2435fffe1f99120d5ea 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.20260612.050231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 930 Depends: ros-jazzy-rosidl-dynamic-typesupport-fastrtps (= 0.1.0-3noble.20260612.050231) 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.20260612.050231_amd64.deb Size: 806510 SHA256: 2056496efc30da5bb1baa5e2f2e0ff0175abe9b0aa6235ee024b45f357df23bc SHA1: fe7687815994393f65adb378db605be9f50862d8 MD5sum: 52fddfcb70f2475bf6abdaf49052d895 Description: debug symbols for ros-jazzy-rosidl-dynamic-typesupport-fastrtps Build-Ids: e04d82d86cb96460bf3620e3df16b41373f36019 Package: ros-jazzy-rosidl-generator-c Version: 4.6.9-1noble.20260612.050418 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 180 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 Homepage: https://index.ros.org/p/rosidl_generator_c/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-generator-c/ros-jazzy-rosidl-generator-c_4.6.9-1noble.20260612.050418_amd64.deb Size: 26052 SHA256: b1ff8c3d9dca43da69a3acb665c83c2b6d4d087ad456dd693b45a89d613e264c SHA1: 90dc5c892f18638bde61573b529b1bf7512de1f9 MD5sum: da7244a2664ab29961a27197d615b225 Description: Generate the ROS interfaces in C. Package: ros-jazzy-rosidl-generator-cpp Version: 4.6.9-1noble.20260612.050852 Architecture: amd64 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 Homepage: https://index.ros.org/p/rosidl_generator_cpp/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-generator-cpp/ros-jazzy-rosidl-generator-cpp_4.6.9-1noble.20260612.050852_amd64.deb Size: 23310 SHA256: 2d02403dd94a1886ee4914c6102670e838297f9a9aff2f2efeaa341ff756bed5 SHA1: 5b3e59ab9c470f7338598171b3d090ad2f85e75b MD5sum: 509174e53e219e901f31a5227884ce07 Description: Generate the ROS interfaces in C++. Package: ros-jazzy-rosidl-generator-dds-idl Version: 0.11.1-3noble.20260612.050127 Architecture: amd64 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.20260612.050127_amd64.deb Size: 11216 SHA256: bc66714ea09306711f423713e6153ed181f4bec0270414ea49355e7734c5ac98 SHA1: 055bdde462268f3dc396debc3910e2bacaf65fc5 MD5sum: 6b62628f24eecebf0d107a19c62fcb81 Description: Generate the DDS interfaces for ROS interfaces. Package: ros-jazzy-rosidl-generator-py Version: 0.22.2-1noble.20260612.051058 Architecture: amd64 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.20260612.051058_amd64.deb Size: 29142 SHA256: 320d729d9a4f196ab93ffb1e18ee862de9158fd9e6321cc8b7061ade74b77003 SHA1: be3d140902cb9b3c97ae9fdb2acabadbdf980e5c MD5sum: e7c0c5f0336135153210d3c17f5945aa Description: Generate the ROS interfaces in Python. Package: ros-jazzy-rosidl-generator-rs Version: 0.4.12-1noble.20260612.051117 Architecture: amd64 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.20260612.051117_amd64.deb Size: 24174 SHA256: 5df587b2615c8933ee437ff25e97872049662a4b611739ee911b68c58fe335c1 SHA1: f8fe4330a3814b5f4de5fc97b6f16009f5470dc1 MD5sum: 5fdff6cf6afd5f0da84e712b1943013f Description: Generate the ROS interfaces in Rust. Package: ros-jazzy-rosidl-generator-type-description Version: 4.6.9-1noble.20260612.050043 Architecture: amd64 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 Homepage: https://index.ros.org/p/rosidl_generator_type_description/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-generator-type-description/ros-jazzy-rosidl-generator-type-description_4.6.9-1noble.20260612.050043_amd64.deb Size: 15510 SHA256: 87abf51f410446bbe70b1f3fe8863d276dc459529fc824fc0d73e615638c7198 SHA1: 80b679cec44dc106d67b16d74896b7dd2f619430 MD5sum: ead20c3e181ea9f6f962f95a5b9b7f1d Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-jazzy-rosidl-parser Version: 4.6.9-1noble.20260612.045810 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 118 Depends: python3-lark, ros-jazzy-rosidl-adapter, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rosidl_parser/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-parser/ros-jazzy-rosidl-parser_4.6.9-1noble.20260612.045810_amd64.deb Size: 19986 SHA256: cee5d0d9d6c5dd4d9493efc72665330cc83f2aef847b885ec51dce1de7c096cf SHA1: 8e0967d046d96d6b604ae29f37343ee85d788bdc MD5sum: 613a53bb226bf74c8fc7ebab703899f8 Description: The parser for `.idl` ROS interface files. Package: ros-jazzy-rosidl-pycommon Version: 4.6.9-1noble.20260612.045929 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 49 Depends: ros-jazzy-rosidl-parser, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rosidl_pycommon/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-pycommon/ros-jazzy-rosidl-pycommon_4.6.9-1noble.20260612.045929_amd64.deb Size: 11080 SHA256: 412c67d58b17a47e923a2d627d357a081274f2817d1eccaf2e21601dac4d72bf SHA1: 2ed7d231b573459e3c3cf0903988d67535b3700f MD5sum: 08bddae1c29c540148b6a69347a1266d Description: Common Python functions used by rosidl packages. Package: ros-jazzy-rosidl-runtime-c Version: 4.6.9-1noble.20260612.045513 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 357 Depends: libc6 (>= 2.14), ros-jazzy-ament-cmake, ros-jazzy-rcutils, ros-jazzy-rosidl-typesupport-interface, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rosidl_runtime_c/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-runtime-c/ros-jazzy-rosidl-runtime-c_4.6.9-1noble.20260612.045513_amd64.deb Size: 56376 SHA256: 32a6994f09a7cfa00c64c0a5e5f11bd46c7044c8bcea4f7222213bd382eef502 SHA1: bbf17a06516098bf4af6bfafa1d083f282d36dba MD5sum: 8681beed9d167e4aa8b5d3485e884d3e 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.9-1noble.20260612.045513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 131 Depends: ros-jazzy-rosidl-runtime-c (= 4.6.9-1noble.20260612.045513) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-runtime-c/ros-jazzy-rosidl-runtime-c-dbgsym_4.6.9-1noble.20260612.045513_amd64.deb Size: 81728 SHA256: c1af76091045d9e95d4b38ee382ba063a84c9416d6f51b0a66daf1ccbf542ee7 SHA1: 31d282cfe2dc10e5af3a9bab99723e221d230087 MD5sum: f686f41d778d1127793ad8a5c6c4c062 Description: debug symbols for ros-jazzy-rosidl-runtime-c Build-Ids: 8a49a44ca265b1f7263148a7238caacaba6be61e Package: ros-jazzy-rosidl-runtime-cpp Version: 4.6.9-1noble.20260612.045852 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 156 Depends: ros-jazzy-ament-cmake, ros-jazzy-rosidl-runtime-c, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rosidl_runtime_cpp/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-runtime-cpp/ros-jazzy-rosidl-runtime-cpp_4.6.9-1noble.20260612.045852_amd64.deb Size: 20712 SHA256: b38afc329a50a190bb3fb6a544add73f24150b2da01000938465b3f59c6542c8 SHA1: 9973a5f55305e1fd2f597ae6700fe722c18951b7 MD5sum: e65d710f20f97baae0bd9ac7de0a1702 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.2-1noble.20260612.050026 Architecture: amd64 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.2-1noble.20260612.050026_amd64.deb Size: 20516 SHA256: e17911393f61b55857cfdd6a0e0daa2eb02f1980e79c1d4a2ce7f8bd7e9b9900 SHA1: ceec86a59cd5948de05aeb79658fd1a885c95ff2 MD5sum: dda6aa6f388145b8530eb4cdacb6057e Description: Runtime utilities for working with generated ROS interfaces in Python. Package: ros-jazzy-rosidl-typesupport-c Version: 3.2.3-1noble.20260612.050857 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 155 Depends: libc6 (>= 2.14), 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.3-1noble.20260612.050857_amd64.deb Size: 24704 SHA256: 34904cb0a20c54b1e73697ad87f282ed12e114b59b89509c46cdf367a4411ece SHA1: 98a70af9b32f73d3237d2940c542186b7834b661 MD5sum: 7f8eed6831ea8827e8a345842c4e21a9 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.3-1noble.20260612.050857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 63 Depends: ros-jazzy-rosidl-typesupport-c (= 3.2.3-1noble.20260612.050857) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-c/ros-jazzy-rosidl-typesupport-c-dbgsym_3.2.3-1noble.20260612.050857_amd64.deb Size: 47270 SHA256: fcfb3d5e2bcea1187d7d0f57e32cf15792ce8f53bbd7cdcf2bcce38c4ae306b5 SHA1: 3cb5414dd94d59f1d7caf7bea69d3fb61877d2f7 MD5sum: 3e3ba34a94562cdb613b28465f1dcbb8 Description: debug symbols for ros-jazzy-rosidl-typesupport-c Build-Ids: b5b7efb07b819c0670fccb5b22ac450862403d35 Package: ros-jazzy-rosidl-typesupport-cpp Version: 3.2.3-1noble.20260612.051324 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 156 Depends: libc6 (>= 2.14), 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.3-1noble.20260612.051324_amd64.deb Size: 23770 SHA256: df32b46e52428702dd917e30f65a44d2cabb2272a95db4e1b0627d3e76bf1038 SHA1: 6098513a000bbdd8fddcca7c068fef8bcf0e10ce MD5sum: be863228f4a80ea8188b43af7f016c34 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.3-1noble.20260612.051324 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 62 Depends: ros-jazzy-rosidl-typesupport-cpp (= 3.2.3-1noble.20260612.051324) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-cpp/ros-jazzy-rosidl-typesupport-cpp-dbgsym_3.2.3-1noble.20260612.051324_amd64.deb Size: 46986 SHA256: b9ae3b458d94984dada6366a92dc3d11da0aeeae2452017605163a09d7993fcd SHA1: 38efe47332e7d3f686d97190a8ac464c116498e1 MD5sum: 8d880c78cc9a19d83fcad746cb13feed Description: debug symbols for ros-jazzy-rosidl-typesupport-cpp Build-Ids: 4e3a4b4f0360bb239c0003c0a9c553deb2c3b9cc Package: ros-jazzy-rosidl-typesupport-fastrtps-c Version: 3.6.4-1noble.20260612.051449 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 187 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.4-1noble.20260612.051449_amd64.deb Size: 26498 SHA256: 0f301130f926c1985e9b4ba995a3004137b88267faa50657dbb1a6cfdc4a7f94 SHA1: 67ffb6cbb49cd20ea043677c159e1009433fe321 MD5sum: 51c9ff79f1b5ebc2ad45ce5a8e0c50fa 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.4-1noble.20260612.051449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 32 Depends: ros-jazzy-rosidl-typesupport-fastrtps-c (= 3.6.4-1noble.20260612.051449) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-fastrtps-c/ros-jazzy-rosidl-typesupport-fastrtps-c-dbgsym_3.6.4-1noble.20260612.051449_amd64.deb Size: 18564 SHA256: ef6ff50309756155a61848ab645d383e64f6ad9d29c76bc67ac580682150ccf1 SHA1: c347e568421ae04b0fb0537dd5c7564e043dba6f MD5sum: 6fac1b0b958afb6b89f2a0d0649a68ee Description: debug symbols for ros-jazzy-rosidl-typesupport-fastrtps-c Build-Ids: a0ae3d2523135c18e571d59a52aa36607fa9e4df Package: ros-jazzy-rosidl-typesupport-fastrtps-cpp Version: 3.6.4-1noble.20260612.051139 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 195 Depends: libc6 (>= 2.14), 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.4-1noble.20260612.051139_amd64.deb Size: 28454 SHA256: 455010862f219db1e2765972498bfdcf9548891f5d868fd64c81036726806908 SHA1: a0efbc6d20a98d75e01ded357d4ae706538a1c59 MD5sum: 4a10c7f578615cbde6547e44c6ebaaf2 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.4-1noble.20260612.051139 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 44 Depends: ros-jazzy-rosidl-typesupport-fastrtps-cpp (= 3.6.4-1noble.20260612.051139) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-fastrtps-cpp/ros-jazzy-rosidl-typesupport-fastrtps-cpp-dbgsym_3.6.4-1noble.20260612.051139_amd64.deb Size: 29956 SHA256: e312a1ca290e82e3005c376c688249d2e2fd56da8dcc380b1433b326f7983a0e SHA1: 7be3e86fc1e16ecefea87974d0d6664a3df5cc68 MD5sum: 1b143dc7ee8a867654fe8f93502c5199 Description: debug symbols for ros-jazzy-rosidl-typesupport-fastrtps-cpp Build-Ids: a6e994fe88fe8c981b9e13abb26f1096edb2c001 Package: ros-jazzy-rosidl-typesupport-interface Version: 4.6.9-1noble.20260612.045126 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 56 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_interface/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-interface/ros-jazzy-rosidl-typesupport-interface_4.6.9-1noble.20260612.045126_amd64.deb Size: 9404 SHA256: 50579c8960edd7bcf7b2b5798f13b9d3956b487e5afdaed2fc117f4ce4df97d1 SHA1: 5e0bc521acecd4eabe4244678b3e4a51a2284dae MD5sum: 11a4154b47b43eb8d88f0f3395120770 Description: The interface for rosidl typesupport packages. Package: ros-jazzy-rosidl-typesupport-introspection-c Version: 4.6.9-1noble.20260612.050623 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 171 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 Homepage: https://index.ros.org/p/rosidl_typesupport_introspection_c/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-introspection-c/ros-jazzy-rosidl-typesupport-introspection-c_4.6.9-1noble.20260612.050623_amd64.deb Size: 24628 SHA256: 68ec41872a9b69f4507e17886846feb9a15a23d057c82212e41cd071dfc55b76 SHA1: 0b8c128064f26075eced895d7950c37902d5ebcd MD5sum: 3662da0d05afe8bdae45d701a2144683 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.9-1noble.20260612.050623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 15 Depends: ros-jazzy-rosidl-typesupport-introspection-c (= 4.6.9-1noble.20260612.050623) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-introspection-c/ros-jazzy-rosidl-typesupport-introspection-c-dbgsym_4.6.9-1noble.20260612.050623_amd64.deb Size: 2714 SHA256: 09d4f41c575a67b3943b9c8ae7b8f71b38eec9623730ca3c06ad58c3209a44d4 SHA1: e3846a15e6055bee558ea0eca5b59b7dc6a7cfba MD5sum: 1ab17d7d1a5d40a199f5ccd422f1d32c Description: debug symbols for ros-jazzy-rosidl-typesupport-introspection-c Build-Ids: 873bed6c6544699c108b2cf8f0cf8a3b3779a7d6 Package: ros-jazzy-rosidl-typesupport-introspection-cpp Version: 4.6.9-1noble.20260612.051103 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 172 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 Homepage: https://index.ros.org/p/rosidl_typesupport_introspection_cpp/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-introspection-cpp/ros-jazzy-rosidl-typesupport-introspection-cpp_4.6.9-1noble.20260612.051103_amd64.deb Size: 24526 SHA256: bd28b03841928bbec8ca51fa1f1e000f0f44dd545dbf44c3f339eb023b2f4c15 SHA1: 45898a2c45f2692ff2c44e297425277bb9b6a841 MD5sum: db01c71b74c64a92ebb1285cf63a012b 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.9-1noble.20260612.051103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 15 Depends: ros-jazzy-rosidl-typesupport-introspection-cpp (= 4.6.9-1noble.20260612.051103) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidl-typesupport-introspection-cpp/ros-jazzy-rosidl-typesupport-introspection-cpp-dbgsym_4.6.9-1noble.20260612.051103_amd64.deb Size: 2732 SHA256: faf7c466b354968610798b20c9709c79e825f00898ec89b0045b0028a3adc74c SHA1: 8865611a0679f340c0a73779632567d369435251 MD5sum: 19a88dc60f58e35ec9f23fc07c5e6646 Description: debug symbols for ros-jazzy-rosidl-typesupport-introspection-cpp Build-Ids: 12471a63976b7107a2605c886342a136c7162a2c Package: ros-jazzy-rosidlcpp Version: 0.5.0-1noble.20260612.051734 Architecture: amd64 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.20260612.051734_amd64.deb Size: 5260 SHA256: f9d5ade4a25d9d26be63eebc803dddda4ae4a46c73b0a74165085b41bd6d8dcb SHA1: 2a1eb010be9e3ed75157c184da59e747b14de09b MD5sum: 889078240b55f9f1b76c8d899957d7bd Description: Meta package depending on all rosidlcpp generators Package: ros-jazzy-rosidlcpp-generator-c Version: 0.5.0-1noble.20260612.050506 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 544 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.20260612.050506_amd64.deb Size: 180278 SHA256: 516f8da24a4f50640fa7ce41756bd08f17f8ae242aababb251cdc6c04623f314 SHA1: 94a1fb37f1c787dd77512b62b41873e6f03020d8 MD5sum: 66c4d184ea288ccac53f221afe8451ee 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.20260612.050506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 2467 Depends: ros-jazzy-rosidlcpp-generator-c (= 0.5.0-1noble.20260612.050506) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-generator-c/ros-jazzy-rosidlcpp-generator-c-dbgsym_0.5.0-1noble.20260612.050506_amd64.deb Size: 2347958 SHA256: 3425860a5be9531fc08a652aba542205ceaf477d8cdf00875451b8272cb244ee SHA1: c3a16062ebf806cf066aaf95f4f47055dc0de735 MD5sum: 826581b14955e718241ff4e5774eaa02 Description: debug symbols for ros-jazzy-rosidlcpp-generator-c Build-Ids: 3e65d2c8b4c6ff176d1b1c21e247e02b1c6b1fb0 Package: ros-jazzy-rosidlcpp-generator-core Version: 0.5.0-1noble.20260225.230439 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 688 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.20260225.230439_amd64.deb Size: 199008 SHA256: da2b3f91ffcbbba5f96b0a8dd08906822f366f11d5ccaf5678b16ec8eee8b89d SHA1: e54cbba233cc45acf7f57c8b09570a5673024e87 MD5sum: 50ba1a1ac1a75a4e520e996c614af0f3 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.20260225.230439 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 2224 Depends: ros-jazzy-rosidlcpp-generator-core (= 0.5.0-1noble.20260225.230439) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-generator-core/ros-jazzy-rosidlcpp-generator-core-dbgsym_0.5.0-1noble.20260225.230439_amd64.deb Size: 2033740 SHA256: 155bab0bddfdbeb4abbbb06c6e2fa1379dd8b22a914585428620801d1709bc7b SHA1: 538ced91a62bc686649ff82463b2f01761e8f21b MD5sum: 6ecbc84d2d6c5c2d84d38b0543eb4edd Description: debug symbols for ros-jazzy-rosidlcpp-generator-core Build-Ids: d6aad8f656b49ff45215a2f1d0530c98d2498c60 Package: ros-jazzy-rosidlcpp-generator-cpp Version: 0.5.0-1noble.20260612.050440 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 348 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.20260612.050440_amd64.deb Size: 115362 SHA256: 19f3f8d68591501fe68c8f0909c3d897a0691a2a479a3f430257e048b622c44a SHA1: 0d9cf1a35f3cad4ffae995555880f0336c96d148 MD5sum: 0ec65d587bb6e96980eca33639e6000a 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.20260612.050440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1596 Depends: ros-jazzy-rosidlcpp-generator-cpp (= 0.5.0-1noble.20260612.050440) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-generator-cpp/ros-jazzy-rosidlcpp-generator-cpp-dbgsym_0.5.0-1noble.20260612.050440_amd64.deb Size: 1533638 SHA256: 0bef256d60ef0626234693ce4b62c05888245c1b78c170a33438e5696e10e45f SHA1: b286bd74252be491ab11f51be8701e1db98f15b4 MD5sum: 4475a1e12c6f57436794968aad17464f Description: debug symbols for ros-jazzy-rosidlcpp-generator-cpp Build-Ids: 962b8a0650819562e60b5426e3954b94849b8f4e Package: ros-jazzy-rosidlcpp-generator-py Version: 0.5.0-1noble.20260612.051114 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 409 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.20260612.051114_amd64.deb Size: 125572 SHA256: 901f10d96af8d90a41338826324b8c9f89d5413f83a813ad89214e99114d4a84 SHA1: 207e944bbb4432c58eebcfa5cd66558403d2a1d4 MD5sum: 5220c754333801eb4facf44ca1393a33 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.20260612.051114 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1730 Depends: ros-jazzy-rosidlcpp-generator-py (= 0.5.0-1noble.20260612.051114) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-generator-py/ros-jazzy-rosidlcpp-generator-py-dbgsym_0.5.0-1noble.20260612.051114_amd64.deb Size: 1659286 SHA256: 2b332ffeb27977849ef73b176e299582841e24778a7ffc1d1eec1d53e0de7a07 SHA1: 1b3e54c5fac69b0487cd76433b3911538aa4f635 MD5sum: 6cd690cb223cdadae7ca742459c3f423 Description: debug symbols for ros-jazzy-rosidlcpp-generator-py Build-Ids: 9c09eb08b73f149e027e02a53a0a847a66ccaa85 Package: ros-jazzy-rosidlcpp-generator-type-description Version: 0.5.0-1noble.20260612.045906 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 389 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.20260612.045906_amd64.deb Size: 142342 SHA256: 8391bbfa6545aa866e7ae31d6ed50d90e70964eca00b6ae6669691c5ff1aed62 SHA1: 7083d2ebd87c6f96dda58b88846cf71a6c7c4645 MD5sum: d5adb11f8fe8fee05f991cefee42375c 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.20260612.045906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 2234 Depends: ros-jazzy-rosidlcpp-generator-type-description (= 0.5.0-1noble.20260612.045906) 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.20260612.045906_amd64.deb Size: 2148974 SHA256: 0e27d9274b34977becd4a6cf54f911d20ab6d580b62bcc3c79499a511c087d7e SHA1: 210820beebeac239f0e027e49a65578966620f30 MD5sum: 11452894bf7b1bb4256d11a11b8fcee9 Description: debug symbols for ros-jazzy-rosidlcpp-generator-type-description Build-Ids: 748cacc5702253aa4e63b33e9c0b149afac1b0fd Package: ros-jazzy-rosidlcpp-parser Version: 0.5.0-1noble.20260225.225520 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 294 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.20260225.225520_amd64.deb Size: 94474 SHA256: b178d2ad05a29f99b42bd50e6bb3bef477d6f8caed055fd8a7dcf0dcd59e3014 SHA1: dbd560e3df2f3b6b3a3364c64f35202d4934f3c0 MD5sum: 8db533c4f79fcf7b7abe49a19300163b 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.20260225.225520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1173 Depends: ros-jazzy-rosidlcpp-parser (= 0.5.0-1noble.20260225.225520) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-parser/ros-jazzy-rosidlcpp-parser-dbgsym_0.5.0-1noble.20260225.225520_amd64.deb Size: 1116226 SHA256: 9b2f9f5d0112bcaf0c91dccffbfeb75b70ddaace4d880643d55b1856e12c1aad SHA1: 164dc36790eaf629650ccef7c93dbd20fa18b366 MD5sum: 076116988dc37de3cdd37a7b07d592ea Description: debug symbols for ros-jazzy-rosidlcpp-parser Build-Ids: 9667a9fa90e0f5b9de8f8863c4e18ef306ee31ae fa5979fe738f4e429d2d29ce0cffe02208465667 Package: ros-jazzy-rosidlcpp-typesupport-c Version: 0.5.0-1noble.20260612.050859 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 310 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.20260612.050859_amd64.deb Size: 61008 SHA256: 79620b49ddd80afccdbc8f128c8b3edeb32dd048f9a69da757dcf93f27ee219b SHA1: 8a5c23a01afc2e76511ba5c21f409593dab25437 MD5sum: e7b08d44c029ef80c1f77a5f4fab5962 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.20260612.050859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 980 Depends: ros-jazzy-rosidlcpp-typesupport-c (= 0.5.0-1noble.20260612.050859) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-typesupport-c/ros-jazzy-rosidlcpp-typesupport-c-dbgsym_0.5.0-1noble.20260612.050859_amd64.deb Size: 953390 SHA256: 07584018d51ed175c14e8960d5eed41f2dacb2536b72a5e5535d709b0ab62c73 SHA1: ce15fb41e256b73d7fa9999b2d61b4bfab7e9659 MD5sum: b7d5f23810447fd0a69ff1f08f19451f Description: debug symbols for ros-jazzy-rosidlcpp-typesupport-c Build-Ids: 8be3dbbbe24cd3e2ae20e8931264811458f43665 Package: ros-jazzy-rosidlcpp-typesupport-cpp Version: 0.5.0-1noble.20260612.051330 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 310 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.20260612.051330_amd64.deb Size: 60290 SHA256: baad6ad66eeb8ab5f1918b5ecd3f2482829f2c999fef907a6beae78d1f3a5bab SHA1: 459e3699dc26fbe196cea6c517e80595cfcd2b14 MD5sum: fa0b5fb26a1df81293102ad268c26ae2 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.20260612.051330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 983 Depends: ros-jazzy-rosidlcpp-typesupport-cpp (= 0.5.0-1noble.20260612.051330) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rosidlcpp-typesupport-cpp/ros-jazzy-rosidlcpp-typesupport-cpp-dbgsym_0.5.0-1noble.20260612.051330_amd64.deb Size: 956146 SHA256: f6c8ad595c82486756ea063bfb6ed1b8cae725da20a3376902ee556617bc8efa SHA1: 79a2488ce898ed8bfeaef5549a0795e461e949f5 MD5sum: 08012a82673cac98f2fb3e164d798c3b Description: debug symbols for ros-jazzy-rosidlcpp-typesupport-cpp Build-Ids: bc4030ed26abc06ac1ef99e30823f1e12ffd378f Package: ros-jazzy-rosidlcpp-typesupport-fastrtps-c Version: 0.5.0-1noble.20260612.051425 Architecture: amd64 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.20260612.051425_amd64.deb Size: 95580 SHA256: a0ae1679581a728d02eda138d1864652e8194a427007a88b1e39579bcc0371fa SHA1: 1418c38a5da7ea8606363b9f0940efe88a6a6c73 MD5sum: 7ae5d5d523aef370bcada38b0e9f11a2 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.20260612.051425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1348 Depends: ros-jazzy-rosidlcpp-typesupport-fastrtps-c (= 0.5.0-1noble.20260612.051425) 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.20260612.051425_amd64.deb Size: 1293574 SHA256: 8a66eff36045ecacfa9922d5f9f28d60ff27ec20fbcecdd31b7eb0c1e2e0d9c0 SHA1: 9871fbd4932aff78a9b8ce523c482d5428d0a1ff MD5sum: a989ef9ad4f900880f46615f5e84fcba Description: debug symbols for ros-jazzy-rosidlcpp-typesupport-fastrtps-c Build-Ids: 5a7aa048695054c31df0d936f7f854f4be782348 Package: ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp Version: 0.5.0-1noble.20260612.051110 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 478 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.20260612.051110_amd64.deb Size: 93910 SHA256: 66783a5fe01114dee806002c426f4fa050493cc35b1f52475bc62bbca370e8fe SHA1: af792957ecc1ff77eafbda5129446c127499c524 MD5sum: cc9cbe0456df7d28fda7649e30efd27c 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.20260612.051110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1348 Depends: ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp (= 0.5.0-1noble.20260612.051110) 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.20260612.051110_amd64.deb Size: 1299586 SHA256: 7465b56fe28bf226f62439e403fadf7a63abe5c9496bb9ae373f7f4eac9cc927 SHA1: 935bc2239b517e850d00ec8adc070ac3ce5b06d5 MD5sum: c1ac6b01fec55ea18073447b41043fb7 Description: debug symbols for ros-jazzy-rosidlcpp-typesupport-fastrtps-cpp Build-Ids: 7165ec003f9bb4bb6032b8ca0bc615723a641aa9 Package: ros-jazzy-rosidlcpp-typesupport-introspection-c Version: 0.5.0-1noble.20260612.050646 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 374 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.20260612.050646_amd64.deb Size: 71980 SHA256: 326e6a3c44a976435f7d7b9ccf61808b45aad8a3515aa322707ea4a7428a9441 SHA1: 92c52a81cb98cf0d9b32eef24f54652c31dd0695 MD5sum: c02c4621c5d2bc9acd6ed4042a4971cd 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.20260612.050646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1117 Depends: ros-jazzy-rosidlcpp-typesupport-introspection-c (= 0.5.0-1noble.20260612.050646) 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.20260612.050646_amd64.deb Size: 1082608 SHA256: e9ff3003596110276552bae68b8d8f7172e378da49e7939bda1cd13a9e7ab5a8 SHA1: 429b09b6c9072bd0a499d7505709c308963566f4 MD5sum: 4ab0ab4d727351b14bacbd0e258ab15d Description: debug symbols for ros-jazzy-rosidlcpp-typesupport-introspection-c Build-Ids: f421abaaf7e4a4acf42efa39912adfe2a896d629 Package: ros-jazzy-rosidlcpp-typesupport-introspection-cpp Version: 0.5.0-1noble.20260612.051134 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 374 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.20260612.051134_amd64.deb Size: 72370 SHA256: 65708189f0b1121548c561fe39f5f973d96949696f59e76292fa7d738cf622bf SHA1: 0ced196c9121d6be3339fb65eec76ff371390279 MD5sum: 694caa02294081270270c52e751ce59e 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.20260612.051134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1123 Depends: ros-jazzy-rosidlcpp-typesupport-introspection-cpp (= 0.5.0-1noble.20260612.051134) 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.20260612.051134_amd64.deb Size: 1086200 SHA256: 9fe37a54990f6d252f0e26329b6eb634369f5caa538bb14375a77e0c239a8a8f SHA1: 79600eb8bc7930aff3afff79326cc206d4315ec6 MD5sum: b43eda9f1d54515f227a322c55753975 Description: debug symbols for ros-jazzy-rosidlcpp-typesupport-introspection-cpp Build-Ids: 1dedfdb0591f5cebf1da19164b0d419940b5b803 Package: ros-jazzy-rosx-introspection Version: 2.3.0-1noble.20260615.172632 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 1576 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.20260615.172632_amd64.deb Size: 220408 SHA256: 61d7a7ef8cb04631bc43409d13962a0c7b23769b2406bb2c0c7b3d96b64c74d6 SHA1: c291ffedfc49911d844a85d317fd80261198161b MD5sum: 499e1d0b6f2cb13c791625275d74a5c5 Description: Parse any ROS/ROS2 message without compile-time information Package: ros-jazzy-rot-conv Version: 1.1.0-4noble.20260603.151856 Architecture: amd64 Maintainer: ijnek Installed-Size: 215 Depends: libc6 (>= 2.4), 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.20260603.151856_amd64.deb Size: 41796 SHA256: 89a5e1a43dd6cb69ed7d2fd5ee3abab2f105c48c7ff61908ab4b6a7c48288a8a SHA1: a07fcedfad6e785db36e168e8ad2649937f709d5 MD5sum: 0cddaebb6a4fdb96d1f89fc700b42b64 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.20260603.151856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 807 Depends: ros-jazzy-rot-conv (= 1.1.0-4noble.20260603.151856) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rot-conv/ros-jazzy-rot-conv-dbgsym_1.1.0-4noble.20260603.151856_amd64.deb Size: 792884 SHA256: 4c175123591b7aee946289e538bd4afdc91c0947534fd04d2986f924e5c3c780 SHA1: 440efb473b172d623b623a3c4e202d03b63221a5 MD5sum: d59f868ac3820f46c68fbaf8381e8a9f Description: debug symbols for ros-jazzy-rot-conv Build-Ids: 56aec379b9f002e30a95a57eee282810e30316d5 Package: ros-jazzy-rplidar-driver Version: 1.4.1-1noble.20260804.180437 Architecture: amd64 Maintainer: "frozenreboot" Installed-Size: 586 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-diagnostic-updater, ros-jazzy-geometry-msgs, ros-jazzy-launch-ros, ros-jazzy-lifecycle-msgs, ros-jazzy-rclcpp, ros-jazzy-rclcpp-components, ros-jazzy-rclcpp-lifecycle, ros-jazzy-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rplidar_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rplidar-driver/ros-jazzy-rplidar-driver_1.4.1-1noble.20260804.180437_amd64.deb Size: 162254 SHA256: 36b0e9d89833591d84f44750bac2a4ad5fcb94fcba8837f3784803b18bb72128 SHA1: 9a3883e1580dd1e8b44379593ad1a370a867e523 MD5sum: 9a3f791785adcc22713c3b71003301a9 Description: A modern, lifecycle-managed ROS2 driver for Slamtec RPLidar. Features multithreaded scanning, non-blocking I/O, and C++17 architecture. Package: ros-jazzy-rplidar-driver-dbgsym Package-Type: ddeb Source: ros-jazzy-rplidar-driver Version: 1.4.1-1noble.20260804.180437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "frozenreboot" Installed-Size: 2488 Depends: ros-jazzy-rplidar-driver (= 1.4.1-1noble.20260804.180437) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rplidar-driver/ros-jazzy-rplidar-driver-dbgsym_1.4.1-1noble.20260804.180437_amd64.deb Size: 2295616 SHA256: 75b814eabce4a780856abaa658d3c82ecb3e98e81f6c2b9c89eda1ff6e34f3ed SHA1: f089aa4d1d62e66cd5bb624be42516df264aca1a MD5sum: 07a7a34643a659488d161a43a375fa8a Description: debug symbols for ros-jazzy-rplidar-driver Build-Ids: 1f4d07da966e116b93f8c9bdc8b8e834184b6306 6eb19dad0680f4ecf5ddc720034fc747ff94ef4e Package: ros-jazzy-rplidar-ros Version: 2.1.0-4noble.20260615.142100 Architecture: amd64 Maintainer: Hunter L. Allen Installed-Size: 396 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.20260615.142100_amd64.deb Size: 113968 SHA256: 2f41dcc53cc64ad0d77feab17278a9cd213a3609e395890cd5ab2911523c95dd SHA1: 7da457f8186e26787b26d108a61d3c065fd628e4 MD5sum: 2b53b0fc917916ad31b79c0061106f0f 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.20260615.142100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hunter L. Allen Installed-Size: 1614 Depends: ros-jazzy-rplidar-ros (= 2.1.0-4noble.20260615.142100) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rplidar-ros/ros-jazzy-rplidar-ros-dbgsym_2.1.0-4noble.20260615.142100_amd64.deb Size: 1496824 SHA256: ea5b5fa326025bd294d7b96c3290666cf82c1f186bcbca3d7dc22cd31ed5ebcf SHA1: 2cab291d72679b3d6b63fd7aa3bd977451f1eda1 MD5sum: 4ab5f634b3e1b1abfde8e5dcf54773b8 Description: debug symbols for ros-jazzy-rplidar-ros Build-Ids: 3c2a1caf9c3a44637def34fc78621e8aecb2c1e3 861f9d7178dbff3e36c8b3bafa7e5a68d8aff069 Package: ros-jazzy-rpyutils Version: 0.4.2-1noble.20260225.142204 Architecture: amd64 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.20260225.142204_amd64.deb Size: 7352 SHA256: 25213af5bbca1ffc91942133cfa7efcfc3ad91dd2aee3b1c1756a75e68a59e97 SHA1: 5cfddc22dc48b6108a2b11712015f3af35dd0f08 MD5sum: 5f987364c5db65404196c5d5b28edb8f Description: Package containing various utility types and functions for Python Package: ros-jazzy-rqml Version: 3.26.42-1noble.20260804.193205 Architecture: amd64 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.20260804.193205_amd64.deb Size: 5124 SHA256: c9edc0dd41a517c3afed0d99cfd7da17424f0ffa0a67deaf4fda7c7423c4838f SHA1: b305ae3ffed2adb0126930041eaaa4305479e30b MD5sum: cebd73fc776c7e52038be58f8e2801eb Description: QML-based robotics visualization and control tool for ROS 2. Package: ros-jazzy-rqml-core Version: 3.26.42-1noble.20260804.184812 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 4928 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), 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.20260804.184812_amd64.deb Size: 1885824 SHA256: a274a686c47ba5760e8e51b3edb17bd3e8b4e684e45ea4737f7e91f8904fbc42 SHA1: c09ea56b832f8403f0e2cd5e34a4b9937d39e3ba MD5sum: 6ded596373d200adee57cc27e0b5a96b 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.20260804.184812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 23850 Depends: ros-jazzy-rqml-core (= 3.26.42-1noble.20260804.184812) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqml-core/ros-jazzy-rqml-core-dbgsym_3.26.42-1noble.20260804.184812_amd64.deb Size: 23241588 SHA256: db88508a2429c411ecd5a0ad80c3544720fd319f56ff8f7f08cfb0b0116e08b7 SHA1: 8935e4fbfeab83c6c66d2fb7359dce7549bf4918 MD5sum: 66e4decbbdf3962485100f1747432094 Description: debug symbols for ros-jazzy-rqml-core Build-Ids: 3f80d2cfadaf320c9e3b28eead8e785fa8154924 43e105ed15807ce34135522143f4f789066b8868 Package: ros-jazzy-rqml-default-plugins Version: 3.26.42-1noble.20260804.190529 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 490 Depends: libc6 (>= 2.4), 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.20260804.190529_amd64.deb Size: 79798 SHA256: 64267d71382764e25e399401de00b02d99f0a879462c7379d19c3f44546d82f8 SHA1: c3fd26ada1fcf77e710fe971d5838fb95ff28b9a MD5sum: 004d21c581724d9c414c2159b780291e 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.20260804.190529 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 511 Depends: ros-jazzy-rqml-default-plugins (= 3.26.42-1noble.20260804.190529) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqml-default-plugins/ros-jazzy-rqml-default-plugins-dbgsym_3.26.42-1noble.20260804.190529_amd64.deb Size: 491380 SHA256: ba8722d20da8f320975f553f7c4b90b8d4ac26986e77fdee09e70725647bdb06 SHA1: c0daa8c9f5257df9125846c8df6edd279faba1d7 MD5sum: a07454af2e99bd109f9cc30751febb78 Description: debug symbols for ros-jazzy-rqml-default-plugins Build-Ids: 94722628d45c4da88531dd5b08e04f6a7ddddad1 Package: ros-jazzy-rqml-plugin-example Version: 3.26.42-1noble.20260804.191602 Architecture: amd64 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.20260804.191602_amd64.deb Size: 6076 SHA256: 6ece7321f6bc277f375b2a946aa4239546d2a542734de137f75989fef37e79b5 SHA1: 423ab265fc6112291bd57ab99b12ee5257f5f237 MD5sum: 143c54ab8584a8b4a990510336f85571 Description: An example plugin for RQml Package: ros-jazzy-rqt Version: 1.6.4-1noble.20260615.174359 Architecture: amd64 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.4-1noble.20260615.174359_amd64.deb Size: 3586 SHA256: 54c43b260838f1c710f9bcad25764d1efbd24f11eb2860858ec90654878bc80c SHA1: 2b3bdae6f481bcc8c765cb7e5f8fdc78fbcc7989 MD5sum: f2936bae5aad0709f2d5274b7deecc75 Description: rqt is a Qt-based framework for GUI development for ROS. Package: ros-jazzy-rqt-action Version: 2.2.1-1noble.20260716.203905 Architecture: amd64 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.20260716.203905_amd64.deb Size: 7104 SHA256: 8c83fb9cbf0cbf9ab89bf21475c73d00d38d107f27b88ffafb7536d186566011 SHA1: c7b7fe6c2e5c71bcb75a5179838fd8eba0823149 MD5sum: efde0b866051fd34b338d402bd70fba7 Description: rqt_action provides a feature to introspect all available ROS action types. Package: ros-jazzy-rqt-bag Version: 1.5.6-1noble.20260616.084008 Architecture: amd64 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.20260616.084008_amd64.deb Size: 116646 SHA256: 221a3fa1726fa88afe192aacfc71334990a52a21c18edd6f49c444046638a893 SHA1: 8be2566a45059e3b8ddfd23814fe8512a7b29da9 MD5sum: c12e77ba466a8d6d98cb074bfdd350bb 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.20260717.110718 Architecture: amd64 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.20260717.110718_amd64.deb Size: 38496 SHA256: 3effa105b332d8e91107a0dcd6951a9d9c8291340000708cf0ed30673e2d8715 SHA1: 0685a32d72ccbd8d1008b2b853bd96ccbdd70835 MD5sum: f17c2bf793d8c3ad67cd5e03bd3f08a5 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.20260717.112505 Architecture: amd64 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.20260717.112505_amd64.deb Size: 6414 SHA256: 8ae19b1fac7623bd5a58be390efb9fcded65206f96718448f9d6046fce80fc78 SHA1: 29bf332fe8080873e992177f74c9bcc34bd55e50 MD5sum: 3918922419a223750121d0b7eb9492b7 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.20260615.173828 Architecture: amd64 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.20260615.173828_amd64.deb Size: 66504 SHA256: 29f5921b01278ae60cb19db6be70dc0821a2a0f9de28140488f16427e3ddb56f SHA1: d253a5d6774dab3d7dcab1f17eb5c88b61142e2b MD5sum: 3b4b4b7e2ec3b9a57eaf34671ad180c9 Description: rqt_console provides a GUI plugin for displaying and filtering ROS messages. Package: ros-jazzy-rqt-controller-manager Version: 4.46.0-1noble.20260726.101704 Architecture: amd64 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.46.0-1noble.20260726.101704_amd64.deb Size: 44702 SHA256: 6f08226757b2667cde509ced8739bdfbcb9e17555f30dcbddb50055142390e05 SHA1: fbc589b4d9ecfd3e5c241626c3ee4a745559ab62 MD5sum: 843f3664204cd8ad42524599b88f829a Description: Graphical frontend for interacting with the controller manager. Package: ros-jazzy-rqt-dotgraph Version: 0.0.5-1noble.20260615.174537 Architecture: amd64 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.20260615.174537_amd64.deb Size: 68214 SHA256: 02fe806d2de50ccd8e27abd6b39db853566e483ee78293aad42c399c1b16a9ff SHA1: bc44281636109bfd426d51ecd7a6b9b88fdc0b8c MD5sum: ac707a7dadbb882646a2a57632f38928 Description: rqt GUI plugin to visualize dot graphs. Package: ros-jazzy-rqt-gauges Version: 0.0.3-2noble.20260615.174201 Architecture: amd64 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.20260615.174201_amd64.deb Size: 29708 SHA256: d7dba5a31158728ef0aeed7f8e2c55d3ec44b38608cee6011556352d318fe08f SHA1: 1dd9d974b12d40981cbfa889c805121a3afbe8f5 MD5sum: 595bf6e1f72ec9e2c05b2a7ce6c0ed38 Description: Visualization plugin for several sensors. Package: ros-jazzy-rqt-graph Version: 1.5.6-1noble.20260615.174405 Architecture: amd64 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.20260615.174405_amd64.deb Size: 56674 SHA256: 5f94e86e4cfd8b58b50123eab32b1df43d89cbfab0acfef5b54f59331a50f341 SHA1: 61ef1a02e6f66d2fe15d1030b1d2e298829ee5fe MD5sum: 5911ae0ebfeef884f1fb14c4e25937e9 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.4-1noble.20260615.145441 Architecture: amd64 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.4-1noble.20260615.145441_amd64.deb Size: 97704 SHA256: 243adc727374f78f445e7082929d95d30b4110d1ed9a7d65c94a481494df082c SHA1: 123d6bb283e04d0bf1ca37d4d8432ccb383628df MD5sum: 3981f072bd329807d766d3579bf6632b 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.4-1noble.20260615.163721 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 365 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.4-1noble.20260615.163721_amd64.deb Size: 112892 SHA256: 920dcc3ca0d0578ecb08df7697e62bf2cfb1a610b56efddab6efc5b4ca21be38 SHA1: 0d3fd782a65fdf550bffff5ee9a32026914bead6 MD5sum: 4208b52463b89a7c69d47e9e3e13a693 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.4-1noble.20260615.163721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 1672 Depends: ros-jazzy-rqt-gui-cpp (= 1.6.4-1noble.20260615.163721) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-gui-cpp/ros-jazzy-rqt-gui-cpp-dbgsym_1.6.4-1noble.20260615.163721_amd64.deb Size: 1598456 SHA256: 4529bae63c9480627040ef98e1474139e9fbb1287791dab6cb6693450118ee91 SHA1: c7c3485d06362db6854d8784aa03a8afeecb756c MD5sum: a326c6e839e1eaa518258b24387d918f Description: debug symbols for ros-jazzy-rqt-gui-cpp Build-Ids: dfb7734f7504ddd08f4b1ae277d1d907e65849fd Package: ros-jazzy-rqt-gui-py Version: 1.6.4-1noble.20260615.173343 Architecture: amd64 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.4-1noble.20260615.173343_amd64.deb Size: 8760 SHA256: dfefb12ada430016a0fa9616987891cb25acb010cbb44604096881132240057c SHA1: 62965efbdb3840e2f75ace8c27f6568711451313 MD5sum: a005ab6fa130d5e07c9ff869dffa3490 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.20260615.164239 Architecture: amd64 Maintainer: ijnek Installed-Size: 534 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libqt5core5t64 (>= 5.15.1), 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.20260615.164239_amd64.deb Size: 154100 SHA256: 89d28199d79dd4defd33bb0935c9ba322216b71f74e368ee8da148dc397b3eab SHA1: 243c818dcd83ced742df6edb8d3fb6c6db222bf9 MD5sum: d38882caece2036f4e195436c6ff7193 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.20260615.164239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 4674 Depends: ros-jazzy-rqt-image-overlay (= 0.4.0-1noble.20260615.164239) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-image-overlay/ros-jazzy-rqt-image-overlay-dbgsym_0.4.0-1noble.20260615.164239_amd64.deb Size: 4546136 SHA256: c8de3d3c25e3573fa099e603cc6061fb9483c8811b388da97e09ebff5f5999da SHA1: 6d988641c23840ba83d2f4472030d74fdee8c4f1 MD5sum: 464d1fce7578f08187f206888553e019 Description: debug symbols for ros-jazzy-rqt-image-overlay Build-Ids: 29c692333ad8049b6e0182f23347c1e1fb4a43d7 Package: ros-jazzy-rqt-image-overlay-layer Version: 0.4.0-1noble.20260615.145508 Architecture: amd64 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.20260615.145508_amd64.deb Size: 8172 SHA256: aa4e4e04ead2db9fd07e038a0635e08c9cdff0f21bc0d82dd401ff156781d7cc SHA1: 808d28674d153e40dcc7e23a814897ee53d2461f MD5sum: 7f18f00664d4204abe4811698549e4cd 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.20260615.164234 Architecture: amd64 Maintainer: Mabel Zhang Installed-Size: 485 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.20260615.164234_amd64.deb Size: 208224 SHA256: d783fe8f603598c44fdbb4766b99fe8a648455f92ec2cff141b116534d85de70 SHA1: dd88fe168bc91114713c7d509fb26e9fbad60c86 MD5sum: a900b616ba3b3a7492febded1b9845d1 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.20260615.164234 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mabel Zhang Installed-Size: 2314 Depends: ros-jazzy-rqt-image-view (= 1.3.0-2noble.20260615.164234) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rqt-image-view/ros-jazzy-rqt-image-view-dbgsym_1.3.0-2noble.20260615.164234_amd64.deb Size: 2231438 SHA256: d1ef6894ddb3f2a9f047eefc75538c85e2c62c0e820ec6f85668e1de38b187bb SHA1: bdc6dad423600fec81f30d956595f472af99eb6c MD5sum: c96064c7d40627157594b4da53403bfc Description: debug symbols for ros-jazzy-rqt-image-view Build-Ids: 1b233df06ab3c1eac5e92163804185738fe6d486 Package: ros-jazzy-rqt-joint-trajectory-controller Version: 4.41.0-1noble.20260701.202522 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 198 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.41.0-1noble.20260701.202522_amd64.deb Size: 46110 SHA256: e9ba02b44df073cdf6fba270b887c0cd981129041612e2f08c5bfbccde1e5a58 SHA1: 018c22ff147c888fc7a00674ed5f9b44787405e8 MD5sum: 3a19dc6b64cf2e46ec710c8938e98d27 Description: Graphical frontend for interacting with joint_trajectory_controller instances. Package: ros-jazzy-rqt-moveit Version: 1.0.1-5noble.20260717.110722 Architecture: amd64 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.20260717.110722_amd64.deb Size: 17262 SHA256: 9b12ef50c798531393c1a15758bbfc532fff9fa462af435d7207718d1d559380 SHA1: 4b63e3515bed24f6c55fc13fd1c9a44c01db224a MD5sum: 393f62de83e6a37a2a46398929cebaea 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.3-1noble.20260716.203510 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 82 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.3-1noble.20260716.203510_amd64.deb Size: 16922 SHA256: 96d62c1a03cfa8a6c8eb55dc0b7ac9d95764aa2dd7903f544af3994d3b1afad3 SHA1: 6d08eb2a46076a6b7482e52b75a8ac2a6879e49a MD5sum: 4cfeb1948da0a2554e51bde2e03dad8a Description: A Python GUI plugin for introspecting available ROS message types. Package: ros-jazzy-rqt-play-motion-builder Version: 1.4.1-1noble.20260804.203557 Architecture: amd64 Maintainer: davidfernandez Installed-Size: 506 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), 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), 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.20260804.203557_amd64.deb Size: 121088 SHA256: df3d99bc0631abb93d4679d5b8e410fcd43c8af755e524360ae50a004e8c839f SHA1: ee4a514a6a96e8b80b2565e88501fdaac49ccdef MD5sum: 8ef6a4b8bc7a9134b32a2a6e421af96d 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.20260804.203557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 3130 Depends: ros-jazzy-rqt-play-motion-builder (= 1.4.1-1noble.20260804.203557) 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.20260804.203557_amd64.deb Size: 2940020 SHA256: 4e8887d7c631bcf9b25be060f882f7a81588b6a663bfc26aea27000dd5c92f67 SHA1: f5acf0b4f6366427491bce36a3e9d8dfb50e1e1c MD5sum: 05fc0363ebffa5a1376cbb23820477bf Description: debug symbols for ros-jazzy-rqt-play-motion-builder Build-Ids: 7f67be4336600296c70ab40fe0b82e83953b25ca Package: ros-jazzy-rqt-plot Version: 1.4.5-1noble.20260615.173938 Architecture: amd64 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.20260615.173938_amd64.deb Size: 55064 SHA256: 94169b35dfbaae5dea8527eb5cc971355c84d003c88c346e888d3cac657567d7 SHA1: 57d194a6563779cf6af6ac3bb4c742aa02d59f59 MD5sum: 7d0b4cf7dbeb49bb1765bd16648f0013 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.20260615.174246 Architecture: amd64 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.20260615.174246_amd64.deb Size: 30696 SHA256: d40367b5d559bcfe5bf61ae94135a004b1c51c0a58c6735b00dc72278cd9d1ce SHA1: c0544594f3f8e025bfeaddf2c045118afa684e64 MD5sum: 9da0d0d50be3faea326b5ea24118f76a 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.4-1noble.20260615.145450 Architecture: amd64 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.4-1noble.20260615.145450_amd64.deb Size: 22304 SHA256: a11b7133315dab57710759dd4c60fecf2c788c9fd156b5f103bd1229ca2f671b SHA1: 2eda7d38566c1b86ffe61c8cc2e1b4b11f530de8 MD5sum: 5066d7bd2ae093a0a7f1d19a108f7f64 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.20260615.174252 Architecture: amd64 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.20260615.174252_amd64.deb Size: 12514 SHA256: 246335eebe9cc57d2e31afb7fa9cf3decb52e7fd8ff273d4abaacf47b35fd524 SHA1: 7c512f49866363a81de86aff401e218562685b03 MD5sum: 4071ca551d97cf86b917660f3ad95b6d Description: rqt_py_console is a Python GUI plugin providing an interactive Python console. Package: ros-jazzy-rqt-reconfigure Version: 1.6.4-1noble.20260615.174202 Architecture: amd64 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.20260615.174202_amd64.deb Size: 62564 SHA256: 72084be8b1658a0d42a34df5f542e0735e6909dd1cf52a742dd3f21a11f8bf26 SHA1: b7dee08759df0f254b7e4fb07bf8b8f751bd92e3 MD5sum: 1d7791287aa3bd645d8da3272d559004 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.20260615.174338 Architecture: amd64 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.20260615.174338_amd64.deb Size: 58240 SHA256: b2dc2276569473b1735660e66e74002f93d958db6f58bcf3b3b2a99a25b00b1d SHA1: b38a443c73405958314911aea812286a8d38090b MD5sum: 0115d2d3e3a9f21144fc19e8d27287d0 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.20260615.174057 Architecture: amd64 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.20260615.174057_amd64.deb Size: 36994 SHA256: 65f555476b8462fa1f7368b543ebe2e6d8c772872f1dba3717b9adff56a95b97 SHA1: e7f5b4f66538cc38d82ab286fbd51fa29a93cdee MD5sum: 1a9af450f0fd491e6587e00b119d4d17 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.20260615.174019 Architecture: amd64 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.20260615.174019_amd64.deb Size: 15142 SHA256: 094e2e15f8b337d7353e5ad4c870802775a6b4c9982ae973331ca063385ba009 SHA1: 705eb22436ac412e25a21403f1fd9347d6b5f69f MD5sum: 098ab36f70148f1b8589c620d6ac176b 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.20260615.174100 Architecture: amd64 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.20260615.174100_amd64.deb Size: 16672 SHA256: 6a6f99b24aab48c30b5e9791691a08f34c89be2a145041b5bb9ebe924326a33b SHA1: 1b8f3077588725163d1fffab9477e42d88a4e4a2 MD5sum: 7c719dfcf2754a837b4884fe3b0d459a Description: rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages. Package: ros-jazzy-rqt-service-caller Version: 1.2.2-1noble.20260615.174355 Architecture: amd64 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.20260615.174355_amd64.deb Size: 19546 SHA256: 7950e54a4aaf3be1e9e66ba1c652bff09a4f2a7cf7d70352d1fe6da5729ed8d7 SHA1: 975fff90c33bae29536194957f5cbfdb07cd76ed MD5sum: 61b2e192665b6dbf9378c2667a4bedcd Description: rqt_service_caller provides a GUI plugin for calling arbitrary services. Package: ros-jazzy-rqt-shell Version: 1.2.3-1noble.20260615.174407 Architecture: amd64 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.20260615.174407_amd64.deb Size: 16630 SHA256: 91e26749f1e70e7250d0dd81d40be6e0f996dcf16ff416413e3a2d98e7c12c91 SHA1: 59018f0f9c504bb84340596a2f42b25cc7652cac MD5sum: c4bff06fbea5cdd00afe2b70a3dca3e2 Description: rqt_shell is a Python GUI plugin providing an interactive shell. Package: ros-jazzy-rqt-srv Version: 1.2.3-1noble.20260716.203700 Architecture: amd64 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.20260716.203700_amd64.deb Size: 7206 SHA256: 5ab864f3d49a3f629488d3bfd8258f8cf26a36467711601bb22a2683505c4675 SHA1: f8d6f908cc9a387ded11b6a2675454295a3c60b8 MD5sum: 55a7b04e844fb91606bdbd9acd4b2be8 Description: A Python GUI plugin for introspecting available ROS service types. Package: ros-jazzy-rqt-tf-tree Version: 1.1.1-1noble.20260804.183218 Architecture: amd64 Maintainer: "Isaac I.Y. Saito" Installed-Size: 83 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-tf2-ros-py, 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.1.1-1noble.20260804.183218_amd64.deb Size: 18504 SHA256: 3519f23ec86588697a78ee4283ecec05ed78448e2dfab9f9fcab4ad517421c40 SHA1: b3ea92b77700335cd318af708cf2d22a48e3d4db MD5sum: 6537ed0e6ba2baddfe3e028e3d7f6ff1 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.20260716.024205 Architecture: amd64 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.20260716.024205_amd64.deb Size: 25886 SHA256: b210dff81f1ada6fea56920d17bfe33d194aa52f4246c3eb73832efde42cdc83 SHA1: d68d906efa3dc3e55f851757fdeeb241da572090 MD5sum: f88d3be5b4f6cdd3e18068dcfab60f6d 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.20260618.161145 Architecture: amd64 Maintainer: bmagyar Installed-Size: 88 Depends: libc6 (>= 2.14), 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.20260618.161145_amd64.deb Size: 18230 SHA256: fc074547006ba8aa9eaad25322041eb20c1ff12b7bb472be4a6f4361fa4fff23 SHA1: 94bc42a821723e41de15be17052bdab217bdfe7d MD5sum: 00105342fdafb2576d0baeffc4ada6d7 Description: ROS Support Library Package: ros-jazzy-rsl-dbgsym Package-Type: ddeb Source: ros-jazzy-rsl Version: 1.3.0-1noble.20260618.161145 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: bmagyar Installed-Size: 160 Depends: ros-jazzy-rsl (= 1.3.0-1noble.20260618.161145) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rsl/ros-jazzy-rsl-dbgsym_1.3.0-1noble.20260618.161145_amd64.deb Size: 146560 SHA256: 6e4ea70af8da53b52f301b95b14966290c5277d6615bb51d741af1ae52650a07 SHA1: 14f5d4407a418619d1e214bc3756ce1035c2a5a2 MD5sum: 01a2197ed6d8fb877c2bffa260936566 Description: debug symbols for ros-jazzy-rsl Build-Ids: c0a1166dd03bf757a160d5771ba6cf7f919ef667 Package: ros-jazzy-rslidar-msg Version: 0.0.0-1noble.20260615.134232 Architecture: amd64 Maintainer: robosense Installed-Size: 473 Depends: libc6 (>= 2.4), 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.20260615.134232_amd64.deb Size: 48556 SHA256: 75001d72345a52b16ef5b85a6276281788daeeec48943802534de347fb9e6bd6 SHA1: 9238321b5816e10917c13d7c4a56ed55a55c7487 MD5sum: 9bd966edafabd6ad1f4f49f342d8734c 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.20260615.134232 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: robosense Installed-Size: 306 Depends: ros-jazzy-rslidar-msg (= 0.0.0-1noble.20260615.134232) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rslidar-msg/ros-jazzy-rslidar-msg-dbgsym_0.0.0-1noble.20260615.134232_amd64.deb Size: 209794 SHA256: 003dce0889ccf8420d6cd0a745eeb7592a9289ad398004c471f0049d9865a0eb SHA1: 8a251dd30a953ea559bbd9dc3a9263eae030e1d9 MD5sum: 94150752d3e9d53fb3af2ba7852182bd Description: debug symbols for ros-jazzy-rslidar-msg Build-Ids: 026f736ce52574cbc412b982df558e8145b781b2 55f3c7387bfa3117def68dbb69279515b26f80fb 61251173cca1673fd93fc8d030a0e01ffb10091e 631fbc65ee2b1c22affbabded0189558e0adfa48 72208c63e08a73e4447bb8487f6bb091aa01fe9a 7bcf967f1c5704be644c19b3ddda2ca1c249b85d 8863272fb0358e50fa750111cde2bb848a3cb97f 9b150910323c0a6c17b7a654ddddaeed19422ee9 dc957c0d2971f83e869cdb6bbac7502af30d2907 f64f7482581c8376544c0c23e6317b658c374e48 fd97fa638a6abc03956efa2948ff9edae069c422 Package: ros-jazzy-rslidar-sdk Version: 1.5.16-1noble.20260615.140343 Architecture: amd64 Maintainer: robosense Installed-Size: 853 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.20260615.140343_amd64.deb Size: 199670 SHA256: 18030a50a8d8230a8ec3e5969e2875623a5545949fcc39edb8e028f22b67afb9 SHA1: 9b41e1794d1b8d43a0022eb3e4ed1e46d7f84c0c MD5sum: 69eacd27e3f12144247190bfadfb0211 Description: The rslidar_sdk package Package: ros-jazzy-rslidar-sdk-dbgsym Package-Type: ddeb Source: ros-jazzy-rslidar-sdk Version: 1.5.16-1noble.20260615.140343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: robosense Installed-Size: 3708 Depends: ros-jazzy-rslidar-sdk (= 1.5.16-1noble.20260615.140343) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rslidar-sdk/ros-jazzy-rslidar-sdk-dbgsym_1.5.16-1noble.20260615.140343_amd64.deb Size: 3253722 SHA256: 78ea6f00e406d6ce38ce511d9725f395d193c4df61e0e50f112f2cf87d5eaf6e SHA1: 3e9b44bc656e8d697b24311f83259d41cb768da1 MD5sum: f6786ed989e6bb34e7cfcc52b0ffbf38 Description: debug symbols for ros-jazzy-rslidar-sdk Build-Ids: 42599b2a0930cf3dbb514c9be0ff4c577d07526f Package: ros-jazzy-rt-manipulators-cpp Version: 1.1.0-1noble.20260603.151716 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 477 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.20260603.151716_amd64.deb Size: 131610 SHA256: e2a4ab32f89cca2e1d7edf82c20b7e74866dfa89ec9292f669ef17700d6ce8a7 SHA1: 893ba99fabe1309bd36cda3fc39769a4d699bd1c MD5sum: 56a9e5634f1c1774ed68512e89ff5253 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.20260603.151716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 3949 Depends: ros-jazzy-rt-manipulators-cpp (= 1.1.0-1noble.20260603.151716) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rt-manipulators-cpp/ros-jazzy-rt-manipulators-cpp-dbgsym_1.1.0-1noble.20260603.151716_amd64.deb Size: 3866586 SHA256: dc6dd5624ecb5dc66e4f9d300c45cabb0ac660aefb759f25ecc4463b568d6734 SHA1: 2c7b1bc515a110ed2cada0a2b36f9a26084c537f MD5sum: eb8c49c04f0e3c541ae56bb82842d902 Description: debug symbols for ros-jazzy-rt-manipulators-cpp Build-Ids: 41e0a2d0001ba0584693966f26e5f5013c50dfc1 Package: ros-jazzy-rt-manipulators-examples Version: 1.1.0-1noble.20260615.163804 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 102 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.20260615.163804_amd64.deb Size: 22740 SHA256: baf50b8a63f42e128f7fa2f8bac8a712e8859f99b8b0bfa8301e01bd08f87028 SHA1: 161ee3cd09970675e3b45ba2e6c66f1c28e3a5ac MD5sum: c01c7758746a5b135122b412c1ca672d 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.20260615.163804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 522 Depends: ros-jazzy-rt-manipulators-examples (= 1.1.0-1noble.20260615.163804) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rt-manipulators-examples/ros-jazzy-rt-manipulators-examples-dbgsym_1.1.0-1noble.20260615.163804_amd64.deb Size: 497474 SHA256: 03124ecd18c234b5430a4f9d2f6229b475dc8276f416690eeec1545ad39dc2ea SHA1: 05b2ec4bdcf577125536e59f7ac605a3f9fa2884 MD5sum: 2ca033ea6064e46275214d83461ed1ae Description: debug symbols for ros-jazzy-rt-manipulators-examples Build-Ids: d3621bb8ceca7cab7fb4bed8cd118d55d457b1c4 Package: ros-jazzy-rt-usb-9axisimu-driver Version: 3.0.0-1noble.20260615.142101 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 423 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.20260615.142101_amd64.deb Size: 102320 SHA256: 1d9665326fcce7bf50df25ec8c2cf999741d27788a8093514f7dbd263850c2ba SHA1: 00359cfa93d95098315d3fb7d61c420767f674b1 MD5sum: b56a4c6a0556d9eca8e29bbc77a9e713 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.20260615.142101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 1770 Depends: ros-jazzy-rt-usb-9axisimu-driver (= 3.0.0-1noble.20260615.142101) 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.20260615.142101_amd64.deb Size: 1622046 SHA256: 445b666fcc827c46a2620dcec733a10c4c16797d0ca7e674a82067a603d1cb67 SHA1: 2d000f472107022feafdb4a3e828baeec3daaee5 MD5sum: 50b27f95590c735f1ec1f01c1fd8a7b0 Description: debug symbols for ros-jazzy-rt-usb-9axisimu-driver Build-Ids: 1f15f498d3be032f4f39decf4ab5ae2d2323ddff df95f21a6d7e61e69b9abd78783cbddeb922dab1 Package: ros-jazzy-rtabmap Version: 0.23.7-1noble.20260622.082343 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 21796 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.4.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.23.7-1noble.20260622.082343_amd64.deb Size: 6075560 SHA256: d71bff71c0371f99b89a0224ef5b7cf600cac2987d4d0f765240e86b40134106 SHA1: 7179f03ce9b5e2b358108803e24d87d04bb4916d MD5sum: 5b74362158610f83e7279f14be95b0ae 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.23.7-1noble.20260804.180922 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 506 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-tf2-ros, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rtabmap_conversions/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-conversions/ros-jazzy-rtabmap-conversions_0.23.7-1noble.20260804.180922_amd64.deb Size: 170866 SHA256: 43a58c15834c93a82f75425bc6204899d1cf2a57694a85d7da4c6259d86aa66d SHA1: 82b0ffdd781a7beda0bd28cd09ab489681816020 MD5sum: e4f82e9f6003646777e727b5a19bbecd 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.23.7-1noble.20260804.180922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 3089 Depends: ros-jazzy-rtabmap-conversions (= 0.23.7-1noble.20260804.180922) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-conversions/ros-jazzy-rtabmap-conversions-dbgsym_0.23.7-1noble.20260804.180922_amd64.deb Size: 3030738 SHA256: b5b27f9af7b29c8e2622c57bab1d6e0a031c10f5d91fad7894faa9434d813b2e SHA1: c837139bb5e3dabfae4fe1ba2699557512b82556 MD5sum: e50eb1370ce268c2f28be685d05fb8a9 Description: debug symbols for ros-jazzy-rtabmap-conversions Build-Ids: 5a0a0621c0ef6e442e935551d64b4c7e584a7165 Package: ros-jazzy-rtabmap-costmap-plugins Version: 0.23.7-1noble.20260804.191724 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 770 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-nav2-costmap-2d, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rtabmap_costmap_plugins/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-costmap-plugins/ros-jazzy-rtabmap-costmap-plugins_0.23.7-1noble.20260804.191724_amd64.deb Size: 169544 SHA256: 11b4d23ddf47e514144fdc90a3ba82f268adcaf6f63c90586cd7f92237b1fa7d SHA1: 81d6018492eace2f7291930221528c61da94a19d MD5sum: 1ba782c76b0ff6e76e6fee9c541a538f Description: RTAB-Map's costmap plugins. Package: ros-jazzy-rtabmap-costmap-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-costmap-plugins Version: 0.23.7-1noble.20260804.191724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 4216 Depends: ros-jazzy-rtabmap-costmap-plugins (= 0.23.7-1noble.20260804.191724) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-costmap-plugins/ros-jazzy-rtabmap-costmap-plugins-dbgsym_0.23.7-1noble.20260804.191724_amd64.deb Size: 3797648 SHA256: 5c7ac5557cc9fbbac17b032818ccda8cab6245eacafb5b973550ef86b5fb3cb1 SHA1: bf06e6e0b269d28ee1adf198a7144e940aef886b MD5sum: 024d87b75a5de17109ffb12b4e469802 Description: debug symbols for ros-jazzy-rtabmap-costmap-plugins Build-Ids: dbd89c3e62e27815dce3752c8b7620357b2ab319 de19aaa10d99d9ca59a672d47c58337f5805cf22 Package: ros-jazzy-rtabmap-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap Version: 0.23.7-1noble.20260622.082343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 114742 Depends: ros-jazzy-rtabmap (= 0.23.7-1noble.20260622.082343) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap/ros-jazzy-rtabmap-dbgsym_0.23.7-1noble.20260622.082343_amd64.deb Size: 111598060 SHA256: 458eee7b6a62aa8867e5bbf4f8d92f93b471c386b7bfa4e2c2254ecb862d175e SHA1: 31cba48e5d8022026ae944b1a16d4eb4c69e3cc6 MD5sum: 3101b08d347b8049a7441b8556907f8c Description: debug symbols for ros-jazzy-rtabmap Build-Ids: 016e1a671cd3af4feb292708f930b8284c788955 092f84c06b5f457746b9e0f97c9791e2c4abcc2f 0a6b0b19ff0e2c2156881a88d2f391ecd8b2c794 1cc66496cd260f1659ad65ba680709f68597d8f8 280754caa64e9e2b5416f4635d152fe8783ee043 2f2e64c53b345a6b676bf53f6c7ac535122cbac9 32f112176b5b979ed0287ead99df37a62b9df7fe 3d82cb09fbb7ed6826b01ab968e97335dde94143 4a269ab0ff7852bce42836a2b93f2359e6b79151 511a3a26d004f77995a3f1466bacbe5d05189518 53aa7b9022b3274944aa4b8c782ac4e2a1f19720 59fa5cbb28685055f3aa66a3afe35bed524641b6 6af1eaddaabfe9ba76b4c90e10fbbd8b956ce7ff 7526f4be7601296d7279ef506510fd14e7ea3700 83045bef628aed0e43c7b83308518151844a86ed 8a8de498c92ae9c9efa07fc360bfcc10384bf38f 95b128b3e21d0bf707517fdeab5d00fd22f74ba1 ac358e919c5445e2b5dd2a0cd531f52d0286feb6 b40f0a5a5ab936c178f4409df078decd8d9e81f6 c06a3711565894777f471faee752fdac596b7009 c5fa53c159e0e14f31cca0274807656adc50f989 cd1245eac944e3f743b349098b7542a2b89dd82a dbde765c751becf21862cc1a20acd0ba3bdc7dc5 e10480119fcb21681da4eff3fe544b68e742ddc1 e4c9b3e62bfc249a10354e7dc89d575e22ab4231 e98ac66786788576f19a35007a4e4933c62c8a5a fb1c8d6839b47d26437a3fd1096468a00035c8b7 Package: ros-jazzy-rtabmap-demos Version: 0.23.7-1noble.20260804.204412 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 457 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 Homepage: https://index.ros.org/p/rtabmap_demos/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-demos/ros-jazzy-rtabmap-demos_0.23.7-1noble.20260804.204412_amd64.deb Size: 125828 SHA256: 446c542207814f668d93433832bcc1c58643444d30005697b8a01795308b723d SHA1: fa2282f8948e456275d561d34d364834489b3702 MD5sum: 3450697058fa6106485959916768fc50 Description: RTAB-Map's demo launch files. Package: ros-jazzy-rtabmap-examples Version: 0.23.7-1noble.20260804.204406 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 238 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 Homepage: https://index.ros.org/p/rtabmap_examples/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-examples/ros-jazzy-rtabmap-examples_0.23.7-1noble.20260804.204406_amd64.deb Size: 29028 SHA256: 7b802bb8717839820daf294c0bf68180c127165a4951cc7e7e6092a5585229d3 SHA1: be5599cda816dd249889575f3e331f74019f98d0 MD5sum: 76f2d3c156de04263e6a6c088c934a64 Description: RTAB-Map's example launch files. Package: ros-jazzy-rtabmap-launch Version: 0.23.7-1noble.20260804.204432 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 98 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 Homepage: https://index.ros.org/p/rtabmap_launch/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-launch/ros-jazzy-rtabmap-launch_0.23.7-1noble.20260804.204432_amd64.deb Size: 13006 SHA256: 1ee891591bcfb5c817c6f2eb2074e5c668c47551b9c07adf32fcbdf8c8b6e9ee SHA1: 008d510ca059011883033cf170855fbf028ea5fa MD5sum: edc19d1a6bd0075ad04f2c05987f617c Description: RTAB-Map's main launch files. Package: ros-jazzy-rtabmap-msgs Version: 0.23.7-1noble.20260624.072712 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 12329 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/rtabmap_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-msgs/ros-jazzy-rtabmap-msgs_0.23.7-1noble.20260624.072712_amd64.deb Size: 814954 SHA256: 9246bdecaee745d83234bf5df2165f72ffa7cdf45a0d2d2ca69a5e9241437d57 SHA1: f9c55dfcd7272abb920fff23483b914a9603144f MD5sum: ba90a667ac8d446a0613e03771e1b0b2 Description: RTAB-Map's msgs package. Package: ros-jazzy-rtabmap-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-msgs Version: 0.23.7-1noble.20260624.072712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 10056 Depends: ros-jazzy-rtabmap-msgs (= 0.23.7-1noble.20260624.072712) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-msgs/ros-jazzy-rtabmap-msgs-dbgsym_0.23.7-1noble.20260624.072712_amd64.deb Size: 8450138 SHA256: dcbbf1c75be4e7b9b207b2ba68cfc305d72d3244c31cb5911d02bc18d3a79c1e SHA1: 9fcb317f7cfb83361d3a4affef51504552d251e4 MD5sum: 9cf393b1fd49e4cf770ef83c271506b7 Description: debug symbols for ros-jazzy-rtabmap-msgs Build-Ids: 07fe0f32af5cb3696bba04752d650f881b2d1191 187a63077d2d3254e954b7cdf2cbbfb6d85187fb 4f8bd95245dcd7e60e04c43991bbfce4a1a8ce93 57c4df464eddc545d3653660eae65d328f10e3b3 60e059d56d0fb9b217a11293b524a488f0a5f84f 6ef4120311d4bfd597ca81c3b7475da7b8d85ff1 71a03531a6e6ef1a7402763efab8a110102e5d6d c0a7f21b10a786d83693089e1ff7a7210b93cde3 d00e7ef8fee6007e2e6692f8542e4487c4a7dcfc e1eb3776be9a20a8a87831afd7b3549305ef771e ecf0af2d0e78e5cb30e694f9578358d223a5f35a Package: ros-jazzy-rtabmap-odom Version: 0.23.7-1noble.20260804.202021 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 4498 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 Homepage: https://index.ros.org/p/rtabmap_odom/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-odom/ros-jazzy-rtabmap-odom_0.23.7-1noble.20260804.202021_amd64.deb Size: 761258 SHA256: 2960eed8d247399e755e25a765d148587ddcbead2350762e5c2b6e9f556d8d3a SHA1: f03a3463ba59370153200eda87f7536aeb495c1b MD5sum: cea18167b9e8bd8e67027aa63622e26f Description: RTAB-Map's odometry package. Package: ros-jazzy-rtabmap-odom-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-odom Version: 0.23.7-1noble.20260804.202021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 23714 Depends: ros-jazzy-rtabmap-odom (= 0.23.7-1noble.20260804.202021) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-odom/ros-jazzy-rtabmap-odom-dbgsym_0.23.7-1noble.20260804.202021_amd64.deb Size: 21030710 SHA256: 5085b5168d8bd93b1b2319b968ec4cbd77b7b05d19fbd0752026028fe943b608 SHA1: d9fc28cb846ff158cebb6a92241c9645a1f5b477 MD5sum: 40d9fe47dba39df922a5f561f647ec2e Description: debug symbols for ros-jazzy-rtabmap-odom Build-Ids: 087bb06541062838aed3864acd374a8ffc1be522 091c1bc18c673dae2bd9df28de227a12956b9c54 67721d46416bb5249476720ebab6227eab2e7ef4 6af8efc97a3bd1a630834637576426adb5bb852c 9d7a41847cb9b142861f0604e1a08f952313bfd4 Package: ros-jazzy-rtabmap-python Version: 0.23.7-1noble.20260624.072924 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 36 Depends: ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rtabmap_python/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-python/ros-jazzy-rtabmap-python_0.23.7-1noble.20260624.072924_amd64.deb Size: 5096 SHA256: e4ec7165b9776c7c548fef2fcc699e1e269bd51e6018ffa82d7fed46c7128af5 SHA1: d1aa1b94858b4365c6b8ca9c104d0e9765680176 MD5sum: 129b2cfe7aa5210fa57c001496d6d217 Description: RTAB-Map's python package. Package: ros-jazzy-rtabmap-ros Version: 0.23.7-1noble.20260804.204613 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 42 Depends: ros-jazzy-rtabmap-conversions, ros-jazzy-rtabmap-costmap-plugins, 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 Homepage: https://index.ros.org/p/rtabmap_ros/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-ros/ros-jazzy-rtabmap-ros_0.23.7-1noble.20260804.204613_amd64.deb Size: 5274 SHA256: b0e1d89318e24c20befafa8a8e6d2d2d8ef260bf9d6133fe3dc2a5dd0bb4a452 SHA1: 17b6a3bd12c748096d919d89f72cf038f8c88e13 MD5sum: 94ca9218b4751816a2b9804d4ff3ff88 Description: RTAB-Map Stack Package: ros-jazzy-rtabmap-rviz-plugins Version: 0.23.7-1noble.20260804.191355 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 1475 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.15.1), 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 Homepage: https://index.ros.org/p/rtabmap_rviz_plugins/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-rviz-plugins/ros-jazzy-rtabmap-rviz-plugins_0.23.7-1noble.20260804.191355_amd64.deb Size: 293044 SHA256: c8d40df7c4d606c95165e91d75398f9bc70529d292c54eebd16e7656a26aacf2 SHA1: 8892453241cc860115064e196c9288d36cba2bde MD5sum: 0a0fd977040242430fc64a104638e3df Description: RTAB-Map's rviz plugins. Package: ros-jazzy-rtabmap-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-rviz-plugins Version: 0.23.7-1noble.20260804.191355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 10317 Depends: ros-jazzy-rtabmap-rviz-plugins (= 0.23.7-1noble.20260804.191355) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-rviz-plugins/ros-jazzy-rtabmap-rviz-plugins-dbgsym_0.23.7-1noble.20260804.191355_amd64.deb Size: 9339882 SHA256: acad5e46bb508b1591fdeea45589438568a09ca0ed6a59ec44e74e420403ac62 SHA1: 2de8fcd4b079714481b6d4345921e49125eeacbe MD5sum: 616113782a0218edba3fe9a9411f3211 Description: debug symbols for ros-jazzy-rtabmap-rviz-plugins Build-Ids: 50b67ddba05969e6b06d0e2e5c48d70905507bc5 Package: ros-jazzy-rtabmap-slam Version: 0.23.7-1noble.20260804.200911 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 5961 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 Homepage: https://index.ros.org/p/rtabmap_slam/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-slam/ros-jazzy-rtabmap-slam_0.23.7-1noble.20260804.200911_amd64.deb Size: 860676 SHA256: 79a9ed6c21d3cd632b07897362b157236e7b3b2f30d8c11e6a2c2b448d0b4e40 SHA1: c08694daf7c8449ae399ff74749a42ea57ab8cb5 MD5sum: 8d954ac087fc5dcfef908b81276a3705 Description: RTAB-Map's SLAM package. Package: ros-jazzy-rtabmap-slam-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-slam Version: 0.23.7-1noble.20260804.200911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 27196 Depends: ros-jazzy-rtabmap-slam (= 0.23.7-1noble.20260804.200911) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-slam/ros-jazzy-rtabmap-slam-dbgsym_0.23.7-1noble.20260804.200911_amd64.deb Size: 22335424 SHA256: 9adef340e99894ae1ff2ca74028e947d3c8d2c4baa908305c190afcdeaf95cf8 SHA1: cbe4c5f930e1497efc6f61c833a64a2a92ffecab MD5sum: 98656faa65ab4d91a04871712905cb9e Description: debug symbols for ros-jazzy-rtabmap-slam Build-Ids: 52f86c37234c8aca3903dfe13cf6baf19e0e5508 a9cefe983f864a2fe3a0cb8d344da1455f53258b Package: ros-jazzy-rtabmap-sync Version: 0.23.7-1noble.20260804.185702 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 15155 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 Homepage: https://index.ros.org/p/rtabmap_sync/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-sync/ros-jazzy-rtabmap-sync_0.23.7-1noble.20260804.185702_amd64.deb Size: 1761146 SHA256: 27493313d5c5c7ae0bcc63c8cb52ab6d6bfec13b685956ad24912b8d3e718b0c SHA1: d933a51ced6e4179d29d6eaf360d10fe7e1a4f70 MD5sum: ddd1366754eadef0fb277714752bbffe Description: RTAB-Map's synchronization package. Package: ros-jazzy-rtabmap-sync-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-sync Version: 0.23.7-1noble.20260804.185702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 66763 Depends: ros-jazzy-rtabmap-sync (= 0.23.7-1noble.20260804.185702) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-sync/ros-jazzy-rtabmap-sync-dbgsym_0.23.7-1noble.20260804.185702_amd64.deb Size: 56636736 SHA256: 8192b2f6f185153ea9238518b7807a536cc2731ae834d5fb4b70781eca6a042d SHA1: cf6207193a552b41ed5e56ef50f26b0786804c0d MD5sum: 05fc541ecb42cbae3baeb84ec2a0d9d8 Description: debug symbols for ros-jazzy-rtabmap-sync Build-Ids: 1022c2763529e06301da94d5b16d8d5637b66261 38714024755adbc949d2fe406fb4bccbfe3826e1 6d7c1b327fec230d74111354517a5e943b7032c9 78b84d2cbbaada13a795a2026a0822b204ac645d 9838ee6fcf05c4a65580ce4803e53ab05aa768a4 c16e6b620db8177c7298257a11b5760db4327c01 Package: ros-jazzy-rtabmap-util Version: 0.23.7-1noble.20260804.193800 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 5964 Depends: libc6 (>= 2.35), 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-grid-map-ros, ros-jazzy-image-geometry, 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-rtabmap-sync, 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 Homepage: https://index.ros.org/p/rtabmap_util/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-util/ros-jazzy-rtabmap-util_0.23.7-1noble.20260804.193800_amd64.deb Size: 992920 SHA256: b46bd1f3db76bdac3ab92956362dd403e5d698b058e2953ad19c22b938dbec8e SHA1: 181020916518c815da0a620452f6a99f04883293 MD5sum: 800123c7f20989811a6a1be4025ef90d 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.23.7-1noble.20260804.193800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 40191 Depends: ros-jazzy-rtabmap-util (= 0.23.7-1noble.20260804.193800) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-util/ros-jazzy-rtabmap-util-dbgsym_0.23.7-1noble.20260804.193800_amd64.deb Size: 36385166 SHA256: 4f8454ec0addd1b4ec5a2217e639b945f1a8574d76f64d8d6942fe47f0379109 SHA1: 34b115eb32372972e7c6b7217e0cfd733eb7ff9c MD5sum: f0467f03cd7c4e5440be5889d87c9bfa Description: debug symbols for ros-jazzy-rtabmap-util Build-Ids: 00aee1e2299b25e7c175bb9532999cd07f2ef6b4 03080a42ca5ad19dbc54ec16313350d270090e3e 1abd0fffb3cfad9fc17f081a867bf5e06a64a06b 243fe663d8dd0d0696a14643babf8692c22d1f67 39a33581eae6ddbb5ee78e2a26b67ec1ab827f11 634ef1b80220bc802258a06758489d2b4fea952a 6359775448ebab04d9784f5c320d27430e776bde 7c1cf14c52ff00021c75a8cd852c069cec1ef466 7ce85202f811cc0adc49d3b1183bb8266d6eb238 87905907f1c07c0fcf8e0b341b3f4499cbca5689 a124f28a007298a8a78f23c8ebcc6a6510853192 e5bfedca2e63adc64ce67acb154721ea5df2d515 ecd8b192417b9840d7a6abd883ac9c6f8d63e861 f0931608d1930a226a931802da6d5479bac9ef8c f6b1064c06dabf1cc6b72d4642c12825a8a4b42d Package: ros-jazzy-rtabmap-viz Version: 0.23.7-1noble.20260804.193751 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 2589 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), 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 Homepage: https://index.ros.org/p/rtabmap_viz/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-viz/ros-jazzy-rtabmap-viz_0.23.7-1noble.20260804.193751_amd64.deb Size: 469160 SHA256: 5dc7bc507db1f71f0f2e4f440763eebf4a984ec454e69d09bb11999fd7431d2f SHA1: 932ce84dba0529ce78113a1219554f7617ccee12 MD5sum: 2a890e35213c115684e82089b094ee52 Description: RTAB-Map's visualization package. Package: ros-jazzy-rtabmap-viz-dbgsym Package-Type: ddeb Source: ros-jazzy-rtabmap-viz Version: 0.23.7-1noble.20260804.193751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 14707 Depends: ros-jazzy-rtabmap-viz (= 0.23.7-1noble.20260804.193751) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtabmap-viz/ros-jazzy-rtabmap-viz-dbgsym_0.23.7-1noble.20260804.193751_amd64.deb Size: 12897930 SHA256: 8664323270cbe7eb96918b98eb9ed323729cc224984fee0669289f0832a85f66 SHA1: 42514543b033a60d82252ca0daaf40328c12fe41 MD5sum: e369cd3d6ab75fecde8dbee9c44ec25a Description: debug symbols for ros-jazzy-rtabmap-viz Build-Ids: b0506e306844323ce8587e63c1be410565690871 caeb75840dbac441408a16eb502980eb3ef0a35c Package: ros-jazzy-rtcm-msgs Version: 1.1.6-4noble.20260615.114610 Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 449 Depends: libc6 (>= 2.4), 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.20260615.114610_amd64.deb Size: 47214 SHA256: d131caee67fb16d00b7fec2afca0329db11f26e1d993f9c28548462e5b9bf62e SHA1: e39b60b47e6c95ddf57e0f13c5c7cd3dc42895ff MD5sum: bd93f09e8a7cf99627ec6e0844c15b83 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.20260615.114610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 296 Depends: ros-jazzy-rtcm-msgs (= 1.1.6-4noble.20260615.114610) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtcm-msgs/ros-jazzy-rtcm-msgs-dbgsym_1.1.6-4noble.20260615.114610_amd64.deb Size: 207060 SHA256: 4e557fc567335bc54b4b3ea71ad3fe8a844a06915541382ab937a9f39f3b3092 SHA1: fffcf682b1b20a06d63d6eaa7734d506dc02b09a MD5sum: e5fc93f1d82f01df6c6dd31a7afcf348 Description: debug symbols for ros-jazzy-rtcm-msgs Build-Ids: 1c7e9d661f3e6dc5320e33ae05040ec2829453ee 286895f286b7c402a63cad3e902239adc81a406b 3b6c81ba73eef7650863d4a5a3b09e9602bcd12f 48e600f8a0812aa6db308aa91ea89345ab464b94 6a1c05428745178c24a9b69d037977b3c89a0881 88455a4ff2f6d3461ac998b33522624d37ef2197 8f10fcd81ea9e89a8ded625b66f3c793aaf1d7ea 8fa12511b0902a51e4662570c96768e67f15238b a7e83d1ec109fe267dd625dd51a0071f574cd292 bbaf79862772925a07b4e54535bb1d51c927f313 e56a397e07e9da83ff93a76e08e7c60245e6c8ee Package: ros-jazzy-rtest Version: 0.2.2-1noble.20260615.154003 Architecture: amd64 Maintainer: Gary Cross Installed-Size: 346 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.20260615.154003_amd64.deb Size: 56728 SHA256: 3c5697b5d95e501fdb967554d642901f517c4d5480a9c146bd6c7e059c50a021 SHA1: 1dfc73f6e6ff60a3d43341f0766fe065dfab9eb1 MD5sum: f562639edae315a022779f6201fbde7c 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.20260615.154003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gary Cross Installed-Size: 590 Depends: ros-jazzy-rtest (= 0.2.2-1noble.20260615.154003) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtest/ros-jazzy-rtest-dbgsym_0.2.2-1noble.20260615.154003_amd64.deb Size: 561326 SHA256: c536955d4151bc0bb04fa4e715092da800ee9028a74fc245bbc9a0ba45c4ba74 SHA1: d9ce56bac3f453a4085d1b5db8ad1bb2c5f4ea20 MD5sum: 14494d5504a75508db3b3beb259b2d5c Description: debug symbols for ros-jazzy-rtest Build-Ids: 39684450f2edb1ef47429e9e964bd542d6ed531e Package: ros-jazzy-rti-connext-dds-cmake-module Version: 0.22.3-1noble.20260225.225553 Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 75 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.20260225.225553_amd64.deb Size: 12296 SHA256: 9e08011c2bf18ce661190479a9c6101387e8651a56aa333acec2938f8590a265 SHA1: 4c988142a915d0a67cc77c500dbdd50f168d9b8f MD5sum: 7d8eee3c0a3838bcd75d93eb68cd7a97 Description: Helper module to provide access to RTI products like Connext DDS Professional Package: ros-jazzy-rtsp-image-transport Version: 2.0.2-1noble.20260615.154420 Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 1315 Depends: libavcodec60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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 Homepage: https://index.ros.org/p/rtsp_image_transport/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtsp-image-transport/ros-jazzy-rtsp-image-transport_2.0.2-1noble.20260615.154420_amd64.deb Size: 358574 SHA256: 1211f02b95cc7793c08909ce50aac05d1bc21297d3f63bd4ae927de2d2ee46df SHA1: 15cf119ff86ca8aef40d56b8dd0109adca021aad MD5sum: f1abd007ab2f87c0d27cc062a7f662b3 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.2-1noble.20260615.154420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 7632 Depends: ros-jazzy-rtsp-image-transport (= 2.0.2-1noble.20260615.154420) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rtsp-image-transport/ros-jazzy-rtsp-image-transport-dbgsym_2.0.2-1noble.20260615.154420_amd64.deb Size: 6967262 SHA256: d3be4359ce021a8ac156e7d5f2c1ac65ffc343a6d2ac3fa9e1882b6781ccfc33 SHA1: 2b1c7b12ea2681dca8c59bbc656dccb008351935 MD5sum: 01c6474759932a422e095aba29ba7aa5 Description: debug symbols for ros-jazzy-rtsp-image-transport Build-Ids: 512602b170de80a020a2637cb6ec01d4113a35a1 97a2186c7ce75edd9db1f0522be89b29cf0685ad c0f94c1171a76dd897510e101b60f49fdb92da17 Package: ros-jazzy-rttest Version: 0.17.1-3noble.20260225.225641 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 125 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.20260225.225641_amd64.deb Size: 30716 SHA256: f9bb937acddd92916fde42d372e14c4cbc699a1405b2a73bb337243d3518deb3 SHA1: fac44447b9f30bebdfcca031dce216c74c2c28f9 MD5sum: 60b885831bc3a4f6248bf81e12fa152c 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.20260225.225641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 187 Depends: ros-jazzy-rttest (= 0.17.1-3noble.20260225.225641) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rttest/ros-jazzy-rttest-dbgsym_0.17.1-3noble.20260225.225641_amd64.deb Size: 166372 SHA256: ae94ca4de2152dfb4dcc13d94d7d4e8e861e66a09e3805d919663561a1e2e211 SHA1: 786195b7f8bfb69685546f83fd013a0ed383cdb8 MD5sum: dfe76692781f1faf78ed44a1ff1e3899 Description: debug symbols for ros-jazzy-rttest Build-Ids: 48515c6b56fc093368d1a2b0914f5f857a93a6ef Package: ros-jazzy-ruckig Version: 0.9.2-5noble.20260225.142307 Architecture: amd64 Maintainer: Lars Berscheid Installed-Size: 272 Depends: libc6 (>= 2.4), 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.20260225.142307_amd64.deb Size: 75240 SHA256: d60dd227f34c1d36ac38aa6f330c14efdda096d87f6f47dded8de6e8a5073a5c SHA1: 61444665eaf250ed69cf12a4117163c8082e8958 MD5sum: 26cf94b95b29b42995d7de6b38686071 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.20260225.142307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lars Berscheid Installed-Size: 233 Depends: ros-jazzy-ruckig (= 0.9.2-5noble.20260225.142307) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ruckig/ros-jazzy-ruckig-dbgsym_0.9.2-5noble.20260225.142307_amd64.deb Size: 215232 SHA256: 345a9402d25e6a4c442aaef510bf443e49c081c57a873e7aa610b6fdabd1d5d8 SHA1: 2024c4b889a14e7c44ae6227cf84601f83464033 MD5sum: e99f4d1e66352c01022c5784cbfe287f Description: debug symbols for ros-jazzy-ruckig Build-Ids: 1c26f3acfbdf00d270d81749c893a9ab08f9edd8 Package: ros-jazzy-rviz-2d-overlay-msgs Version: 1.4.2-1noble.20260731.142030 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 524 Depends: libc6 (>= 2.4), 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/rviz_2d_overlay_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-2d-overlay-msgs/ros-jazzy-rviz-2d-overlay-msgs_1.4.2-1noble.20260731.142030_amd64.deb Size: 51836 SHA256: ae7547e950935f76bac2b6cd84c5d008d4eb14ae694942a0cee9e757ea6f2c1e SHA1: 98a32bc73df2a8b9756f3fff2d34a6ab2ed14aa6 MD5sum: 607c8d083abbaa7ef4c93fc59688457f 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.2-1noble.20260731.142030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 306 Depends: ros-jazzy-rviz-2d-overlay-msgs (= 1.4.2-1noble.20260731.142030) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-2d-overlay-msgs/ros-jazzy-rviz-2d-overlay-msgs-dbgsym_1.4.2-1noble.20260731.142030_amd64.deb Size: 211510 SHA256: 8954e159302cc6a1cb2a09aacffc1b2902b60b0fa7b4414e3f452b9aa3884d15 SHA1: ac86856efefa52f21ecffdf4e3753baa077ff141 MD5sum: cc957b65a183c5a49e32a27c1b335f35 Description: debug symbols for ros-jazzy-rviz-2d-overlay-msgs Build-Ids: 0165ff93cb7edc6de455e79959e05ac84af82717 13882ef9bcb61008a6e8813fbf42681a116ac6e9 3cf5aa2bee527f300dad28572016eebc663e7bd9 53026a77c3c25fe0aaee2a5df50a739937d511c2 58ee69bb74d83477b0340f3ff4a49d2d71425315 7496f16e38b5dab882d9a4ae6708b91612442d99 a6efd0d21f97ffd57311b163843f0430f3fd571e ab0f97d96136db8d65ea297d24a45561e7f2d60a cedd1331cce1c7c8830be9050c93aae29b90b759 e53d77a228075768196e263f8eb38a9f65eb0d4d f262056205c3d452b26a67912bccadc6c5488bc1 Package: ros-jazzy-rviz-2d-overlay-plugins Version: 1.4.2-1noble.20260804.185025 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 1466 Depends: libc6 (>= 2.34), 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), 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 Homepage: https://index.ros.org/p/rviz_2d_overlay_plugins/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-2d-overlay-plugins/ros-jazzy-rviz-2d-overlay-plugins_1.4.2-1noble.20260804.185025_amd64.deb Size: 293686 SHA256: ebdb3a48355fee1fe423f321fa74502245468f42b2bc681d0efdd12ca96ba513 SHA1: 2d5f7576240cce9ef341800ebc65e79b4687a341 MD5sum: 661c9f65c66426b5f6bacd999ecf6afb 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.2-1noble.20260804.185025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 8337 Depends: ros-jazzy-rviz-2d-overlay-plugins (= 1.4.2-1noble.20260804.185025) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-2d-overlay-plugins/ros-jazzy-rviz-2d-overlay-plugins-dbgsym_1.4.2-1noble.20260804.185025_amd64.deb Size: 7390672 SHA256: 3a4fc2d3ab8eeb6bd73e04446e50e709879da8f67c2070b853d5e5ed32431ae4 SHA1: 37b2b548ad5003cd063315e92212ff719448647c MD5sum: 4c3fa9317af9e59ff2178cc730ba4d65 Description: debug symbols for ros-jazzy-rviz-2d-overlay-plugins Build-Ids: 490536b92f830a61f9e98baf6b20e32e1945b65f 8ff68eea986b55b226ec3f84f51f2660392f29e1 Package: ros-jazzy-rviz-assimp-vendor Version: 14.1.23-1noble.20260715.010624 Architecture: amd64 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.23-1noble.20260715.010624_amd64.deb Size: 8508 SHA256: 2460ad6324225e05aa195213256d1ce6428bd12f364604af5ed340586353dbb3 SHA1: e46acd6454a3149fa44eafce2e0345716644de32 MD5sum: 7ec6b0998734c6e780485cb7da2a64ef 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.23-1noble.20260804.175933 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2535 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.23-1noble.20260804.175933_amd64.deb Size: 633158 SHA256: 69c388e5fdff7e5909733eab4f2562b9f736a308bdca12a130a1465ef4fdd775 SHA1: 6087882739dfd39dadfd2e45f3b28e51f79d63bc MD5sum: 69896a10aa4ce36ab457fc342056869e 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.23-1noble.20260804.175933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 27233 Depends: ros-jazzy-rviz-common (= 14.1.23-1noble.20260804.175933) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-common/ros-jazzy-rviz-common-dbgsym_14.1.23-1noble.20260804.175933_amd64.deb Size: 26955908 SHA256: 94bc2a6e7cd9cec23235fbab6427a93fedbe3e7b8da6edc32782bb221ae07793 SHA1: 56d28e713c7ebe40f64d7b6d73703237764c45a9 MD5sum: b487cb20fa3674a3a21f599623003b4c Description: debug symbols for ros-jazzy-rviz-common Build-Ids: 9492811b28fda86c216ee25ef2afa6b298020d1b Package: ros-jazzy-rviz-default-plugins Version: 14.1.23-1noble.20260804.181946 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 10538 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.15.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.23-1noble.20260804.181946_amd64.deb Size: 1555058 SHA256: a177c91d84eedf3989985ac881f1699faaf413a84096f1b9ded2ae473c9250d8 SHA1: ee569df6652545b496395457de328ce97f880d06 MD5sum: 8eee398b241e2434faa27df0df56a1af 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.23-1noble.20260804.181946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 86891 Depends: ros-jazzy-rviz-default-plugins (= 14.1.23-1noble.20260804.181946) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-default-plugins/ros-jazzy-rviz-default-plugins-dbgsym_14.1.23-1noble.20260804.181946_amd64.deb Size: 79276786 SHA256: 11ea38758eb1d8f482664353aa6733b7be44e122584132123ac89667cf849497 SHA1: 26b3c3188519b548cc3c8f690ef6b50a01dbdf53 MD5sum: fea6354fb3ff0cd87a4ef9b33ba210e6 Description: debug symbols for ros-jazzy-rviz-default-plugins Build-Ids: f2baf6a7846132b72fd77dd0d5f213ece6152127 Package: ros-jazzy-rviz-imu-plugin Version: 2.1.5-1noble.20260804.182007 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 908 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260804.182007_amd64.deb Size: 171310 SHA256: e34cef41f42a009ab9a6ca014efb38268a08676a100fedb4fe01d78a28853eb5 SHA1: f280e697e43d82180c75409bd446411c5c6801cd MD5sum: 5ed02122c63927b639c217bfde631230 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.20260804.182007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5829 Depends: ros-jazzy-rviz-imu-plugin (= 2.1.5-1noble.20260804.182007) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-imu-plugin/ros-jazzy-rviz-imu-plugin-dbgsym_2.1.5-1noble.20260804.182007_amd64.deb Size: 5199334 SHA256: 4f9a6efb54f61697a3222f3bf2933cf919c85d98b437d6bbba142d5d8ad674f1 SHA1: 9f40267746780219d3f006f96e4b8d8eae7c997b MD5sum: 4f3fb4dad9f1202393ce7c80b0641750 Description: debug symbols for ros-jazzy-rviz-imu-plugin Build-Ids: cacde4c9228e4ccb4293ced917dcb47ca434996d Package: ros-jazzy-rviz-marker-tools Version: 0.1.5-1noble.20260804.184021 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 94 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.20260804.184021_amd64.deb Size: 19824 SHA256: 7ffa253cb5fd01b94eb81a3c0d90b5ae13a039bb4293c370312f27795102a104 SHA1: 4b3ff7333db7c9c3112ab59f1d6288aaf8072a50 MD5sum: 9df4c7dd89403ea1e034ec3e3e88a2a7 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.20260804.184021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 873 Depends: ros-jazzy-rviz-marker-tools (= 0.1.5-1noble.20260804.184021) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-marker-tools/ros-jazzy-rviz-marker-tools-dbgsym_0.1.5-1noble.20260804.184021_amd64.deb Size: 869348 SHA256: 147c73dd4189a0f5a1ed615e38d41616cb317ccb987abc4ee0dd75f93e24ee72 SHA1: 1d2a2682e4f54e539b54a3ba4c1b501f527ffd7d MD5sum: 879fe9f6877eea49a1efa71885e8bb05 Description: debug symbols for ros-jazzy-rviz-marker-tools Build-Ids: cc1c364d6248937cc47bd59ad6e5618f49cc650b Package: ros-jazzy-rviz-mbf-plugins Version: 1.2.1-1noble.20260804.185002 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 734 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.2.1-1noble.20260804.185002_amd64.deb Size: 167470 SHA256: d9ecb6a4237a28ce40503d99d18af6174c30b35ce3c2e37a000de6309ebb1aed SHA1: d786a5c886ce26ab382d2d71ce86ccdc7f004236 MD5sum: 9d4957bc95b39522c838bf3eba737931 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.2.1-1noble.20260804.185002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 3402 Depends: ros-jazzy-rviz-mbf-plugins (= 1.2.1-1noble.20260804.185002) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-mbf-plugins/ros-jazzy-rviz-mbf-plugins-dbgsym_1.2.1-1noble.20260804.185002_amd64.deb Size: 2970586 SHA256: 6e66dc6540d880550fa43767716a965b4e66f0fdb8ff1a21d7cbc9ee67c684fc SHA1: 6fb2e8506bfce17cc81a5bd04ead5d3027b96d8b MD5sum: eafcbf3bb1a1fa26ba2b7d149c849355 Description: debug symbols for ros-jazzy-rviz-mbf-plugins Build-Ids: 7cb03bfcf911c593bc0531e5ab9f4fba8a4f5597 Package: ros-jazzy-rviz-ogre-vendor Version: 14.1.23-1noble.20260715.010827 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 17664 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.23-1noble.20260715.010827_amd64.deb Size: 3835892 SHA256: 5ee9c91bc1a991c384a5ac2614bc2d9097c213943f44e40272c0f3a093894c04 SHA1: f13d55cd738be02cccc279d1013a46f46a1cfbfa MD5sum: e43e6892865754789e9405b3f9ccc25e 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.23-1noble.20260715.010827 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 78660 Depends: ros-jazzy-rviz-ogre-vendor (= 14.1.23-1noble.20260715.010827) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-ogre-vendor/ros-jazzy-rviz-ogre-vendor-dbgsym_14.1.23-1noble.20260715.010827_amd64.deb Size: 76427532 SHA256: f9c114d9597bedb2fb6484e741240fd2eef9735b345cf754f79d78a432cc7d04 SHA1: 0819526c93a7725b4dcf18bf48cb64f4922f7d9c MD5sum: 967a438f8ccbd9e0bdbf0b9f5c691703 Description: debug symbols for ros-jazzy-rviz-ogre-vendor Build-Ids: 2e28d1f538115bcbf487aa720a7402352fcfbcc6 392a6bd984a9fda3710419be4928075242282782 3b5bb2665171e4105dd4f75fe4ab7a1393552caa 3d0da4fd527453e8985491f486bb0e3f5ac1c53a 5b4f20effec8a3e74c2779b46a6ac21698c8ef06 6d38fa228062a8d1b2796a501f69ae5d5429980d 7abd66953711308e12f8260038ba38ff0b96b0e7 7cc4872b35aac330f44d027339ecf372e318f14b 8266a9e0f7f04df0b3da950052cdb46295ee835b 89f1b6c32844aef5852d9cafa372cad30af01273 97d3aab401411c183ede743c9abed8e4dbf17ae6 9b79ab04c3f1f571bfb319b2498bbd003635fff9 9effb2c1290d3fbcc72bc7ee55b362d37c1c0c55 bd86a297f3a24363c8f7f7481ab141126b9f1065 cd520ddec04c288d0ab1d25a8a379dbcbf361d6e f7cf0fc6d2c2be2037ecfee54a32dcca40dfa73c Package: ros-jazzy-rviz-rendering Version: 14.1.23-1noble.20260715.013933 Architecture: amd64 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.15.1), 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.23-1noble.20260715.013933_amd64.deb Size: 791602 SHA256: 52fe2d40bc890ffdac9c33429ef93e3fcbe3394f14ecc31bcf855d7423e9ed01 SHA1: 3431a130a2a9fb0184a7a19667a272ae945de5d2 MD5sum: 7dc31b7842ca1470897aa646191b3b34 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.23-1noble.20260715.013933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 6001 Depends: ros-jazzy-rviz-rendering (= 14.1.23-1noble.20260715.013933) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-rendering/ros-jazzy-rviz-rendering-dbgsym_14.1.23-1noble.20260715.013933_amd64.deb Size: 5943828 SHA256: 49e665dfebae246f8a03f0f94ee091af6ffe9aa061d899ca65dda3259f6ced8b SHA1: 69d12b68e97497faea6c05640c1514ccac46e129 MD5sum: 479274d1031e643b45d38ac7a43679a2 Description: debug symbols for ros-jazzy-rviz-rendering Build-Ids: b137892b649b04c1b38d924625259c7a2bba0e7b Package: ros-jazzy-rviz-rendering-tests Version: 14.1.23-1noble.20260715.015037 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 43 Depends: ros-jazzy-resource-retriever, ros-jazzy-rviz-rendering, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/rviz_rendering_tests/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-rendering-tests/ros-jazzy-rviz-rendering-tests_14.1.23-1noble.20260715.015037_amd64.deb Size: 7274 SHA256: d7319d99ea0bf67c5aea09f4e22da03a793135119954157c01fd06c31fc691a6 SHA1: a15f2d33f013f716aa0a67cd56ad8e01224ac167 MD5sum: 940d311610efc811da0e1e307d97c908 Description: Example plugin for RViz - documents and tests RViz plugin development Package: ros-jazzy-rviz-satellite Version: 4.3.1-1noble.20260804.191844 Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 746 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libproj25 (>= 5.0.0), libqt5core5t64 (>= 5.15.1), 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 Homepage: https://index.ros.org/p/rviz_satellite/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-satellite/ros-jazzy-rviz-satellite_4.3.1-1noble.20260804.191844_amd64.deb Size: 189936 SHA256: a2e95eff45c7e74c9b80c6b78fb13f87e2dc1101ac0ad362a4ba62f5699b844b SHA1: 9ed2e7b6faf6906af7591966e4e18e240ef98566 MD5sum: 630dc588bb9ccdb9be106354421a6185 Description: Display satellite map tiles in RViz Package: ros-jazzy-rviz-satellite-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz-satellite Version: 4.3.1-1noble.20260804.191844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 4839 Depends: ros-jazzy-rviz-satellite (= 4.3.1-1noble.20260804.191844) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-satellite/ros-jazzy-rviz-satellite-dbgsym_4.3.1-1noble.20260804.191844_amd64.deb Size: 4475646 SHA256: 2c6396d645ff981c316de81fec459dc3bd98e3eb3f6ecd7689d7078372e8a58c SHA1: 8b6dace3d9e679418400f5b4a9988438df645d86 MD5sum: a90cb054370e8481901df1b0d8fb57ca Description: debug symbols for ros-jazzy-rviz-satellite Build-Ids: 00c4de8833c8d3ebd0459d8571e03706470547d3 Package: ros-jazzy-rviz-visual-testing-framework Version: 14.1.23-1noble.20260804.182039 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 408 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.23-1noble.20260804.182039_amd64.deb Size: 74248 SHA256: 236989e28b15fc403ffde2831934ac1d6fa86462366c6f6fd4881d6086ebaa31 SHA1: 445ece56ba5cfa3daa482fd6ef8c55e728bc7686 MD5sum: 664f8a075fc9534fe9e336f834ac6199 Description: 3D testing framework for RViz. Package: ros-jazzy-rviz-visual-tools Version: 4.2.0-1noble.20260804.192521 Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 1513 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libeigen3-dev, 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.2.0-1noble.20260804.192521_amd64.deb Size: 302280 SHA256: 9d6da7add89b199588bbf0ffce85b3e49207378423f26ee2c28f42f2f5fc5b09 SHA1: b25c6e932336bedfcab4bdeb44a96e7e24f00402 MD5sum: 8f62482e1c922f7f99ffb666302cccec 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.2.0-1noble.20260804.192521 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 12098 Depends: ros-jazzy-rviz-visual-tools (= 4.2.0-1noble.20260804.192521) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz-visual-tools/ros-jazzy-rviz-visual-tools-dbgsym_4.2.0-1noble.20260804.192521_amd64.deb Size: 11388714 SHA256: e9454652b9c0912d88ea5d6c9c0deca0fb8f395bdb442afad843f014faa2ab54 SHA1: 5ea65b2178b242ba1b81f95505e39abb27beca53 MD5sum: a156e52d3352a036e1b0352ef0c944b1 Description: debug symbols for ros-jazzy-rviz-visual-tools Build-Ids: 4590b4603edb6cc96454b2b9df6f396592572033 88f26ce2804c2c2427d690913c06f4ad8c785626 9e87ea6e412f27f2a1953bdf5a922582ba8fb447 ec718f0bc6b9649e4da9068f59a16171a50b23d7 f6050a8a653a4d2599d320f3e93ab627b64710d9 fdc19b41203a8ff9fd325a2ecc9e98ca11bb26bf Package: ros-jazzy-rviz2 Version: 14.1.23-1noble.20260804.191843 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 119 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.23-1noble.20260804.191843_amd64.deb Size: 18680 SHA256: cc07aab2db809388450825d6895593de4eecabaefc751bf60f1747de7d1fc927 SHA1: c9f84ca60dfb94a5fa4fb17fb72be93a8a2e0ad1 MD5sum: 8c68945f1932f20978811ff10c24a4b4 Description: 3D visualization tool for ROS. Package: ros-jazzy-rviz2-dbgsym Package-Type: ddeb Source: ros-jazzy-rviz2 Version: 14.1.23-1noble.20260804.191843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 398 Depends: ros-jazzy-rviz2 (= 14.1.23-1noble.20260804.191843) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-rviz2/ros-jazzy-rviz2-dbgsym_14.1.23-1noble.20260804.191843_amd64.deb Size: 384118 SHA256: 1de703882e9a70384dea16c9da35a1a942f439cfc80edcdca3e3a85c43c8717c SHA1: baa0c0e0cbb4ccc0890286640aa37cd12c41f213 MD5sum: a5e245438827c67518faebba8c2c5cd9 Description: debug symbols for ros-jazzy-rviz2 Build-Ids: 8caf47b729caa2624f4ece92afb293d8a3f59035 Package: ros-jazzy-sbg-driver Version: 3.4.0-1noble.20260804.183234 Architecture: amd64 Maintainer: "SBG Systems" Installed-Size: 44583 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.4.0-1noble.20260804.183234_amd64.deb Size: 10719850 SHA256: a9eeccd1c7eb6b5ca165700c6474ab1b3ae85220b6c86ccec89e2b214384cb5b SHA1: dadc60bd8036c1134ee82949f96fabefeeaf2fe9 MD5sum: e07b99109019d7c9df23425de57b2fa0 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.4.0-1noble.20260804.183234 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "SBG Systems" Installed-Size: 24941 Depends: ros-jazzy-sbg-driver (= 3.4.0-1noble.20260804.183234) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sbg-driver/ros-jazzy-sbg-driver-dbgsym_3.4.0-1noble.20260804.183234_amd64.deb Size: 21395448 SHA256: 788da08791151cfc9a94a22d29c537bc0a573ff253ebb016b15ffe44512d4021 SHA1: 4c46a63fb05ff33d74c40d27daf43421440eaa5d MD5sum: 0b65630ca4e84690c94a945006ff3f45 Description: debug symbols for ros-jazzy-sbg-driver Build-Ids: 0aa1d936887ec638bafdd83428b38b85e64c1d9e 2fb2fc1eef35bf1fe826bb8385b5fc069e5fedca 382ca26c5cacd81f747d0f7a9cd57a167dd4f1fc 40f6fe62ad2a9540424cbf8aafde5875377ebf73 5de30be42bb3e098314fa4f70bbf0ab2dc8812ef 61a32bc9a7a319315ed3aecc451fd194b13672ab 6e7730cd6ace4d87dd638e203131e293028237a3 9551bc516f37ca1ac7474a5cff73edeae830de90 99f02f9a88d791737cd07a2cbcd7f673bbc345ff c84e7caf9153bcf3f8404b4e39a3f58f8edecf99 d19d90fabf9a8c0f8841b5efb9e8275110e68ac5 d3edc44ec0645efb5e05b52f56be1f3e8e9597af f9e4883fe173494aa443cdeba5bf86c8be1d929b Package: ros-jazzy-scan-2d-merger Version: 2.1.0-1noble.20260804.180932 Architecture: amd64 Maintainer: "Ali Pahlevani" Installed-Size: 34135 Depends: libc6 (>= 2.35), 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-sensor-msgs, ros-jazzy-tf2, ros-jazzy-tf2-geometry-msgs, ros-jazzy-tf2-ros, ros-jazzy-ros-workspace Homepage: https://github.com/ali-pahlevani/2D_Scan_Merger_ROS2 Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scan-2d-merger/ros-jazzy-scan-2d-merger_2.1.0-1noble.20260804.180932_amd64.deb Size: 7632822 SHA256: 8442a50ad350844e031cc71e27ad711d3330d41c9410922da1ccd5d267cddde1 SHA1: 1c9561f29f6c55b27e9a43f3f5f842e2d00557a8 MD5sum: f64baf3ee350c915156587842df21335 Description: A laser scan merger for 1 to N 2D LiDARs, with approximate-time synchronization. Package: ros-jazzy-scan-2d-merger-dbgsym Package-Type: ddeb Source: ros-jazzy-scan-2d-merger Version: 2.1.0-1noble.20260804.180932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ali Pahlevani" Installed-Size: 2669 Depends: ros-jazzy-scan-2d-merger (= 2.1.0-1noble.20260804.180932) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scan-2d-merger/ros-jazzy-scan-2d-merger-dbgsym_2.1.0-1noble.20260804.180932_amd64.deb Size: 2330994 SHA256: be20d426729112df1975b2db06abb1ccc068501190228d6c3c6a3ff67f948353 SHA1: ce013e6ce12d61939b80428f386a831cafaf0750 MD5sum: a7ac69c6633a315e5b1b4a060f032404 Description: debug symbols for ros-jazzy-scan-2d-merger Build-Ids: 644337ea80f56e1c19452144069003ad8ec87315 Package: ros-jazzy-scan-detection-fusion Version: 0.1.0-2noble.20260804.183242 Architecture: amd64 Maintainer: "Aarav Bansal" Installed-Size: 135 Depends: python3-numpy, ros-jazzy-builtin-interfaces, ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-sensor-msgs, ros-jazzy-std-msgs, ros-jazzy-tf2-ros, ros-jazzy-vision-msgs, ros-jazzy-visualization-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/scan_detection_fusion/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scan-detection-fusion/ros-jazzy-scan-detection-fusion_0.1.0-2noble.20260804.183242_amd64.deb Size: 29678 SHA256: 1e32b46fc76d864d895fe114351d3aa4e532bc087c6091c8b77c4be690ae5665 SHA1: 1bc31234bd6f11ccf0ab9c08493e4cec59e57c63 MD5sum: 96f8a24f0703f313f387994d16f9fdfa Description: Reusable ROS 2 LiDAR-camera fusion. Matches 2D object detections (vision_msgs/Detection2DArray) to LaserScan points, producing range-resolved, semantically labeled obstacles and class-aware footprint polygons for navigation. Package: ros-jazzy-scenario-execution Version: 1.4.0-1noble.20260714.085700 Architecture: amd64 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.20260714.085700_amd64.deb Size: 259934 SHA256: 2eb4b32630b4279be35a0cb16d7a6710473ead6ea789ccc94d6d70300eee8cec SHA1: 5320eece302e9c9e368a11153e3a9d964a3992ae MD5sum: 75d1a4742958fa0245efd34befd2472f Description: Scenario Execution Package: ros-jazzy-scenario-execution-control Version: 1.4.0-1noble.20260714.090611 Architecture: amd64 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.20260714.090611_amd64.deb Size: 14568 SHA256: e06b88c5e1fb9ae25d407fdccf97f02fd2cc66591070e704a22337a3718be43e SHA1: 803495d58d1107dfbe08379e02167c4081204d4d MD5sum: cdbc1e09b5ffcba5df855d17de0db6c6 Description: Scenario Execution Control Package: ros-jazzy-scenario-execution-coverage Version: 1.4.0-1noble.20260714.090337 Architecture: amd64 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.20260714.090337_amd64.deb Size: 18148 SHA256: 89dfe8e2ea1f6d258b917a4985c9586fb1a1c978990b96e48a0044d6604d5b45 SHA1: b65f1bdb5dec29735ef7f6aef62012a2ff5d124f MD5sum: 49e4cc7ae71a2df7866bc2f2c52767c6 Description: Robotics Scenario Execution Coverage Tools Package: ros-jazzy-scenario-execution-dataops Version: 1.4.0-1noble.20260714.090026 Architecture: amd64 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.20260714.090026_amd64.deb Size: 11586 SHA256: f9241ffdcff807a489dd848fe1d709c9bf942bee42fc1c1ce14ebb41408cc28a SHA1: c9b90a316b1682b0206272a20f057513025890b9 MD5sum: 7d24be8c26345996a6233d4bfbe3aa83 Description: Scenario Execution library for data operations Package: ros-jazzy-scenario-execution-gazebo Version: 1.4.0-1noble.20260804.193753 Architecture: amd64 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.20260804.193753_amd64.deb Size: 25232 SHA256: e513bf3a52f7c5ad80fb3d0e317ba2021c3155bb214ccc5be2faf2467b7b31be SHA1: 158905c374f82c9921cc439ed302c18cd210093c MD5sum: de9c42f07935a8b226608b2fb6dd7062 Description: Scenario Execution library for Gazebo Package: ros-jazzy-scenario-execution-interfaces Version: 1.4.0-1noble.20260615.112424 Architecture: amd64 Maintainer: Frederik Pasch Installed-Size: 1307 Depends: libc6 (>= 2.14), 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.20260615.112424_amd64.deb Size: 106986 SHA256: c6c5ae4302e2ecbc12a8ebd516622b2c864ca377de5c9d24563e9981eff2506d SHA1: d594a042694e70217284670dfaeb0fabe3b7cd15 MD5sum: 92acd1cdd23ecb475bf0ae1b5e0b5f33 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.20260615.112424 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Frederik Pasch Installed-Size: 955 Depends: ros-jazzy-scenario-execution-interfaces (= 1.4.0-1noble.20260615.112424) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-interfaces/ros-jazzy-scenario-execution-interfaces-dbgsym_1.4.0-1noble.20260615.112424_amd64.deb Size: 735168 SHA256: 732cda026fe831539c931f3b6f2943b1d3ff3def79f54c2ad1e30ca69550cb18 SHA1: 103b6d66f26be0a46706d9b5446a356c67c938b5 MD5sum: 50052a009a39f4731b7cfb06d9452d25 Description: debug symbols for ros-jazzy-scenario-execution-interfaces Build-Ids: 0ef4aa658e12cdeee70ad51df0d8a7e0c1f0b8e9 14062d5f62636653a731db2cbb65fde87fc04cc5 3b704add635182a212ee7140f9f41fef625f7682 693e9210cf67cff2f66a9838f00922e18b138bc8 a2b621d5c6afa84a2919b05e2be8e16fe3aa71f9 a3a5690fc7d71deece954fd39dc18b2bc493ed07 affe2bb7b2c1e6b880f9352693f908894ef641cc bd397eb657902b27c18af46870ea0490688e5383 d4839800863289db3882682849dd30602cf0a1d8 e7181122e7cbfc86063b8b98518ad4de52686cc8 f67c42f45ffbc69e822162fa0690419cc877fe02 Package: ros-jazzy-scenario-execution-nav2 Version: 1.4.0-1noble.20260804.192519 Architecture: amd64 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.20260804.192519_amd64.deb Size: 16202 SHA256: 857fdfc03a4c814a54c9c21fe3f3910d789cb001e0c0811fa408ae56f4a7fa18 SHA1: 53bc582549c11846b1e5d62f150597fe737d1558 MD5sum: ff3e1972aadcf84f6f5375a38a7b63ac Description: Scenario Execution library for Nav2 Package: ros-jazzy-scenario-execution-network Version: 1.4.0-1noble.20260714.090045 Architecture: amd64 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.20260714.090045_amd64.deb Size: 6610 SHA256: 648ffad2d8979b16824ed4db9d342c0f45962074baf3069e05491b29e30ae97a SHA1: fc9bb08a8fea1cb8dbb13dd2fea7495fa6590a52 MD5sum: 5a0bbebdb0bd9fac6e19f792f3061bed Description: Scenario Execution library for network functionality Package: ros-jazzy-scenario-execution-os Version: 1.4.0-1noble.20260714.090423 Architecture: amd64 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.20260714.090423_amd64.deb Size: 10198 SHA256: 68a2a8a48319fed9fb13676fa6801965de80ec430f363634123a90434ea150ea SHA1: 3cb28f9bbc3ce6033fcfbfdae9d743123b13a69d MD5sum: 81987e1ed63960f9cfed7959f73b4584 Description: Scenario Execution library for OS interactions Package: ros-jazzy-scenario-execution-ros Version: 1.4.0-1noble.20260804.192318 Architecture: amd64 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.20260804.192318_amd64.deb Size: 94658 SHA256: 233679dbe79b9a0838b0cedae7b105170b7d263c50cdab9c6a4dfaa62e0ed7d9 SHA1: a67a25cd181f156b6620ea0882debcc2d27eceed MD5sum: a929d0b78dbbf5063a46d30124560bb3 Description: Scenario Execution for ROS Package: ros-jazzy-scenario-execution-rviz Version: 1.4.0-1noble.20260804.185005 Architecture: amd64 Maintainer: Frederik Pasch Installed-Size: 670 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), 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-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.20260804.185005_amd64.deb Size: 169980 SHA256: 5a3db8ddefa8826226346e59f31e1d0d61447ac4ff4b044d51a7acc5ad698d75 SHA1: eef9eb56bfe3496119e4d06083bb4752a0d74894 MD5sum: 391826e208c1f3e503068033399d65c8 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.20260804.185005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Frederik Pasch Installed-Size: 5660 Depends: ros-jazzy-scenario-execution-rviz (= 1.4.0-1noble.20260804.185005) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-scenario-execution-rviz/ros-jazzy-scenario-execution-rviz-dbgsym_1.4.0-1noble.20260804.185005_amd64.deb Size: 4829366 SHA256: 3b075ad2f842927b572103d2830a958655b2f22e396a3a387105a9f8801cfca7 SHA1: 59123bf9dd9b9ae934fb687d04a251918e6919e8 MD5sum: 650e33b25b6557e4d663933761fed48a Description: debug symbols for ros-jazzy-scenario-execution-rviz Build-Ids: 04a805e230dd17b52205fcad7cbc56ba5e9c99fd Package: ros-jazzy-scenario-execution-sim Version: 1.4.0-1noble.20260804.193745 Architecture: amd64 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.20260804.193745_amd64.deb Size: 16850 SHA256: 0bdb8217feff89d78a3fb3819826995d030035aa3d7702e5cc6f889bb6e0e4e5 SHA1: 2a2766ec6229bcdd2e56f2d27325dd6c63d09d6d MD5sum: 6e5830661bf8663aa4ef87365e552951 Description: Scenario Execution library for Simulation Package: ros-jazzy-scenario-execution-x11 Version: 1.4.0-1noble.20260714.090039 Architecture: amd64 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.20260714.090039_amd64.deb Size: 6932 SHA256: 4c36f781e175c1f253fdd07b5b3696cba7c1fe44964e9646869295dd09ef4333 SHA1: b56c860161b56cc82c68532f79c3463597fdabb8 MD5sum: b6013e7ffb81b3f70037452b5913a64c Description: Scenario Execution library for X11 Package: ros-jazzy-sdformat-test-files Version: 1.0.2-1noble.20260225.142327 Architecture: amd64 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.20260225.142327_amd64.deb Size: 75384 SHA256: 8da7f4b3f5dff711f0bdeaf701205d9ff77ff2a6e51afd9a72cb273d377887ef SHA1: 53fa33dafadb0fcdc0fcff7588efad9c2db87b00 MD5sum: ee1495f7cc6fc08815f46c47bab2b863 Description: Example SDFormat XML files for testing tools using hthis format. Package: ros-jazzy-sdformat-urdf Version: 1.0.2-1noble.20260618.180403 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 196 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.20260618.180403_amd64.deb Size: 48852 SHA256: 064e3d0a27458d957b751646ad1ad623a918bac0e45239e9f6fd18377e0a2809 SHA1: 22e87a94529a3e8ac7d26caefacdd7baa5b08109 MD5sum: 4aebbc843b6716215282a03dd28c27bc 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.20260618.180403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 742 Depends: ros-jazzy-sdformat-urdf (= 1.0.2-1noble.20260618.180403) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sdformat-urdf/ros-jazzy-sdformat-urdf-dbgsym_1.0.2-1noble.20260618.180403_amd64.deb Size: 693678 SHA256: 57b5482e41c61dcc654ed765a48f46e566e7c841f8edc2b65b00be4526879ce3 SHA1: 9cc775ed02fd3f9ab46e506478acc13b22b33c56 MD5sum: 817e155fc07799f9932bed37329c3b9d Description: debug symbols for ros-jazzy-sdformat-urdf Build-Ids: 2d7b7c60beef5fd55486612cb79512d475e2daa6 4dcefbfb27149fc29970573ac671a610263ce22d Package: ros-jazzy-sdformat-vendor Version: 0.0.11-1noble.20260618.174330 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 7440 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.20260618.174330_amd64.deb Size: 782468 SHA256: 0ae7388501b4720247df774793922c92bc970904bb70b1fa4debdd4557e3ac49 SHA1: dd4ff24c4a28b3c6901740f2d3f6a571286f22ac MD5sum: c040dbe4895dd7e44937a5557a5367e7 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.20260618.174330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 13957 Depends: ros-jazzy-sdformat-vendor (= 0.0.11-1noble.20260618.174330) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sdformat-vendor/ros-jazzy-sdformat-vendor-dbgsym_0.0.11-1noble.20260618.174330_amd64.deb Size: 13483238 SHA256: 6ecad78fcbd1c7d9dff83aa01c3f66fe9e92b763713a7508a5da2c6cc1c3cf8f SHA1: 42416978faa03b04dc635afe64dbda7e12138632 MD5sum: 61d459be03691fd8a92f80a2c00affea Description: debug symbols for ros-jazzy-sdformat-vendor Build-Ids: 076c87aea22a69b5a8c662bdd48fd3cb0d78e0cd Package: ros-jazzy-sdl2-vendor Version: 3.3.0-3noble.20260225.225708 Architecture: amd64 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.20260225.225708_amd64.deb Size: 5994 SHA256: 5fcec1d47145b40bbc5213a3da73f7ccc02933856a255815caf097156bbcbee3 SHA1: b559b315b8c34f928c58c1ea26fa6ac10ba706bf MD5sum: c437bed873a5085dfadbe6cff696e4df Description: Vendor library for SDL2. Package: ros-jazzy-self-test Version: 4.2.7-1noble.20260615.143923 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 233 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/self_test/ Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-self-test/ros-jazzy-self-test_4.2.7-1noble.20260615.143923_amd64.deb Size: 59538 SHA256: ceb6e109d7ebea44a01abbfda845f80c1266d8fcaf2d0c33c083cb24eda78c03 SHA1: f17408ff2896ab92e11489b1892fcdbc1f5b06a0 MD5sum: eac259705d51f8e535ff069d43d57b91 Description: Self-test tools for diagnostics. Package: ros-jazzy-self-test-dbgsym Package-Type: ddeb Source: ros-jazzy-self-test Version: 4.2.7-1noble.20260615.143923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1140 Depends: ros-jazzy-self-test (= 4.2.7-1noble.20260615.143923) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-self-test/ros-jazzy-self-test-dbgsym_4.2.7-1noble.20260615.143923_amd64.deb Size: 1075612 SHA256: 724f62cdb6c238f46ba679abc5c6ab8c5aee481d930c38575f3818482b09674e SHA1: a3c57ea5e8acdef1a94793a812c6b42bb1038e2c MD5sum: 6d703b50ac1ad2c1bc8af2282ba5ec95 Description: debug symbols for ros-jazzy-self-test Build-Ids: 12046cf41d4d500d9a3355eaefae118d52ccc0ca 7c73805fa24942207b75441f14e45b3c1635a835 Package: ros-jazzy-sensor-msgs Version: 5.3.8-1noble.20260615.112429 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 5226 Depends: libc6 (>= 2.14), 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.8-1noble.20260615.112429_amd64.deb Size: 390566 SHA256: 0e3042b3551e812b1855ae57031ed730ff1f0a419f6d4645721ab3962855084e SHA1: 8601269dff65d5ffd29ae2584313dd77c418a8a8 MD5sum: 51062ab8c96d8255a2016d03695343ad 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.8-1noble.20260615.112429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3996 Depends: ros-jazzy-sensor-msgs (= 5.3.8-1noble.20260615.112429) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sensor-msgs/ros-jazzy-sensor-msgs-dbgsym_5.3.8-1noble.20260615.112429_amd64.deb Size: 3344676 SHA256: a201d3d9f61af5d2db9b6ebfd919eace13b5a75c0a81a50938c112dcb553642f SHA1: ab8f600da348b426ab53ea42cb361fcbd12bd9cd MD5sum: 285283e04c6a2100d66e024055cf9e8e Description: debug symbols for ros-jazzy-sensor-msgs Build-Ids: 0e9aa010814cf2cc540e4e85224ca5e89bda9ac3 31244683a42d6c01fff85b94b586c0648c01779a 344bf4a95f3006075e943978a51afed1512c8bc6 45607fd632056918b88243c982e4847b40e6ed50 4a137d136200067ace4f7860ac147a6d6a7ec179 51cbf49d866d609042e3985ff0b2be02819d1170 5e81a45147c5869d76d794f6903b88af056df185 d308aa5443974b60223733375d6564b129ba0f70 dee3bd608d5a99ce59a73aba19b6244d1cc905b1 f6aac0a4ed44a56d9c455af134269e74c0a03083 fd56c72c6f32f1dfc603f346ad910da64c430d36 Package: ros-jazzy-sensor-msgs-py Version: 5.3.8-1noble.20260615.124842 Architecture: amd64 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.8-1noble.20260615.124842_amd64.deb Size: 16520 SHA256: 43547a8b5e271dd3f1687c71676e8e157c358133e4437aea986bfb8638b32a4e SHA1: ed58edbe9e66054ff20d39fda134039bd1ccf21f MD5sum: 3f39b0e567589a206a2178c0c3eff108 Description: A package for easy creation and reading of PointCloud2 messages in Python. Package: ros-jazzy-septentrio-gnss-driver Version: 1.4.8-2noble.20260804.180944 Architecture: amd64 Maintainer: Tibor Dome Installed-Size: 9409 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.8-2noble.20260804.180944_amd64.deb Size: 1046640 SHA256: 4e8419f5b79a3ea36f1af7c3575d5cd676ab78ac7d4aa91b56c2a35e5ed73cb6 SHA1: fa746ee59148902f9cc20978aa486c931d9bdea0 MD5sum: b7fb37eed03ea81be40878e3d14b3773 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.8-2noble.20260804.180944 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tibor Dome Installed-Size: 29280 Depends: ros-jazzy-septentrio-gnss-driver (= 1.4.8-2noble.20260804.180944) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-septentrio-gnss-driver/ros-jazzy-septentrio-gnss-driver-dbgsym_1.4.8-2noble.20260804.180944_amd64.deb Size: 26608074 SHA256: 9a891ef327bae3b0f4e06765703a749285abc8471d665fd462384da639119425 SHA1: 1386fbd50a6f261ed9db4172c7b06b1653e23015 MD5sum: 208d52110ac5e3e69b3c8bd2ace15130 Description: debug symbols for ros-jazzy-septentrio-gnss-driver Build-Ids: 03916ad9ba5e617f7240406c017a15a86a79d6e6 17d6d8ee6441fddbc970b3afa2b0d1e657e4a834 233154162ccfed52c7f57e79f5016b7a966d5fbd 4adf391aa22c24d88d25045f314853616e81d0f8 4c3b7ea64bd4416e284155323bbbd2caa8dee290 563d689c950f74a466806ce648ab754a8b2d7197 7753281678ade9add5357549124e381a1271a20e 8e06dc22befad01f9981e8a4293601a548689b30 94b29b0b92be8c61a82c3549f8c6600a3165d75f a11bf273014fe1b8602048c4065b85257720d0e6 a146a27e18bcbe02943ccf2a2432ebbcc471a9e3 d83fcefa64b20db482d68d006b54d2a8adf1f4bb fe605f7a8c01f50ae44070c1753e8a74599d1046 Package: ros-jazzy-serial-driver Version: 1.2.0-4noble.20260615.143036 Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 744 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.20260615.143036_amd64.deb Size: 167248 SHA256: 622aaad3dd212c3f831b2cff8beaca8c824bb4e0d86b7f2cb785d9cb7ea5ff88 SHA1: e1c4aa9b0ce39c0aa34dc6d204e165703e8c5287 MD5sum: 971814c0e121eac5f2792c0cdcf9f0b8 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.20260615.143036 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 3174 Depends: ros-jazzy-serial-driver (= 1.2.0-4noble.20260615.143036) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-serial-driver/ros-jazzy-serial-driver-dbgsym_1.2.0-4noble.20260615.143036_amd64.deb Size: 2772956 SHA256: 678fa18814808ad62f3ba719f6d4810d065c91a813dfcad8de74969016d43d59 SHA1: 82d38c6369a2a18b496bb47efd363a4d6566e43e MD5sum: 320a3aac11915c53c767b3d541798502 Description: debug symbols for ros-jazzy-serial-driver Build-Ids: 12049dc8abf75f84e86aa5acd239fe5279e95102 5881e2992d344ccbf5b12cc577eb4d87514d377f a3f87e78c802448aa4bfffbc4e61c9fc006840ce Package: ros-jazzy-service-msgs Version: 2.0.4-1noble.20260612.053052 Architecture: amd64 Maintainer: "Jacob Perron" Installed-Size: 459 Depends: libc6 (>= 2.4), 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.20260612.053052_amd64.deb Size: 45286 SHA256: b67814ff899fb30d72f64858912a712bc06c8540952407e41ee98754d30a2775 SHA1: 8013e96528dca7d8f6635700940652e10c7e80bf MD5sum: c02f7e10320838951b640d88d860f3a2 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.20260612.053052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jacob Perron" Installed-Size: 271 Depends: ros-jazzy-service-msgs (= 2.0.4-1noble.20260612.053052) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-service-msgs/ros-jazzy-service-msgs-dbgsym_2.0.4-1noble.20260612.053052_amd64.deb Size: 177962 SHA256: 9a6a4f1d761a45e97d889f3238874b06f5be56acbf4ae9ba21d6a3e38a5fcc3b SHA1: 2c69e3ecf5cdcc99026652f9994447f81af2ef02 MD5sum: 0c48e8c0a72aed0f704e96000052800f Description: debug symbols for ros-jazzy-service-msgs Build-Ids: 08008e4e3f5f35349898878cc121d736bb83b43a 0ab49e973430000fb1f9d672dd7304fb36e26f82 0e8ba281fab888b3774f66292db225e545a6f588 39c4edd6ea6d35f397f5f0ac3d3409e5b959800c 4a6babf096901fa97a6aeecfdf57d346ec4bf381 530702c4447f137d204c48f0207583b190b7c202 5d9e3e73e58fbc9bf7c040e3b13b89bed7dca1fb 684acdfeed747e71eabc49820f03007e4d7ef116 d621b5e9e9f135b4f9af9a11d05943bdc1d62d60 dc887b9b853f49b9db9f5344e2160ca1ef401805 f4bfaa5f5cd38d443715aa4924ab7e6b799fb6ac Package: ros-jazzy-shape-msgs Version: 5.3.8-1noble.20260615.112455 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 843 Depends: libc6 (>= 2.4), 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.8-1noble.20260615.112455_amd64.deb Size: 82382 SHA256: 78e15e307ec18542e904d0239f4ad112e7a037c9d9cb8bb1c997e8316fa1e082 SHA1: 86168adf7fd171a5588588edc548827bafb64ff4 MD5sum: 0c66ab23fbc538384edb7a573cf2b30b 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.8-1noble.20260615.112455 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 636 Depends: ros-jazzy-shape-msgs (= 5.3.8-1noble.20260615.112455) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-shape-msgs/ros-jazzy-shape-msgs-dbgsym_5.3.8-1noble.20260615.112455_amd64.deb Size: 494392 SHA256: 823fc9baed0df0dc23b71684fb9deb0c6387800d7aa7f3c05e22354f5dbb3e50 SHA1: 3ad0b0a1c69fe4d25a9487d19d5baac3d9037ef2 MD5sum: 238abb7a659421daee06495c8827ca2a Description: debug symbols for ros-jazzy-shape-msgs Build-Ids: 0c465f8f2fd1c6da4fbc6a70b7f62fc2f0720bc8 179c50c93012eab751ac81c9388ea74be4fb4127 33b708432ed21d6439444c7de14efdb047e0ec69 4e515828b2650b606f209b7e99929490fb040805 55cc8362a3ca22e4db761df75e84f0cb29e6c4f6 66ccd2b74f57794329cef3783b624fe5211446f8 82465a395d72933305979db2c2665aba21f2e022 aa11627953902b9cfec00f52fe66123da5886d26 b0de9355c17dd4f8244e8fb5c2b5bba29c27c922 ccdd310ef3c587c9544d860fc24565d7e3daad85 e1b6887a3c7342d506f2830ed48caf0111adc441 Package: ros-jazzy-shared-queues-vendor Version: 0.26.11-1noble.20260603.150612 Architecture: amd64 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.11-1noble.20260603.150612_amd64.deb Size: 19692 SHA256: ec4cd18bd9c327fbbb0cf8da965fc9b5e063c85a11b1af7618e380f312d2bc25 SHA1: 49fc7a91778fdcc2bbb14608b802381e0552fa07 MD5sum: 7a1a494a7354ecf9d20adaa4d78859e4 Description: Vendor package for concurrent queues from moodycamel Package: ros-jazzy-sick-safetyscanners-base Version: 1.0.3-1noble.20260225.142357 Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 1127 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.20260225.142357_amd64.deb Size: 202994 SHA256: c027858828b4b96bbc4ccea4741d798d1af9cc19da81702f2fd8ff6a57e911a0 SHA1: f8deba1c7e3904ae039c9128879302a0dbe13819 MD5sum: 7e3a3c966b01ec27e5f7e75cd57b4b44 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.20260225.142357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 8471 Depends: ros-jazzy-sick-safetyscanners-base (= 1.0.3-1noble.20260225.142357) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners-base/ros-jazzy-sick-safetyscanners-base-dbgsym_1.0.3-1noble.20260225.142357_amd64.deb Size: 8136694 SHA256: 1539bcc6a18ffb1f5e2cdc5e9056facf0c0014d0c31f20a313ca9ae4ee48616f SHA1: f841af24fd19b375867b923e64a557e3e3b138e9 MD5sum: 7e1435080dcdb1e0a25706b2f329fb19 Description: debug symbols for ros-jazzy-sick-safetyscanners-base Build-Ids: 6c5bc3eb3fc26354baf45c03b1f6fcb85e99be0b Package: ros-jazzy-sick-safetyscanners2 Version: 1.0.4-1noble.20260804.192629 Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 1943 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.20260804.192629_amd64.deb Size: 399750 SHA256: 7f669dea88df08fdd6a5b10d9446bb634f7303cf2861cf7cf55550da1a3307dc SHA1: 2db287dda67001d278bc9348cd72381a7a2b1ec2 MD5sum: 3026391a856e014a669dacd83730322b 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.20260804.192629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 7090 Depends: ros-jazzy-sick-safetyscanners2 (= 1.0.4-1noble.20260804.192629) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners2/ros-jazzy-sick-safetyscanners2-dbgsym_1.0.4-1noble.20260804.192629_amd64.deb Size: 6596354 SHA256: 23018bb8b469590868d81864196407dddfc0f19cc34751eadd16cfdc5dc130c0 SHA1: 1a88ee6b0b1b00137d99b850dad50186a5c25021 MD5sum: ebb532a25ce9fe7633c0e375379fc029 Description: debug symbols for ros-jazzy-sick-safetyscanners2 Build-Ids: 15dc3a4f37933857e7b6d3082607bfb4a1ec4e6a cb3d8bede37e4bd4e901d402ff852b9874e2e665 Package: ros-jazzy-sick-safetyscanners2-interfaces Version: 1.0.1-1noble.20260723.232253 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 4186 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/sick_safetyscanners2_interfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners2-interfaces/ros-jazzy-sick-safetyscanners2-interfaces_1.0.1-1noble.20260723.232253_amd64.deb Size: 297932 SHA256: f9f16eef4ffb28138f733d1d9f5cfd8dae7a3c3e78986c9dd48f41314835c8ed SHA1: c0f60c1833ba8b1298d381ec64ff9d457fea5802 MD5sum: 4a4e066e4e4258b2cdc8c47178c55ddd 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.1-1noble.20260723.232253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 3066 Depends: ros-jazzy-sick-safetyscanners2-interfaces (= 1.0.1-1noble.20260723.232253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safetyscanners2-interfaces/ros-jazzy-sick-safetyscanners2-interfaces-dbgsym_1.0.1-1noble.20260723.232253_amd64.deb Size: 2520656 SHA256: 27f6ab6283d15e019a2aa95917556f9bd736a1368a6b4e235fd16b38903682a1 SHA1: 577584f137a1f3496318f3f958eb598f91113053 MD5sum: c7083759cfd64d76630217f6a7048428 Description: debug symbols for ros-jazzy-sick-safetyscanners2-interfaces Build-Ids: 1bcfa65958a2655f7f115991056bd5437d1a6807 1d7aefb3f2af7ee6b263b1b527c1e0c10e013d76 229be6b71d8bef6bb769ca71b84b16186c406a62 a415f9c2f4e7378c96fcd55797794acf593f8f4a b16e15b0983b236945092f75d93519e05e6dd8c5 b565ebb1dbb590975ed77b98a9b90a84f14e7281 cb326d22c26f90a0ab14c873404dba5925274def cc768c51fd42e6f808a59ca86151805fa5a4a7e4 d4ba0a824240e8deffba2cf82dfe18976879c619 ebfccbc6e703aacb89363db02bf73ae0f5ad4b31 fd5062393a66c5a22b8974750154f5d28c3e85d7 Package: ros-jazzy-sick-safevisionary-base Version: 1.0.1-3noble.20260225.142408 Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 415 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.20260225.142408_amd64.deb Size: 104922 SHA256: 88b5a68900964f7160dfb8e239c8cbd62f84575e391aa402ea7370b6ca99039d SHA1: 213d439bdc919951b6361115b0583e274be1ebd1 MD5sum: da1041bfb84380644180e7f09b593472 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.20260225.142408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 832 Depends: ros-jazzy-sick-safevisionary-base (= 1.0.1-3noble.20260225.142408) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-base/ros-jazzy-sick-safevisionary-base-dbgsym_1.0.1-3noble.20260225.142408_amd64.deb Size: 772328 SHA256: eeff5b2b6f1cdacc5c7782d7a960af6a9a9485a731a820ff345238993d383528 SHA1: 26cdd195056e03162cecbbde9f6e008e4059a4ad MD5sum: 83c9f2f692b22ea83c18ab67f23c5e24 Description: debug symbols for ros-jazzy-sick-safevisionary-base Build-Ids: 7c8008ce5761f60b120d5089346b63c8e9864695 Package: ros-jazzy-sick-safevisionary-driver Version: 1.0.5-1noble.20260616.074904 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 710 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.20260616.074904_amd64.deb Size: 163692 SHA256: 76359621629c2f361b8b5741951862ae052f78e4d9c546aae93692039db5dfab SHA1: 95911ba9333bbba6f83ce23ae7bd1370323578ef MD5sum: 99554cb97caa1f7187b0127252d83f38 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.20260616.074904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 3999 Depends: ros-jazzy-sick-safevisionary-driver (= 1.0.5-1noble.20260616.074904) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-driver/ros-jazzy-sick-safevisionary-driver-dbgsym_1.0.5-1noble.20260616.074904_amd64.deb Size: 3642464 SHA256: 11e633fe678d4ffd2b8a90a0449873b4f60d47b61e9637a81f61eb7dc9ecf7ef SHA1: 76b5cfa2ed8ca41b7ad8b05648bfbbab1c89ab3a MD5sum: df53289f17d5cd00ad52c2597d180480 Description: debug symbols for ros-jazzy-sick-safevisionary-driver Build-Ids: d4aa63f140b067f10503474969c5ccc8bd27cb6e Package: ros-jazzy-sick-safevisionary-interfaces Version: 1.0.5-1noble.20260615.114605 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 2649 Depends: libc6 (>= 2.4), 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.20260615.114605_amd64.deb Size: 167748 SHA256: 4c9ce8e348f2f94e69820d086ce9596b09650b44c941fe751b77ad408d762871 SHA1: 8bf5430141eadd2a7c3d50e7f64633eadbb862ff MD5sum: 9d68913ca409467e59db7ee6935410e9 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.20260615.114605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 1739 Depends: ros-jazzy-sick-safevisionary-interfaces (= 1.0.5-1noble.20260615.114605) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-safevisionary-interfaces/ros-jazzy-sick-safevisionary-interfaces-dbgsym_1.0.5-1noble.20260615.114605_amd64.deb Size: 1381692 SHA256: b12c40ffac8101ee760006a17b8da9fc8403aa990acbd79dc93a1f2d20117580 SHA1: 9fb111f366d9966014b662c011a11aba74f67355 MD5sum: 73cfd1e5812f30ef95d7adf02602f95f Description: debug symbols for ros-jazzy-sick-safevisionary-interfaces Build-Ids: 001498515cb0f9f257115efec38051c143a3e2ee 0fce073127ee9e2b94f447359c5d5655a2198a18 364b0b47d3d599e62747674e228a18dc457ed002 7b8633174682d965d0c9532022dd9993c38c716e 8567708135bb05bd997857e18c00c036fcd09809 ba84322f39dfb3bd5642655c39c1f6d5c28d72f1 e8a07676dd8b27ffe5e15a78fb471db99dfd8a18 e939d3f4cfd230ec7e9982adec93e729f7cbdde1 f31ac5bef65f59e86a3e361b35d267967a2c34c0 f5fa95f454a8065305328186db4b40eb531e4fd0 f8134e1a36be2c0543ad682835e0e19a03f8e580 Package: ros-jazzy-sick-safevisionary-tests Version: 1.0.5-1noble.20260507.125119 Architecture: amd64 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.20260507.125119_amd64.deb Size: 5872 SHA256: 7cc2b8eaa88be30a49be48479e39c49d9883fcf0a90f74b26bf5e338129867ae SHA1: b3b7af1a38dc1496cb2c2965fe6a91b65780d642 MD5sum: 8deb84a6f412ce32be4d1e16cd278e4d Description: Integration tests for the SICK safeVisionary ROS 2 driver Package: ros-jazzy-sick-scan-xd Version: 3.9.0-1noble.20260804.175936 Architecture: amd64 Maintainer: rostest Installed-Size: 40086 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.20260804.175936_amd64.deb Size: 5639424 SHA256: dcf41db21d5072c94c9b6b476799f5f09bbe75d49d2345b527c61c4eabe74290 SHA1: de1df021b10ef662d831b8b94ff816255170faab MD5sum: 9f2492b212164cb282acb322b4984f20 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.20260804.175936 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rostest Installed-Size: 42630 Depends: ros-jazzy-sick-scan-xd (= 3.9.0-1noble.20260804.175936) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sick-scan-xd/ros-jazzy-sick-scan-xd-dbgsym_3.9.0-1noble.20260804.175936_amd64.deb Size: 37962206 SHA256: 5d65102f186ee979d5cb2b7ee49250a488c61960253e188b9c065da151d9e58c SHA1: 1fda0e93f29c181e02b7846a14c7be26e143f485 MD5sum: f8a174d758d33a56167f083dee80f742 Description: debug symbols for ros-jazzy-sick-scan-xd Build-Ids: 30c478ef2324d575182c6a3b34e955726fb9a626 3f142b1107abfb8350346b19cf13fe28179545fe 4be84da2cc683a3bd0e1a8df4d66b5415be22691 6f5630b2e30a6555efb3aca0342d4f8cef874bc8 8a0c040eb7705d05f5afaf1ff89d468c22c341a4 99bf4492e0540511b88267c2e6404f13f9706d6f a2b0089ea9585c942f81872aa5f91d4405bbf93f a5ce6a9d9e0c0f9b68f20f986ca0aa29bfcc51d4 adca83dd94d4eb0a2b4c68c222f84e23c044fd4e b6759d3f738cd049b9244d719ae8d373f1a5e802 b7568f5309a8b629f78399630c6698a76e0df658 cd2ba966383e1830f8fd8aba98a91fa4dcf4cd24 d5cd5e79cfede7bf1107495b619f3e1b0028ea57 Package: ros-jazzy-simple-actions Version: 0.5.0-1noble.20260615.153959 Architecture: amd64 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.20260615.153959_amd64.deb Size: 11282 SHA256: dbfe7f564dcb7e93162c31caa8c7d20cc9c83deed66606bef8e89c32ec9a48f6 SHA1: 184e00e2fd049837ed510e0edcc564bd54257ac3 MD5sum: dbe2a9f5c8057d53532faaac710472a5 Description: Simple library for using the `rclpy/rclcpp` action libraries Package: ros-jazzy-simple-grasping Version: 0.5.0-1noble.20260804.183154 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1042 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.20260804.183154_amd64.deb Size: 244540 SHA256: c86022c9e03096492575d4f30d10331e6b22fc8bb8ff0ffc674a37864510c30a SHA1: 57c8360e245065340ad5573b7aed44ca3d812c5f MD5sum: ea336bc7bb083f40e28bf4535752f3e7 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.20260804.183154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 9897 Depends: ros-jazzy-simple-grasping (= 0.5.0-1noble.20260804.183154) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-simple-grasping/ros-jazzy-simple-grasping-dbgsym_0.5.0-1noble.20260804.183154_amd64.deb Size: 9238434 SHA256: f9f9b4b110e55e909d494f7099b8277090caa7fe0881181c4ba65a531d4c5b58 SHA1: 407198a524b6667989cf9562d051ed07b6ad1d0e MD5sum: 915c7a4aef8694ebc53950336c326d34 Description: debug symbols for ros-jazzy-simple-grasping Build-Ids: 32f8b63f57c20157e00c8510c2e58458fb475605 d0658fab1b091984711b70cf9ea41f811d41cb6f d4355427acf20692be8e585f009986e2efe70672 d5a65620aac7b487144b9107c1b6d50475750386 f5da439cffe1a0d472ba13b7d371226ef39e7b06 Package: ros-jazzy-simple-launch Version: 1.11.4-1noble.20260615.164035 Architecture: amd64 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.20260615.164035_amd64.deb Size: 31534 SHA256: 50a54738ea15a6e56064d750929821ba9bb1068e232ed67f0f0c71971a9c49b0 SHA1: f0439719f27269b1608fc7cd1f50f7560ab30919 MD5sum: b60dc07b091dc1419705dde8d76d3928 Description: Python helper class for the ROS 2 launch system Package: ros-jazzy-simple-term-menu-vendor Version: 1.5.7-1noble.20260225.225906 Architecture: amd64 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.20260225.225906_amd64.deb Size: 20760 SHA256: 45d5b23f4c4a7acc4378eb9ce26c7003e04037f7a5361f5034d23340e58fae69 SHA1: dfc641e7f6aeae7b3facf1371caf8b82cb62b3fb MD5sum: c614c8516a2f1d3856c51e5cfe0f2512 Description: A Python package which creates simple interactive menus on the command line. Package: ros-jazzy-simulation Version: 0.11.0-1noble.20260804.185617 Architecture: amd64 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.20260804.185617_amd64.deb Size: 5296 SHA256: 974b6da0fa3f2a3602c28206736aa8f3236c4a444255ce39e7f20e0f3bff2393 SHA1: 5bda43718223937451d93a4471005d0d60569190 MD5sum: 3a19e36189cf03b7b6cfc57781edfa2b Description: A package which extends 'ros_base' and includes simulation packages. Package: ros-jazzy-simulation-interfaces Version: 1.5.1-1noble.20260615.112513 Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 13796 Depends: libc6 (>= 2.14), 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.20260615.112513_amd64.deb Size: 824252 SHA256: fb02a2009a3d72520c66a931521877b9821d54e92ed29ea6350f0a2679591eb2 SHA1: b622afb6050147e8430e98fa7d11a15d2d37f697 MD5sum: 5cc5e9fc0b4247163f374396619d77a4 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.20260615.112513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 10175 Depends: ros-jazzy-simulation-interfaces (= 1.5.1-1noble.20260615.112513) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-simulation-interfaces/ros-jazzy-simulation-interfaces-dbgsym_1.5.1-1noble.20260615.112513_amd64.deb Size: 8137270 SHA256: e9fc066d1d8acb90f5eafd092808f91b970f385fe6f5288077bcfdda852d14a5 SHA1: e5e593d2e8f61f4f554520dfe20aafbd596013c9 MD5sum: b948f874b4171ddeab139d42b37ba255 Description: debug symbols for ros-jazzy-simulation-interfaces Build-Ids: 0cacd00a79c29b1d9665c3da01c0b84d6053733b 2a6117bc5d36f2871753459ec3a24b71a3118ed2 660d370c98b339f8f941d96b2dd54aa147f5ba81 72a5868b83d056312e7c73e1120fbc3b19a879e8 846fa11f41591fe6b8e64ed15805799a62f2286d 879693d2be66f53d3fcbcf617c22cdf5bbc043c6 8e2d700b0b89f622dc8704435291797a8f8b30aa 90b7887dbe1a2f358eaf777f316e6f24f5a66b0b a389e694fa6efd5edf617b59011915a25bd78c70 bd02168aa880875fc43dfe415a496121a6f46dc5 df1b55fa5da25624ed498087871d8c6ad6ffc8db Package: ros-jazzy-slam-toolbox Version: 2.8.5-1noble.20260804.191524 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 14792 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.15.1), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.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.20260804.191524_amd64.deb Size: 1813170 SHA256: 30db84f440d3272757fe4ce99991aec784424d8fbdf693ea085f15ed20d10ff1 SHA1: 14a4d685464e129d6785166fe731854dd2099c55 MD5sum: 808f280194f344a44d5334b4692d36df 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.20260804.191524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 52931 Depends: ros-jazzy-slam-toolbox (= 2.8.5-1noble.20260804.191524) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-slam-toolbox/ros-jazzy-slam-toolbox-dbgsym_2.8.5-1noble.20260804.191524_amd64.deb Size: 45458620 SHA256: 0e3b09ee06b76d204a5a8ed60c77c116c6fbc1832ff3c4df345791a337b3c559 SHA1: a6492a3766340f221a558ab10916eca2bf178f7d MD5sum: 025ddb8d04f69926ec7b70cbbc5fc83c Description: debug symbols for ros-jazzy-slam-toolbox Build-Ids: 12acd66ebcff69dfc49eb36dce76fa04422cb629 3e534143027eae5951ddab254d09e10c36a17d50 48171689501d31d200fa03f008b41099ef71a5ff 4f8f0213537acae52de73471a91a3c147d4b50cf 58eba6452e115080df2e07c4191fa73b54ed5eee 59c6a93fd61bb8f81773d7a45539715f60dec2bd 5c2c7669a595e5b7b69a60486134f903f6d87cd6 5f70681db03c7ae8558facd255af74cb46b23ad3 60d5c814bb6fbde2335f520c67bb0b1f20ec587f 67116df2a2b62870f0e8ca93e09e9463f967a16e 672c7f109410312aa0142a310251d910ea6d6762 73107bbb194b806a71af44097159b60227b9ddf4 768665b455f6730a512d9ae8b1261c20c2e26dc0 7c9f1f884a47cbc4ea29be9391eeaa71d00d604b 7e86d894ecb73517608eb50ffb814b05f7b1203b 824b231ba54ee19af2ecc245816d819b7fad84e2 844fd1b41d266d6adb957010f9fae90e2a46606a 869a86f778a224cb5df14df18d3dae84ae3589e9 8ab4d52b3b3209b37d9e1a046429e668d822a956 8fa8407168280ae57454e4bd10b720f62bfcf893 cc3e3f2d4ed77bdf828c0c32a9dd83c256242aa8 da49c27cfd5224a1f0374e0cea064f12c467b63a e52ebcc5c9724bc99b53fec21e056a198996d5c1 f773b3b3f798575e40dbc001c9bb75c6fd972ec7 f84b0ec9840413fbcccadb83436980e7cba178dd fb09084f9e9ca70adab36445c25df40eda37a3e7 Package: ros-jazzy-slg-msgs Version: 3.9.2-1noble.20260615.112638 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 635 Depends: libc6 (>= 2.4), 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.20260615.112638_amd64.deb Size: 67056 SHA256: 369476fbeea6c50b41e1709bdc801bb3799f11608f61c53e0a751e79e225400d SHA1: d978ad1b084f0df68e4f418eb3a758b474bcb0aa MD5sum: a5530143dfb267e89ffcc2bedb159dd9 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.20260615.112638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 443 Depends: ros-jazzy-slg-msgs (= 3.9.2-1noble.20260615.112638) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-slg-msgs/ros-jazzy-slg-msgs-dbgsym_3.9.2-1noble.20260615.112638_amd64.deb Size: 334144 SHA256: c16f6d2a4e362fbc61e2d8892fd084c7c861e174c470188c6cbc4ea48b3f5994 SHA1: 4c61ef67703c3ebbbc027e2575eb3b7c71216854 MD5sum: e94b78d51bf1358e3bd554b977ea3727 Description: debug symbols for ros-jazzy-slg-msgs Build-Ids: 272919e8a0b88fb71ea9eb10c516c204a8f4b91c 2ad23d95cd57a1af5eff2f8f9b452cac100c175a 456a66eaf2c2fe237b7a78c310b1de6dc40cc3e2 473ab7ae8fddf10db5e4696af3aeee91ec31ac63 5313cc46e00106b00eefa878c4d6fdc08216e95c 705481ebfa0e0a40a5d5bfc5297dca381ea3700c 785605715903ad8f349f4cb9294e3d53f4307c61 b67f0eb786f30710a5dfdc71141af9dd29a435a2 d10f55b74d741b88cf2ff934bb92786bd9946774 e74d018b539d484ddccf5131980c736d62e2eee7 eefcd243c6267d296504dbcdd4bbd17aa5642996 Package: ros-jazzy-slider-publisher Version: 2.4.3-1noble.20260616.074907 Architecture: amd64 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.20260616.074907_amd64.deb Size: 12314 SHA256: ff2594fca6868ae47285777ebbcdcd95aefc9fdd1cbb66646ae0d1ce7610161e SHA1: f441e6e4e31ccca497d8de7d2c3f5ecde1409fd3 MD5sum: a5004de31f570781ed92986c6a7243ae 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.1.0-2noble.20260615.164226 Architecture: amd64 Maintainer: Brett Aldrich Installed-Size: 1288 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.1.0-2noble.20260615.164226_amd64.deb Size: 323396 SHA256: 548d33f5080c00468483f25931e117ed7ba263b0c81cbf376ecdc3d8dbe27888 SHA1: 4d807a20a58512976b2fdf6546e396a2392a30e4 MD5sum: 320b2a2611e694ef64bc522f7c4cf3a7 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.1.0-2noble.20260615.164226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brett Aldrich Installed-Size: 9725 Depends: ros-jazzy-smacc2 (= 3.1.0-2noble.20260615.164226) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smacc2/ros-jazzy-smacc2-dbgsym_3.1.0-2noble.20260615.164226_amd64.deb Size: 9362484 SHA256: 00e89d57e31d93fb478d98e9335a709e5c066d5e9547691c98156575ec2220a3 SHA1: 34ed0afdb13b3408c9888dbd8892a80716e8ebd3 MD5sum: 5698b96e047f38bdecbe3a686a7cfa40 Description: debug symbols for ros-jazzy-smacc2 Build-Ids: dc9aaeadbece78ef6e87e909848a6432e3b84ae7 Package: ros-jazzy-smacc2-msgs Version: 3.1.0-2noble.20260615.114616 Architecture: amd64 Maintainer: Brett Aldrich Installed-Size: 2911 Depends: libc6 (>= 2.14), 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.1.0-2noble.20260615.114616_amd64.deb Size: 238632 SHA256: 78c4b5360fb864d09a07486aeaef3f99ce1b6568e3d471ebf74f8a91ca8606da SHA1: bc9d5eaa119dff3ea7e3566fa105bb17c6d90f01 MD5sum: 8c0ebc784133113eea7089ecd66c7c96 Description: Messages and services used in smacc2. Package: ros-jazzy-smacc2-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-smacc2-msgs Version: 3.1.0-2noble.20260615.114616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brett Aldrich Installed-Size: 2620 Depends: ros-jazzy-smacc2-msgs (= 3.1.0-2noble.20260615.114616) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smacc2-msgs/ros-jazzy-smacc2-msgs-dbgsym_3.1.0-2noble.20260615.114616_amd64.deb Size: 2209404 SHA256: 58e6415be3eb52dcca1792d4949883634c3222a51235d44d5cc13777944b6812 SHA1: 7b749d187a99219d496656b12822890b7260b8b9 MD5sum: 86195d317097e6d486f16a15551c4b32 Description: debug symbols for ros-jazzy-smacc2-msgs Build-Ids: 0d7ad7b5209bc942bdf137ec2c20450fb9e80572 21c83bd3b8455aada53504ac631efd617f257685 37db1652ca7e536bf8be7ef49b9c9badbaaab4aa 38a0b29275102d81373a81d3d1357aaef9a9fba1 44405938e6d5fb152e6075072f244550ff6d8131 50811246a06e1b68342e43e5da2a84fbe6286810 907bb8910724201bc88acf6e6fa46c6bea1c17ba 90f0576eb015a63e66f6ba131ca0533be5d97e0c dbbb8b4d5db0e357c10bd2e26c58f23f6c8b4d7a edd0732cd7767525816e5d1f7b79a98d13ab0525 fce8e28247190b2265f95e06d2dd4d1875aedc60 Package: ros-jazzy-smach Version: 3.0.3-3noble.20260225.225932 Architecture: amd64 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.20260225.225932_amd64.deb Size: 45886 SHA256: c9370e15053ed9ecbe6b795032c7a79b37f6408308d3937d673db3ed9b9565ef SHA1: ea290f35a9a188d0a726cbc89bc1a89c3f750521 MD5sum: 6519008a494761b214281637d3ce4fd3 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.20260615.114624 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 922 Depends: libc6 (>= 2.4), 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.20260615.114624_amd64.deb Size: 87242 SHA256: 5d914483c9c64a109589055d10a34d26dc5d158fdaaeee7a7d8bd65afbf5bbd9 SHA1: 0ce98797b13f9cd7acbbf8fda682b428724d52b9 MD5sum: 52aa057923e81cd59897bf6f127f60a3 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.20260615.114624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 698 Depends: ros-jazzy-smach-msgs (= 3.0.3-3noble.20260615.114624) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-smach-msgs/ros-jazzy-smach-msgs-dbgsym_3.0.3-3noble.20260615.114624_amd64.deb Size: 551164 SHA256: 40efbf6b4c87ef01a8b35689983487fd0dbbb5495f96282a5ff256a3e26948f5 SHA1: 8f20f840b32f47062c768a0cbb12ef1996a32195 MD5sum: 2e0cf2a257914a9a6c456b772e31f04c Description: debug symbols for ros-jazzy-smach-msgs Build-Ids: 06a950185f65a213fa7987e6b081bb126154eef1 06cb9d97d8d48682159e8b97f06d35923e2ce28c 1685725ce25f4f1a0e5904fbfd994eddaa2e60f3 4511b609769321c17f098b160a90b0f8a90c419b 4a46687ad03bba79c4e970f8181a5894bc9e837f 813ae87af3176d2e84b4c1fdc69a36aef8a7d054 81a5bc109e929d929ca330507489c08db4e8c583 9f350b8fc2a77568e96b09a90cd66ffd8622aed1 c60a1bec8df9975c674e8892fd5618ff9542f52b de94f32c8ab59636fc00763448eb95a01150779f f03009eb933c1d181097b7474125e7cf00d4a6e0 Package: ros-jazzy-smach-ros Version: 3.0.3-3noble.20260615.135154 Architecture: amd64 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.20260615.135154_amd64.deb Size: 38898 SHA256: 14ed526ae51ac5b189997c24bd7ca373edf9e680f8c392d4fce6bd91df28b42f SHA1: 366722da0a461df7250b23f8553b6343d95944b1 MD5sum: de0318d6e47d8b0ac3543587bb764d8d 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.122135 Architecture: amd64 Maintainer: miguel Installed-Size: 393 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.122135_amd64.deb Size: 80814 SHA256: 56e528dc653aea4eae73037e45c24945ddcde8105967923b8e07e79fab8d157e SHA1: edc0b0b288516ee8c60b9e0c9387a1eaa416e260 MD5sum: e94c08a28f330b2e35e12fd2dbfffc66 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.122135 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: miguel Installed-Size: 4363 Depends: ros-jazzy-small-gicp-vendor (= 2.1.0-1noble.20260309.122135) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-small-gicp-vendor/ros-jazzy-small-gicp-vendor-dbgsym_2.1.0-1noble.20260309.122135_amd64.deb Size: 4388814 SHA256: 8f509cd55486c948d9f31e1bb65d2f00e3ecb70c39f3f3e7aa015e2392700daa SHA1: c602f81e582841c5516744a5da5f671dca35a84a MD5sum: b5b40bef6bcbc241ce8c65c47bdaa079 Description: debug symbols for ros-jazzy-small-gicp-vendor Build-Ids: 0fc559f35d4f8f15b17571d1fe0c243d7099e4ae Package: ros-jazzy-smclib Version: 4.2.0-1noble.20260317.155007 Architecture: amd64 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.155007_amd64.deb Size: 14104 SHA256: 59730a80312133af0befbedb2684528941aaf5d81a0d8a21e15688efb31f8afc SHA1: 0e6b1e0f4de1e9ca1024aaee9a6905e02cc5151a MD5sum: cdab0951015352e59453811c704110f0 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.20260804.185030 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 127 Depends: libc6 (>= 2.4), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260804.185030_amd64.deb Size: 31240 SHA256: 5b8b2a3a6c819641b6f9799ca01c49b53404ded1b6b62b363768c164a100c310 SHA1: 87940326e1e4041ef73e090490d66a89eb8a556a MD5sum: 91a6b93b0ec23f2a3f30a671fde9cd65 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.20260804.185030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 406 Depends: ros-jazzy-snowbot-operating-system (= 0.1.2-5noble.20260804.185030) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-snowbot-operating-system/ros-jazzy-snowbot-operating-system-dbgsym_0.1.2-5noble.20260804.185030_amd64.deb Size: 387724 SHA256: 012881ea258623dd8e10b151372ab3d8ff39d9c97ec1ad41d5ec67d09a0b9197 SHA1: aa88fe4f22e9700602ea7b6bad7bf845445be537 MD5sum: 11f85a999d472fb2c96f90a8b22a0fc9 Description: debug symbols for ros-jazzy-snowbot-operating-system Build-Ids: 016f45e489fc663946ccbbf1092bfaabaec7775d Package: ros-jazzy-so-arm-100-hardware Version: 0.1.1-1noble.20260701.212043 Architecture: amd64 Maintainer: Bruk Gebregziabher Installed-Size: 783 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.20260701.212043_amd64.deb Size: 174056 SHA256: 134061a2589012e14ab375f88d34f52610a016489d0bfb8158eb0f0abffbcacf SHA1: 8af7089bc1ed7a78d39b97c6eda8fd8f8ab68d62 MD5sum: b6efdec7fed5a5613a64809f10394402 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.20260701.212043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bruk Gebregziabher Installed-Size: 2982 Depends: ros-jazzy-so-arm-100-hardware (= 0.1.1-1noble.20260701.212043) 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.20260701.212043_amd64.deb Size: 2611874 SHA256: f022aefeab1025b441158f1321aa71f29da290f90adf9191299e6a151e9e9e16 SHA1: 2878358e4df356a47822f21b901f19480150cf52 MD5sum: f2dae50f5a56a5fd6d44ab50d7151cc4 Description: debug symbols for ros-jazzy-so-arm-100-hardware Build-Ids: 2c969d7aec7e8b5932b6a6f73aa033dc81f3121a a63a324789d9e50513c4b76c3503649e75aa8f34 da0e9cdb3e458e08d1c0777c1e96f07a1c8796bc Package: ros-jazzy-soccer-geometry-msgs Version: 1.0.0-2noble.20260615.112648 Architecture: amd64 Maintainer: ijnek Installed-Size: 458 Depends: libc6 (>= 2.4), 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.20260615.112648_amd64.deb Size: 43226 SHA256: cc5854baed6cf5382710a0ac3e6974c40bf40a1c112162d32516a61da0a9aa71 SHA1: 068e74e2a5a18bceda84b75acbf1023af24e0f27 MD5sum: 14e35d8a4e7630508d941de0dda8cf32 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.20260615.112648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 264 Depends: ros-jazzy-soccer-geometry-msgs (= 1.0.0-2noble.20260615.112648) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-geometry-msgs/ros-jazzy-soccer-geometry-msgs-dbgsym_1.0.0-2noble.20260615.112648_amd64.deb Size: 171826 SHA256: eddfe65ef4bf680403a7bfc9eb0fdc626b7d4912951f65e9176abb6a773a1b21 SHA1: db7a2af1cd18e568bf406adc6a9c0d61ccdf3e99 MD5sum: ccbfa126a7f2b6bc1af1ddf55a435f5d Description: debug symbols for ros-jazzy-soccer-geometry-msgs Build-Ids: 3512ad18628a5cf2066163f4e9c7f80c860ce9e2 3aeb134263514dab7be2d0c6612f00b952798866 47ec5278dba5ba5ce77a7086cf404aac3dc01a51 50939fd3c2de9e44bb25c82a4c03d5241cd0c3a0 8977202b6ba8a33698d19084b1efeac940ff95d3 8a720919aefbc996d6dd018e7b740444d5a6bb00 aa7d25dd8356bbdd4aee34f93b0575f622d469e6 af8d139069be6d1171e306056e2edf757e94f1dc f142560526f108221771e9514ef7c37d820af9ed f4a28f6bfd2be89c509e3add2d9d041bfee8a787 f83ca61ec3722345f79f8f8a6c9c028ff3b4af2d Package: ros-jazzy-soccer-interfaces Version: 1.0.0-2noble.20260615.131641 Architecture: amd64 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.20260615.131641_amd64.deb Size: 5064 SHA256: 9caae5c43ed9662719137548bd39152abec761577d3fd22c8f4654910cf179bc SHA1: 5672a10e927fdbbc2ea43996f0487c853a91a9c9 MD5sum: 2479680683124910a217722c1dee1ebb Description: Metapackage for soccer-related interfaces Package: ros-jazzy-soccer-model-msgs Version: 1.0.0-2noble.20260615.112810 Architecture: amd64 Maintainer: ijnek Installed-Size: 1055 Depends: libc6 (>= 2.4), 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.20260615.112810_amd64.deb Size: 85818 SHA256: bcb65666563295d1b53230e8980bb89f119b6d75e090c5522e1cf3e263b1077f SHA1: 5fd23efa08b39e9821bead8682e3d6c2b03efd05 MD5sum: 968acbec8e72836e36dd6d1fe8ca5733 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.20260615.112810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 771 Depends: ros-jazzy-soccer-model-msgs (= 1.0.0-2noble.20260615.112810) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-soccer-model-msgs/ros-jazzy-soccer-model-msgs-dbgsym_1.0.0-2noble.20260615.112810_amd64.deb Size: 600112 SHA256: c2e912b112fe5ca953b657a9af1b11d41c7d3fe5c820a6ce2693574c881fe3dc SHA1: edbb9aebc96a00b8c09816e39903afbadc977610 MD5sum: 1541d7d7307f94d20cc5a539def726df Description: debug symbols for ros-jazzy-soccer-model-msgs Build-Ids: 0af89a2b96eecc485fae97a6437e7430deb51ddb 4ae564e5f358f52fefd5647ae913de99a8f17d57 558cd92b76414def2d68ca351eca4f1b85df7579 6a6837a960951b3f0dd2f675e86db1afbbb523c5 75d111c146a5bdca3347321b8482f87e73f503a6 92d803a9cc32569df452cc47f18e2eeed401e4e8 cad432d1b3b72c2f1ebffac1f8a4a3c2776d83ce d2a4b6d4880c43b6225381559bc23d26ede369c7 d30d268d334c279ed9e4212f1a5755e704414d83 e5aec8739df31f2ac3f05f6a19356b5ada512684 f897c1bb9606c2be033c82c9906d7ea4ef648650 Package: ros-jazzy-soccer-vision-2d-msgs Version: 1.0.0-2noble.20260615.130757 Architecture: amd64 Maintainer: ijnek Installed-Size: 2291 Depends: libc6 (>= 2.4), 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.20260615.130757_amd64.deb Size: 162116 SHA256: 76871a5aed6c7f120be2793434503ca4f35076ad20107b01ebeacba9e48ae1a7 SHA1: 76c8cddc9294514656fcda2893279296236fae77 MD5sum: da433656daa8f98dedf49af7662449cb 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.20260615.130757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1731 Depends: ros-jazzy-soccer-vision-2d-msgs (= 1.0.0-2noble.20260615.130757) 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.20260615.130757_amd64.deb Size: 1397492 SHA256: f0107587279ea98aae741f99971983c51c067eed57183670ba69bdbd8c5d9beb SHA1: 0eb0e16f2d359e30fbbc86628f62f1dce1485ca5 MD5sum: 0805c133e2156af753809f3228fa0cf5 Description: debug symbols for ros-jazzy-soccer-vision-2d-msgs Build-Ids: 336fc4dc1d0be79a5746bed368b5e23c5fc539eb 4732c8040cc1c44ff3ad3804138dc84478989b2c 721c06cffd3aaa7f9e67a36471171cb0edbcec7a 82a36405cfb9e1b762d7b119a2f65a1f3376ee5b 971dfca3c78907cd00fa07c92f87472ec0c2710f 9b15cda616def600d3cd73617d26177bb0a73146 a6355a39ee931686f883a6eabe0f2575046921b8 b5d3b4f8ae81532cf7344e2d098e52e55c13641f c8a3016849846641c311cd50a8c30b93f6b59280 db61413fd070dc8ab23a677276c2830df09da479 e4d73d04f1381d91c2187038294373673c596864 Package: ros-jazzy-soccer-vision-3d-msgs Version: 1.0.0-2noble.20260615.114116 Architecture: amd64 Maintainer: ijnek Installed-Size: 2311 Depends: libc6 (>= 2.4), 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.20260615.114116_amd64.deb Size: 161240 SHA256: 1c046a8a4745a78505e7f271fb4588a86507cf739112d5a5c7ee9a398a395640 SHA1: b9958c33900d219227bacc128c4ee313e59f7260 MD5sum: e7cfdd3725e45e77b42ebd659da349bc 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.20260615.114116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1748 Depends: ros-jazzy-soccer-vision-3d-msgs (= 1.0.0-2noble.20260615.114116) 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.20260615.114116_amd64.deb Size: 1412524 SHA256: 5ecb2b964d922acbea5421efb96e044af5ebcb842ef068e9012a3b565a26b13d SHA1: 553faccce1daf5ff418145cd396a4d38e4f66096 MD5sum: a29b92d5678c8482a23745a4fcedf234 Description: debug symbols for ros-jazzy-soccer-vision-3d-msgs Build-Ids: 01707fb4b5f06ee9b4dbd67e54e50a0041625cd9 03243390f45c6e98aff72f31db2dccf1d67a29fd 090a8c83fca447a6b7d4ea63dd1c553156ccafb9 4417447893bb3177a49913235eb6bd00358167b4 46d0afebb1e27cfdc46af297cd84aabf6abcaef3 52328c09232a492652a361a24bcdc8a86bf08519 7b5dc0178cf77bc163eecb6f10ce8f633ba52ae1 8bfdaeee4a75f42c62a90136291e5e6269dea739 995158cc6ae390f1d50596688dab18d696c09cda b8cdd8a77f175bd7674b9c7919edcaaa9da9d751 c674fd07dea465be540ed3f6df9c0599f15def67 Package: ros-jazzy-soccer-vision-3d-rviz-markers Version: 1.0.0-2noble.20260615.134728 Architecture: amd64 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.20260615.134728_amd64.deb Size: 165250 SHA256: b388946b24c83939b705f00c0f12fcbcbc4a2397d8f8cc405c883e99813b1414 SHA1: eaabe49f0bb7276b7e1307cb3a574c1494477f13 MD5sum: fe059cfb567a7834abdd1c84709241ef Description: Package that converts soccer_vision_3d_msgs to RViz markers Package: ros-jazzy-soccer-vision-attribute-msgs Version: 1.0.0-2noble.20260615.102837 Architecture: amd64 Maintainer: ijnek Installed-Size: 693 Depends: libc6 (>= 2.4), 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.20260615.102837_amd64.deb Size: 57134 SHA256: 1e7aea5b3af5012c69dac1249d182e6a6f03d82178464212d579d62db37afa5a SHA1: b41ed9c5a564baaeb2b613deec849c745e42c631 MD5sum: 66227fca8ad3b68821ab7f2bf087ac23 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.20260615.102837 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 433 Depends: ros-jazzy-soccer-vision-attribute-msgs (= 1.0.0-2noble.20260615.102837) 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.20260615.102837_amd64.deb Size: 314190 SHA256: df9cf3c123a873494fa7de24cf6d3297e6652a701b5077b23df1d6b5664c4708 SHA1: a165fb5e52a512dfff770ca3630236f630cd7355 MD5sum: e4b882a60db73815641c5acb888dcac6 Description: debug symbols for ros-jazzy-soccer-vision-attribute-msgs Build-Ids: 2bb6bb64ee9b6009fe53ebc0b9b78ad53aa916d2 5bca10bd06d02b25e7abf1a77f9013559ed30f65 62f98edb5434e185fc6b05677f1f2eb2e8159ef7 8fcaaeebd15ec826261f00be58886581bdf3a3a1 a7d25055d73ffb63d72f13b4049d2983a95e520e a7d44aaa47b33b67f5acc21354303070f4c03ba6 ab8425be8702ff5f2e1ebca24bd3cb817e7ebca2 bfbb53eefd65483bbfa461579cd8363e1d938989 c71082d4bcf281e40509361b01bb2804757a4dce d684088ae8570855f025a17d4cc86d4ba52a6e75 ecdd0c9ab7cb6d3dcbba85aab43fe617677afd20 Package: ros-jazzy-sol-vendor Version: 0.0.3-5noble.20260225.230012 Architecture: amd64 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.20260225.230012_amd64.deb Size: 148352 SHA256: d453850a3d4417a3b88bdbe83634359cea5ef99081d5fad36653da9c5814e6a5 SHA1: 9a4063a2796a1157dbf19b85503503c004c21b20 MD5sum: 84bed2fce440acc3bc943f057f94e899 Description: vendor package for the sol2 library Package: ros-jazzy-sophus Version: 1.22.9102-2noble.20260225.142549 Architecture: amd64 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.20260225.142549_amd64.deb Size: 43436 SHA256: 7da88e9ef034d90d46a4efd85cd24156ba7b863073d506db68deff47f855add3 SHA1: bf1704432b93aa2c27644699dffea28c1a247a52 MD5sum: 6e4fe7bc016ba198facdc0d60f6c70b6 Description: C++ implementation of Lie Groups using Eigen. Package: ros-jazzy-sound-play Version: 0.4.0-2noble.20260618.161258 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 305 Depends: festival, festvox-kallpc16k, gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gstreamer1.0-alsa, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-tools, libgstreamer-plugins-base1.0-0, libgstreamer-plugins-good1.0-0, libgstreamer1.0-0, python3-gi, ros-jazzy-action-msgs, ros-jazzy-ament-index-python, ros-jazzy-launch-xml, ros-jazzy-rclpy, ros-jazzy-sound-play-msgs, ros-jazzy-ros-workspace Homepage: http://ros.org/wiki/sound_play Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sound-play/ros-jazzy-sound-play_0.4.0-2noble.20260618.161258_amd64.deb Size: 169720 SHA256: 3eb90b83197f3bc10e89561314ebef776a0cef9d582992e9d2bc46690b1e0814 SHA1: 150eee58fa2fda213a99990c96d53c26392941f2 MD5sum: dded4818565864eb70b798903b36b24e Description: sound_play provides a ROS node that translates commands on a ROS topic (robotsound) into sounds. The node supports built-in sounds, playing OGG/WAV files, and doing speech synthesis via festival. C++ and Python bindings allow this node to be used without understanding the details of the message format, allowing faster development and resilience to message format changes. Package: ros-jazzy-sound-play-msgs Version: 0.4.0-2noble.20260618.160917 Architecture: amd64 Maintainer: "Shingo Kitagawa" Installed-Size: 1778 Depends: libc6 (>= 2.14), 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 Homepage: http://ros.org/wiki/sound_play_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sound-play-msgs/ros-jazzy-sound-play-msgs_0.4.0-2noble.20260618.160917_amd64.deb Size: 133326 SHA256: 0e37eec1d56348b1f6173306efb40a825ebea8d570f4070fee1a6749eec7e7a9 SHA1: 5924e145a1c094a13317ad38c5203c9299fb4724 MD5sum: 8df1779f53cba72f3b9ca925fb3577a7 Description: Messages for transmitting sound via ROS with sound_play Package: ros-jazzy-sound-play-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-sound-play-msgs Version: 0.4.0-2noble.20260618.160917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shingo Kitagawa" Installed-Size: 952 Depends: ros-jazzy-sound-play-msgs (= 0.4.0-2noble.20260618.160917) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sound-play-msgs/ros-jazzy-sound-play-msgs-dbgsym_0.4.0-2noble.20260618.160917_amd64.deb Size: 672596 SHA256: 6ed11faea64157b6302348e6c0eedb09b0f5a05161dc63dac5b832bc5324a011 SHA1: 57a430e561d00287ec47ed5ee88dda57c8f741f0 MD5sum: 1ac7d05feeb545c6db94c5b86387b440 Description: debug symbols for ros-jazzy-sound-play-msgs Build-Ids: 07e1338b202fc9b8ccd963d21a30c6d008f9ef88 3f3c1bc1a7a7d5846abc4d48fa9460ddc31c5ac3 68c6177e5881fa2507f5ca8e8a112428587c75ce 86e92279f28bf6413dca262e27e49e08c89f9f2e 8f29d6a405dc89a9829d367dd8b7c12b4282fa5f 9338388aa593cc052c88c5c03a6898f7b3746863 aed723c39a8446e48226a76e62228c634ef22906 ba3b7c383a5d8e522e857f4de49f345632bda067 ee3f3c8288e3207e28e32610f04868c4482ab027 f264ce998cc315c337814c5471cb12b0dc133928 f6ad9c7d1bb22f738d74cd69adbbfaf05c794de5 Package: ros-jazzy-spacenav Version: 3.3.0-3noble.20260615.143706 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 409 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.20260615.143706_amd64.deb Size: 101676 SHA256: e5cc3197bb69478800b8f27e9c45c3c5961717664127517002570a697cf3e74a SHA1: 20e21f7f600c6d1da57b19496255dc45a44ba210 MD5sum: f45f1ffd2fc1f7158424a416accb209c 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.20260615.143706 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1928 Depends: ros-jazzy-spacenav (= 3.3.0-3noble.20260615.143706) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spacenav/ros-jazzy-spacenav-dbgsym_3.3.0-3noble.20260615.143706_amd64.deb Size: 1758708 SHA256: dad6075696d5cb7d20eadb06bb782c435f44c0ed845bf47c571c243dcafb22b9 SHA1: a555fc2106aa43e97facd242ee7339e6d93b021b MD5sum: e06b032df2745714d474aeea39b184e2 Description: debug symbols for ros-jazzy-spacenav Build-Ids: 894e3d0b60b6630553b6ab6181d7e066d57ce1e7 dcc5d2c1c2d9c890fd23a2dd7cb190363fa4482a Package: ros-jazzy-spatio-temporal-voxel-layer Version: 2.5.5-1noble.20260804.183351 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 2240 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.4.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.20260804.183351_amd64.deb Size: 428326 SHA256: 5c9d563672c264c5c7c16816e42b91d5e8428193f2f5e65559c59a62f9e64dfd SHA1: fefc6ccb8fca1fc8e435dfb5bc330944a435b035 MD5sum: b25547aaae21a0a203137e23301c4b2c 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.20260804.183351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 13990 Depends: ros-jazzy-spatio-temporal-voxel-layer (= 2.5.5-1noble.20260804.183351) 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.20260804.183351_amd64.deb Size: 13029508 SHA256: 08ab7c727c0986b060558ac29f3ce6312e7ef86d3addd4561e1870f03377b853 SHA1: b39a0c7687883d82b7a58bfcb340d531beabb181 MD5sum: 6cd61f527237b2ab79998a8ea5adf197 Description: debug symbols for ros-jazzy-spatio-temporal-voxel-layer Build-Ids: 22cd683ae90be3020df2dcd5de9db3c8080ce385 365f6304f148d50f8f60a0e5f6db1af4f6da23df 51a13573aeaeedfd620707e84970a58219b1275c 52985c49273c331bb62f5e18b1f50230e1b7473b 5a51adb7de5fcbd64080cc0bb901f60613f7157d 5dd34da4894a8e208fa7494db576a31622ba7732 dcd83c0e1b920fe8cd5a955d71eb00e19b930dea dd49949cfdaaa8a313a07e6266b1adce7cf22cc0 dd4c27523fa967913fae7e26568c74f3a86c365c defe4281a9664d1862c2c8152eee3ab19bf9f448 e3144f95220978484132a5d54862a1ecf664db1b ea28cb1f1dc01bc2ace193873503a3dd89f0f12f Package: ros-jazzy-spdlog-vendor Version: 1.6.2-1noble.20260603.150612 Architecture: amd64 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.2-1noble.20260603.150612_amd64.deb Size: 6898 SHA256: 17e2284ca00abb06896bbf5ab017b744b7596b43abc121abb0e2280bf3283cdd SHA1: 94d34c1c5dfbb3e1f7e1924d5cdae58d7e8cb38b MD5sum: 87c4dd58e43c526af4721490e77668d5 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-speech-recognition-msgs Version: 5.0.1-3noble.20260806.123106 Architecture: amd64 Maintainer: Yuki Furuta Installed-Size: 1484 Depends: libc6 (>= 2.14), 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 Homepage: http://ros.org/wiki/speech_recognition_msgs Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-speech-recognition-msgs/ros-jazzy-speech-recognition-msgs_5.0.1-3noble.20260806.123106_amd64.deb Size: 141646 SHA256: 156be5e5c79a4bfa42ce04fa78dbbdcc74ce8ca47805a185bc2ca3c2b895ba7a SHA1: d284324a79d4fac94232026d9f85f5a13eda20c7 MD5sum: 19e6b0596247386e64c7b2bd4007f130 Description: speech_recognition_msgs Package: ros-jazzy-speech-recognition-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-speech-recognition-msgs Version: 5.0.1-3noble.20260806.123106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yuki Furuta Installed-Size: 1395 Depends: ros-jazzy-speech-recognition-msgs (= 5.0.1-3noble.20260806.123106) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-speech-recognition-msgs/ros-jazzy-speech-recognition-msgs-dbgsym_5.0.1-3noble.20260806.123106_amd64.deb Size: 1163218 SHA256: 1fbbbd1389c453cc290dd608fa3c0566b538d2987e1d6ea95a3c13a66448e6d5 SHA1: bfd4a17ae1bd4bc4a9a232dba27ddb2d6c08b9c8 MD5sum: 9c861226473582346c24f87e5ec64b9b Description: debug symbols for ros-jazzy-speech-recognition-msgs Build-Ids: 01f824c032423d34c923b9220e9bf55201e145c5 0db2862122ded373a55e5119ca86d9283f49eff6 27c28e86f17ce46f81e7a6c8af5ab7cde683a745 37e95848aff0fa91af4be4ea0e7f989aba4a81e5 7e621a61475edfbee2fee97be372fa01f8ea1319 896c2f47ce15f4f72f00d8f5134d369d136839d2 8a79b528f97c3f1108cc3e05f50f55ae055cc1de 91612cdd1be483b0a8500204a0766cdd7fce797d df361c965177cd7d5d16c1c03beb9e2f336ac6e4 e555f10d70bc4a53e5aea3435f665853b68ce43b ef5a875094a887ea35ec1ef45d660ed9bbb99808 Package: ros-jazzy-spinnaker-camera-driver Version: 3.0.5-1noble.20260615.145431 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 63461 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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.20260615.145431_amd64.deb Size: 11790092 SHA256: bbc9eea9a4f1811fc8390897d012c5fdc7a80228fa6b80a7fd44abeeb4c54751 SHA1: e32c717c0ee192e9aec4370971c02fe82d3a784e MD5sum: 04c0188bda378f5686edf3bded2f0f96 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.20260615.145431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 5951 Depends: ros-jazzy-spinnaker-camera-driver (= 3.0.5-1noble.20260615.145431) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-spinnaker-camera-driver/ros-jazzy-spinnaker-camera-driver-dbgsym_3.0.5-1noble.20260615.145431_amd64.deb Size: 4434836 SHA256: d940e2dbdc1d2b92d8b5bd63ab552e1b1e75068fb8cb827fca435f66edaa001f SHA1: eeb011569097902e4f85a07b0d2c03bf4e6b8bf9 MD5sum: c5e0c315f0d25143c417086ee6034ba7 Description: debug symbols for ros-jazzy-spinnaker-camera-driver Build-Ids: 0e42a5791c46c5fc90c49de40faaeaba325fa9bc 23636cd7a8eba023f174d5b260630a8401ab6eac 28ae61e6bd2b84c06d340d6335a8a931ff7f37e1 575a6dc635190727f8861b9718fc5f7b88ab75e5 7acb50acbf2e59005044e34205dc69040cd66cd9 bcb4cbf2351c439ed06f9e23e04eb8656458be8a bf619bf1c741c0dc25e31a65d6fafc209924ee1d d3e1f6bccd2febb5e9138887bd318f46bf088fd3 fa5a6da0321303dd306581042dd5312bd7707e42 Package: ros-jazzy-spinnaker-synchronized-camera-driver Version: 3.0.5-1noble.20260615.154408 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 220 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.20260615.154408_amd64.deb Size: 57708 SHA256: 334e30de565230ef38886bf6d1fffda96a395bf7e69086b7d0564f97e27d3caf SHA1: 4ab17329ae2d4481c3860bffce99bc6a632e68e0 MD5sum: 41538e9df49845f1af9445888e4808dc 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.20260615.154408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 1822 Depends: ros-jazzy-spinnaker-synchronized-camera-driver (= 3.0.5-1noble.20260615.154408) 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.20260615.154408_amd64.deb Size: 1770774 SHA256: 5364a2b9c00293562f765e218d94105df40cff75443eab97fe003a332f6ddcc4 SHA1: 639d6a3fa8f612f0b1f363dfa02a87c2a2fd3bb5 MD5sum: 5c3cb35f4a4c127ffdfc7a18513bd746 Description: debug symbols for ros-jazzy-spinnaker-synchronized-camera-driver Build-Ids: 8c4a6b0eaec5d2967c5a283440e954efc7309b75 bb9c8240822c6d7377c19a99f7ca94fac8e2bca7 Package: ros-jazzy-splsm-7 Version: 3.0.1-4noble.20260615.102852 Architecture: amd64 Maintainer: ijnek Installed-Size: 483 Depends: libc6 (>= 2.4), 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.20260615.102852_amd64.deb Size: 50344 SHA256: e05d359b8f7cb7cf5c75bfd223959d6f288279adf932113cd0ec59b42d4073f8 SHA1: 475763d143e9c6d2b2d3b60f9b08e78640aa38f5 MD5sum: 3f3f26a6f84a2b197941533982321fbe Description: RoboCup Standard Platform League Standard Message V7 ROS msg Package: ros-jazzy-splsm-7-conversion Version: 3.0.1-4noble.20260615.123705 Architecture: amd64 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.20260615.123705_amd64.deb Size: 6086 SHA256: 03faac86543c7c64b06997efabbb5ce7ad32d2795e8fb3e72d724f20a1a7866a SHA1: d9e848a3540928b0885f6876c271c14d9a98e22f MD5sum: d44f8fd5eca807146148c80676bf5265 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.20260615.102852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 309 Depends: ros-jazzy-splsm-7 (= 3.0.1-4noble.20260615.102852) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-splsm-7/ros-jazzy-splsm-7-dbgsym_3.0.1-4noble.20260615.102852_amd64.deb Size: 218338 SHA256: 18b4dd5b516cb05e1ad5f43c7afce5dd66083fc0d0013650d85554bdd95bb7be SHA1: 5f7aaee494c8f42d2dddd0f8583950d64dd4b5f2 MD5sum: 0bb6dce120bcd4160113190d1702c5ea Description: debug symbols for ros-jazzy-splsm-7 Build-Ids: 07f687dbc2342d8148d255b3c918db4db8807afd 1c202fff71654ba2d6194699f186fc7def034d93 4b706e05d0e4c8e7b3f2d7a295f2a952a7caa552 55352c8a101898841dd310d3952fbb3305abb90a 6622bf64aa0bf77ceb27675f65a3842620829988 6733f29cd603f408bea37e006ffef78b90d5b55b 9541e54ef07e15b801c71d73176e827434d4b0b5 c9f80e61a3ec773772f7f50f6f88a95fd5d166e1 e58d3f2454e13120ab323efb0f5e33d37cc3a937 ea60c78737505c34b22e0462c6eb56ef8b358bf2 ec15cbed72633de0c31be889ebd705c12f890c2e Package: ros-jazzy-sqlite3-vendor Version: 0.26.11-1noble.20260603.150654 Architecture: amd64 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.11-1noble.20260603.150654_amd64.deb Size: 8018 SHA256: aab76f74e578f14779225194d22c83a31597f6c8f31540dc786d64765d3c73d7 SHA1: 30902e5bc758088f282b045b5c2aef2cb054d14b MD5sum: 4f0669b988365eab6866370ee0bb6ecb Description: SQLite 3 vendor package Package: ros-jazzy-srdfdom Version: 2.0.7-1noble.20260615.173209 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 225 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.20260615.173209_amd64.deb Size: 60548 SHA256: 41cc71dead63d24c1b2356f0763734f02383a049f6a5966636533a95fe9152e7 SHA1: 817e188ff545c0ee7375f4cfaad26ae606cec1bf MD5sum: fbeb616bbf17dc92a97e747a92c2565d 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.20260615.173209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 716 Depends: ros-jazzy-srdfdom (= 2.0.7-1noble.20260615.173209) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-srdfdom/ros-jazzy-srdfdom-dbgsym_2.0.7-1noble.20260615.173209_amd64.deb Size: 685190 SHA256: a9e8582efcb3ec42785ef7508e7d0aac8d52b8151655c7d8c66eeec76c25a803 SHA1: c48ac684346e2ae499380eeb3c0e7e917d891fe7 MD5sum: da4f34ecd044847432888e16672e53a1 Description: debug symbols for ros-jazzy-srdfdom Build-Ids: 2818e006ddb1d5ff643ffb074c3bc751c6216c63 Package: ros-jazzy-sros2 Version: 0.13.6-1noble.20260716.022726 Architecture: amd64 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.20260716.022726_amd64.deb Size: 44908 SHA256: 70e2402a5386b815202467949de7182e45b005f4842825f401b291e82113f47c SHA1: 61d510d2affc575fe7296d9ada48853f002928d0 MD5sum: 7c8ef592b15d66e1f17d21970f191147 Description: Command line tools for managing SROS2 keys Package: ros-jazzy-sros2-cmake Version: 0.13.6-1noble.20260716.023401 Architecture: amd64 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.20260716.023401_amd64.deb Size: 6990 SHA256: 2d234d422802b2874cdde90f72e623864f570cd804c8f15b1039364c75e5f45a SHA1: 70bb3f2ca0e95736524fd661852aa145ac9f4b8e MD5sum: 97ae5b8d26c2e07de9b4b5f25f757466 Description: CMake macros to configure security Package: ros-jazzy-state-interfaces-broadcaster Version: 4.41.0-1noble.20260725.081846 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 317 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.41.0-1noble.20260725.081846_amd64.deb Size: 85004 SHA256: 8a71992e55c9c86db7f75b85e129f1f205062fffec9b5de055f1960b39f7ae9f SHA1: b11dcf8a329591ac24295b3f10d62542e5af9db9 MD5sum: 49d517821310b34a85b4c273369c9e43 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.41.0-1noble.20260725.081846 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1364 Depends: ros-jazzy-state-interfaces-broadcaster (= 4.41.0-1noble.20260725.081846) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-state-interfaces-broadcaster/ros-jazzy-state-interfaces-broadcaster-dbgsym_4.41.0-1noble.20260725.081846_amd64.deb Size: 1260994 SHA256: f7f2cfab7e6f7e02b5982f359edebc91a8451dc9e52dac843f4ce1799434466d SHA1: 9a174ca9461520835abc7f04e918646f13e2c7bb MD5sum: 4185a759d4a190eef43927e82340c32f Description: debug symbols for ros-jazzy-state-interfaces-broadcaster Build-Ids: ece6e165eecb4f6d2716aedc7d1a8f2d1d354b9d Package: ros-jazzy-statistics-msgs Version: 2.0.4-1noble.20260615.102920 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 730 Depends: libc6 (>= 2.4), 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.20260615.102920_amd64.deb Size: 68918 SHA256: 042d8bf3ccc87604dd4f26bede9b4a05569c262b8a8ec5af0b38e424b3860a87 SHA1: 41a567c8303ce25d2195d05b2e4ad0fbca1c6b21 MD5sum: 18bae4b89eae9993f596797c0b8c37ea 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.20260615.102920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 505 Depends: ros-jazzy-statistics-msgs (= 2.0.4-1noble.20260615.102920) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-statistics-msgs/ros-jazzy-statistics-msgs-dbgsym_2.0.4-1noble.20260615.102920_amd64.deb Size: 379420 SHA256: 8091eebb7d0e3dead9df04f70951ff5d28f2dbb2403a68d200b6134be5f23688 SHA1: 4fd9d238a2b30a5e5c84a2e9e36b4b31c31cff16 MD5sum: 8b063628682a69edb6964430c51eb36a Description: debug symbols for ros-jazzy-statistics-msgs Build-Ids: 00e31e438ae7b93afebe3c1a44eb0786329c3040 1d76debfad3c07af6d23231d778995525d811fe4 3148e9b87427c5517da89c0823783d075cb31761 58d1ee40cd07a56c6e653eea5ad4311de3807955 635419889c2e81983d16481e17d3d57344db7f78 648755b60e4a7656dcb2a4126d3356618fe18e34 97c2564a6ef53921765748673cb3f6b02f6871f2 a3cbcc9e066636bff861f8c938a8b6a93828acc3 b99d2c73711a4901b352928b6ea7bd61d2f5c2a3 baa2790a2acc32379f47d1e86dae2d691f4e5e98 f98e1c4584246be616b99c888825344c1df2a62d Package: ros-jazzy-std-msgs Version: 5.3.8-1noble.20260615.102930 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3851 Depends: libc6 (>= 2.4), 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.8-1noble.20260615.102930_amd64.deb Size: 236664 SHA256: 77904172414097f2ee22faa45a04e5791e9a999c635e07f79abb7fd8f999e97c SHA1: 6ecda10c2549d2a376ddab1466e107d66c6c4a7d MD5sum: af8adce2b218d1b06b952cb027af1e9e 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.8-1noble.20260615.102930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3306 Depends: ros-jazzy-std-msgs (= 5.3.8-1noble.20260615.102930) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-std-msgs/ros-jazzy-std-msgs-dbgsym_5.3.8-1noble.20260615.102930_amd64.deb Size: 2732146 SHA256: baeabe07f19904d010368957396c3918db7ebb2f20df84edf9a0b6db777344f9 SHA1: d1294d04ef19a73afd0591e74ddc97b5378640cd MD5sum: 2198bbb94bec12a5d6f0cc781c7c11f6 Description: debug symbols for ros-jazzy-std-msgs Build-Ids: 0465b53aadbda58bef6d383db7f8aea608ad340f 06e1e9cb9f06b14fe07ab210526e2fef0486422b 141e6352fb0ace5d6311dfde637254892cd61ff7 1f51c10e5e64e4084726b458e664f5dd3922795d 72e8e8dab691ef797b528c21048eec22d63c4dc4 8226f854ffe1524b8d7d29ecd17c036a26645a5d 905b55b29c7a144d1c56f475e1f9b6ce9337934b c8399684d825f2a29938fa0619bfa17d44fb8846 da84c4c8cbe9ea693cf74b4912fc57c23fe543a5 e7057f3e1ab82e6340ef39238db6fbefa14c599d fb5afdf213382b085aabac5a8260d82c87807918 Package: ros-jazzy-std-srvs Version: 5.3.8-1noble.20260615.102935 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1435 Depends: libc6 (>= 2.14), 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.8-1noble.20260615.102935_amd64.deb Size: 112096 SHA256: 3a76858fddcae8b13ae5e816c0e7f2f91d45f974489d8f41ddd9e713405e036f SHA1: c38c22bcd59d4d577d95a9de0e80ab390fec2751 MD5sum: 63c8ea92ab7a371cb831755213c1766e 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.8-1noble.20260615.102935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 997 Depends: ros-jazzy-std-srvs (= 5.3.8-1noble.20260615.102935) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-std-srvs/ros-jazzy-std-srvs-dbgsym_5.3.8-1noble.20260615.102935_amd64.deb Size: 769676 SHA256: 780237fa405005ca4f11f61ae30998481996572ab40a947c0cf68e7dbda83be7 SHA1: 1b4fd8e19f5107ace688f0c1f2f2ef3f3b998276 MD5sum: d8e6c29b0bc057802930ee160d172cca Description: debug symbols for ros-jazzy-std-srvs Build-Ids: 08d3e5336631f59b7c2ba722349ea3d0b38f2913 0fc79acba42528b094acbb14f85188748394050f 2f887e2da7bac7999ede02f03fb2d306478e8f35 38b4f8c783c4ac054fc9026155e7d78613295582 684fd8b756ae16d8ba1c56d5d1c811a68705632d 8d5f3873c0fdc68309f8348153b1d2d14d262e13 9c6561fcc274a67a06fe87b7c00d1213b7c30ed1 ad312fb5bf553fab536b0b13fae62d87ecfc2169 c8d209d9738c98d1f480aae8dc7efc28236aaa90 e472f909ef0640b375cd43934aaa98e0ee41ae1e f000befb0254dd4de0d26f3c16b4fc0aeb880c9e Package: ros-jazzy-steering-controllers-library Version: 4.41.0-1noble.20260804.184220 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 912 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.41.0-1noble.20260804.184220_amd64.deb Size: 205136 SHA256: bbfd0c5d83c4e890f22952f6f26bdf69de7698e6068a2a650a52c77f7b12443b SHA1: bebf6b4382d88da2557835d78cd1ed2d8b6235fe MD5sum: 24c211842c14936c182e1eb196ed5431 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.41.0-1noble.20260804.184220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3700 Depends: ros-jazzy-steering-controllers-library (= 4.41.0-1noble.20260804.184220) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-steering-controllers-library/ros-jazzy-steering-controllers-library-dbgsym_4.41.0-1noble.20260804.184220_amd64.deb Size: 3262272 SHA256: eb3ef253625f7188a09d76bfc6f24e61694ce8d96963938d50b321bf2d2c4e32 SHA1: d87bb5a49825dc1d9bc3361af3022a2282fb258a MD5sum: 9d0679084cd21bc320943e847770eec6 Description: debug symbols for ros-jazzy-steering-controllers-library Build-Ids: e1678560e3ba60b0a1d5aa7a068333dbdccb8dbf Package: ros-jazzy-steering-functions Version: 0.3.0-1noble.20260225.143239 Architecture: amd64 Maintainer: Holger Banzhaf Installed-Size: 1037 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.143239_amd64.deb Size: 150816 SHA256: 6b9027e30b183b30ad6d5548ce20d33387936d7b4daec2d1ad2cb947c8e61e94 SHA1: d3811487a9ee4ef8fba46ea28c005dbe8310fd2c MD5sum: f2aecfd2c5243d0334f8f02652f28735 Description: The steering_functions package Package: ros-jazzy-stereo-image-proc Version: 5.0.13-1noble.20260806.092437 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1508 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.13-1noble.20260806.092437_amd64.deb Size: 298680 SHA256: 504022fa0788c2ae0f1dc706a34d7465a2e2c139316b2776fc283f7a51dffc2c SHA1: 997ac46bdc4b8e0fa33a884a73c742ffcd8a80f0 MD5sum: 588270f15624eb044bc36a6df98ce4f3 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.13-1noble.20260806.092437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 7515 Depends: ros-jazzy-stereo-image-proc (= 5.0.13-1noble.20260806.092437) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stereo-image-proc/ros-jazzy-stereo-image-proc-dbgsym_5.0.13-1noble.20260806.092437_amd64.deb Size: 6528986 SHA256: 8486c9d975a735f6d3c503f055a9ae370aeaaeab4afe859ea0c076c88832f0f6 SHA1: 438d65c2cb1ddbc058d6e0a069cd63a3fd9dbe39 MD5sum: 26ae9a4ddf31bf257446e2794eb8a13f Description: debug symbols for ros-jazzy-stereo-image-proc Build-Ids: 5e849025a18889b2e375219c823c89aed3eb8cce 798c7173ef6ab97ea54303c950e4241fb70d41e2 acd9715f470c5a8f2ed6b9974bc0ea14c69dd4e8 Package: ros-jazzy-stereo-msgs Version: 5.3.8-1noble.20260615.113935 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 508 Depends: libc6 (>= 2.4), 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.8-1noble.20260615.113935_amd64.deb Size: 49268 SHA256: 9ac62df17498f2b3ff22793cb42e489af87542627fe7d08315faddb7c5efe7fd SHA1: 4b92391b3753f0647a88ed32dc524891e249cbce MD5sum: ad5bb15079ea634eb91a0167ee52066c 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.8-1noble.20260615.113935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 300 Depends: ros-jazzy-stereo-msgs (= 5.3.8-1noble.20260615.113935) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stereo-msgs/ros-jazzy-stereo-msgs-dbgsym_5.3.8-1noble.20260615.113935_amd64.deb Size: 206260 SHA256: c379d32694e78e128ba2b082ee10dc83aa6bd852063afadac666a65dc000aaf8 SHA1: 245af73a7fed7ad270a1a3a8507ef2cf3f5d350c MD5sum: 5d020a1bf0d567e5ae8e133428a6b6cb Description: debug symbols for ros-jazzy-stereo-msgs Build-Ids: 1c4a7bfcd7d2225ad01fdad22822e795ab90eeae 367f124c7d8e5b2974a6982f3e98f023b6455263 4c454a7168ea038461f8ed9a255b2c813f175985 4c9d2c94f0c40e2dbb8afa88a7329a126422e7c6 56b3c43ae063df279b0cb291080d669688ff7940 6056e7c64f789732b3fb12cea9b22ad7cee2e351 652a39ec5a90784be9ad80b1e5cfab6dcb2e4fac 7c4eac8c6f7f87e78e683df8c557238ac822c060 9b8c131f937a131621841819b123ed2e84565763 c1ec5504f603f01025eab920a2759ec72e05d097 e02ef410838cc7e493f236518ca6571bcc4f3550 Package: ros-jazzy-stomp Version: 0.1.2-4noble.20260225.143151 Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 212 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.20260225.143151_amd64.deb Size: 67872 SHA256: d0011d56423f5c19644259cbbc04f6a8907f76e49ce78d3d171b76454030e927 SHA1: ef7c610937581104c70fe060524aee94e65c9a37 MD5sum: f631cd678cc260002eb59e79a5b374cb 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.20260225.143151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 2633 Depends: ros-jazzy-stomp (= 0.1.2-4noble.20260225.143151) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-stomp/ros-jazzy-stomp-dbgsym_0.1.2-4noble.20260225.143151_amd64.deb Size: 2629750 SHA256: 6ccd50c191ce79b4343562e52591ddbcf45f34e6e3c39c722a3b33f1b2d190f4 SHA1: 063f6135e2e9d4bfeb0bc78decea78fa2af71f7a MD5sum: 59f33c9254dc0cf334ff3611578780ce Description: debug symbols for ros-jazzy-stomp Build-Ids: 1ee302e90c2f444f6bb5cab9f967e1504cad38dc ffec6ec25170bcf3751830b2fb8506743eaece16 Package: ros-jazzy-swri-cli-tools Version: 3.9.0-1noble.20260716.023415 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 91 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.9.0-1noble.20260716.023415_amd64.deb Size: 14540 SHA256: 4b6accb59442ff059bbc37be88b1ba38cd2ffa8847680ad735eaa0384e8a86ba SHA1: 53c13151ae51961d511b4eafbe0dc3f03b965525 MD5sum: b65ef3e40b3f46bad7455ef9aba21c4e Description: Command line tools for introspecting ROS systems Package: ros-jazzy-swri-console Version: 2.1.4-1noble.20260701.200646 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4840 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.4-1noble.20260701.200646_amd64.deb Size: 1807270 SHA256: 5521970dc03dfc1c14f5aa3f5667f4a2957b3865e6004587c2155cee46ec214e SHA1: c852768b83f188fd2294cb42df1f8f143ef927a3 MD5sum: 4b6277dc721ad05f446802a3a5dd57a4 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.4-1noble.20260701.200646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 5600 Depends: ros-jazzy-swri-console (= 2.1.4-1noble.20260701.200646) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-console/ros-jazzy-swri-console-dbgsym_2.1.4-1noble.20260701.200646_amd64.deb Size: 5282756 SHA256: 293c6e1db798fcd8ed539a0a0c736ffc6dc0874e949d4d9dd7b4e08919e9b956 SHA1: bd49e5e32232a3246fe2f142aa457591ebb3b09a MD5sum: 76d1c1252a9c97d27d15d4b7c48ec605 Description: debug symbols for ros-jazzy-swri-console Build-Ids: a2128ecdd840899d2832d63485231f0fd371f010 Package: ros-jazzy-swri-console-util Version: 3.9.0-1noble.20260618.165228 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 89 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.9.0-1noble.20260618.165228_amd64.deb Size: 17772 SHA256: ed9ab4fb57f20849c9cf95f83848a633f254f0c6ca7bb6d0297e43855896837f SHA1: ffdf3a9828f437a077f1ee3d1f742c45e179e8cc MD5sum: dca9775939d6fdf26997fd885c8f97b6 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.9.0-1noble.20260618.165228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 212 Depends: ros-jazzy-swri-console-util (= 3.9.0-1noble.20260618.165228) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-console-util/ros-jazzy-swri-console-util-dbgsym_3.9.0-1noble.20260618.165228_amd64.deb Size: 198542 SHA256: 2a17095249e3bcf4d2a7c77fcc0bf9fa1ab9296da7115ee2875c7b052e8136ef SHA1: 26bd65088719d0d5e642e30c556de6096b12eef2 MD5sum: f2cee4fca371c9a06030d3781b410872 Description: debug symbols for ros-jazzy-swri-console-util Build-Ids: 4b9ccf6902ca225f3b9ac201beee0da57da6ff7b Package: ros-jazzy-swri-dbw-interface Version: 3.9.0-1noble.20260618.165447 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 53 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.9.0-1noble.20260618.165447_amd64.deb Size: 8772 SHA256: dd6728262aaaaa4604faa9ca749de7994d64debeae84ec2a4e1beb1ca92a87fb SHA1: 662f88d1d9014086c5e57a8512cb9ee2fea6e796 MD5sum: 49059978b66d1ceba461029f6c1d61f3 Description: This package provides documentation on common interface conventions for drive-by-wire systems. Package: ros-jazzy-swri-geometry-util Version: 3.9.0-1noble.20260804.160734 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 158 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.9.0-1noble.20260804.160734_amd64.deb Size: 46634 SHA256: 24c2f2fad422f1e37facd177fe40b2805a0f831361310a91fb6cf4ff479292ac SHA1: 11bf8abe6ae4a6ad38ae7fba9d69af91f4e51fbe MD5sum: adb4bcd68592b0e0d756ca5df21d1ca8 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.9.0-1noble.20260804.160734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1778 Depends: ros-jazzy-swri-geometry-util (= 3.9.0-1noble.20260804.160734) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-geometry-util/ros-jazzy-swri-geometry-util-dbgsym_3.9.0-1noble.20260804.160734_amd64.deb Size: 1782650 SHA256: 15e5258667183ca7214282128df00d3e37328d44f0bebd95a6d9a771a306b9ce SHA1: 5ea1b4c203526c0823520ea2bfa38048bc068938 MD5sum: e6e90b046754bff8d358489c35b6e871 Description: debug symbols for ros-jazzy-swri-geometry-util Build-Ids: a23a52a57f77c6209ef8cd931e1351b52cf13eb2 Package: ros-jazzy-swri-image-util Version: 3.9.0-1noble.20260804.180052 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 674 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.9.0-1noble.20260804.180052_amd64.deb Size: 180314 SHA256: ef7afe67b2cfad0edadbf991323dae7f6fb7d19a53c5c5edea3388329ac676e4 SHA1: f9cd49efad624c6379a4c37097c1b2439cefe7a8 MD5sum: 96c4e052aa80418cec282a6ad49ac6bb 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.9.0-1noble.20260804.180052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 6504 Depends: ros-jazzy-swri-image-util (= 3.9.0-1noble.20260804.180052) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-image-util/ros-jazzy-swri-image-util-dbgsym_3.9.0-1noble.20260804.180052_amd64.deb Size: 6293916 SHA256: 1b4cc4239c83af33b65e6454775a9e557e0154f1f072e062101f853494aa3579 SHA1: 4420978ba642de37576bcdd2962d0d1b9afc6d99 MD5sum: 78f1c3bc4cb0fadd0ed0129fde4e2666 Description: debug symbols for ros-jazzy-swri-image-util Build-Ids: 3c70d9e10eb1e3159792a3d813a416e34f5d95d5 cef714e106752cdd3f479e88f6d54de21531747e Package: ros-jazzy-swri-math-util Version: 3.9.0-1noble.20260618.164939 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 145 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.9.0-1noble.20260618.164939_amd64.deb Size: 31566 SHA256: ac250ea06913371cadcb3c210a87f44b7897153682adf3a8697d7b1dfab1a3ab SHA1: ec50c100a193cc7897380d45666b2f1cacd7235c MD5sum: 63c7d3eb8cf00fed83643b9085f9f88c 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.9.0-1noble.20260618.164939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 328 Depends: ros-jazzy-swri-math-util (= 3.9.0-1noble.20260618.164939) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-math-util/ros-jazzy-swri-math-util-dbgsym_3.9.0-1noble.20260618.164939_amd64.deb Size: 309810 SHA256: 3dc5abd2c9c65b153f13a974a2d87d9da81b3c4775d419c0460729c5dfda4f6a SHA1: 66ee24137c3977f66c74ff13f5b5d642a631508e MD5sum: 4e8b1e37c891f3ba8f2edab8841934bf Description: debug symbols for ros-jazzy-swri-math-util Build-Ids: 8c378d12f4fb9e5fce359084c04bd0e39d1c3ab9 Package: ros-jazzy-swri-opencv-util Version: 3.9.0-1noble.20260619.071803 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 204 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.9.0-1noble.20260619.071803_amd64.deb Size: 47794 SHA256: a28f228a3d18de4ed15b367e83ac2a4da4530408f15e9141859b3fa561b8a5f3 SHA1: 2fa71ee52a773c96e2ccbaadd34c8662d47bc4bc MD5sum: be8f5cf4ff63a958b64205b008274117 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.9.0-1noble.20260619.071803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 515 Depends: ros-jazzy-swri-opencv-util (= 3.9.0-1noble.20260619.071803) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-opencv-util/ros-jazzy-swri-opencv-util-dbgsym_3.9.0-1noble.20260619.071803_amd64.deb Size: 489540 SHA256: 5a365ed8c37f6463387fe4c73c8c5878aaad17e1d58a4b4416d34ac187c60fc2 SHA1: b96627f01329743d34e08eef5ffacf58b4f44f31 MD5sum: 4ac6b0828b49cfabe7cd82d00140c376 Description: debug symbols for ros-jazzy-swri-opencv-util Build-Ids: 6851689e1b88f00cdeee8dbaa7d25a513916739b Package: ros-jazzy-swri-roscpp Version: 3.9.0-1noble.20260618.165208 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 622 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.9.0-1noble.20260618.165208_amd64.deb Size: 130742 SHA256: 6f087688aaef4f00855aa077e960fe7f2baa13599db9dedcdeb6b63953abb258 SHA1: 222bffe596285e037cbbf156889692bb2e8d1cbb MD5sum: cedea19df088d902ee3433cc957b5024 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.9.0-1noble.20260618.165208 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2257 Depends: ros-jazzy-swri-roscpp (= 3.9.0-1noble.20260618.165208) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-roscpp/ros-jazzy-swri-roscpp-dbgsym_3.9.0-1noble.20260618.165208_amd64.deb Size: 1913620 SHA256: ce7f3fede3917a4f6637a3e04d5d405df17d3ca739fbe471023bd0e57d148104 SHA1: 9eed48871a359167514dc214ec5cc6ac6b8d96b3 MD5sum: 439baff4140f7d9a73ae1013564b97e4 Description: debug symbols for ros-jazzy-swri-roscpp Build-Ids: f0ee1ee97ebe0eae19b62dc522e3fad42ed76849 Package: ros-jazzy-swri-route-util Version: 3.9.0-1noble.20260804.182108 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 225 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.9.0-1noble.20260804.182108_amd64.deb Size: 66308 SHA256: 5f310bd4d4da34ca58c2f48daf62a972365f91ce734ceeefaa0cf112efc000ec SHA1: 6e1b7221bd69b1e1950211f47356ec59c7f35e53 MD5sum: e905a4e77dab2329dd6ae2e54a588761 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.9.0-1noble.20260804.182108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1035 Depends: ros-jazzy-swri-route-util (= 3.9.0-1noble.20260804.182108) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-route-util/ros-jazzy-swri-route-util-dbgsym_3.9.0-1noble.20260804.182108_amd64.deb Size: 1003806 SHA256: 9b805dd33bfc86d3c2111224e52d597e03e60ba23c32a94f02273b9f44df45e4 SHA1: 7b62cfe1f13919e5ac02934638afbe39d8c52cf5 MD5sum: 027f71c6ca6ba4d6d122af433033aa75 Description: debug symbols for ros-jazzy-swri-route-util Build-Ids: 7490b16952333924efa9b8bbc9de63d4bf482892 Package: ros-jazzy-swri-serial-util Version: 3.9.0-1noble.20260618.164956 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 97 Depends: libc6 (>= 2.14), 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.9.0-1noble.20260618.164956_amd64.deb Size: 21364 SHA256: 4a7efd04bb8beb37784e097f4d636b0369e87c5b06eb0eadf8765b5e3226585b SHA1: eec29c842ce75eb1c88269f11d1c6e3d1f697d52 MD5sum: 1a3c0e679201a78649a8c703998e2165 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.9.0-1noble.20260618.164956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 106 Depends: ros-jazzy-swri-serial-util (= 3.9.0-1noble.20260618.164956) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-serial-util/ros-jazzy-swri-serial-util-dbgsym_3.9.0-1noble.20260618.164956_amd64.deb Size: 90924 SHA256: ca880f78fa10768b76e557591d879842d60c87182f2be2092b47471f1df031f3 SHA1: 08531a01a2ab44b7625cd880ac859c4cca46a66f MD5sum: 0ce0e8736e02bcc6dabd97ab4a3ee50a Description: debug symbols for ros-jazzy-swri-serial-util Build-Ids: 3e6ffd8cab335454ed2217786b0f98c499033f2a Package: ros-jazzy-swri-transform-util Version: 3.9.0-1noble.20260804.181019 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2730 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 (>= 6.1.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.9.0-1noble.20260804.181019_amd64.deb Size: 443548 SHA256: e59a35cbb81ff413f2678a5b75d42aa7f6f8308d315ecb444c71213ecf7cddf8 SHA1: 7f02e270c7afd75b3a3d1e2042d32252f5c3acc1 MD5sum: b938df0571cb94c0d9ad0f5007e225da 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.9.0-1noble.20260804.181019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 12623 Depends: ros-jazzy-swri-transform-util (= 3.9.0-1noble.20260804.181019) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-swri-transform-util/ros-jazzy-swri-transform-util-dbgsym_3.9.0-1noble.20260804.181019_amd64.deb Size: 10623598 SHA256: bf4f7b56ceee146e8064c61ff6ff0226ab3ad17aaf80268fce4e249ea3d92221 SHA1: d48bcb32bdbe24e3b01a9d2681702cd945aace47 MD5sum: 07f262cde998f9f2aa440c879bf031d0 Description: debug symbols for ros-jazzy-swri-transform-util Build-Ids: 1156aa7a8ed1a0f20156258628db4cf6f15b9592 76d157c4ee3350b28d826cef0cca75a486b020d9 b1d1018d79280c7c5990c3d0ece19a0c41981dc3 Package: ros-jazzy-synapticon-ros2-control Version: 0.2.0-1noble.20260804.192623 Architecture: amd64 Maintainer: Elevate Robotics Installed-Size: 628 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.20260804.192623_amd64.deb Size: 140586 SHA256: d7dc4759e0bbdc7968cb0eee9efb4a0483ebca76f342952c584914b1975a258d SHA1: 2f044aed316e88c46769beabc204d1893d1c79dc MD5sum: 3b45d493ad6787edd238cab4d872ff38 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.20260804.192623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Elevate Robotics Installed-Size: 967 Depends: ros-jazzy-synapticon-ros2-control (= 0.2.0-1noble.20260804.192623) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-synapticon-ros2-control/ros-jazzy-synapticon-ros2-control-dbgsym_0.2.0-1noble.20260804.192623_amd64.deb Size: 913864 SHA256: bc699988e368693c4f20496d27f0b19f5636130f35a5e86bf2e3a26e4d02288a SHA1: 58f248c1820f5e493a56b4bee1c4c00f82126a2d MD5sum: ecde8075f023eca6a9f0334e8f19517e Description: debug symbols for ros-jazzy-synapticon-ros2-control Build-Ids: 3cf5f6995375c27161b9d21f70d7d68e6ba3257d ef3bae869e49b6f726440f095f9adb619de74e6f Package: ros-jazzy-sync-tooling-msgs Version: 0.2.11-1noble.20260707.115405 Architecture: amd64 Maintainer: "Max Schmeller" Installed-Size: 817 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libprotobuf-dev, libprotoc-dev, protobuf-compiler, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/sync_tooling_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sync-tooling-msgs/ros-jazzy-sync-tooling-msgs_0.2.11-1noble.20260707.115405_amd64.deb Size: 113122 SHA256: 1baf40db9990a88e776ea85c8b5e091facb6af4201170271daafc5e08087022e SHA1: 91e740c70996886e3a605912c0d127f6427f18cc MD5sum: 1558073d5f95c1c90507d19a5421b1db 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.11-1noble.20260707.115405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Max Schmeller" Installed-Size: 2936 Depends: ros-jazzy-sync-tooling-msgs (= 0.2.11-1noble.20260707.115405) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-sync-tooling-msgs/ros-jazzy-sync-tooling-msgs-dbgsym_0.2.11-1noble.20260707.115405_amd64.deb Size: 2832864 SHA256: 51950a77193f1c0806fdeea51fae252d556819dceb828cf5cde5a2fd12368cfa SHA1: abe9b85edcb8442e9fe65f24875bcaed940e06a0 MD5sum: a824680dff6014d6481f91b90f49f9bd Description: debug symbols for ros-jazzy-sync-tooling-msgs Build-Ids: d6e7ee441f2a36b778bdf6a6830f6bf241c89fd0 Package: ros-jazzy-synchros2 Version: 1.0.4-2noble.20260804.183709 Architecture: amd64 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.20260804.183709_amd64.deb Size: 147746 SHA256: 95cb0a43273b803e6f2cf1d7ed64bde76aa15cb7baa4495f2c7b979506e2d49d SHA1: 2a8345a91b205dd191b61a5feef48225c0d542ae MD5sum: 27830339717d599fac28bff4b891a1db Description: RAI Institute wrappers for ROS2 Package: ros-jazzy-system-fingerprint Version: 0.7.0-4noble.20260716.023315 Architecture: amd64 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.20260716.023315_amd64.deb Size: 10690 SHA256: 07f20c9b3879f8bf472d9d6c10fda26f736f3c791aa61ed94ddfbcc5b7a4c854 SHA1: acf8bdf4e742cbf80ebf0a8a9a99b4e34ded2e61 MD5sum: 281a74ca1e105c5aab2ab938a8ba7f6d Description: The system_fingerprint package Package: ros-jazzy-system-modes Version: 0.9.0-6noble.20260615.135456 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 3008 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.20260615.135456_amd64.deb Size: 467944 SHA256: 496bbc2972cc96f11176fe53129d38723452186ebe6b5485b20dc9012e372e5c SHA1: bbeb385f9dc8f8358f3ec7c02930d11820a36524 MD5sum: 788cf02bf8a1ad13f8555f4b2237bd65 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.20260615.135456 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 14504 Depends: ros-jazzy-system-modes (= 0.9.0-6noble.20260615.135456) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes/ros-jazzy-system-modes-dbgsym_0.9.0-6noble.20260615.135456_amd64.deb Size: 12151518 SHA256: 5c054a761504737d3f0bd041d2a561b546e5a5eb7730aabaa6b5ea0a0ae0eec1 SHA1: 417138df17edaa9c29e59e57482fa6edb26d1167 MD5sum: 58d07a5b44cb9e15ea1f13a4df20732d Description: debug symbols for ros-jazzy-system-modes Build-Ids: 2a5311b5fa0d082de964f939a7cd846f2f15ae51 813c372866245afd57da33fa97a18a194b10a709 eae10fc1b009d20168e9f34fb9c8dd25f57f1f39 Package: ros-jazzy-system-modes-examples Version: 0.9.0-6noble.20260717.110930 Architecture: amd64 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.20260717.110930_amd64.deb Size: 33162 SHA256: 57f22adb170fcc939c2c6fe8837ce2f60bc5cce97b73e67489cc3e717fca9b8f SHA1: 1db16b09920b8b9633b459091d0316d4b53bdd44 MD5sum: 317b346e7c54adafbe6406b77ea92abd 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.20260717.110930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 763 Depends: ros-jazzy-system-modes-examples (= 0.9.0-6noble.20260717.110930) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes-examples/ros-jazzy-system-modes-examples-dbgsym_0.9.0-6noble.20260717.110930_amd64.deb Size: 724778 SHA256: 3bd4a14bff0f5f1995f8e03cc032e2a144a6ff9017b7750c010445fac255a9fe SHA1: 97711ab3f4d0d6118ec9008129104f1d41742e66 MD5sum: f36572ed55a1870d94919fdbf83257de Description: debug symbols for ros-jazzy-system-modes-examples Build-Ids: 885920db9e471e464d489f9b42318002a6a45c3f afacd96193d0f00f2fcbd10b4829229548590ef3 Package: ros-jazzy-system-modes-msgs Version: 0.9.0-6noble.20260615.103000 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1759 Depends: libc6 (>= 2.14), 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.20260615.103000_amd64.deb Size: 138162 SHA256: d7163991c187ec82d76c4f6f95e14a224fe69b332a8b6f651b5c262b3c6784e7 SHA1: 4eedd08cf77f6f8d73be40b2f31d08d0b73b8a94 MD5sum: e93c35e9f017c06e9c0c6d42af4bb6c1 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.20260615.103000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1316 Depends: ros-jazzy-system-modes-msgs (= 0.9.0-6noble.20260615.103000) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-modes-msgs/ros-jazzy-system-modes-msgs-dbgsym_0.9.0-6noble.20260615.103000_amd64.deb Size: 1032628 SHA256: cf0e5b184ed36cf1c8e6d4211243c23e93eb6b24f66ab78aa87ab844d6ff0bca SHA1: dbcf15ca5cd8e5f7a7e4df862985fd7f0116a0fd MD5sum: 2d29afc989843b445a1cf286acf76501 Description: debug symbols for ros-jazzy-system-modes-msgs Build-Ids: 0d8ae842235d5874bba133cf2f837c3ea28e8100 13a57267d12e43eb1a6325d2c0f2e728e874d95f 34468d686c0f6a9789c7f510d8f7af4e73cce3bb 61bebf6701a637b08bd2b49792065c1c2945cfcd 72b8ec8c61359d541eafb4222456fb51071cad16 985b2f99265e7b005c881d40e16fe4e61608ef1f cadf4d6ae4ed1dd9b4180c74c091485875c1057f d361e53138383f1b8f04b0e6e2ca7d3a314e7e38 ef9a1bf05dd11d58a13a1fd515f5588f724a86f9 f044a84150d29120305f9da39448815c3e1848fa f5035707daa5a3c3d8bc549ddf64b6c0be40d310 Package: ros-jazzy-system-webview Version: 0.0.3-1noble.20260717.160320 Architecture: amd64 Maintainer: david Installed-Size: 1201 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.20260717.160320_amd64.deb Size: 298090 SHA256: 65bf1d7b9a8b0407db21ca473e2ea35ef031960dafcf864ba6ac33d2bf66c2fa SHA1: 3ff3e82559f3c872bc3214bd6a2e88c3d60f9e97 MD5sum: 0bd16b1e81d26a2e4695b8304896477c 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.20260717.160320 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: david Installed-Size: 1372 Depends: ros-jazzy-system-webview (= 0.0.3-1noble.20260717.160320) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-system-webview/ros-jazzy-system-webview-dbgsym_0.0.3-1noble.20260717.160320_amd64.deb Size: 1316180 SHA256: 1a15e755a842b718e2770f33b618e28da87f10acfac8229c71a48b820e865ee5 SHA1: 5ce411dec8e1f11dc4fb942febdb14e3f4ef0dcf MD5sum: a9052de4605fdb36837416a3cce7ee3e Description: debug symbols for ros-jazzy-system-webview Build-Ids: c4dd91b48ab58a0817354dcab37e0d8d882d143d Package: ros-jazzy-tango-icons-vendor Version: 0.3.1-1noble.20260225.230515 Architecture: amd64 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.20260225.230515_amd64.deb Size: 6318 SHA256: ae2deb0882d2aef46b6b9733d18b7f820d6ce1edbf381aed00700d14edbf047f SHA1: 15792106c210c4e28e2a401a664e23f17873342b MD5sum: 4af4f538d64eae6c10b68d4ae5b0e1ca 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.2-1noble.20260618.160922 Architecture: amd64 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.2-1noble.20260618.160922_amd64.deb Size: 10972 SHA256: 9f06bc23788bd1ecf690bf72aa872f9c66148b2c362796aea6e2bc18902b08b1 SHA1: cf4ef4d7c6346ad32f43d7b3be82feec0cb1ce22 MD5sum: a1f6466398e9a51d146112af063f45c8 Description: Implementation of C++20's std::span Package: ros-jazzy-tecgihan-driver Version: 0.3.0-2noble.20260804.192650 Architecture: amd64 Maintainer: "Shigeru Wakida" Installed-Size: 379 Depends: python3-serial, ros-jazzy-geometry-msgs, ros-jazzy-rclpy, ros-jazzy-robot-state-publisher, ros-jazzy-rviz2, ros-jazzy-xacro, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/tecgihan_driver/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tecgihan-driver/ros-jazzy-tecgihan-driver_0.3.0-2noble.20260804.192650_amd64.deb Size: 63318 SHA256: eb45320b48d53cbd332ab2d4e4e968817bbaf45da76c40c6768a385e8d2a80a1 SHA1: f6fddf27b19af61a192ec2928f8e4e936955ceb4 MD5sum: dcf275e5e66a9a0725a9a23088bddbe5 Description: Linux and ROS driver software for Tec Gihan sensor amplifiers for robots Package: ros-jazzy-teleop-tools Version: 2.0.0-1noble.20260615.143617 Architecture: amd64 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.20260615.143617_amd64.deb Size: 5804 SHA256: 06d831bdeb5468da9d8a30f512efafc1f15fa5bfe955331d63fdfaa0e6c8710e SHA1: 500cdaeb74b8c695abf10ea1fe042b33866c545b MD5sum: b6b0faead28f0ca318358452d2c48b51 Description: A set of generic teleoperation tools for any robot. Package: ros-jazzy-teleop-tools-msgs Version: 2.0.0-1noble.20260615.103002 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1598 Depends: libc6 (>= 2.4), 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.20260615.103002_amd64.deb Size: 121780 SHA256: 174fd726035e7de95f75b4294f416cd650a0e8bc4457283a641b812c9de2f1fe SHA1: 1585136e57c30eed5b92545aff51057798054f44 MD5sum: ab6160146d4574df441ab0a932c77aa3 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.20260615.103002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 816 Depends: ros-jazzy-teleop-tools-msgs (= 2.0.0-1noble.20260615.103002) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-teleop-tools-msgs/ros-jazzy-teleop-tools-msgs-dbgsym_2.0.0-1noble.20260615.103002_amd64.deb Size: 556344 SHA256: 486b07b2b89789dbaad6fd4f3429468c7b2bf0c4f8e2693ce6216e95bc3d502d SHA1: 17d1ac4e73c73ab28d92ee9cf901ead4666dc5c8 MD5sum: 44683a1d9cd8bc1c8ae40a8a78d054a1 Description: debug symbols for ros-jazzy-teleop-tools-msgs Build-Ids: 08c5add184ca11fb67a093cdbd8e9f141967f61c 309409f0d4b1d9372ef4a84fc9bdbfbeddb44b58 33289053727f61abefce3e99f0bee41c978b0b09 45227b0300cfdd56a33ac4ec1be5d52dd9000a55 4d62ba66ecfd7e058d74b45e1f1a0e95bfbc9cbc 736227e95783645e4d3c2577fb166f2dfcc723ab 830c9156e484f64a7f61f0a902579f700ef7d11a 96a5b37a3f2d1b0c3590fbd3549211b66e68ab13 c8925629b11fc17dadb18e0b0cb7a56e33d95a82 ce13d067a0841d063a5056519ae0e1357e6af5a0 fd83662883feb8d39f14535d9398fdd0cee54b39 Package: ros-jazzy-teleop-twist-joy Version: 2.6.5-1noble.20260615.144907 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 650 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.20260615.144907_amd64.deb Size: 143028 SHA256: 362c27517794bae4d868e3e54fea158541e71bef40f8638b7b3573f52499aa7c SHA1: aaacc07d38d38be8a46b99b1a6279746edceb428 MD5sum: 049c0a7a90092684b16541650f2fb7a2 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.20260615.144907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2999 Depends: ros-jazzy-teleop-twist-joy (= 2.6.5-1noble.20260615.144907) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-teleop-twist-joy/ros-jazzy-teleop-twist-joy-dbgsym_2.6.5-1noble.20260615.144907_amd64.deb Size: 2623876 SHA256: 607191fc6f6636b45320de55f3f9d873f4f7627701d066ccc3c70566ab6452d1 SHA1: 6811ca16ffa0efb3c7f119209f61a33cf9b28718 MD5sum: 604d7e1db353895567d7395d3c100187 Description: debug symbols for ros-jazzy-teleop-twist-joy Build-Ids: 181b4be606f723b22877d97947442ad837ec6305 beb538f7a3937e2fae2f12339733ce1f6bde89c5 Package: ros-jazzy-teleop-twist-keyboard Version: 2.4.1-1noble.20260615.135625 Architecture: amd64 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.20260615.135625_amd64.deb Size: 9442 SHA256: 8b856f00423d0fa190cf0eee0fb4e31add50438dcace46ff2346f9777ab0873d SHA1: 32e30bc5942e8d8ea440fd34cfdd899c5be893da MD5sum: e180f1a6fef58d5c0ae953b5fc0df215 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.090502 Architecture: amd64 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.090502_amd64.deb Size: 6540 SHA256: f8f022e1dd38c1ca1058e5b9dddf3c65fc333f3d8377216f3a2ad22e2979827b SHA1: 5d3861d270798705091bac0b8bed8759ccc58093 MD5sum: bef9d7728332c559148710af42e9df23 Description: Exports a CMake module to find TensorRT. Package: ros-jazzy-test-apex-test-tools Version: 0.0.2-9noble.20260226.001410 Architecture: amd64 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.20260226.001410_amd64.deb Size: 5030 SHA256: f72b7395130a14e812a53866f61455fe833cf291e7e85d7438455f9426be12c1 SHA1: c1da56f56ec9d23cc2110bee6f2d2e98dd40dba0 MD5sum: bcfbd80352d4f9eab59f0611d2a4b07e Description: Test package, which uses things exported by apex_test_tools Package: ros-jazzy-test-interface-files Version: 0.11.1-1noble.20260603.150554 Architecture: amd64 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.1-1noble.20260603.150554_amd64.deb Size: 8640 SHA256: 2be5d9e473ab39771bf9c0d294eba49ca3c59af5a7205d5b8747c80ff7263a9e SHA1: 1ac0948303added887d2f060a58c22c776ce35ac MD5sum: 5935ea1c86668043f101754dd0dc4149 Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-jazzy-test-msgs Version: 2.0.4-1noble.20260615.103004 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 10020 Depends: libc6 (>= 2.14), 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.20260615.103004_amd64.deb Size: 640812 SHA256: b82dd9af943222dbf7630d562ce01966c38f42040ecb5d5242a8eec44e1144fb SHA1: afa7d666faa15e2a95f97be19e3cb75e59845bd6 MD5sum: 88c0a1ed6d73af31098e4436730e9e7b 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.20260615.103004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6331 Depends: ros-jazzy-test-msgs (= 2.0.4-1noble.20260615.103004) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-test-msgs/ros-jazzy-test-msgs-dbgsym_2.0.4-1noble.20260615.103004_amd64.deb Size: 5169578 SHA256: a94bba4be7bda8e295f60a959d2675fe4373ca36b47b378c4cac4de11de713f5 SHA1: 5f755a99ce8573bb0f9a4784fbb0713a2b86d93b MD5sum: f41034c7350b278cd19a5b01d02d0839 Description: debug symbols for ros-jazzy-test-msgs Build-Ids: 039a7610e0a0568e213907dcabe3922908e2b28c 0ef15f7d55187a1e916494f675e28bd31f80588a 247393a612bf6a5a4a65bfc66e1060d401cf4ad9 2e7efe3a1495570a2b8dc676494e49baef0eedca 7367c5e1c02ff5dbeab1624a8589683da831851b 7570a9dd5b781d1f6f85f796879717ed08f0b9fc a12fe6b46510d727363ba735bc4486f4d40c1470 a567aac96b5c5aea5de2d808f4f29809dea57daf dba9d701fab1148da168b23f1f54f5704f3dea65 eecd06a7810643c0fd6f415cf886a68cda1d39b6 f401f4f429fe01aad7a588b8ec04ab7b52765b97 Package: ros-jazzy-tf-namespace-bridge Version: 0.1.0-1noble.20260801.062740 Architecture: amd64 Maintainer: "Rafal Gorecki" Installed-Size: 1290 Depends: libc6 (>= 2.34), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-jazzy-generate-parameter-library, ros-jazzy-rclcpp, ros-jazzy-tf2-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/tf_namespace_bridge/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf-namespace-bridge/ros-jazzy-tf-namespace-bridge_0.1.0-1noble.20260801.062740_amd64.deb Size: 253196 SHA256: ca394b01b1ce96635b4767f5502714cd20d618a86f0439dd2b1a86387229cca5 SHA1: a8f30f78a75887ac2e357b26d10844f902a2fcd8 MD5sum: 67dc75b2e94ee9cfc172783c1a80db40 Description: Bridge namespaced TF topics into the global TF tree for multi-robot setups Package: ros-jazzy-tf-namespace-bridge-dbgsym Package-Type: ddeb Source: ros-jazzy-tf-namespace-bridge Version: 0.1.0-1noble.20260801.062740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Rafal Gorecki" Installed-Size: 6441 Depends: ros-jazzy-tf-namespace-bridge (= 0.1.0-1noble.20260801.062740) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf-namespace-bridge/ros-jazzy-tf-namespace-bridge-dbgsym_0.1.0-1noble.20260801.062740_amd64.deb Size: 5668520 SHA256: 9fa6c5790e20f75d7ac8ada9925dc6a3588f11dfe1780320b884e374202e4383 SHA1: f7b96565f8f5513634319339c3e422c8da9e6f4f MD5sum: 6fb51b97853c5e9f35eba0499e089865 Description: debug symbols for ros-jazzy-tf-namespace-bridge Build-Ids: 9999178560a6cd85146c7e180d5cac9dc412c40b b939c360733920eedc4a7c8516dfbf1c04746f94 Package: ros-jazzy-tf-transformations Version: 1.1.1-1noble.20260225.142630 Architecture: amd64 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.20260225.142630_amd64.deb Size: 23880 SHA256: 512cf4bb588fef1679160f3d1227556e581a9742319b6586e9db5546cbe77d08 SHA1: d18039523589a1edb1f04d8a5cc4b8403dfd18d2 MD5sum: 8e5c04d672a35e416d662028fea8b7c8 Description: Reimplementation of the tf/transformations.py library for common Python spatial operations Package: ros-jazzy-tf-tree-terminal Version: 2.0.0-3noble.20260804.183247 Architecture: amd64 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.20260804.183247_amd64.deb Size: 14500 SHA256: 6ba50949b3def6abd4edd00bc36affdd3d5a075be860e90833c1cb28f270328d SHA1: 6345e60de89e5ebf364285a052361aae37d2b337 MD5sum: d81fff7b4d13e5d18daaf2ce049d2215 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.22-1noble.20260804.151642 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 404 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.22-1noble.20260804.151642_amd64.deb Size: 93886 SHA256: dc0eee2796f43970ae1c04049db2d114eb13277ca32b5b4cb0516f30bdcc8a5c SHA1: 9011fadd833ae9bbacfde9bc12db39258f41de20 MD5sum: 4816b999caac459ea12411a9dc575b0b 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.20260804.181130 Architecture: amd64 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.20260804.181130_amd64.deb Size: 15986 SHA256: f8d08b6638e1d13079432ed66418ac9bfacc46b91f9c8de4ab66d18c7bbf48b6 SHA1: c228ab86f29c08b4b75d46f1613d54f6f414cba9 MD5sum: e5f3765e2a6a09448b3b0137b19b30e3 Description: A set of 2D geometry classes modeled after the 3D geometry classes in tf2. Package: ros-jazzy-tf2-bullet Version: 0.36.22-1noble.20260804.175957 Architecture: amd64 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.22-1noble.20260804.175957_amd64.deb Size: 10636 SHA256: 394d39aa65397e418966ba50e7200577cdc2f8ffcfa4d15092585a9be706d88e SHA1: 5bf0875779e05fb659bf332b15f77935ac6bc2aa MD5sum: 65a703d63ecf48d3f66c941f7e504240 Description: tf2_bullet Package: ros-jazzy-tf2-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2 Version: 0.36.22-1noble.20260804.151642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 595 Depends: ros-jazzy-tf2 (= 0.36.22-1noble.20260804.151642) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2/ros-jazzy-tf2-dbgsym_0.36.22-1noble.20260804.151642_amd64.deb Size: 552002 SHA256: 51ba17d1b81857f0389240ec35f84899b513e2f7e3becd84d89d2799965c8e58 SHA1: 5d77aa2a6fdbb67309c4499bad763160479b0c32 MD5sum: 19d5c8e3628252da64c84497d35c4a05 Description: debug symbols for ros-jazzy-tf2 Build-Ids: ba1c20af2065d74013b2b474ca81a86c01ae74a4 Package: ros-jazzy-tf2-eigen Version: 0.36.22-1noble.20260804.180246 Architecture: amd64 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 Homepage: https://index.ros.org/p/tf2_eigen/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-eigen/ros-jazzy-tf2-eigen_0.36.22-1noble.20260804.180246_amd64.deb Size: 13856 SHA256: 6934470aad7934b1dd77947e23e6532a48ee69ac867ec7b30b26c5d860c5afd1 SHA1: bc1f46d9e289435d0b843150284e8d7dc65bf37d MD5sum: 51a7e6cd1adde424bef693ea535b5cb2 Description: tf2_eigen Package: ros-jazzy-tf2-eigen-kdl Version: 0.36.22-1noble.20260804.154546 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 90 Depends: libc6 (>= 2.4), liborocos-kdl1.5 (>= 1.5.1), libeigen3-dev, ros-jazzy-orocos-kdl-vendor, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/tf2_eigen_kdl/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-eigen-kdl/ros-jazzy-tf2-eigen-kdl_0.36.22-1noble.20260804.154546_amd64.deb Size: 15202 SHA256: 47bfc28b313165c7bf31cd6bf1670c7894f8a4b3b425596bc9e7ca38537ad3fc SHA1: 89074639234d3fc224cb4f7cd480ece8429b8850 MD5sum: 3dd5157f7e53b80ca3d49f7535f2d817 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.22-1noble.20260804.154546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 102 Depends: ros-jazzy-tf2-eigen-kdl (= 0.36.22-1noble.20260804.154546) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-eigen-kdl/ros-jazzy-tf2-eigen-kdl-dbgsym_0.36.22-1noble.20260804.154546_amd64.deb Size: 88720 SHA256: 44408b4d6d8a4e8bbc469583d9d9d947ade8af0508c8b13773c3da1135046a94 SHA1: 622a3e0cdb284ff73e54a5e3f8058a60dc28fcd2 MD5sum: d12c0bc79daa8e07d6f26616a60e6d1a Description: debug symbols for ros-jazzy-tf2-eigen-kdl Build-Ids: ebf69af49151db4c7caed4e32c7de8160401020d Package: ros-jazzy-tf2-geometry-msgs Version: 0.36.22-1noble.20260804.180300 Architecture: amd64 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.22-1noble.20260804.180300_amd64.deb Size: 20070 SHA256: 229339949a1a9c5590a3285caac714ea5cc37a1beb4af174513b75789c3900ee SHA1: 4db5fd2086d93a4b5fe50ab6f550a97e5de6bdbc MD5sum: 339edc2212e03b781b0bbdeeb2a054ea Description: tf2_geometry_msgs Package: ros-jazzy-tf2-kdl Version: 0.36.22-1noble.20260804.180312 Architecture: amd64 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.22-1noble.20260804.180312_amd64.deb Size: 13780 SHA256: 77af234b546d287c7e44bc5b276e25dd7eb5d688bf1f575b71c676594a10c2ec SHA1: 5b30472e43b7c2eb248465cc8e23cade91e6414a MD5sum: 09a1d7ce7c88ffad6d477ae69bc1b493 Description: KDL binding for tf2 Package: ros-jazzy-tf2-msgs Version: 0.36.22-1noble.20260728.175834 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2345 Depends: libc6 (>= 2.14), 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.22-1noble.20260728.175834_amd64.deb Size: 179402 SHA256: 3155793f24387d6aa4fe0f35ed81f9459561e1ecd510fd87ae5eaa8574ca0402 SHA1: f2190d8e4151baf51715fcce32605effcba9d588 MD5sum: bcab32a706f80ba6abea0de39ea0f52c Description: tf2_msgs Package: ros-jazzy-tf2-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2-msgs Version: 0.36.22-1noble.20260728.175834 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1449 Depends: ros-jazzy-tf2-msgs (= 0.36.22-1noble.20260728.175834) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-msgs/ros-jazzy-tf2-msgs-dbgsym_0.36.22-1noble.20260728.175834_amd64.deb Size: 1096020 SHA256: 281d689594d56d5da116550d47fb57a19b8fe7b415d953cf17fc13aa5a167d4e SHA1: 5ae46c826c5fec6981ef373365c2225378653e96 MD5sum: 55fa97ec52974b7374bd5821e9cfa351 Description: debug symbols for ros-jazzy-tf2-msgs Build-Ids: 096817620f97f45bf9f85bc5e0068bec32b0125f 189985380b6cf98cb696a507eda272adabb80591 5315087338dbcb1e01433cf84c8c26d4a73dc329 56f844108272feaf9b56f4bb4f73d5116929a814 710a3266b700b75385f8fc763fec64521222a236 aab40cb8c6188e9be7d529e892ee1e6776163845 cf3cfb61d383c7107f305e1d465c6873f5d7a628 dfae49d7727ca22860459bb5458b52ff45b52701 e674f04564c73527ea621fa89c06e688ba295408 e7dee4285d20ac2e982cfdbc28c15066bf24de00 f084268fbe7a380b58381dcb122306cba84d86df Package: ros-jazzy-tf2-py Version: 0.36.22-1noble.20260804.160421 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 122 Depends: libc6 (>= 2.14), 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.22-1noble.20260804.160421_amd64.deb Size: 28318 SHA256: a15abf746fe62b489999275da80eeddbaf5f61f22c5d2a3e8188f553c19e8bf3 SHA1: 201b7798a0c15087b3605647021fc784bd78e26e MD5sum: 751c343b1cca7f4b40cd306c48256048 Description: The tf2_py package Package: ros-jazzy-tf2-py-dbgsym Package-Type: ddeb Source: ros-jazzy-tf2-py Version: 0.36.22-1noble.20260804.160421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 184 Depends: ros-jazzy-tf2-py (= 0.36.22-1noble.20260804.160421) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-py/ros-jazzy-tf2-py-dbgsym_0.36.22-1noble.20260804.160421_amd64.deb Size: 162498 SHA256: cfc7f6097db287df5f2c0d54a67cb9ed72f8d34f8dc1cdf2ca7ee5878fed1110 SHA1: d463f94417c515fa86a60341d81e06926233c8d3 MD5sum: d1595376a20ad26058b31372f06747a0 Description: debug symbols for ros-jazzy-tf2-py Build-Ids: 614f15269c36593266071b1436d5ec62ca821b7a Package: ros-jazzy-tf2-ros Version: 0.36.22-1noble.20260804.161415 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1655 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.22-1noble.20260804.161415_amd64.deb Size: 331032 SHA256: 41324aeed0d3e3ff139bb3d89df38eb32b695c3366eff2f4113b0d614b02aaf2 SHA1: 2e922f88ebcef2462ee5630bf359000f91975298 MD5sum: cd2c8a3c1549123284d253fd3397c9a7 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.22-1noble.20260804.161415 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 8192 Depends: ros-jazzy-tf2-ros (= 0.36.22-1noble.20260804.161415) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-ros/ros-jazzy-tf2-ros-dbgsym_0.36.22-1noble.20260804.161415_amd64.deb Size: 7321390 SHA256: 4280ca4a61bb7d991394ff0480cfd09701d10bb4626d36f8a5aa62042dabaf4d SHA1: 1b2e8da00428bd04bf490dba8c5c12ba5e8f58c8 MD5sum: 31a63d35e5639fab12ca19457d7e8f04 Description: debug symbols for ros-jazzy-tf2-ros Build-Ids: 0dbd673d82a25f78cdccf78c2718b067680100f1 3abfcb8707e51720f9304a2a0f156b61d174be57 666a402f447e15885a734b0017ea6a3fccd6d13f 8bae00d62a91c54f8878839e014efdedbf1d5991 da136f3ab0105a249f3c7c3a71c0c934cd30855a f30bb998ddf4b2f4579ae61dbcacd4b2d448d5b9 Package: ros-jazzy-tf2-ros-py Version: 0.36.22-1noble.20260804.180110 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 145 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.22-1noble.20260804.180110_amd64.deb Size: 28284 SHA256: d0fbdb2121703bcccc258f192d81b13ddd764a6ec00bd6e73dc4c79a62fcb402 SHA1: d9da3af8871b95f0218c368b01892d75624a4ec9 MD5sum: 61e01866a384f858c633210c72cd021b Description: This package contains the ROS Python bindings for the tf2 library Package: ros-jazzy-tf2-sensor-msgs Version: 0.36.22-1noble.20260804.180317 Architecture: amd64 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.22-1noble.20260804.180317_amd64.deb Size: 15228 SHA256: d12b8b10f04992e8ac3120e0cc5893408baf1e0298ef0156ae94107008f03626 SHA1: 1f6d7f33488602a899017868cc80b47873b632b4 MD5sum: bdba2fdadca21c9e34a33aa0b8dbed0b Description: Small lib to transform sensor_msgs with tf. Most notably, PointCloud2 Package: ros-jazzy-tf2-tools Version: 0.36.22-1noble.20260804.180332 Architecture: amd64 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.22-1noble.20260804.180332_amd64.deb Size: 10466 SHA256: fbcd3203d923658e333ac4a323f7003c6f521bef602b2ef02d14ef8f60b2170d SHA1: fb7e0692d9dfc5b6e3207a048f313dc1c59a009b MD5sum: b0dc85712bb65c1ef7724adefb13390e Description: tf2_tools Package: ros-jazzy-tf2-web-republisher Version: 1.0.0-1noble.20260804.180014 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 245 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.20260804.180014_amd64.deb Size: 59030 SHA256: b55ca522c02f551353ce18827efda1726a1ef0a0bc4f1a0aa57b5a7264d1811a SHA1: 8c90a5f328f7aa2d246d38af9cf49170bf3a0e90 MD5sum: 6fe67377150db9b86fa4c961c78e0c8e 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.20260804.180014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1141 Depends: ros-jazzy-tf2-web-republisher (= 1.0.0-1noble.20260804.180014) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tf2-web-republisher/ros-jazzy-tf2-web-republisher-dbgsym_1.0.0-1noble.20260804.180014_amd64.deb Size: 1048276 SHA256: 7feae9fe79113c0243f63f4be641049266b445090afc6413ad774273d6497435 SHA1: 9d7bb79586fd0217f46a513221e342aec3042955 MD5sum: 91e3ed9d8b286575fd833064caed05d7 Description: debug symbols for ros-jazzy-tf2-web-republisher Build-Ids: 05960aa74e67c4eb7ad82949370b727ced663bb4 94203dec0124fddbfc17a374a3154b76361356cc Package: ros-jazzy-tf2-web-republisher-interfaces Version: 1.0.0-1noble.20260615.112842 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 2453 Depends: libc6 (>= 2.14), 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.20260615.112842_amd64.deb Size: 176298 SHA256: f7cfc420874cdfa4f4d4f4cb14dd2346653f23ffa856e012a20ea72793a8f1ce SHA1: b869964345b6a74de81f8f3731fa28c6b7e34b9c MD5sum: 37ee4959cea32f24c6edf889dff73ff0 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.20260615.112842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1474 Depends: ros-jazzy-tf2-web-republisher-interfaces (= 1.0.0-1noble.20260615.112842) 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.20260615.112842_amd64.deb Size: 1087742 SHA256: cd2c8097a465dbba8458a64d7fd50530385c387b8fddc216f7f3975a423ab7b2 SHA1: fbc741178193d8774f2fdeaf0c1f7f702982ff1f MD5sum: b684225bd7f84d81fdd90384847fafa1 Description: debug symbols for ros-jazzy-tf2-web-republisher-interfaces Build-Ids: 2c38a2b1354d025b2fcc74fff11edda7eb61c834 2fd6be388c37be697dab70c1f3a5ed562a3d96de 40dea1784f52a241ae60d2425f6bbe74cdb1fecf 6794a898bdbf9582850fd9879326ab631b36ccce a5bc1208bff16e7cacd53244ece53d2ad8dae16c b7134a9e9f33dc825e7504f3ce1e372026b15ca7 bb3f21db718876ff70ba637e17792c156d66afda cfdebd89234d9b5ff858860d92baefc23af49dd8 ecaab7264aa1b465f8f0b52dfbb1e9ea61731569 f2790238800af4e9fbd271e2def10849affb34fd fcde2a9a31087a87cedbd390b3eb59113deba816 Package: ros-jazzy-theora-image-transport Version: 4.0.7-1noble.20260615.145550 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 1793 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.20260615.145550_amd64.deb Size: 300920 SHA256: abcb40cc48ed54a1bdc08d977cb81c8b077b8e9e78181d83ab8ad246dca7d123 SHA1: 7a8c44da1c0b97ae9b551434c8a4a75e14a6253d MD5sum: dccd63f5e9982743f17d4d1c38b1f676 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.20260615.145550 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 7023 Depends: ros-jazzy-theora-image-transport (= 4.0.7-1noble.20260615.145550) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-theora-image-transport/ros-jazzy-theora-image-transport-dbgsym_4.0.7-1noble.20260615.145550_amd64.deb Size: 6004246 SHA256: abc16f4538b01563f42895b4080f26d32945d729bd163c62a0a24da203209587 SHA1: f2b8c40b752f3e1d38bbba28cbeafcaf7d2d71a1 MD5sum: fac6d169bc3768269fa66a48ba874853 Description: debug symbols for ros-jazzy-theora-image-transport Build-Ids: 00971853a8228b3adabc467263d0d144c1290c66 1a859343d9b8eb519a0b878232d37cd0619be649 5a1c6eea9d133d1a4fd7407563d5ecae1a730f73 5d544ac396bd56280bc0fc055096e0f624199cdd 8517979904df7e6046441ade68308b91e8cd44a9 94d4203517631766371a6cb6dea697608f6e6b30 9585edcd0253b6ecd6bdd1e08b84687f54b1725a a9ad3a761f74d0efdf4752c47a0ad6ed024436e5 ac9db218fd201cc5c5619b348861aaeb1c895bfe af161eb5e5509645c79bf7dd2ae29c5a3fb33ae3 b6753fbcd539852f68651e0c0e4217c03cc35eef b7df99bbd3c582e744aa7f15b2e731583983bcf4 f86ec62287c741c884f87304c9110f62a6195890 Package: ros-jazzy-tile-map Version: 3.1.0-1noble.20260804.183220 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 366 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libjsoncpp25 (>= 1.9.5), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.1.0), libqt5gui5t64 (>= 5.5.0) | libqt5gui5-gles (>= 5.5.0), libqt5network5t64 (>= 5.14.1), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libqt5opengl5t64, libyaml-cpp-dev, qtbase5-dev, ros-jazzy-mapviz, ros-jazzy-pluginlib, ros-jazzy-qt-gui-cpp, ros-jazzy-rclcpp, ros-jazzy-swri-math-util, ros-jazzy-swri-transform-util, ros-jazzy-tf2, ros-jazzy-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tile-map/ros-jazzy-tile-map_3.1.0-1noble.20260804.183220_amd64.deb Size: 100826 SHA256: 3f607d67598faf9771e0dfa0b6839fecabb13b9ca77e29d797e1c31f1a766914 SHA1: 4a7fe954cbf6105da391a04e21e20ddd678181a0 MD5sum: 06aa5f82fd7a407b7ea5f14806501dbb Description: Tile map provides a slippy map style interface for visualizing OpenStreetMap and GoogleMap tiles. A mapviz visualization plug-in is also implemented Package: ros-jazzy-tile-map-dbgsym Package-Type: ddeb Source: ros-jazzy-tile-map Version: 3.1.0-1noble.20260804.183220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2821 Depends: ros-jazzy-tile-map (= 3.1.0-1noble.20260804.183220) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tile-map/ros-jazzy-tile-map-dbgsym_3.1.0-1noble.20260804.183220_amd64.deb Size: 2773998 SHA256: 6d24d3074e7a111d976a5657170fefa06e16888e45bac2e5baa6c549d6c5d900 SHA1: e786b42564f6e704cdf85b5d2253f710f38afe44 MD5sum: 13fc02757622d3da4604262ed43f4bf0 Description: debug symbols for ros-jazzy-tile-map Build-Ids: 3aa22ff487ce44e6ffddd526b319e40b1c3480f0 b3dffe460a66f2a894f58b6180bf943741928065 Package: ros-jazzy-tinyspline-vendor Version: 0.6.1-1noble.20260225.230616 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 440 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.20260225.230616_amd64.deb Size: 108284 SHA256: 5e1fb9244f61273178f030199b3c53518bc7ca437ce5baf001b21d63dd9ac7a5 SHA1: ab0dfaf2b0d4078802e7e4f5964053a82f7f862f MD5sum: 3d58d386737de8e0da24d0b42f878520 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.20260225.230616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 371 Depends: ros-jazzy-tinyspline-vendor (= 0.6.1-1noble.20260225.230616) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tinyspline-vendor/ros-jazzy-tinyspline-vendor-dbgsym_0.6.1-1noble.20260225.230616_amd64.deb Size: 320466 SHA256: b15ef94fd4fc0885a60df90cdcac25bd0ae11ffc620a5c6d7933cbda42575ade SHA1: b035659a95c472303b3343e28ba78fcf38fd26a1 MD5sum: 6f8f8c7d579e60e756a6ffc2252ea318 Description: debug symbols for ros-jazzy-tinyspline-vendor Build-Ids: 9c1e43be3feac171ce734a2404cee64d79a1f60b a5ee1ae9e86a40513ec7c05107d7eca444a4964d Package: ros-jazzy-tinyxml-vendor Version: 0.10.0-3noble.20260225.230654 Architecture: amd64 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.20260225.230654_amd64.deb Size: 6506 SHA256: 24262a48fface7c4bbc697558c1c54dca7b216eba662999b14411ac7299b7bf1 SHA1: ef54633c2f6beac5dd9a40b28ee01f074693baff MD5sum: a662ea50fa344cfabb3d5b06be5dae95 Description: CMake shim over the tinxml library. Package: ros-jazzy-tinyxml2-vendor Version: 0.9.2-1noble.20260225.230621 Architecture: amd64 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.20260225.230621_amd64.deb Size: 6798 SHA256: 6dd807075762d983214775c2e07f2da3170ed5e6bffee23dace3121c2eedc05b SHA1: 286596cbc24a93154cc9ad66b87755f089bed7fb MD5sum: a19f8c36fcb82c22827b18eb1612361e 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.2-1noble.20260618.160931 Architecture: amd64 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.2-1noble.20260618.160931_amd64.deb Size: 17496 SHA256: 96ea10ca4d39cef6e3744a58e2ce7afc3ee3712a3cbbb8d24e264f682698d3ee SHA1: 3402c9dd5d6a7cc50e3351cc43f62b56ecc4f4a1 MD5sum: 954612eba31821fb29c253260e8d5ddb Description: C++11/14/17 std::expected with functional-style extensions Package: ros-jazzy-tlsf Version: 0.9.1-2noble.20260603.150632 Architecture: amd64 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.1-2noble.20260603.150632_amd64.deb Size: 11974 SHA256: 60e37d8e6c6fce1952b4be4e9ade59e9fd6b209490c52ae02bc9da7689c95bb9 SHA1: efe8088af4ec095ed3b41a421fd1ef43e2cab323 MD5sum: a41118670458bc94d190126f1190ce31 Description: TLSF allocator version 2.4.6 Package: ros-jazzy-tlsf-cpp Version: 0.17.1-3noble.20260615.140720 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 545 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.20260615.140720_amd64.deb Size: 120046 SHA256: 3dfe3a6fca3039a7e1d968c2c86eddd9106afd1b65faae1dbb14530193703528 SHA1: 3d1afb137ef991809242d75bace99337a6a5b284 MD5sum: 88fd7547ebb4a87fff3a817376ab8b82 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.20260615.140720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 2369 Depends: ros-jazzy-tlsf-cpp (= 0.17.1-3noble.20260615.140720) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tlsf-cpp/ros-jazzy-tlsf-cpp-dbgsym_0.17.1-3noble.20260615.140720_amd64.deb Size: 2005690 SHA256: b856f288e9bb6f1a68268823f34356f88d212c11d20e90b05a59b706e6ba779e SHA1: 315259bc3eadefeb769b47aa270a503d49281a5b MD5sum: 28fc30f9fb6270ec3e3354a64eaf5e97 Description: debug symbols for ros-jazzy-tlsf-cpp Build-Ids: 90face46a4919e7dd87500c82c0eae6b534e7050 Package: ros-jazzy-topic-monitor Version: 0.33.11-1noble.20260615.140104 Architecture: amd64 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.11-1noble.20260615.140104_amd64.deb Size: 21644 SHA256: 572335d01fcc4bc7edc3fc6a5035b66bbb997638ea005729405ef22823e757d1 SHA1: 7dfaccccdc15994f85e2b067f769b1b52f09e444 MD5sum: 0dc781250a07e323d7cb52d8cf6f6ac7 Description: Package containing tools for monitoring ROS 2 topics. Package: ros-jazzy-topic-statistics-demo Version: 0.33.11-1noble.20260615.134742 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 917 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.11-1noble.20260615.134742_amd64.deb Size: 153956 SHA256: a295b490d4b17c3d8abf903b726dee01fe5d7f5b45248bdd92ba54e73edfcf12 SHA1: 34d57ee6b57112787e40ff6f2b0132d6b4a380ec MD5sum: 2040119d6f13fbc252fa6ba80065297b 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.11-1noble.20260615.134742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4492 Depends: ros-jazzy-topic-statistics-demo (= 0.33.11-1noble.20260615.134742) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-statistics-demo/ros-jazzy-topic-statistics-demo-dbgsym_0.33.11-1noble.20260615.134742_amd64.deb Size: 3720850 SHA256: d58edcfc6ac17d26fbec89992f3d3b86a6dd35e02b09bc27c29ccb2b667ea28f SHA1: f9697d5eb0a50dc3fad934d1a2495b36dcfbfcca MD5sum: 1088131395fc196a7f361dc5d90f965f Description: debug symbols for ros-jazzy-topic-statistics-demo Build-Ids: b5c7843dd9573674d7860f86496ee8f6525da6ab Package: ros-jazzy-topic-tools Version: 1.3.4-1noble.20260716.023450 Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 1303 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.20260716.023450_amd64.deb Size: 210644 SHA256: a93950dbb77f86eef1993bec0aa568f7bc6e6ec0451672394b0c26d0a64e125a SHA1: 16dc12aac762cbcd7c2c13d1f25133e4912e1030 MD5sum: ce9388aaad41c7d0de6b6efe20feb93b 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.20260716.023450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 8215 Depends: ros-jazzy-topic-tools (= 1.3.4-1noble.20260716.023450) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-tools/ros-jazzy-topic-tools-dbgsym_1.3.4-1noble.20260716.023450_amd64.deb Size: 7692110 SHA256: 9a4e4328950848bcfabeb273ef01d2867107249966f197fefcb28766a729da99 SHA1: eb0544db8504e268ae8c90164b88f8b823f1e917 MD5sum: b61d64d18a9c5818ca72922318ea2081 Description: debug symbols for ros-jazzy-topic-tools Build-Ids: 00c32ca33c4763ddd86f3f3bf7bf4a2f4df86843 0c1f275ff9330b93ab991dc74e197f0b7b954dcc 1bba915646133105315d0f2f5362aa5dadd469ea 23681b19c9b0b529b276236157d1af861902cb56 2bec28f25f353dbcc4c0bc6a9ee7883ada17204f 2cf28332c83ffd73370275dc7bca1c88627cd48b 30d7df7a5db419d1e41cec721e125c5ef265663b 80eb10c6fce78ae4ef43f633dcc6841548022532 89127dff6f39d14d6c7bf278e011f8bfa6afb1a7 893c22124996cf285334785f3b6ae6ce8eb44eee c247e711587c4d3179d7d491f5a93caed30d74d5 eea5b24ebe9717b489d0a737e99731e730f0963b Package: ros-jazzy-topic-tools-interfaces Version: 1.3.4-1noble.20260615.103016 Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 3529 Depends: libc6 (>= 2.14), 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.20260615.103016_amd64.deb Size: 222548 SHA256: 2627cfa67c7d3451700fc9b3c706cfdd7f84bf5bf76dd2da357e7858d6b8eaaa SHA1: 11cc4d860d74cffe2c0d382b71f0571355472dba MD5sum: 93fbe83eb64c4bf92208ffe4bc1b445b 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.20260615.103016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 2552 Depends: ros-jazzy-topic-tools-interfaces (= 1.3.4-1noble.20260615.103016) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-topic-tools-interfaces/ros-jazzy-topic-tools-interfaces-dbgsym_1.3.4-1noble.20260615.103016_amd64.deb Size: 1988976 SHA256: 4688f0b77010f777c3a9191b82ff0dffa71f118c6ecc5801547ca7f7a79ab0c4 SHA1: 8c7ce62e40d63c850f713d80b5dc8f29a6c21c3f MD5sum: 4477d339edad1c70771b0ccd188d87f3 Description: debug symbols for ros-jazzy-topic-tools-interfaces Build-Ids: 02814dee1c211e939eb146ca920782d526fc6710 0e72d51806b91825e3d8e5bc57f073079470df6c 32798108701a83ab657e7f69965417cdb983a010 33383fa46da1e8c059dc7f5226edd81482be7081 77cb9cb58abac9338bf3c7cf25ddac16bf3508b4 7ec29d26e860fb8c1cd0b7537a5d557a601e3e20 a3b650153210233d0702f7387e9852d07d53b8fb aede1439f5af8319f2037be8abd63734d110310c b1a8088235346a15b1ab9db245eb563ee12a0ff5 b91de5d1513b15525e3e0bf67302619c405b4348 fbff441d13144f1c775a280b7efe1522b00d3965 Package: ros-jazzy-toppra Version: 0.6.9-1noble.20260728.081531 Architecture: amd64 Maintainer: "Hung Pham" Installed-Size: 645 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.9-1noble.20260728.081531_amd64.deb Size: 213200 SHA256: 120344fa5bcadb5b5c205e475e5063a08b18a2594ecc8fad0d7acd51fd04c049 SHA1: 3a7b083ccf9e0dc4481ae0c455c1734a56393e4f MD5sum: 289d85072753bbef5e1414e68b99098f Description: Time-Optimal Path Parameterization Package: ros-jazzy-toppra-dbgsym Package-Type: ddeb Source: ros-jazzy-toppra Version: 0.6.9-1noble.20260728.081531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Hung Pham" Installed-Size: 4874 Depends: ros-jazzy-toppra (= 0.6.9-1noble.20260728.081531) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-toppra/ros-jazzy-toppra-dbgsym_0.6.9-1noble.20260728.081531_amd64.deb Size: 4891434 SHA256: b8aff1a3e9391cce6a5a597ef77776c8bb310306dc6ad486436b4bf4cd1a3b65 SHA1: 04ec73a47376fc295448d8608e75e79b715471ba MD5sum: 7b996099c4f458ba46c860a0551ce4b8 Description: debug symbols for ros-jazzy-toppra Build-Ids: 0eb1aa085545fbda6c11fb366821f00bd61aa43a Package: ros-jazzy-trac-ik Version: 2.0.2-1noble.20260804.193859 Architecture: amd64 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.20260804.193859_amd64.deb Size: 5686 SHA256: 4d4dff715f3b6e78610d09373ccab800ebff7b8ed2889760f433a29039a98ce2 SHA1: 6f2898faf41f9d3666fdc4372fe5ae2175a27092 MD5sum: 1809210f79a0f04fd6193a393229e8cc 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.20260804.191536 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 227 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.20260804.191536_amd64.deb Size: 58762 SHA256: 4146804967c58df5a8e418705bd9442ec2f1a18d8d3902f6818f47c266885ebb SHA1: 25134041d747cb154144c85e8685e25f29c05b92 MD5sum: b8fc716b4da013e6e834af54ab6b8627 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.20260804.191536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 1445 Depends: ros-jazzy-trac-ik-kinematics-plugin (= 2.0.2-1noble.20260804.191536) 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.20260804.191536_amd64.deb Size: 1418026 SHA256: f47851f47fea60efe0a335a02ecaf992268ac7a101ecddf2afed850a220c2b28 SHA1: d9bf8fe6124de6df58be5ca968fae3fb501c7520 MD5sum: ee34bb9dccfd2ef78e09b48d7d8fdea3 Description: debug symbols for ros-jazzy-trac-ik-kinematics-plugin Build-Ids: 3c678f9d2a6e3dd65b74e4ec9a9fa1e8f8f98782 Package: ros-jazzy-trac-ik-lib Version: 2.0.2-1noble.20260615.143802 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 310 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.20260615.143802_amd64.deb Size: 97258 SHA256: af1dfa46e613a98999226271d40055cb0ce0a5a3ac046fbd6638ef60b2f1a0b6 SHA1: 5c6d74b038835786a88f66e10a70f19a5a0e3b6f MD5sum: be161b364aa04cd48ea18dea220089eb 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.20260615.143802 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 2688 Depends: ros-jazzy-trac-ik-lib (= 2.0.2-1noble.20260615.143802) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trac-ik-lib/ros-jazzy-trac-ik-lib-dbgsym_2.0.2-1noble.20260615.143802_amd64.deb Size: 2680004 SHA256: ae2f6664410c3a67db46f97078b06bd451e016fb8d1e6c2df0501d0a0c804bd1 SHA1: 0e8bc38473bded4082d7c3a448d0240eb361e830 MD5sum: 7934c3bc9617573f3e5df0417293b0ea Description: debug symbols for ros-jazzy-trac-ik-lib Build-Ids: 3e22ea4b18e908a0a4cfca79dbf721ac72e89738 Package: ros-jazzy-tracetools Version: 8.2.6-1noble.20260603.152223 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 244 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.6-1noble.20260603.152223_amd64.deb Size: 37400 SHA256: 57b656c31047d15e2a8828eea69e36b9a7324a86ea209ae7b742a863e1c37c3f SHA1: 575aa12a03f998ca7bf8d2d890e1785785e03902 MD5sum: 6ed8d7406c62f3263e0e9eaf26f26868 Description: Tracing wrapper for ROS 2. Package: ros-jazzy-tracetools-acceleration Version: 0.4.1-4noble.20260603.152424 Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 102 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.20260603.152424_amd64.deb Size: 13894 SHA256: 108ab808f068c58badf2ea76d0ecdb232d35a47e3a5656ccbd4a68052aff03af SHA1: 767055dc3d1ba2fa83d2eb4b81d6616509f03913 MD5sum: 100160333e0497c025a22ed27eedee98 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.20260603.152424 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 25 Depends: ros-jazzy-tracetools-acceleration (= 0.4.1-4noble.20260603.152424) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools-acceleration/ros-jazzy-tracetools-acceleration-dbgsym_0.4.1-4noble.20260603.152424_amd64.deb Size: 6462 SHA256: 72fe9a620fc3b0cef1baad10178e6f40eebfb9913cdfb610d4b54a6624e12e90 SHA1: 8729ea546ae0b6c1526f843022494435231fc4fb MD5sum: 0b1b7399864aa4e69ca89bf6752683a0 Description: debug symbols for ros-jazzy-tracetools-acceleration Build-Ids: 87a62bbbc411495d1540773c1622d39833374ba1 dd5253fe34f25a8254fa2b8528743c8294387465 Package: ros-jazzy-tracetools-analysis Version: 3.0.0-6noble.20260603.151905 Architecture: amd64 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.20260603.151905_amd64.deb Size: 70060 SHA256: ef4658fd94100f046254b6a9eea84b97d237aed9731434db5eea0f5023ba1d6b SHA1: b9845ef55553857d6358e388d383b4f123fe9c17 MD5sum: 888e4f0bccecf4fbf5648d2534d81fe4 Description: Tools for analysing trace data. Package: ros-jazzy-tracetools-dbgsym Package-Type: ddeb Source: ros-jazzy-tracetools Version: 8.2.6-1noble.20260603.152223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 163 Depends: ros-jazzy-tracetools (= 8.2.6-1noble.20260603.152223) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools/ros-jazzy-tracetools-dbgsym_8.2.6-1noble.20260603.152223_amd64.deb Size: 83494 SHA256: 1e913b8f1d19d80f673a392fac5d18448bc372429c27ecd43c3f3ccdc866cf64 SHA1: fa723c0f9b52d8ae590b78095a39205d411cd0e1 MD5sum: 27cfeaa1b0a3eea91d80ab821e844dc3 Description: debug symbols for ros-jazzy-tracetools Build-Ids: 19c748d7bf9d34ee962a5fc42ab3ba02c26cf1bb 61a6cea20f99bb2ce0bc38e571dfe2d458b74591 7bf3d04d942044b647d92e1d2f3d157254147e8f Package: ros-jazzy-tracetools-image-pipeline Version: 5.0.13-1noble.20260715.010758 Architecture: amd64 Maintainer: "Víctor Mayoral-Vilches" Installed-Size: 104 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.13-1noble.20260715.010758_amd64.deb Size: 13974 SHA256: 23e2b3be9832d76a3aa82c84860b2f3f64231d06148fd72cfb577e69ee373239 SHA1: c520b2a893bbb4a384918e08b44544ad27f561aa MD5sum: 91e990d3afd53ee27a96d8867e7d03b6 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.13-1noble.20260715.010758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Víctor Mayoral-Vilches" Installed-Size: 25 Depends: ros-jazzy-tracetools-image-pipeline (= 5.0.13-1noble.20260715.010758) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tracetools-image-pipeline/ros-jazzy-tracetools-image-pipeline-dbgsym_5.0.13-1noble.20260715.010758_amd64.deb Size: 6336 SHA256: a807f2c105acd5b7da37c0acfc42fa6323150dd57e0e0032f8fead6092334c82 SHA1: 4583d7994261b43d996042d83d50b97a052df886 MD5sum: 028160e46414ca45533878fb14220c6c Description: debug symbols for ros-jazzy-tracetools-image-pipeline Build-Ids: 00c3048868351e34439fcf1720c7bd63e614749c 86697ae3167adcd70e7df59085ae5a64e28c220d Package: ros-jazzy-tracetools-launch Version: 8.2.6-1noble.20260615.164108 Architecture: amd64 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.6-1noble.20260615.164108_amd64.deb Size: 20362 SHA256: 04c6a27526279b3cf25ec1e8356604070a025d6ee4108d06df5724ad4b9b8e27 SHA1: 77e7b467e2d3fcebb4c22ed22ccd6593bc008082 MD5sum: 05985991c2417a88ec8c80f1fea4eeb6 Description: Launch integration for tracing. Package: ros-jazzy-tracetools-read Version: 8.2.6-1noble.20260603.150633 Architecture: amd64 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.6-1noble.20260603.150633_amd64.deb Size: 7998 SHA256: 15c0ad2401b692307c8f6f55941ab8f105040497a0252ddabfd72e45e9bca7c1 SHA1: 2d99d119dd0926b393838cb283979136742a43c2 MD5sum: 9cd68d46005f5006b4e980e10c6b13cf Description: Tools for reading traces. Package: ros-jazzy-tracetools-test Version: 8.2.6-1noble.20260615.164236 Architecture: amd64 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.6-1noble.20260615.164236_amd64.deb Size: 20052 SHA256: fb3e8838e505d5116deb51459b8e4e8237446474916966cb184431403362d8c7 SHA1: 8b94879ca673d661b3cc9ff3fba23c64a21945e7 MD5sum: 5b29523cb880903d688788ee0681ee40 Description: Utilities for tracing-related tests. Package: ros-jazzy-tracetools-trace Version: 8.2.6-1noble.20260603.150725 Architecture: amd64 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.6-1noble.20260603.150725_amd64.deb Size: 30676 SHA256: 289f4acc48da6677bc65077562ece2660f53b2caf4016ae043f8a323805add53 SHA1: 6fd3bbb453f1be3c2f3a1ab318611b96a07c9249 MD5sum: ee5382ff24d8600e0f2f306c18a6f14b Description: Tools for setting up tracing sessions. Package: ros-jazzy-trajectory-msgs Version: 5.3.8-1noble.20260615.112856 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1129 Depends: libc6 (>= 2.4), 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.8-1noble.20260615.112856_amd64.deb Size: 101570 SHA256: f08b3ec21eda0a97973b112731d77162e6aec2ebe93559abd2586727a30e2490 SHA1: a19b9548c7895bfcc5f5b7806165299f4925ff55 MD5sum: 44933969be573a0d78a3e019c2b90138 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.8-1noble.20260615.112856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 869 Depends: ros-jazzy-trajectory-msgs (= 5.3.8-1noble.20260615.112856) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-trajectory-msgs/ros-jazzy-trajectory-msgs-dbgsym_5.3.8-1noble.20260615.112856_amd64.deb Size: 695474 SHA256: 28b43671ab6519573f73c0f70deafbac26471e7038e4e100736095c8d50247a3 SHA1: c38ac7379437fdadc4aa3ff11e5b5ee6e25bad75 MD5sum: ac689e38adddb152b2a4043df975dbdc Description: debug symbols for ros-jazzy-trajectory-msgs Build-Ids: 72233c2e43b2a209ff1a292ca91039f77e0cd6f9 73854af1e76b7200da34680207cd1256ebf268f8 8ca2c4df3e761fe6b0f9e7ee49e697d915f3af84 8d797a114c92249e4bbcbf31d99b932c1e6d9c69 9350c80c95dabddd3b641b60e156c4b603f100ac 984d353030a24cbacdf17df6589e8c262f1e55ed a2e2dc4f7b7755dd9e4f89876feef23f3d36ad56 c4ff3d385b1f2d4f7a5ed32afb65ac2e0e85b4d5 c95bf68ae1102e1bfaa191a7daaa20ec7e6a93e4 d8818a8912308c1c0da31ca2d10b208f35ad9df7 e8c06900c0df51cc2debac43bc6eb0e55cfdb410 Package: ros-jazzy-transmission-interface Version: 4.46.0-1noble.20260701.204338 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 265 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.46.0-1noble.20260701.204338_amd64.deb Size: 58780 SHA256: e62ab2463cf75ceaa146d7de7ec648869e601c841292430ae6604ff5485b9ecc SHA1: 67844e41bea8912d2bed67e2d8e0f761024dc768 MD5sum: 22205d5ad24b37fb9388e8e2f5d74d6a 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.46.0-1noble.20260701.204338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 670 Depends: ros-jazzy-transmission-interface (= 4.46.0-1noble.20260701.204338) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-transmission-interface/ros-jazzy-transmission-interface-dbgsym_4.46.0-1noble.20260701.204338_amd64.deb Size: 625612 SHA256: dfe87bcbfb2dda737a8d68fd6711abb1729632f5b6628a49c9081f93cb616b40 SHA1: d89c6b95076ec48b7e44da1628661f8fcb6b2207 MD5sum: aab1b52d87be2ecee995eeb41273e5f7 Description: debug symbols for ros-jazzy-transmission-interface Build-Ids: 2f8efbf953f8c7c7bc0aeaeca0c9d665ca0d8f78 Package: ros-jazzy-tricycle-controller Version: 4.41.0-1noble.20260804.161420 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 954 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.41.0-1noble.20260804.161420_amd64.deb Size: 216544 SHA256: c1206e0ce07348792583dca10438cad679d5760feb2a90ccb394dbc95f508480 SHA1: 2b3ac09deacc2e0a40295a489719f0ec6b9dabeb MD5sum: ba4525729bf9e11a7a78912422434dc9 Description: Controller for a tricycle drive mobile base Package: ros-jazzy-tricycle-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-tricycle-controller Version: 4.41.0-1noble.20260804.161420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3918 Depends: ros-jazzy-tricycle-controller (= 4.41.0-1noble.20260804.161420) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tricycle-controller/ros-jazzy-tricycle-controller-dbgsym_4.41.0-1noble.20260804.161420_amd64.deb Size: 3458606 SHA256: a8b9180c43a636d67fafcc1a279132df88fb288ec8451585c758406070228340 SHA1: 0ba7f5b338a00a34e7db7d8dcf96e0e9b10822ae MD5sum: 3c1856e3c61c347708611cfb90c705e4 Description: debug symbols for ros-jazzy-tricycle-controller Build-Ids: 23502cea1636a64b6b5512ef3b64a100986a43d9 Package: ros-jazzy-tricycle-steering-controller Version: 4.41.0-1noble.20260804.193008 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 211 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.41.0-1noble.20260804.193008_amd64.deb Size: 51432 SHA256: d54e6e764a695869734b93bc16b1381cf9faefc19b3aee25f785cb8e396ae55a SHA1: cc821f4f30d9d0fbf6c185cda7faf73a02f9331e MD5sum: b34975bbb6b024daa87704790abf7414 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.41.0-1noble.20260804.193008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 733 Depends: ros-jazzy-tricycle-steering-controller (= 4.41.0-1noble.20260804.193008) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tricycle-steering-controller/ros-jazzy-tricycle-steering-controller-dbgsym_4.41.0-1noble.20260804.193008_amd64.deb Size: 700934 SHA256: 1f9d82ca97cf08240261daf708c682f53f1aac1564fe81ddcd68c236923fa62b SHA1: 66ac578fee9c4dcc969c9b310de340882fe44362 MD5sum: 4aca08938c8d468cc9b26fca11b7f29b Description: debug symbols for ros-jazzy-tricycle-steering-controller Build-Ids: dd2d12d27e86202acc0ceee304f8974f478338d5 Package: ros-jazzy-tsid Version: 1.10.0-1noble.20260710.113906 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 2680 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.20260710.113906_amd64.deb Size: 584952 SHA256: ef59b281e3cb4f19f425c4411de77599a532383dc84cb3bb654f534def8c3138 SHA1: 923b6c0c22c67b95cbfdb50e6426480c0374ed4f MD5sum: f168a9f4e2d1c8750917ca958da11a08 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.20260710.113906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 36700 Depends: ros-jazzy-tsid (= 1.10.0-1noble.20260710.113906) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tsid/ros-jazzy-tsid-dbgsym_1.10.0-1noble.20260710.113906_amd64.deb Size: 35410518 SHA256: 5e144e2aafae6c6d6e358425a0a73ebc6094f01f03150bce6885339cf4c8c2f7 SHA1: 16d676cfad69312d4df61e1bc025624654b51f40 MD5sum: 2685a78a370a058e9a5b253aadc681c4 Description: debug symbols for ros-jazzy-tsid Build-Ids: 1b0b858c61aed4dbdaccf55b8311c4589d834b0a b5feb9ae4d4531653c2c8a71ae8e6031f4e600b7 Package: ros-jazzy-turbojpeg-compressed-image-transport Version: 0.2.1-5noble.20260615.172930 Architecture: amd64 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.20260615.172930_amd64.deb Size: 96500 SHA256: 3d3ea8cd51952f83cf2c272f27443cecb89dadcc2233961569273d04101ed21f SHA1: 51fffedb7775cdfd20f78b4a60bf5183e11679d7 MD5sum: d16723f66d7b4bf64a6940f1dcbb6556 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.20260615.172930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishiamtsu Installed-Size: 1690 Depends: ros-jazzy-turbojpeg-compressed-image-transport (= 0.2.1-5noble.20260615.172930) 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.20260615.172930_amd64.deb Size: 1598438 SHA256: bfba55c53faf2544fe8d33d3424243332065b0495672834b2c5021e94c1d81f1 SHA1: aea2a4376cd3ee42a70b0ff1094fe9a331a4c117 MD5sum: 6159090ee33985bc8a7715893fd13cb3 Description: debug symbols for ros-jazzy-turbojpeg-compressed-image-transport Build-Ids: fffece8ba56b2d4343806cc0de694951ecf622f7 Package: ros-jazzy-turtle-nest Version: 1.2.1-1noble.20260226.000437 Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 11407 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.20260226.000437_amd64.deb Size: 1503676 SHA256: b012f20253144e6e9589fb9be2f26e2a6cb58c64bdf00a8d14de2b6aaf9ec251 SHA1: 470f393cc58ff3fe397366249859267658aebb14 MD5sum: 825d089f1fcfdd3bdef41db65cdc40dc Description: ROS 2 Package Creator Package: ros-jazzy-turtle-nest-dbgsym Package-Type: ddeb Source: ros-jazzy-turtle-nest Version: 1.2.1-1noble.20260226.000437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 3804 Depends: ros-jazzy-turtle-nest (= 1.2.1-1noble.20260226.000437) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtle-nest/ros-jazzy-turtle-nest-dbgsym_1.2.1-1noble.20260226.000437_amd64.deb Size: 3757994 SHA256: b052e7630699719717ef77a081d7bc6738b89de8427e46aa3cebb574bd4480a4 SHA1: 394902ca4e2f79b3ffaf28f845a45b296a02c863 MD5sum: 3e129b2603e73a7c13e8cd14aebc1405 Description: debug symbols for ros-jazzy-turtle-nest Build-Ids: 3ba0356b5c874ee5dd1133581e10710b7a193dc3 Package: ros-jazzy-turtle-tf2-cpp Version: 0.5.0-1noble.20260804.181457 Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 1526 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.20260804.181457_amd64.deb Size: 284552 SHA256: 5379b293f5e2478216ca23d58ee02eb0c8852dd693df9cf21d2249e69a0d9a79 SHA1: 3b63a78eebb6515633edae2336f4c060e8adfab5 MD5sum: 19083ef7f7fb9306726aea4291400176 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.20260804.181457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 8098 Depends: ros-jazzy-turtle-tf2-cpp (= 0.5.0-1noble.20260804.181457) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtle-tf2-cpp/ros-jazzy-turtle-tf2-cpp-dbgsym_0.5.0-1noble.20260804.181457_amd64.deb Size: 7179590 SHA256: 0e799858a2745de97c000d1377282f127c25e8b10a3e630f2845a77018bab694 SHA1: c8cb73f47a5561f4ea032c925e95f5881bc83a60 MD5sum: 69b86d0eb716369bf9b46741f839988b Description: debug symbols for ros-jazzy-turtle-tf2-cpp Build-Ids: 1a9532ca0fdbe2b4cb78048335e161236a175d4a 79935695e4de9730f0ba6ec33d6703aaf13aae55 af61ebeff929fb6abacb9042a08486ca23be19e5 b825ab7076cd0f8c900a67adb9d66d270ce7f378 d21c32bb10a9209408c12c0a167ff17db3c8bcce e96ef897886661788910542087ff60e579874e87 Package: ros-jazzy-turtle-tf2-py Version: 0.5.0-1noble.20260804.180501 Architecture: amd64 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.20260804.180501_amd64.deb Size: 16804 SHA256: 8f6c580f7a9948b46fa460f7b404887316c33f4c5c8c035c4938cbd6179f6a33 SHA1: 0ddd085dd0d927ae6e5f22e6c83fbebd3c626f5c MD5sum: 5dba50874256a4b260e9d24bca1c75d0 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-applications Version: 1.3.3-1noble.20260804.184836 Architecture: amd64 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.20260804.184836_amd64.deb Size: 5868 SHA256: 373080977178e58f8a677231cee61a5bbcdad08176dd0ec7188721b7916333d4 SHA1: 62bbcce1ff6f016cea3c5f9446e4a62ddb228065 MD5sum: a9f236361ca4164f8d9e05d77a159dcc Description: ROS packages for the turtlebot3 applications (meta package) Package: ros-jazzy-turtlebot3-applications-msgs Version: 1.0.1-1noble.20260615.113939 Architecture: amd64 Maintainer: Pyo Installed-Size: 1360 Depends: libc6 (>= 2.4), 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.20260615.113939_amd64.deb Size: 109122 SHA256: 04b370db9bd22e81d17b10a585d5e2bf7f3f67fd833c9c6eca2e4c77c7ef1567 SHA1: 99ae87ade311981c317c600f98e7d988b90fce4c MD5sum: 0aa9f8d5eb94ebcd09f0ca74c72ca7a6 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.20260615.113939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 869 Depends: ros-jazzy-turtlebot3-applications-msgs (= 1.0.1-1noble.20260615.113939) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-applications-msgs/ros-jazzy-turtlebot3-applications-msgs-dbgsym_1.0.1-1noble.20260615.113939_amd64.deb Size: 645390 SHA256: b95baba2c7ea890e24ac6a00b4075ad56baf314e4a54bbb49d0faf58ba2b566d SHA1: a9431d775e27731702a4213c42eec02adb556541 MD5sum: 002f131164bba5379c40ba0c93c5bd48 Description: debug symbols for ros-jazzy-turtlebot3-applications-msgs Build-Ids: 179d8997f37ea8f6b330067de3f45d7f7db61ce1 22564dc1d4c5a33333cad08f2da4d8959ead5590 3f187505d51f6623a68927594c25c66355db4ee7 66ed5dac8fecdc08fbba9ccb1bf1911f18b1ec02 709acba3a2d6d0363f55532ee4e02fe88d87ccbf a0cabc45ce800bd123af6d6eb96a8ad16d6a2985 aabe0698e835d45cb52fd407dcaa331a977e5a40 ce47ef156f548af8660979239b826407b2234ed6 e3c1578c8a3b0334c04b18a6b8148da7eda3f026 e4f947845533b41f6e5c368c0d81e017f791cce3 ed6ecd1316534287eee5d8d76295d7ea0ad035f6 Package: ros-jazzy-turtlebot3-aruco-tracker Version: 1.3.3-1noble.20260804.183259 Architecture: amd64 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.20260804.183259_amd64.deb Size: 8412 SHA256: d6fb1b8b65fd939a15f66738021f9d122f73c513f6ef735e60367e0fb802bf7f SHA1: 69783b6973468a728ac11e6868a4c6daa705cca6 MD5sum: 3c058ca8b6a15045ac8d99092d513962 Description: ArUco Tracker for TurtleBot3 Examples. Package: ros-jazzy-turtlebot3-automatic-parking Version: 1.3.3-1noble.20260615.140308 Architecture: amd64 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.20260615.140308_amd64.deb Size: 12628 SHA256: 6e6ecd349fdf1152cbc0152ddb33e446bef6ee2dc66d407139e10489632e958c SHA1: 689ade9ec0adf80caac997bc2fe8990ceaa62a8f MD5sum: 90fb4e4f55163c04265d137485212b94 Description: Package for turtlebot3 automatic_parking. Package: ros-jazzy-turtlebot3-automatic-parking-vision Version: 1.3.3-1noble.20260804.183305 Architecture: amd64 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.20260804.183305_amd64.deb Size: 12932 SHA256: c3a388adf005ddf116e3f008b9b26d630766e9a8283a1c8ebd68954dbe8c0d56 SHA1: abeeddd7d940add8177c54c21e9bda70643bdaa0 MD5sum: 3dce4e3ebc7d9eedbabded6821220145 Description: Automatic Parking Vision for TurtleBot3 Examples. Package: ros-jazzy-turtlebot3-autorace Version: 1.2.2-1noble.20260615.164318 Architecture: amd64 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.20260615.164318_amd64.deb Size: 5556 SHA256: 022b3d12bb0bc54e91fb42041cd21d0d2956421315b022a830cb153716a5c710 SHA1: 7fe1468587fe8ccca91d4239a6ab4686ac930e63 MD5sum: ac4123a64d0c389e2a4dadabe1538d8f Description: ROS 2 meta packages for turtlebot3_autorace Package: ros-jazzy-turtlebot3-autorace-camera Version: 1.2.2-1noble.20260615.150043 Architecture: amd64 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.20260615.150043_amd64.deb Size: 12522 SHA256: e029fa19f3e77fa03585669921f572497b99a569e7321184dbe17cad1981df42 SHA1: 9fd0d2b3b8dc3ba0b3d47bbe2ec15ffab738760e MD5sum: 5b9d26a942bc94e97123e1a0b3b9369d Description: ROS 2 packages for camera calibration and image processing in TurtleBot AutoRace Package: ros-jazzy-turtlebot3-autorace-detect Version: 1.2.2-1noble.20260615.140549 Architecture: amd64 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.20260615.140549_amd64.deb Size: 68624 SHA256: 6c6bb6b2d010b565b030ac83e6a714cf756d243401c69df7f90654b6160b1fec SHA1: ca4ec53fcc5ce18296d07bf08144a521e5e75ba8 MD5sum: f5279a18d78579eb68f5f46366aed94d Description: ROS 2 packages for turtlebot3_autorace_detect Package: ros-jazzy-turtlebot3-autorace-mission Version: 1.2.2-1noble.20260615.140634 Architecture: amd64 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.20260615.140634_amd64.deb Size: 20866 SHA256: b7c7fe1ea257cd054c48b5d95c800365dc24f13dbaa979c662ae4ef02a41a247 SHA1: 2b5995f07962a787d782899fc5ab283b4a03040d MD5sum: 49393f2a91f81e2b112166e206ad8ef8 Description: ROS 2 packages for turtlebot3_autorace_mission Package: ros-jazzy-turtlebot3-bringup Version: 2.3.6-1noble.20260804.192523 Architecture: amd64 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.20260804.192523_amd64.deb Size: 9872 SHA256: 934e82e6edf5925cbe90181ab65202bb48d3809c38ea6f69470d210157664784 SHA1: bb438b0269c54aa839cdf7b1ca0e6510a561f8aa MD5sum: d5e3a3b60dd61ec1e7abb1b4bb47a610 Description: ROS 2 launch scripts for starting the TurtleBot3 Package: ros-jazzy-turtlebot3-cartographer Version: 2.3.6-1noble.20260804.193124 Architecture: amd64 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.20260804.193124_amd64.deb Size: 10564 SHA256: 14932a81cb6d6c4dfa26d2d02c585d8ef64321829c248a8fccb79f5419ec59ee SHA1: 7e4df9579b16d46ef5d3c86820262416ef7da6f5 MD5sum: 5adbed98ab7b540074e82d89070cefe7 Description: ROS 2 launch scripts for cartographer Package: ros-jazzy-turtlebot3-description Version: 2.3.6-1noble.20260604.104407 Architecture: amd64 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.20260604.104407_amd64.deb Size: 5282306 SHA256: 8484bf9a32e07f402604f113a13fc287a6ac5f109daf9724d549f0c994c8f7a1 SHA1: da705f7391bb6f314b0003c09ec360142c589dcd MD5sum: c7716b122b42babde904cd7aa4909086 Description: 3D models of the TurtleBot3 for simulation and visualization Package: ros-jazzy-turtlebot3-example Version: 2.3.6-1noble.20260615.143644 Architecture: amd64 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.20260615.143644_amd64.deb Size: 26506 SHA256: 33a95cdb46cd38ad3da71cfc1f7991a86e8ce002d7521267f3d674f0562cc699 SHA1: a427ce95e947fd513196a21573e0bc46b3c4ab01 MD5sum: c756423daac7302ac1716511d2c8ab2f 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.20260804.192054 Architecture: amd64 Maintainer: Pyo Installed-Size: 632 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.20260804.192054_amd64.deb Size: 133440 SHA256: 41f723e4898700c5f3b945bc4c2512d103173bf8b0f666b619a179ca0ffb24cd SHA1: 3daeaa293af8b3140ff79f465d92a877a7565114 MD5sum: bf24cd83e9c3cbf5b89d89ff8c488f35 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.20260804.192054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2831 Depends: ros-jazzy-turtlebot3-fake-node (= 2.3.7-1noble.20260804.192054) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-fake-node/ros-jazzy-turtlebot3-fake-node-dbgsym_2.3.7-1noble.20260804.192054_amd64.deb Size: 2433888 SHA256: 2fb3c87b46fff19087306105f676d60735dd3d50d80f0409e1b3b0d2b40f8fec SHA1: 07d8fb79ffea3ab189f9ffce7874d78f1085fca0 MD5sum: 24e55e509ac6df31ad73eab628977ac0 Description: debug symbols for ros-jazzy-turtlebot3-fake-node Build-Ids: bd16a188d53482656856fdd6ab3369f3387f2ba4 Package: ros-jazzy-turtlebot3-follower Version: 1.3.3-1noble.20260804.181421 Architecture: amd64 Maintainer: Pyo Installed-Size: 291 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.20260804.181421_amd64.deb Size: 77444 SHA256: f172796eca08e524323cf7d2f9914e5d0ac893756e8114ae6a7a019ffaffd4dc SHA1: 270065fee7d39f3b9843a0a7fd6c6b668a97b0a0 MD5sum: a33677015321a685ce1f56592a6cba86 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.20260804.181421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1298 Depends: ros-jazzy-turtlebot3-follower (= 1.3.3-1noble.20260804.181421) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-follower/ros-jazzy-turtlebot3-follower-dbgsym_1.3.3-1noble.20260804.181421_amd64.deb Size: 1180004 SHA256: b78a4c1aa2cd18b3bf714d28196775c438583995d83a5cf55f77dae97663dc1f SHA1: 0e4ddf801d9ed07e81b40dbfd3cf99c522997295 MD5sum: 58c41cba1335ddf4ca91bf0c7df0f667 Description: debug symbols for ros-jazzy-turtlebot3-follower Build-Ids: 0884d4aa8052cdf2bc377b1acde47adb884a9fd8 Package: ros-jazzy-turtlebot3-gazebo Version: 2.3.7-1noble.20260804.185653 Architecture: amd64 Maintainer: Pyo Installed-Size: 46133 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.20260804.185653_amd64.deb Size: 8603746 SHA256: 0ab7424f31f44af54c8ffdb48f684f8b2c707f2fcc2524857fef07ddf741a462 SHA1: cac699f6203a3c9a7ff3cdd65a74be9ad9b977fb MD5sum: c24d06d13e177a05e15cd199d10aaaf9 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.20260804.185653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4189 Depends: ros-jazzy-turtlebot3-gazebo (= 2.3.7-1noble.20260804.185653) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-gazebo/ros-jazzy-turtlebot3-gazebo-dbgsym_2.3.7-1noble.20260804.185653_amd64.deb Size: 3557210 SHA256: 03426c813701253ccaa798cdecb413ab04cb0d16d707fccaa7bb865ac5a62234 SHA1: ca8dd61f6153692807f3d33dac0cdc4d7f4865a4 MD5sum: 068deeb81358b4aa0d20fd21f35a41b4 Description: debug symbols for ros-jazzy-turtlebot3-gazebo Build-Ids: 1f4a62297a7f4b5c43ec61397d5cc249217f9ea4 33c9f745bbb58b8453a622dce7c7df173b50f6f8 83585d71a080d3eb0537d09306a25942fb04c673 f642bde1b9243f8072bb1749198acdc4a1a5017e Package: ros-jazzy-turtlebot3-home-service-challenge-aruco Version: 1.0.5-1noble.20260804.183315 Architecture: amd64 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.20260804.183315_amd64.deb Size: 17110 SHA256: 94b91867d97c7892c683b373e75c9e40cea2ddd157cb5125b1cb281ecca10666 SHA1: 9334824db72a05ca6b9986480bcf5dd71b40b466 MD5sum: dcd7102047f893a8f1c628c1f428db51 Description: Using aruco package for turtlebot3_home_service_challenge Package: ros-jazzy-turtlebot3-manipulation-bringup Version: 2.2.1-1noble.20260806.102439 Architecture: amd64 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.20260806.102439_amd64.deb Size: 10974 SHA256: dc089925d6fd4b96c013f38710c5bd1188a1143a925ac552a7d0c0a4fc4e5b88 SHA1: c99503bf1f4cabd38fd4235eeff85070157892b0 MD5sum: 5401080e5159c5b4da655131a5b0c945 Description: ROS 2 package for turtlebot3_manipulation Package: ros-jazzy-turtlebot3-manipulation-cartographer Version: 2.2.1-1noble.20260804.193140 Architecture: amd64 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.20260804.193140_amd64.deb Size: 9586 SHA256: 32146b91bc9a867f127fe28408208ae599c3083d327b364b97125711dff30a00 SHA1: 821afa493b0e821fce17473ce636c2211aaa9714 MD5sum: e47c9acaef63dbcdc239c4259efdbd55 Description: ROS 2 launch scripts for cartographer Package: ros-jazzy-turtlebot3-manipulation-description Version: 2.2.1-1noble.20260806.100152 Architecture: amd64 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.20260806.100152_amd64.deb Size: 2499726 SHA256: b83580971418ff14f8599e671f4f822b01bbe7754609990e62cb2367a2aee674 SHA1: fc76b17d47d9c15fbeac85d710608123700eea18 MD5sum: 68dbc19abdb07c66c83872ae095959bb Description: ROS 2 package for turtlebot3_manipulation_description Package: ros-jazzy-turtlebot3-manipulation-hardware Version: 2.2.1-1noble.20260701.211740 Architecture: amd64 Maintainer: Pyo Installed-Size: 177 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.20260701.211740_amd64.deb Size: 39790 SHA256: 54b9d193ab421c510ba57089ca5d337b7deabb3c3f7268d4b39f6f3da8318ffd SHA1: 04c2295957b4bb299b0d5e24268124f6095fc6a6 MD5sum: d75f34db7d0cbf9ccd3f8c5bf58daa4f 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.20260701.211740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 637 Depends: ros-jazzy-turtlebot3-manipulation-hardware (= 2.2.1-1noble.20260701.211740) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation-hardware/ros-jazzy-turtlebot3-manipulation-hardware-dbgsym_2.2.1-1noble.20260701.211740_amd64.deb Size: 603140 SHA256: c7f57458027de1264f3b546c7e1ef3bfb2b8c34e1b1f874e3da22a48ef154ae0 SHA1: 682bf7b850acd6a8f336179f89a16ca169091c5e MD5sum: a084128af29331d993688aacc1724ea8 Description: debug symbols for ros-jazzy-turtlebot3-manipulation-hardware Build-Ids: 26cf91039058857691014a9d7eca9e90c5f5e6c8 Package: ros-jazzy-turtlebot3-manipulation-moveit-config Version: 2.2.1-1noble.20260806.100426 Architecture: amd64 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.20260806.100426_amd64.deb Size: 17392 SHA256: a55df937744784c6ea887768a21e4890cf22493a82fc8079c7702295717245c0 SHA1: 359d5399e0273fb908cbec43dacb2704a6f181e0 MD5sum: 0208c2b7008a021033c7cdc05229c50b 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-teleop Version: 2.2.1-1noble.20260806.102600 Architecture: amd64 Maintainer: Pyo Installed-Size: 344 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.20260806.102600_amd64.deb Size: 94152 SHA256: 7dd18be810f67e72edaa266afbd565ed143566cb3b8d04c4101f50cf6a6d0c45 SHA1: df42d0ecb69c303cb11502dce9becff0d25c80be MD5sum: 34c9dace0c649846dfdad2f4a311061f 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.20260806.102600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1627 Depends: ros-jazzy-turtlebot3-manipulation-teleop (= 2.2.1-1noble.20260806.102600) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-manipulation-teleop/ros-jazzy-turtlebot3-manipulation-teleop-dbgsym_2.2.1-1noble.20260806.102600_amd64.deb Size: 1488530 SHA256: 9f396fbe5ae81fa4047e764fd4602ccb56797d18fc994c000c90861dcb2c0a07 SHA1: 2cc214b9123ad1985df46bdf369dd8c2484f17e5 MD5sum: e36379dd8352452b8a40b6456f518ce6 Description: debug symbols for ros-jazzy-turtlebot3-manipulation-teleop Build-Ids: 8664ed7dacdb5d1b6cfe2f5bcf6cd62d294d162d Package: ros-jazzy-turtlebot3-msgs Version: 2.4.0-1noble.20260615.112935 Architecture: amd64 Maintainer: Pyo Installed-Size: 3194 Depends: libc6 (>= 2.14), 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.20260615.112935_amd64.deb Size: 225598 SHA256: 35f369db32b312f5661860cefdad6746dde2b882487eb44105b14c29ad48a275 SHA1: fb666f9d5b684314ae568125ba2ef671823d9415 MD5sum: 0e8fe6f96ff2dcfb7286a5fa7e85d8bb 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.20260615.112935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2014 Depends: ros-jazzy-turtlebot3-msgs (= 2.4.0-1noble.20260615.112935) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-msgs/ros-jazzy-turtlebot3-msgs-dbgsym_2.4.0-1noble.20260615.112935_amd64.deb Size: 1543088 SHA256: 5cef3390857396cb48b772b5180c79eed0889a17983c93a3b4ac76bbdcfd0031 SHA1: 82fdaf92cb47c0f862bd33f17d8e8f4c02ad8ff5 MD5sum: 35ab16dfea6ea5553dc7e3440fa615a8 Description: debug symbols for ros-jazzy-turtlebot3-msgs Build-Ids: 1a93b4c7652d6aa5d06a021c44bc20e327902dfd 20d5063ea4fbba970c92243fc2be466cbcc627ea b1316bcacbc7426301c950b20b4449745f382a06 b7a1e2b779aa0067eebf7719631e88a0f92735f3 ba5a70dde350f90d46fa5052276217612bdb7f8f c9b83912380259a84fd8fbc7f51e4ad1dcf4fd3d d47191840f697dfd701bda79ffe35b92eb55efd8 d6034aa75eb66afc2a5193862d2a64212ef5e3eb db300ddcb7887d888401d5bb8c087c29dcfba256 ebeccfc855a92d855203583ef59de0565189b2eb f7fb50bd9468950722b9a7a1ec758d19b9b09f86 Package: ros-jazzy-turtlebot3-node Version: 2.3.6-1noble.20260804.180036 Architecture: amd64 Maintainer: Pyo Installed-Size: 2032 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.20260804.180036_amd64.deb Size: 365306 SHA256: 755c267331b7d276c19348cb0a788752fbd3c630995ec896fdcf56689658fca3 SHA1: 95c417c9c62f0dc3fa929e959b4e1a905e204ff8 MD5sum: f8d1ccfe8478a4767354476084dad93f 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.20260804.180036 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 10741 Depends: ros-jazzy-turtlebot3-node (= 2.3.6-1noble.20260804.180036) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-node/ros-jazzy-turtlebot3-node-dbgsym_2.3.6-1noble.20260804.180036_amd64.deb Size: 9182624 SHA256: 6ce088c08aa9d25546895afc9166d19785e526f4ed1f936cedb2eec2ac31f68f SHA1: ecf0623d7dd2abbcf36fe617ca73f628f9c345e8 MD5sum: 5ebaf41d7cf8ad8ee177d91fa025199d Description: debug symbols for ros-jazzy-turtlebot3-node Build-Ids: e400dead6e6666a8441ec9ba55724e49446004cb Package: ros-jazzy-turtlebot3-panorama Version: 1.3.3-1noble.20260804.181257 Architecture: amd64 Maintainer: Pyo Installed-Size: 892 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.20260804.181257_amd64.deb Size: 183336 SHA256: 0579c883dbcc2bd55a119adb36c3bb06d527e18b6d1513d26cda43d8a5543856 SHA1: 88fee46442f5c87b09eb79916649719f8696f96c MD5sum: 338c6ec619a034b63a843a0c6b817aee Description: Package for turtlebot3 panorama. Package: ros-jazzy-turtlebot3-panorama-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot3-panorama Version: 1.3.3-1noble.20260804.181257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4073 Depends: ros-jazzy-turtlebot3-panorama (= 1.3.3-1noble.20260804.181257) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot3-panorama/ros-jazzy-turtlebot3-panorama-dbgsym_1.3.3-1noble.20260804.181257_amd64.deb Size: 3466644 SHA256: f9cb6b47f7682f076f2f5cb3044b383134b646fd07930ba7e0e1553da6476aa7 SHA1: ac8818923fcfb5360a3978c5ae5be031e9762515 MD5sum: df7f72b4ed32c654a354b398c153a459 Description: debug symbols for ros-jazzy-turtlebot3-panorama Build-Ids: 6090e889ac0d14993e2bd6da418707d83ac29284 Package: ros-jazzy-turtlebot3-simulations Version: 2.3.7-1noble.20260804.192724 Architecture: amd64 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.20260804.192724_amd64.deb Size: 6562 SHA256: a1f6b089680e6f63b543dca1bc701d583f2a10b2d422372f0852401a6f11227c SHA1: 5899fe9b807c95e132461d2efe631b8d0f94b33c MD5sum: d91b8f5f7b3c7300e1d9b05ee9f1b032 Description: ROS 2 packages for TurtleBot3 simulations Package: ros-jazzy-turtlebot3-teleop Version: 2.3.6-1noble.20260615.143655 Architecture: amd64 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.20260615.143655_amd64.deb Size: 9600 SHA256: 16635b9ceaeb582e50374578af123205bb55309d578d13a04b9da91a9e614d69 SHA1: 08a7f05392223c0ad660e5c9373ff3c778a261d7 MD5sum: af80ce941916ecbcd4eede54dd0e2a82 Description: Teleoperation node using keyboard for TurtleBot3. Package: ros-jazzy-turtlebot3-yolo-object-detection Version: 1.3.3-1noble.20260615.173912 Architecture: amd64 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.20260615.173912_amd64.deb Size: 6920 SHA256: 03e88670dbd22a27858727a64b2d88c31d64ecda8057d4ebe72caea5f1cc68df SHA1: 90ca00843fd9515f71a7ba800d932d6687c76c0e MD5sum: c004f166e1ce7ff68882d100fcaf0813 Description: YOLO-based object detection for TurtleBot3 Package: ros-jazzy-turtlebot4-base Version: 2.0.1-2noble.20260615.150638 Architecture: amd64 Maintainer: rkreinin Installed-Size: 775 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.20260615.150638_amd64.deb Size: 153872 SHA256: 1a790dd5e8adb25c1fc10d287241dd360d07c965402bdafcace3a077a22ed8f4 SHA1: 7298f58cf8e59e47917ce9cc0adeddf25bd4d202 MD5sum: 813b20a6f2f584119c80d9fd09056f25 Description: Turtlebot4 Base Node Package: ros-jazzy-turtlebot4-base-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot4-base Version: 2.0.1-2noble.20260615.150638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 5012 Depends: ros-jazzy-turtlebot4-base (= 2.0.1-2noble.20260615.150638) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-base/ros-jazzy-turtlebot4-base-dbgsym_2.0.1-2noble.20260615.150638_amd64.deb Size: 4439880 SHA256: f418f91f3060d44fb6bbdc3e5e0e20df4219cde005e588cc45aad8c352527ab3 SHA1: ff71cc4de6068180ccec2faa7994b259ecd4d4ba MD5sum: 62134062840c54b4344705c88275318d Description: debug symbols for ros-jazzy-turtlebot4-base Build-Ids: 907b1a8574236c33b18f178b31e1d661f038ff0d Package: ros-jazzy-turtlebot4-bringup Version: 2.0.1-2noble.20260806.105432 Architecture: amd64 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.20260806.105432_amd64.deb Size: 12050 SHA256: fcf745095898555cc078cdb580add937e266d705c5b3d1370c7cb8a9324303aa SHA1: b030ca1e19b3051352d592955ba2267cced51eb2 MD5sum: fb22f0671dfdeb6a9639572849b04c05 Description: Turtlebot4 Robot Bringup Package: ros-jazzy-turtlebot4-description Version: 2.1.1-1noble.20260806.103803 Architecture: amd64 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.20260806.103803_amd64.deb Size: 5506142 SHA256: c42c83482efa0668f0a3b93300a3fc5dbc78be121ddb144c13715885dd819483 SHA1: a2ca2d4482a65d5f6a5eb05614de94283d9f5e25 MD5sum: 67ec42c42a5d51f020fab9ff1813ef37 Description: Turtlebot4 Description package Package: ros-jazzy-turtlebot4-desktop Version: 2.0.1-1noble.20260806.105201 Architecture: amd64 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.20260806.105201_amd64.deb Size: 5028 SHA256: c73cb1e3ae11ff2117a419a666bfd2ded4d464fcb1f88daa7c14e73baaa316b7 SHA1: 23f484ae2ec2d3672a2535cd11544a87dcdd4838 MD5sum: bc170731f8fb56c474aaac62b70ab536 Description: Turtlebot4 Desktop Metapackage Package: ros-jazzy-turtlebot4-diagnostics Version: 2.0.1-2noble.20260615.143922 Architecture: amd64 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.20260615.143922_amd64.deb Size: 10046 SHA256: d8f9b65a7dec28fc108e25e4a36e3ea0f95022068c46a73c9c37f5a5eb27d7f8 SHA1: 4b939dffa45a8a125934c1377ad988d5ba0194aa MD5sum: c7e3a1de3be41a6856f2de42002578f9 Description: Turtlebot4 Diagnostics Package: ros-jazzy-turtlebot4-gz-gui-plugins Version: 2.0.2-1noble.20260618.190035 Architecture: amd64 Maintainer: rkreinin Installed-Size: 166 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.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.20260618.190035_amd64.deb Size: 58504 SHA256: 149d7c39c2fc63a5b95d0cb9618bfea0c89bd40e1fe1d34a00a15fd64c130c5d SHA1: b5ef04a266bdf48f814d5ea3ae21f158466f26cb MD5sum: 78ea91cfc6a029cd9f4e5f8c73a4e484 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.20260618.190035 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 893 Depends: ros-jazzy-turtlebot4-gz-gui-plugins (= 2.0.2-1noble.20260618.190035) 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.20260618.190035_amd64.deb Size: 861958 SHA256: 48bca469b6bb5b9aadf6e3e55fcc49f102c153af45ddbb1b556f6cdd6849723e SHA1: 6f13415ef5d9114a47216d0886a36730b24f8abd MD5sum: f0a4917dc8a3d5a0988b59136717d8a9 Description: debug symbols for ros-jazzy-turtlebot4-gz-gui-plugins Build-Ids: 2eb357bfa6c2d8f7debffb38a5773004761bdc25 Package: ros-jazzy-turtlebot4-gz-toolbox Version: 2.0.2-1noble.20260618.171222 Architecture: amd64 Maintainer: rkreinin Installed-Size: 783 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.20260618.171222_amd64.deb Size: 143262 SHA256: 7aaf3dfb48745006d6fb179a8537c166dcd0c4009af62d7e152ac17218d5145e SHA1: 367b353328e30e9bb65273217c355e5af9c89efc MD5sum: 5053395e2cd025b9112494900a12af9d 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.20260618.171222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rkreinin Installed-Size: 3456 Depends: ros-jazzy-turtlebot4-gz-toolbox (= 2.0.2-1noble.20260618.171222) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-gz-toolbox/ros-jazzy-turtlebot4-gz-toolbox-dbgsym_2.0.2-1noble.20260618.171222_amd64.deb Size: 2856134 SHA256: e9b99f54629789ad0c55a3be99d5e823217e60da46a3756904835101c7be5151 SHA1: e125780fe9feb8fa47535342ebdfd1b50bec10e8 MD5sum: 8a7a29b26066a94df155314706e49929 Description: debug symbols for ros-jazzy-turtlebot4-gz-toolbox Build-Ids: dc2847079074ba1915430b378f4998ad04ee87ef Package: ros-jazzy-turtlebot4-msgs Version: 2.1.1-1noble.20260615.114629 Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 683 Depends: libc6 (>= 2.4), 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.20260615.114629_amd64.deb Size: 66014 SHA256: e87c36ed1d4a25f61ff21d451823f8bff47a7d5d920e432c2eeb18e7c1de1673 SHA1: 8b7844ea4874c9822bbeb62a4adc69849a6f4a70 MD5sum: ab3cb81ec76a437c3bcf969de66d621f Description: Turtlebot4 Messages Package: ros-jazzy-turtlebot4-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot4-msgs Version: 2.1.1-1noble.20260615.114629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 493 Depends: ros-jazzy-turtlebot4-msgs (= 2.1.1-1noble.20260615.114629) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-msgs/ros-jazzy-turtlebot4-msgs-dbgsym_2.1.1-1noble.20260615.114629_amd64.deb Size: 369774 SHA256: 105955aa8a3d9256f0413901d77ddd7191699ec9e65605affc2eb5e3fc4fb0d6 SHA1: 34e147615e7baae6bfd484d3e2756b51e58369ba MD5sum: bae73f83c5be0c951c02872efffcb82f Description: debug symbols for ros-jazzy-turtlebot4-msgs Build-Ids: 2da40e14507e0b003fd6b9c3dc359f39344e415a 3aa2f09527a0b222f504bf18a2b29ccf4f3dcd0c 47c731cf752e04ab11b5d3526dcf5525c82304d7 8358ce22b1b3ac2891b0e72e85898e504eb0943b 8dc641cb75ccc2d3d44058214fb81a72225b7f65 a39210b54f5197c6df65094d37061df9463ae3fc ae50e57f78a3a74857e44b5774ea9f088b9a58ea be4ea301018518b2908db7f4f272f920441ba9f7 ded2c64f433a94e9a0b0da29a77d062e2c3dc508 ec785b11e8ba1b706a4eba594bc3d4b38b1fa329 f69424b461810e2d826bef096140dd1c7cbf461d Package: ros-jazzy-turtlebot4-node Version: 2.1.1-1noble.20260615.145719 Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 2749 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.20260615.145719_amd64.deb Size: 409396 SHA256: ac90f3790e38c0df45cabbc1852ee7cbb3ced83d90eeab7effbeb0a3380d79de SHA1: 709c39cc293924e06d77134f7c387f00c5b144be MD5sum: 7fae5e962170d49d906bcb7d71ee9d65 Description: Turtlebot4 Node Package: ros-jazzy-turtlebot4-node-dbgsym Package-Type: ddeb Source: ros-jazzy-turtlebot4-node Version: 2.1.1-1noble.20260615.145719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Iverach-Brereton Installed-Size: 12991 Depends: ros-jazzy-turtlebot4-node (= 2.1.1-1noble.20260615.145719) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlebot4-node/ros-jazzy-turtlebot4-node-dbgsym_2.1.1-1noble.20260615.145719_amd64.deb Size: 10672110 SHA256: 3fecacf60a81041974f331457ee42c74dfdd544cf99949799d96419c13a15b6a SHA1: 84d2f5b5c590b4706dff314355b15894d1194c98 MD5sum: 46d880f1ef7be109fd3999d1ec496fea Description: debug symbols for ros-jazzy-turtlebot4-node Build-Ids: 147253fa65b70fae70bbff7e31a7048856070296 Package: ros-jazzy-turtlebot4-robot Version: 2.0.1-2noble.20260806.111508 Architecture: amd64 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.20260806.111508_amd64.deb Size: 5156 SHA256: fbde453c7fb5b9d4abc1c78815b479b56ad66f0ad87602418438a26eb66ff9ac SHA1: 2e0b6c202394878ed29f0fd38fa5fe945e85f1c8 MD5sum: 500a65de1712d56c613bd77555fd284d Description: Turtlebot4 Robot Metapackage Package: ros-jazzy-turtlebot4-setup Version: 2.0.3-1noble.20260615.131629 Architecture: amd64 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.20260615.131629_amd64.deb Size: 26984 SHA256: 77cbbd3c115a0e9aecd1352d9cbdaa5fd9bfcf27407ad77f93dbac53e862bce9 SHA1: 432f4360df7807aea34ddc49533fa010a96adb71 MD5sum: 835f62cbc6a1d5613a649f8d32122508 Description: Turtlebot4 setup scripts Package: ros-jazzy-turtlebot4-tests Version: 2.0.1-2noble.20260615.124507 Architecture: amd64 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.20260615.124507_amd64.deb Size: 18488 SHA256: d6c1cd1ec583a13ae8ede97674d185649b0e3dbe40c996f3062c38bb1b2d9e9c SHA1: 54d3264c03e9ec97d279ecd651644dbbc4d97890 MD5sum: eafadf5e9d74a92db10e6f2c064e8825 Description: Turtlebot4 System Tests Package: ros-jazzy-turtlebot4-viz Version: 2.0.1-1noble.20260806.104425 Architecture: amd64 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.20260806.104425_amd64.deb Size: 11058 SHA256: c301679ca49b9c5a7a7bf8a4f01dc166d80e3c4a6c6049b1b69474b3a8096db1 SHA1: 2ca93942b38774849677107c3f1fef66795e81ae MD5sum: 839e4407147806c43fe0cd90ea33c0d7 Description: Visualization launchers and helpers for Turtlebot4 Package: ros-jazzy-turtlesim Version: 1.8.4-1noble.20260615.145700 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 5949 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpython3.12t64 (>= 3.12.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.2.0) | libqt5gui5-gles (>= 5.2.0), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-jazzy-fastcdr, libqt5gui5t64, 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.4-1noble.20260615.145700_amd64.deb Size: 678638 SHA256: 76a95209a95fd50e452517671ed87d49c23f3455ca2d673b1ddc1a4f774f6ee7 SHA1: 26acb8195b912489d0461b7c3d14422e3983f3b7 MD5sum: 7b28be43a8b77e3476e5c9cc17eeb737 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.4-1noble.20260615.145700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 13861 Depends: ros-jazzy-turtlesim (= 1.8.4-1noble.20260615.145700) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-turtlesim/ros-jazzy-turtlesim-dbgsym_1.8.4-1noble.20260615.145700_amd64.deb Size: 11822432 SHA256: 9a215da15b35f21091a939a909f961453fc08313460f0e55404d8de12eb410ba SHA1: 3ca9142f8aa824efe5185cc0285d9bef27495526 MD5sum: 3abba1f3d160c346541505aab6768258 Description: debug symbols for ros-jazzy-turtlesim Build-Ids: 00e8c824b2e6b635cb8fdcdd64f22b885fec9d4f 117b1583176db7875d5c0b99c19e571f8eaf0c08 13e6b41966fe5bac2ec143e1a99701e23145901e 392f16ffde41d6e35c6b6e1a93ae539a8bd861da 3e9ddd2d66dd9963437099d8cc14b07811076b25 4c197c5c9bb899d751bbaf8fdb3447448a55e982 6421ab896ca6e4bee2ae29d4e8d381f05fe62504 830001776e2f081d08ecb4c07b8ab404035d810b 85a499fdb0f5529e0ccfd197b60fc28668e22b85 a7b641735c0a1202dfd11625dee71d25771092e1 ae40bfd1adb5897dd1a349c96e43eb9105ff60e7 c3bad8b22f84c9480f3f5048f9e49fddd35365a7 ccf5fb28f62f4f3b1dfaf06913ad67c89e4b467a eb10044766d96799c1072e90c67c854fcd4b81ae f09a45fb5deeefec84839a3ed6cd2dc2d86fa7b8 Package: ros-jazzy-tuw-airskin-msgs Version: 0.2.6-1noble.20260615.114624 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 825 Depends: libc6 (>= 2.4), 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.20260615.114624_amd64.deb Size: 83000 SHA256: f2370166211910a42e3e346bf81c0562e642a5fac7cc0b405be07b41afc785c0 SHA1: 0d31ec88a951d810eaf9fd3936de4d92beb2bf23 MD5sum: b1b91d3d75ed1628bb81bb3bea098622 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.20260615.114624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 658 Depends: ros-jazzy-tuw-airskin-msgs (= 0.2.6-1noble.20260615.114624) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-airskin-msgs/ros-jazzy-tuw-airskin-msgs-dbgsym_0.2.6-1noble.20260615.114624_amd64.deb Size: 518968 SHA256: c3839374332dc877a7851d0d5ba9df1214931e1ff1f4828d4f89e536dd5ce2eb SHA1: 6f7b99b5b2f5f18e2aa920540174abac14d4e54c MD5sum: 3cf862e952a23e841c2f2ab9f42d57db Description: debug symbols for ros-jazzy-tuw-airskin-msgs Build-Ids: 082c20498182e0019f1d2a80405855b87b3283b8 0cfb754e5afea74350d70d127864a972c95f3727 31ee6cf5a58520fa3041aaacbc85897491ccc468 38f62a0e210aa60e1d227ae49ddee4835beb7f7d 3cf070e2512a063feb040af1ff069e9c9063caea 4d6021dabe3680c59b204753e2957b06aadda45d 73a1482476fda7b7f4a90f11c19f78e4dc1f00b7 85de77d3f4d47c2cb26a915246af9c551d9cdd95 a33820858f64adff83330a8e8e957275be84df1f d3b020f572e52534ac1c5eb14655bf5b1ba98e96 f0744e6b64388842a5ad501a7778b72544a03ada Package: ros-jazzy-tuw-geo-msgs Version: 0.2.6-1noble.20260615.112111 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 931 Depends: libc6 (>= 2.4), 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.20260615.112111_amd64.deb Size: 90080 SHA256: e534aeb4bf12f2268d31af769a0d5d709c9b259be9c1ff56fe8ffa5732ecb4aa SHA1: fcc40d7c686ea15b1efa1bdefa1efc7517de6a91 MD5sum: bdcc11f5150f06a8629d2daab067afc2 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.20260615.112111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 768 Depends: ros-jazzy-tuw-geo-msgs (= 0.2.6-1noble.20260615.112111) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geo-msgs/ros-jazzy-tuw-geo-msgs-dbgsym_0.2.6-1noble.20260615.112111_amd64.deb Size: 619424 SHA256: 032bb578e9516b9f9cbc1434c172e8b759d1759482bd19d4463a6f941cb85897 SHA1: a173d77626cbf2a9e9e0739462e2af0eedf56649 MD5sum: 6223bebbfa953e766b337da54f4e662d Description: debug symbols for ros-jazzy-tuw-geo-msgs Build-Ids: 1092d3cc2195dd603c3cd6235873241dc4b75165 1ca48afd6ebc5fd0a720574d8528c715c4fb16ec 4d0a7a440d0ec7bf200db27d71059922126bd3b5 51129e434dadcb762cd652cfbbf4e44769c9e967 5a1a6e8676f0ca16475a1a7a7cedfdda6155021d 7146a762e8e8c72771cc012d3c173088fe788a87 97620ef8f4067bb6a276c13339bf7c0c01d7702f b7e99757ba8a051686939ed84879e6256e4f6ef5 d085fcadea3ec2d7cac1736fd5f69ac7d15215ec d4001f5e15654632f614b60e3486875b302613de fab112db2d7e49dfefa379499df9e26a59452515 Package: ros-jazzy-tuw-geometry Version: 0.1.4-1noble.20260615.143118 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 297 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.20260615.143118_amd64.deb Size: 64794 SHA256: dcf0af7078da2c8234113033ccc1ba539210564a2b4c7f1b97b0186405e9c585 SHA1: c4cbcfeb62bbcb68fbf6cac48413b2d9023cfbb7 MD5sum: da97163f90ef99ae5f65ae86b8837852 Description: The tuw_geometry package Package: ros-jazzy-tuw-geometry-dbgsym Package-Type: ddeb Source: ros-jazzy-tuw-geometry Version: 0.1.4-1noble.20260615.143118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 851 Depends: ros-jazzy-tuw-geometry (= 0.1.4-1noble.20260615.143118) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geometry/ros-jazzy-tuw-geometry-dbgsym_0.1.4-1noble.20260615.143118_amd64.deb Size: 817416 SHA256: 9735aa1f761801a08c7b296000f80c627e5a19f0afd57eb408ed628e2964aee1 SHA1: 3a3d147581eefedafea285b2ac12dcfc7a4d781e MD5sum: 65800f1c7bcf26028b36252d07c0977f Description: debug symbols for ros-jazzy-tuw-geometry Build-Ids: 16971668c766db0aabd8c13cc77268dc0f08ca1c 21e86afe1c2edc2966caf4cb34c8cf4990395ebc Package: ros-jazzy-tuw-geometry-msgs Version: 0.2.6-1noble.20260615.113028 Architecture: amd64 Maintainer: George Todoran Installed-Size: 918 Depends: libc6 (>= 2.4), 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.20260615.113028_amd64.deb Size: 80054 SHA256: b662aedcbcc97a76f0f227de6a39a2a6cfdd0099f1665b4719cb0c423f5ef6e6 SHA1: 980fda4fa5590ab59980b11143ed57f48adb30ff MD5sum: 223f6b239ec94179785e882935cccbe4 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.20260615.113028 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Todoran Installed-Size: 654 Depends: ros-jazzy-tuw-geometry-msgs (= 0.2.6-1noble.20260615.113028) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-geometry-msgs/ros-jazzy-tuw-geometry-msgs-dbgsym_0.2.6-1noble.20260615.113028_amd64.deb Size: 499212 SHA256: 6dfff34643ceda3c79cb20e094f1050b5a2761c81b02f26907831c4afe070602 SHA1: 20f24a51ee9052c476c9e596d7e380222b57928f MD5sum: 7e580b01c1bcd93b2a35ab2cee7d66c0 Description: debug symbols for ros-jazzy-tuw-geometry-msgs Build-Ids: 15da5f373a1989a9d030f02bac752496542b601b 249faa13eda0e2aca1c77296134f3b8dc3542759 2f46101c730f16d8c608f97e64f2bcbe67302457 6165386be1a5d7ff9739cff3639122f39522eaf1 64afc3b040a0198dc73de198439cbb64da346dc8 7054b65c6a60cd3fabff20fcd388d83c300836b3 a9444866c631b779168930a1f265a6f2b3a1ed72 beb2b6100c1475061213506c6d669623d219ee59 e22ec8270b5606153ee15d75d878eed9856066dc f1bbe64667749c3a7a88d2039434a30692c53e0d f2a427cfd54fbd0265ff8e0199a111a491c353f1 Package: ros-jazzy-tuw-graph-msgs Version: 0.2.6-1noble.20260615.113026 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1520 Depends: libc6 (>= 2.14), 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.20260615.113026_amd64.deb Size: 140692 SHA256: 1cacfb8f8412b30884d3bdf2edd79f4f9fd2dcd6df861ec8ef61e3684a60a4aa SHA1: 37803b4627088e654ca6796141f7670d5c832d5a MD5sum: abc18523304cab437a25224e026f2c53 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.20260615.113026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1280 Depends: ros-jazzy-tuw-graph-msgs (= 0.2.6-1noble.20260615.113026) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-graph-msgs/ros-jazzy-tuw-graph-msgs-dbgsym_0.2.6-1noble.20260615.113026_amd64.deb Size: 1059972 SHA256: 7cb454a61c01f67f95f2bd65fb9f87e7fcf02f623c3022c05207276e2deb5bf8 SHA1: 5e5b46b49ab9bcdd22790b8b08042eebcf528005 MD5sum: 236e4ef8c80b58d2cc0d9025c990323a Description: debug symbols for ros-jazzy-tuw-graph-msgs Build-Ids: 00eafc78a4d125f84586d541f38087702b349a88 1247bfb8956ed1b389abafb9a2a42a75b86a2237 5d67a3559875c537083e2c1b9b1ba0276f2c4c23 60241600a226cbff4eef5d94f646a1dd13e97f50 6c2e327e510c2a9d7e0461a6a84d798065584b2f 73c00e8f4f6632b8aca718a500f013bb2fad088f c21e3aee3f16a7c220041eb247a8f0f744b177d9 c5f98dcccd0aac95668654b1b4f1204fc1aa8bc7 dbd65cd78a421ecdb5746fbdcbf1f897622fb7e7 e5afde70d75ef2180488e5a5f0cdb04d8ee6d931 feecf6fff150129ef5a355d6b200ec086970d5ca Package: ros-jazzy-tuw-msgs Version: 0.2.6-1noble.20260615.144139 Architecture: amd64 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.20260615.144139_amd64.deb Size: 12866 SHA256: c6a444e5aba9e5d77f8116bfc95a89e2d21c9ba30f842faed34b763a91d3ceff SHA1: afbdb95f10420e48c6bc932a8102f49309c459ac MD5sum: ded091d13b6b429da82e04e3e441e4bc 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.20260615.113052 Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3833 Depends: libc6 (>= 2.14), 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.20260615.113052_amd64.deb Size: 281308 SHA256: d7a445444060bae0202019bd35c2306a8e6cac5ca99f5c9dd6550ba0cf88312f SHA1: 46d83fa00506bab3ab554f2b50d1414c01dc76fa MD5sum: 84730ea7346d32e5e054eff10195662a 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.20260615.113052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3110 Depends: ros-jazzy-tuw-multi-robot-msgs (= 0.2.6-1noble.20260615.113052) 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.20260615.113052_amd64.deb Size: 2577876 SHA256: f0572443ea84255c4e10d604704972c68e79f736f4acce3d6dbb45f158af3c64 SHA1: 7c056216e4e32a4863e3330866e91a8adb276cfe MD5sum: 217ee284a9c9486627dce07bf5c0f95a Description: debug symbols for ros-jazzy-tuw-multi-robot-msgs Build-Ids: 0b227d32a5ebb8c385ecdfe113c2aff1edf4697f 0d4538f5fb3425c4e049f6c5a33a0bbee334ccdf 0fe11ed7575d773ee969901eb343bd12b402e6c4 410146f2fa9c1e5fb3e70eba50da5f3863e9bf89 730b761fb678926f79d2ccca94daf1045985f3ff 7a557a8d26482f6a901865558df2a910a3964f1b 8a8ccf2eb43c64fd7002db78b88e2ec3b084caea a50b6b6aead4fab7befe36c7d1add98a19bf91fb cce1552b4958593f07207061fa6dabd307b06b45 e2d7efa3ccb629d3e01fa59c5195309b42bd50a1 fdee1977bd5da959e9d6f578f2aa9aafcbca8bbe Package: ros-jazzy-tuw-nav-msgs Version: 0.2.6-1noble.20260615.112635 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2299 Depends: libc6 (>= 2.14), 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.20260615.112635_amd64.deb Size: 176936 SHA256: 9dfeb3bddbbd93bb6b17e50ec12d168f5a5028a3056b212973a61a2a304ac5ab SHA1: 5e734bbf3ea7d43cc8172dfff2a419b97d7cf35a MD5sum: e467a88cba917d0b6295d15d963cb29a 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.20260615.112635 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1768 Depends: ros-jazzy-tuw-nav-msgs (= 0.2.6-1noble.20260615.112635) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-nav-msgs/ros-jazzy-tuw-nav-msgs-dbgsym_0.2.6-1noble.20260615.112635_amd64.deb Size: 1456002 SHA256: 70509be264f4ec4df4cb5b1ae6ad2611e4b7db682181817fa8df64b67127e0f8 SHA1: cd0f00a0e92e29449b6ef8b9a80f6302afb196b3 MD5sum: 0f32a770aa819909acfec2f36d70fdf9 Description: debug symbols for ros-jazzy-tuw-nav-msgs Build-Ids: 007b0a47f0eea56619cd452e5adbf6ec02367c25 12b65e663c4981256964087fc5aae5b47f824061 1458742384c39ee3248a7b7f07e2440bbd4412c9 1984bd58d71c67b08970dbd20e462bc2d932a120 2c9a4d564e26b80d6ec8cbeb6ab5d7fd717b5834 33dc007af0a61a85d377e5db3d337d662261ef3d 54033a06fe49573f64cdb9ea6c301138ac44a594 7d1245969a9b781cd90f9d001e3f5a0e3126cfd2 a815c1acbf2fac1750d567bbe504baf0add32035 e6fadc3317eec5505e77960b362670fa928a4f6d fc41982f076570442bf7faa1ecfac827b33570fc Package: ros-jazzy-tuw-object-map-msgs Version: 0.2.6-1noble.20260615.112133 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1888 Depends: libc6 (>= 2.14), 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.20260615.112133_amd64.deb Size: 161288 SHA256: 5be8f939218a78db9e68f3abb7ded35d801d956b8472fde44be39e4c5758ccc6 SHA1: 2887ce94a6efadace3008aed1d16270978d68678 MD5sum: 5c2c48fe8359184299e49d2adc036329 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.20260615.112133 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1634 Depends: ros-jazzy-tuw-object-map-msgs (= 0.2.6-1noble.20260615.112133) 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.20260615.112133_amd64.deb Size: 1361482 SHA256: fa45c6ce8ac9b82ee795c05da94b6b3bf25286b53e5f8ab492bddfe9abf036da SHA1: 5e4d10d67407af209da43e5171832635468e5509 MD5sum: ec4f0fd491d1631829172cf42f322dc7 Description: debug symbols for ros-jazzy-tuw-object-map-msgs Build-Ids: 05695ad5633683bae3b8980f5d1e22295158852b 302de4e39f34d3588242bd3f09d45ecca44cb357 360f424822181cc7b1866532ca0a47f60e35c2a9 5d9ffd187110e0afd35b402dd701c59b63446874 745d1e4bfd0853b2a83a0642bea6b10e699fa800 75f69b71c3531201780e2cd0e9886a82baf6f88c 7a1d95a9649a4136de258d1e3ab65df802523db8 a0431104431453f2fddbe7e93f70220a33cb5c32 a2ad13f520f60a8ab21fdc6e37909a255c6d803d b1a02942652ca9a4c03f42f7d21bbfca631b7dc2 d711c882b9d19fad9b2595c5aacfdff4c26ee79a Package: ros-jazzy-tuw-object-msgs Version: 0.2.6-1noble.20260615.114818 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2439 Depends: libc6 (>= 2.14), 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.20260615.114818_amd64.deb Size: 200620 SHA256: 08a56e6803d9a8090bd2f44906a262f728b749ae0bb511d72bb81c2e6269ff10 SHA1: 865a85a01237666ed809e17dd4c540eb91d52a0f MD5sum: 470fdeefb7fa3536f479d1153c85ecbb 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.20260615.114818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2103 Depends: ros-jazzy-tuw-object-msgs (= 0.2.6-1noble.20260615.114818) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-object-msgs/ros-jazzy-tuw-object-msgs-dbgsym_0.2.6-1noble.20260615.114818_amd64.deb Size: 1769350 SHA256: 125ce79b2fb3ba8880ddc79e3f347733dd328f05b34c0bf34006302a0bf35c85 SHA1: 1af8d276c200261a64511e3b8f1c5424f8b97a36 MD5sum: c162f09a293fc773f00f0c6737b79936 Description: debug symbols for ros-jazzy-tuw-object-msgs Build-Ids: 1360be38fadb73ca6c5d52a83cd542222e03cd67 33e13a4cc24ce8d3fa9bff16ba446d4f719bc489 34389bc9858cb692601d1dde82dcb4ea114e73e6 37025cf5c668f0d984e15f3e747bfd4c388e5597 552a23b5abe7e8678313456f9175c98a80de5110 5abb723135f6818aed7090067e684fa31ce101df 5f0898f064a1eae67c00144ce1c1d2661c1c123a 8331f9cc1c627bd218fdd471c5ce8fd41c4cc13c 8e9d875955baf5b87a927efa14c4e6ec76e22655 c7f61e1537c7a89308b3b20d86ef9112ae23e9d3 e7de6d2d1c4b4366f42763b6b421ae4616d73d8b Package: ros-jazzy-tuw-std-msgs Version: 0.2.6-1noble.20260615.114626 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1134 Depends: libc6 (>= 2.14), 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.20260615.114626_amd64.deb Size: 102758 SHA256: e5a551ff6e60c2bf941ea232c9cc8fb682a3bbc9bb4e4db1b4feb0a744fd7d4a SHA1: 32e2a904ef9962e16874af5e1a9055c72a9591fe MD5sum: f6659fd312264a613c73becd102f44ac 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.20260615.114626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 866 Depends: ros-jazzy-tuw-std-msgs (= 0.2.6-1noble.20260615.114626) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tuw-std-msgs/ros-jazzy-tuw-std-msgs-dbgsym_0.2.6-1noble.20260615.114626_amd64.deb Size: 675642 SHA256: 0887f069ee2cc05a27c2008e95766155bb9092b719b518b85c48ce120a93eec2 SHA1: 02f2686144a9eb128761771ac09b53ffa33a5a91 MD5sum: e209db1694f5aba7a702480d22210ec1 Description: debug symbols for ros-jazzy-tuw-std-msgs Build-Ids: 0960a29bc25ed50e9f96362ca1d9a8c14f73da09 0e8ffa0168026743acec4afc6b82c21ee419b531 1aef667adf3960306d1cb28011a8d70494ea34d5 1d9ba244b1a6ac130bdc317a890182f8b30d0f7b 1deeecf5d156aa7262f2b40b0719e8fc60f28e89 342a990174512c7e78431f137524ec5508b8bc7f 60e9689059564ca8202f5654f2d7258499bcf421 74707925b818d3999e9fa902e80f6d7edfdab4a2 a948b9115e32abf405a9a62d767417d53c49c421 d91758b0fd03a877e660ab6ca72618de618043ad f0a8c04cad8436cc35197162268bab0c0a4fab65 Package: ros-jazzy-tvm-vendor Version: 0.9.1-4noble.20260225.230712 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 37030 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.20260225.230712_amd64.deb Size: 9942598 SHA256: 3236303786653aab20333d680f1bec9791f0b178a0155e19d90a816b582757ab SHA1: 1d60b098f4ab079fb461b534348752ca6b74d953 MD5sum: 0b28af1f5bb0ec69dfedcbb6d72403fb 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.20260225.230712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 234624 Depends: ros-jazzy-tvm-vendor (= 0.9.1-4noble.20260225.230712) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-tvm-vendor/ros-jazzy-tvm-vendor-dbgsym_0.9.1-4noble.20260225.230712_amd64.deb Size: 222621980 SHA256: f761f6cbdad53fe52c77bc37e37c3e8a22a30ec51892eb2a984fdda9b09172d6 SHA1: 0334783943824a58eeec24a7f1e2ab5f99c3ccef MD5sum: 46e8da3ce7f0adf2d1da753159a0a893 Description: debug symbols for ros-jazzy-tvm-vendor Build-Ids: 09068bef3dac44f9d444475e0ec38842402c6888 2c3a5fe55c23b8c08ee938e60df328399656011e Package: ros-jazzy-twist-mux Version: 4.5.0-1noble.20260615.140302 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1758 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.20260615.140302_amd64.deb Size: 274870 SHA256: d37b89419fd701766a1943f089a8bb52f031679729d77c78516e71f3373dc5e7 SHA1: b008d28ce68b2242af0f25c0a838749730aceec6 MD5sum: 4b768e67174f892ded12e959bffe6782 Description: Twist multiplexer, which multiplex several velocity commands (topics) and allows to priorize or disable them (locks). Package: ros-jazzy-twist-mux-controller Version: 0.1.0-1noble.20260725.082238 Architecture: amd64 Maintainer: "Husarion" Installed-Size: 645 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-geometry-msgs, ros-jazzy-hardware-interface, ros-jazzy-pluginlib, ros-jazzy-rclcpp, ros-jazzy-rclcpp-lifecycle, ros-jazzy-realtime-tools, ros-jazzy-ros-workspace Homepage: https://husarion.com Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-twist-mux-controller/ros-jazzy-twist-mux-controller_0.1.0-1noble.20260725.082238_amd64.deb Size: 145222 SHA256: 8b4c3380c3cf8d24d1d8f26cbbcce444b4a051b04d1f20c7d378bb23285844dd SHA1: e6f723a6d92ff16212500f03d6e243228f1a1e85 MD5sum: 3efecb2cc85daf4208068da924376346 Description: Controller for managing multiple twist inputs Package: ros-jazzy-twist-mux-controller-dbgsym Package-Type: ddeb Source: ros-jazzy-twist-mux-controller Version: 0.1.0-1noble.20260725.082238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Husarion" Installed-Size: 2829 Depends: ros-jazzy-twist-mux-controller (= 0.1.0-1noble.20260725.082238) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-twist-mux-controller/ros-jazzy-twist-mux-controller-dbgsym_0.1.0-1noble.20260725.082238_amd64.deb Size: 2472424 SHA256: 15036a324e944b9e3e6c5ac3bb88e79fc58c98687ec3bc1440b819839041b80d SHA1: 97714648f577de195243a7cdf552a8558cb67819 MD5sum: e02f1c2762f0635ceb39f0254fc7ae00 Description: debug symbols for ros-jazzy-twist-mux-controller Build-Ids: 718b02e06791eb3fba67feaca7df59b54a895de9 Package: ros-jazzy-twist-mux-dbgsym Package-Type: ddeb Source: ros-jazzy-twist-mux Version: 4.5.0-1noble.20260615.140302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 8256 Depends: ros-jazzy-twist-mux (= 4.5.0-1noble.20260615.140302) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-twist-mux/ros-jazzy-twist-mux-dbgsym_4.5.0-1noble.20260615.140302_amd64.deb Size: 6863402 SHA256: 8e0e8de0229e8b0eb13b1b1e40cebe778c5a3b8ba8a048c6886c08cc0a407360 SHA1: 7e760c8c8d86d60619761e338c854da81f3b3bfa MD5sum: 3086049e146b5f25e638bca0421c8e30 Description: debug symbols for ros-jazzy-twist-mux Build-Ids: 37683dc13523150bcffefef60dea29865e24b601 38f1f406fa7affb2e5a91ee644c8bacf94c8988c Package: ros-jazzy-twist-mux-msgs Version: 3.0.1-3noble.20260615.103014 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2797 Depends: libc6 (>= 2.4), 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.20260615.103014_amd64.deb Size: 171286 SHA256: 7ed0d0794082160daebde8552ac29bab6d2dd4a07b2698f512ed95fb716763fc SHA1: 63a8ac8d739d56f44c05c3fa43427883d1dda91d MD5sum: b40fecebc4dc056e4e78ca40f0864d9e 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.20260615.103014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1292 Depends: ros-jazzy-twist-mux-msgs (= 3.0.1-3noble.20260615.103014) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-twist-mux-msgs/ros-jazzy-twist-mux-msgs-dbgsym_3.0.1-3noble.20260615.103014_amd64.deb Size: 857398 SHA256: 7498bd9531d1c44d06ff2ec00ad7dabd3c937e2fb49df623a5a8af2f8e201657 SHA1: a595cac7ba762b51006a19c01eb4655f2dc439ab MD5sum: 1992201e579f2ff4dcf18c8b82180b0b Description: debug symbols for ros-jazzy-twist-mux-msgs Build-Ids: 2953c210a69649a5d32514fe09a09a46925b092e 29a3e57c5b73ad2197c6b68060f4cd641d0acafd 5392edccd5f891a6583732c5959a6cd0570d9a73 5adb2f63a592beb25390164866d16c20f548a371 6d967b3ebe9b11ad0cd79728718c925795ba98ed 7cae3b6e5164f4b58f49a23ffc9a418252be1e78 8419a2bc6aca1749fd54dcd35cd59f94daa5cfc8 9f8d1cd731e1fb948b269f46889d93b0e916113d a9075e5e3b95d36e8c19356a890baea7d24c6bf5 c4f5002b806fdd9584cd8c57e462f462bbdde951 c9f8827829aca7b3d0285d2359955cc166d608dd Package: ros-jazzy-twist-stamper Version: 0.0.5-1noble.20260615.140251 Architecture: amd64 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.20260615.140251_amd64.deb Size: 6670 SHA256: 3923fd2ef19edb2eeb5e5d36584cc5b81ae96a8e8475aa9e5e0607537b1a870b SHA1: 116efd4160c28b241f5b638897971c51d5003ff9 MD5sum: cd39443a7fc13990f240a2d32e19c8d6 Description: ROS2 package for converting between Twist and TwistStamped messages Package: ros-jazzy-type-description-interfaces Version: 2.0.4-1noble.20260612.054739 Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 1905 Depends: libc6 (>= 2.14), 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.20260612.054739_amd64.deb Size: 160882 SHA256: be45a63ec94fa4ea00757aa5408c777bf63aa47b136506f3beca553f003a4b1e SHA1: 93846dd93ed34d1a6223fb0bba91c26734c8ecf7 MD5sum: 3f9fde94e6f737392ba804f53c5bc3d3 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.20260612.054739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 1534 Depends: ros-jazzy-type-description-interfaces (= 2.0.4-1noble.20260612.054739) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-type-description-interfaces/ros-jazzy-type-description-interfaces-dbgsym_2.0.4-1noble.20260612.054739_amd64.deb Size: 1262150 SHA256: 6dc759bde6bbe4f2f37bd9b37b77db013b2b66a253dbee355d1a40a87acaa969 SHA1: f6ee20e857b5aebe58600b9e83ad04c4e7b97e85 MD5sum: 8455fb610e5d4c9bbf442c8e7251b069 Description: debug symbols for ros-jazzy-type-description-interfaces Build-Ids: 133b412d179d4baa1b3daa44e840874f49a23647 24b4a053b7fef5a1a9e6c850c6aaa7fadfc68594 3a65d420afa062d399ef432430193521b0a71c63 4b40a860b5caad6db76fc2665f93a8919b504e06 4cfaf114a35037a04f56fdc4ae1b023e4b8873f7 615024417e268acd43c4055062af7a0e0795f6bd 652b96981b2b8f97f6abb03effaceb261c9da226 75be2ea3270548c4f1cba0185c5208cf8be8a716 97b01ac44993698557dd139c0a7c6a7d7547f506 bf54a7c1b8c9e3c079f99392950822b8074aa542 e00ce0538e54195e0248e20b372ab1a191557a8b Package: ros-jazzy-ublox Version: 2.3.0-4noble.20260804.183555 Architecture: amd64 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.20260804.183555_amd64.deb Size: 5324 SHA256: fb8839fde0c48540258c5e67398aba030986b7acdd53c80b67ec66ebb76700c5 SHA1: e7936d9b69cf8fe4361b227c4da2567efd7f2b66 MD5sum: d6492362d137ac99c2e21113c6f979f6 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.20260615.145143 Architecture: amd64 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.20260615.145143_amd64.deb Size: 11478 SHA256: a2806ae3119034e1ec26c3c8ca4145725d010b1b7eedcc92330333cf31865e5e SHA1: 5bd2436b8cbbc87cf2caa35123e05ef15b6f74b6 MD5sum: 87488efa1621d985071de1a73347f4dc 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.20260615.143152 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 3253 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.20260615.143152_amd64.deb Size: 634498 SHA256: 25b41670732d9ab91374e4ce548d85d9f320b70986f6e67b135ba98e919fd1c5 SHA1: 1c9598bf7e5fcde3bb8b88bd6040d8bf6385af5d MD5sum: fddd84a8002d16e482426798ec271b8f 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.20260615.143152 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 16078 Depends: ros-jazzy-ublox-dgnss-node (= 0.7.4-1noble.20260615.143152) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-dgnss-node/ros-jazzy-ublox-dgnss-node-dbgsym_0.7.4-1noble.20260615.143152_amd64.deb Size: 13991256 SHA256: 9bfaf92be234fbcadf2943961f17e9b379c8a21e88cf3b657da896216c125aae SHA1: 117ac9b422ef2b907a68575c333e84d2ef348530 MD5sum: 4a4d5b05a79d64f74b03f20605bcdbd7 Description: debug symbols for ros-jazzy-ublox-dgnss-node Build-Ids: 5456888c2c2cdb303fb9705fe4c29f431d68177e ec1b5bc4138f265f6cff6c1cd3fe9da34eb14b3f Package: ros-jazzy-ublox-gps Version: 2.3.0-4noble.20260804.165155 Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 3764 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.20260804.165155_amd64.deb Size: 745512 SHA256: 64883ea557fcca37ca61deb95baad90a8aa85f5d450cf01e01e4c6309843ed43 SHA1: d91db8f1e2463ef3bc24ea1b80d6528e66566012 MD5sum: c71634e43171f60fbb4ec600f0426bce 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.20260804.165155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 21011 Depends: ros-jazzy-ublox-gps (= 2.3.0-4noble.20260804.165155) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-gps/ros-jazzy-ublox-gps-dbgsym_2.3.0-4noble.20260804.165155_amd64.deb Size: 18928032 SHA256: 84263a8133c26cb6aece9a6c7e5886dd2e7722ce98436b7a7797c89bb363ce90 SHA1: 330d3145d624128202e24e59dc6da66bcbf4b19a MD5sum: 5aea511006ad406ed1c36a3512930a0c Description: debug symbols for ros-jazzy-ublox-gps Build-Ids: 90653b17051c18a30f8e0a8c1873d4fb3ba60b07 ad2a5d4f582b58435d08de1b35bacaa346ebc7ea d41b27ae8d1aa30c6bbd34a551a64e7d5901e802 Package: ros-jazzy-ublox-msgs Version: 2.3.0-4noble.20260615.124907 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 13414 Depends: libc6 (>= 2.14), 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.20260615.124907_amd64.deb Size: 820300 SHA256: 0db95bf8bc9e072edf2be40e76d6bcd2791ae566a2a673de8deb791558c1d8e1 SHA1: 503825161bc834d05f22b287169cc83bc261b3e3 MD5sum: a6f2d38d4d02a3530de301588f3dc113 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.20260615.124907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 8683 Depends: ros-jazzy-ublox-msgs (= 2.3.0-4noble.20260615.124907) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-msgs/ros-jazzy-ublox-msgs-dbgsym_2.3.0-4noble.20260615.124907_amd64.deb Size: 7150416 SHA256: 930fda955dc6713e72833fb4c0c84b2114057ebe4a206efa620ca4cc692b983c SHA1: 899de411dfdadabfd4da04e561569eece04a848b MD5sum: 6ad90a2df5afb69051028392f4d9e482 Description: debug symbols for ros-jazzy-ublox-msgs Build-Ids: 00974dab115cd611d8b70884a9656c341d0648e8 1ef07730c999735703af2e69c844087e3206c417 36881adeb6c89387c2ada0ec6004d5aa3bb401ab 40dbf93b650ff1ae23c481acae53398c3bf4f2ea 4dc867651b319025472da198d18f5d887d788fae 5edb0ad8b4c933dee89b707b65b358e466b449a0 b61bb287dafe2c8028321da33315be8a4397099a e4f3f83ace18c3129fd764d434c223b2a6b4ce44 e59a63bd884f42a70589ca210a0d232c4ffac0a0 e6528dd692007c3df3c55540af29be9f25e48799 ea1f39a6e85ec4bd776e3cdccd7380fc2452cd16 f0f0a73e01a97451aa49f0c218fb242139c42e43 Package: ros-jazzy-ublox-nav-sat-fix-hp-node Version: 0.7.4-1noble.20260615.143155 Architecture: amd64 Maintainer: Geoff Sokoll Installed-Size: 1006 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.20260615.143155_amd64.deb Size: 161862 SHA256: 132b54898d669bf867aecb8093ab19ab5dc136532f505586b04d6fe0d970ca51 SHA1: fc00630a187054733632440f7b813b07dd52a125 MD5sum: 25fe6aff10ed715d99cd33adc9bebe2f 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.20260615.143155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoff Sokoll Installed-Size: 4387 Depends: ros-jazzy-ublox-nav-sat-fix-hp-node (= 0.7.4-1noble.20260615.143155) 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.20260615.143155_amd64.deb Size: 3561560 SHA256: bc2acd876df911df24073056d8c7884b1b1310e008ebc95abb4fda7bf57d0971 SHA1: 3b38583806a04495dc72640e97e1d6ac42bb6170 MD5sum: 4afb7c3239db991732d8263719c1716b Description: debug symbols for ros-jazzy-ublox-nav-sat-fix-hp-node Build-Ids: 75528b55439ffd5ac91b018b34fde51c4eb11f2e a4a8a4446734759b25d2a537359b58be4151068b Package: ros-jazzy-ublox-serialization Version: 2.3.0-4noble.20260225.230729 Architecture: amd64 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.20260225.230729_amd64.deb Size: 12712 SHA256: af0a9ebdb2fe46899e3e84feca7f13191829c828714b5d710929752328e6e388 SHA1: b19a6ca82aa88ef2a344bff6abd535fba393e388 MD5sum: c76cc33013f1ee287fad32097894a1bb 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.20260612.065244 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1852 Depends: libc6 (>= 2.4), 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.20260612.065244_amd64.deb Size: 122074 SHA256: b2f69b95094d05501af5ab4769a609856a4aadb5cae0e4f0210a977e4a838b4d SHA1: 5f99cd74db18be55a423e21efbffff409006ded7 MD5sum: 560d7035ecfda4130edce47429dd11e8 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.20260612.065244 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1156 Depends: ros-jazzy-ublox-ubx-interfaces (= 0.7.4-1noble.20260612.065244) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-ubx-interfaces/ros-jazzy-ublox-ubx-interfaces-dbgsym_0.7.4-1noble.20260612.065244_amd64.deb Size: 849492 SHA256: 7546f33d46ef0994f4046a6414ca283819886e2ef1044755b39c9b18e3692460 SHA1: db331edbfb415b8bfe489e36d3cfcf07daadf253 MD5sum: e1d858999d56a7c9a6cfb7afc643d988 Description: debug symbols for ros-jazzy-ublox-ubx-interfaces Build-Ids: 10a811b5959ac016f7e748f3f5a05b1a8d9ae087 401a94a474647c7e602fdf4f6833bc3b7ec3b51a 7e5be8e7059317e5b2ef4c2631604c1d8354b4cb a65a102c6c1d30f313985199e1f500d93463b2b4 ad3d83b0b96ca1e75c7bd71e6a29de284efc4cbf bcbb9cef3e433a0a16cb613cb7e02f775d4c00ab c78b5e9c84c0366c36107c4224a63bfa42e662e5 c987ddc9c8ba170e42f96c6c0e8ce3dc4a85793f d1f9d4871ccf46e0c9ba1146336bea8b241abc30 d86393926b50049a8a58dce175cf78be763aabb5 eaef3a9197f1bb693c26e3857afbb25e22b64d10 Package: ros-jazzy-ublox-ubx-msgs Version: 0.7.4-1noble.20260615.125012 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 10280 Depends: libc6 (>= 2.4), 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.20260615.125012_amd64.deb Size: 627148 SHA256: 92a7ae996604b30026708bf345f3014b406d963ebc09d061c67ecabe4b36ba37 SHA1: b9f0f2c010ea403064574f164d04a0b312e62526 MD5sum: e765e7642e79cedbfeaf0985d95524e3 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.20260615.125012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 6876 Depends: ros-jazzy-ublox-ubx-msgs (= 0.7.4-1noble.20260615.125012) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ublox-ubx-msgs/ros-jazzy-ublox-ubx-msgs-dbgsym_0.7.4-1noble.20260615.125012_amd64.deb Size: 5673842 SHA256: 774e4269564e969b4fca32ce0db3463fd275345c816ceacff07313ec4bdd661e SHA1: 014865546fafa264d6a0a118d9430489b5e9b07c MD5sum: e2b365298dc942cad2da9336f8cc6c86 Description: debug symbols for ros-jazzy-ublox-ubx-msgs Build-Ids: 12614a7570b407f8fab9224c2c2b585ddea9f818 25552fbb0eedffedbb553620edd894123ffead65 315247407caea7469fb0360a096af0f9ad9ed454 40f60b27805d8ead39d8047eb2908dbab5232fcd 54ba8ff8e0fc3a5f1d3b9570a6e7f108d2c24fa5 66702c590a95db0bce1751b00a31f8f989075fd8 6b51c04f06b6bd201aa33ca937afbff27408f95f 736d22b3a2c64ca0ee247e32be5dd340965e5dfc a0064783b4b11c995fe43494895b53b6d70e17c0 a936effbc3a400ad855a33a2f444b029bbaa33bf f3df5ca78b1cb49ac7be1907d6113c16be0f8d50 Package: ros-jazzy-udp-driver Version: 1.2.0-4noble.20260615.141818 Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 833 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.20260615.141818_amd64.deb Size: 179592 SHA256: e06241f7b6cf1ddc938202d7d6acd1c6ad2d47a0b4ef91b7dbc75a06270fb01b SHA1: fa14d2dd36c5c989f908533d279abf18e89496dd MD5sum: 3ba3089e1dd1f8f36deceb351bba8f15 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.20260615.141818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 4130 Depends: ros-jazzy-udp-driver (= 1.2.0-4noble.20260615.141818) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-udp-driver/ros-jazzy-udp-driver-dbgsym_1.2.0-4noble.20260615.141818_amd64.deb Size: 3544360 SHA256: 2527f7b6eb3c5555249f7ff17e546662659f1f5b0f526a0ffeb304c2595f590f SHA1: df3b6a9a5beae564c1af86030d609df3cc759780 MD5sum: 8dc88e9101779aea0bd9491e39e32dae Description: debug symbols for ros-jazzy-udp-driver Build-Ids: 1885bb1405ed9dc382c5e87632b18f6e27d8c629 1be531290786a699ba9a00994bca46f99fdd3014 40e811fc5174a0eed78a2a7eb3c8c54beac9f394 87c0dea62174f41321cf3ac7c1368980965c7786 e8a404308ef5a469b3ef6f4d9c15e217ccf4ab3f Package: ros-jazzy-udp-msgs Version: 0.0.5-1noble.20260615.114634 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1293 Depends: libc6 (>= 2.14), 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.20260615.114634_amd64.deb Size: 115678 SHA256: 0c5912065ef69fb88bd706ce714124c413b8de1b6a415a86480f620ff2ec5819 SHA1: 12315fea7aaf7be0e1aae57adb05e2c1c372d20f MD5sum: ffd64e88db9a9c650e96b7a8c9aa5532 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.20260615.114634 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1002 Depends: ros-jazzy-udp-msgs (= 0.0.5-1noble.20260615.114634) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-udp-msgs/ros-jazzy-udp-msgs-dbgsym_0.0.5-1noble.20260615.114634_amd64.deb Size: 799322 SHA256: 092e7f9d045bf7bee8c59737b6d2ed770471b5effb0a0eac2b91a7e803799e15 SHA1: 3dae4e7ae0055debc423daeb25d2a3406e9618d7 MD5sum: 2ee0146a98615c47b8ac120bdd7a9bd1 Description: debug symbols for ros-jazzy-udp-msgs Build-Ids: 0b3d45905d4be937dbaf3e8580da2a7884caf4e2 1a7b97173185231c2681ada502d194399231dde8 2aca89f259f1988def3ee1cbd304c9b97b59b463 431e2680893b8b64dd88553677788bc2603d52ec 53cf36ce6bc105c8734d77c7bc8e9f00b98cb044 720b76da542e334032bd7f424c6ed71bc171343e 82ab64e05ffc90d77b4aff53d2f9db9956a469b4 bfd3e46fbafa9a9b334caad4e8cccd7a87037fe0 c997ee56d9e7b0c88c7286b409f19647a0fa1a36 cea0afe331ac515d989509796353592f20221d9f d747fb9b966909079be8acda07b72c389765ef91 Package: ros-jazzy-uncrustify-vendor Version: 3.0.1-1noble.20260225.230730 Architecture: amd64 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.20260225.230730_amd64.deb Size: 8308 SHA256: 6221cc4f9366ce0dcf0497170345fec44e32dd76dda6fc86d69598a8af75c568 SHA1: 5dffbda168339f1f0d18a9bc86455973e0a4cbdd MD5sum: 98690417081b343a14f92b401da6acee 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.1-1noble.20260612.052108 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 432 Depends: libc6 (>= 2.4), 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.1-1noble.20260612.052108_amd64.deb Size: 40974 SHA256: 9d52da71120e2e40c01da5860d01ecf6442bb483d4b860185bd6333a61e454ae SHA1: 9f55c6768f8c6fc548c8dca3989846931b58941d MD5sum: 067f00b17d652d6bc89b166e51b8734a 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.1-1noble.20260612.052108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 252 Depends: ros-jazzy-unique-identifier-msgs (= 2.5.1-1noble.20260612.052108) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-unique-identifier-msgs/ros-jazzy-unique-identifier-msgs-dbgsym_2.5.1-1noble.20260612.052108_amd64.deb Size: 166180 SHA256: 5b661c7ef43f06204b907e83e9c8020e267df7b83fd9b3fa65df3cc20d977d10 SHA1: 35c578582c6796187946cb6b898f8c933c137e4e MD5sum: be78aafceddcd1e079742adfa11a5c85 Description: debug symbols for ros-jazzy-unique-identifier-msgs Build-Ids: 1ba271cc3bb126f1d3f287925af91f62a6344dad 6a0ea328fd95556be4a0ce79cf26c273a0702193 7460c3e07cf5e92fa8cbd9ce748c6b5810c7d1bc 8d138737447817d8f94835e5eb11260b57206ab9 971469361d9459594b05827f5fae8f37b14b0d62 9b7f6fd8540b6fff3aeabdbc7914c22842d6eba2 cf7df4b112422191d0e14245a50172590e098aae d29073c053d86975d7b9d6dad74efa347a1c873b d9c8b9a6f9f61686b1dc07e30980c85b4d9f086c e786a94fb18e0a57556e5744ec24cbe78a6714b3 f29fb33baee322a181b7d24d401afc98dc6f4742 Package: ros-jazzy-ur Version: 3.8.0-1noble.20260806.104334 Architecture: amd64 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.20260806.104334_amd64.deb Size: 5840 SHA256: 6463a42f0af6a21999a2bbe6ef7e9d444dad8150eba0ac347626d0a63a12c673 SHA1: cfcd429abb0803c74d9c811567cb18e8827257c1 MD5sum: 8f7e1fe58c73ccd67848eeef18eb5de6 Description: Metapackage for universal robots Package: ros-jazzy-ur-calibration Version: 3.8.0-1noble.20260806.103331 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 194 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.20260806.103331_amd64.deb Size: 56660 SHA256: b972a1b482ec23cd805906abf9526c5907d9a9d8f7adc680ff73b4075dd2c7a2 SHA1: c4ad6466b539a90275fc9e2bf7eb73b5b8e828b8 MD5sum: ddbf14675e35d1cabba76fbbdb3b0910 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.20260806.103331 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 1566 Depends: ros-jazzy-ur-calibration (= 3.8.0-1noble.20260806.103331) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-calibration/ros-jazzy-ur-calibration-dbgsym_3.8.0-1noble.20260806.103331_amd64.deb Size: 1533766 SHA256: 49c0fdb6423a54a66dbaa814ae5df6a10d8a55ce840f424d9ed2c15d465586be SHA1: 0acbc8501d5e02ecf8f44693c4c1359f7514cf49 MD5sum: 5ae67bfe2acd6b692cdc221e6aea5ef4 Description: debug symbols for ros-jazzy-ur-calibration Build-Ids: bfef909c3801d80976d9acabb47e6b0ea093c8b8 Package: ros-jazzy-ur-client-library Version: 2.14.0-1noble.20260720.101505 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 2089 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.14.0-1noble.20260720.101505_amd64.deb Size: 550480 SHA256: 410441dd0092e079fd0f6cbcfe01daf9287dd3c8e8c862d82d93206bf5c01d44 SHA1: f2a2b3810ed982529b31fa3fdc2210d5d0c23ce9 MD5sum: 5d18e6ea27d4ee1d5e69ec30493e88f5 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.14.0-1noble.20260720.101505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 7919 Depends: ros-jazzy-ur-client-library (= 2.14.0-1noble.20260720.101505) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-client-library/ros-jazzy-ur-client-library-dbgsym_2.14.0-1noble.20260720.101505_amd64.deb Size: 7475350 SHA256: a6dd1b7461909b8b98dac8bd5cc7611fe50970eb590f4999c73017c01a49ea67 SHA1: f6d9333631b3cf211edfd266aa02649b1c4cc150 MD5sum: 6e4f61f24f78290908cc58b435ed4d6a Description: debug symbols for ros-jazzy-ur-client-library Build-Ids: 1d54c64c62652d33cf0a36ad41ec2b808858581d Package: ros-jazzy-ur-controllers Version: 3.8.0-1noble.20260804.185941 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 1955 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.20260804.185941_amd64.deb Size: 435452 SHA256: 08567e572e0d0160a9811dd049ad34b02500761a967f71845cb58a479330ca1e SHA1: 940b091ee3d176d30762457ab6ec2cfb057514c4 MD5sum: f7c6250487f1f702ba390dd82a17f0ef 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.20260804.185941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 9567 Depends: ros-jazzy-ur-controllers (= 3.8.0-1noble.20260804.185941) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-controllers/ros-jazzy-ur-controllers-dbgsym_3.8.0-1noble.20260804.185941_amd64.deb Size: 8684788 SHA256: 00c785cf17f530281d7a2c5f72d70e4978e85ab430558e1560eca7679c03bbca SHA1: bfadafdc8caf7e220ded4cacb29ccd8d9f174117 MD5sum: cad6ca83ae0bd30d19a2f880df8cebcf Description: debug symbols for ros-jazzy-ur-controllers Build-Ids: a49cdd5bf4a5d203ae6fcc7e3a036d7257c83738 Package: ros-jazzy-ur-dashboard-msgs Version: 3.8.0-1noble.20260615.103026 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 12532 Depends: libc6 (>= 2.14), 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.20260615.103026_amd64.deb Size: 707044 SHA256: 322c66f63d6779a71744161e443e2957edfb4620b5f24b918ffad674c15f4bb7 SHA1: 2e14cb0ec2e73ce9a8018b4c7366ae242339c706 MD5sum: 807cd161046ec7d6c88ee8b9531e90b5 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.20260615.103026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 8770 Depends: ros-jazzy-ur-dashboard-msgs (= 3.8.0-1noble.20260615.103026) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-dashboard-msgs/ros-jazzy-ur-dashboard-msgs-dbgsym_3.8.0-1noble.20260615.103026_amd64.deb Size: 6846460 SHA256: 587e76d970b5de0639ba3964abef1d439824649d862bf0185759914d361566e6 SHA1: cccc92e8ed3ccf3bdc79367d04542b5475bc7b73 MD5sum: 1817596f8f231b6fe83c263cb93c05d1 Description: debug symbols for ros-jazzy-ur-dashboard-msgs Build-Ids: 2c7ed256eb62f6e6064d78559777ce6af4584ddd 479bb4fe52acc671e5db150a7514344e21a613ca 8d103ba6647922ee979d39308220bb69fe86b8a8 93a42cf234c8a8bc31f7eee2caa9098285a5c93d 99d97f87369222691b07280862d0f1d47654778a a91b8309c3bf28bb403f708acc02452d472e24cf b37d16d44bf1e9f1eefaa4cb547440f19b9cf65a ca8f68c848dab3cdab6605400ec1481b4710911c caff4e24920347fec3435f6c1c45c3ce32eb304b e3daec6202345f913a80b898ca6ad4466283c136 fef1901e385e5c47e4bfd24a37c1f3aef2038128 Package: ros-jazzy-ur-description Version: 3.5.1-1noble.20260806.095957 Architecture: amd64 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.20260806.095957_amd64.deb Size: 22115356 SHA256: 212590658db349c07fddcaa0f373503cd9535b5420fe1c32f3f65769e0a167b8 SHA1: e427237d4a5a04070f6d792a519f68b3ea0b64e0 MD5sum: f3c9645920f966d088d0bc7e520cd269 Description: URDF description for Universal Robots Package: ros-jazzy-ur-moveit-config Version: 3.8.0-1noble.20260806.102519 Architecture: amd64 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.20260806.102519_amd64.deb Size: 16786 SHA256: bb5aa4292bea593e55ee3f54c50364a1a63ae94d63be3b9ff442be358a471718 SHA1: 9dade3e3016eb97d1341a239a3fab3809b913a22 MD5sum: 8e9fd14314725c31302028e5751c53ea Description: An example package with MoveIt2 configurations for UR robots. Package: ros-jazzy-ur-msgs Version: 2.6.0-1noble.20260702.135335 Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 9209 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/ur_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-msgs/ros-jazzy-ur-msgs_2.6.0-1noble.20260702.135335_amd64.deb Size: 581464 SHA256: a76ff20961290ec55a94f53dc4393dc480059dc0ce360b62fb9ff3a68cfc3823 SHA1: 4480afb0feb34b03dbd5f23065c20533f0fa8634 MD5sum: e4fee169931387586db4f8979271dd40 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.6.0-1noble.20260702.135335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 5541 Depends: ros-jazzy-ur-msgs (= 2.6.0-1noble.20260702.135335) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-msgs/ros-jazzy-ur-msgs-dbgsym_2.6.0-1noble.20260702.135335_amd64.deb Size: 4264028 SHA256: e085609f975ea333f066545cf2965c6993ff8d76b9725cefcc713e19dfffe05e SHA1: 6227684ab044992087b4f0bae80044f720dc1cda MD5sum: fcd51ca251235ae99f878620b1e415a0 Description: debug symbols for ros-jazzy-ur-msgs Build-Ids: 019c8e7a5b03da33c1a0dd39d46deb8a0e0848ef 565978d67302d45fe3a1db4f404464ebd1f062a9 5e90aecce48d86a03b66aa8267d5546d26e4b85b 60763a271b59ef12952e8979c3204790be39b85a 70d2c6dabdad10b754dea7fd3ca94fc56a95bcd5 74ada020319773825dbf6713786a1bb04582dde2 7571c3efc941b4ec7e2804b0124a4ab28cc2d5e7 7f8f9bfba3214a09172aeb9a9fdf975ffa30c6a7 9c44f2b17f36c12ce28b2b6658b748a493114195 bf8221654e07a251bd77230b928787ee82ffee8e c88441eef639e53beecb330584a05c0265ce1ac0 Package: ros-jazzy-ur-robot-driver Version: 3.8.0-1noble.20260806.100524 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 5974 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.20260806.100524_amd64.deb Size: 1101704 SHA256: bb9c023a2f5a081b1722527db7adb391bc934c3e65a1d51f2c28052aaca13c0b SHA1: 612dc4652146fdb548fcfb14c74300e32a3eb5e0 MD5sum: 1adbc8df06fa77ed01cf6d12c1e91df4 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.20260806.100524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 27081 Depends: ros-jazzy-ur-robot-driver (= 3.8.0-1noble.20260806.100524) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-ur-robot-driver/ros-jazzy-ur-robot-driver-dbgsym_3.8.0-1noble.20260806.100524_amd64.deb Size: 23319270 SHA256: 6940dac3e2725ae362feb17d417abfbd8e0234220fe922ed4ab7326119b10660 SHA1: 2f71ea6323fc48e7d27366523dba098b60579adb MD5sum: caabde23ea40f0bd6c463c21a3017ce3 Description: debug symbols for ros-jazzy-ur-robot-driver Build-Ids: 14702dc461fa0dcf8fac47c0433d97a4390e6000 5884677eb29dcf771885680b9d3fdbf9d50f7efa 7de7869fd0f4f5754f7de4391ff081a2f7349f08 a7b569455a9a7dd3f3704d20d1df16a58c010f27 b34d9b5281eb2180d7e33f3ffef9b8b138034af1 c1a1f513b21d6d52912f74913bbbdf1b0fd656a4 Package: ros-jazzy-ur-simulation-gz Version: 2.5.0-1noble.20260806.102626 Architecture: amd64 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.20260806.102626_amd64.deb Size: 11290 SHA256: f86871816ce50f13bc47322f4340fd4da88f664c38b6d265b7e903d8771b36f6 SHA1: c5783955bb217aa34125754991f3fab776264850 MD5sum: 54bb8dec9de01c7a83ba0c80733fce0a Description: Example and configuration files for Gazebo simulation of UR manipulators. Package: ros-jazzy-ur10-inverse-dynamics-solver Version: 2.0.3-1noble.20260806.102531 Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 1754 Depends: libc6 (>= 2.14), 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.20260806.102531_amd64.deb Size: 713482 SHA256: 1354a5c8d757b064f69fd813cc748b5154c4ec5c6b4c3fca841ed135db7188c6 SHA1: 0bfa8145bcf2cb61280df5f9be254eec71f9143b MD5sum: 1d2579c362c848d74506d21a13036aa1 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.20260806.102531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 25 Depends: ros-jazzy-ur10-inverse-dynamics-solver (= 2.0.3-1noble.20260806.102531) 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.20260806.102531_amd64.deb Size: 4290 SHA256: 31597d7856692e34bfc19a664563745428a6c437cb5a393dd006dc441d2bf1c5 SHA1: 44b09481d09a8e5a29f6c03db8473bea7f209ba1 MD5sum: 4e01edcbe637c3f33d58203fbdc22edd Description: debug symbols for ros-jazzy-ur10-inverse-dynamics-solver Build-Ids: 31835462aa7d15fa55e6d4509b0971280c7e4eda Package: ros-jazzy-urdf Version: 2.10.1-2noble.20260604.025729 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 366 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.1-2noble.20260604.025729_amd64.deb Size: 104762 SHA256: b1eba7777ff82c5fe4b0e836a5ea93e302728619774adbd72503864d5441f267 SHA1: ba24827e417cd6c8e7b6467cc97a08950b3ac4a0 MD5sum: 7bfd1d7249a60a19ff86652ced753088 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.1-2noble.20260604.025729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1263 Depends: ros-jazzy-urdf (= 2.10.1-2noble.20260604.025729) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdf/ros-jazzy-urdf-dbgsym_2.10.1-2noble.20260604.025729_amd64.deb Size: 1185332 SHA256: 9ba90e9e3199ecd9168577ba2dee1bca2922c4fa43838112bcfb62869a353152 SHA1: 14035a97b483631be0920752f3ce5e1f2589f618 MD5sum: bd4dd6823abc99cc6953f8e59a71177c Description: debug symbols for ros-jazzy-urdf Build-Ids: 73690c07ea01c9421b9379906c91ab0bd503e56d 8e7b3006f3f5efc58afcbee47f4e3d60e4bea6e2 Package: ros-jazzy-urdf-launch Version: 0.1.2-1noble.20260806.100009 Architecture: amd64 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.20260806.100009_amd64.deb Size: 6446 SHA256: 4edb59bf235629a9e9314ef0dd46d3e120cfdf0045fd1a7dbe66e416ba6ea182 SHA1: 9003d3e2e86d5b759ce81094a8ca41e4972ae98c MD5sum: 6eb3749f3a41cfa734bdecff291b2f11 Description: Launch files for common URDF operations Package: ros-jazzy-urdf-parser-plugin Version: 2.10.1-2noble.20260603.151118 Architecture: amd64 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.1-2noble.20260603.151118_amd64.deb Size: 9598 SHA256: 82793f4a70fad79000ca0925a1c3850969dd140b179de70e22a664bac7dd0cee SHA1: 5a40246b7a7c05aae68e8ccecb8154ed9aafce06 MD5sum: e02fc9e5649ff675e012289bbcac9e2b Description: This package contains a C++ base class for URDF parsers. Package: ros-jazzy-urdf-test Version: 2.1.1-1noble.20260615.145450 Architecture: amd64 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.20260615.145450_amd64.deb Size: 9582 SHA256: 3ae966d301e66143156d52a81ee5e68d4ba206d0d052d405e7bcf76f87fa6166 SHA1: 3c1d99960d085ab359d8b52c3b72d627d6883224 MD5sum: af5204c9a5a8346f5ba76c842250be42 Description: The urdf_test package Package: ros-jazzy-urdf-tutorial Version: 1.1.0-3noble.20260806.102615 Architecture: amd64 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.20260806.102615_amd64.deb Size: 731350 SHA256: 60f6d5439a667d5cb123632b2d8f4d814f52a574065ebf3ac0e45e0a11c2a5c6 SHA1: 24b616e231f2793d78d3bfd81928fb1b91a7d266 MD5sum: 13f095470b098a9f3b4d5fce9d0d035a Description: This package contains a number of URDF tutorials. Package: ros-jazzy-urdfdom Version: 4.0.2-1noble.20260603.151654 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 428 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.20260603.151654_amd64.deb Size: 72376 SHA256: 4bd6f2f5ee451c6b33611df8cd19bcad2dfd7e1db3469240a7ba24da0bf2a6d0 SHA1: 1193a41f9251160d8b7085706a70dc1af4b43f44 MD5sum: f8c61f0ae7f71ea0d5e3b6c835576271 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.20260603.151654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1886 Depends: ros-jazzy-urdfdom (= 4.0.2-1noble.20260603.151654) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urdfdom/ros-jazzy-urdfdom-dbgsym_4.0.2-1noble.20260603.151654_amd64.deb Size: 1232160 SHA256: cd5bd38d34228749543a533b767a4c73aa9e4e96ad381848322cae8057bf7ca2 SHA1: 4d4c2572dfa27984e386117934609dd51a5b9b13 MD5sum: c814fd0cf63b1041bffc66722828c693 Description: debug symbols for ros-jazzy-urdfdom Build-Ids: 127ba8418c44c6f3989dfee68a1e51e8e5fd43ef 2c7d27d27e69680ffb4248b7e35ce82ba5fefbed 396529d648d9089cf62122b0b68ae4c1ed62218b 58458313ebab72c62a7cd85fdfb193e093427731 ce5274a67a5a3983be9bc39b2858e747094af10c dc72000382d9bd6d729027975edfc41247dfa12e e15d803bb23f310819462bbee8bf09deef291382 Package: ros-jazzy-urdfdom-headers Version: 1.1.3-1noble.20260603.150728 Architecture: amd64 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.3-1noble.20260603.150728_amd64.deb Size: 13438 SHA256: 52773875f4ba96392f406a4c392ceb1d23aa2e53666d8314016811060192e666 SHA1: 8e90414c1499accabc4d1c73dd43fe03b04083ba MD5sum: a65535a32e77cdbb7e616c9c76afbc94 Description: C++ headers for URDF. Package: ros-jazzy-urdfdom-py Version: 1.2.1-3noble.20260615.145454 Architecture: amd64 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.20260615.145454_amd64.deb Size: 38664 SHA256: 734d07cc6611b9553de910d03a1b64862a740c738c42739d8e4ab699dfca9830 SHA1: 44cf02f0f02a9fcfb8ce59488da53400245747e0 MD5sum: 9d1a5f6f3318aaa490fdc86e420e82e7 Description: Python implementation of the URDF parser. Package: ros-jazzy-urg-c Version: 1.0.4001-6noble.20260225.230912 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 311 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.20260225.230912_amd64.deb Size: 41300 SHA256: 3be5d63e43c843c89daec74e24f970f81c5fc191700157f1fe3d5fa3e6ae9933 SHA1: 034a69d33c27f93b523af488f1c5ba4bd154b2df MD5sum: fe4a48f208de9a161acbe8ece13bc348 Description: The urg_c package Package: ros-jazzy-urg-c-dbgsym Package-Type: ddeb Source: ros-jazzy-urg-c Version: 1.0.4001-6noble.20260225.230912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 199 Depends: ros-jazzy-urg-c (= 1.0.4001-6noble.20260225.230912) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urg-c/ros-jazzy-urg-c-dbgsym_1.0.4001-6noble.20260225.230912_amd64.deb Size: 98676 SHA256: 2b37b2734f6af4e2a1fc876e5cf86b1e5d370d641240d32fcbab6e5dbdfa1987 SHA1: 7b97a6c7b747ae6abf168a246e6cd8d1d8f9b660 MD5sum: c926482bd66f619a06acea2cac0fe232 Description: debug symbols for ros-jazzy-urg-c Build-Ids: 2272db933ac8fbd2e954bea3e3a9571f23fb3d70 3763c6f2f296aa8c7b10627d8367bebf16a7c23e 43750314c081c7a54242ff1fcf5971fdfc215c83 6896e11485d53db6321af0c343879462c7ebb9b6 6f89e8043587f70b2aac611cab4041d62d3e0ee9 82f2181e4c14c3ed5dfc4dd4018a5f0bc5f2c76f 96614a3abe90eeb9d0cddbce9eba8ccd0fafe495 b237b98572cbc0d26027acaa0b3109281aa44134 b3592b773981e3ef9c208f4a0302b7a8fe870f6b b5835354073dab411e6fd45c2a587d046063cbfb e56e2a23eb9d84c3ddc5678ec0d2be8bc558018b e8b3e4431f2cd2ad19b7807c10085eeafe190b34 Package: ros-jazzy-urg-node Version: 1.1.2-1noble.20260615.144706 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 613 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.20260615.144706_amd64.deb Size: 184900 SHA256: 0477b08e52d3448e06f6aa305e2c0d18022268f6cf2d7441eb443f36e6c76505 SHA1: 7ae19686fa8a38aedbbc6a24fc6f91d5fe7ed77c MD5sum: 44e47d25e7aa405509f052578a5599d8 Description: urg_node Package: ros-jazzy-urg-node-dbgsym Package-Type: ddeb Source: ros-jazzy-urg-node Version: 1.1.2-1noble.20260615.144706 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2377 Depends: ros-jazzy-urg-node (= 1.1.2-1noble.20260615.144706) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urg-node/ros-jazzy-urg-node-dbgsym_1.1.2-1noble.20260615.144706_amd64.deb Size: 2225634 SHA256: bc280eecbd43cc27a18e4f37f6d3982e0ef8f14b9cc1199264a470f1fd35c5ba SHA1: e4a48f2349b7cd2ff969ba871fc2253160d3c296 MD5sum: 1ace51e1d1cd68ffba1ff50ffde3ae63 Description: debug symbols for ros-jazzy-urg-node Build-Ids: 38fb7c3f38d1cdd9712cc0da1e5671141f3dc36b c962286d9d5df48ab8c9bb278249ea2dce640880 eaee551bc624905410fe13fbbc58d6ece8798941 Package: ros-jazzy-urg-node-msgs Version: 1.0.1-9noble.20260615.125026 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 455 Depends: libc6 (>= 2.4), 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.20260615.125026_amd64.deb Size: 43078 SHA256: fbdc53c294b7595fe74ec9fa15b07195a06058bd5cace05d8910ec06866af6fe SHA1: ac346a9cd8799f5e0034cdeda22e32d3d4c0d51e MD5sum: 39ae750ad64ab589cd61cd901d15890e 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.20260615.125026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 258 Depends: ros-jazzy-urg-node-msgs (= 1.0.1-9noble.20260615.125026) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urg-node-msgs/ros-jazzy-urg-node-msgs-dbgsym_1.0.1-9noble.20260615.125026_amd64.deb Size: 173352 SHA256: 6a87dc5a8eaa442b48a4b5ce5e7321080b6e145aa9a399e7b132786b52226184 SHA1: 17a6c48e00125cafa5afa6f7f97cc7d7c4fb7dc5 MD5sum: 536e387d8c2e049e220c713a71a589ce Description: debug symbols for ros-jazzy-urg-node-msgs Build-Ids: 0db9d19de3c60d22c831ab03ec9e09a55e901b88 5bcfcbe6e12cf99fd845c3da2ddaa7f3f659c8ff 765e244c01ef222130d74db7208d2f0cc7443243 82f337d1cd59413508d653011fcfeb1dd5cb5b10 8f85b732e3784d9c3febbc0540f2718486c6fa17 904a023f3868f8e58cbdb359da5b592be251fcc7 a58934c9d7fda3875cdf20395bb9fb3d4f4fcfe9 b13c831cd84db4dbe9e6bb48105f01ad3d3496ec ba4ac13c0d4299945d3c84c99d5a09cf4f3ce159 c1ab63b85e3d1a2eee5d6bf03476753aca999cf0 cd1e858f9c1f01ace1dc42d354964f944b53bde8 Package: ros-jazzy-urinterfaces Version: 9.0.0-1noble.20260629.164430 Architecture: amd64 Maintainer: "Universal Robots A/S" Installed-Size: 7375 Depends: libc6 (>= 2.14), 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-ros-workspace Homepage: https://index.ros.org/p/urinterfaces/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urinterfaces/ros-jazzy-urinterfaces_9.0.0-1noble.20260629.164430_amd64.deb Size: 450860 SHA256: 349a9e7fa6afe85e2b1001ae9310d21b9e7512b9760071ca2155e17e6c46d39f SHA1: 5f0f7ca8970ebdaedc9f59314399141b3ffd3a8b MD5sum: a142a4a690ff42bbd56cb08b125623dd Description: A package containing ROS2 ur message definitions. Package: ros-jazzy-urinterfaces-dbgsym Package-Type: ddeb Source: ros-jazzy-urinterfaces Version: 9.0.0-1noble.20260629.164430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Universal Robots A/S" Installed-Size: 5281 Depends: ros-jazzy-urinterfaces (= 9.0.0-1noble.20260629.164430) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-urinterfaces/ros-jazzy-urinterfaces-dbgsym_9.0.0-1noble.20260629.164430_amd64.deb Size: 4216698 SHA256: 98c01083041c2d9cdc34d7dc6ea66ddc759296ec3cce648d76d7e4dc22fcc970 SHA1: 4c73b245c1fa4bfea5a96548d77016eab02f4cac MD5sum: 3881c3e78374acc5b170582d9120d180 Description: debug symbols for ros-jazzy-urinterfaces Build-Ids: 2165d6fb8553b2bd1e3cc48fdeefa4bc32180711 2da37863db49add0d959d3a2efc5d2e24785bcfa 2dcd4a3c049ec0efa2902cc0f2589bedd6aaa308 314a21bf1b16bb2ec141b961380c213d4c9fc597 47e98dce82a19e2fbe5e7f71dc9972dcb3ae5fd9 5453a11dd619c7e1f072fae04fb900854627384c 67e9ee8579ee84ee29cee45a1dda8b8f1478ebc7 82644a7f796fbe6a2990d599bcc98f8c83cc294a a894e6eead20910e3ed2ffcfc878322006bb8bbc e4c2886f6c85f959cca6d23512304947d53d0447 ff4602c7fa336d681f8590800a8b20d2ba58e47c Package: ros-jazzy-usb-cam Version: 0.8.1-1noble.20260615.174515 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 699 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.20260615.174515_amd64.deb Size: 168592 SHA256: 5a99c7af21d39f332647b2236012e23d870690c71059dac756128d597f7018c3 SHA1: 3123bd4117a883d76606af6960f92e541d635cac MD5sum: e1353ffd79d6e02953e23601962faa30 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.20260615.174515 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 2659 Depends: ros-jazzy-usb-cam (= 0.8.1-1noble.20260615.174515) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-usb-cam/ros-jazzy-usb-cam-dbgsym_0.8.1-1noble.20260615.174515_amd64.deb Size: 2460838 SHA256: cb049c83a81818b0a4c70a2bd0ff069000b936ea46828c0e62333b141b1c7e87 SHA1: 352b739a30ae018041436b54aec78cbc94661f6c MD5sum: c2a27821d7894bbdec18e285bbc241e3 Description: debug symbols for ros-jazzy-usb-cam Build-Ids: 0ee61ec0abde0299c18edc68fa32beb4bc5e66ba 117a5290e615dcf192a081c4035fd7c4a63a6cc2 b4713debd9b372b14627ae60b38318312aebeb01 Package: ros-jazzy-v4l2-camera Version: 0.7.3-1noble.20260730.080457 Architecture: amd64 Maintainer: "Sander G. van Dijk" Installed-Size: 777 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 Homepage: https://index.ros.org/p/v4l2_camera/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-v4l2-camera/ros-jazzy-v4l2-camera_0.7.3-1noble.20260730.080457_amd64.deb Size: 193246 SHA256: e9db7dae2079e2ddc127169c1de85e507b8a0454ec2cfec61a4f50dbb5c6c7ff SHA1: 78cebc8215b9b1ac32b9874f88db0b5286f05c5a MD5sum: 5098e1e0a5f221917f1beb10ae341653 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.3-1noble.20260730.080457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sander G. van Dijk" Installed-Size: 3902 Depends: ros-jazzy-v4l2-camera (= 0.7.3-1noble.20260730.080457) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-v4l2-camera/ros-jazzy-v4l2-camera-dbgsym_0.7.3-1noble.20260730.080457_amd64.deb Size: 3533030 SHA256: e6fad69dacc0621359b84c4b223d74904476247659eb799c935503045540d864 SHA1: d6af276af823f4d7856ae155e44538f2e24f8d0d MD5sum: ef998f681c83bacc422f498b8dd56a25 Description: debug symbols for ros-jazzy-v4l2-camera Build-Ids: 2e385865f160dc76df7a848c2bb1af90f0166f13 9b9f3339e9ca8d5c8155d055c5d583b57a8c4efe a860f2678e7db2f2923736aa5cc23132f13439e4 Package: ros-jazzy-velocity-controllers Version: 4.41.0-1noble.20260726.101939 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 110 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.41.0-1noble.20260726.101939_amd64.deb Size: 25228 SHA256: 3b5a0d777d2bd8983cc8c0e93349f8328a083c80d4b8acb4fd9ee9894a972ac5 SHA1: 32df9d7a7841ea0cbcf51696f07426bd696d6a5c MD5sum: 4c93bb9aaa99ee9725d25be1ca2e1288 Description: Generic controller for forwarding commands. Package: ros-jazzy-velocity-controllers-dbgsym Package-Type: ddeb Source: ros-jazzy-velocity-controllers Version: 4.41.0-1noble.20260726.101939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 393 Depends: ros-jazzy-velocity-controllers (= 4.41.0-1noble.20260726.101939) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velocity-controllers/ros-jazzy-velocity-controllers-dbgsym_4.41.0-1noble.20260726.101939_amd64.deb Size: 373552 SHA256: b701cf38a68d9a48127a8d655fcb2770870b834820d59341e8cee35f7a5c850d SHA1: eca61f1ae7d455a5d65f4ab056eb7102d73604c0 MD5sum: 13d2ce1d89b9970e39ea451c1281cb81 Description: debug symbols for ros-jazzy-velocity-controllers Build-Ids: 6d991cbf5c439c35216de2a0adf4ee7202b3e83c Package: ros-jazzy-velodyne Version: 2.5.1-1noble.20260804.184741 Architecture: amd64 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.20260804.184741_amd64.deb Size: 8522 SHA256: 626a1a857c50bea82fa26ccebc27f324d16a91af3348e484475c7da00f8c10a8 SHA1: 688ce0a83f934c39406bcf6ea002ebf01e7f0ac3 MD5sum: 886377de26442eb1fffc23478086d13a Description: Basic ROS support for the Velodyne 3D LIDARs. Package: ros-jazzy-velodyne-description Version: 2.0.4-1noble.20260604.104434 Architecture: amd64 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.20260604.104434_amd64.deb Size: 208518 SHA256: afec419055bc8dc41d824b6925ab5e9c0c844d36576c86bb0a4ac123696699f4 SHA1: 445b9ddeca0fb6d64fb15846f8f37d427e922032 MD5sum: f920ba88ef22bc356bc7caf8723cee91 Description: URDF and meshes describing Velodyne laser scanners. Package: ros-jazzy-velodyne-driver Version: 2.5.1-1noble.20260804.183525 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 697 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.20260804.183525_amd64.deb Size: 155528 SHA256: af0b0076d617e732ad7227e7139ed462256ecb4c001a580b830211714f728f86 SHA1: 888d5166208e16a5d7e0f2e774b27eeab8de4765 MD5sum: 8ccd16c60d7c52c964c89cf6b8c5be42 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.20260804.183525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 3165 Depends: ros-jazzy-velodyne-driver (= 2.5.1-1noble.20260804.183525) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-driver/ros-jazzy-velodyne-driver-dbgsym_2.5.1-1noble.20260804.183525_amd64.deb Size: 2787228 SHA256: 4022a8b6cbfad83ec63174f9c7cdeb9db61cb01ab99f0361745ca831c239aa4f SHA1: 30a8abf1d405b35a454c9f4fdc59fc589191ba91 MD5sum: d818337cb9f7f950af9b605d38fd14a1 Description: debug symbols for ros-jazzy-velodyne-driver Build-Ids: 05d70ecbe0ee9fee2d36c46a4b2718c20c53f4b1 a587ad2c5862b89ecf32739eb5c28b787e473a81 b3a7936fd5f678254b58581976af1c2c97613320 Package: ros-jazzy-velodyne-laserscan Version: 2.5.1-1noble.20260615.144615 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 593 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.20260615.144615_amd64.deb Size: 126696 SHA256: f9e6b8ee8d8ae792f1f887a16daf3df8dc967c49c16c7f68b7f14983bca619fd SHA1: 634f8da1762fa76b2ef238221a8d76a2bd5cef10 MD5sum: 17f9a1c997ff3c621c6a2dc48406348e 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.20260615.144615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 2704 Depends: ros-jazzy-velodyne-laserscan (= 2.5.1-1noble.20260615.144615) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-laserscan/ros-jazzy-velodyne-laserscan-dbgsym_2.5.1-1noble.20260615.144615_amd64.deb Size: 2358228 SHA256: fd2720302ddd489867ab792f33e3d9adb25dae56945eda89b792ebac4fd774f7 SHA1: 73b72b9f8f16af4f7cb66da8b492e10be4351448 MD5sum: afa3650c4c1866927dc6ae1a44b88b32 Description: debug symbols for ros-jazzy-velodyne-laserscan Build-Ids: 3a5352af89618008719fa8aefcd6c53145396b2b eb7437992d9c8eaae6c0191395ff20632f76d04f Package: ros-jazzy-velodyne-msgs Version: 2.5.1-1noble.20260615.114720 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 575 Depends: libc6 (>= 2.4), 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.20260615.114720_amd64.deb Size: 57972 SHA256: 5a81e4513bed9fec431addcc419eefc1ba5280ccd2a16539afdceabb301ecd29 SHA1: 58e553ffabcab56ac43919ba066252284db7442e MD5sum: 882db2d32ed7beca3db88589c09d4c0b 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.20260615.114720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 408 Depends: ros-jazzy-velodyne-msgs (= 2.5.1-1noble.20260615.114720) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-msgs/ros-jazzy-velodyne-msgs-dbgsym_2.5.1-1noble.20260615.114720_amd64.deb Size: 298524 SHA256: 40ba5e413956ce43efe0c0b42ae46a2e585f84df3f89e360cdb36c722e8b5f06 SHA1: f9431c97c69cb01d93a4447298deb5349138dc9a MD5sum: 30e9502d904a31ffaf008b4e7af571cc Description: debug symbols for ros-jazzy-velodyne-msgs Build-Ids: 0a6cc698c4340a5ee850dd5697151108c6832c1c 17deac1df2f1af30531e20d016851c728bb7a039 44675d7060159ad3ffb7987091ab5185d8f8c7a4 5896be8d8a8a800c6f5121f01a6fa54f4d62005b 5b1ab2c822dc2014f76b63a54f7d38c1f5e1fdb9 7cd334ddb467ee5c41bd0a411ac6c7c98dea1e05 841ced8af0caa4a98affab432b33ad52c2949148 861e57e15e7ec25b240428963682c64837d959bd 9db52cbb0aea61e634063812ad2cdbe673c4625d c08378a95a375f2545c69e1fd60cdd2ee11d9c43 e90842ec5cf51ea454add10e253f2ffa14fff6e0 Package: ros-jazzy-velodyne-pointcloud Version: 2.5.1-1noble.20260804.180050 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 1085 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.20260804.180050_amd64.deb Size: 227262 SHA256: d28dd897e96c591912d649e418d029fb803dfeac756b2ffb713dc71254508e08 SHA1: eff0a39d5e38c1b3a47d067f30b064918de72e92 MD5sum: 4c3099c6c4132408e4d2886b832abe6c 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.20260804.180050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 6286 Depends: ros-jazzy-velodyne-pointcloud (= 2.5.1-1noble.20260804.180050) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-velodyne-pointcloud/ros-jazzy-velodyne-pointcloud-dbgsym_2.5.1-1noble.20260804.180050_amd64.deb Size: 5880410 SHA256: 1fbe28e99b345da222b572a11982fa8bf47baa66af2f67872b93ce0f7adafd82 SHA1: a7f5397ea27f7b6835aa94535516c67376f7ac83 MD5sum: 40b34802a9242e76827fee2e366b94b1 Description: debug symbols for ros-jazzy-velodyne-pointcloud Build-Ids: 3ffeab9899af854fb7174cb86555c855f9c0372b ad222da04138f9263223a5f1d695accc9591ff97 dadaff574fd5940eaeddc8b52829ef254a0a1efe dbe3f898473a910a1fb4349faf2c3bd3a55930cd Package: ros-jazzy-video-to-image-msg-publisher Version: 0.9.5-1noble.20260618.165512 Architecture: amd64 Maintainer: "George Stavrinos" Installed-Size: 295 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 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-rclcpp, ros-jazzy-sensor-msgs, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/video_to_image_msg_publisher/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-video-to-image-msg-publisher/ros-jazzy-video-to-image-msg-publisher_0.9.5-1noble.20260618.165512_amd64.deb Size: 86328 SHA256: 7dcd83ef86f90c0cfe4ff12407b7fbcce191e4024a32c572a857cedf796c91d2 SHA1: f12d0e616da0e03719e8746db63c7fea41ec3baa MD5sum: b1a06c6493834c6a0d302b274615630c Description: A simple node that publishes sensor_msgs/Image messages from a specified video file Package: ros-jazzy-video-to-image-msg-publisher-dbgsym Package-Type: ddeb Source: ros-jazzy-video-to-image-msg-publisher Version: 0.9.5-1noble.20260618.165512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "George Stavrinos" Installed-Size: 1655 Depends: ros-jazzy-video-to-image-msg-publisher (= 0.9.5-1noble.20260618.165512) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-video-to-image-msg-publisher/ros-jazzy-video-to-image-msg-publisher-dbgsym_0.9.5-1noble.20260618.165512_amd64.deb Size: 1572728 SHA256: 9a5dc0c4e3198a8f75ceded01ab2e37f569f01a93fdb01a43334f1239fd6ea2d SHA1: 95cf16c55c228f955aa2d7b02370a23def185a49 MD5sum: 51bf347ac4ecfc380e0609380c09d422 Description: debug symbols for ros-jazzy-video-to-image-msg-publisher Build-Ids: 838a472c94295eeecd14570594a8d563be37dea5 Package: ros-jazzy-vision-msgs Version: 4.1.1-3noble.20260615.113052 Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2568 Depends: libc6 (>= 2.14), 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.20260615.113052_amd64.deb Size: 189590 SHA256: b8482dc3ac863cf11806d331488e7ad67a90af4b4a6c5022936aa2a200f5a119 SHA1: 36c5e50084503aa89975ef371b04fd00c093932b MD5sum: 82a4cabdf3774193e39a3ccb210a3c9d 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.20260615.113052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2142 Depends: ros-jazzy-vision-msgs (= 4.1.1-3noble.20260615.113052) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vision-msgs/ros-jazzy-vision-msgs-dbgsym_4.1.1-3noble.20260615.113052_amd64.deb Size: 1776544 SHA256: 6b7feb5eb98cb30a46086be0f1ba786c0ffddb72ea37b100353ddd062d3f7590 SHA1: fe397990494f23b876ad4d13e7a72de73bca2a8f MD5sum: bef016724ca8a0133ffbf89699ffa97d Description: debug symbols for ros-jazzy-vision-msgs Build-Ids: 19b2453cca530346a96b29f55efc9501504f58b3 2390f4c3798682c3be9f10929954062506116c16 4cc2e838c1bf8b38994512cdac4c8d52713971b0 9a1a1ca4a12a94c6d51cfee0b1f5dfecba023219 a34424031d1ed9187b313280bbf7d03cdb083b2b a580b4e823b3020d7d93d767965e8025705d8cf2 a62fdc397d7cfb4898b2c022bad0ceffb5344621 a7eee13c1ca5257638662528dac8ecd67001ab21 bef8dcfb318afe70318d5e0bf1c9b8f7d9f52422 dc37a80d72e6cbb0b08388debc7cbea340f14427 f7b79eb9d7c2e7a5ae35d16e89198c4d4278f650 Package: ros-jazzy-vision-msgs-layers Version: 0.2.0-4noble.20260615.153833 Architecture: amd64 Maintainer: ijnek Installed-Size: 114 Depends: libc6 (>= 2.32), 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), 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.20260615.153833_amd64.deb Size: 21102 SHA256: 3a5cb40d3e40e2b5f3014fe559fbdf6539e8c8e16402d846952fdc529536e43b SHA1: 4f7433b9c289e84f5155920da841693df6b58c80 MD5sum: 20888ecfdb8562cac58b9d59cabe892b 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.20260615.153833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 436 Depends: ros-jazzy-vision-msgs-layers (= 0.2.0-4noble.20260615.153833) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vision-msgs-layers/ros-jazzy-vision-msgs-layers-dbgsym_0.2.0-4noble.20260615.153833_amd64.deb Size: 420742 SHA256: 6ecfbb8155ac51ed8c172af1aaa57c9b7adb47b9b08b94d4fc427942925cc09f SHA1: 778a0192d3eed2e1eef4747937defe75e2eefcc9 MD5sum: 087d800a448da4252ee06877eb945279 Description: debug symbols for ros-jazzy-vision-msgs-layers Build-Ids: 09621eff076804bb649f88e347126192db2f007c Package: ros-jazzy-vision-msgs-rviz-plugins Version: 4.1.1-3noble.20260804.194347 Architecture: amd64 Maintainer: Georg Novotny Installed-Size: 1428 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260804.194347_amd64.deb Size: 230262 SHA256: 79133da5eb2c3fadb18a18cd22097ec214935ae16ceb157a01226a2de3144fd8 SHA1: 62ac81a066f0d9e9d7564cbea466e6920c4a159d MD5sum: 50e85de33e36f9d0d010aae45b132ec4 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.20260804.194347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Georg Novotny Installed-Size: 9752 Depends: ros-jazzy-vision-msgs-rviz-plugins (= 4.1.1-3noble.20260804.194347) 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.20260804.194347_amd64.deb Size: 8649532 SHA256: 6fd64dcd29b0ba343dc2842735afd5da846908665d1457970af387b81eb10b34 SHA1: 989c59654439e063967db46bbe959f8b5e5cee45 MD5sum: 09a567b2a0e0d5f8337b25210751e654 Description: debug symbols for ros-jazzy-vision-msgs-rviz-plugins Build-Ids: 9d2ba252dc9bb2ff05fc6abf07950ceaec23e999 Package: ros-jazzy-vision-opencv Version: 4.1.0-1noble.20260615.154006 Architecture: amd64 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.20260615.154006_amd64.deb Size: 5746 SHA256: 631b7568f2ecd0b412191f7ed9ff8f4ea7ab9380861dd26b8061cb84bb3ac1ba SHA1: 90abc5cd217704e7371a41606942a078dcec9732 MD5sum: 524d4c22ec1ce27b255e05f19669fd2d Description: Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision. Package: ros-jazzy-visp Version: 3.7.0-1noble.20260618.165628 Architecture: amd64 Maintainer: "Fabien Spindler" Installed-Size: 14497 Depends: libc6 (>= 2.38), libdc1394-25 (>= 2.2.6), libgcc-s1 (>= 3.3.1), 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-jazzy-ros-workspace Homepage: https://visp.inria.fr Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-visp/ros-jazzy-visp_3.7.0-1noble.20260618.165628_amd64.deb Size: 3486746 SHA256: 5b97e3d5fa031461cb5b3011f3cd01a89a51c1d88d3fd03e30d2c7c034607e6d SHA1: b714685844193d7100e0f07b21b1a1569c131f82 MD5sum: de9cabfdf8fd992619683f7757fd4450 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.7.0-1noble.20260618.165628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fabien Spindler" Installed-Size: 54325 Depends: ros-jazzy-visp (= 3.7.0-1noble.20260618.165628) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-visp/ros-jazzy-visp-dbgsym_3.7.0-1noble.20260618.165628_amd64.deb Size: 52749820 SHA256: d2a6d066296f421e6f2af44e15cc6812ca0583dccbd625d4bac7bb0bc80443db SHA1: 1c28abdce21224fcf1e147e10a94ed4561278521 MD5sum: 201c35b418a88b980ae40d92f9a84af6 Description: debug symbols for ros-jazzy-visp Build-Ids: 47f666c54ae5d20c786fdf24bde8c15bfef41124 6a61b7c51398f6bdbe6da857f4ba4fa216a3db10 6afb1879a35a74cc3b3d38e75c363b016875817d 6ebcb36d31d03fad4b618ec5c34dace1e0955db5 7e72f01c8284d5283b316a89dc2fab5d9e20c753 8122c256716436eb7fb9798f1205c0997cc905d2 92e5c7aa57815c826d46c741a031b628889a996f 93ea0db52541e145ffcd6ccd6953b3790d960bbe a641a945a911a85924d15566938ba7103fd5a365 a794b8bf6a25c98edd6d47f0b7d5d67a12154b99 acd9bbb6e64fe30c76438028295eed20198afa6d c2b3a7ef23f5bafd6534881f7757ca16894ba922 c71594acce1b3315b37f3ad6428c9838db077ccf d20eace6bd7c45c57f40f9ebb16443a35811671a d484d22cc112bd49d58aa02cfc7c026c2c62e235 e54e47b66951ea19b9c7e1a8cb8d324487d8cd96 e9fe707524db28571323e9332d8b01898a9c4f36 fbc4291fd5f53cbc2b26ea3ce4b139a54594dd02 Package: ros-jazzy-visualization-msgs Version: 5.3.8-1noble.20260615.114026 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3299 Depends: libc6 (>= 2.14), 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.8-1noble.20260615.114026_amd64.deb Size: 264598 SHA256: be6a65b6637614809b226d06e1245277388f4e5fe07b885d26e97279cc798672 SHA1: b778467a40ecf1adb477f910de448775df064fb3 MD5sum: ffc48b79ee0cc674cf7f31dbef79ee0f 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.8-1noble.20260615.114026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3000 Depends: ros-jazzy-visualization-msgs (= 5.3.8-1noble.20260615.114026) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-visualization-msgs/ros-jazzy-visualization-msgs-dbgsym_5.3.8-1noble.20260615.114026_amd64.deb Size: 2574992 SHA256: 912d12398217796b1228eb691c30fb0cabdf65215e8119679302930692fc9569 SHA1: c2c3e051fa5122e0596bcec3123059245beb493c MD5sum: bbe36899bf468fff8a795d6cfb011b28 Description: debug symbols for ros-jazzy-visualization-msgs Build-Ids: 06574113408ee245d270c9dd261a3ac7d6c50ae6 241cdfd9cc855a5c804dda238a2abcd32a1bdb7d 27c9342922702d04689b8036f515bf28337f26a9 3fc566762c78b1abe82ac7810e780b56973cdde7 4b03fb73c15399e2e6ab40abd003ec774bc14324 65ed081f798ed3431a0d56a390ac169b3dce4ae5 67c6971f93c53bb4a16128c2e77aea70f20b9dfb 8cf9ee2d7dc6f1b06ecf657226442a097c6dc219 a0613611250d48794f69cecf78b833cfe5eaeeca c43f519b703ac0b2c2c3e77377e1ad672c86a34b d5af427e2da4edbb437cdd6df85e1f72c1dea553 Package: ros-jazzy-vitis-common Version: 0.4.2-4noble.20260604.104108 Architecture: amd64 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.20260604.104108_amd64.deb Size: 5500 SHA256: 1c7464ca2b620a76eeed4b5996b1dfe70209d7dfe63274223bd93139e26af089 SHA1: e8b0f922265f0e015a9669049f603c50f9111132 MD5sum: d9ba55a6f1dd1d357511062953f04ea9 Description: Common code for working with Vitis™ Unified Software Platform in ROS. Package: ros-jazzy-vrpn Version: 7.35.0-18noble.20260225.230910 Architecture: amd64 Maintainer: Alvin Sun Installed-Size: 1708 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.20260225.230910_amd64.deb Size: 298742 SHA256: 772b91cbb664446dfa6bbfc476346d01232e68321796ec0c412b961e995c797b SHA1: da54b1ab2819455db94625d41d7f121ae2daab9d MD5sum: 8bdb72e0b00e8ccdbbff84e696b6edfb 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.20260804.180059 Architecture: amd64 Maintainer: Alvin Sun Installed-Size: 1825 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.20260804.180059_amd64.deb Size: 305134 SHA256: c6c14aaf9ab5e1fc8cf5c35ad5e09c4bde384d6f99e2c00aca54c37dc9e12746 SHA1: dbe73e9c62f86c76094c289be6073829ed786a6d MD5sum: 1280fe86591faa02415c9de0aa711cf1 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.20260804.180059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alvin Sun Installed-Size: 2610 Depends: ros-jazzy-vrpn-mocap (= 1.1.0-4noble.20260804.180059) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-vrpn-mocap/ros-jazzy-vrpn-mocap-dbgsym_1.1.0-4noble.20260804.180059_amd64.deb Size: 2418242 SHA256: b919fc6e2d42f0526602154fbdf422aa7283f0bb50947338f1495804d218556d SHA1: 62da19d118fc3dcb24d2ac0a8c9c4a4b3dee674f MD5sum: 1b9e97f2648ca5306c0889335fce3b5d Description: debug symbols for ros-jazzy-vrpn-mocap Build-Ids: 4e6be62ebb30a3b48256f52144ccd1ff3c8a8468 Package: ros-jazzy-warehouse-ros Version: 2.0.7-1noble.20260804.181347 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 428 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.7-1noble.20260804.181347_amd64.deb Size: 123304 SHA256: 0e5357fc0a0b5801fb1926e7e8d6f54b126034496de8996173f6034f4627e36c SHA1: d2c194b51d169ea5535bb5055ebabf08bbd5a7d7 MD5sum: d2ebe20fdf5f4f29f0824f735e5ae314 Description: Persistent storage of ROS messages Package: ros-jazzy-warehouse-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-warehouse-ros Version: 2.0.7-1noble.20260804.181347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 2978 Depends: ros-jazzy-warehouse-ros (= 2.0.7-1noble.20260804.181347) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-warehouse-ros/ros-jazzy-warehouse-ros-dbgsym_2.0.7-1noble.20260804.181347_amd64.deb Size: 2895408 SHA256: 21a0dde98d4ab68f7fbbc62673194164ea7f179e2216f35eb7ea01a3ff725551 SHA1: 8552e274026a25fd170a4360893248e0a991e64a MD5sum: b8dae58346a42ae16ae56b1e9617c91d Description: debug symbols for ros-jazzy-warehouse-ros Build-Ids: 6532c1c9e3877848fff16d0ab22a105e0311fda1 79ef2c83ad335d72c3dad66eed753c23b0cdd386 Package: ros-jazzy-warehouse-ros-sqlite Version: 1.0.9-1noble.20260804.184948 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 225 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-jazzy-class-loader, ros-jazzy-rclcpp, 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.9-1noble.20260804.184948_amd64.deb Size: 65374 SHA256: e0d4b4642a0cbdf988ae014e3b704b368307b0b3afc32865460b50cf99eb783c SHA1: 4786a42139c0325b9365cbd2a78eb49368f45168 MD5sum: d7ccf013b9fc780b604dc41ce9bf0a72 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.9-1noble.20260804.184948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 1155 Depends: ros-jazzy-warehouse-ros-sqlite (= 1.0.9-1noble.20260804.184948) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-warehouse-ros-sqlite/ros-jazzy-warehouse-ros-sqlite-dbgsym_1.0.9-1noble.20260804.184948_amd64.deb Size: 1101174 SHA256: 13523d9d3ff94ddac90c08b80a405a4ef842827cbb1ac98b29c13a37569f2474 SHA1: 7698473ef1c4062b458a492397d17c16bfe8e4ee MD5sum: fc1ea17bc6baee9d5814182cd94540bb Description: debug symbols for ros-jazzy-warehouse-ros-sqlite Build-Ids: 13fbec5f895ddf3f72afb6b6e5990aaa542ad3a1 Package: ros-jazzy-web-video-server Version: 3.1.0-1noble.20260615.150732 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1324 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.20260615.150732_amd64.deb Size: 304414 SHA256: 55944b37d009cc3d82576e5d5b2993213f42a45e8d1398198dfc30bd47b7b6f3 SHA1: e56886fdc0f93e66cd42c86cdefa4e3fc64b4be7 MD5sum: cdf7baffdd7ce8c804b244467bf7dc89 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.20260615.150732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 7437 Depends: ros-jazzy-web-video-server (= 3.1.0-1noble.20260615.150732) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-web-video-server/ros-jazzy-web-video-server-dbgsym_3.1.0-1noble.20260615.150732_amd64.deb Size: 6862732 SHA256: e3c513124709a232c57fbcf14f7d6d457c65423e42fa7878669c7a66ce3c0494 SHA1: 89f099db593856e6c78bb3e57afb007e72123a59 MD5sum: b77aad2803fe0173ae26a2a52e1d96c8 Description: debug symbols for ros-jazzy-web-video-server Build-Ids: 462a855204d994c063d7d9fbe7999a5cc62ef1c9 c2007c0bdc2a90f078078331ba935192dfec1995 f2ba50aa72d7e947128541f8226d9b0975f1b8f3 Package: ros-jazzy-webots-ros2 Version: 2025.0.0-1noble.20260804.193035 Architecture: amd64 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.20260804.193035_amd64.deb Size: 5672 SHA256: 7f59f909a70ba4eccaf6ab6bf7496ffcc8cde2654f8d70b57749fea7fd203dd5 SHA1: 718bd49313b28880ae381f19149d0ffd11d62009 MD5sum: e24b8b5ddb0ac0caf6d02ab151816cf7 Description: Interface between Webots and ROS2 Package: ros-jazzy-webots-ros2-control Version: 2025.0.0-1noble.20260804.192332 Architecture: amd64 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.20260804.192332_amd64.deb Size: 115242 SHA256: 0cccdd2b1e26e3ac20743289721a08cb4486add6752b66d347ba4732f6e341a9 SHA1: cf74d1795c6c6780a9d97ee626a6f81689bc4117 MD5sum: cffeffcf243bdace0ea7cf4b23d15084 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.20260804.192332 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 1870 Depends: ros-jazzy-webots-ros2-control (= 2025.0.0-1noble.20260804.192332) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-control/ros-jazzy-webots-ros2-control-dbgsym_2025.0.0-1noble.20260804.192332_amd64.deb Size: 1777230 SHA256: 8a09aa9048893041a9815cb28891f13989fc9c4981d02c2c3a4fb2a88469d59a SHA1: e3d052ef8ec9a8f03125675562f1f1cb09e3a07c MD5sum: 2cdd53c325fba4c211d70ba1a1c98d20 Description: debug symbols for ros-jazzy-webots-ros2-control Build-Ids: d1d9128604f489a69a385f848026b7adafc31c93 d898fc21fe20bb149c7da3a4f8c80138de339dcb Package: ros-jazzy-webots-ros2-crazyflie Version: 2025.0.0-1noble.20260804.192850 Architecture: amd64 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.20260804.192850_amd64.deb Size: 14528 SHA256: 51c8fa4e8247e40546731d839a36959484c714c02ca51702fb712f4458b7dae4 SHA1: 21bfb472a34f4bfbd69f3b459e4db0b52b6fa975 MD5sum: c98c97fed05288848942120b146ba181 Description: ROS2 package for Crazyflie webots simulator Package: ros-jazzy-webots-ros2-driver Version: 2025.0.0-1noble.20260804.183253 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 4023 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.20260804.183253_amd64.deb Size: 849734 SHA256: 23ea4c94c2fb61d946d7d94f2209a123f0e9e053d9d56cc5448499ec1507cb1c SHA1: c8ddda033121343f0ab7fb391113e0c09750a9cc MD5sum: f30b93bb8e2cefa0b0a5be086489cdac 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.20260804.183253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 15933 Depends: ros-jazzy-webots-ros2-driver (= 2025.0.0-1noble.20260804.183253) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-driver/ros-jazzy-webots-ros2-driver-dbgsym_2025.0.0-1noble.20260804.183253_amd64.deb Size: 14293420 SHA256: ce5c5444d66d5fd2f7925124a6906cd212daa116c424e2397568ed4ba9dd5fd8 SHA1: edc301397c96a76623734ad5e46afb31425d7a48 MD5sum: 9733e762e6f8648595914ab889c31404 Description: debug symbols for ros-jazzy-webots-ros2-driver Build-Ids: 79cca26df76c340e3d620acdf42b744b4240b086 c3419925ae96ab19061731ce60b1db0c88a10ff1 ca67ca980f204f87cbf6c11e40b1f89d7fe90c4c d7988040d7f90607b21ec270f8ac4f181cf3bf3b da2275155c36281cbb84c8420800d02011171562 Package: ros-jazzy-webots-ros2-epuck Version: 2025.0.0-1noble.20260804.192840 Architecture: amd64 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.20260804.192840_amd64.deb Size: 32138 SHA256: 229bc8ab84d8a96855d9266c5a2a625d634a909e7a15db4ff218c57e5aa92df3 SHA1: b988a685fdb3c0bb556460317644f95e833e77bb MD5sum: 3c5f84a954ab57478c2d407e3155f4a2 Description: E-puck2 driver for Webots simulated robot Package: ros-jazzy-webots-ros2-husarion Version: 2025.0.0-1noble.20260804.192839 Architecture: amd64 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.20260804.192839_amd64.deb Size: 46200 SHA256: ae7b36291395e16c7b12dd70347a7051b9b57e745d6ddfa7f5867762b7043156 SHA1: dd3245b7d555a6acdc53940e1c249161854b6a0c MD5sum: 03c6f11a949b6cae2185ddeafff280f9 Description: Husarion ROSbot 2R and XL robots ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-importer Version: 2025.0.0-1noble.20260612.060126 Architecture: amd64 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.20260612.060126_amd64.deb Size: 63452 SHA256: 037136924659a65175b72396c78aa0458afd967a85e464c638b57cd0e37e9eab SHA1: e1249a8adf07ae0baf69af0ca1ecf536d1c37ab7 MD5sum: eaed1b9318ccb317f239b36596c88e4b 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.20260804.192855 Architecture: amd64 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.20260804.192855_amd64.deb Size: 10294 SHA256: e234bb60462661e769135c3c2cdfe79b54a60ee678be7324c0c017cff904195c SHA1: 716c84e217154b9b96ced8bdf135bbfcc16d506a MD5sum: 3f239a4e2e7dbdd034c9dded9feebffc Description: Mavic 2 Pro robot ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-msgs Version: 2025.0.0-1noble.20260615.114113 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 3333 Depends: libc6 (>= 2.14), 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.20260615.114113_amd64.deb Size: 234332 SHA256: 169e3f635dc7844b968d91fda6d68c21270c60663d073e61ac874354a73cb4e4 SHA1: 94879d9da958a8f38fa25c6f15b7d8e955f29e1e MD5sum: 36a47099244a0c0c5269c276011d4e02 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.20260615.114113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 2491 Depends: ros-jazzy-webots-ros2-msgs (= 2025.0.0-1noble.20260615.114113) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-webots-ros2-msgs/ros-jazzy-webots-ros2-msgs-dbgsym_2025.0.0-1noble.20260615.114113_amd64.deb Size: 1979678 SHA256: 9e9b31d330d09392f9efce20ab0a746b687b1ad42c79237b22d5a2249ba00543 SHA1: a37e07b52e4178968ffcffbb854cf32817658913 MD5sum: fdda978b4bad7a1830452e6dc6bdcc83 Description: debug symbols for ros-jazzy-webots-ros2-msgs Build-Ids: 0f3e7babeac65e0670ec4daf0a6391944d92fd96 2e4c071cf49e9cb26299543d12da416a71205ee1 3d1be0083841329d09d4690299abd7aac2906b83 6186fbbe7dd79b3ce2cf92ad198ca2cbb636aeba 7ed07bf0a2a54d6889c21cf1a244a0828885dbbc a2f90f31a184ae5796e1997c0c9e91f9b36ad32e b3c49134403a9df9944f1f8227e0483c47b4dd39 ccd9d32fe6d9904634df9cc7302ab636af019602 d34e1b2de35926c7be2bfff267620a211bc8ed08 e6729acba73833e727b85f2c92fc5202c9d06444 f5d4714a0baa1a6f4d6ae722edd8f988aef6a94c Package: ros-jazzy-webots-ros2-tesla Version: 2025.0.0-1noble.20260804.192400 Architecture: amd64 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.20260804.192400_amd64.deb Size: 13654 SHA256: 0cae1f02096908b499dc3773db3d5bfb37542ac5e7a29dad9d65cc78c6a92887 SHA1: 01dc60a80847269767f665fec8dc3738cdfe4412 MD5sum: 68e63e14099d63f6149d90b0efeecce6 Description: Tesla ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-tests Version: 2025.0.0-1noble.20260804.192851 Architecture: amd64 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.20260804.192851_amd64.deb Size: 8634 SHA256: ded7172200bc88e7561cf22115759d46630d1453a18eda554bdad077f5913575 SHA1: e31028e2206cc82253ae927b648e6472ad05d08a MD5sum: c702cc4cdef035b459086fd5f251fde6 Description: System tests for `webots_ros2` packages. Package: ros-jazzy-webots-ros2-tiago Version: 2025.0.0-1noble.20260804.192855 Architecture: amd64 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.20260804.192855_amd64.deb Size: 20654 SHA256: 64ad1df286889680e22d800721b8fd97f47ea3a96bf6722935082a852cc3073c SHA1: 5898d4b7bb9a900afa7a78deb57fbf6b9bba8f2e MD5sum: 9f2d4a7f6dd6cd58b78e7fe5d8a33627 Description: TIAGo robots ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-turtlebot Version: 2025.0.0-1noble.20260804.192839 Architecture: amd64 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.20260804.192839_amd64.deb Size: 14212 SHA256: c0b0948becf20a9ee23b429e13dd4716c903b9a8e1fe3f298c8fcc2e3a5ff2f4 SHA1: 3465bef9011c3110be2b94884d70c4bcb3316f0f MD5sum: 389a9a20878055ad92a36df51f87d88b Description: TurtleBot3 Burger robot ROS2 interface for Webots. Package: ros-jazzy-webots-ros2-universal-robot Version: 2025.0.0-1noble.20260804.192841 Architecture: amd64 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.20260804.192841_amd64.deb Size: 3132684 SHA256: ecd42d361f38243699a120e68faa3e7e4a79bc6ed3000306c6fdb8a556f2f7d4 SHA1: bf59fd27b773d97306a5c7490f29e36f452f2cd8 MD5sum: ae95b84c00791556e4eb42ef8a381bbc Description: Universal Robot ROS2 interface for Webots. Package: ros-jazzy-wiimote Version: 3.3.0-3noble.20260615.142111 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1714 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.20260615.142111_amd64.deb Size: 306376 SHA256: 2bd8f800d7932d18abfa69044d3c0ebbb2c82cfa71f7386de02aeef39635ecc1 SHA1: 59193d7516cc696b9124d2533b3e2ae1b5b36211 MD5sum: e318376c249f41cdb20bb66e503a3478 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.20260615.142111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 7761 Depends: ros-jazzy-wiimote (= 3.3.0-3noble.20260615.142111) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wiimote/ros-jazzy-wiimote-dbgsym_3.3.0-3noble.20260615.142111_amd64.deb Size: 6552156 SHA256: 58a0b66bb56950df5820c54a1e79c7f4f01f9a3c3285283fa0601402b476ddd6 SHA1: 48f0be115b301b7d98fd5f7d271373fd8d70db28 MD5sum: 2f49ec98f40f3e087680c07613d8011b Description: debug symbols for ros-jazzy-wiimote Build-Ids: 3d090b1eb9b19ddaead0dd312df5b1c76292ee02 9302dd930473fab750d2be2025554627fd65fb8e 95c22c1fa354ad05b939c55212b1082bd7193771 d6ecc0e94f91997ee4f759aa7eb9b2a198f540e0 Package: ros-jazzy-wiimote-msgs Version: 3.3.0-3noble.20260615.113058 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 977 Depends: libc6 (>= 2.4), 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.20260615.113058_amd64.deb Size: 93116 SHA256: 98e7afdfd74c990df6eefe67429582b91424ddeb684a7e76656e72a2fdff617f SHA1: 54c27e238a45c850d12e12f1079669eacb65ad1f MD5sum: b7f041ab01a267f0b255e625a09cfff1 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.20260615.113058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 607 Depends: ros-jazzy-wiimote-msgs (= 3.3.0-3noble.20260615.113058) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wiimote-msgs/ros-jazzy-wiimote-msgs-dbgsym_3.3.0-3noble.20260615.113058_amd64.deb Size: 468358 SHA256: 0dad2681971c78d14d82aa1178ef60718889e170214851d6980485b0de42a30c SHA1: aa6beb094c2a5601c43ce975645656bbef3cf03a MD5sum: 88abe3e0069de8087d2aa7ee7159502b Description: debug symbols for ros-jazzy-wiimote-msgs Build-Ids: 08afb82585f46c51b45b874f64ad1570e596b460 1b72499035ab1bea4365ab128efb8bf0c98e39c5 2eb5a6b78a273a4d928c107e6f37df41ee4aac93 39de0aad9bbc55c1175de3c49a2982e498591110 3a04394be4edabb3e26f92063512763254144c75 588c3e12569208616d0438401e84c58054d67135 58e00ab3031850fb325b10a86cdd918b9d6eb26d 80881e9cb28739f9116d60f1b77e7ff7a11f5cba bb5529f52fa8a4087ae2f70d15f6b3d7956e2ad1 bee51bba237f1dd9c7471da13d9494f07b351f69 f4b9614633d989fee6edd904ec66f1c284d19206 Package: ros-jazzy-wireless-msgs Version: 1.1.6-1noble.20260716.152455 Architecture: amd64 Maintainer: "Roni Kreinin" Installed-Size: 933 Depends: libc6 (>= 2.4), 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/wireless_msgs/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wireless-msgs/ros-jazzy-wireless-msgs_1.1.6-1noble.20260716.152455_amd64.deb Size: 91248 SHA256: 2f35038de83b425192c9e4a4f0925ce7328d78d2a953bfd3e98df75ccbb3c6b6 SHA1: 0787f799b7a3563059ede0500415811c0588254a MD5sum: 7471417639b24cdd66906bb538611134 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.6-1noble.20260716.152455 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Roni Kreinin" Installed-Size: 737 Depends: ros-jazzy-wireless-msgs (= 1.1.6-1noble.20260716.152455) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wireless-msgs/ros-jazzy-wireless-msgs-dbgsym_1.1.6-1noble.20260716.152455_amd64.deb Size: 593316 SHA256: 3598a2b35c2e7d466072b846d463e04c5189b51921fb631f33c0bc2317f71b75 SHA1: c8560af92324c8650905d1d692c2a5878ad8b066 MD5sum: 15d4b48adbe76dfd6393e90942c088bf Description: debug symbols for ros-jazzy-wireless-msgs Build-Ids: 0c9aab4ce48c2bfa966f23911e31a1a4c5fa20d7 1b03c1d5e89d128a51e640c01032a33093af390d 48b0fc794b74cff08b501bc70113fe8c8f856104 5d6d93483a63f5ec4620f9ee97f4f5360e59b4f4 7d2ac6626235e3fca41ec99f0afb0bd18e796ff6 8a3aa6c5b399ae458ec4710de808ae276e8f1cf7 9f5bb392b9c427de7b670818d02bee61f0126602 c213ed39d544af85c86f09546f8ba64fea855f22 d5778343c7080f279d26525c592b87c00e94edb9 d5a516623b336400dccb7eb2ee09b98092baea91 e5dbb36f8eea3f0a142524cc159c7d048c9079c8 Package: ros-jazzy-wireless-watcher Version: 1.1.6-1noble.20260716.153211 Architecture: amd64 Maintainer: "Roni Kreinin" Installed-Size: 380 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 Homepage: https://index.ros.org/p/wireless_watcher/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wireless-watcher/ros-jazzy-wireless-watcher_1.1.6-1noble.20260716.153211_amd64.deb Size: 119480 SHA256: 00b580d65e8d4c3ec2cdcc406df02ae626def998943e2bd920dfd523e6aa8e44 SHA1: 53a3a830d306a0f7bd105da69bac9b26e2b99a6d MD5sum: 1fbb3bc60d7d570c0358c5ce14cb747d 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.6-1noble.20260716.153211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Roni Kreinin" Installed-Size: 1794 Depends: ros-jazzy-wireless-watcher (= 1.1.6-1noble.20260716.153211) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-wireless-watcher/ros-jazzy-wireless-watcher-dbgsym_1.1.6-1noble.20260716.153211_amd64.deb Size: 1673692 SHA256: 498b4bed3b15382365e72a1dc87888aeecf7671c1867f78614009d16bc07c35e SHA1: 4eb0d6b4e1aafbf7e93864276f05e3061465c6b8 MD5sum: 8b26f615644262f8d8876771fb5a3866 Description: debug symbols for ros-jazzy-wireless-watcher Build-Ids: de17e33f0575e8d1b2590b482a5e67e1dc83ae41 Package: ros-jazzy-xacro Version: 2.1.1-1noble.20260519.011123 Architecture: amd64 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.011123_amd64.deb Size: 29406 SHA256: dea28a1fd7c8fd48dac5030f3d6e89d720867f483ebe7c6129105613048db971 SHA1: ce8b6534c4f4189986d862b45eedbc288fa5b303 MD5sum: 28aa190eeb45ecc8e88b0744cb90a37c 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.20260226.001107 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 118 Depends: libc6 (>= 2.14), 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.20260226.001107_amd64.deb Size: 23578 SHA256: 051e45c1e4c26544f7ef108915fa3422ed63f82e961adf0a1f3ec9786a0a52bc SHA1: dd03f757cd9b105ac9670cb80d40a26f01eb83c1 MD5sum: 2b6a90691dac7c6da4f1cd3786034ada 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.20260226.001107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 155 Depends: ros-jazzy-yaets (= 1.0.4-1noble.20260226.001107) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yaets/ros-jazzy-yaets-dbgsym_1.0.4-1noble.20260226.001107_amd64.deb Size: 136554 SHA256: 58583e1062d903d8c4219dbb52d503c87c9fc7c5160dd576509123060f35525c SHA1: 9e8b676a8c6e0664a5ce453f45ba968f5060bd0e MD5sum: 08a82ed079fcaff04a973731130a70d8 Description: debug symbols for ros-jazzy-yaets Build-Ids: f33ffeeaa2bbe8eed9d172df65fcd79e768c0b9b Package: ros-jazzy-yaml-cpp-vendor Version: 9.0.1-1noble.20260225.230938 Architecture: amd64 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.20260225.230938_amd64.deb Size: 6824 SHA256: 3e078e8a5d4851fde6ee655be250867cb1f0cdfe90bcbcbf4d2664fe594edb85 SHA1: 57ce23f427f3de3b3408f71715f88e001c0fa7b0 MD5sum: 6da7c6d30d9cab38e3ab3687c8a9cb9c Description: Wrapper around yaml-cpp, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-jazzy-yasmin Version: 6.1.0-1noble.20260727.082625 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 2575 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_6.1.0-1noble.20260727.082625_amd64.deb Size: 578634 SHA256: 0497863394c0aeede3fe530219e8c5d70423d692831075f09c93bd55dd799ece SHA1: 6630d624ea444049594c701059091c140aa99c20 MD5sum: 0734ed5f0d6312b4e6b97ba475c9fc03 Description: YASMIN (Yet Another State MachINe) main package Package: ros-jazzy-yasmin-cli Version: 6.1.0-1noble.20260804.195123 Architecture: amd64 Maintainer: Maik Knof Installed-Size: 192 Depends: ros-jazzy-ament-index-python, ros-jazzy-rclpy, ros-jazzy-ros2cli, ros-jazzy-yasmin, ros-jazzy-yasmin-editor, ros-jazzy-yasmin-factory, ros-jazzy-yasmin-plugins-manager, ros-jazzy-yasmin-viewer, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-cli/ros-jazzy-yasmin-cli_6.1.0-1noble.20260804.195123_amd64.deb Size: 47854 SHA256: d5251273b4e2f5188fcd3b84eb932361603647329c3f4a0ac7211b6afbe6d345 SHA1: 3129ee0e210876d26e689ceb51a82ceb4e207acd MD5sum: c38781d15cbeabc9e4b9f3623b047833 Description: CLI tools for inspecting YASMIN states and metadata. Package: ros-jazzy-yasmin-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin Version: 6.1.0-1noble.20260727.082625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1572 Depends: ros-jazzy-yasmin (= 6.1.0-1noble.20260727.082625) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin/ros-jazzy-yasmin-dbgsym_6.1.0-1noble.20260727.082625_amd64.deb Size: 1501290 SHA256: c71b2be7a66270efd7e83a5a2a5f3e7b033e2ea92e2ae35731ce1be1fea555c8 SHA1: 14ceb99bd9705d7a66f403fe38f6d568a5dbdf71 MD5sum: da122ea9ab7fcdc6a82409c7e662d048 Description: debug symbols for ros-jazzy-yasmin Build-Ids: 2d5c3e038afb05ec4cf12663cb0befa77f0c8344 Package: ros-jazzy-yasmin-demos Version: 6.1.0-1noble.20260804.185952 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 2058 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_6.1.0-1noble.20260804.185952_amd64.deb Size: 393440 SHA256: 3a3f0ad66a35924b49b01eb6243954fdf276732b74e33eef803ca9200d5e830d SHA1: eb7983b58f49c58cd42061b57f21b959c076a2e9 MD5sum: 50dac62aa7c69e1ed81fafa39bb8a001 Description: Demos of YASMIN (Yet Another State MachINe) Package: ros-jazzy-yasmin-demos-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-demos Version: 6.1.0-1noble.20260804.185952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 13489 Depends: ros-jazzy-yasmin-demos (= 6.1.0-1noble.20260804.185952) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-demos/ros-jazzy-yasmin-demos-dbgsym_6.1.0-1noble.20260804.185952_amd64.deb Size: 12529280 SHA256: 6aae6e9e334fa046d64e2689b60bf9cbd94a4e2c5f6af039ba0dd44ca8294785 SHA1: 1bec3821f30b2dee0fa5c9d2a97959b33823da74 MD5sum: 5e9c5d64939ecdb5ba06d00972756f54 Description: debug symbols for ros-jazzy-yasmin-demos Build-Ids: 07588a1d683c05aba3324c3d3e3aa6c847e07a70 1080003a18e778fd41dd54b4c877d4bf6cdc27a3 28cde530f2bf44b26f81b2a1c7781b4f61a307b0 292f9d62032996544ec5761c21e9de315e8a6384 534992606cbb441fb0e62b39ca45fe1fd9f66360 58aca999118496886eedd45df251f4692447a676 624d31d784060f1794c9705c0cd0dddefd698c05 69c984738b8aaf3dfa5253d46f683ccf0ed88402 69eba15e546b440f5e7a43121151af435526fc8d 788df8b89b2159f0c32e4ad15b4ac5955f686fc1 7c476cd4d6b21489b4a2f7477eaea60921b63a90 8de38d62bb3962387e17f5441bf20bb5ca14d01b a039d0a8bec396218c50a0884ecd7c7bda40ffcd aaa904b03d20bfee903c02f7257c10577e6bc540 c55f5fa64654e46e84d4fadaf2a8ba2e805f5f35 cc470ee8f155447b7695face6e92191d62d16f0c ecd74af5456b3926f74f730a2c4091c6dd92da1f f74a57f0e6503088bfe971c882beeea52e43856b Package: ros-jazzy-yasmin-editor Version: 6.1.0-1noble.20260804.194554 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 865 Depends: python3-pyqt6, python3-tqdm, ros-jazzy-rclpy, ros-jazzy-yasmin, ros-jazzy-yasmin-factory, ros-jazzy-yasmin-plugins-manager, ros-jazzy-yasmin-ros, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-editor/ros-jazzy-yasmin-editor_6.1.0-1noble.20260804.194554_amd64.deb Size: 123338 SHA256: f4b3c51a68f1ac87e697fd2ce0924dfef2ea44920b03e7fd7c264c81dbf75025 SHA1: 7b4ad7a2565fc75060fbdb267cd90aae2ae1e0cf MD5sum: e2a2ab2b59ff14bc90c7a8d040c54fcd Description: Editor for YASMIN (Yet Another State MachINe) Package: ros-jazzy-yasmin-factory Version: 6.1.0-1noble.20260804.185327 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1195 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-rclcpp-action, ros-jazzy-rclpy, ros-jazzy-tinyxml2-vendor, ros-jazzy-yasmin, ros-jazzy-yasmin-msgs, ros-jazzy-yasmin-ros, ros-jazzy-yasmin-viewer, ros-jazzy-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-factory/ros-jazzy-yasmin-factory_6.1.0-1noble.20260804.185327_amd64.deb Size: 320020 SHA256: bf7c526d2e49c2efcf13f202277fa3ba043486b8df7fbf4008e8431de3f4a5e8 SHA1: a2ed4b2bbd8d7a583b536ae43ec657754b549bdf MD5sum: b26844d1059c41a5379f9734601e40cb Description: YASMIN factory to create FSMs from XML files Package: ros-jazzy-yasmin-factory-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-factory Version: 6.1.0-1noble.20260804.185327 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4430 Depends: ros-jazzy-yasmin-factory (= 6.1.0-1noble.20260804.185327) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-factory/ros-jazzy-yasmin-factory-dbgsym_6.1.0-1noble.20260804.185327_amd64.deb Size: 4205808 SHA256: 70f033f46fa412c7a9b24f89c4000a5f2b977110df89cc0e6f0edeec91451c05 SHA1: 2c185e5aa9251805f502a165b385882136df4f50 MD5sum: 346b2602a982763b105160ec63b53e8d Description: debug symbols for ros-jazzy-yasmin-factory Build-Ids: 1a641d659554fb7db5e3dfa5baa3250cd3d5d21a 60e9bfc76acd809c3ff0a85b0fed4f69b407df2d e2bfc5f3738ae1ec0c64a64e6f66c576cc44356b Package: ros-jazzy-yasmin-msgs Version: 6.1.0-1noble.20260727.082654 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 2029 Depends: libc6 (>= 2.14), 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_6.1.0-1noble.20260727.082654_amd64.deb Size: 160220 SHA256: 1f5ee30330f5d38702be94d60854d9b21a4b77c902860c4ffa42946d1c70788b SHA1: 16f77d3d901119347c2b055e585e4155b8f9cb6b MD5sum: acf7ecd493bc7a6b367f6f296a7b7dc1 Description: Msgs of (Yet Another State MachINe) Package: ros-jazzy-yasmin-msgs-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-msgs Version: 6.1.0-1noble.20260727.082654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1315 Depends: ros-jazzy-yasmin-msgs (= 6.1.0-1noble.20260727.082654) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-msgs/ros-jazzy-yasmin-msgs-dbgsym_6.1.0-1noble.20260727.082654_amd64.deb Size: 1001574 SHA256: f7d59c2bf0777b4706d0e2cf426380678fece5fbb2cee5c9ef6e896377eea9fa SHA1: 2d93f93aa2217cfd3e266745944ccc0d141f9179 MD5sum: da8c63cad7e3cc6141a11508299733d2 Description: debug symbols for ros-jazzy-yasmin-msgs Build-Ids: 31e77a0be47d7fbde4bcee7c31382ff1f0bbe1b4 6302ec4af720aefcde124c408de3a88ae1fc6a67 63836fbeb02a0b861f7efff02c88b26e6a80c050 a97f38b1d8108cb50852bd73b75b859b86d7a4ff abbaa65ecf131b6baa93d4ad4c56af4ea2e8f928 bfb782b7bcccb16df7e3c66c0b5a1428fd591791 c6241280b89e1b0a2625b67a24f08483d4ff3227 cb87d496e6211b22a5d5a0239d03335ce62b8dd6 cc2957f03845a0dd02f6f0d205bbba9a20f6f4d6 d061c7f26c86f370d79bfba232e7369c479bc577 ee0377e4d24b91df3c1cc19dd4897dc401bf6de5 Package: ros-jazzy-yasmin-pcl Version: 6.1.0-1noble.20260727.083310 Architecture: amd64 Maintainer: Maik Knof Installed-Size: 456 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_6.1.0-1noble.20260727.083310_amd64.deb Size: 103860 SHA256: cc510fcba8ba1ba35a8e8416c28e6bb93141017243432d9bbb5eccd74205e588 SHA1: 30b4b030ce0cd83c2343faa0d8c8931419a809a6 MD5sum: 3aa7f9b7c3ab8b67bfabdfd71e0d85ba 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: 6.1.0-1noble.20260727.083310 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maik Knof Installed-Size: 5603 Depends: ros-jazzy-yasmin-pcl (= 6.1.0-1noble.20260727.083310) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-pcl/ros-jazzy-yasmin-pcl-dbgsym_6.1.0-1noble.20260727.083310_amd64.deb Size: 5497934 SHA256: be62477ce58128640a549c8546cbed12f0b3bcf01a1d7e1fe84d6549116cce7a SHA1: 1dc8ff74c0fe1f8cefaef20e7887ad325a35b3cc MD5sum: 6727fd3f79c3c26b10642e1a33403442 Description: debug symbols for ros-jazzy-yasmin-pcl Build-Ids: 8add41a6da4e65399eca6f0fc6edd3e04d30689f Package: ros-jazzy-yasmin-plugins-manager Version: 6.1.0-1noble.20260804.194100 Architecture: amd64 Maintainer: Maik Knof Installed-Size: 146 Depends: python3-lxml, 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_6.1.0-1noble.20260804.194100_amd64.deb Size: 41364 SHA256: d6b1ffde6cc400a5cfae53e910167b76d8e0076de36bfa61605e628ec49deaf4 SHA1: c76588300eaa8fa987d3fc745baefedd0816e82d MD5sum: 839c3b5ee397ed0588a6ff275307fa4c Description: Plugin discovery and caching for YASMIN states. Package: ros-jazzy-yasmin-ros Version: 6.1.0-1noble.20260804.180323 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1019 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_6.1.0-1noble.20260804.180323_amd64.deb Size: 219538 SHA256: 53686d94967c3e3d50e1f642c03c1da50152f9ab23d3ee4f1467c7be350a86ac SHA1: e779eef2545391fbe35a546e1ec9ae7a6f1c0336 MD5sum: 41d28c2a30eff4450960c58682b038e7 Description: YASMIN (Yet Another State MachINe) for ROS 2 Package: ros-jazzy-yasmin-ros-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-ros Version: 6.1.0-1noble.20260804.180323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4622 Depends: ros-jazzy-yasmin-ros (= 6.1.0-1noble.20260804.180323) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-ros/ros-jazzy-yasmin-ros-dbgsym_6.1.0-1noble.20260804.180323_amd64.deb Size: 4174576 SHA256: 3ad47837dcc41466e282d3a83eae7007168e8efa38a92ef19b4ce14fe0348cf2 SHA1: 765f1cc9b00ad13abf2d62fbd4e1181dee4d9064 MD5sum: bf2b48fe39dee35aa116f67199662f24 Description: debug symbols for ros-jazzy-yasmin-ros Build-Ids: 7cec1a9521df75fb3265934bd78fd08854e188ff 7d687e4ee42077bcce3a70c20e19546800eb59d1 c38d8d60332b80c7220ec0dffc7b3e78aa5bde21 cd6e6989f47802627d0d81d3e4a6121860d2ad5a Package: ros-jazzy-yasmin-viewer Version: 6.1.0-1noble.20260804.184720 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 3906 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_6.1.0-1noble.20260804.184720_amd64.deb Size: 943808 SHA256: 693e0abe8688a928d845cd326bc4a573da3b324b6ed0c8879e319cd6c55f5dd0 SHA1: 260c142a118ac5948ee262335acbcbbfeec1be8d MD5sum: d3faba94c72c569348b2b3328e31a5d4 Description: YASMIN viewer for FSM Package: ros-jazzy-yasmin-viewer-dbgsym Package-Type: ddeb Source: ros-jazzy-yasmin-viewer Version: 6.1.0-1noble.20260804.184720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4502 Depends: ros-jazzy-yasmin-viewer (= 6.1.0-1noble.20260804.184720) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-yasmin-viewer/ros-jazzy-yasmin-viewer-dbgsym_6.1.0-1noble.20260804.184720_amd64.deb Size: 4027686 SHA256: e9f8fc64593cef7e787f05e6c71e7b91b7c38e1f34a6a91c6e9760b85525238c SHA1: e7c521d516ad55167eb483b2affb807607f8734c MD5sum: a89539a0f8cc48c5d495c437e22c1300 Description: debug symbols for ros-jazzy-yasmin-viewer Build-Ids: 58cfc4891165cf993a03d42f8a039177df0d1b4a 67d1be6aaf1eca34c6b5fd2858468fb2f6f665d6 Package: ros-jazzy-zbar-ros Version: 0.6.0-1noble.20260615.150119 Architecture: amd64 Maintainer: ijnek Installed-Size: 2618 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.20260615.150119_amd64.deb Size: 301824 SHA256: 0239cf0d16753b2ec649d93c5d6f584cc2d04ae1ea64ae0cc8b685bd72ed4e3b SHA1: 7633f9f6e4447a2bc2b056e245a772b9bebcebb3 MD5sum: 6f46a3aee6bf31d44d00b57dd81a659e 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.20260615.150119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3207 Depends: ros-jazzy-zbar-ros (= 0.6.0-1noble.20260615.150119) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zbar-ros/ros-jazzy-zbar-ros-dbgsym_0.6.0-1noble.20260615.150119_amd64.deb Size: 2825132 SHA256: 967a8c0a828eacf33b4dfac5e8c086636d9d1cc8201ef43e02df4adbb1393759 SHA1: 64e6f86abcd5cf7caeedc46c4e4bcf73a0bccbbf MD5sum: f2dac1825522aa9cdfa2d2b4cc0fb56d Description: debug symbols for ros-jazzy-zbar-ros Build-Ids: 8707b4c1788c7e90d7603c0f5a23f3c2a3cf786d Package: ros-jazzy-zbar-ros-interfaces Version: 0.6.0-1noble.20260615.114119 Architecture: amd64 Maintainer: ijnek Installed-Size: 456 Depends: libc6 (>= 2.4), 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.20260615.114119_amd64.deb Size: 47016 SHA256: 57db6844fcb05b6ec844a3328657a951127a0eae494cbb6f300d9e46c18472d7 SHA1: 1197ac746fca2e7a0d156ff74b2134d4f563eba2 MD5sum: 62faf6fcd55c3a9eeade1d7bcb04eaf8 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.20260615.114119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 300 Depends: ros-jazzy-zbar-ros-interfaces (= 0.6.0-1noble.20260615.114119) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zbar-ros-interfaces/ros-jazzy-zbar-ros-interfaces-dbgsym_0.6.0-1noble.20260615.114119_amd64.deb Size: 210580 SHA256: 8c6448973c99d4a984401943079ce850b47ec1457aa1265465ca583d8935ff96 SHA1: de9e5623ebce30a17fcc355169b9fe81768d411e MD5sum: 12ed40f32baac0b0c0b5351d828ba729 Description: debug symbols for ros-jazzy-zbar-ros-interfaces Build-Ids: 0406edb03b24f707ba3be0e53c04506506210de5 1170e0923f65901cdde200c44c839a311cdbdaac 34af750e48d15d5f6a0f7d6a55c58e62a5763f3f 446b0a03838e58c6de61ba52a8471fb33cf63c38 50501981b249c2af6bb910cff63ec6b046cfe46b 7536d0dd760cbaf09371097cdb24b4296a05a59e 8e7a3895e56f992161676c502c45d2c0006f667f 9b9d3103a1da44f9f240518b14f799070bf0d01f b85ab77286b123a9fdf6e798790259be656ebf6c eed47d6390ff4161725a90c683f68d80d04b8fdc f73291b7d5be237f6e57f8d7e90fc603293f79c9 Package: ros-jazzy-zed-description Version: 0.1.5-1noble.20260804.193757 Architecture: amd64 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.20260804.193757_amd64.deb Size: 2017160 SHA256: fcc3b15b985988fd7b04b0afdbaf1f0b406cd2e01a86395ad7f8e0bd45b907f3 SHA1: d95542ccbd5e87573f1f016f2a22ac3b16ed3400 MD5sum: 3b4ac3b89613fe6d2542a0d1a27d284b Description: Contains URDF and meshes to create models of Stereolabs ZED Cameras. Package: ros-jazzy-zed-msgs Version: 5.3.0-1noble.20260615.112916 Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 4836 Depends: libc6 (>= 2.14), 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.20260615.112916_amd64.deb Size: 329848 SHA256: d4204b3d51ad850f1ed2b44f01c0644e257a003bdee3286cddd03ee39a36eaed SHA1: e25ecc15d9e907876753b6f82df636cb14848da9 MD5sum: 31cbf9ef80d7d368e5e94be8996614a8 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.20260615.112916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 3612 Depends: ros-jazzy-zed-msgs (= 5.3.0-1noble.20260615.112916) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zed-msgs/ros-jazzy-zed-msgs-dbgsym_5.3.0-1noble.20260615.112916_amd64.deb Size: 2944162 SHA256: cae5acede67db6c4bdb50a71df928011098b9fd825c82b469095d89afcf9a294 SHA1: aa7c5d6e80888a58842f7e94988b53929c556fbb MD5sum: 862773b1db9a2cff3d4beede14ad3ddf Description: debug symbols for ros-jazzy-zed-msgs Build-Ids: 2f09f91c68d7a93d7fe07322f05bd697c41306c9 334ba57c916b1732dd4a4a9231e7e26d1502c2ed 444e77b969011949216e14e76d4ec97acc11568b 5724e6460341d06522846978787ee1fe3b29eac7 58bf276267594a0a1b1eb646028e6fbea780337f 8fcde5152b9c435336606cd92d437595082661f9 9e914f9a8debd214bcf25776a974a513863f4b6f a073aff742879e832fa43b9acd9fe6017bc4cbc6 b5ce23af3419cdbdbed4c82fd0f8d7ade4e937e5 cec92913c8730bda729235204eabdcf79c2b5907 d4902712024ee36c9ffc4248dc637e33fbec830c Package: ros-jazzy-zenoh-cpp-vendor Version: 0.2.10-1noble.20260722.215006 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 47381 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/zenoh_cpp_vendor/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zenoh-cpp-vendor/ros-jazzy-zenoh-cpp-vendor_0.2.10-1noble.20260722.215006_amd64.deb Size: 10086782 SHA256: ec789865b9bd22bce3a63802c42c8c3a1795cf171513c5e9032d4739b9cf0d22 SHA1: 108da49adc9c1bb58e4bf21ac3d9a9751d14567e MD5sum: 9815f1f62458463da6b020d23890938e 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.10-1noble.20260722.215006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 3780 Depends: ros-jazzy-zenoh-cpp-vendor (= 0.2.10-1noble.20260722.215006) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zenoh-cpp-vendor/ros-jazzy-zenoh-cpp-vendor-dbgsym_0.2.10-1noble.20260722.215006_amd64.deb Size: 2246172 SHA256: f3339f19220c01043b61f00164db0c3d026a2e03d6a88462e1044ae53615d7fa SHA1: 24ba4809e92793cae11a5c7871d9e396e4f58deb MD5sum: aa1c13f9353be3d63bb08f8b29250e00 Description: debug symbols for ros-jazzy-zenoh-cpp-vendor Build-Ids: bfd7bcc2e5befbeab3b3cba98bdb00ea53dd23be Package: ros-jazzy-zenoh-security-tools Version: 0.2.10-1noble.20260722.221646 Architecture: amd64 Maintainer: "Alejandro Hernanadez" Installed-Size: 259 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-dds-common, ros-jazzy-tinyxml2-vendor, ros-jazzy-zenoh-cpp-vendor, ros-jazzy-ros-workspace Homepage: https://index.ros.org/p/zenoh_security_tools/#jazzy Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zenoh-security-tools/ros-jazzy-zenoh-security-tools_0.2.10-1noble.20260722.221646_amd64.deb Size: 83180 SHA256: cc9d24e226ebb889445176d0156c01473b0de22f81287f8d8272ae1abbf4a9dd SHA1: b3088fc77084e4023a26113671e58d44b0874ae8 MD5sum: 3c17158b2d36e4bd5d577b49682194fb 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.10-1noble.20260722.221646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernanadez" Installed-Size: 1105 Depends: ros-jazzy-zenoh-security-tools (= 0.2.10-1noble.20260722.221646) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zenoh-security-tools/ros-jazzy-zenoh-security-tools-dbgsym_0.2.10-1noble.20260722.221646_amd64.deb Size: 1048596 SHA256: 0f91d000aa907e31dfb363b611218a55d506fcc6f3cd2cfc66e9f1598479e9c9 SHA1: e5b2d621e6dcfc2e28966e43d7f25d7858b6c2d6 MD5sum: 7b79d21a57393f1fda43319710b5d12b Description: debug symbols for ros-jazzy-zenoh-security-tools Build-Ids: a01bd0116364113e9623e749908c7fb8ad8d1fcf Package: ros-jazzy-zlib-point-cloud-transport Version: 4.0.4-1noble.20260626.191412 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 582 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.20260626.191412_amd64.deb Size: 125276 SHA256: 16e6a0997eba3149ee32082a33176d4fe9a31392b28b027bbe296ce279dd945e SHA1: 778e52e38f650facd0c0e75e7c6ebfec7261e2c4 MD5sum: e7c8483a626702e7f454603d304cb7c6 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.20260626.191412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3271 Depends: ros-jazzy-zlib-point-cloud-transport (= 4.0.4-1noble.20260626.191412) 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.20260626.191412_amd64.deb Size: 2885750 SHA256: 53eaca2700ed775e014ba1e32a6f27fce05ae723c1d7aeaf3425e33b5df9f0cb SHA1: 73e3601831462fee0f833b9efe9f1bd3209e961c MD5sum: d496b0c494ebde02b76bcb722c26b906 Description: debug symbols for ros-jazzy-zlib-point-cloud-transport Build-Ids: c914abc25768aaf58f9614d8bf4fedfe84fbd328 Package: ros-jazzy-zmqpp-vendor Version: 0.1.0-1noble.20260225.231216 Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 704 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.20260225.231216_amd64.deb Size: 128218 SHA256: 533b189c952694f448360327caac5381afafddcd666ded3810ab945c02f5fe88 SHA1: ef39492bd5dfd4928972a73c6ba148c139291b6a MD5sum: 77a8356e31e1955ef69be4bb7e0ab2df Description: Vendor package for zmqpp Package: ros-jazzy-zmqpp-vendor-dbgsym Package-Type: ddeb Source: ros-jazzy-zmqpp-vendor Version: 0.1.0-1noble.20260225.231216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 794 Depends: ros-jazzy-zmqpp-vendor (= 0.1.0-1noble.20260225.231216) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zmqpp-vendor/ros-jazzy-zmqpp-vendor-dbgsym_0.1.0-1noble.20260225.231216_amd64.deb Size: 748640 SHA256: 85f5d9901d39b6b5bd4ce27d133b4780ac82147be09d83edb5f0197ef3d0ab1b SHA1: abeed6b9340ed9f53c1723585980088aef0225b2 MD5sum: ca5da9b6c5f24eb595d94023f0dc49bf Description: debug symbols for ros-jazzy-zmqpp-vendor Build-Ids: 5dc12e66b9b6a59f0ac6e7bb64985ddf2e9fd4c4 Package: ros-jazzy-zstd-image-transport Version: 4.0.7-1noble.20260615.173013 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 533 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.20260615.173013_amd64.deb Size: 116534 SHA256: cea8b436f1ac07705b8e6fdbecc5208658b77f38d2612f6aecfe772438efc0b2 SHA1: 14ba19f19358c38d80ebad3947e7447c33b4f3a1 MD5sum: be31f102f38012587e9c7a510d169c17 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.20260615.173013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2571 Depends: ros-jazzy-zstd-image-transport (= 4.0.7-1noble.20260615.173013) Priority: optional Section: misc Filename: pool/main/r/ros-jazzy-zstd-image-transport/ros-jazzy-zstd-image-transport-dbgsym_4.0.7-1noble.20260615.173013_amd64.deb Size: 2230706 SHA256: 152c533d6ab15dbaeec9ac7a16871de9da9f9b304c40e2103a3ddb5158e9f71f SHA1: e450175bb9438b9e51ccb167d29968450e3063d8 MD5sum: d27400a1f2dff1509782c1dd758a631e Description: debug symbols for ros-jazzy-zstd-image-transport Build-Ids: a74c1d466d6aea5c46cb11d1a4d41b2cf5ff04f6 Package: ros-jazzy-zstd-point-cloud-transport Version: 4.0.4-1noble.20260626.191413 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 582 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.20260626.191413_amd64.deb Size: 123868 SHA256: 1f6def7e514b9a4f1ee88d4d38e6c3f44c789ff49da8a93ce5f1326786c67c62 SHA1: 8a0e6b53e6a4110190627e1b1019c2c0ace8629e MD5sum: ee6a4966eceba3769388e78e20132c6e 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.20260626.191413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2689 Depends: ros-jazzy-zstd-point-cloud-transport (= 4.0.4-1noble.20260626.191413) 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.20260626.191413_amd64.deb Size: 2301480 SHA256: 5593b8596cbc924feb4d4fdb42f89c4b46df3dcadcd97d23546642984f94bb0a SHA1: da6a5dbec3813e81e734d853e96e387f894a973f MD5sum: a70b6c603012051696d865b69de58947 Description: debug symbols for ros-jazzy-zstd-point-cloud-transport Build-Ids: 5addeeeae4dc4bf08cbafe040786da335db0bacf Package: ros-jazzy-zstd-vendor Version: 0.26.11-1noble.20260603.150731 Architecture: amd64 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.11-1noble.20260603.150731_amd64.deb Size: 7760 SHA256: fc920093b00e2bff9e82077547b2bc2d3e2b8dc3a61decff513074137e54995b SHA1: a26ceac8a66a152ac9a1f829ffa909f2450d2ccb MD5sum: e76c5974e8cdbb3ec666bfc09824f5da Description: Zstd compression vendor package, providing a dependency for Zstd. Package: ros-kilted-acado-vendor Version: 1.0.0-7noble.20260410.110807 Architecture: amd64 Maintainer: Christopher Ho Installed-Size: 38968 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.110807_amd64.deb Size: 6137472 SHA256: c209be997cc180fcc59eedb6174c79c44338457a98203246cdce453b370bfe7e SHA1: 847a58418cca7d579209b95c06895471b2275030 MD5sum: a4f70ba86fdaf7325bdb139031bd3010 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.110807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christopher Ho Installed-Size: 2534 Depends: ros-kilted-acado-vendor (= 1.0.0-7noble.20260410.110807) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-acado-vendor/ros-kilted-acado-vendor-dbgsym_1.0.0-7noble.20260410.110807_amd64.deb Size: 313378 SHA256: a255cc5703379a9597dc99f7c45f7f12f3902690df1cca6f01f36f3dc5aa46a1 SHA1: ddf063f01f2391224d3847d56eecd5d881e6230c MD5sum: 54f328a43c383e9b5d384b3a849409c9 Description: debug symbols for ros-kilted-acado-vendor Build-Ids: 9505aaf9eaba705a73c70de32dc58f5b74b658c2 a083fa5be35b7bd7d2ec5c0163f3623a47db117a Package: ros-kilted-ackermann-msgs Version: 2.0.2-6noble.20260716.021504 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 587 Depends: libc6 (>= 2.4), 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.20260716.021504_amd64.deb Size: 53058 SHA256: caab120c51d17b263e3df51e523776ae795c20f0d13785a85b22f5b6179897e3 SHA1: be703a4012816d22b3e2d735b2eafcd1804962cf MD5sum: 599a64b6f4076709dc6d72ba91f1739d 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.20260716.021504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 367 Depends: ros-kilted-ackermann-msgs (= 2.0.2-6noble.20260716.021504) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ackermann-msgs/ros-kilted-ackermann-msgs-dbgsym_2.0.2-6noble.20260716.021504_amd64.deb Size: 261336 SHA256: 91be6ba8d0e6113327355c62cf9556cfdc2d064999001bc51b97a6dfb6ae5808 SHA1: fa1211f79df2b2dcd0d0fa18c734f40a67b75c92 MD5sum: a6090d91b23ba14fefc37f457d3bc149 Description: debug symbols for ros-kilted-ackermann-msgs Build-Ids: 191e17d538cd652fe2b5e8d2c076135664ea82bd 50bda34d8ab567c4a5582f05e170a4e8b2d5f5c1 644c6038bc631be07e8659176a76118aec1efa9e 64ce4da45c45969ad22419295b6827ab624fbfa1 82bcaf419666bbd253b6a2e63504b1be1f8d43b9 89ca4393daa7e5fcb7fa8f221f96d15ca84c3aa4 a7a48e36a1c28231521ca385593ba5aedea3bbe6 b48cc62e2b96548b3cf7fb1d083377d4c12b31e8 c39beb701d067780b719c19f9cb75c812dc436cf c985d24a59a9bdd6a7df3b13d2490a009e72f197 fa44ec6bb60eeb6c3703df31dba1f7c0a156ad1b Package: ros-kilted-ackermann-nlmpc Version: 1.0.3-1noble.20260716.021713 Architecture: amd64 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.20260716.021713_amd64.deb Size: 46190 SHA256: 50cd0686494f75c3529dccd979086229d2eb5d270fc32ac3244762c733649fa8 SHA1: f86b1d7e0912d125d701d9b76cac815c5f05ea1e MD5sum: 7e0d52fbce5dac10272f85438e134671 Description: Lightweight non-linear MPC controller for autonomous driving in 2D environments Package: ros-kilted-ackermann-nlmpc-msgs Version: 1.0.3-1noble.20260716.021531 Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 675 Depends: libc6 (>= 2.4), 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.20260716.021531_amd64.deb Size: 64124 SHA256: 7ac825dfd95c3401d0c0cfbde926757cddcc590208e5480166be09303a28775c SHA1: 4af889a68074694e6ab8ace2d3a5940be6e9a385 MD5sum: 5b23bb5618f5987fdd9c88555bc4fff9 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.20260716.021531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 440 Depends: ros-kilted-ackermann-nlmpc-msgs (= 1.0.3-1noble.20260716.021531) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ackermann-nlmpc-msgs/ros-kilted-ackermann-nlmpc-msgs-dbgsym_1.0.3-1noble.20260716.021531_amd64.deb Size: 330470 SHA256: fc3db8312c62dfbca08fe5a33d1554ef8ae777d5d2698b3dce9040086e83a836 SHA1: f028b5f139857639761e90a2e656247172449b91 MD5sum: add9534ce20de587723b0ae3b457e0ec Description: debug symbols for ros-kilted-ackermann-nlmpc-msgs Build-Ids: 13d3d1b1ad84f9025cd4a8de9fcd7f214c64f49b 5b4b7b86c5e660d5533296f4cf16897a1de08bb8 6be6280861355ebf3b3f7e7291b02b84daf4b990 8aa131954357b4cb15dbae2d1460feef5c1e6956 9c89c68f5d11bee44b6dca12ec02f9f6dbc318ed bd232c1d0cb15a9accca23d8e23f8bb3f3511990 bd4efb158529aaeb8ef3c8a7d766e7966630bf0f d6abed7341217c6f53b8c1047efb6e87d4456374 d7d7f64847d264802c9a6a1093ed7940b75ab244 ea4c5f54bb329b0c26a004d57eaa1ac3fcaf1099 fdf25284c2204b378f9f045d7d243e9adb59e658 Package: ros-kilted-ackermann-steering-controller Version: 5.16.0-1noble.20260805.144628 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 202 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.16.0-1noble.20260805.144628_amd64.deb Size: 51436 SHA256: b5c8d976844a89c6aa39de8623aae8b606104f5c3cf964e08b9f35c9be28691b SHA1: 4cecf6aa9b15e15ac91b5aae2e20a47a9d0316ee MD5sum: b2dac06e896acebde9b9eed7ef0a52bb 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.16.0-1noble.20260805.144628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 741 Depends: ros-kilted-ackermann-steering-controller (= 5.16.0-1noble.20260805.144628) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ackermann-steering-controller/ros-kilted-ackermann-steering-controller-dbgsym_5.16.0-1noble.20260805.144628_amd64.deb Size: 711408 SHA256: c57e7000f66bc7f8863aace62b88b3fed6aabaef4a5afac67b1ee3c14d86d75f SHA1: c27f239aec6f8da7fd6a726d160eeadcc6931948 MD5sum: 0b44315ca055f2f5d0640f31da7bb641 Description: debug symbols for ros-kilted-ackermann-steering-controller Build-Ids: 63b3b87ab35a4279a9d76f6bb3c4d6070f4d2da9 Package: ros-kilted-action-msgs Version: 2.3.2-1noble.20260715.194342 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1127 Depends: libc6 (>= 2.4), 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.20260715.194342_amd64.deb Size: 99834 SHA256: 82d0041f47f306ecb3b6c567ad2faaab8f5ebcc3e465a93250c2dd28b7bd7612 SHA1: eddde32001412b4ef74e7dbcd033510504ed070d MD5sum: 6a0fd6470c0750bcc756ab709b26f403 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.20260715.194342 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 807 Depends: ros-kilted-action-msgs (= 2.3.2-1noble.20260715.194342) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-action-msgs/ros-kilted-action-msgs-dbgsym_2.3.2-1noble.20260715.194342_amd64.deb Size: 626080 SHA256: edf6405e61e79bb3c9f72071c293da673293b6365883ea39428ad28633e476c0 SHA1: 76fd0a9f592b418cad357d0d15496fd9e9272d4c MD5sum: fc2dacdd24220b98fdc0e5367ded9a98 Description: debug symbols for ros-kilted-action-msgs Build-Ids: 2fd8e12982ca9350d312842cf84dacb2134bc6f7 48aaa79e943661b589f04d1aa80ba7a44731f0c2 503b0d38b4a616379832606eee74e5740dc27ddd 7b80b29ee622c5b1477d3c648bb5dd14119e7c6c 81e5e84ff5d17d0808a055c5d32be3756678d8c1 942761c72cd48aff2fe35d8cfd0a4f363f9fcce2 9f2a12d2af88139ed324b3ef0f2504a004057a46 ac19aa8fc95dfdde2bc1e02212b548f13fabb70f d351f32c4533665a1ee063d573a45b29a8188d59 e396b84a97dd2c72f9881ee24dec3d0457066075 f72f5d51fd86833606535a4c1fa7b31134c3d6e6 Package: ros-kilted-action-tutorials-cpp Version: 0.36.5-1noble.20260805.134427 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 345 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.20260805.134427_amd64.deb Size: 76846 SHA256: 480f084908df28f17889b93e6c463d8666ddab3781e65657a5d5243fb55f2f3e SHA1: af699afa50b95a9045d46000f0870dfed1a20373 MD5sum: 5512964888ca80ecdde1ec00a83aa502 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.20260805.134427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1851 Depends: ros-kilted-action-tutorials-cpp (= 0.36.5-1noble.20260805.134427) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-action-tutorials-cpp/ros-kilted-action-tutorials-cpp-dbgsym_0.36.5-1noble.20260805.134427_amd64.deb Size: 1565596 SHA256: dda5cc90ee069015a8ee19e38ca67a6234d6c186b06d7987ad187e58dceaa4b6 SHA1: aa0bb368db9d975880b47b9904caab345f87dbd9 MD5sum: 346326b942a9dfa669239203a9bdb409 Description: debug symbols for ros-kilted-action-tutorials-cpp Build-Ids: 28bf3326e5a0791d928c828f53a33cebb298e9fd 48fab9474c2cd0de5ce51f2308e651c9434d4c1c e837fa0c339c260cd58eee35e6cff428734f3ad3 Package: ros-kilted-action-tutorials-py Version: 0.36.5-1noble.20260805.140126 Architecture: amd64 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.20260805.140126_amd64.deb Size: 10798 SHA256: 4436649b112bcfa97eb71890f067c01c4f1bbd9c0728c9143753dafa4121c400 SHA1: 84c60b2238ef8141387bcf42d2d60664ef1aad67 MD5sum: c7f5854def8300525dda188aba928d3c Description: Python action tutorial code Package: ros-kilted-actionlib-msgs Version: 5.5.3-1noble.20260716.021531 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 722 Depends: libc6 (>= 2.4), 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://index.ros.org/p/actionlib_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-actionlib-msgs/ros-kilted-actionlib-msgs_5.5.3-1noble.20260716.021531_amd64.deb Size: 70670 SHA256: c3e5ae27d6660cc9d64b8a9dcb7da8cfe9b14f7d672816e9a113ddf667d13477 SHA1: a151ae25b680221ca5866525823ff0cc1bb506b3 MD5sum: 6376b08e86933df8490599f60a260881 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.3-1noble.20260716.021531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 528 Depends: ros-kilted-actionlib-msgs (= 5.5.3-1noble.20260716.021531) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-actionlib-msgs/ros-kilted-actionlib-msgs-dbgsym_5.5.3-1noble.20260716.021531_amd64.deb Size: 397950 SHA256: 5e9792c5fa65d603eced38762ee7bb25c015e5f216a97ca83aa78a0b074462bc SHA1: ddec01650b08e0e685b273f18720f98d23efffb8 MD5sum: 3e2b4ef061b7c1c8d3c232ac44704a5b Description: debug symbols for ros-kilted-actionlib-msgs Build-Ids: 04821dd20fb4daeb839fe9c88649c1f40ae7f0bb 16485f7e95c1a1c80888ae43b155175ed5b2797e 252552cb0d85ff8ba6ee7d442455d01df0d42951 48668fbc1fdba8e937d43b1dfa8b5892d4b321b0 4a9da547d25df164dac15079a10d3397c388f0e6 99a1c3ed442762fcfd22cb7aaa82f835bf5fc899 b990cffededf6bd7cc061fd1b57a851bc0ca5ca8 c17d48fd2023f2e40589457c63d126c768f6b1d8 cfcab59897d65c3bb918f2d15a743931c674590a d280cca6c322e5e4aa6a9c3c369e0b47e926b97d f029705bc6ea781482b9200385f66494653ecc82 Package: ros-kilted-actuator-msgs Version: 0.0.1-4noble.20260716.022035 Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1420 Depends: libc6 (>= 2.4), 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.20260716.022035_amd64.deb Size: 103990 SHA256: 460c24c426aeb376d6e875ef19f4c5f566b254b3e4d9afd98c90531445617f71 SHA1: 51188f405fcae54f3e90cc4a11d5d8fdde0ab8ab MD5sum: e0bd7cd04c134b30326fa6018ed866da 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.20260716.022035 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1059 Depends: ros-kilted-actuator-msgs (= 0.0.1-4noble.20260716.022035) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-actuator-msgs/ros-kilted-actuator-msgs-dbgsym_0.0.1-4noble.20260716.022035_amd64.deb Size: 833588 SHA256: d0d168941a398e269b363344d0493963c3d7f41114783b1af94be232df445611 SHA1: fdcedc03c85b32191d06d0807f383e481e1d08b0 MD5sum: 60aa327ec796034ba9acc32c0e798aef Description: debug symbols for ros-kilted-actuator-msgs Build-Ids: 25dfb3c6d46f03d86f75f148fab2cc4420bd9046 433b35c7fdb218fe201fe5942014eb7d9e452c67 51be77accb21410c91db328651763cbb950c28f3 609dce44c66c4f345601b951e4ee92a3abbecabc 87601f238c640cc601b3d9765788fb4fff7d46b9 8ec81aef455cdc6032e56388e01c8cf03533ab46 c9e677ad9c8e09a87c37c6e3fb6a083beddeecc9 cba5d97e62bad4e11e465f7528df82160108c0e1 d89596abb26886bb901ca23081db10f09becfcec e0a58735f63c796b93aa51ec1a87d39b118458eb f406170b38d177e482a0c7d6a47a956399698cf7 Package: ros-kilted-adaptive-component Version: 0.2.1-5noble.20260804.175622 Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 134 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.20260804.175622_amd64.deb Size: 29640 SHA256: 56ac95d9c99fdee8f8d67c93c47d86ba090a055a60230438106c059c8b3e73ea SHA1: 1ada10947c0854cd3e98e62e77139aead2623939 MD5sum: d89be123b548a9a734ae99ce9fbe92b9 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.20260804.175622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 414 Depends: ros-kilted-adaptive-component (= 0.2.1-5noble.20260804.175622) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-adaptive-component/ros-kilted-adaptive-component-dbgsym_0.2.1-5noble.20260804.175622_amd64.deb Size: 384336 SHA256: 32c1f8dde8cc500aab5c0d135e7d977619a0dc584a5c5f32bb3fa23c9816b6de SHA1: 5139781f2ab13338dd96e8f7f39c7f79b8c2ea4e MD5sum: 56aa78ceb00602e4ad6e8612d4d34e91 Description: debug symbols for ros-kilted-adaptive-component Build-Ids: 44ca62bb7f5f9dd03a518629758a3a4ecdffb847 Package: ros-kilted-admittance-controller Version: 5.16.0-1noble.20260806.074009 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1261 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.16.0-1noble.20260806.074009_amd64.deb Size: 297848 SHA256: 6c531a986f71472b4494d2074375dfcbb8de990ab070605f1349344895381a6d SHA1: aafdc6b85accb60267ddc373c9c6b60fd8ae01cb MD5sum: d7432da6fd6d0408e94feadea2630222 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.16.0-1noble.20260806.074009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6922 Depends: ros-kilted-admittance-controller (= 5.16.0-1noble.20260806.074009) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-admittance-controller/ros-kilted-admittance-controller-dbgsym_5.16.0-1noble.20260806.074009_amd64.deb Size: 6300954 SHA256: 1eea596793a0ca5cac0f7d2bd2fb7d3838237971b860c9f0386c66b819acdb36 SHA1: 81475ea0a91f418dbf1a516c8e210796ee701338 MD5sum: 030c5272cdce7b1fbac3223df14ed06a Description: debug symbols for ros-kilted-admittance-controller Build-Ids: 347f5ade0c574114172d11527acd83276ddbdda8 Package: ros-kilted-ads-vendor Version: 1.0.2-1noble.20260410.110806 Architecture: amd64 Maintainer: Nikola Banovic Installed-Size: 516 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.110806_amd64.deb Size: 147866 SHA256: 09931c2d3d90c9cdda3c2e424be8e506e57ce3d20fae2b0c670484ff0aae6d2e SHA1: 4c54fbfcfbad996336797a7b02bf5abdbbfeee5e MD5sum: b7a66b7ec211104abe333222113d9800 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.110806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nikola Banovic Installed-Size: 1862 Depends: ros-kilted-ads-vendor (= 1.0.2-1noble.20260410.110806) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ads-vendor/ros-kilted-ads-vendor-dbgsym_1.0.2-1noble.20260410.110806_amd64.deb Size: 1789986 SHA256: 323fb257b63a242477ea431f9b397cb9f39898263a7a10927cb481d5fde0c953 SHA1: db8152f22b1f88a4e7f5f610b4d912c3ccc3914a MD5sum: f9ab10d3ce7018cb2ef4bebfea4dcec5 Description: debug symbols for ros-kilted-ads-vendor Build-Ids: bb003ec99a0a79bce2c3391eb6c7fac3733cbb59 e5705ebda8296c98dabeca6a3e8c27762eee5a0f Package: ros-kilted-ament-acceleration Version: 0.2.0-5noble.20260410.103326 Architecture: amd64 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.103326_amd64.deb Size: 5584 SHA256: 73b74cc3d31ecd1a8a064a22f1264a9ea612f8fcce86abb79b22611a52610fc7 SHA1: 2d669dbb4ffe73de76f5c46f43e9e4a9426d5385 MD5sum: 8d6b0b06bbe63d6d30b364d885b6d099 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.103457 Architecture: amd64 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.103457_amd64.deb Size: 12198 SHA256: 6ffc2f5f6d676967e3409006763c9a6fd58ced71cffa3e56247c6aaf9ed5aaf9 SHA1: 7f252dcf81e84904962f93d13acb3bdfec60e6c2 MD5sum: 8e6af5fa2ebe79adecefcce667c33e96 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.103505 Architecture: amd64 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.103505_amd64.deb Size: 16530 SHA256: adc76bda2e1ba8522191aa76c9b55e9ff6b1867cea2d8beb02e1ad1a45657cff SHA1: 3ab636a79932c8128670467bd968550a4f6f6131 MD5sum: eab88c73c0053d0b236df970ef961e78 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.103502 Architecture: amd64 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.103502_amd64.deb Size: 17474 SHA256: 25cd5aca5999e793f5a0a2ace939452b80a6f284030675fcf2262dcb1fdafcbc SHA1: c32810b1bedbf4f2a1cd1acd8b134b332567e4a9 MD5sum: 0055d7ebfea6161705bd52d28b2977ee 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.105910 Architecture: amd64 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.105910_amd64.deb Size: 7494 SHA256: 7ad1a5aacfbedd2ec36e47737750ecd7aa9df82156fa6dd8d760cd8bcd7b43f1 SHA1: cc9ddea96fac466432019d2f5b0a488eaa12b493 MD5sum: 78aeef9f21885d093f097e788c7af992 Description: The entry point package for the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-auto Version: 2.7.5-1noble.20260410.110843 Architecture: amd64 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.110843_amd64.deb Size: 11740 SHA256: fbb33f1fb50d23bc0f867cd66c8ed662145e42d840d0a3cce46eb448a6b54a71 SHA1: 748f7973b72e0ed27ce76be5e0ebb93c29424c40 MD5sum: 3d67daac8a30d7979650cb4ed683fe2d 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.105910 Architecture: amd64 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.105910_amd64.deb Size: 6838 SHA256: f9cbcf406735d7c68700152f0914b15c1ebc25b91254915241ac7d6d83388174 SHA1: e1a110004803060d2a00488bbfdfc993ac4da982 MD5sum: 48231ef0836bc46a97cdedda4bf3fadc 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.105930 Architecture: amd64 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.105930_amd64.deb Size: 6784 SHA256: 311ef5d57a9fcfbde4ea409c86238dbd45c4957bcf2173bb4f6f7f84d0949885 SHA1: 7dad42da59c2e47c2d7b591f9cf2b6bc85d71366 MD5sum: 4af72df8bbb5b67cd15a39f8948e5551 Description: Allows integrating catch2 tests in the ament buildsystem with CMake Package: ros-kilted-ament-cmake-clang-format Version: 0.19.3-2noble.20260410.105946 Architecture: amd64 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.105946_amd64.deb Size: 7770 SHA256: 132a33dadddd077ab70a423252f03edc84657e1b8b4818e41bc5f4d508baeb2d SHA1: 3cf0a5d4993a7bb015ed3e3f6e37dc8af5c8de93 MD5sum: c8d961b45b40c5a7986672ab3dd5f1fc 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.110002 Architecture: amd64 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.110002_amd64.deb Size: 8038 SHA256: 0f110afac1e5ff32f102b659d06026fc7da90d829d5f3be8d4e91105c10f2deb SHA1: d737a65e8b3b7d843891c9eb57fec535de85f9fc MD5sum: 446ad5f359cb24525c087b334fb3da33 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.110004 Architecture: amd64 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.110004_amd64.deb Size: 7928 SHA256: 789666389fe1932ae5f0316f0add1b31d2554d71839dc22772564309634bef41 SHA1: 3650db59fa839ed40ec8e070855d488f0b4fb554 MD5sum: 4b3c8271f16480a36ce4f3c30434e698 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.095140 Architecture: amd64 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.095140_amd64.deb Size: 27278 SHA256: fdfdcc83275a0e69a167ffa1bab7800d4d75c6a9b9cde61af4e5d0662a030095 SHA1: 7db72596efcb2c92e26768aae3eef79205496395 MD5sum: 79accb01f867d2927c36db07c99dff64 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.110003 Architecture: amd64 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.110003_amd64.deb Size: 9688 SHA256: a4680bd362e76c3e9c02ac3749bc3b611b56d19029a33f8b47cb63fe01101cb4 SHA1: c3bb67f208a7e0c58411f577e661fc334f8a2c56 MD5sum: 6b751d92186aaf8c342498d62f57ac63 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.110005 Architecture: amd64 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.110005_amd64.deb Size: 8300 SHA256: c695b4b50b77ef302481dafa30090526876d8395bef7edd626f8a881629ae335 SHA1: 4b20c30375fb7360fe88c2d1c28791e89f873a97 MD5sum: a88e4cb990c186ca738ecdb1ce56fbcb 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.103331 Architecture: amd64 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.103331_amd64.deb Size: 7280 SHA256: 5cbede179dbd7bac90d43351da97a0d97305ea121dbc5f14df0db0ea00d3c43c SHA1: 80a577c6d20c9369c4b44cce18cf14a1dd6f5625 MD5sum: 3ce5d543c48d34d838224f2644f72e90 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.103448 Architecture: amd64 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.103448_amd64.deb Size: 8650 SHA256: a782e75eadb1821177dbbf5688614c55a4814a3c431fde0a6fd17dda17c92430 SHA1: 75220ea12f67d447933700793523e0dcb96eb319 MD5sum: 5fd2a19f955716d4af8ae46b74f63314 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.103334 Architecture: amd64 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.103334_amd64.deb Size: 7592 SHA256: ce09d815ad5913943d7ef6ebbdee30c1dfe6e34451b02011392d4eaf332f1a28 SHA1: 9de392c27a8516151ffde4839265fd072ef392c8 MD5sum: 4c1bcf8eca4df7a6bf387ec7ec0ae109 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.103341 Architecture: amd64 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.103341_amd64.deb Size: 8002 SHA256: af88dc0d87151df46fd98f4d209eaaa38323f8d5807192928ae36295f5334d6b SHA1: af3d788dbf71b70801d1c8f4ae248efbf16d83fa MD5sum: 9c57659772be334eec2016ee279a3cd3 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.103302 Architecture: amd64 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.103302_amd64.deb Size: 9624 SHA256: cd99f359d92f90e01cb141188246009f4b22ea7e0a8dde2644f5962c094a3750 SHA1: e9cd6c2bbbbe6c69252937edad4d05db467c6b1e MD5sum: a443e4bc838ce2430b96df03f61648ea 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.103401 Architecture: amd64 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.103401_amd64.deb Size: 7204 SHA256: da3eef087ed9ea529a751117949921ab4d766f05c3f773f496deaad1ce880b5b SHA1: 128b91645c4ad6bd244987dfd674a4304110e7ad MD5sum: ea3fc261dae37f372170d8fdac416553 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.103356 Architecture: amd64 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.103356_amd64.deb Size: 8326 SHA256: 34255657124523ebaf391cb15dcd3a594e46d67801e872657deb6b69e858ff87 SHA1: b9503975002d78f78f1a1b68c09b16999672731d MD5sum: e0aa9ceceb64cfdd2dedf0836b6410fa 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.110030 Architecture: amd64 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.110030_amd64.deb Size: 7782 SHA256: 4f57819d37206f1392d9abc2c18a0c91f865e42750784342f21f72eb3dc854fe SHA1: f413d53afe0bc1ee368d801a2a20433a067c843c MD5sum: 4526a1ca2889d93c5860f7f10b4b739e 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.103411 Architecture: amd64 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.103411_amd64.deb Size: 9656 SHA256: f80a0c2995376e2ae4e351b9daab0c3552db5aa3a6eade35859fe8224d66302c SHA1: 1a3fb6a2490cfa514b4a4d1ed9b16f7fb837858c MD5sum: f7e8b76954682a7e0153e2bb31d3b729 Description: Generate a C header containing the version number of the package Package: ros-kilted-ament-cmake-gmock Version: 2.7.5-1noble.20260410.110105 Architecture: amd64 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.110105_amd64.deb Size: 10092 SHA256: 13b3c3e4677a86ff278dfe15d272f18ccaf6ae5a8f6ee567205ed825369288df SHA1: f4379f980854e7689e980566e5696c74d81cc666 MD5sum: 90f9bcf6f5178316bd7123c7108c9496 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.110021 Architecture: amd64 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.110021_amd64.deb Size: 13282 SHA256: f80e3164f56f0ece6769fd7fe6435e0d25de55e5173063fd254179c55629e3d8 SHA1: 9616cbe09c371530f4678c8fdfbda84842b919c7 MD5sum: 6eefb170372225d2fb398ba2d355b24a 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.110032 Architecture: amd64 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.110032_amd64.deb Size: 10404 SHA256: 61d7e757c90eff8ab66c00b04ac6e98d8fb5f5ce4e6e48d2bcc622b5987e2984 SHA1: 2bac264e67827effc00a03874e8f74b1ad87cfc0 MD5sum: 4a1a05517997e55fafadfaf448faa33a 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.103414 Architecture: amd64 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.103414_amd64.deb Size: 7344 SHA256: f1728c32c0f234317bdae6674aa85e977afea308aaf6c7789862452749f0c5b5 SHA1: 5c17d45e88f887b00eb6b8258ba1e2c31c65b443 MD5sum: ab989b39f10ba254037471925dc1246e 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.103419 Architecture: amd64 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.103419_amd64.deb Size: 7204 SHA256: b94580a0b451a2fb85d7b6be53168fa830279d3125ce58a9f864375ec3af9549 SHA1: 9fa7eb20878593b53d5ef5c176c2d93498c667ec MD5sum: 87fdca9cc71f476d18275ef064d546b0 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.110059 Architecture: amd64 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.110059_amd64.deb Size: 7742 SHA256: 45d130f6ab50369edcf70ba9229a8a8f4fc792caa91db5d8102efd4028026582 SHA1: abb151bacc252738054ca45c2e71bffe7036a2f3 MD5sum: 5e92ff32d2cb0d765c067552c6cf07d7 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.110110 Architecture: amd64 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.110110_amd64.deb Size: 7922 SHA256: 9273087073eacb970d4a33b979f4122af89675a1672197732f256e5a65be23f3 SHA1: a83bf7b9f5954fb425368a352057eff3d40275df MD5sum: 3de7b3d270743483b4d108eeef4d74df 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.110132 Architecture: amd64 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.110132_amd64.deb Size: 8042 SHA256: 1018289b5dbf7ab6316d039be24c1cae3b044719053d2d1c75d068e77a751010 SHA1: c24aca4d03605cc42b62c36bcea43f03ff6df640 MD5sum: 802298f6d479940ead9d26ed2af87492 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.110137 Architecture: amd64 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.110137_amd64.deb Size: 7512 SHA256: 2751d47571b91a1d3d388897094290e4d5fb2256dec6300f6735aa7cb732903c SHA1: 3232905cd302fbd7413be653ad68c670aa770e35 MD5sum: a3993606901d66032fed86eb5b27eea9 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.110147 Architecture: amd64 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.110147_amd64.deb Size: 7738 SHA256: ed55f7d5c4507a3ac776bc88128c819d74dee0bf6498785efd4f5f6ac8b26928 SHA1: 8b084d197e58a6fe4e4e41ad736b7c13d950b8d1 MD5sum: 81326159a6de1507ce78ebf77603f75b 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.110156 Architecture: amd64 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.110156_amd64.deb Size: 7414 SHA256: e1267bf1fc12c0d77d8e8facc785250c94fa22b2bece9cd9d0788df03ac22447 SHA1: 0162bd26b71272e08959ee10dac4c5f857b6b601 MD5sum: 23821b2fc1de81c4e3d01445f1268a58 Description: The CMake API for ament_pyflakes to check code using pyflakes. Package: ros-kilted-ament-cmake-pytest Version: 2.7.5-1noble.20260410.110158 Architecture: amd64 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.110158_amd64.deb Size: 10360 SHA256: 5ba01eca2814a05bed52c2d9b50a4753aa41468fb860ad617cac4540e6db1263 SHA1: 6be46a8d5caf507c9baa06631ddbdd150a2c2998 MD5sum: c938ec3ffc9c7106127c9ccfd5ac9e0a 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.103421 Architecture: amd64 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.103421_amd64.deb Size: 10332 SHA256: 1eb0a73f6c4153686210017ceb8ed26b657f2a7278d2a2ed2189bdf8b8aa61a5 SHA1: 124a06a37a80a4d383a410dbe19302422d1970e1 MD5sum: 689ffe765410fe5f58c0b1f2d042046b Description: The ability to use Python in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-ros Version: 0.14.7-1noble.20260730.175220 Architecture: amd64 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.20260730.175220_amd64.deb Size: 8406 SHA256: e65c76617d2da1557e8685a5fab676fc44da5bb0ea9498436cff9efa62798872 SHA1: 9727d355b5c6b7c303cd5437e2c2fc51064b2700 MD5sum: e97ba54c949f5a5ba91b3e7774fdb1b8 Description: The ROS specific CMake bits in the ament buildsystem. Package: ros-kilted-ament-cmake-ros-core Version: 0.14.7-1noble.20260410.103528 Architecture: amd64 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.103528_amd64.deb Size: 6986 SHA256: c85394b5bb84d9f2882b807d80733bf097c31f4494d756a8114cdadd33d50a59 SHA1: 253d16b091f60ffa3d04e0b8d5c4a21c1cb7481c MD5sum: 9159f465f1cfaf30ee0c37ce64b5395f Description: Core ROS specific CMake bits in the ament buildsystem. Package: ros-kilted-ament-cmake-target-dependencies Version: 2.7.5-1noble.20260410.103457 Architecture: amd64 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.103457_amd64.deb Size: 9802 SHA256: 292c22a6beb7c617b59ac13b70aa90815d6ab4525b5be70b1fa15e50f8f5a774 SHA1: a0efc1094b5033d23f10db6d6d6a219369e35e06 MD5sum: 3ba656f70ea804d875e19ac48ab16305 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.105735 Architecture: amd64 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.105735_amd64.deb Size: 15508 SHA256: 372a2ed16a8b4d7b34db20bd43078fbaa9a8a6978416cc0d0c426c559dab270b SHA1: 51495b22061031db31c42fae3026ec173ae381e2 MD5sum: bc4d33459654c6df0accb5afb162ffe0 Description: The ability to add tests in the ament buildsystem in CMake. Package: ros-kilted-ament-cmake-uncrustify Version: 0.19.3-2noble.20260410.113252 Architecture: amd64 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.113252_amd64.deb Size: 8998 SHA256: a009b6899119589d46b7213f571c30428808c682d5e33cbbb44caacb185d298c SHA1: 90af92e4fd55a6c900d490dbf9731d324620d3d4 MD5sum: 78cbe99850baea599b7513d14f9e116e 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.103533 Architecture: amd64 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.103533_amd64.deb Size: 11242 SHA256: 67d9ae32e8872ffcf620c734d14331e87e06e8619640b48ba6ba0ea1c6a96134 SHA1: 947f1cafdcd1104e76ca96d4d74222109135357d MD5sum: e401633b729722f252e90f099e201995 Description: Macros for maintaining a 'vendor' package. Package: ros-kilted-ament-cmake-version Version: 2.7.5-1noble.20260410.103428 Architecture: amd64 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.103428_amd64.deb Size: 7536 SHA256: 4c346da358223a937f10e19197626ba8c8a6d56d94b34a37f88058a72fb66ee7 SHA1: 86d974ed50a9ddebe0c61ff677cc8bc4aac27e70 MD5sum: a1a0b8639793576c77a9a069a738348b 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.110210 Architecture: amd64 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.110210_amd64.deb Size: 7482 SHA256: da0cb4e97270f2623a4cda69569410cc7e1ee08e3ad7cac3d368716d66af3d02 SHA1: 2d582fe707fbeb25e30077f54667a110e6959b2a MD5sum: faa94eff8c2a5468cb28ea46de990ad5 Description: The CMake API for ament_xmllint to check XML file using xmmlint. Package: ros-kilted-ament-copyright Version: 0.19.3-2noble.20260410.103718 Architecture: amd64 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.103718_amd64.deb Size: 52222 SHA256: a1fa20b46cd00e4e7c6326df8a180a64f764f690bfcdac8b9bcd9c24b257a9a1 SHA1: 6201284ef72226455150f781fd030d4e9c344460 MD5sum: 5649c7d6a5961125f20a4b1a30cb52db Description: The ability to check source files for copyright and license information. Package: ros-kilted-ament-cppcheck Version: 0.19.3-2noble.20260410.103503 Architecture: amd64 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.103503_amd64.deb Size: 16730 SHA256: 84733bd7abe22e5524377f07bf300e69ac8a19808166da479a559c248d869a3b SHA1: 9570be4c686925eb67d5a413087318be1662aab6 MD5sum: cce0ff0871c8f637c58a98f553880160 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.103537 Architecture: amd64 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.103537_amd64.deb Size: 147196 SHA256: 29ceda2cf9ac133231778fe419394a0566b5c0a8efcdbec57a1fe5aa29efe028 SHA1: b18d152dbfe88688631227090e63caed307806c2 MD5sum: 7a398858d1ee018065b9506b4d7737b4 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.110900 Architecture: amd64 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.110900_amd64.deb Size: 8646 SHA256: c0fe61e84d369763009fb014ad8abe272fe6a347fa1c5c21bda3899d88b3e3e3 SHA1: 62d8c7187be79b328899931064c48f76dac7ef56 MD5sum: d879fcd722d685e89b9335cf59c9bdbd Description: CMake macros for downloading files with ament Package: ros-kilted-ament-flake8 Version: 0.19.3-2noble.20260410.103737 Architecture: amd64 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.103737_amd64.deb Size: 17474 SHA256: 49b3294536c29aa16e372245850de9444cfba0161c6a104cd1efbf47f97c9d68 SHA1: 9eaa39e84e472bf5bbbf5e0eded306d652f8a25b MD5sum: c905e264d6c13bd41091a61246c65164 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.012959 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 128 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.012959_amd64.deb Size: 29238 SHA256: 645097bad9b112f0fd3517c026388a301f1223af96b41b73aad900914198142e SHA1: 5d9aa5c42cbce4383a59822a5048782356607874 MD5sum: 462a570e4b754f06f5df9dc82889cd07 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.012959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 480 Depends: ros-kilted-ament-index-cpp (= 1.11.4-1noble.20260519.012959) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ament-index-cpp/ros-kilted-ament-index-cpp-dbgsym_1.11.4-1noble.20260519.012959_amd64.deb Size: 461200 SHA256: 961dfe944fbac029cd9347bcab8c90bd92a97e3041d367f4e99a95d53dfa2540 SHA1: 1be54bb999b47dbf48d53c540d5bedae0f3d1ccb MD5sum: 1ff19953fd6592f2a6a7c14621488b70 Description: debug symbols for ros-kilted-ament-index-cpp Build-Ids: a271a7bb9ad2d84fdad060fd3c29986b0afbb033 Package: ros-kilted-ament-index-python Version: 1.11.4-1noble.20260519.012655 Architecture: amd64 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.012655_amd64.deb Size: 14996 SHA256: 12d0af76020593c7637c08bb7cd0e6a1bf9dc1ff8878239b96508ad9af2b88bc SHA1: 6ae2c7b4da629d5282dba5f7870e2a185f801194 MD5sum: fef398852865075cac099ac98ca8a7fd Description: Python API to access the ament resource index. Package: ros-kilted-ament-lint Version: 0.19.3-2noble.20260410.103610 Architecture: amd64 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.103610_amd64.deb Size: 4812 SHA256: dbb514283db654953daf5ea2629d97830656a3fea6fad6e11addc49a9ddcf4f0 SHA1: 1b20a60ae1db4635826174c745992a27308cac72 MD5sum: 4ea42862f1a356044a08de9e26a1bae1 Description: Providing common API for ament linter packages. Package: ros-kilted-ament-lint-auto Version: 0.19.3-2noble.20260410.110211 Architecture: amd64 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.110211_amd64.deb Size: 7624 SHA256: 6d4d7ac32ae4900f8b5a28628605ac8f5df3bc998d479c3642eb41467d38c718 SHA1: 9f99d825732f831779005ceb8af157d77d1c797b MD5sum: 9b491d873af2c02c1b253c436359a6d1 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.103620 Architecture: amd64 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.103620_amd64.deb Size: 25820 SHA256: 2386ebd06eebc1e850ba8995401cd0784a5ab4c1926ca133ef5a9699e0d63a4d SHA1: da22949aa29a6288da061278a54cc3ed8698dee7 MD5sum: 4215e42b7de45feacc9ab024ef2a1ef4 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.113405 Architecture: amd64 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.113405_amd64.deb Size: 7598 SHA256: 8c4ede4dbe8e1e4f9ef7f57da4668508ae60d6e92733d982cfb7c014374f4af5 SHA1: 98f5cf0964675aec099e2d55efad1e242b12d14c MD5sum: 497ee3212474013fab3cb0ecf5a7dfc0 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.103622 Architecture: amd64 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.103622_amd64.deb Size: 13790 SHA256: 112ba191907462f8e5aa9e25d09a868faecb7f636ddff49bcdade0780dcd993a SHA1: b677868b08b5b822c8088772bb95dc20deb0da52 MD5sum: d56eebcfa71700085c21ed67dae7090d Description: Support for mypy static type checking in ament. Package: ros-kilted-ament-nodl Version: 0.1.0-7noble.20260410.110902 Architecture: amd64 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.110902_amd64.deb Size: 6498 SHA256: ffaa74783565cbdd7da81606ccea2a1074c6c46e8fd25bfac9c7f9ed4c75d17a SHA1: 503377894c048436790839250fbee3086ed38d53 MD5sum: 253973cea9dd874912797ea6577259cb Description: Ament extension for exporting NoDL .xml files Package: ros-kilted-ament-package Version: 0.17.3-1noble.20260410.094853 Architecture: amd64 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.20260410.094853_amd64.deb Size: 24956 SHA256: ab91648be60d79ff826e8ba681fcf9927ab48d0c246c8ce61b01ed0eeaabd5aa SHA1: 41104a34d012a0f81e4634acf3f1d8dd3b4e147e MD5sum: a2597f5cd9a55ac20f414cdee161016f Description: The parser for the manifest files in the ament buildsystem. Package: ros-kilted-ament-pclint Version: 0.19.3-2noble.20260410.103624 Architecture: amd64 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.103624_amd64.deb Size: 44068 SHA256: 4ad0fcbc95f100bf30ba3458e9e31f614a67deb72a5398aceb99ee1124611027 SHA1: 1b2ce1d5bfb8b0639cd4e79daeff18bda6c167da MD5sum: 68e7e6a7a2005b52c00b586ca9c8f257 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.103741 Architecture: amd64 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.103741_amd64.deb Size: 13626 SHA256: 4c5ad8dbd0e9804371da77702eeb0f4e1f80bdffef349569db467453c4989d2e SHA1: 36bf1534b57b96a984b4a649d2c6494ba9a7afaa MD5sum: ad4d5bf64ecf333451ccd778e45b9cd4 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.103626 Architecture: amd64 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.103626_amd64.deb Size: 11114 SHA256: 9e337d4ec020d3f54cf1dd587759f49d77d68bb104cdfa75522da7e2155e25d1 SHA1: d84b089b2a9115d34e99c65f5a1ac840b9b081a3 MD5sum: 8eec22b87df2321c35ab91459fe77648 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.103628 Architecture: amd64 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.103628_amd64.deb Size: 12296 SHA256: a077bc438e206d4b274defabe3bc09b6354c1e4f5e8ebff9ba9aac3175a689e4 SHA1: ae1711feeb52845630beaa120ebf6e73279cd473 MD5sum: cf6e868d9e62222906d984259788db04 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.113217 Architecture: amd64 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.113217_amd64.deb Size: 50864 SHA256: 6145e2d199ca1f3008aceb3472724bc34ebcbfb2bdb061c98e6efd02a38d8f67 SHA1: 9bc4784ec0922e0288a550a64d488ec5e7246c12 MD5sum: 3d4dddb918288b98e983b1edac179462 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.20260730.180033 Architecture: amd64 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.20260730.180033_amd64.deb Size: 15294 SHA256: fed9768f7a61cb660faae17cf3b3aacf0ffa227178c5ca9ebe27e37432f8b11b SHA1: a8eee02ef8cc69e5b64e5c9de895774c0db1c8b7 MD5sum: ded7da4a9960ad39a5fd88eedfaebffa 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.103745 Architecture: amd64 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.103745_amd64.deb Size: 13764 SHA256: e46683b4f0b63ca2413a568f8c820d82354e71f009d050ea94e63e51a4a1061c SHA1: ee5ae1d3e3d21d49357e8e69df982c62c74cccc4 MD5sum: 7c726cbb6bfd4b37aef3ed428184c300 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.110925 Architecture: amd64 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.110925_amd64.deb Size: 13856 SHA256: 26052c5b3125c928e0a57afe9031e37fe9ca016085b45f45f2d2fd9b4e8e7bcc SHA1: 98849151e85db4db059eaf19e2c3212936cbdb1c MD5sum: 7229f4c98f1fc162459bb6687975b498 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.111030 Architecture: amd64 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.111030_amd64.deb Size: 7946 SHA256: b4e87e634833109f186a617cfb1420547adb8a9a32929bf2db6a22fa743921a7 SHA1: 3e0a669d987aada754aa8fb94e2520a0944b63b5 MD5sum: f172f2f64e0de6a7ec68555f2292deb0 Description: The package Apex.OS Test Tools contains test helpers Package: ros-kilted-apriltag Version: 3.4.3-2noble.20260410.103640 Architecture: amd64 Maintainer: Max Krogius Installed-Size: 1789 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.103640_amd64.deb Size: 1159580 SHA256: 9746032c0311c4d9fded3956130b99ad1830a312d9f8be40e9880d71d1624d78 SHA1: b992fe3555d5a190f8fbe790ac5a105ebacaf2f2 MD5sum: 381307723cc9c044739dc1d6162e18da Description: AprilTag detector library Package: ros-kilted-apriltag-dbgsym Package-Type: ddeb Source: ros-kilted-apriltag Version: 3.4.3-2noble.20260410.103640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Max Krogius Installed-Size: 399 Depends: ros-kilted-apriltag (= 3.4.3-2noble.20260410.103640) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag/ros-kilted-apriltag-dbgsym_3.4.3-2noble.20260410.103640_amd64.deb Size: 327556 SHA256: 2f168ddb7c32101d759fad97ca478a00d12a84c3c309bd039238b96049cdd787 SHA1: 3c6ef07648f87e37c573c36174429eccf523a6e5 MD5sum: 5de8aaf50174d41af7be83144e44eb6e Description: debug symbols for ros-kilted-apriltag Build-Ids: 1195e732faf7896c891f2d0e2e1b206bef309739 c7e39a749236fc0350ea92dcd2d37ecc37d79bb0 d37af601b15aa148e1285d7db52a55e27a3b1415 Package: ros-kilted-apriltag-detector Version: 3.1.0-1noble.20260805.143250 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 456 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.20260805.143250_amd64.deb Size: 135008 SHA256: 2c9702c443984a70002ba6af0548e2b843eab1a8a28e3f311e2a76d0edbebf44 SHA1: 1ec693e6438ff8aea17afaf85f86177930d84425 MD5sum: 389929fd372f51578d39c25eccf2a2b1 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.20260805.143250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2115 Depends: ros-kilted-apriltag-detector (= 3.1.0-1noble.20260805.143250) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-detector/ros-kilted-apriltag-detector-dbgsym_3.1.0-1noble.20260805.143250_amd64.deb Size: 1996250 SHA256: ad4dfdba8b6c9a7eb27bbb9c39d9d40d346e11316613f1a4072a520eea7681de SHA1: d677c8079b8983f6078c1e2311716c7f66980c12 MD5sum: 090de5c03d87320d5ff3df484d70f03d Description: debug symbols for ros-kilted-apriltag-detector Build-Ids: 1e180e62ceaa7a9f96a2893cb461c62bc67ba8e7 7e7f1cb45fdec02674e225fc3f787b35eaec2a12 Package: ros-kilted-apriltag-detector-mit Version: 3.1.0-1noble.20260805.152405 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 114 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.20260805.152405_amd64.deb Size: 28128 SHA256: 2af7b9914274e2989c09669ad90acf74fd450e5533200a148bc19a85a16c8a52 SHA1: c2c22ca655f104dca2913e5a969f79ce175daf45 MD5sum: 8a40806a43b26cdd5c594afa41f51f99 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.20260805.152405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 463 Depends: ros-kilted-apriltag-detector-mit (= 3.1.0-1noble.20260805.152405) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-detector-mit/ros-kilted-apriltag-detector-mit-dbgsym_3.1.0-1noble.20260805.152405_amd64.deb Size: 444214 SHA256: ce65223b14f5d444de4d09fbd2e7ecc653f859fcc272f2198685034b624871c0 SHA1: c82011f67f46d5619d93d79ccb11c05c59b39199 MD5sum: c1d996328b185f1b57256aba73a6ea39 Description: debug symbols for ros-kilted-apriltag-detector-mit Build-Ids: 1d54ee85a19dad6802e2da3d0192a6ca1a5d4009 Package: ros-kilted-apriltag-detector-umich Version: 3.1.0-1noble.20260805.152414 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 107 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.20260805.152414_amd64.deb Size: 23010 SHA256: 3fa0ed7a8e3ff7ad6b24ad3969d41c19fc7c5bcc84d6fda3f022f474d459ba09 SHA1: 242af19b51e7101fa1ab8bab623ed6cff6dd8c19 MD5sum: 43c23253b0b9b0e679182553415e11e0 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.20260805.152414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 445 Depends: ros-kilted-apriltag-detector-umich (= 3.1.0-1noble.20260805.152414) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-detector-umich/ros-kilted-apriltag-detector-umich-dbgsym_3.1.0-1noble.20260805.152414_amd64.deb Size: 426372 SHA256: 76cd74366246f0d8f62b8e2565c8fc50cf62525d597e56c35ce09df6114ed4a6 SHA1: ab28049a0ab4ec858bc4de5082ff61d1e8f325e6 MD5sum: 4169b3d7b1fa6e8020338cb38beddc27 Description: debug symbols for ros-kilted-apriltag-detector-umich Build-Ids: 8bad699e402d46cd38dfca2f87b3b227ae0c8e52 Package: ros-kilted-apriltag-draw Version: 3.1.0-1noble.20260805.143252 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 640 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.20260805.143252_amd64.deb Size: 148082 SHA256: b518972ea3bf4b9c2a4435aaf9a715ac047ece75cbbdafb705b3cd63bf2c2eaa SHA1: 7244501f792f7f877c4ba158aa6d367f2c331d4c MD5sum: 6dc4a54eb8fe8227fa1ee2155cb33b67 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.20260805.143252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2982 Depends: ros-kilted-apriltag-draw (= 3.1.0-1noble.20260805.143252) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-draw/ros-kilted-apriltag-draw-dbgsym_3.1.0-1noble.20260805.143252_amd64.deb Size: 2633860 SHA256: be4d1f8ad50186fc05ad91b133cfc2d76c93dd71187fd129db91a4517a6f5d3c SHA1: e3a651c1d93f2db6bd0edbb1b13ebdba0a603c19 MD5sum: 544a8d6229ee5a4acd786135b42a1e0e Description: debug symbols for ros-kilted-apriltag-draw Build-Ids: 18fc46d3299e57a5df0eebc8a4650cfb00deaff0 6241aa2938319e635814f1a03eaaca9268cfb879 Package: ros-kilted-apriltag-mit Version: 1.0.3-2noble.20260410.103639 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 250 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.4), 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.103639_amd64.deb Size: 75968 SHA256: 48fd86b249bc30ca47faf8b06c420a5239b31d2d5dc906deddc50049963c07a8 SHA1: d03d3637f2516a92bd66d627c2ca1da819c9e98c MD5sum: 084349ffa7fd7b6e12030f65aa2039d2 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.103639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 841 Depends: ros-kilted-apriltag-mit (= 1.0.3-2noble.20260410.103639) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-mit/ros-kilted-apriltag-mit-dbgsym_1.0.3-2noble.20260410.103639_amd64.deb Size: 826478 SHA256: 7bb1fab61512feb35473a92e72f60a3be11a78f58ae4718ae4ca17522d4c3540 SHA1: ec55b6c2f7c5ece6f530d800d138dea7ff1fd10c MD5sum: fd60c75ce21d21d7455d8d55dfd26cd4 Description: debug symbols for ros-kilted-apriltag-mit Build-Ids: 9ed67fd18fd40bfaca18942cfa3ae0f67cfdf1b9 Package: ros-kilted-apriltag-msgs Version: 2.0.1-5noble.20260716.021614 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 749 Depends: libc6 (>= 2.4), 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.20260716.021614_amd64.deb Size: 73330 SHA256: b082929c757dfa0031a634dc5266d6807e5eb33e17f3e08668981e15ea08df56 SHA1: 46b9e1a079b34e01ad11b19543546c868982753d MD5sum: 7a5573ee845260e0370148fbfc277d26 Description: AprilTag message definitions Package: ros-kilted-apriltag-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-apriltag-msgs Version: 2.0.1-5noble.20260716.021614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 551 Depends: ros-kilted-apriltag-msgs (= 2.0.1-5noble.20260716.021614) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-msgs/ros-kilted-apriltag-msgs-dbgsym_2.0.1-5noble.20260716.021614_amd64.deb Size: 423210 SHA256: 494f00b57cd87c8365d1cdf57ae0165bac286c1ca38113fca119ddfd12530536 SHA1: 2ebb837c7d04f27cae3b38667444457f71f72e7d MD5sum: 2287ff3d83f0cfbffec2dccbae910800 Description: debug symbols for ros-kilted-apriltag-msgs Build-Ids: 04873baffffd9a47365ebfa99be994ef7e10a844 160416c3aa6d3274c9034d712c6b158e6885bc0e 40b591f7ba563a7e62ad13d5519553afd489be33 432fc8c3e7d5052b562b0e9d8e48bcb9151b608c 5db507066ace566dc66c41773682442d921670a8 68adccf5387fbeb0a7457db8f27c10be3faa6540 9a8c5022f8069f4c011d8ad8e3bd4a013f7b2dc8 b1f9deb1e6930989e0be4057b504b9f1062f944a b7e526802250bd50f533c1b0d12dfcdc8c0345b7 c4790ff653af347f47b4fab56449094ae57ef234 e8710867e7d4b7cdabe5690f7b0d99f224986a09 Package: ros-kilted-apriltag-ros Version: 3.2.2-2noble.20260805.143246 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 420 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.20260805.143246_amd64.deb Size: 123554 SHA256: 36114e3ee621740b715dcb14120ead8f4afe79ff4da6c1f890c851223a67feca SHA1: 4d3c4fe5fb47de04871a871858d00a175e9b03a0 MD5sum: 60ab1d1f8283bafce008fca0fd165019 Description: AprilTag detection node Package: ros-kilted-apriltag-ros-dbgsym Package-Type: ddeb Source: ros-kilted-apriltag-ros Version: 3.2.2-2noble.20260805.143246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 2401 Depends: ros-kilted-apriltag-ros (= 3.2.2-2noble.20260805.143246) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-ros/ros-kilted-apriltag-ros-dbgsym_3.2.2-2noble.20260805.143246_amd64.deb Size: 2274892 SHA256: 68d4362a1e271cfad7c89419458b08d9446330874bccc8ccd979f7c26e6cd77f SHA1: 86984ad718300f8bc54e11bd2cbeab1775fefb44 MD5sum: 6e56b976a511f146eeeb7cdda4e30158 Description: debug symbols for ros-kilted-apriltag-ros Build-Ids: 4dd840b0e54d55497be34c621ed4f2fa9e5e6f05 547a1d0313e3a5b1ebbb73ea4dcf671434390196 Package: ros-kilted-apriltag-tools Version: 3.1.0-1noble.20260805.152833 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 102 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.20260805.152833_amd64.deb Size: 24932 SHA256: 541f26289842895ef6e52c3e49cc3a5163b6098cbfb1eade3841182cdcccb1a2 SHA1: 2070c8884d862729503be7546c50968a32ed772a MD5sum: 90ef12a381fc82b8a1a206f95ce92116 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.20260805.152833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 514 Depends: ros-kilted-apriltag-tools (= 3.1.0-1noble.20260805.152833) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-apriltag-tools/ros-kilted-apriltag-tools-dbgsym_3.1.0-1noble.20260805.152833_amd64.deb Size: 488432 SHA256: 91b19d0ff345a30a3c7157dd4101a69dc24a89ee1f24f4a145b8019aaefd6c0f SHA1: 782ba5ce9ccaf98b16bedc5e059611feb614d151 MD5sum: 6188a0c52d7740f90cf3de24d374256b Description: debug symbols for ros-kilted-apriltag-tools Build-Ids: 1fbfc4c9e70e6286d098d1a18a9b6dbfcdfed4ec Package: ros-kilted-aruco Version: 5.0.5-2noble.20260804.172446 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 855 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.20260804.172446_amd64.deb Size: 297798 SHA256: d1cbe8dd84e3960f5487b5f561bd8723eb26c0500edcea944e9acf9bc28a6dbd SHA1: 541aea04f17ed8d335d692dbca8eb87294467232 MD5sum: d864e8286ea8e01dd5bddc273f87eb6e 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.20260804.172446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 4473 Depends: ros-kilted-aruco (= 5.0.5-2noble.20260804.172446) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco/ros-kilted-aruco-dbgsym_5.0.5-2noble.20260804.172446_amd64.deb Size: 4415570 SHA256: bcf45415956a0fac9dd44f30fe4e1c6cb0375d156e2b2abb85299a5359773010 SHA1: eb852eefa838f3459941061ec4a5f3cb9ecb36bb MD5sum: 21c26eece13a1fbb785b24100ff520bc Description: debug symbols for ros-kilted-aruco Build-Ids: 70e502218f817f53d8076c69f67b71c182a9d2ae Package: ros-kilted-aruco-msgs Version: 5.0.5-2noble.20260716.015041 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 601 Depends: libc6 (>= 2.4), 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.20260716.015041_amd64.deb Size: 60392 SHA256: dcf2c5ff89585ebac382d962c49f4cb493dafb880662d372ee758b5213aa4884 SHA1: e36839efe97da8cc7bb36d215621fffa1b183ded MD5sum: 54bff782a407483048f3cb45f78b418e Description: The aruco_msgs package Package: ros-kilted-aruco-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-aruco-msgs Version: 5.0.5-2noble.20260716.015041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 430 Depends: ros-kilted-aruco-msgs (= 5.0.5-2noble.20260716.015041) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-msgs/ros-kilted-aruco-msgs-dbgsym_5.0.5-2noble.20260716.015041_amd64.deb Size: 321142 SHA256: ac9c86e5a4d7c2f1dc2193da3818af1fdbb51c9957c3ebdba0257793f3b59229 SHA1: 351f0dcab1e1994b43488b5f23a48e2aa31d981f MD5sum: ef670d1602e61fca4e4e5a00844d76eb Description: debug symbols for ros-kilted-aruco-msgs Build-Ids: 1ffc62a641a5acde4a11cd0b0bf04457a8bee64f 3790f24ed8d72612e9297a2c7a0dfd27d8d7722b 44ca76119018fff02222bc352f734c11302f5b80 4b2b9fe6e82c390a9e34cf65c40a049ab5a39645 57947d54eeda013bd232b480f0edc32bb1c79cd6 6c7c67086bfff9de998fbe7502f5cab49fc56c25 87824b611820c9c09efd4f89fe9923eba223b5c9 8ca3235e783964f05a5b3e6fcd08f43768a4ac47 8d6d66d92bd5c438517b62ab6a1c251f605661a4 aeca7e2f5b18eace7ff4698602d372c20b204447 d12bfd3a730a76df75e9083bcda340fc616f88e9 Package: ros-kilted-aruco-opencv Version: 6.1.2-1noble.20260805.144445 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1474 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.20260805.144445_amd64.deb Size: 293090 SHA256: 0325b5556048b175517ffd80b7c2c04483a10a7aafa2ae7e2ffe0bec18be7514 SHA1: 7cca82f0c2428af821789cf58736a45189f79888 MD5sum: 4302e6718d1b050c688944056e126f50 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.20260805.144445 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 7554 Depends: ros-kilted-aruco-opencv (= 6.1.2-1noble.20260805.144445) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-opencv/ros-kilted-aruco-opencv-dbgsym_6.1.2-1noble.20260805.144445_amd64.deb Size: 6478192 SHA256: 566320071edc25dc3dc30c18b2cd867f582516250c2068be32fa6a911909cc92 SHA1: 5cb429c706b282c3bfe597671bd37c204f6a3dab MD5sum: 9c89125b14b7f6b9f8c6fb8bcea431b9 Description: debug symbols for ros-kilted-aruco-opencv Build-Ids: 82edc034dfa3b745f09c61b8e4acb397e15221a9 914f4a03e139848d622c3944cf9d14a1f3da811f c657ae8a83ab7c1f5da19fe2580afad093881a8d Package: ros-kilted-aruco-opencv-msgs Version: 6.1.2-1noble.20260716.015041 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 735 Depends: libc6 (>= 2.4), 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.20260716.015041_amd64.deb Size: 70416 SHA256: 57538e92d363f12c42aa0259045430e54038e214d828bec554e3566e6369f3bb SHA1: 071c37547e13e9a31f8560512baa867c2799ba12 MD5sum: 699b53be5f51d122521fc89280a016b3 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.20260716.015041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 554 Depends: ros-kilted-aruco-opencv-msgs (= 6.1.2-1noble.20260716.015041) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-opencv-msgs/ros-kilted-aruco-opencv-msgs-dbgsym_6.1.2-1noble.20260716.015041_amd64.deb Size: 423998 SHA256: ddce8db6207668ce8e9be6706740cadf35ced5b277e1aa3a0dcb9fd53dc4d797 SHA1: 3dbc947afd4b33d50f50e8eaf35a4e34c68ca9d8 MD5sum: ce29c32ce3bfbc798dda7ee330d6db9c Description: debug symbols for ros-kilted-aruco-opencv-msgs Build-Ids: 2984a802a0ede7cb89c3ce4ef88cf817db6bce56 3dc2e02dad0a091add7e49eba7989bf5543503f6 4b5eefb5458d540b73f961b208931c5b86ab2f49 51a07d74d8e8a079f8bccdd15546dc3fb0973f65 7b759f8b31179efc72101bc83f24d708e8640094 91ffb3a1b3d46ce317d2dfcf9d9932719fda2857 9b841e6b23c6fd2e240d686597acc6dbb0287708 aad3ac127b1950cfca7365a91a4a36b391b21a63 d1bdfb439d9aa7e7dc43cab80f35baa20a5af914 dfb5f99b48bfa9ad749a38fba9e5b29e149e41f5 e728478e987981022997b03c90ff1fc6ab3319bf Package: ros-kilted-aruco-ros Version: 5.0.5-2noble.20260805.153343 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 2563 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.20260805.153343_amd64.deb Size: 557166 SHA256: 9d6208f9b6dc75149cdc2eb50e8947daf9b4fe77336883f7cdee294ac5bf77c6 SHA1: e8b941d3d7a1d8ccd1f67376ba10beb66b43f83c MD5sum: aa417b26bcebda457bfa319550d91b0b 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.20260805.153343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 12947 Depends: ros-kilted-aruco-ros (= 5.0.5-2noble.20260805.153343) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-aruco-ros/ros-kilted-aruco-ros-dbgsym_5.0.5-2noble.20260805.153343_amd64.deb Size: 11545908 SHA256: b56942012ba9a2894fe32ccaa0aa53f2e90989c8791a1d45173e6e9ac1aa7ea9 SHA1: bc200a23d5d0cb423cd933370b3e118547056256 MD5sum: 7b1ca1a5df5f34f1bcb0904b5322f771 Description: debug symbols for ros-kilted-aruco-ros Build-Ids: 808788e0fcef32c0759a083e2e1820b179e16e4c 80ec7d95275bca5aed3c2bb3f57e43e249811b62 827998cc822065ffcba4e32cbba530a527cd9b68 8a5d6d93c8cd2cc03cc9bb335b68b1c364d99bc9 Package: ros-kilted-asio-cmake-module Version: 1.2.0-4noble.20260410.110932 Architecture: amd64 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.110932_amd64.deb Size: 5946 SHA256: 9d0155e81731081b0ef843c9d7c32e8ed85069cc1e38bcba138101e8f967bbb5 SHA1: 64e3134e884a86609b8ad7b7421d99e3e9cc6eea MD5sum: 8257395ef9ac6e13e10d28c62a7ff54d Description: A CMake module for using the ASIO network library Package: ros-kilted-async-web-server-cpp Version: 2.0.1-1noble.20260730.180118 Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 595 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.20260730.180118_amd64.deb Size: 182156 SHA256: 6b61be21754b8a7a0e6ff73e6a2bd68c586418a425ab4c24d5666ccbb6c02a5a SHA1: e28c6812a8a2f8403722f6c05263587b2704dbd4 MD5sum: e9124adfe68b3e9cb3d06be7d78714a5 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.20260730.180118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 2833 Depends: ros-kilted-async-web-server-cpp (= 2.0.1-1noble.20260730.180118) 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.20260730.180118_amd64.deb Size: 2645570 SHA256: 5f1b3e3971325ae8ff044ffb0b9d4c65d52fa1f32c741967ec65b5a36dacef12 SHA1: fb8361451e683643deee26299f0e5f3c4a36a18f MD5sum: a25513b5522faf641ad915b87beef132 Description: debug symbols for ros-kilted-async-web-server-cpp Build-Ids: 577dd4a8ea08a059a0e8c9c0d596d79a2b1adff5 Package: ros-kilted-audio-capture Version: 0.4.0-2noble.20260805.141352 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 484 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.12.0), libgstreamer1.0-0 (>= 1.0.0), libstdc++6 (>= 13.1), gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gstreamer1.0-alsa, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-tools, libgstreamer-plugins-base1.0-0, libgstreamer-plugins-good1.0-0, ros-kilted-audio-common-msgs, ros-kilted-diagnostic-updater, ros-kilted-launch-xml, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/audio_capture Priority: optional Section: misc Filename: pool/main/r/ros-kilted-audio-capture/ros-kilted-audio-capture_0.4.0-2noble.20260805.141352_amd64.deb Size: 117160 SHA256: 41176583b9ef7d4cbcd70f173b4966e21b989771e310770cbd65a56d7d0548d3 SHA1: 3f393b8d9d7022eb64219192601ae291e4e4860a MD5sum: c9a3b2fa8244da9d6612f41caf59d19f Description: Transports audio from a source to a destination. Audio sources can come from a microphone or file. The destination can play the audio or save it to an mp3 file. Package: ros-kilted-audio-capture-dbgsym Package-Type: ddeb Source: ros-kilted-audio-capture Version: 0.4.0-2noble.20260805.141352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2158 Depends: ros-kilted-audio-capture (= 0.4.0-2noble.20260805.141352) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-audio-capture/ros-kilted-audio-capture-dbgsym_0.4.0-2noble.20260805.141352_amd64.deb Size: 1984300 SHA256: eda8cc95b7304082d442b62807a337ad69e0f27fd61d93a4a2d469706bdf43aa SHA1: 58b21955daba4b3ae6f4a08cb6f4266279a4cbe3 MD5sum: bb38b49a0813ad0f7d07ade4526f0e63 Description: debug symbols for ros-kilted-audio-capture Build-Ids: 22c3120ccaf027ae840378840c96eb1aa7932762 68330011c3eb43ae1aa075007d2879a951dfa64d Package: ros-kilted-audio-common Version: 0.4.0-2noble.20260805.142731 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 42 Depends: ros-kilted-audio-capture, ros-kilted-audio-common-msgs, ros-kilted-audio-play, ros-kilted-sound-play, ros-kilted-sound-play-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/audio_common Priority: optional Section: misc Filename: pool/main/r/ros-kilted-audio-common/ros-kilted-audio-common_0.4.0-2noble.20260805.142731_amd64.deb Size: 5644 SHA256: dc7e60d962d96a1b04467b7b03b98a88ee1604b5807b3e207e524f7a069bcfc5 SHA1: 339b3316d5f54a1004ef5bc986f9f04f2600958e MD5sum: 4bc45a37a3974327f287adbf462ea98e Description: Common code for working with audio in ROS Package: ros-kilted-audio-common-msgs Version: 0.4.0-2noble.20260716.021544 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 703 Depends: libc6 (>= 2.4), 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/audio_common_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-audio-common-msgs/ros-kilted-audio-common-msgs_0.4.0-2noble.20260716.021544_amd64.deb Size: 67664 SHA256: 7367088b72a853ae8fb94eaa3b4e624552c9245b2181e664e6925a59ca013e47 SHA1: 0e6346b4e7bcc45b81d767da40b9c6cca815fd21 MD5sum: 819a5a62318b2b611b2fa85722f76d4f Description: Messages for transmitting audio via ROS Package: ros-kilted-audio-common-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-audio-common-msgs Version: 0.4.0-2noble.20260716.021544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 523 Depends: ros-kilted-audio-common-msgs (= 0.4.0-2noble.20260716.021544) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-audio-common-msgs/ros-kilted-audio-common-msgs-dbgsym_0.4.0-2noble.20260716.021544_amd64.deb Size: 397868 SHA256: d7347c4f7429d5d06df4a3cc0c943da42c6c00512cef0666e3616ad3273ae7cc SHA1: 4b26634c4f66fe5c7ec6f4b8a675feaf785aa37d MD5sum: 46e55cf61922f3986803330cd0ccecd8 Description: debug symbols for ros-kilted-audio-common-msgs Build-Ids: 1b0d6b62d45dac2e3316229bfe95c7e7af472cc9 434d31b7a7a7cc6d8dbcad61bd8ffbafe6985091 679ad087d23e9bd8e4ab84196d5059e07c880120 7116c095d8a0af66f008f4e1911d9aeebc1e7b39 8ef00a85eba5b28fdaf4ecabf6f4ca5646978d52 902410595f14a6f92197bbfd705e6cd3b006b787 9b065d35223b04d58541b2ee932192d15f29d2b5 c2e37b9665f54f62678fd7aee8a9e1d52c71373e db2e952af7e3c50da048bc24469b1ff870ce96ce db36b1767968a36d4845f759e975cd25f7020b03 dc25fc71b6299be428456b4a306f405f9c8a371f Package: ros-kilted-audio-play Version: 0.4.0-2noble.20260804.175648 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 615 Depends: libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.12.0), libgstreamer1.0-0 (>= 1.0.0), libstdc++6 (>= 13.1), gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gstreamer1.0-alsa, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-tools, libgstreamer-plugins-base1.0-0, libgstreamer-plugins-good1.0-0, ros-kilted-audio-common-msgs, ros-kilted-launch-xml, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/audio_play Priority: optional Section: misc Filename: pool/main/r/ros-kilted-audio-play/ros-kilted-audio-play_0.4.0-2noble.20260804.175648_amd64.deb Size: 127806 SHA256: 9b6f39d10f1161a9aa3ea0d3b65df37a84e9f7609a48ea5575d106bfdfcb6c74 SHA1: 2863e19542b49e4390bfa5050103b608cd3389ae MD5sum: fb508bb77f996566e5118be86ba00921 Description: Outputs audio to a speaker from a source node. Package: ros-kilted-audio-play-dbgsym Package-Type: ddeb Source: ros-kilted-audio-play Version: 0.4.0-2noble.20260804.175648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2689 Depends: ros-kilted-audio-play (= 0.4.0-2noble.20260804.175648) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-audio-play/ros-kilted-audio-play-dbgsym_0.4.0-2noble.20260804.175648_amd64.deb Size: 2345316 SHA256: a5fdbfcf7714815b34380d7570389aa6b361e6e2c8cd78c5cdee055e7d7b6ac0 SHA1: 23a0f4e7840c18e71175ab30711640fa030b02af MD5sum: f51b9a0d095f10482cf74234489560b8 Description: debug symbols for ros-kilted-audio-play Build-Ids: 26a77f4d726abb7e93df377f356f6dfe1feb79b5 e9a96bbae09ae0ac66971aee8b9b20865c104c51 Package: ros-kilted-auto-apms-interfaces Version: 1.5.1-1noble.20260716.012733 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 5738 Depends: libc6 (>= 2.14), 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.20260716.012733_amd64.deb Size: 310938 SHA256: c0ce7bd4cb0d79dd2130cc9f50431a0e0c24f83b4e91849b974cccfd83843c56 SHA1: 860d24f3c0dd90519c153efa0e4f0fbf1ccddb8c MD5sum: 2bca9362f6b1ac3f3b09bfab8ea8c2cf 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.20260716.012733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 2706 Depends: ros-kilted-auto-apms-interfaces (= 1.5.1-1noble.20260716.012733) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-interfaces/ros-kilted-auto-apms-interfaces-dbgsym_1.5.1-1noble.20260716.012733_amd64.deb Size: 1818878 SHA256: 66fe001b84352ed30a5007abe2fc20e58281f017b8ef3a53add0aa07498ce095 SHA1: 7853742ec980426ad82befcd7b6c5ea590b6a855 MD5sum: dcd5733ac8facbcd046c8e316f561507 Description: debug symbols for ros-kilted-auto-apms-interfaces Build-Ids: 46f32e48b052d3e7ae76d5a5245a917dc60b39ae 571c1a869fd3c99c54e156b2e8b490be710a7a79 5f5f525ca2893491b4868896840d8cd9a4730d7e 66a5bd3b3c0e8c74f215a896f7dacbe1094d9c16 98e6141d8d0cb6c661c5a3c6c965ad90a9567c20 9dc70bddfbd3c85a0c9d46169b467a70157d9ff7 9f6d028a6c01e17f929606e299a9a0625ffbc53c a7174f10cb6bbeffdee13591e64872f7c4d75a9e d568cd0547626d67b83c5451604263337c3f697d e8d863591afa3ef620062815d8dd9d528076f30c fe60ab30e3487e5511112ece50db0c6427560dd8 Package: ros-kilted-auto-apms-util Version: 1.5.1-1noble.20260805.141029 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 209 Depends: libc6 (>= 2.14), 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.20260805.141029_amd64.deb Size: 41284 SHA256: 13d8f6e0a8fc7c611c213cc689dc37702802cbd13076b1d45593e9c16c4a81e6 SHA1: 2bc2dfbf6db30a7305e40e90c8f4ffd635194580 MD5sum: e981cb663f1772c447c53fc75e359a96 Description: AutoAPMS utilities Package: ros-kilted-auto-apms-util-dbgsym Package-Type: ddeb Source: ros-kilted-auto-apms-util Version: 1.5.1-1noble.20260805.141029 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 282 Depends: ros-kilted-auto-apms-util (= 1.5.1-1noble.20260805.141029) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-auto-apms-util/ros-kilted-auto-apms-util-dbgsym_1.5.1-1noble.20260805.141029_amd64.deb Size: 260558 SHA256: 575d3056275eb6be2890aa04a9706b65a11a8829c4ae51979f613fbd2267768a SHA1: 31ee6216f52ef523d58b3936548995dad29976b0 MD5sum: ff12298e37de9f2fd39a448c33a313a9 Description: debug symbols for ros-kilted-auto-apms-util Build-Ids: a7a3b05d872ecb1bce9acabf9d3e820407fd8c50 Package: ros-kilted-automatika-embodied-agents Version: 0.7.4-1noble.20260805.151103 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 4200 Depends: libc6 (>= 2.14), 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.4-1noble.20260805.151103_amd64.deb Size: 518678 SHA256: 76de7d4f162359d9b078920ecc31c7ff4def7033cf640d11c64033f2a0dab7fb SHA1: db61562366fdf485eeccac1468e7e5cdb3a8ed4d MD5sum: 26c51a7a7c170ebfe2f45dc1cc203aa8 Description: agents Package: ros-kilted-automatika-embodied-agents-dbgsym Package-Type: ddeb Source: ros-kilted-automatika-embodied-agents Version: 0.7.4-1noble.20260805.151103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2392 Depends: ros-kilted-automatika-embodied-agents (= 0.7.4-1noble.20260805.151103) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automatika-embodied-agents/ros-kilted-automatika-embodied-agents-dbgsym_0.7.4-1noble.20260805.151103_amd64.deb Size: 1902836 SHA256: e32420b90b2397f1208c187c53773438d38d6b91f3594ac7cfac90c642ae1e83 SHA1: f2050cd4e5a89cc16125aa1eabccbd6c92721f27 MD5sum: d22fdc2d7c1ca1271f84482c1e4e9cd8 Description: debug symbols for ros-kilted-automatika-embodied-agents Build-Ids: 0b57efbe27d909bcb91a6b20b3b34bd42367f5d9 12c4fe7b4438f5dc7f4bc39de337e3a524cd4199 3cf9dbb0f2341c0936defee896690c5f803a6745 4ff636c8db06e244932b3f9eadde062379e8657f 523f248710e506f21cd1be972bdb00ff91e3d95d 6fda6f2327b12961f7907cf81beca66f61596734 7530ae627bffd7b1467033f57e0402e3633d9319 b8f9ae006deed42c6b926a509238f3dad64f6b9f bb853f8ea2a7463f66b51cf30ed87f240f472f0d c675df7487b554ffe5a1d965af3da352409e1537 f784b05f26e79d62b33e07b6facbaa15ef251ba5 Package: ros-kilted-automatika-ros-sugar Version: 0.7.1-1noble.20260805.142752 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 4035 Depends: libc6 (>= 2.14), 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.1-1noble.20260805.142752_amd64.deb Size: 709984 SHA256: 3816ca682f10c82774971d4ece7c76b0e30301b52e79345e54b774d9525a25df SHA1: 77047839fb0819cac7aa385f643544e52959cfa6 MD5sum: a2e3518403e61af0269cc331426bfea4 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.1-1noble.20260805.142752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2079 Depends: ros-kilted-automatika-ros-sugar (= 0.7.1-1noble.20260805.142752) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automatika-ros-sugar/ros-kilted-automatika-ros-sugar-dbgsym_0.7.1-1noble.20260805.142752_amd64.deb Size: 1662102 SHA256: 68e611fea06f66adec1697e08ba1cea805f363854438eb7243fcb6bd76778ed1 SHA1: 39247dca9d4ca286d35a289f148dbb9e36d904bb MD5sum: 567265756dfc56c9b26632b763436849 Description: debug symbols for ros-kilted-automatika-ros-sugar Build-Ids: 10197e78a548bd40d8cb2cb35ebd0f06a6c5c310 12b653e253488a4dc4275eb2f85bf0d87d61f85b 2e5bb6657453cac37f44667d2af68c3850f0a34d 352da9d8e865ddcaea236d84ec23a70e12fa3439 46ec3ad5e67da169da55007d2d1a8d8d7909fff5 4ceeeb3391607ff584114c58d0b16341fb700fe9 64ecff95d6318a5b90ae1a024e96decb43e50539 6b773cd11069adbde7e803f27eed545b80e85406 a2c6c7eb8cf11681fd6631535ba05d8c7352af1c a9c7be6431bdc14e5e3e150770bc1dd44030ed66 d45e264d1fb6aacb77f8a50c9bbfffa5aa3cdad0 Package: ros-kilted-automotive-autonomy-msgs Version: 3.0.4-6noble.20260716.021914 Architecture: amd64 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.20260716.021914_amd64.deb Size: 5630 SHA256: 393107f8fdc1845c90cb41585a036323033de63af97620412d85677cc03a5b18 SHA1: 0feff9d6202bd1fe7420fa3496e5bd16997733a1 MD5sum: 30d248ae2d1a1e5e9a304a838dbc739b Description: Messages for vehicle automation Package: ros-kilted-automotive-navigation-msgs Version: 3.0.4-6noble.20260716.015033 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2303 Depends: libc6 (>= 2.4), 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.20260716.015033_amd64.deb Size: 166472 SHA256: 85868180c1be814d2cbd1a39760750f9c18cd760b4717fa7a078a9f249a5ea2a SHA1: 855c801896c4280e58f456d771a983e2dea0df1d MD5sum: 6ecf7c5336c29484e8255a0376d045a1 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.20260716.015033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1760 Depends: ros-kilted-automotive-navigation-msgs (= 3.0.4-6noble.20260716.015033) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automotive-navigation-msgs/ros-kilted-automotive-navigation-msgs-dbgsym_3.0.4-6noble.20260716.015033_amd64.deb Size: 1422878 SHA256: b1151fa568be6b410cb1b7a7ba7dadf6a53546a1398570e19591cfa3833b98fd SHA1: 593a1c442fcb254af753a196fa351ec3ffa2079c MD5sum: 8cb051c014c9d6d30e5adf3900e1c637 Description: debug symbols for ros-kilted-automotive-navigation-msgs Build-Ids: 1104b7cc8ca298f4f3a4fc5a281fe445209626cf 2b53649c93d35bf5403ea09e44090674853e6b9a 44615ee693af06ea63fb2392bd0dbeac56b71e14 5292f5be7ff9a4ebc75c4fbe3378a19617493039 69d749b1413cc00f02e05af2fbc25ead55b10c71 6f685ac847faa5849ef2206a3707349abd5efacf 91fb26dbeefbecf42570fc29487fbd21ea10c402 96dd006cf858f61a7a17b779a6c045e587169098 cf9187e7665e7e7f74ad2244049a88b26f8b6b24 d1fb1071d74ded6a7dfe9c0320fb431f00aad2ca e927bd830e3584dae54c4b004b3568ecad5fffd1 Package: ros-kilted-automotive-platform-msgs Version: 3.0.4-6noble.20260716.021422 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 4370 Depends: libc6 (>= 2.4), 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.20260716.021422_amd64.deb Size: 259416 SHA256: b941f3ad0cc2ee3ec43deb656f93d1b45f2dae1acb1c7c820124394ad04a794e SHA1: e81fdad03d92f47cc3466ca3e2211416c04f755e MD5sum: b000690d4655a522e01dc139e38129b6 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.20260716.021422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2902 Depends: ros-kilted-automotive-platform-msgs (= 3.0.4-6noble.20260716.021422) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-automotive-platform-msgs/ros-kilted-automotive-platform-msgs-dbgsym_3.0.4-6noble.20260716.021422_amd64.deb Size: 2292662 SHA256: 38d0a19d26ac85b9f1394d51d20fabb70a5cb0ee206b2bebc8aa3e5884c5af91 SHA1: e673d13f45eb0ad8a677b08b54d5dca19c28255a MD5sum: 6237c58d1621a1871f3e00131308b6c5 Description: debug symbols for ros-kilted-automotive-platform-msgs Build-Ids: 21f74ab799c122e8b63af6652b715aa4dbb3c448 41885fba63583e9417f2656c225d570489ae0a9a 4e4d31a0dddd77242a795724dcba2c64138473f5 73ebf552338ff0cbad11f106ba4cd0231b0b8b39 748cc4e2aa4f06bd8a30ac01f528f888083ba90f 89fac18d9e464af8f6ccd90f4ceb46eb6c164e02 9fedd4c2dc10ccc9d8cc38f76f1a80a85dc3a07b c02e2fc5ebc90d9fc9ee05a55ccfc47253fbd084 cbf49f6cf6ae73df8a960ceed2e71ef8ca2e0e9d dcc935dd10912840d2cfd84f91a54920b53cba0c e41ded38b0b8571e3b36c1f8d6a34d3e270c6100 Package: ros-kilted-autoware-adapi-v1-msgs Version: 1.3.0-2noble.20260716.015927 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 11757 Depends: libc6 (>= 2.14), 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.20260716.015927_amd64.deb Size: 706464 SHA256: d887f859eec90c8d5ee3c2f2a3016c04290350594eb07714efcbbe6278052d2c SHA1: 3fe246fca3379abc1c49f51b8397def8b626cd06 MD5sum: a9fd1c79d8260de73cd6fff6712661ce 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.20260716.015927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 9257 Depends: ros-kilted-autoware-adapi-v1-msgs (= 1.3.0-2noble.20260716.015927) 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.20260716.015927_amd64.deb Size: 7506676 SHA256: 1c981f59633aaf23f935d36bec6a086f24cd12b3275d5869184a021317d49aa1 SHA1: d117d7d78ecfa731d5c311a815d2c97b1bcd81fd MD5sum: 1135a073c98d37305c4ac4d1bed1a5c6 Description: debug symbols for ros-kilted-autoware-adapi-v1-msgs Build-Ids: 0aab5bdc726bc67494bc341ef1dca7386e825e55 7f081d939c794c56732472a5e7baaca8c9baafa1 814f40123f21af06692cb938def5d1dac4741902 87f43edb17e207b1c5aa5bed638de77a99627b83 a50c50c29559c0bcafaf536cd2b4617633163fb0 a5d088c5cdadd8176fc06ace357b4afabc719250 b0212b2435b035d993d8137fbc0e7ad719f5ef23 c630fdad8179dd4db68cb2cb0c2fb59b0df30a71 d0a9e96306dded803131aec01013ccc0e90c2c27 d8989f08d6023aef6834e3204447eb20ce6d8829 e176d033ee1c455e7a97707a1074aa2769fc5bf4 Package: ros-kilted-autoware-adapi-version-msgs Version: 1.3.0-2noble.20260716.013312 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 745 Depends: libc6 (>= 2.4), 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.20260716.013312_amd64.deb Size: 67586 SHA256: a0e34ccaa552e09fc6f0865f622a9c8299b7809414b6b738c8f1ceb433bb98f3 SHA1: 92a713a6fd4b1e308cb0e382fca178b2b3ee4a13 MD5sum: 585f23a0e049d7944b9249309f386907 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.20260716.013312 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 445 Depends: ros-kilted-autoware-adapi-version-msgs (= 1.3.0-2noble.20260716.013312) 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.20260716.013312_amd64.deb Size: 308830 SHA256: e6bd88ef834858abc6e81408dd7e87f15aec3755ed7f2056f68ddefdb87f7fbf SHA1: 52dc3ba9588b54d6fc51a65ffaad39191d598749 MD5sum: fddaeb9109ade621240844de939ed7c2 Description: debug symbols for ros-kilted-autoware-adapi-version-msgs Build-Ids: 03d25773c465b770b4c2c38065b6f5f73ed9fd4c 1b25268ad5bfdbb4ec12b42f6d0621d46b28bbcc 3fbe7d1e35db49d50d61300ee8cbcdbb441bdcc6 54df1edb2ea97c2988e48860d036060963d1b71d 69cf44c7c6af13cab1c842fd7469863b662f3231 b28738c0888d02fae395e52230a839a0607d43eb c108b7acf8ded1f1a6c933b1555fb6d984163939 ccd6463b1e99ce14695667959569d660eaac7e1f d4e105d06097fc0456a46eaf3ee1481d6127dff6 d923358cefcca1df6281bb6c1b5138091cf43f3f e40830ef076fc15d3ae1c89eca1652ba17d201ae Package: ros-kilted-autoware-auto-msgs Version: 1.0.0-7noble.20260716.022142 Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 6049 Depends: libc6 (>= 2.14), 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.20260716.022142_amd64.deb Size: 407394 SHA256: c9e8eb575b7210224d3dff5fddd2ab133d27f18ac131994304841d44343e456f SHA1: 46fad1c18b5f4bda4a45479b89eb458598b99c5d MD5sum: 9712c815e2dde1605d16a72f62966721 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.20260716.022142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 4226 Depends: ros-kilted-autoware-auto-msgs (= 1.0.0-7noble.20260716.022142) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-auto-msgs/ros-kilted-autoware-auto-msgs-dbgsym_1.0.0-7noble.20260716.022142_amd64.deb Size: 3388034 SHA256: 554b89ff9d865c35ae021578656756e975e64b04acd1adb2c6dd10428dfab4d5 SHA1: 128bc8c2111ec76f5a91f1f86ee4afacaafe067e MD5sum: 4bfbc263c171ce2a9a525f472ed74cf3 Description: debug symbols for ros-kilted-autoware-auto-msgs Build-Ids: 559ed3abca3227f17c68f061dc7509e1fb380f2e 6b67e04d4408d920b3b7d50259df2a768d8219fa 96db12e1c5257c9f7b66b1aad216f2d351038982 97fd1cf3ec6e12db81ffdbb9ff7652779be196c2 b29f23d1333b9c1c056bd0d3f86603341173cc62 d3431358d9a1c8d8123544f763119990944c7e3e d61ac8b1af106b8e2f8022fc069eafb3e7e10b29 dac5e00850722ec0c55c31225aa15ae019f119f5 e42d67281a83302e6617a2838a10554dcfc51eda e516fba144bea9321ac6e876713483913341c5df ff8fc0c02cb2ebc325b10770d99245b33fc54809 Package: ros-kilted-autoware-cmake Version: 1.0.2-2noble.20260410.111033 Architecture: amd64 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.111033_amd64.deb Size: 7572 SHA256: 61a85fae562e9e67232443c8ed84697673037bfd8b67967ff7dc3d7a5a21d4ae SHA1: 01f623e89ddd3c35b1ca3388903c6335ff6035e8 MD5sum: 87fddbb8e21e87d876245779063be1ac Description: CMake scripts for Autoware Package: ros-kilted-autoware-common-msgs Version: 1.7.0-1noble.20260716.012919 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 452 Depends: libc6 (>= 2.4), 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.20260716.012919_amd64.deb Size: 43752 SHA256: d6b31a65c1be420b4ee81b2f55c9e75d21795f87a48f3e862ff0f0dd26891c8b SHA1: cd87447298d9cf5873332697ae206066c8f9fb38 MD5sum: a7180c7c6940397f929e4e48220fa42b 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.20260716.012919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 275 Depends: ros-kilted-autoware-common-msgs (= 1.7.0-1noble.20260716.012919) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-common-msgs/ros-kilted-autoware-common-msgs-dbgsym_1.7.0-1noble.20260716.012919_amd64.deb Size: 183852 SHA256: 5786aaf36fc453c108e34644e476ac5adc038e1bbf7e163e1ae08f4ba1425e49 SHA1: 89d62e8a2848a6705b6aa14022784d70585bad48 MD5sum: 888a8fdca43dffb3195818270ae30ea6 Description: debug symbols for ros-kilted-autoware-common-msgs Build-Ids: 410e925f81ea2f84b54de626be055949e582f2d1 58db432ff5a5d74d3b66f1332923ff262e647630 5ea341d2f2f71dc430e1ed81d18e1b453b7d3e67 72329da0951e0e08c668a04b0f06278e8cfb880b 78255642f1dc002c09139d995f8261eeeee3b832 86390afc9a3b00a89ada65c413c4e6e02a46c38e a8d90cd8de78d2d9053425ce4eb66ac0c0ce6057 ae774ec6729f10c38e1f449d829a6bb1f7c951ce c19b736d09b0b0acf9bc0e08e72c2720a3029098 d8dc5826146566c0f51a6daaefdc2d41c71af7ba fa3441f93ea3a0b931ddaf79f4b4c269a9411b04 Package: ros-kilted-autoware-control-msgs Version: 1.7.0-1noble.20260716.012916 Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 931 Depends: libc6 (>= 2.4), 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.20260716.012916_amd64.deb Size: 75858 SHA256: 7d1185f62fc525bcfb3473f0164c3db9b4f3cb6adcc5cfd665fe81ee360dcab1 SHA1: fd60d621fa2ce2d644f2f9db4ee79dc352281427 MD5sum: 7ece70229e10b7a83b2943545de9cc41 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.20260716.012916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 591 Depends: ros-kilted-autoware-control-msgs (= 1.7.0-1noble.20260716.012916) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-control-msgs/ros-kilted-autoware-control-msgs-dbgsym_1.7.0-1noble.20260716.012916_amd64.deb Size: 449698 SHA256: e122faf6680ebf71532ff7c9af26669565ae8bd1dc66e476036511652358c7bc SHA1: 440a39d94cc9957fabbd8c995b2e9976a66d28fd MD5sum: d5f1b84ba63b91785aef36fd7e8f9d3f Description: debug symbols for ros-kilted-autoware-control-msgs Build-Ids: 1f1cdcf4ed81f960da97ee088d88e2b4756be5d3 3bd591c7dce73093f144b5d2af37e3028058eba1 673253cc4c057a169be3867f9f292b47f2b0dd33 6ae3b88ffbbf2b1dc7d67c8f3160a9de8186aabb 730bb2ed869d9183e20e0c75f708d2343433fdec 7618a8f067483d2e521d9446dc7778c31384a977 d17cfe98a407013bb92b4af5c0f3b63e07640278 d29054355616c25a5518af7d8bbf9f2b5451eefe dac247e2424e2805ce7159108233189e8a35d176 e1e35770fc2a3223b202d52ef74d043f993d88b5 e51a72b912183fe26ec80538b4e11af4f44b9d92 Package: ros-kilted-autoware-internal-debug-msgs Version: 1.8.1-3noble.20260716.021611 Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 2451 Depends: libc6 (>= 2.14), 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.20260716.021611_amd64.deb Size: 166076 SHA256: b91d3a7d36ace6bcc343e199e029307f17014d55a90a1afca3c331064374ee6c SHA1: 8ac4ed89bdb9806c1df176e558789e53a975925a MD5sum: 552dc2a10e9489d067095035b5c47cba 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.20260716.021611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 1873 Depends: ros-kilted-autoware-internal-debug-msgs (= 1.8.1-3noble.20260716.021611) 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.20260716.021611_amd64.deb Size: 1490684 SHA256: 5c7a5a69ca3797d1dded3abaec05ff0ca18b33176160149e87004a6201dc308f SHA1: 2a3d5e9160f93d94d5a8981e1f3dd043e71285a2 MD5sum: 2e0b7e8607f07e13214dffc1489fbae6 Description: debug symbols for ros-kilted-autoware-internal-debug-msgs Build-Ids: 02065714fc9c4aed0a59b9fc53efc4b56e2cd3cc 0901cb120a356b417175a711605f5243d9429954 097622e23ac1c11948c1d921e5aee1d16798d6b8 208ab3e92e3bcb5296becc6e2fd23cf9251f9641 2cf249d23e80cfda9766e594f906e78d6c494ad5 5352405cbb5b3572ee0e0d02c7e0135185241726 8b7bd0211c79bb7d5da3db6a65b39ec4009d89dd a5c7ff076d29789f4bba2a255a740e4aa8e724fb c118f77d3ca0d53514766e9381caa4a36dc0ddba c6031f21488300e247652513b77b9337c0398cbf e377edd22ee1bd5d8f4e78ee642020fade65faf6 Package: ros-kilted-autoware-internal-metric-msgs Version: 1.8.1-3noble.20260716.012717 Architecture: amd64 Maintainer: Temkei Kem Installed-Size: 592 Depends: libc6 (>= 2.4), 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.20260716.012717_amd64.deb Size: 59692 SHA256: abebf7d83eca49a76848698fba5019b850ab5151e460f0fad959f07ed442c664 SHA1: 2fe95abb0a153ca2aaa7ce5f8dce7f797c267d48 MD5sum: c852b6033fda57afa1b44063794de4bb 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.20260716.012717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Temkei Kem Installed-Size: 433 Depends: ros-kilted-autoware-internal-metric-msgs (= 1.8.1-3noble.20260716.012717) 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.20260716.012717_amd64.deb Size: 323136 SHA256: 0b2d91af33a85ca7cffe0bf9b53c23a26029b8a0ef3b5d9de19ea8d0e33044cb SHA1: ffa77fe6d137c7b39fe826f1831d7c6491acbd46 MD5sum: 4bdc87e8c2b9622d0c84b347b122d26f Description: debug symbols for ros-kilted-autoware-internal-metric-msgs Build-Ids: 09495f2ac9230483594d830cb7a77181f471f445 1c6229866ab7368a3a0bb090758afe5d3db062a9 3c3fbcfc5c5360dcb605bebf7c084493e0bcd03f 3e2255b1765c4f120ccdcce403197403fe5ede5e 40f117e61a2ced80ed255a83e1137d97c2866224 43592aa2dd7f4a0a597c3cbba0309134321e5a65 8a1ad0ad14c032a3657bd70306d4cde176dc9e61 a51353153676e8831290931e18d6ec97be23b0f0 c97eda85fba71c1d39a2aece4c9bebcfde2b045f d17521f8afa823580ea4b25b2bb340e231f907ae f4aad03c2769030798e2a866a78df9c26ae8b585 Package: ros-kilted-autoware-internal-msgs Version: 1.8.1-3noble.20260716.022547 Architecture: amd64 Maintainer: Berkay Karaman Installed-Size: 728 Depends: libc6 (>= 2.4), 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.20260716.022547_amd64.deb Size: 62664 SHA256: 6ba97e35f750618a2dd82a3f78946ffadd32d07817f2efe2138d62719649ef1b SHA1: f723f8c8f39bad69bfd50115cd8f1b949133f576 MD5sum: b8f5afb8f85ceb5355a0d54f51cb54b5 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.20260716.022547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Berkay Karaman Installed-Size: 483 Depends: ros-kilted-autoware-internal-msgs (= 1.8.1-3noble.20260716.022547) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-internal-msgs/ros-kilted-autoware-internal-msgs-dbgsym_1.8.1-3noble.20260716.022547_amd64.deb Size: 355334 SHA256: 5b3a8f4874b5e82750bb0c69871d7feaa3e3ae56c3abc593c3e0dab5e7956f58 SHA1: c26008c6392790fbc2beda3827ced5a892f747a5 MD5sum: 6faf4cc57129f92b146eaf1f30ef31ec Description: debug symbols for ros-kilted-autoware-internal-msgs Build-Ids: 06ea48c0fb529c8ebd8a591b12cbcd11082c6f3f 0c78c1ba5c9e65fb281c5091816e6cdbbdd91f0c 0f6582db4d543dd75618edb51af513834bc0dc2e 1bd516a3fd5fd030c569f3612d0512f2f7386675 2d34f7fa0b6119772b77bac1425b5d1f424be2bc 3357d07ca98b16a35910addd9ed626b5c56de588 3ab93d928bcdc8aaf9c094790d15d67d1171331b 6cba98f82e92ef5997c79d36bea230501bd0adf8 6f15c14cb95b9aaada90c7ba7fc1a192e7629999 7c7fc32f74e8fa6943092a97c0287a1b7b83fa31 9ee73821976e2fc21bd64f6a3e45a437dd4243ae Package: ros-kilted-autoware-internal-perception-msgs Version: 1.8.1-3noble.20260716.022150 Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 501 Depends: libc6 (>= 2.4), 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.20260716.022150_amd64.deb Size: 49720 SHA256: a0fcadb3a38926d605e7e2235e0eff5bdd86b64095e3e7585a7293cde431bedb SHA1: b2197fff1d457e4847859ddd1f16b47e96d68a20 MD5sum: 4c6934b4a5cc0aa20c726fdff3e5e879 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.20260716.022150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 319 Depends: ros-kilted-autoware-internal-perception-msgs (= 1.8.1-3noble.20260716.022150) 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.20260716.022150_amd64.deb Size: 222250 SHA256: 0eb6da2311a87f2da13f43d477d8a47ad810621a328e39f6e17bf25379c5b645 SHA1: b216668ea86d9a24093781a0c26e239edf1db607 MD5sum: 89bc02698b4dddd1eaf104b05a323251 Description: debug symbols for ros-kilted-autoware-internal-perception-msgs Build-Ids: 3886ea1ecfd89e7f1d907eb4c095efe8f2ed0ee4 43c4d43893aaee15708d860447801d6320efb6ec 77b474a23dbd5590c01c423afe04554ff2474fd9 80260cf58cdd029dff38e16ac11826d72609ac39 a46e64a1043f7ba9732dd602e86c58f7497c9824 a6910d378610f3079c97fa9dafda7b74ef5602e3 a96bc608923420299b5d492e6b34f3571e7cc0cf b76e73c0f09151951a3a5716e3f8945b90ff7a4d e41bf9a361f198373485ff0fc3648103d40759f7 f3286df077dc09071495982e074526ba273faa9e ffab3b548f55762560068880e604c3d7252bc4e9 Package: ros-kilted-autoware-internal-planning-msgs Version: 1.8.1-3noble.20260716.022129 Architecture: amd64 Maintainer: Yukihiro Saito Installed-Size: 3840 Depends: libc6 (>= 2.14), 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.20260716.022129_amd64.deb Size: 276118 SHA256: 9ca459ad7387ecbb416dfd7a6548c5689e28515ef59a455eb6f818b47333e46a SHA1: 307ca499cdc7e7ce0611fe70036f40cbd3b6a162 MD5sum: 7260e6d96224cff36a0c13db68d1f422 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.20260716.022129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yukihiro Saito Installed-Size: 3027 Depends: ros-kilted-autoware-internal-planning-msgs (= 1.8.1-3noble.20260716.022129) 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.20260716.022129_amd64.deb Size: 2470060 SHA256: 35652c53b80b907d25c44bb1cf81e7140cf8cc6892f79c3a06fab27ae654eea2 SHA1: 60928c24ac8de5ca79b67fc29643924ad4993ad4 MD5sum: b3082e4abdd3087f58c6f134d9574247 Description: debug symbols for ros-kilted-autoware-internal-planning-msgs Build-Ids: 070b77ad89a1eaf67a199bb9db6c0e32b46aca67 1286c4f0446134cafb1d01ba7bdcedf70de5179c 12aa98d2108f00176f479d6c95e81849b6aa9c7c 2afb55d135425428ee9c784533afde94c39864f2 2cb92f2e859698e0731337f28cb43cf167584b26 71388c0c96b6deac08ab0b2d733b5a67794b8d1b 76dc9a77ec37639f6119ae84f30ce0f55c4f3617 8b85d05e0c55bd318cf4c666af56b71c01529519 8c979e171617e9a253c0c51a09ed0e50aa50e0e9 9cf6e5ae31715995b9ffb72c3e2073cc86d9cd51 cf6b7f7f6f83be924b7827b7b0c44253be975bcf Package: ros-kilted-autoware-lint-common Version: 1.0.2-2noble.20260410.110242 Architecture: amd64 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.110242_amd64.deb Size: 6340 SHA256: 3f058319cdf20a7f0fc15db2faacb5bb0e56c51b1659c5f0f649aad25cab909b SHA1: ba6e226682b1f9e9f8a3d3e44de5108e8a3977e7 MD5sum: 92b4651e0fba23e7c946624a595c21d4 Description: The list of commonly used linters in Autoware Package: ros-kilted-autoware-localization-msgs Version: 1.7.0-1noble.20260716.015056 Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 521 Depends: libc6 (>= 2.4), 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.20260716.015056_amd64.deb Size: 51872 SHA256: 159603168b9a9bb02719581ca06a377032472604fe63fc55c156a8dc2840b706 SHA1: d986b73fdde272b099d34e83bfb8ca08cad9c28d MD5sum: 56c17bc11ca0d779a5bebfa4bfdf69f9 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.20260716.015056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 310 Depends: ros-kilted-autoware-localization-msgs (= 1.7.0-1noble.20260716.015056) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-localization-msgs/ros-kilted-autoware-localization-msgs-dbgsym_1.7.0-1noble.20260716.015056_amd64.deb Size: 207228 SHA256: f73d6e2a2339bdc6bbdb2be01e1b9b200ebb7248eb83baeaa55033cd8c8ffe9a SHA1: ea398e6132c37c1a869b1545be80514f3e6fa245 MD5sum: a565b74a0c79761fde67e6ad837a84a7 Description: debug symbols for ros-kilted-autoware-localization-msgs Build-Ids: 09c740e039fa35df0180d3ad98f98cec99a48f46 18c41280a7e0c12474dce9def15a3d4aaf6ff179 257e99a9c45039e0cf02e512b3fce045c544e09a 419c73ffc2b2e4477ba1296b80f6a92c1cf9928b 524022079156fdc2569e820ce7a2d5e01fde2e69 8309a2f3af8a1191feda9ef9b0c000b4700ed345 9041f9f7ddf503aca1f955a96458d7fe7fe816fe 9c2cec071436fee8d9f1aa2b97363e12a3538832 a28ea95b3047db37248326b34ece28a9e1aace17 d1345165268b7e47e787d78bc77e4b4f47d668e4 d71354f843e246c902a74e84e94b2b29eaef19ba Package: ros-kilted-autoware-map-msgs Version: 1.7.0-1noble.20260716.021058 Architecture: amd64 Maintainer: kminoda Installed-Size: 3625 Depends: libc6 (>= 2.14), 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.20260716.021058_amd64.deb Size: 258206 SHA256: 7b8e673129332a08bb790a38ac651fc58cca1254aa41aac77f3eca497649ee8f SHA1: fa3bd84072ab25945de3893c3e8d25f27f2b995c MD5sum: cb3b961531d2e7296c52a984eb0fe898 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.20260716.021058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: kminoda Installed-Size: 3014 Depends: ros-kilted-autoware-map-msgs (= 1.7.0-1noble.20260716.021058) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-map-msgs/ros-kilted-autoware-map-msgs-dbgsym_1.7.0-1noble.20260716.021058_amd64.deb Size: 2477730 SHA256: adf3ae124ae543bdfd65669e3fa4ae6f8418abf1753472fd04f506f44f6b67ab SHA1: 1c00eaf154630d7548b3e7ee4870e1362793c6ac MD5sum: e35a9193000560a63b1f254208df72f4 Description: debug symbols for ros-kilted-autoware-map-msgs Build-Ids: 31773c87cd2547828f8d260b1fd11bf10d263305 464ea49b4f952739e976f5a702d1916f1e289786 5389033f29a627a22446d151e3f8a1df98a7b160 55ee5141a40f3878bb4359a0b7ab77672fc79662 79420b99393f36553c0223515921388e639d75ef 87b88dc5a46225a0943b0a8591340223ac2c5d3d 9f022c11b7d6dac9f0a1d85de17f163861fe72c3 a3289ad2163fa386f64a85a1c9201618857e22a6 b4c2e282d8386d7ae03d74afbeba16f6abd84e2e c37e8e261f58a1c59e7c68e58130dfb7dc0f1f70 d94a09143f35e35fc52ee37fcd1ac1339b1d5800 Package: ros-kilted-autoware-msgs Version: 1.7.0-1noble.20260716.022411 Architecture: amd64 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.20260716.022411_amd64.deb Size: 5402 SHA256: 6950e584751b1622739339a87484333860ee58a9968257cdabdf35c6fce7115c SHA1: 76d2817b91434af5c9d3bc151a4b2d3c935d3c69 MD5sum: 1007a14fdf6551e421f29e1c2f2da415 Description: Meta package for the autoware_msgs packages Package: ros-kilted-autoware-perception-msgs Version: 1.7.0-1noble.20260716.021619 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 3360 Depends: libc6 (>= 2.4), 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.20260716.021619_amd64.deb Size: 220128 SHA256: 1dc766fafc96769c7f544816d9f1981b49801ecf015348064d0c374e42e2f683 SHA1: 4712850b7135734b437d519eb74318460657886d MD5sum: c2d759b552f6228a07c5a4b2f066a359 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.20260716.021619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 2575 Depends: ros-kilted-autoware-perception-msgs (= 1.7.0-1noble.20260716.021619) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-perception-msgs/ros-kilted-autoware-perception-msgs-dbgsym_1.7.0-1noble.20260716.021619_amd64.deb Size: 2108842 SHA256: bb0c921012571799850b12ddc52f41e0563eaffecde76d205fc6abf33c6ac1d9 SHA1: b9b4969b87c0dd94d14e4d3edfa33c24206e043b MD5sum: 7fc3e2364f7f57c8c4d85ad69f06cfcb Description: debug symbols for ros-kilted-autoware-perception-msgs Build-Ids: 07247a2f772cd3f78269d8db90889c7b6662b4f0 078ee3d6e4fab00ed1a7b0fc700b6a6b71d50f02 0978046cfa192bf986945ef542808175aed9a072 1d168def3a2622263db9872ba3e2820eca9b1d4b 4c37c77ed555bf4de619fd296fea0b679858b001 55f8b2f74c513f89537d08c79153dce4fca558ec 67dce7c60f379d52f061446ba45b843ac6e428fa 6f59467520a3c217fbfa6ae802928fbffa40b90e 7ca01b2885179267e64d6a68a0f4431cf373b7df 8d3c9787f18019269c740435531bbdf7a92546d2 b46082bcfcb7c69b6f00b91c7fe28f594798c9ca Package: ros-kilted-autoware-planning-msgs Version: 1.7.0-1noble.20260716.021625 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 1592 Depends: libc6 (>= 2.14), 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.20260716.021625_amd64.deb Size: 128834 SHA256: d8e1f34a6a4db43d02aa1ff0fef4113343225b057bb7e480a8cb44aff0907956 SHA1: d1ed12f10a5db2231b45796a3ba36c1747adeb5d MD5sum: e12b121cd189bb586475ab0a81d0abe9 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.20260716.021625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 1224 Depends: ros-kilted-autoware-planning-msgs (= 1.7.0-1noble.20260716.021625) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-planning-msgs/ros-kilted-autoware-planning-msgs-dbgsym_1.7.0-1noble.20260716.021625_amd64.deb Size: 989610 SHA256: 4c045947530a3bf5c1dbae79d736750da082f7c2fe020dbfdab1a3f001ab01c9 SHA1: 76cfeb2c3f6486d689b2f71fbac75b985328ff17 MD5sum: f03d0610190b2e3ce4cab20ce7aafb61 Description: debug symbols for ros-kilted-autoware-planning-msgs Build-Ids: 16ac52338156968667414778a1e39b603e06806d 25a7f5a3a63b2dda44129016901fc4cf7fa014c7 3c1df5103517cf81df7a73c501d0a9582d2bfbea 3d0fab5bcb4b653e45eb87ef6d26456c5986cad9 4473d45bc20021600e000c6ca3bf8f677c0a191e 550dffdf980f4d483f68f18023e44654ab8df3e2 69ec105344975dce26861aec5462090b0d36ea5f 87783bc1843476c88426c8a813dd16e4ee10e726 8c8d4cf2bf249353bd7315fec480f2e3f5a3c012 d5afe74fbdaad75c98db1994d6c370fa8651c50e db02467bf30d6c5f6086419586b2a64b1cf0d7fd Package: ros-kilted-autoware-sensing-msgs Version: 1.7.0-1noble.20260716.015029 Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 1571 Depends: libc6 (>= 2.4), 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.20260716.015029_amd64.deb Size: 129488 SHA256: ae31b5ecb75e0fa05b920dc057e8862765e73c8fa9166e02a447f2ce08cf15a3 SHA1: 0fca2c6b4656e01bc81987f4909bf39e981e1434 MD5sum: 7b31ce059d22e2f2f6b5c5b7d06739aa 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.20260716.015029 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 1115 Depends: ros-kilted-autoware-sensing-msgs (= 1.7.0-1noble.20260716.015029) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-sensing-msgs/ros-kilted-autoware-sensing-msgs-dbgsym_1.7.0-1noble.20260716.015029_amd64.deb Size: 894960 SHA256: 84e860588d368ab52488aca0591138f1d64388363bb37cb50d43b9a165896892 SHA1: 909ab809dccd1c82821002e1069bfbdca85e9bb2 MD5sum: a077887ff0b004bfad568497d9bff5b3 Description: debug symbols for ros-kilted-autoware-sensing-msgs Build-Ids: 0f7cd2e2e329286247042c893080e25c169035e3 10e0424c3e0c1198824c9d5aedbf97a326eb95aa 19c7f0d596f4581a4014817425e3e3404f860cd3 5725ae5133b796397eb0fbb97f3a9e63c2389072 6dddd1deceb882d5fdcb634af92877203ad83c86 7bc5720c76d71784453803edead179e9a837b3ee 9f2aa8edf802cba521a71bdfde2615a48eb5dc43 a97a7ba27f758af5eccd9d398f14608da58a475b dde0127e21d82c16c39bf05307b47ccc9239bcf7 eb4f1045e9b0c7f187ae48c7ecf23294e69ebbcd f34602401a68463d2c390b07157f287302e5c7e8 Package: ros-kilted-autoware-system-msgs Version: 1.7.0-1noble.20260716.022010 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 801 Depends: libc6 (>= 2.14), 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.20260716.022010_amd64.deb Size: 73996 SHA256: 9ba944869587d4d6b13ab1fa5aa28036502211774a1ec0c69cae0bcceebb58ce SHA1: cf8e4845dde261c969802a4b882ec0ed4faaf753 MD5sum: cf439bdc73997d885a8fa79fc2170c2a 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.20260716.022010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 595 Depends: ros-kilted-autoware-system-msgs (= 1.7.0-1noble.20260716.022010) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-system-msgs/ros-kilted-autoware-system-msgs-dbgsym_1.7.0-1noble.20260716.022010_amd64.deb Size: 464180 SHA256: 7b14e8a95290abca4c36c7ad072ebc1b5c51a723a9359249fd8c2856c83b8537 SHA1: 0718751cd839a1ce8c69737c98dcc57b81d435ff MD5sum: 0d3b33758d59bb5daa8a24e1a7c5848d Description: debug symbols for ros-kilted-autoware-system-msgs Build-Ids: 0d1c399bd92962ab5539105bc66bba4d20daf81e 3c20fd227793d85c297dedb56bd2f59bf1e82ef3 4246f6a477fa7bb6ebfee8f0787cf4ebd13ec7f4 4eeace9bf50e8f2e3c8ba75d91c2295a44fb5d0d a62c32ec88a7a347cee188003f2bfc5c6ab8efcd bbe6ca9dc595537186ad67744460884e302650ac cb2eb2c98d314032defc1211471215f2dff57a94 dd578b9a3f6fe2b710aed207936f4d67c366bf8e f4f2dd0c718de42ff5539d5199594b49dadc5fcd f976ea695436f30b3de3c7aaeadd8a7900e8a7ea f9984ef5439780a41821a98d7ae38bbbeb53a3d0 Package: ros-kilted-autoware-v2x-msgs Version: 1.7.0-1noble.20260716.015058 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 982 Depends: libc6 (>= 2.14), 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.20260716.015058_amd64.deb Size: 88600 SHA256: 8de4fa5d80ab98a432e4ba147329c4ec0706fae91d8b37a5a8da8902895cac47 SHA1: 6c02be578fb2b4f665d6ef0c87d4568d5f6f69b4 MD5sum: 181b1afb26276ed8189eb98581c6903d 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.20260716.015058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 843 Depends: ros-kilted-autoware-v2x-msgs (= 1.7.0-1noble.20260716.015058) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-v2x-msgs/ros-kilted-autoware-v2x-msgs-dbgsym_1.7.0-1noble.20260716.015058_amd64.deb Size: 682372 SHA256: 32f383b81f5c1565255f64e44f7888e5d4dff34d08010b044cfb55c5161b720b SHA1: 1a41781375f9d6fdcfecb6bdde9d038873d0508a MD5sum: dfef59374330323aa512b2e49d596cbc Description: debug symbols for ros-kilted-autoware-v2x-msgs Build-Ids: 05c3a56a8c54576b25b2fe788d1257fedb702029 0f9d8a53b072d2d43813d5979ba1adc5fbee2d55 3c07a6399005b67e1c2e3d3a4e4691ba1f5dc5d1 4259d70e167f4d602735f413a6f03f18009a932b 52cb7cb545ebc06a488e608d1fdc21729a9711bb 5beac86336f3ba8510d1463dc420c1adbbc03085 9d94312faf64710e15a21f3aa9863071c29eaa9e 9ed8f4416652b91c904d00c60dca8476c105d835 b50bece5309fcee1a825f969d87aef6218a12edf b7fb2e0dd85446f24b663e0e5f572e88df2fd19f f570107172b274d11b543ca9b835ee7f7f5b488d Package: ros-kilted-autoware-vehicle-msgs Version: 1.7.0-1noble.20260716.021956 Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 2032 Depends: libc6 (>= 2.4), 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.20260716.021956_amd64.deb Size: 139132 SHA256: 9dbe3f01a0d90e4be7ff10e4138ef24c0e83060ae91d6bc095f6b642b5702172 SHA1: c98719c8f7f3bd8525aef26e347a716dfb5b0a8f MD5sum: 399201c950573c43541ca9a235d1f6eb 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.20260716.021956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 1352 Depends: ros-kilted-autoware-vehicle-msgs (= 1.7.0-1noble.20260716.021956) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-autoware-vehicle-msgs/ros-kilted-autoware-vehicle-msgs-dbgsym_1.7.0-1noble.20260716.021956_amd64.deb Size: 1033180 SHA256: da66c6fbcaf71eeb0f5c85af4638b3ac478f173a436f595225a24ebc743b2672 SHA1: d9911f61c61f44672e22285505ee6220f5bf7916 MD5sum: ceb14e37ba1c779ee57f07642255e841 Description: debug symbols for ros-kilted-autoware-vehicle-msgs Build-Ids: 0af36d203527872c18f88fc9deb42c9d90cd110a 1c95c9a346b4aaf867d4832bb350082070c4a581 4bc02a8f7652a20b3e7b9c04feed776849c7f1ac 4cf101d2f320037443131800499792d8338260d9 56b06991d8a27530e8e5f47a341e21f30ddd79ea 8169523f5b555cfeaf464294a262ccf52fac62a0 8fbf145fbec46e7855cb409429a5779b04936e8d af976abcf3f895faf5f404f144348ae974ddcd87 b0a36d026778589ec9482eae1b10894293c3c98f b31c8b78c16c4c9bf4f03a1c7769fb891f9f2e5c b47630e2cfed889d172213aee60f5726ce4c127f Package: ros-kilted-avt-vimba-camera Version: 2001.1.0-6noble.20260805.151458 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2856 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.20260805.151458_amd64.deb Size: 646186 SHA256: 8eca6fe2436c6895414c672c3ab03172cf4aacd0c242b2cc3f269a56c1e6fde5 SHA1: d6d107d70660db52038fb8edfebdce216554f8cd MD5sum: 107afd3e6dc61c3e46cdadcd816f48d2 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.20260805.151458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4539 Depends: ros-kilted-avt-vimba-camera (= 2001.1.0-6noble.20260805.151458) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-avt-vimba-camera/ros-kilted-avt-vimba-camera-dbgsym_2001.1.0-6noble.20260805.151458_amd64.deb Size: 4112244 SHA256: b020feeb614326fcb0f1e6dc8c8197a4ea86976a9590f7b8e13cfa9fc1f609de SHA1: ac00d0822335a3794238899c50661e3421982a53 MD5sum: e0f78dbeef65b5e3c2e40660142b207d Description: debug symbols for ros-kilted-avt-vimba-camera Build-Ids: 49de992f344237999120f1bdce266837dfbc814d 687299b5d28745b0a245265c44715158ba60c7ab bc170c11d52fbdb50a3c22c67c7f1c766641aa7d c098f92940844d880980b785ea8e051ff449b355 Package: ros-kilted-aws-sdk-cpp-vendor Version: 0.2.1-3noble.20260410.110930 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 36126 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.110930_amd64.deb Size: 4583566 SHA256: 9b6725a0038dffa8838099ecedcc4eb6acd6dc7a1169d6ddfa3a1c2c5e09cf7a SHA1: 91535998451ac9790b1660b52d2e381157c8b014 MD5sum: 578dc48eaf2381ba569c7cfde81779c9 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.110930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 88204 Depends: ros-kilted-aws-sdk-cpp-vendor (= 0.2.1-3noble.20260410.110930) 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.110930_amd64.deb Size: 84432436 SHA256: 28f245b2aa2c92393002e0422ccdffa02007a0bae8f0ec120bf5a616caf6a51e SHA1: f07d6e3fd2efbbb9b3149bc33755920e4cd255f2 MD5sum: 58ec0a30c8f9863f881ad5dddae5b04b Description: debug symbols for ros-kilted-aws-sdk-cpp-vendor Build-Ids: 1da92f4ec5752770cebe5a319420bfe0e8b2a4d1 61850b10b50da71efee52605dc36784d1869b7b8 78c986c3c5f584f01d8dfa426172b2134984259c 88039ee476d8ac1ae4b4e522a5be880afc0bb11f a0fb10551aaca5b3add0bdf6b49a320dac355a2a bda741679c0a30c44b0aba759f4d4df9b93321f1 cde1b77aad7d8b975f539597ca846655a3d1dac9 e345735d69c7ca5c5e2f34b4908d31bb813c64bc Package: ros-kilted-azure-iot-sdk-c Version: 1.14.0-3noble.20260410.103654 Architecture: amd64 Maintainer: Tim Clephas Installed-Size: 6617 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.103654_amd64.deb Size: 816008 SHA256: bf6bafa0a9d9797e6f605a8747923bbe5280e41c24ce7daa59f9aacdd4486b1b SHA1: 75092d1b9e6a3527c388a8d604add8b5c5c89474 MD5sum: 9ec7e7f49e23e7ddd7b49dee740f059b Description: Azure IoT C SDKs and Libraries Package: ros-kilted-backward-ros Version: 1.0.8-1noble.20260410.103645 Architecture: amd64 Maintainer: Victor López Installed-Size: 231 Depends: libc6 (>= 2.14), 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.103645_amd64.deb Size: 57462 SHA256: 685bd97c0c6f4524e4f6cff5bf63217c0dfef950e094cd898e939b84db202e89 SHA1: de79159095696cfa51d982d12c533155f8e1262d MD5sum: a100e16db060918fae2269e5b92ec806 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.103645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Victor López Installed-Size: 264 Depends: ros-kilted-backward-ros (= 1.0.8-1noble.20260410.103645) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-backward-ros/ros-kilted-backward-ros-dbgsym_1.0.8-1noble.20260410.103645_amd64.deb Size: 240148 SHA256: a08fb0e843b3b2ce8669bc84df7f90e19e3030181887c731f6b2e07608c548fc SHA1: a16a87e3919b43af713b5e3a5952a1ea967b8e49 MD5sum: 93584cde0046017f0eb3d59de6513bb7 Description: debug symbols for ros-kilted-backward-ros Build-Ids: 93f1fdbcd3da367984e944eaa1a8a7b6e6961a14 Package: ros-kilted-bag2-to-image Version: 0.1.1-1noble.20260804.180246 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 287 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.20260804.180246_amd64.deb Size: 84556 SHA256: cc8166552ecda0e2589dd0133dbdfd51cce187883bd633d2ae19a3ab95fbbd0c SHA1: df5a24641981e4b9876667c4e634aa45eabf5ca8 MD5sum: c7843a0c7664c353b3ca28d217836e2f 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.20260804.180246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 1596 Depends: ros-kilted-bag2-to-image (= 0.1.1-1noble.20260804.180246) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bag2-to-image/ros-kilted-bag2-to-image-dbgsym_0.1.1-1noble.20260804.180246_amd64.deb Size: 1531382 SHA256: 2cace548fb2f226f077cb9fb9235ab8ffaa077b7530aa01345db2510bd84a071 SHA1: 9bbfa10038c6aba31d5423a05cdbed59319f0778 MD5sum: 06d4590d0653237de7f2df6fe1aa7d54 Description: debug symbols for ros-kilted-bag2-to-image Build-Ids: 2061fc16bbf5333ffa4273571408c6f365eb3eed 7e8208ad5e2116784cf1162246651e180c91860a Package: ros-kilted-battery-state-broadcaster Version: 1.2.0-1noble.20260805.150426 Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 231 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.20260805.150426_amd64.deb Size: 63830 SHA256: 9b7134d610063198985a15a094af1a4e838f15553e994c1cd14c5908a01c10ff SHA1: 940ea099623ea2ea8c6880d6779c27ecc67c1707 MD5sum: 9f23289f7e7af4560c556ecefdf15c64 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.20260805.150426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 1029 Depends: ros-kilted-battery-state-broadcaster (= 1.2.0-1noble.20260805.150426) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-battery-state-broadcaster/ros-kilted-battery-state-broadcaster-dbgsym_1.2.0-1noble.20260805.150426_amd64.deb Size: 964088 SHA256: 0c123cba2d491a68eca227d771b9222a941410847d81589b3958ead94aa8c97d SHA1: 2b8b05b3af3ec6fca7430507506d1c5814cb2160 MD5sum: 22beb42b0ea98dcc41f9e7e4f6be67f0 Description: debug symbols for ros-kilted-battery-state-broadcaster Build-Ids: 4348a21ba542306c99a2bf0854e16baf5066c539 Package: ros-kilted-battery-state-rviz-overlay Version: 1.2.0-1noble.20260804.162717 Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 510 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.20260804.162717_amd64.deb Size: 117234 SHA256: b05c09156dfd320763e305697c53b379afce3859f0b7c297f5f594a23d88baa7 SHA1: d647e3ea9e39b9c9afa837545e958ce5a46f1beb MD5sum: a78ec17feedaa4553d66878816a006f5 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.20260804.162717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 2374 Depends: ros-kilted-battery-state-rviz-overlay (= 1.2.0-1noble.20260804.162717) 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.20260804.162717_amd64.deb Size: 2039002 SHA256: ecb12674de362bfa230fe82c44a94d0d70ffafb4d5db44ac9a28416bea54b804 SHA1: f07afbb0a7299f8e796640953c15472308d42515 MD5sum: 02621e9c44c7f5caf3eac281ad2b2afe Description: debug symbols for ros-kilted-battery-state-rviz-overlay Build-Ids: 32dda64a288b9a9a7c878631d3ed6afe644e92e8 Package: ros-kilted-beckhoff-ads-bringup Version: 1.0.0-1noble.20260805.152932 Architecture: amd64 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.20260805.152932_amd64.deb Size: 9520 SHA256: 9195d284b326bbb434ae7060083d8773a63705a4ac02a3c0369895dba5426eb3 SHA1: ffcc296794ffd45427bb5e914437b63f0ffcd308 MD5sum: cde7638a22d197dee08075c2f450e8cc Description: Demo bringup package for beckhoff_ads_hardware_interface Package: ros-kilted-beckhoff-ads-hardware-interface Version: 1.0.0-1noble.20260805.142551 Architecture: amd64 Maintainer: Nikola Banovic Installed-Size: 189 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.20260805.142551_amd64.deb Size: 51060 SHA256: 171a82d77f68a930e8b04c505f9a05c7927f42495315b64c100538ba25d5c685 SHA1: 68d3995b64a8d2ab899e1edb724b0d6d50aea774 MD5sum: 61716850427987fbd34dedee9f12fbb8 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.20260805.142551 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nikola Banovic Installed-Size: 765 Depends: ros-kilted-beckhoff-ads-hardware-interface (= 1.0.0-1noble.20260805.142551) 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.20260805.142551_amd64.deb Size: 729480 SHA256: 3d585dbb40adcfdf98293a6e9e2f77427bb9d1abd5234df399cfebfac5ba9013 SHA1: 24f68f278bae3ba917f174772632f7004c7b9995 MD5sum: f58ff004e585b04ee243394fad1ed65a Description: debug symbols for ros-kilted-beckhoff-ads-hardware-interface Build-Ids: faeef2bcaa3506338bf1674fb6fd68535c3bc949 Package: ros-kilted-behaviortree-cpp Version: 4.9.1-1noble.20260804.164555 Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 2991 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 Homepage: https://index.ros.org/p/behaviortree_cpp/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-behaviortree-cpp/ros-kilted-behaviortree-cpp_4.9.1-1noble.20260804.164555_amd64.deb Size: 627178 SHA256: 1b33e6f224ddea1e50af0e356c4066f4541a40f7fdf3ad6aff1798a9662a3f65 SHA1: a148c3a36bbb30d9d918d4810eace31977855643 MD5sum: c9bea9a67164a7a8424df168c4dea510 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.1-1noble.20260804.164555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 13139 Depends: ros-kilted-behaviortree-cpp (= 4.9.1-1noble.20260804.164555) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-behaviortree-cpp/ros-kilted-behaviortree-cpp-dbgsym_4.9.1-1noble.20260804.164555_amd64.deb Size: 12707612 SHA256: 565fecbb22c52c5153700d149bd1c91a63efc6f7dabf6d2571150e433d635ecb SHA1: 8699f71ae23665dea6ed2f4f788ad1e24fd5f91f MD5sum: fd02afe4ac89ce3cd9213c7772b3ef0c Description: debug symbols for ros-kilted-behaviortree-cpp Build-Ids: 064dc4ad8b8da6d9dcedf89b57448ec392dfd9af 45458c7a046c24834ffc38952d99d6eae69c6180 844a98e125af8a14170188209ffdcf85e0fa7043 8a7dbda12cbd6426e2eff8443ca65de8aed4a7b9 9074104f4f1e4a75926cd609f5d42379e670dee2 aa92e4cdf66c39fa951f8ff12abca29b078ecb7f Package: ros-kilted-beluga Version: 2.1.1-1noble.20260422.120540 Architecture: amd64 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.120540_amd64.deb Size: 75596 SHA256: a14a499cd418faa51663f61afb2aa886abaa345c1e785dbdff326cce3d00a065 SHA1: 123f2056100f6082f73512e74bd319a6c78d5971 MD5sum: 600b21bb2cd50cc4b53c9d6172ca8b09 Description: A generic MCL library for ROS2. Package: ros-kilted-beluga-amcl Version: 2.1.1-1noble.20260805.152526 Architecture: amd64 Maintainer: Gerardo Puga Installed-Size: 4329 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.4.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.20260805.152526_amd64.deb Size: 787214 SHA256: 8123b48d99fb77949bc2087cdfd2efdfb9dd3667b3b4f2fb5e973e8cefc35c41 SHA1: 4f11887a29da0158c11996cd3e23f9603c514025 MD5sum: 8d10fa58e9adf1971fd17f1949e3e69f 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.20260805.152526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gerardo Puga Installed-Size: 36959 Depends: ros-kilted-beluga-amcl (= 2.1.1-1noble.20260805.152526) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-beluga-amcl/ros-kilted-beluga-amcl-dbgsym_2.1.1-1noble.20260805.152526_amd64.deb Size: 34222892 SHA256: 4676a6494810de67a13a5e284f95dbb8a6b87a2b1432b57d6ab6c3a8fa5ff4a7 SHA1: c15ef713d91236eef212c8b3ff32b4b476f94831 MD5sum: 13d89bcb29d0fd461b0a2744d591cb98 Description: debug symbols for ros-kilted-beluga-amcl Build-Ids: 67d8d9e012bba22c1e407849376947a998b7066d 7d7506cf440abc83495b22d6c2ff9c7c2c8375f7 93380fdfa1d2571e7caa279f287acb2b4e867216 a65763b6f8f75629bf96a23f12b80bcd805ab6a6 b1817e8e2fb67b64b3b4611fb8e37ce0a4950b81 bf55c4f9fefb8fdc3d5100e5f66a6bf81c250472 cb8443664d42c5d890641bbdbbabc1533a2c326c Package: ros-kilted-beluga-ros Version: 2.1.1-1noble.20260805.152109 Architecture: amd64 Maintainer: Gerardo Puga Installed-Size: 1193 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.20260805.152109_amd64.deb Size: 119662 SHA256: 5784f0a53a3c228040a20bb42fd68a6888813eed685346de096608419f6f7493 SHA1: 25cd9ee543d55f506d8dd2e7344886c99b6473fc MD5sum: f14ac6d55790b370fe4d099c46be38d9 Description: Utilities to interface ROS with Beluga. Package: ros-kilted-bicycle-steering-controller Version: 5.16.0-1noble.20260805.144648 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 191 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.16.0-1noble.20260805.144648_amd64.deb Size: 48030 SHA256: 5e676fb3555ec8eafab12519e81a364c63d96805805d5be62322eb647e2b24c7 SHA1: 2f436b2c610d6f8a41f16a9044ea5cd8471a0ee3 MD5sum: 5a6be40e481c263677615f130e1dbc05 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.16.0-1noble.20260805.144648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 724 Depends: ros-kilted-bicycle-steering-controller (= 5.16.0-1noble.20260805.144648) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bicycle-steering-controller/ros-kilted-bicycle-steering-controller-dbgsym_5.16.0-1noble.20260805.144648_amd64.deb Size: 694322 SHA256: 5c11a6797c9ef21c76f780eafa3b6ac2a93523c1455dc950089152c1a8514511 SHA1: 8d7b60ee9d25bef2877925c7719a7c8a64158822 MD5sum: 1eb67aac775b46b75086cf68dcdaee04 Description: debug symbols for ros-kilted-bicycle-steering-controller Build-Ids: 8b8525e6da641ab678d2bf41df5cab8ec0772adb Package: ros-kilted-bno055 Version: 0.5.0-3noble.20260805.140740 Architecture: amd64 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.20260805.140740_amd64.deb Size: 34748 SHA256: 770f0740fe3c93e99bcd9ff0091b7f380058890bf6044cd7de657e6dd29bdb32 SHA1: e2252c5c5f57692a03ca27f55b65f7ba7ee9b1db MD5sum: 50771caad5aff74a3340066fa6e1936e Description: Bosch BNO055 IMU driver for ROS2 Package: ros-kilted-bond Version: 4.3.0-1noble.20260716.021636 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 561 Depends: libc6 (>= 2.4), 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.20260716.021636_amd64.deb Size: 55142 SHA256: 4aa2096c869e649678aff0fdc52712ba70042b1a9814c2ed97ee37388a6e37ef SHA1: 3ef783873a797eba2d7a2abae4fcd3d8f8e27103 MD5sum: d0b7e30efe64dfdfb6d31a7e9e1251d5 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.20260806.072301 Architecture: amd64 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.20260806.072301_amd64.deb Size: 5826 SHA256: 4d7cf5fa463f06728ba23dcfaec00d384871f62c3192cb775a973c86663ed37f SHA1: 6e283570eb99fa2b02cdc76647c382a23aa10673 MD5sum: 547abcf11042470717617ce0590a04cc 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.20260716.021636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 386 Depends: ros-kilted-bond (= 4.3.0-1noble.20260716.021636) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bond/ros-kilted-bond-dbgsym_4.3.0-1noble.20260716.021636_amd64.deb Size: 283788 SHA256: e718a04e9597a19fb3cc42787eccc2567838d08a3d87d7f0f7f4faf623a94894 SHA1: d8fa233fb6875bf00261bfcdc3ed401da145277b MD5sum: 0d5f9ad46b3657f21fd60157992a2c73 Description: debug symbols for ros-kilted-bond Build-Ids: 017e5d63ba0781424d26842af187dd4d5cdeb7e9 1daa17d2045c9181ff9b8012a823290a66ba3477 5f96af942a7758fd3ecb088da41df9749a6ff898 8c42411e683670b08f1dbdad3f43f597d992fbe9 9fb171c3087b1892300f6c89d4d4a1104afb507c a0769c53bb9d03dfc034f1e57167b2487ca3435e a947a02f72084075dd18a8193b503d1483e0553d bbe29126509f9302312f19c430b3965c202e9575 c99894cc71357e8d5283dadc9e4995476d275d61 cb410a883f276f999a3b8e6bec3af92ed67bb020 cf627af84beace14ee20011dfacbee89a0f98fad Package: ros-kilted-bondcpp Version: 4.3.0-1noble.20260805.080413 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 570 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.20260805.080413_amd64.deb Size: 123090 SHA256: 5d6416d2bbce693133cc994d81df33a5d1eee4a69657c3cdf5c4805b3c39836e SHA1: 46c3a70f6baa6f99cede4e046808b36ed543c7e3 MD5sum: 5577c41edce616e4dd4313d3881a636b 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.20260805.080413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 2278 Depends: ros-kilted-bondcpp (= 4.3.0-1noble.20260805.080413) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-bondcpp/ros-kilted-bondcpp-dbgsym_4.3.0-1noble.20260805.080413_amd64.deb Size: 1944582 SHA256: f4dcdc06c6bd78b7042d45c39f0f6cb8150db0e70b4064bdd567cf85626de7d7 SHA1: ce52869766972939d202a51175a8a50b019fe3cc MD5sum: 7fe76f2a037bf90466dc8c216ddc224e Description: debug symbols for ros-kilted-bondcpp Build-Ids: a9cd3f2e0cd42edd60394bfb2ba70806383ad9ed Package: ros-kilted-bondpy Version: 4.3.0-1noble.20260805.140131 Architecture: amd64 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.20260805.140131_amd64.deb Size: 16240 SHA256: 1983d444e04cc76e301cc53ffca4263d417abaeace5bcac2ecabf46eaedfd120 SHA1: 124780343820c62638580531e419dc2e420e05fe MD5sum: 67a5630fac816187d2bcb05b96039080 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.20260804.162810 Architecture: amd64 Maintainer: masaya Installed-Size: 93 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.20260804.162810_amd64.deb Size: 10824 SHA256: a57b3e95da0bccfc003cffddc10ec6bbe7eddac5994efb43272d5f367fed1102 SHA1: 08a53e7f1ba39f994839f8bf7f6f411fa8d454f4 MD5sum: b35f677504751b94c5a476715b857c40 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.20260804.162810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 49 Depends: ros-kilted-boost-geometry-util (= 0.0.1-5noble.20260804.162810) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-boost-geometry-util/ros-kilted-boost-geometry-util-dbgsym_0.0.1-5noble.20260804.162810_amd64.deb Size: 34696 SHA256: a83661cff22279680208f2d301c1f80cd8f6669d33a16cfe582e401709109df5 SHA1: 539151f7fa1552b4fe194146a373731185ca4b49 MD5sum: 69a4c7188e277ffa21793a3fa4e148ae Description: debug symbols for ros-kilted-boost-geometry-util Build-Ids: 8ba0d88b02e71ecd3ea221327e831c0d93211513 Package: ros-kilted-boost-sml-vendor Version: 1.1.13-1noble.20260410.110933 Architecture: amd64 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.110933_amd64.deb Size: 25038 SHA256: 0d36dce5fbb796549b6d390bb375a21942c114c7f8d4fa47e9b76e6fb035f944 SHA1: 24c81a1048108b78b19a6c02ccc2d03ccc971953 MD5sum: fe31cddd6acd3cd6e2079ae0c8358a7c Description: Vendor package for the Boost SML (State Machine Language) Package: ros-kilted-broll Version: 0.1.1-1noble.20260804.173153 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 748 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.20260804.173153_amd64.deb Size: 174350 SHA256: edd9d92021594cdc7d66efc55e87be3d5c917ca1e6ed4d9704dc716d883af8ed SHA1: ad42f2bb686ea8fa82215ca17f76890adac881ba MD5sum: 4a69ee221aac40892899e8f8a6a56a36 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.20260804.173153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 3361 Depends: ros-kilted-broll (= 0.1.1-1noble.20260804.173153) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-broll/ros-kilted-broll-dbgsym_0.1.1-1noble.20260804.173153_amd64.deb Size: 2970578 SHA256: 7a56ec9aa4def832bc646fc0975c8918a280378dd7159b80576d5864a26fcd59 SHA1: 3d69106d267e41fc37e78da639da37900e207127 MD5sum: 10fe4950c9725b1c7a24215395227b62 Description: debug symbols for ros-kilted-broll Build-Ids: 24f6b931e84dc12175eedc8e5be3307ffb696500 47b2558076a81f82c60f389998bddd2297d4bcc0 58873b0ad40ea845ec8018e6f45be0793f4ffde7 Package: ros-kilted-builtin-interfaces Version: 2.3.2-1noble.20260715.013924 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 523 Depends: libc6 (>= 2.4), 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.20260715.013924_amd64.deb Size: 46560 SHA256: 51735fb3f26c99bc55a671236e2b2fc67fd7102a551cc5635ed6dbf36d0f63fc SHA1: 5a6384099de7d44aa75a5542e0d9e29775be9254 MD5sum: 55f8a912e685ef23ed7031366de71262 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.20260715.013924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 331 Depends: ros-kilted-builtin-interfaces (= 2.3.2-1noble.20260715.013924) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-builtin-interfaces/ros-kilted-builtin-interfaces-dbgsym_2.3.2-1noble.20260715.013924_amd64.deb Size: 229160 SHA256: 8df3381d6fe582e2ee6c13afd860650a4ace699c695a54d184fe110bb0d21c4d SHA1: d42e323318ad89b95f154668520a38e6a02a3be9 MD5sum: 1fb2e6bd188b31d17f5b1142f0bef34d Description: debug symbols for ros-kilted-builtin-interfaces Build-Ids: 241289fd8d81e73671f1b723be33752ecb592114 2c7f82d35892e7b09e3272f6e7f4d7609781f7be 4666eaf0b126183ee9349bcf251df520e2d28e09 4f8707090abf2639cd1122e6ae35f59ba561d681 5b32a6303a5a5d5d6c493fe1b8917375b18ba412 7bfa3fbca67991e4e7595c414e873bb745b7ebbb 885da3be33a6c1e13c37ea9bae669366c14fc2e8 bd52a03562aa2f8b5a2be485d718eb08c001f820 cd03e7c6d64f7b696e5dc4adc61c31e4b579f55e ce3272a01cf5371bdb008383ba88007362b31cfd e7f0d1d051b3a435b11cf6aca0945844e3f0d29e Package: ros-kilted-camera-aravis2 Version: 1.2.0-2noble.20260805.143255 Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 1341 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.20260805.143255_amd64.deb Size: 282330 SHA256: a1d76a7661a15c34f841bf063eb2376f87363dacb63c4550d8269deb4bdbdb92 SHA1: baaf8ac4c4eedf3915365134d592fbbe1dd55cb2 MD5sum: 0185ce04b9ba2ce2c68827eafa0824fa 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.20260805.143255 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 7125 Depends: ros-kilted-camera-aravis2 (= 1.2.0-2noble.20260805.143255) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-aravis2/ros-kilted-camera-aravis2-dbgsym_1.2.0-2noble.20260805.143255_amd64.deb Size: 6604556 SHA256: 8e9d83c4d6ae9d0a87cb839305750488864f34a1cc149e1ba08711f345599b96 SHA1: 238906fdf41c8e8e0e11f3f00c26a7d64a89a123 MD5sum: 90eb1fde45af51bec10b92c522f07458 Description: debug symbols for ros-kilted-camera-aravis2 Build-Ids: 1d73436659d106ef2544902c22bea53c65dcf744 2efdf413d9c4e59073470ceb301985fabb41089f 48883a6859871260fcf9f80ce210fc98fe36a332 8ebfb5647f6a3d399f8328d01c07b6a1820092bd db0c5a422cb8b1b17147054758c5e7e67b199a20 Package: ros-kilted-camera-aravis2-msgs Version: 1.2.0-2noble.20260716.020642 Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 925 Depends: libc6 (>= 2.14), 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.20260716.020642_amd64.deb Size: 85052 SHA256: d9de7457eb7ac6d7e675d84a9361786a7059cc56896acdfd565f1a173b480d44 SHA1: ea1dd22ca9d1dfbffd9ea12d5c79315c26d15154 MD5sum: ee00aa19e96495cf789f33b41a9e19c9 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.20260716.020642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Raphael Hagmanns Installed-Size: 683 Depends: ros-kilted-camera-aravis2-msgs (= 1.2.0-2noble.20260716.020642) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-aravis2-msgs/ros-kilted-camera-aravis2-msgs-dbgsym_1.2.0-2noble.20260716.020642_amd64.deb Size: 522860 SHA256: 1070475b5b3391cb2c4160b77fc2c0024152dee433a4b14115e0e20c1ac0acf3 SHA1: 344ed421fccddfa20cb5adab8df7f2ec5f555bdf MD5sum: 9eed9496a6a7da3495c2b255ed9d8842 Description: debug symbols for ros-kilted-camera-aravis2-msgs Build-Ids: 1fa166ccc043977d675cddb3a07b15f500af06b0 3cd97fa4cec8bc2d2a1c259da7f4643266f4bba0 61f690aa1a1ac619a57da1a7a0b2879d4f669e2e 66dbc0df22666b4dbc07bd97ecc22404ebc90817 7051a7e1093c70e40f188259678716a4472ac8bd 70fd468908904e6c6a432b825d6a79fed18cbb06 7e9709570a2bb666d496e05221c1cec4e694fb06 8acb44281a23ead3c28b43a1048480c31def3aaa befada6e626d04f80ba667fa7b8e18c0352dbc89 db78ba7811e97812a928ecf43c0e1c6adfb788d9 dd4c5ad798ed1fa0713c40779ca5d7590cd364e0 Package: ros-kilted-camera-calibration Version: 6.0.13-1noble.20260805.140845 Architecture: amd64 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.13-1noble.20260805.140845_amd64.deb Size: 80296 SHA256: 83808fc2ef1c7ec60008911ca8e06c24c2498a8f968a7fdbae0453f7960ec9e2 SHA1: d0ca546a6a2377a6add5cff67b85e5b8bc1b8940 MD5sum: 33cfb52150bfea07dfc36e3dca58b7e3 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.4-1noble.20260804.163023 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 231 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.4-1noble.20260804.163023_amd64.deb Size: 57562 SHA256: 243caafcbc12619d3220c516829d2dd122993c3763f2018df792cf58d345165a SHA1: ec3d29b6daf8beb4b9f5617003412ee154732bac MD5sum: fb627011e4f7ef1ac5c991c589ace7d1 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.4-1noble.20260804.163023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 780 Depends: ros-kilted-camera-calibration-parsers (= 6.1.4-1noble.20260804.163023) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-calibration-parsers/ros-kilted-camera-calibration-parsers-dbgsym_6.1.4-1noble.20260804.163023_amd64.deb Size: 724396 SHA256: 3dabdd79370358e8dfabcb8e30b29909e37da91600b5a29aca4aef7d25cef4b9 SHA1: 9f949687ccd4d95cc870228fb3c16e4811e0b87e MD5sum: cbed4726c921be3890300d294895feb6 Description: debug symbols for ros-kilted-camera-calibration-parsers Build-Ids: b175dd0a80ea53a43803a3e23ba312fc35db47ac ffbe202652c6588f779c527333e6ab3ab18948ed Package: ros-kilted-camera-info-manager Version: 6.1.4-1noble.20260805.080623 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 172 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.4-1noble.20260805.080623_amd64.deb Size: 41972 SHA256: 7da24b968e70b3a8d3b53da2160b1a00d20a27cfda86ca7f9babb17041ccc420 SHA1: b4c1d3e848cf388cbb746af40af0eee2f28374a4 MD5sum: 23797d352b623c428d3ad5dadc9c4322 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.4-1noble.20260805.080623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 492 Depends: ros-kilted-camera-info-manager (= 6.1.4-1noble.20260805.080623) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-info-manager/ros-kilted-camera-info-manager-dbgsym_6.1.4-1noble.20260805.080623_amd64.deb Size: 452960 SHA256: 974205c64b081f3f4e6e48514101ea09f6dc763f64c173de90728b998f62774c SHA1: a39222d144b65393c531b6ffdfcbcb78adffc623 MD5sum: de0774b59f0666d1a240aa6e86035296 Description: debug symbols for ros-kilted-camera-info-manager Build-Ids: 28cf6a4b4963eda9d8d9e2bead31fcfba37dfd41 Package: ros-kilted-camera-info-manager-py Version: 6.1.4-1noble.20260805.140740 Architecture: amd64 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.4-1noble.20260805.140740_amd64.deb Size: 24150 SHA256: 49719724215df92a492bc3141bd191f7a444d0eb634b6d9239303f643550ec90 SHA1: 48c71b1e3e07a18fbe47d784c2e15af32f5d3bad MD5sum: 604cdb0c3118664a7632e9d1a58f5032 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.20260805.144413 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 683 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.20260805.144413_amd64.deb Size: 205060 SHA256: 05368821146d8f81faf49189af63dd3fe9eeff37e9e17231a5599f9cd4e59607 SHA1: cc95ccd1c4bfb0918ac00831272d296c302a200e MD5sum: e33f67f4fe3b284f21fe85b0844d981e 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.20260805.144413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 4215 Depends: ros-kilted-camera-ros (= 0.4.0-2noble.20260805.144413) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-camera-ros/ros-kilted-camera-ros-dbgsym_0.4.0-2noble.20260805.144413_amd64.deb Size: 4015310 SHA256: 154f500d4095e8d08feca71042d875d8dbb8c62ec71f39df730cbf76beedbd26 SHA1: da9c3eed9fdcd808ed630094f47e45ab6812f26e MD5sum: a0bc0bed84de455c95421aee1bea1fcb Description: debug symbols for ros-kilted-camera-ros Build-Ids: 09361d134c363de0086e150e146c65ae5275db00 62466cf38ba95e05a63b830a871b4920a1893b46 Package: ros-kilted-can-msgs Version: 2.0.0-6noble.20260716.014110 Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 467 Depends: libc6 (>= 2.4), 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.20260716.014110_amd64.deb Size: 45912 SHA256: a099767e89cb34cab53dd0d3efb459d91759b36d9ca9d42455e336704c2b1cd8 SHA1: ac3a24357184196dc50c84a52572f65978e3d69f MD5sum: 92ef0d3beb978c51f589cc053a4ad19b Description: CAN related message types. Package: ros-kilted-can-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-can-msgs Version: 2.0.0-6noble.20260716.014110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 283 Depends: ros-kilted-can-msgs (= 2.0.0-6noble.20260716.014110) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-can-msgs/ros-kilted-can-msgs-dbgsym_2.0.0-6noble.20260716.014110_amd64.deb Size: 196636 SHA256: f4b8d896fc312f75165f1f6e64db7054e8f4d062420c5c7898ebefbc5027042b SHA1: abd90c7e97ec849249753f0fce7489dd6c3e1cfc MD5sum: 89dd63fb17a361d509cbedea8cf5baa1 Description: debug symbols for ros-kilted-can-msgs Build-Ids: 3a6c47c2eb37a3ff4e7294818355b592e9ede7db 584b0cf5003e04cd70e8837e0e97453c9a14bbf0 59985fb3a7b755d210e567846a5e646a0ca359fc 5db250b4369f28cdbe0de9e9115cb78d4694858e 5e4c063fef2cacf6c9d8571b326eab6f4dac1c76 8ca8dc4817954cbc60c03929b1e90cdcdc971eaa a8f448be9fd1999c9032f7e1ee3f87ecb2d278b8 d0232cad5f583405248c5ac1bfe8ce49b33447f6 e379cc77c8968afa19a118b6e5400f4522fd8e12 e590a189cbe711c1a9de46d508f343cd7d2a5d8b ef674787c55677a62e1602bb392fec9de81a0f4a Package: ros-kilted-canboat-vendor Version: 0.0.6-1noble.20260410.111111 Architecture: amd64 Maintainer: Severn Lortie Installed-Size: 6650 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.111111_amd64.deb Size: 313530 SHA256: 26dd3a00edd8ee0c74cf1c72c7066fea5898757c2425b1b1df7427a2e8b3cc39 SHA1: 081533875a69e3b26df7899654e912bec122beb6 MD5sum: 4aa3b16d9f6a0cb234430b37c5c4db4a 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.111111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Severn Lortie Installed-Size: 756 Depends: ros-kilted-canboat-vendor (= 0.0.6-1noble.20260410.111111) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canboat-vendor/ros-kilted-canboat-vendor-dbgsym_0.0.6-1noble.20260410.111111_amd64.deb Size: 379182 SHA256: 746488ad4eadc0d20155aa0b53ed77bf3eb3f9371630b5a3bcd4a5ef28d2f2d0 SHA1: 434bb4851358319f93b36cab19b7479ff630683d MD5sum: 22cf358892e2b659dc96b0a326d20342 Description: debug symbols for ros-kilted-canboat-vendor Build-Ids: 4766b364848fb3f6b24e8ef01348360d2d825ae0 4e28f3d16a85e13b561bf88640fdd1909c01733d 58b2adba3f67e299b393602437185ecd89082843 5bde0fb323aaf481c844d014e94cf1b094a59b60 6101eaaec50aa68c1d631732736588f3d32c3d83 727d9b11588823691eaa8fb9c945ae50fb66c36e 85fbbd0e45a755531c2592f6c7ef36bca83572a8 8a8731fbce7d10e066cdaafc59fcb1712704c178 8aec471d45bccb8e782e49d516ba12660c6c5f6c 8c2961b4061f834c903ef7c5a1213f7c5147af76 a7888df672f5b55aa660bf9a8c1bd21465db881e adaf23700ed175851d7db1113fe6e5faa3f9ace5 d4cc67ec334539aca632abf7e693587316a8ae73 f5e7f909d331f7f71a2a71cdb9213ae801fd1d8c Package: ros-kilted-canopen Version: 0.3.4-1noble.20260805.145500 Architecture: amd64 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 Homepage: https://index.ros.org/p/canopen/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen/ros-kilted-canopen_0.3.4-1noble.20260805.145500_amd64.deb Size: 6964 SHA256: 2eb3ee757a1fd26ef6867088553706f962eb5a34c56411adbe3b9c75baf8bd5c SHA1: 19d050912c742df73cdba89bdd56333ac15571a8 MD5sum: 51fe9a6ca2188f959bd78e992262ffb5 Description: Meta-package aggregating the ros2_canopen packages and documentation Package: ros-kilted-canopen-402-driver Version: 0.3.4-1noble.20260805.144423 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 1213 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-ros-workspace Homepage: https://index.ros.org/p/canopen_402_driver/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-402-driver/ros-kilted-canopen-402-driver_0.3.4-1noble.20260805.144423_amd64.deb Size: 260790 SHA256: 52e086717261fce2940aabad95f56bcc4aab9ed900caf8ed38321082a3d2bfe8 SHA1: 21a1df2260c580e8fdf65697b76977aa19866b72 MD5sum: 7be8accbaed9669002855f93fd53fff9 Description: Driver for devices implementing CIA402 profile Package: ros-kilted-canopen-402-driver-dbgsym Package-Type: ddeb Source: ros-kilted-canopen-402-driver Version: 0.3.4-1noble.20260805.144423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 5989 Depends: ros-kilted-canopen-402-driver (= 0.3.4-1noble.20260805.144423) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-402-driver/ros-kilted-canopen-402-driver-dbgsym_0.3.4-1noble.20260805.144423_amd64.deb Size: 5589162 SHA256: e4d5dc530d1228104cf06d98876605d59c681fc776f40491530f68221890ab83 SHA1: 1f8a44e7f7c2d3dc14a63f5c8eedc2592416bb07 MD5sum: c8775f1c46ead0e834609dc41fb398c2 Description: debug symbols for ros-kilted-canopen-402-driver Build-Ids: 395984fb7c64cd3c5b4dee4184dc392695b0aa37 46a7022bee9fa7824dc7d253c5adb8b12cd91b84 99055c6b9f196bf3ca8f2b7b6b81a468b19d5f6d ef937723dd6757ca4b94f52e59519cbf81baf694 Package: ros-kilted-canopen-base-driver Version: 0.3.4-1noble.20260805.142114 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 896 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 Homepage: https://index.ros.org/p/canopen_base_driver/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-base-driver/ros-kilted-canopen-base-driver_0.3.4-1noble.20260805.142114_amd64.deb Size: 181648 SHA256: 89a5c9b3b9ca028b3355022ec7078e42179709a961a4a8d854a7889cdfabb91a SHA1: 61f33205665e7accf6c688954626ef99989da1bd MD5sum: d3fc08c1d0ff1f32b5bb058f07e5bf0b 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.4-1noble.20260805.142114 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3985 Depends: ros-kilted-canopen-base-driver (= 0.3.4-1noble.20260805.142114) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-base-driver/ros-kilted-canopen-base-driver-dbgsym_0.3.4-1noble.20260805.142114_amd64.deb Size: 3710358 SHA256: dee64b8b3a1eb5adeca8e7366ac8a515364228d60aa8eafef48b58e95abae38c SHA1: 698d3502377c94704a37d987344fd34ee1b578d9 MD5sum: ae02b051dc984fff817de3a0c6482351 Description: debug symbols for ros-kilted-canopen-base-driver Build-Ids: 4caf0b3a4b82efa5719823393c7265cc7cbd30f8 627c91d20830476be0ef7fb9557f2a8aa3b86493 6aac6a63e9aa494eebd3beb8466db422acd097c3 d7614f5c7f5df8b1638b7b927ab294fa6784c9eb Package: ros-kilted-canopen-core Version: 0.3.4-1noble.20260805.080407 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 785 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 Homepage: https://index.ros.org/p/canopen_core/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-core/ros-kilted-canopen-core_0.3.4-1noble.20260805.080407_amd64.deb Size: 188230 SHA256: 640e3d287771b04e5f89ebb02711950cd8651730ffa35407514a74e3414bf9ef SHA1: 685fbad2f73e8e40d783236dcc5596ff593b7d8a MD5sum: 2b1275f7b92ad1ac1f36b45ae0a691cb 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.4-1noble.20260805.080407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 4428 Depends: ros-kilted-canopen-core (= 0.3.4-1noble.20260805.080407) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-core/ros-kilted-canopen-core-dbgsym_0.3.4-1noble.20260805.080407_amd64.deb Size: 4241532 SHA256: c866b53d26ce958678103c974e46a7347b5f29b9e82cbc08d94b0ade6bd2ab41 SHA1: de8d82ad67cbdef0640e7883a91410318ba87629 MD5sum: a3847b42f54a801a910a2ea28af9e80a Description: debug symbols for ros-kilted-canopen-core Build-Ids: 48f472597fd5fb3e911a796ad66015a1892a537d 61dbfb29cdb760ebe4a556aba3505b8a55d5b395 99e3bfe17c776e01b2628ab4d79943809d41e678 add4e1df11717446dac5e0cdf6e5522506070cc8 Package: ros-kilted-canopen-fake-slaves Version: 0.3.4-1noble.20260806.072232 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 336 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 Homepage: https://index.ros.org/p/canopen_fake_slaves/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-fake-slaves/ros-kilted-canopen-fake-slaves_0.3.4-1noble.20260806.072232_amd64.deb Size: 66552 SHA256: e1a9a131917f1e1d63169f5b0f57ce4ccb39d47e51b6165ed6cd2fdcd3d2c283 SHA1: 4f91eeac5ca0bc9652f2686ac368e745c1934d2d MD5sum: b9fdd7883d6e0b1e1d1f68d7b49cb6be 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.4-1noble.20260806.072232 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 947 Depends: ros-kilted-canopen-fake-slaves (= 0.3.4-1noble.20260806.072232) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-fake-slaves/ros-kilted-canopen-fake-slaves-dbgsym_0.3.4-1noble.20260806.072232_amd64.deb Size: 874658 SHA256: 24c35f32530a604384cd5b58088fc0e8b60b7730d18c90e0fa5d5b0b748431b8 SHA1: 563d6a320018f8402fdaf2d3306655cf9a238251 MD5sum: f80086d4fe3febfa69227060f0e78a3b Description: debug symbols for ros-kilted-canopen-fake-slaves Build-Ids: 0c5f3e52fe53534f6c39608b8492084f1a2b6ed1 3eef0d1462c7e4c7d3e28bacb561307763738dde 75a07dde49cb3995f3b2c5b8e7b0927b95cdbce2 Package: ros-kilted-canopen-interfaces Version: 0.3.4-1noble.20260716.012916 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3592 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/canopen_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-interfaces/ros-kilted-canopen-interfaces_0.3.4-1noble.20260716.012916_amd64.deb Size: 219596 SHA256: 7c9186ef5f41e515e0dfbf322ec16c7c6c5c1bc935dfc6acf49b69d90e841c23 SHA1: 1037e0e11481f65e49cf345684afc92edd4a343a MD5sum: c3c304bd04e45fbefdf18bc64bab1e3d 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.4-1noble.20260716.012916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 2310 Depends: ros-kilted-canopen-interfaces (= 0.3.4-1noble.20260716.012916) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-interfaces/ros-kilted-canopen-interfaces-dbgsym_0.3.4-1noble.20260716.012916_amd64.deb Size: 1756388 SHA256: e17297aaa281f48e036f581845fe0e210894943d580d9b34312863ffd4c9e410 SHA1: 9eb49687c35287fe51e50af36796f2bf8c42ae15 MD5sum: ba334ec90fc961d7f6355f6359f401c6 Description: debug symbols for ros-kilted-canopen-interfaces Build-Ids: 2dd9b4baccc22714fe4d488d2c85b69c0c406e4c 321e18109e212d3d3f1e69d16e69d4592e595fe3 3b954d1f074dceafc475159aa968aa5fbb8f3b1f 4d3a2d7c8ea4da161227b4a400bbf2194d92b71d 6681ef8f29285ee684761fcd211995974b71a962 6be69d5f17c2e45911cda897893cdd8c443f9131 888040dd081f940945f89e8a92d198d979632dd9 d36e950d1487220f3a837167133eb8d7992933bd e060a45d01862b97f873737653e76ffd7fc75c55 f3ab5f1cd04b0c3eba05452fe22da4047c5dae13 fcc5f86805ba603e4f991bdc3b278d5b2dff46fe Package: ros-kilted-canopen-master-driver Version: 0.3.4-1noble.20260805.081114 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 753 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, ros-kilted-canopen-core, ros-kilted-canopen-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/canopen_master_driver/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-master-driver/ros-kilted-canopen-master-driver_0.3.4-1noble.20260805.081114_amd64.deb Size: 146164 SHA256: 4170d4089b3e41b6df64a647d976a50a4acf51c50cdcb223342a6e2a91150edd SHA1: 4a39c7973804aaa5308bb694337d6256405cc041 MD5sum: 93956c5fae32a3d46701c1b716324e15 Description: Basic canopen master implementation Package: ros-kilted-canopen-master-driver-dbgsym Package-Type: ddeb Source: ros-kilted-canopen-master-driver Version: 0.3.4-1noble.20260805.081114 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3437 Depends: ros-kilted-canopen-master-driver (= 0.3.4-1noble.20260805.081114) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-master-driver/ros-kilted-canopen-master-driver-dbgsym_0.3.4-1noble.20260805.081114_amd64.deb Size: 3180116 SHA256: 1c1f4eba9822182ee41de30b9f720d76319ea76530deb0167ce9eb21c8027615 SHA1: 320ff3486422973c357fcfd5ac2b5c4368c52fc6 MD5sum: 3170b1cb0dcd138b30d5a34323db311d Description: debug symbols for ros-kilted-canopen-master-driver Build-Ids: 2f64d0c62cb4b2611b7e286bbb8702bfdefb31ce 35e06665b4aa002231f7f3060807ed53a014f7d1 74e0f188b605624b924074c28c4a05b124687d36 a908055bc7541b15cffa4df853fef0121691dbdf Package: ros-kilted-canopen-proxy-driver Version: 0.3.4-1noble.20260805.143246 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 1171 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-ros-workspace Homepage: https://index.ros.org/p/canopen_proxy_driver/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-proxy-driver/ros-kilted-canopen-proxy-driver_0.3.4-1noble.20260805.143246_amd64.deb Size: 235776 SHA256: 1166ea59270271e7e1bfa55db92d67e15f0f2e1995675926f5733f6cb09e0aa0 SHA1: a6847426d84d64c3462921c7d157067518b9d13a MD5sum: 225364c7db3ae3425e02a60b91a6d658 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.4-1noble.20260805.143246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 5578 Depends: ros-kilted-canopen-proxy-driver (= 0.3.4-1noble.20260805.143246) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-proxy-driver/ros-kilted-canopen-proxy-driver-dbgsym_0.3.4-1noble.20260805.143246_amd64.deb Size: 4993972 SHA256: ef6f951c6ffc8464aac7d2ad96ba17b10963fd9db6f16069a966026d5f49501d SHA1: e6fdbd502a533b7608c1fd733536d3b26630cc26 MD5sum: 69c671a4b93d67cff0d640a602c56983 Description: debug symbols for ros-kilted-canopen-proxy-driver Build-Ids: 90a9aec93fea5ca4664e20bdee4c1b2d91863ff1 c07b7aff576da269e34ba74853085d58a6081331 f146a7e0bc8d3d1f94103db19e4ae47f6446dd7a Package: ros-kilted-canopen-ros2-control Version: 0.3.4-1noble.20260806.072226 Architecture: amd64 Maintainer: "Lovro Ivanov" Installed-Size: 401 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 Homepage: https://index.ros.org/p/canopen_ros2_control/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-ros2-control/ros-kilted-canopen-ros2-control_0.3.4-1noble.20260806.072226_amd64.deb Size: 109340 SHA256: 3fc43b28f73c76b7fe63d8827cdbe2fea642a57376d6cc250aa1d395397012e2 SHA1: 3441ac570e4766dec09663c3a0ade4054db798d7 MD5sum: 2f9ced9e2d9f3df004494e0ccf23bd70 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.4-1noble.20260806.072226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lovro Ivanov" Installed-Size: 3249 Depends: ros-kilted-canopen-ros2-control (= 0.3.4-1noble.20260806.072226) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-ros2-control/ros-kilted-canopen-ros2-control-dbgsym_0.3.4-1noble.20260806.072226_amd64.deb Size: 3156744 SHA256: ab2be2dc87c78cc82555cd7fe3a1eee6f15dd488ad83fa34db132b204153c984 SHA1: 719f1f046400b2e7c88d6e265673466639f10c0b MD5sum: 45e51f994aa5b9583bcdb32b2760b7b5 Description: debug symbols for ros-kilted-canopen-ros2-control Build-Ids: 459c03baf6cc6bb44b0973ae7a903d5cbd7215d0 Package: ros-kilted-canopen-ros2-controllers Version: 0.3.4-1noble.20260805.145257 Architecture: amd64 Maintainer: "Denis Stogl" Installed-Size: 740 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 Homepage: https://index.ros.org/p/canopen_ros2_controllers/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-ros2-controllers/ros-kilted-canopen-ros2-controllers_0.3.4-1noble.20260805.145257_amd64.deb Size: 168390 SHA256: 667276fb945ffe987a24e33de0036d1f10f38c05ced6b2e57500352ffb74fcc0 SHA1: cc53f5762b43481e7d9609471b0c102a2ab89319 MD5sum: 4c08b4535d1cc1f3d2acaaf3a9f2fb0b 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.4-1noble.20260805.145257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Denis Stogl" Installed-Size: 3944 Depends: ros-kilted-canopen-ros2-controllers (= 0.3.4-1noble.20260805.145257) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-ros2-controllers/ros-kilted-canopen-ros2-controllers-dbgsym_0.3.4-1noble.20260805.145257_amd64.deb Size: 3514482 SHA256: 8495a0040286d3860950acdb02bc3d6f11f6e039097964f225e8406eeeccaf48 SHA1: 4b4f4f5510b41c9596ef283ba07ec09c5d15100a MD5sum: 918d4e17e5dfbc4c7da17f56636974ca Description: debug symbols for ros-kilted-canopen-ros2-controllers Build-Ids: 49f08dfb045f32092c27c8447d0184076720a920 Package: ros-kilted-canopen-tests Version: 0.3.4-1noble.20260806.074002 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 628 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 Homepage: https://index.ros.org/p/canopen_tests/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-tests/ros-kilted-canopen-tests_0.3.4-1noble.20260806.074002_amd64.deb Size: 34140 SHA256: 481b3963a5e803f4fb38dff042d55ed4e2c7f80187185fd0a48420968e8eac3c SHA1: 88f4cb43871e8b6c7f4c15dad03296ccc4669a8b MD5sum: 88a21b810f15e9e9595ac38883ed06b3 Description: Package with tests for ros2_canopen Package: ros-kilted-canopen-utils Version: 0.3.4-1noble.20260805.140323 Architecture: amd64 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 Homepage: https://index.ros.org/p/canopen_utils/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-canopen-utils/ros-kilted-canopen-utils_0.3.4-1noble.20260805.140323_amd64.deb Size: 15138 SHA256: 3d2a93f5a2703905f2d929bbb08979bf63947cbeb3421acab7787b050241a19e SHA1: b21d0964ed9facd31a61fb23c6d8b5d15fd71025 MD5sum: 9e4938bfd3a7447022e13409047941fa Description: Utils for working with ros2_canopen. Package: ros-kilted-cartographer Version: 2.0.9004-1noble.20260410.103647 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 12260 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.103647_amd64.deb Size: 1597316 SHA256: f3a8a3887a9bf00bf382759f4d0b876e3e8810d49072790b82abd6bb30cc9ff5 SHA1: 3bce0e3a1ce0c6797093303995e53d14d1d7819e MD5sum: 88d00f7ac374a3d18f8e5ee1418c7cf5 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.103647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 31440 Depends: ros-kilted-cartographer (= 2.0.9004-1noble.20260410.103647) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer/ros-kilted-cartographer-dbgsym_2.0.9004-1noble.20260410.103647_amd64.deb Size: 30733416 SHA256: d72f01b5687fcbdf1242ed7123290648e962c52ee4ea438e99633c6d174462a2 SHA1: 8c9fef1a7ebf2d00197bb18b8a81bd26c8acea07 MD5sum: 58d79c3e04848735cfdd640b6876d6d9 Description: debug symbols for ros-kilted-cartographer Build-Ids: 0363bb1e81a19c977bbc568714efe6bbe835fe9c 2b28a166aae4535895ce1f895844982568f764c6 deea63cce0a4b431cd6aedadc78536605cc3bc87 e3087bf031e9f4700078b84facb97ec91c4aaa20 Package: ros-kilted-cartographer-ros Version: 2.0.9003-2noble.20260805.151825 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 26124 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.20260805.151825_amd64.deb Size: 3124372 SHA256: 128ca9e12e2d80cad533f91310cf97ea321bccca370022820f26f8257a6fe789 SHA1: a117e878cd943ee634d90fcc4488b11841b7ae0d MD5sum: 35525a84d53bc0d81e08649b702bd074 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.20260805.151825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 49006 Depends: ros-kilted-cartographer-ros (= 2.0.9003-2noble.20260805.151825) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer-ros/ros-kilted-cartographer-ros-dbgsym_2.0.9003-2noble.20260805.151825_amd64.deb Size: 41295284 SHA256: c3c6516ed3c9bcf972cb344fd8a6950de46a7783fed49a5a364ddad425f9fd5f SHA1: 89dab9d9e38638f699bef035fa82f227b4b58b80 MD5sum: 1c4efeabf15401f063d41304fee4cfd8 Description: debug symbols for ros-kilted-cartographer-ros Build-Ids: 2149678250258b20d20af6b621a96dea1c3977f4 2616918b877333ba94d5cc4ed4df8bf75c7cf516 2b97b40f785850c3e06809276358db91f2e5a068 6d6013c06339e3f9926823d8a033ff23c79f92b6 7d03dfb41344083e422f58cc383dbfb0db84a89c a34d25536246b5b407ca52cea25600016c7088ea c9dd61a8a9d38f9b1f91fdcae843f6f934933cad Package: ros-kilted-cartographer-ros-msgs Version: 2.0.9003-2noble.20260716.015102 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5421 Depends: libc6 (>= 2.14), 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.20260716.015102_amd64.deb Size: 370510 SHA256: 8636b5271e90e2296c761d4312cf04f8ac3ed56370cfa006826a3d9a67998e42 SHA1: 1a8ba8c2782c5eb4117c08a7e83f593172741f29 MD5sum: 80e375bdb383f13482c8a6d8d7f860f0 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.20260716.015102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4322 Depends: ros-kilted-cartographer-ros-msgs (= 2.0.9003-2noble.20260716.015102) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer-ros-msgs/ros-kilted-cartographer-ros-msgs-dbgsym_2.0.9003-2noble.20260716.015102_amd64.deb Size: 3544668 SHA256: ea7aac9c43da74fb3ba539c17273c1e1409a7931c89e96f6af8a5428f00ac2ce SHA1: 2f09fe82616c80fff122cc535b2fc42dba0f34e5 MD5sum: d1bb12219e426feb98eaeb9acccddfde Description: debug symbols for ros-kilted-cartographer-ros-msgs Build-Ids: 0e43f3a74c41070bf1ecc254996b26bc0605526c 156618c3873a6c8d11105f14aebd946bfd213072 2947f8d0f33f452638749fedf8ec7094ba312a99 31d7d6b41dbeaef602d828222465a824c36e0e56 496ede8c124caecc45bc5b076af8bb8fd400eb3a 59890eb7c3a30b10006f245f8cf436d135006c1c 86a2432fd38dd9fa83b6b9afadda76e13466df75 8f928dff41a7fdef0da603c27c394c4f1e771699 9c072d4b441dd61607a220fd42ba455c71144fc3 a09fa005654e2fc8e59f462ef6b9905ea4b9de49 a8aa9eb4cd8472079bf3d70acfa94b062153883c Package: ros-kilted-cartographer-rviz Version: 2.0.9003-2noble.20260805.154140 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 2024 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.15.1), 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.20260805.154140_amd64.deb Size: 474294 SHA256: 097ba90f960413725f383a41d1b02f1e143bcff5ef659e8365797d58835c79f0 SHA1: 03e1690d3712f7e976cb082be1ca529a89f83e48 MD5sum: ac28ecadd7569a3ed03c433ca092bfbf 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.20260805.154140 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5481 Depends: ros-kilted-cartographer-rviz (= 2.0.9003-2noble.20260805.154140) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cartographer-rviz/ros-kilted-cartographer-rviz-dbgsym_2.0.9003-2noble.20260805.154140_amd64.deb Size: 4683346 SHA256: 064920b90f3baa72b7480ddf56dd4793f775c177fa7aa441d356594c908fc0db SHA1: c2b6c7e786a66fb3fc0483db19e53ef536e0baa6 MD5sum: c6a701048c7a0d1ad00483e9ed67db46 Description: debug symbols for ros-kilted-cartographer-rviz Build-Ids: 79bf13c51fd1272d205024b99e04c131e7f48753 Package: ros-kilted-cascade-lifecycle-msgs Version: 2.0.4-1noble.20260716.021303 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 553 Depends: libc6 (>= 2.4), 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.20260716.021303_amd64.deb Size: 52274 SHA256: ef093e7a29c2f584bb8eb7d3caa88509be614c1052dfd06e7d2305ef4b4abb60 SHA1: 82dff1ff35d4f7e26aaac28435b5aaf12a2764df MD5sum: df8f5c5bd874849cd03bf4f2f4c130e4 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.20260716.021303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 369 Depends: ros-kilted-cascade-lifecycle-msgs (= 2.0.4-1noble.20260716.021303) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cascade-lifecycle-msgs/ros-kilted-cascade-lifecycle-msgs-dbgsym_2.0.4-1noble.20260716.021303_amd64.deb Size: 263864 SHA256: f750efc2ea1f598779d11a8fe25ba9a47c0ba6ed53a1fe381b7c1ae470b4780f SHA1: daa917e41eac312d9b2edf8a9472e5ad9a445383 MD5sum: 59455bfbc7f8bd269b2e986313b0321e Description: debug symbols for ros-kilted-cascade-lifecycle-msgs Build-Ids: 02cdefdfa53bcc5800c2ecba2ebce6b9b206d295 0495d06f674e61646eb40c8707323018a65f9171 0aa9dbc106365fd8b02a86934dd5b32afc03f601 7062d6f3c1c336d098aaaddcfe82e9400d805b11 7365379836c9a0e1d125ae6405b47888dbd2d778 90de8c4c0944370ee4404be2afe7e36254b4e397 938745051e1887ecdc3a75b3712bfbe78fff0686 a42eb97ce5d45ad9599247f9f01ebb2cea3077e7 b79015934ce11f22afe5c35eb1e9f6e8377dca53 cb2f9a58ee20d3499c4a5ab259480d7b572a9cd0 e4609368128549f15d8a3180b560385cdec8f962 Package: ros-kilted-catch-ros2 Version: 0.2.3-1noble.20260805.142038 Architecture: amd64 Maintainer: Nick Morales Installed-Size: 1435 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.20260805.142038_amd64.deb Size: 366066 SHA256: 02c199c03cd40676ca82df862a5b70fb817f8c149d3032cc4ced279a094c57ba SHA1: dba5d215b46ec1896e28f0ad4ef34a38a8ba9abc MD5sum: 439e3f378de9285415179eca38ccff47 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.20260805.142038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Morales Installed-Size: 3306 Depends: ros-kilted-catch-ros2 (= 0.2.3-1noble.20260805.142038) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-catch-ros2/ros-kilted-catch-ros2-dbgsym_0.2.3-1noble.20260805.142038_amd64.deb Size: 3046798 SHA256: 857f4177fdfa31fbd760bfad8f5eeeb851487aaf29ee60e481b2db3b71008107 SHA1: 6a7777b98b51c04c77c3c21ffb33779b148b09af MD5sum: c80a9622a7b201764a5f02beb01b3946 Description: debug symbols for ros-kilted-catch-ros2 Build-Ids: a84d236471a0df516a73b5ddde318c3ea196d1f8 e29cfccb49c7a0b15b79b77a7acd95160fd51fc4 Package: ros-kilted-chained-filter-controller Version: 5.16.0-1noble.20260805.143606 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 409 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.16.0-1noble.20260805.143606_amd64.deb Size: 130598 SHA256: 702d1ab8c0e07a63b977bec737ac65767d418a0ff306669e4de82b1d2d2ddf70 SHA1: 2c83b333945935b5f8b14f742e39d050e3fad590 MD5sum: a296f1f99e08bc4985437a6ee5377a93 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.16.0-1noble.20260805.143606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1740 Depends: ros-kilted-chained-filter-controller (= 5.16.0-1noble.20260805.143606) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-chained-filter-controller/ros-kilted-chained-filter-controller-dbgsym_5.16.0-1noble.20260805.143606_amd64.deb Size: 1661608 SHA256: e8d757530192830f4f04b6b79d3447bde07101f616fd8a7e5983a57a6a6766df SHA1: d2b07ba71c9e6ffd21b757c997ad239703ce080a MD5sum: d4e483276843b217d47241c1c4bed633 Description: debug symbols for ros-kilted-chained-filter-controller Build-Ids: 2f404deb5598b8a3d066aae3eb2337102688c0e5 Package: ros-kilted-chomp-motion-planner Version: 2.14.3-1noble.20260805.155613 Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 351 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.20260805.155613_amd64.deb Size: 109262 SHA256: 2536ab0061267223aef72b3dbb773a58f51af895663ebefceaecdf951025ca98 SHA1: f883205140c4a1e3c7919ed679487d2f14b49adf MD5sum: f2e09e7dff5c9e0bee40df2ae7ce3550 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.20260805.155613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 7349 Depends: ros-kilted-chomp-motion-planner (= 2.14.3-1noble.20260805.155613) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-chomp-motion-planner/ros-kilted-chomp-motion-planner-dbgsym_2.14.3-1noble.20260805.155613_amd64.deb Size: 7399558 SHA256: 41eb22819910a726d67998fb187bbf7d0f9ede97ce39e0f0ba53d495aa5f2489 SHA1: b887242e16b9e829d622f971fdfbcc72ccdb071e MD5sum: c754fc8f8ef5d4a931f678361d09c119 Description: debug symbols for ros-kilted-chomp-motion-planner Build-Ids: 89fd4fbf6f7ecad2d676b71c571e6c924b0b4ed7 Package: ros-kilted-class-loader Version: 2.8.1-1noble.20260730.175939 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 202 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.20260730.175939_amd64.deb Size: 47026 SHA256: 4b73d922237f86c37f86d07ae61cee9a1d688fc7e2907091f46f86ebda5362ce SHA1: 1ca67db6f366003fb090771a9ecd72f0ebc0ac5b MD5sum: ba49742606bd59d3ba716724207c5cb2 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.20260730.175939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 363 Depends: ros-kilted-class-loader (= 2.8.1-1noble.20260730.175939) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-class-loader/ros-kilted-class-loader-dbgsym_2.8.1-1noble.20260730.175939_amd64.deb Size: 329788 SHA256: 895e8ad04f70e2e8e4ac45bdd5453ce90096b80b4e3e63d68b84ffdee809694e SHA1: 3ee45a0efd151c35b5481566f98ae33c0de53fe8 MD5sum: fadc9b90d3dfc2f05ef55dde35c7c52a Description: debug symbols for ros-kilted-class-loader Build-Ids: 4bd4dbaa6978851cd1f9144f75b2f214919f249d Package: ros-kilted-classic-bags Version: 0.4.0-2noble.20260805.140628 Architecture: amd64 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.20260805.140628_amd64.deb Size: 9162 SHA256: aa0b4fcf7554643e6414f17af2d353ee0254e5b4cfd299c2d05721a6933caaaf SHA1: e583074d45dd5a469826b3c0ca295693e4775906 MD5sum: cd3dbd0f545103876fb6aafec30c7ba3 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.20260806.074602 Architecture: amd64 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.20260806.074602_amd64.deb Size: 5564 SHA256: 56871277aacf0ed845461abe71925e4e2ffcf9c3aaca8167149dc26115aa2646 SHA1: f7ddf19a127d76b1b172c5d1d2045b4b1ad1f9ee MD5sum: e1956dbfe123b6a2c69a98381a9dc916 Description: ROS2 CLIPS-Executive meta package and documentation Package: ros-kilted-clips-vendor Version: 6.4.4-1noble.20260625.150212 Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 5604 Depends: libc6 (>= 2.38), ros-kilted-ament-cmake-vendor-package, unzip, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/clips_vendor/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-clips-vendor/ros-kilted-clips-vendor_6.4.4-1noble.20260625.150212_amd64.deb Size: 789042 SHA256: f2d7d7eed816c19bcfe5d80903bf3f63f0f71299e304a969d4c05c21d98b5a33 SHA1: bf07fc8ed6c67c0640d5d16827717dfcf614f324 MD5sum: e923fe5dacfa57dc89f7316c53e70c58 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.4-1noble.20260625.150212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 6737 Depends: ros-kilted-clips-vendor (= 6.4.4-1noble.20260625.150212) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-clips-vendor/ros-kilted-clips-vendor-dbgsym_6.4.4-1noble.20260625.150212_amd64.deb Size: 5769248 SHA256: 7dfc4c9a685bf52e4374b449d4bfb4a443a4971127d87622cf8c8ea71dc14474 SHA1: 2b48bee4623e0d7161575a369138d8162f861de7 MD5sum: b0ebbfcee355520c432f88d0dfc3df8a Description: debug symbols for ros-kilted-clips-vendor Build-Ids: 0079af1aa240a88f01c85927d01810161168552d 91155f31ab17b162eecad37efb7d97bdc7616b62 db8b26698607d8d25f5239af4de79b66e0d8a6df f96ee4d45b22cd08db3a8e017732a3374da75104 Package: ros-kilted-cloudini-lib Version: 1.1.0-1noble.20260420.223244 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 369 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.223244_amd64.deb Size: 114862 SHA256: 3f565008ba49791f582e7acac33d1a211d4b7040107019d7366ec32987cf797e SHA1: 9bd5748e96302c303b171c4a6131f9f56fc9235d MD5sum: 7e63b8b041bd65e4cb5591906212938e 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.223244 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 1097 Depends: ros-kilted-cloudini-lib (= 1.1.0-1noble.20260420.223244) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cloudini-lib/ros-kilted-cloudini-lib-dbgsym_1.1.0-1noble.20260420.223244_amd64.deb Size: 1050346 SHA256: 5ae42ebac32eb8366d942d30a9b921bda26510adadcb9f391ad704d4b5fa6026 SHA1: c78f0a8f7e52a91eaa5fd108d10054652894b3ed MD5sum: b0a699386e857def8d7918f0e484a2fb Description: debug symbols for ros-kilted-cloudini-lib Build-Ids: 3ba7a6eb8f8f2f381cbf8a92a62240aaa620eae1 Package: ros-kilted-cloudini-ros Version: 1.1.0-1noble.20260805.142710 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 1784 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.20260805.142710_amd64.deb Size: 321116 SHA256: 880655f9ec51dfcef33ef81636688faa67d9866fa3c5999496398ecee9552db7 SHA1: eb881b00d8d537413dfbfc124b65564dd5e99fc8 MD5sum: dc045b2024fc8ee7b7953f32fd11109c 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.20260805.142710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 9575 Depends: ros-kilted-cloudini-ros (= 1.1.0-1noble.20260805.142710) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cloudini-ros/ros-kilted-cloudini-ros-dbgsym_1.1.0-1noble.20260805.142710_amd64.deb Size: 8454002 SHA256: 3fbe410b4a5ed8c14d4795eb7a750f13cafdbbc59a91815a300e31d26d1de6de SHA1: fbf99c59eace825fe7571540f23dbd487dbc07d3 MD5sum: 6ee8d3bd6b80621323e4c07245212b83 Description: debug symbols for ros-kilted-cloudini-ros Build-Ids: 1499f5ca04f1d096a8527678a0e9d78d45e0dc68 1f0094b287baeee1e8b4c70122e4a72414700c24 4be878316707f4875b38a447b6a8fe2f0449128f 778364197d79ef29dae1e755cd0044ef8026b3b4 7f69de20312cfb50166eb1b10defe5362317af9e 802329b6a41131ce732959db3ea1ec7a619471f4 8a9513b2bb55ccd87a070362762b287350bc582a b86a35c2e1ce7e8590763c99bb198d9f09f3fcb8 d6d29950d3b5dc810f112ed67a02d84eec2eb6dd Package: ros-kilted-cm-topic-hardware-component Version: 1.1.0-1noble.20260805.142537 Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 716 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.20260805.142537_amd64.deb Size: 131198 SHA256: 5f25fecdae4a735b8587370e5986ac77c31c04c808ef61582561d32ed39a8852 SHA1: 736ab35b8e01371efda6cc3da5141e59498e512d MD5sum: b3a4bd969eee9f119c96c971a8668cc8 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.20260805.142537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 3212 Depends: ros-kilted-cm-topic-hardware-component (= 1.1.0-1noble.20260805.142537) 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.20260805.142537_amd64.deb Size: 2656536 SHA256: d52459b6583377fc811f21ee9203271f7461192f057ce3c7a579f3ef0f9b3db3 SHA1: cf896174e78ed91731dc9c5fd060d22f4d73ee62 MD5sum: 0ad2d8e103cc2d7a8b5bbd935c28d4af Description: debug symbols for ros-kilted-cm-topic-hardware-component Build-Ids: f8b64edcb927a829585ae6a58149886a234e7dd1 Package: ros-kilted-coal Version: 3.0.3-2noble.20260702.103123 Architecture: amd64 Maintainer: "Joseph Mirabel" Installed-Size: 12078 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.20260702.103123_amd64.deb Size: 2030582 SHA256: 0f26812d5f6c62b8265631c8b5936efc1a76a079ef07fb4dc10f9fa5d7547c94 SHA1: bd3b62b5e8ab3dd09054e3bc8d6aee0956120ccc MD5sum: 41939ba5d66d0b908ddf23f5b8c9fac0 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.20260702.103123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Joseph Mirabel" Installed-Size: 78188 Depends: ros-kilted-coal (= 3.0.3-2noble.20260702.103123) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-coal/ros-kilted-coal-dbgsym_3.0.3-2noble.20260702.103123_amd64.deb Size: 70285600 SHA256: 7627531e7963e0f8ea80147b3f7e04975d7b600686ba844a02fe4219a4380c7f SHA1: 1644e54ab9f0d1ff7464d5567a4f245944d2b149 MD5sum: b253d6629f5a24c642e0f22c072c25a9 Description: debug symbols for ros-kilted-coal Build-Ids: 1b7c90995f449c53541c3e612c9fb310578f3638 826dc9e25052cbb4daa8cd0e0a1ec7077ba384a8 Package: ros-kilted-cob-actions Version: 2.8.12-2noble.20260716.021748 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 6478 Depends: libc6 (>= 2.14), 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.20260716.021748_amd64.deb Size: 365110 SHA256: 2616107f029f022f7e0251f185e1cfd377054e3ba51ef5b98aa1f91b22015235 SHA1: eb83fc2cb20656e8b045da00c10038eb28105c42 MD5sum: 792f2f98bd4a14fd56c3f1cab75bae12 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.20260716.021748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 3242 Depends: ros-kilted-cob-actions (= 2.8.12-2noble.20260716.021748) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cob-actions/ros-kilted-cob-actions-dbgsym_2.8.12-2noble.20260716.021748_amd64.deb Size: 2280712 SHA256: a24113ad2baa198e5c60d01d6e6a548e8f8556c6b8ae93e88d270a5d7c8f445f SHA1: 438886ed54f09aeda96aceb6a7c0bb36817c87f8 MD5sum: ad13f54100f466291e59831b1b73fa32 Description: debug symbols for ros-kilted-cob-actions Build-Ids: 09c2440aaeab6b1abedbecff54c6052c94777a78 153f5a2dbc0997d9b2ebe53abffae27966eb1bcf 3c95ddb69d8e318017e79e0dd59124c80e644409 65b3b07273ffff835cc67a2f18fc2476bc61a0d6 8cd2076a32f868358024afbff08208e41acf6545 a3c5d7ca9244de925abdbd68318bcb1c3c65e7f3 b13ead84efaff5eff79e0ed0c1651d71754d3de7 c5022c1ec55e12fcfe8e58d2bdfdae9174f253cb d0f973d130f101673d4c95a823780e36f52b5a1e e6408b25d676953ff402eb35274e77504f680aa8 f0a58d7d0fa174171a2f32ea02f968da846c8d74 Package: ros-kilted-cob-msgs Version: 2.8.12-2noble.20260716.015623 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1503 Depends: libc6 (>= 2.4), 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.20260716.015623_amd64.deb Size: 124776 SHA256: ee76f11a49ed242041d2be84fd26a700f43118f51d98a2faa452d34471499082 SHA1: a41d1713b35ac9546d694051220c7c1271cae6f4 MD5sum: 7f8fbffa3a7723a54b9f15c0934c5af4 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.20260716.015623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1044 Depends: ros-kilted-cob-msgs (= 2.8.12-2noble.20260716.015623) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cob-msgs/ros-kilted-cob-msgs-dbgsym_2.8.12-2noble.20260716.015623_amd64.deb Size: 848654 SHA256: 5a592fd010fa73c53f08c72536fd90903053776864a8c21c465dda1b54dd0e60 SHA1: 0cb8311dd597b6c3f39483f820e9bb679d119918 MD5sum: b3ef863c4fc581cbbb99dd7d3a137dc7 Description: debug symbols for ros-kilted-cob-msgs Build-Ids: 0aff9e5dd09a9f3df0f8a9396fcd4883b39b276f 12bc5f20c1cb417393ba288a25cf3d717bd82a60 2d1a9f086c494a99c05152e18b2c5fee54523a36 3828f366ff167c78e84acc9a1796551bb6e6e058 39e449ebb61684fd4764e520878a0088e79697c3 52e3328dd936097fd8b5ffdaa65e7abe8bd3f05d 58ce2d8b3f6ffdf5754058c71e878c19f21bbd0d 83b5b789b69f3acb2436dd12605d87ba27302aa4 8a8d9ac4b7c9bc312ee371c8d9d40ec4849fa4f8 c22c164281b9db8e1f5394fe5eb9c3101192ab1c e129f5ef08459417c107ac3fb17a927b0ac66d72 Package: ros-kilted-cob-srvs Version: 2.8.12-2noble.20260716.015115 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1462 Depends: libc6 (>= 2.14), 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.20260716.015115_amd64.deb Size: 115790 SHA256: c5bbed874c6a37efefbca5bfe1baa3e0b6f4aa38b79d098f51dd3a4bd99bc465 SHA1: 6e0f7330f4f55f28025f2665d7678e2a8e118b04 MD5sum: be9d5a1757bab96b8e751d3b7b04e74a 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.20260716.015115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1045 Depends: ros-kilted-cob-srvs (= 2.8.12-2noble.20260716.015115) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cob-srvs/ros-kilted-cob-srvs-dbgsym_2.8.12-2noble.20260716.015115_amd64.deb Size: 810496 SHA256: b13ab94744352cc316006f649e9af03adc7b9ef62d6bccd09a6ec439ddd0a978 SHA1: bd29df79dc476dc9bd16f1b23fc5eda26a901f13 MD5sum: e2e283041432032c2085f937efc482ed Description: debug symbols for ros-kilted-cob-srvs Build-Ids: 119abbe39d09e50cde16775613f1cba1f8af7354 20387d3da69444abc67a2b9f9a7274fcda89a56d 53856d272294c4f19a627f922b489412da9ef87b 5e4e68231469db185eb73e964191eea0a0585b86 5ec2c9527dbbd2abd7a049a9e17469a767455c0e 669204de9f6b44c0fef01a9562822de2baa8dcca 744121468365d09e4564adbb1b257f58f85356e8 810d35bcd543eeb92b6272b12f41973a6ab71fc9 8ea1deea059d790d125d32da2f677312e15d35f8 978e64eacd0a7765dd2e89910d53b5f142a5101f e95edcfa1984ad18925d64d8c0c42a446739f17d Package: ros-kilted-coin-d4-driver Version: 1.0.1-1noble.20260806.072242 Architecture: amd64 Maintainer: Pyo Installed-Size: 373 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.20260806.072242_amd64.deb Size: 93666 SHA256: f5cf18b604ada74ea407be949b204192662bd40b4c08b5cbe501160eadb97240 SHA1: 399d8a12ea600847a525685369032cfc55590877 MD5sum: 140b7737193885cef7419036696295bb 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.20260806.072242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1945 Depends: ros-kilted-coin-d4-driver (= 1.0.1-1noble.20260806.072242) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-coin-d4-driver/ros-kilted-coin-d4-driver-dbgsym_1.0.1-1noble.20260806.072242_amd64.deb Size: 1847490 SHA256: c97bcbc510b96599acee49bcbd15cd4b3323a8e05fad6b9a817011149299125f SHA1: 2dc79101e1d8dd7479924479327d78c4de213d2c MD5sum: 06b84b18424dbed3ca666fd0a0acb77c Description: debug symbols for ros-kilted-coin-d4-driver Build-Ids: 2b6601cf76cbd7ce0484cf82077d781fdf71a229 6e0840c55b5dc991b552d72371dd011ca0606c74 ab6b6122421e3bcf11f0258ba48e0abaac58bcfd Package: ros-kilted-color-names Version: 0.0.3-6noble.20260805.155501 Architecture: amd64 Maintainer: masaya Installed-Size: 273 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.20260805.155501_amd64.deb Size: 72366 SHA256: dddfcb8231025e78e43667ae350d8155054ab76257fb9f556fb0d2246ec48bd9 SHA1: d53bdc25018ed5f8a41731f53b9ea65ba1d38560 MD5sum: 1c793021c2e385a08e3d7043c026ac18 Description: The color_names package Package: ros-kilted-color-names-dbgsym Package-Type: ddeb Source: ros-kilted-color-names Version: 0.0.3-6noble.20260805.155501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 997 Depends: ros-kilted-color-names (= 0.0.3-6noble.20260805.155501) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-color-names/ros-kilted-color-names-dbgsym_0.0.3-6noble.20260805.155501_amd64.deb Size: 915950 SHA256: d6b23b4c0706df8f93fc7af9d01913c7e00168b4b7fe650f67ccb2e9858d8fb7 SHA1: 6c89a7b060bc1fb65f77e9bb7ba07b84bf23fb49 MD5sum: 6e366639c5d70f1c5c02930ee2887a91 Description: debug symbols for ros-kilted-color-names Build-Ids: 3017eac1a2c640affee82987fddb806db8810ed9 3dd9c70619240bf7218415cfdee312634e6ed91d Package: ros-kilted-color-util Version: 1.2.0-1noble.20260716.021655 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 100 Depends: ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/color_util/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-color-util/ros-kilted-color-util_1.2.0-1noble.20260716.021655_amd64.deb Size: 15702 SHA256: 993bc024772564a01ada7486660190c66aedfa00724224d536f0d1be7baf3af6 SHA1: 2281ace43feedfb673dd3764bfe6f09b02deaf39 MD5sum: 7a17ad355d82bbabdcfddd00428f4253 Description: An almost dependency-less library for converting between color spaces Package: ros-kilted-common-interfaces Version: 5.5.3-1noble.20260716.022150 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 43 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 Homepage: https://index.ros.org/p/common_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-common-interfaces/ros-kilted-common-interfaces_5.5.3-1noble.20260716.022150_amd64.deb Size: 6294 SHA256: 076f90046065d4bf739765ab8fdcf3f7341da8a947a1c8d6cba6456f69c49355 SHA1: 487d865ebe8a930f81bf989defb195ecb8b4f14f MD5sum: 18d359d6cc1b9dda002651720c1137c3 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.20260805.154049 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2913 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260805.154049_amd64.deb Size: 471158 SHA256: 99b2f63c58f4c5792c28643bce77aa77a3c7986d57b3318e67646d1923ebe1f4 SHA1: 299c99b13ffdb99b5498524fbc4d43818d1b4b4b MD5sum: 0433472b853c178f8b0e1098aac02b41 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.20260805.154049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 12969 Depends: ros-kilted-compass-conversions (= 3.0.2-1noble.20260805.154049) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compass-conversions/ros-kilted-compass-conversions-dbgsym_3.0.2-1noble.20260805.154049_amd64.deb Size: 10806246 SHA256: f52303648cf4ed956a3af63c8a8deff4f1bde920ad0c826f3009b32d8bf6e29d SHA1: 8368c9539a34ae60ebc5fb9bd7d9087892a9afa8 MD5sum: cd38a5ff2b7ba2d6e1b5d7f4034dabd7 Description: debug symbols for ros-kilted-compass-conversions Build-Ids: 149ec85de14c628220d8c7012e077938c4231b51 5e081511d7cf871e4696937a88455b62c00f2d56 749a085ddbea772445ada417ae8a4cc3834bbf29 a58fa54943f09a104e01db49f7290e045ae50c05 aacffe0d27184ddcb54023a89340dbf39460613c cb949989dac3e469c5a988dd5200ed5304913d46 Package: ros-kilted-compass-interfaces Version: 3.0.2-1noble.20260805.153454 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 570 Depends: libc6 (>= 2.14), libgcc-s1 (>= 4.3), 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.20260805.153454_amd64.deb Size: 75974 SHA256: d153b54b331827f1459bc4ce697aff7ae009f495959a117ee42be236dc2c64f2 SHA1: 96448007b7e1721d1b7d6341b084b878545dfa22 MD5sum: 17e418b84db2eb74de57effb165a6385 Description: Messages related to compass Package: ros-kilted-compass-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-compass-interfaces Version: 3.0.2-1noble.20260805.153454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 532 Depends: ros-kilted-compass-interfaces (= 3.0.2-1noble.20260805.153454) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compass-interfaces/ros-kilted-compass-interfaces-dbgsym_3.0.2-1noble.20260805.153454_amd64.deb Size: 429824 SHA256: 93fc095fcc15f5583d6d1984e1ae2602e0e70208b3532eb5b727359999c40ad6 SHA1: 1cf4a0527d581e3d65245d0ca32d4c6ce2846cdf MD5sum: c67a4cda6bbc6e5401e86b1e8ff1fc74 Description: debug symbols for ros-kilted-compass-interfaces Build-Ids: 1325c88b40c707e72ec02282ff7d1958939d2b79 1b017278fd89e5c2da5d4f1977cebc5cc8c74052 1c862318d3ce4fbd3237dc0b0ecff5e93d5cd8ca 2268d480a103c9d4cf2b11651a67cabcb006d8ad 2890c37c3402771e2b3c7a31f5dcc1834af4078e 512fbe0aec98e5f1bf2e74187202d213c5b67961 81d85b7dc368b108222c4b13fd122cd3d80f1fe9 8ea64ab04a229a52e87c990b116241973031cccf a9e4649c168b690dfcb68c90a6f43e65a1e44583 b0d272431c93eb13d506aec05d98b6c8ecf88138 e3f1c797d7f3a8908faf85fae2c6c643a69caa7e fe8e54e8edef5d7b9501745e7d1a7881c753dcdf Package: ros-kilted-composition Version: 0.36.5-1noble.20260805.140918 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1291 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.20260805.140918_amd64.deb Size: 218642 SHA256: 7ffd54b4f0c3a683759c4be1b171a44c1fe602b8434eca8d9b2e3ad08b2f955c SHA1: 2561314a689a3bdf3905af48c3c7da35a1308086 MD5sum: a8ad09db9b6122f64b6a012f227222cd 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.20260805.140918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7045 Depends: ros-kilted-composition (= 0.36.5-1noble.20260805.140918) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-composition/ros-kilted-composition-dbgsym_0.36.5-1noble.20260805.140918_amd64.deb Size: 6258716 SHA256: 1be0beac240ce5ad76a256454ab6e80205d432972e68fd096c6129f622c3394f SHA1: 345ee2dd45ed2f891649a50ccf003ea2a50c56c2 MD5sum: 631bc1ca20e14a57c1f33021cad17619 Description: debug symbols for ros-kilted-composition Build-Ids: 00cc0d5db02ad43d1f539d4a0c98634a382aa7cd 1c69ce66709efa2ff5323abc208b78f2c3e5be37 2e77e8d7e74c148f034f0a58cf65969caf179f40 510a2944d57db13da5406cf982aa9555c59b6c8b 60751b22f52adcdc0907434b91b34625d65c0b11 710edf0568fc816f23ce2a188f0acc565b85f092 94feff936ce2099bb77af8308700f4dc3a48cee8 f36bd436ba94b36ee596db7767d71973638dbc6c Package: ros-kilted-composition-interfaces Version: 2.3.2-1noble.20260716.021403 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1751 Depends: libc6 (>= 2.14), 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.20260716.021403_amd64.deb Size: 156330 SHA256: 13321a4728cba94f69cfd4f79b649c641ed9e27a454928739e20ee0bcc286aef SHA1: 1156b7a083688bfab43a71060c88462ec36117a7 MD5sum: 680e4304708d79d6319491eea8e13a96 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.20260716.021403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1526 Depends: ros-kilted-composition-interfaces (= 2.3.2-1noble.20260716.021403) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-composition-interfaces/ros-kilted-composition-interfaces-dbgsym_2.3.2-1noble.20260716.021403_amd64.deb Size: 1251662 SHA256: 81e694aab48e905af9b22a41d09541726398977d44029466e058824a9d50c1de SHA1: abf13c9d419f44791ca0fcfda562e5f0cd494a7e MD5sum: 9cbef9a1eee82bfe5373af7b16cfb145 Description: debug symbols for ros-kilted-composition-interfaces Build-Ids: 1e3a0960cb759c384369897be84791ed6c5862a0 3195b52e2329d431b24f38849cee78603674c828 357c820805b94b8887f646979443df4d6267b88e 599981857f54bab90cc018cbd92018b8f88dd75a 5d849039e9b1f3a10fa0a5ba4773ba3caca3e6e4 6fd1f9375c3dd406ceaf319cbcaea4fa2d9fd746 a17aeb4218926733bb98e24cb37237c56c51dcd3 aa5ba28b684eadb08c2f1f0ac47c3fe9665e91ee c1af5f48ee3eddc17c44818f3f93d38ba4c09552 cca4bf655841e09cc3d7dbfc6577b6f7819261e3 f754f75953cb74cfc913d6075d90de6c16290fa6 Package: ros-kilted-compressed-depth-image-transport Version: 5.1.3-1noble.20260805.145056 Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 937 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.3-1noble.20260805.145056_amd64.deb Size: 200988 SHA256: b3fe48ae0e4cf0a3461d42569a02ac4ef504e77f547f973cc9ecf369d2f78a53 SHA1: 8f1d26217af525f3be18f1873fa2ae43f96b90dd MD5sum: 9e769ae8aa7b36379ebbda32247aa13b 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.3-1noble.20260805.145056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 5063 Depends: ros-kilted-compressed-depth-image-transport (= 5.1.3-1noble.20260805.145056) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compressed-depth-image-transport/ros-kilted-compressed-depth-image-transport-dbgsym_5.1.3-1noble.20260805.145056_amd64.deb Size: 4450840 SHA256: ce210d3f7a90024ff8c8b2c7a949983a5b8441eab9239160a995a624ca380c04 SHA1: 15293237bc23358c8447c1e6745a0faf9429184a MD5sum: 96c70a87c340b3b424d1703c3b3ab877 Description: debug symbols for ros-kilted-compressed-depth-image-transport Build-Ids: 82f132b562fec6fafd587247453f781c260f7655 Package: ros-kilted-compressed-image-transport Version: 5.1.3-1noble.20260805.145107 Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 940 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.3-1noble.20260805.145107_amd64.deb Size: 202078 SHA256: dc3314f15742d4b34a18b4c6a2f85d642a98c72030c48f7fc46d0e7bf32660ea SHA1: 6c1477a290e0c59bde03779e175908a2fb3244f9 MD5sum: 647376406e30d37a60c1afa62a46b711 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.3-1noble.20260805.145107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 5216 Depends: ros-kilted-compressed-image-transport (= 5.1.3-1noble.20260805.145107) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-compressed-image-transport/ros-kilted-compressed-image-transport-dbgsym_5.1.3-1noble.20260805.145107_amd64.deb Size: 4576078 SHA256: 4c9d4c34a49f36eeac034bb7de149f52228545ae9a6fde0bc3fcd7ae60eda657 SHA1: 205a24efb0a58904ac17975cf1f24af6c2b7da50 MD5sum: c4edff7bfaf3af37dbdc5c5e9f93c243 Description: debug symbols for ros-kilted-compressed-image-transport Build-Ids: 2918a0ac9fab49d0ba9cc80ea42e3538f05791b8 Package: ros-kilted-console-bridge-vendor Version: 1.8.0-2noble.20260410.110804 Architecture: amd64 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.110804_amd64.deb Size: 5412 SHA256: 46a4fcbe3d98edeb66e21ad26c869de12c4f4119dd628cd6bd270936616d10af SHA1: cfb2e79bb435c446f6c7331eaeb77ba2954daf33 MD5sum: 7a21b44c225c72d8d8c5573172838913 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.10.0-1noble.20260716.021034 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 19326 Depends: libc6 (>= 2.14), 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.10.0-1noble.20260716.021034_amd64.deb Size: 1134370 SHA256: 121d0f7643e220095edb60b56717661173d6de4eb17e2201cd2003df9f89953e SHA1: 6693169e2fa3de86c0cfb1dbc86b776607799b1b MD5sum: 6ad4d85750f5223bdf23634c2176ae0a 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.10.0-1noble.20260716.021034 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 12504 Depends: ros-kilted-control-msgs (= 6.10.0-1noble.20260716.021034) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-control-msgs/ros-kilted-control-msgs-dbgsym_6.10.0-1noble.20260716.021034_amd64.deb Size: 9802546 SHA256: b8e06048b8410de0c5d8f538cb519dd0bb4b071f12ff6d0b8cdb0804aaa3184c SHA1: 275b99126db9e08469a8fb8b512083e53aeecc34 MD5sum: 09c0cdc5edfc7831563cee2a22aff76f Description: debug symbols for ros-kilted-control-msgs Build-Ids: 088d51b4381451244cc34df9762a31d7a166ea59 146c8ff80f501a05fb109104209c9da931afe0d3 5503b8616c3cdb9112e173b9d8d6b6abf0b56ba4 870b0cfa61c60487cfad9900d76beca0bea3242a 8fc2a76f85bf440c47292411a7d4c98ebe12167b 96ea2370043aea2eadeb9fc886f9c0d70e2f8026 9fc726c4bf952053bc4b14e6d8110822924dbebe cef0d6e37d8b874e83bf14c4a3d308b0851b9ce0 d28218f93ea22297d34b7834f73bb2df792b8bc3 eb7a9b8d5d40ca7a8f2e72cbe30f5f2757f17001 f85d10009ab9383bbe5a42705af9b8907391f0e7 Package: ros-kilted-control-toolbox Version: 5.10.0-1noble.20260805.143659 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 854 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.20260805.143659_amd64.deb Size: 189516 SHA256: 2ba59d2191e353e0ec1a32f1202a86d6b4d86c8b60973f6fe7ef59d7225cef97 SHA1: d4f9b6c270d6005f559cb82fb8e332aab6fe0cab MD5sum: 2331a6fb440b37d89e62e20909e8d0e1 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.20260805.143659 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3374 Depends: ros-kilted-control-toolbox (= 5.10.0-1noble.20260805.143659) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-control-toolbox/ros-kilted-control-toolbox-dbgsym_5.10.0-1noble.20260805.143659_amd64.deb Size: 3188418 SHA256: 43a86f74692b00d994a15719c60c4e973658a103e06c58eb834423626b4776f1 SHA1: b8ed11bf82880c6a7a3e5b1f8134b221b79a81c0 MD5sum: 404b3baeaef73bf58748ec53cae7858b Description: debug symbols for ros-kilted-control-toolbox Build-Ids: 12b626110cd97d45fc9062cb2ca3e87af0959c95 40127757aae399136b507c5a80cd2b3b9b45d932 58f48e5dce1a951ab706b6d2ac310c3a2a802903 8ca0f07f50197cd5d0cef9a2f341612c62ecb14a bbb2fe156ed412992bff5d6ad25d5a319fb9fbad Package: ros-kilted-controller-interface Version: 5.16.0-1noble.20260805.143204 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 338 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.16.0-1noble.20260805.143204_amd64.deb Size: 87006 SHA256: 97c589fc71af03d8fb4ef3e98c9bda18bb227a373b3bfde767bdc90ac7b5de27 SHA1: 922cd46e81eb99eb08e54987e87740f2aa4165e1 MD5sum: 20814be137219474e8afa3b096e32151 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.16.0-1noble.20260805.143204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1277 Depends: ros-kilted-controller-interface (= 5.16.0-1noble.20260805.143204) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-controller-interface/ros-kilted-controller-interface-dbgsym_5.16.0-1noble.20260805.143204_amd64.deb Size: 1237200 SHA256: 9da7bf335c8f8aabec85795bd91eb9d209ebd409bf5f525939baf75acabc7e6b SHA1: 9fd2b36d9cf26f75c2e75bb1cbdb5ed09da2321f MD5sum: e3b3bec0a7282151bf6769294641b01a Description: debug symbols for ros-kilted-controller-interface Build-Ids: 70ff71477ddec35e54812b244e9fe3d3ff750ac7 Package: ros-kilted-controller-manager Version: 5.16.0-1noble.20260805.143403 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 2124 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.16.0-1noble.20260805.143403_amd64.deb Size: 524840 SHA256: 1016a282c7e3ba1b7e58e49f705fe5ed9e53e6419aa8a4170b33111c9ac178cc SHA1: 53cfd420ea11937740fa2ee3efa7bd2edec7afe8 MD5sum: 4a52274bb3ae1c4945b2ffe3943fadca 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.16.0-1noble.20260805.143403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 8304 Depends: ros-kilted-controller-manager (= 5.16.0-1noble.20260805.143403) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-controller-manager/ros-kilted-controller-manager-dbgsym_5.16.0-1noble.20260805.143403_amd64.deb Size: 7516060 SHA256: fde5f127d30bcd24161f0a1b412162283cdc25541413b633cdd0ba6b0e30b844 SHA1: 9cd960d211e77f2ff67791c022df6ced55d31bed MD5sum: 9eff0eb7849ecb8e4c178101b3c1b7e4 Description: debug symbols for ros-kilted-controller-manager Build-Ids: 825e2a25bda796077dde5fd60162beb2d5723256 93053397633ba5da28cf41fd60752e12bdd28381 Package: ros-kilted-controller-manager-msgs Version: 5.16.0-1noble.20260716.014120 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6317 Depends: libc6 (>= 2.14), 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.16.0-1noble.20260716.014120_amd64.deb Size: 399030 SHA256: 8a9158993ebbe45127b756ffa0bc65f0036c1367eca816e28450090ba7ce5ea5 SHA1: 76c7122b785f26387711d6c89d9c4c33c33faaa4 MD5sum: c0e0151affa8401224acf8b7a25b4a29 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.16.0-1noble.20260716.014120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4682 Depends: ros-kilted-controller-manager-msgs (= 5.16.0-1noble.20260716.014120) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-controller-manager-msgs/ros-kilted-controller-manager-msgs-dbgsym_5.16.0-1noble.20260716.014120_amd64.deb Size: 3711570 SHA256: 1827fdde2d0842697e4b087d0a3ea362d29fd1369d349fc1e6da77c75aaa96dc SHA1: 256fcfcb9b667fbf1aa3f2d2385363af2316da6d MD5sum: 7512b2858b3f8b3f21d2b843924cfb7c Description: debug symbols for ros-kilted-controller-manager-msgs Build-Ids: 237ead9ccae6ca83e6bd4dfb29510a6402cb838d 3efbefff1d2dce46ed68fe3b28b897f8e64697bc 54e11caa2993e4159b90aa9f0bce6de64b7d336b 6eae03e12f7a51eda37ab29973f71a9b0cf14490 890d171521976dda38e616614ac29e1dd10c4d57 9759d93ada0dcb60804945e96ffa405234a7e921 a09e2be5dea6320f0f94631b09b8f095f8df11cb bba7347770aedd27814d55a6eb90b08715f1aac6 bde30bf604b87eba86990ed89ce962898a82291c df15df5d7596872e4d20be0da81b3ba8d5733e04 e31591e262f71516f9b1ad1461b0567c75f0719c Package: ros-kilted-costmap-queue Version: 1.4.2-1noble.20260805.150241 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 103 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.20260805.150241_amd64.deb Size: 20540 SHA256: 28f636eda66278013cac5a96c53bd3ebdc786f76388bdc499e3bb20d5aae0ce9 SHA1: 45a79059b6158ae6853dfa6a855379cc5dd0b30a MD5sum: 21ce1dc45c02b412ed8e48b516817470 Description: The costmap_queue package Package: ros-kilted-costmap-queue-dbgsym Package-Type: ddeb Source: ros-kilted-costmap-queue Version: 1.4.2-1noble.20260805.150241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 137 Depends: ros-kilted-costmap-queue (= 1.4.2-1noble.20260805.150241) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-costmap-queue/ros-kilted-costmap-queue-dbgsym_1.4.2-1noble.20260805.150241_amd64.deb Size: 122298 SHA256: 681e9eaa85018d0a98d5fdbf860c745085eefdb5805f7f0f37e006fbeaa8198e SHA1: 0984a8aacc2a530c6ba2cf101486472467dbb592 MD5sum: 49a98330627222d0298b024c49ef9c58 Description: debug symbols for ros-kilted-costmap-queue Build-Ids: 2ace435dbf48445623ecec5fd78b787c1192b5e3 Package: ros-kilted-cras-bag-tools Version: 3.0.1-1noble.20260805.140648 Architecture: amd64 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.20260805.140648_amd64.deb Size: 28806 SHA256: 94a937cfc15e167f37ee6af7a3514e11dfa122296e0fc457372ad4a71291356c SHA1: f6dad5c08dca0e327bff5fe61c5116b72adad215 MD5sum: 4ead24cc88803a6c5ab4a7c1cebf6b0b Description: Various utilities to work with bag files Package: ros-kilted-cras-cpp-common Version: 3.0.1-1noble.20260805.145712 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 1302 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.3), 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.20260805.145712_amd64.deb Size: 261580 SHA256: 5b2dd43bdcfb5cd1011dcef9a0b88773b7ca2c9a432af4bf4c372f570748478a SHA1: 2c67301d504b97142f46116956c4a283681b8326 MD5sum: 365d4a91d8773b243ca8afb29d3a66b1 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.20260805.145712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2865 Depends: ros-kilted-cras-cpp-common (= 3.0.1-1noble.20260805.145712) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-cpp-common/ros-kilted-cras-cpp-common-dbgsym_3.0.1-1noble.20260805.145712_amd64.deb Size: 2684606 SHA256: d8255bbf30a4891120c3cc6b8cb667298f9a22e3f3e085c0eadc54e5a4e091bc SHA1: 5a7841d1be80b3c5c1be14edb658b6088a90c8a1 MD5sum: d2c62bfe33258416c5fae38d98332d06 Description: debug symbols for ros-kilted-cras-cpp-common Build-Ids: 063d32d275e2999cf07d279687542577fca9a81d 3096dee3f72fd754611dfee90324b150469d190d 521514b5c98768610a60550099b35e17300db229 6a3753204eb9ee5192ed111a24ff60655b3d03f6 6d7a71088b45445463d52cd5928f8dbeb946b037 83f42d18e77e38fe21322f89dedcbfa7aef11796 ce0691e6927b34f31d0137e34663b5a945acf144 d163e5baa275d2477b33e61a540c827d923c8bf9 f8ccbf7dcbe4efdb4b4f14462dca0955b9eaf6a3 fc13703d8e85fd32aed2bc091f47956736a12a78 Package: ros-kilted-cras-lint Version: 3.0.1-1noble.20260410.113555 Architecture: amd64 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.113555_amd64.deb Size: 31926 SHA256: 62ffcad924429fa3a859d8b23bb7c05c614c1513f5ae7c2a04e5f56b151ade7b SHA1: 8952520ce1439249dfaeea87fbf9ecfcb329f82a MD5sum: a007acbe4c6f56304954730c4b50fa85 Description: Various utilities to work with bag files Package: ros-kilted-cras-msgs Version: 2.0.1-1noble.20260716.014141 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2870 Depends: libc6 (>= 2.4), 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.20260716.014141_amd64.deb Size: 189880 SHA256: 9915b8b66dea31e2223cb4b5e5c8f99915f401cd3a4d874d9d92735a779f9a9d SHA1: 24929bb7fb3b8fdd9a60880f63ea4c13f5da1617 MD5sum: 18e2687ca73d764b52acb73abd4fb2e5 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.20260716.014141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2087 Depends: ros-kilted-cras-msgs (= 2.0.1-1noble.20260716.014141) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-msgs/ros-kilted-cras-msgs-dbgsym_2.0.1-1noble.20260716.014141_amd64.deb Size: 1650012 SHA256: 0e1b64789767cbef9791d7bde125dc3dbd3615e3783a797e0e6584bce5b7c211 SHA1: 3c85ed23083925e6916cb4bfdb4cf1ae87c7b45e MD5sum: dae09a7364d1e831192df5bd36f058c9 Description: debug symbols for ros-kilted-cras-msgs Build-Ids: 26a21e49d8bccd8f61fb4f78fbce3900bf35455f 28f485ec2ac07628ca1e3b6dac889458a33fcc59 4921666a093bbc327686f4fd061aab262769c5dd 4d974db9ce2d4494b0a5ea7670ac516d841b3aef 5d9030133dd7686f481299783feeeef1dfd605b5 7f00f2e25e7416735f9b3a1a40d715d75c8895c7 8f2c1f21b2322c531471ca51687162fa26c84c38 b70eb961d77783d63db5a042a7161fc7ce6d40a8 baa1ecefedf9c07478f122eb1858b2c834e8e0cd c869f76ab311047d82dd611d62192ecc768d9a5f f17944fdc98a59a89cd56ccba66789a2123db935 Package: ros-kilted-cras-topic-tools Version: 3.0.1-1noble.20260805.150354 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 639 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.20260805.150354_amd64.deb Size: 184008 SHA256: c21d4eb2821e22c6b827a66e604cefbd5a2358880575bc4c5ba6e02f1f292188 SHA1: 967c81c84086a239a39d5d597a2503825048b0c9 MD5sum: cbdec3e780ecf9582eaa6e16bd1f97b6 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.20260805.150354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2835 Depends: ros-kilted-cras-topic-tools (= 3.0.1-1noble.20260805.150354) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cras-topic-tools/ros-kilted-cras-topic-tools-dbgsym_3.0.1-1noble.20260805.150354_amd64.deb Size: 2657094 SHA256: 4a9fa3208284cd0174db809d0aaa8a95f9d36362b08b7089f5ebee50894b49b2 SHA1: d228a4884425098abc5738123a976fec338e3e5c MD5sum: 5ace1b750e87ea3fa80f88b342908a4e Description: debug symbols for ros-kilted-cras-topic-tools Build-Ids: 4697894d5237e05b20d6cbe90d1d81a6b03cb75b 81b1536ab10338d7a9057995733cfad161aadfa4 Package: ros-kilted-crocoddyl Version: 3.2.1-2noble.20260708.120413 Architecture: amd64 Maintainer: "Carlos Mastalli" Installed-Size: 33556 Depends: coinor-libipopt1v5, 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, coinor-libipopt-dev, libboost-all-dev, python3-dev, python3-numpy, ros-kilted-ament-cmake, ros-kilted-eigenpy, ros-kilted-ros-workspace Homepage: https://github.com/loco-3d/crocoddyl Priority: optional Section: misc Filename: pool/main/r/ros-kilted-crocoddyl/ros-kilted-crocoddyl_3.2.1-2noble.20260708.120413_amd64.deb Size: 6057922 SHA256: b24543bb43961643c318e740d59dd155d5b703fbdbb3d7b7a0c1ec7239ab3c15 SHA1: 7cf42c61c83dfbb816eedecb5c6314f3fcc8c049 MD5sum: bba9567dca463bf9ca0600e5f90647f9 Description: Crocoddyl optimal control library Package: ros-kilted-crocoddyl-dbgsym Package-Type: ddeb Source: ros-kilted-crocoddyl Version: 3.2.1-2noble.20260708.120413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carlos Mastalli" Installed-Size: 557753 Depends: ros-kilted-crocoddyl (= 3.2.1-2noble.20260708.120413) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-crocoddyl/ros-kilted-crocoddyl-dbgsym_3.2.1-2noble.20260708.120413_amd64.deb Size: 539045776 SHA256: 39fb83d3cc18072411f4c4e5e5fb55f8ec69964787188b498b8d97435c33ce00 SHA1: 1c09f378ce0bc5fddbe517c026ebf4e44c34f9f9 MD5sum: ff7d5f9445e02a700f23956a0be9fa60 Description: debug symbols for ros-kilted-crocoddyl Build-Ids: 3fb38a5b0fdb662eb41f1858bb9c0c491aad4f02 578797877debb2fe2bc518f06b31e34cd94c759c 8409c3d8e0e0fc145096033595467be1ff007ec7 Package: ros-kilted-crx-kinematics Version: 1.0.0-1noble.20260805.155405 Architecture: amd64 Maintainer: Daniel Cranston Installed-Size: 152 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.20260805.155405_amd64.deb Size: 40958 SHA256: eb4e506eaba310b02f9053dd5e052e0801b6161f879a1a6592f9ac6d82955fdd SHA1: 54353bfb185783c191b45f68d68682755c2d85ca MD5sum: 1fd7d1774e2411de1452f04f5c30b871 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.20260805.155405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Cranston Installed-Size: 2740 Depends: ros-kilted-crx-kinematics (= 1.0.0-1noble.20260805.155405) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-crx-kinematics/ros-kilted-crx-kinematics-dbgsym_1.0.0-1noble.20260805.155405_amd64.deb Size: 2749308 SHA256: 6eb7375c6cb691f230faf5d6636e25ec45cc3bff76e8b768f2672f26a319f92d SHA1: 08e8169caf7bc72598fb3959791bc25f8f38e6e6 MD5sum: e5b75e026a49e2f933a62304621c6381 Description: debug symbols for ros-kilted-crx-kinematics Build-Ids: 0eaf12ef010b45e548fc879165f2a75868156d11 Package: ros-kilted-cudnn-cmake-module Version: 0.0.1-6noble.20260410.111159 Architecture: amd64 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.111159_amd64.deb Size: 6286 SHA256: 518ce498996e5c39910d115741262616500c89ef6d59d4e70f6f9eb13574934e SHA1: 259890adda630f26edb2d2e163f200311df98da5 MD5sum: 83000bfb000346a0b7e78fdc03956338 Description: Exports a CMake module to find cuDNN. Package: ros-kilted-cv-bridge Version: 4.1.0-2noble.20260804.163159 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 492 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.20260804.163159_amd64.deb Size: 124966 SHA256: ffb7d425c90bf844ba84929b3fd9aa73538d68b0a22b5cbd166d147b244da356 SHA1: 57c0637db611266d042fa831d55b7a2d77b9a4d8 MD5sum: a56fca5aadec6513e8720a0c634f5fce 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.20260804.163159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 1977 Depends: ros-kilted-cv-bridge (= 4.1.0-2noble.20260804.163159) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cv-bridge/ros-kilted-cv-bridge-dbgsym_4.1.0-2noble.20260804.163159_amd64.deb Size: 1854602 SHA256: 113ffb76e7e67313188c8c447476430ec988bf3ae58afbb6666eddf6d0c9f866 SHA1: b471e893578b6a8d694f34b0d6a7cc52689a8dfe MD5sum: 8dd463a42818f989173aea0e5d26d7b6 Description: debug symbols for ros-kilted-cv-bridge Build-Ids: 601859bdf0dc90b90fb6ed3dedbb1a5b31fda891 acb1b912c61c496888fc7db6323e7d19777627a8 Package: ros-kilted-cx-ament-index-plugin Version: 0.1.3-1noble.20260806.072242 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 364 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260806.072242_amd64.deb Size: 115284 SHA256: 590fc83591cfaa7fc5c67e0d4980a3f8485afb03b6b788556dd24b6530c03946 SHA1: 292a3d6fa1db8e700ab1b87de00a49506605e152 MD5sum: 6d1634aee46aae1dab441319a427ebbe 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.20260806.072242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1625 Depends: ros-kilted-cx-ament-index-plugin (= 0.1.3-1noble.20260806.072242) 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.20260806.072242_amd64.deb Size: 1509342 SHA256: 14b7d29a52096dc53cbc86a55d5067de3b25ff1070e826616b73d1e46a5eba73 SHA1: 2ad075de625c3f7233a0827b09e43cc1e9a3e5d0 MD5sum: ddc6fb0eae4bf8809a84686e3afc83ce Description: debug symbols for ros-kilted-cx-ament-index-plugin Build-Ids: cbe3e4ca11b82201ac7983e3e6195bd31727f989 Package: ros-kilted-cx-bringup Version: 0.1.3-1noble.20260806.073951 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1944 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260806.073951_amd64.deb Size: 427036 SHA256: 09db6cb717266c6adecc8ca8db8b4a29a5a3d6b58239350fedd07cdc28d48961 SHA1: 09d0c489ba5b6a3e744df483239c29c379e28315 MD5sum: 37455aeb1caa6f64ce7c13199c85cd77 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.20260806.073951 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 9308 Depends: ros-kilted-cx-bringup (= 0.1.3-1noble.20260806.073951) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-bringup/ros-kilted-cx-bringup-dbgsym_0.1.3-1noble.20260806.073951_amd64.deb Size: 8452060 SHA256: c2932afce0a31f339a58a8db082e8234c0f424db8d6fb28379a23cf002ff7e8c SHA1: 536b5d767e42fe5cdfcbe5821b790b6d5f3364d0 MD5sum: 5a2cd348426f92cf1395cae8fe8e4fd0 Description: debug symbols for ros-kilted-cx-bringup Build-Ids: 4d26ca0e443f21a5a51283335e8f3bbcbd70fc18 582bd3f88ee7e7a9c5832021b33c08dde849adec 8c36bf7ff032572d2d410736a092c806ef6d3c12 c75bfd5119bc14e8667fc32ae5096efc5575ffb6 e28534a872c8a8f64215a695912fdc5190218f8a Package: ros-kilted-cx-clips-env-manager Version: 0.1.3-1noble.20260805.081159 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1119 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260805.081159_amd64.deb Size: 299028 SHA256: 14e9dd23d43443eac0e965744acb8c8670e0a88aff52b29cb0ae9ba76eef6cb0 SHA1: 87703aa4f44227424ce08e3bffafae928be358ca MD5sum: 82885596e07374a98741b1c843824375 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.20260805.081159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 5777 Depends: ros-kilted-cx-clips-env-manager (= 0.1.3-1noble.20260805.081159) 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.20260805.081159_amd64.deb Size: 5377880 SHA256: 5eb980ef36d23752821f3fc07bf4ae44a902c4208cbf9558b84b6b27d27cec6c SHA1: 6e71110516957f42af69e195c44210e89605f36e MD5sum: 6b5ebd892014f81e210df8f986ecdf1f Description: debug symbols for ros-kilted-cx-clips-env-manager Build-Ids: 6ff57913ffbfd7a7fb3b2ed35e9ce0f266b964cd 7dd0a17f5a6a9efc63ad13da47a6d153c9d2b719 cf38fcf09fd9698b8ddbf8c436ddb59fb5cbe259 Package: ros-kilted-cx-config-plugin Version: 0.1.3-1noble.20260806.072312 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 209 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260806.072312_amd64.deb Size: 64228 SHA256: 1f2110d0406edc8b86d9a40e6d3f6e8bd281ff5316c15a363918ecf25e9b9abc SHA1: e4b247684565840c2dd01588a0b20ffa36f80de5 MD5sum: 89a2b581c11e051be99bc7aa5c808458 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.20260806.072312 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 605 Depends: ros-kilted-cx-config-plugin (= 0.1.3-1noble.20260806.072312) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-config-plugin/ros-kilted-cx-config-plugin-dbgsym_0.1.3-1noble.20260806.072312_amd64.deb Size: 567748 SHA256: c5d17ccf039b4b1feb328647dc0232112e62caac57f80c632791a34894669255 SHA1: 251fab1a1b25bd054f4cd548e55147bd3e8b0812 MD5sum: 4d1ec37205531156f4334f04fc599eed Description: debug symbols for ros-kilted-cx-config-plugin Build-Ids: bfc16c264ddadb7b8aa00b7653fa0335473c76c9 Package: ros-kilted-cx-example-plugin Version: 0.1.3-1noble.20260806.072338 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 285 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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.20260806.072338_amd64.deb Size: 82028 SHA256: 9e7788a8bef0e7ca913243a32d8683e5202b91ea816b7dcb500d91b21368c907 SHA1: 5109378329625c364905cd8932519ec2c34b0f19 MD5sum: 8ab1e8e8667d1b83cbc42fc471228e10 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.20260806.072338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1335 Depends: ros-kilted-cx-example-plugin (= 0.1.3-1noble.20260806.072338) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-example-plugin/ros-kilted-cx-example-plugin-dbgsym_0.1.3-1noble.20260806.072338_amd64.deb Size: 1234398 SHA256: 3b572dcbdcaa0b318fefe4ad8ed56a305773bc86824d5dc149b9a9389296b5d9 SHA1: f64ee2512028c51035e373323599975d014b944c MD5sum: 5c6ea94f4080dd6197888eb58f04fcc1 Description: debug symbols for ros-kilted-cx-example-plugin Build-Ids: 824bc306880b7392f9bd02627233fd601f73c0dc Package: ros-kilted-cx-executive-plugin Version: 0.1.3-1noble.20260806.072655 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 408 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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.20260806.072655_amd64.deb Size: 123168 SHA256: 2930a29ef99a5254bb609a0d87496258e03b2217398ffdbb7dcb6fc5ad687a88 SHA1: a378ac9cc7c08e19825ba063e49960b44de4e5ad MD5sum: d2746ccb7405e9461adb1982313abd74 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.20260806.072655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2012 Depends: ros-kilted-cx-executive-plugin (= 0.1.3-1noble.20260806.072655) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-executive-plugin/ros-kilted-cx-executive-plugin-dbgsym_0.1.3-1noble.20260806.072655_amd64.deb Size: 1863400 SHA256: 59678bf526d872bbc6e358cddec7f03afd03757b7b1b6bdcb1828b3a608e6af5 SHA1: 14d6222722759f53922fd1205c5edeaba1137996 MD5sum: e45e2763d01d1e91809480a44bf4c556 Description: debug symbols for ros-kilted-cx-executive-plugin Build-Ids: 29e40f10e39a5f04bff53b6610d4e82ce2991ea6 Package: ros-kilted-cx-file-load-plugin Version: 0.1.3-1noble.20260806.072543 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 368 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260806.072543_amd64.deb Size: 115874 SHA256: 2e442f0aacba232bd8d3fdbc582c3a1cbc8ff975ee5b2ea2fd550b17f38e5331 SHA1: 5307c988067acb347e2f87560f76ab6b01fb5e31 MD5sum: 0110060fa6aee4326d9bcfcdfa6f26bc 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.20260806.072543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1624 Depends: ros-kilted-cx-file-load-plugin (= 0.1.3-1noble.20260806.072543) 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.20260806.072543_amd64.deb Size: 1511058 SHA256: 0718831817262fe5f7d6c1a00fb73a324b5309f601aac4445008e1849e381a5c SHA1: e0185a8fb9e6c58d401da0421d29e4d5a359184d MD5sum: 8d7bb015ab311360b245b1011eaaf231 Description: debug symbols for ros-kilted-cx-file-load-plugin Build-Ids: 9c4042b9c62b3c82134b98dab178df1c6ddbfd5b Package: ros-kilted-cx-msgs Version: 0.1.3-1noble.20260716.013246 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2734 Depends: libc6 (>= 2.14), 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.20260716.013246_amd64.deb Size: 191720 SHA256: c12794442942453b8c7e0445ab232924302c47999496bc6bab5d3d61be1c6d52 SHA1: 5f8f7d59aaa4005aa89bfda0dcd042f8dc57b6a0 MD5sum: 989b5d0ca52c3639c1be27bd3c8af5be 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.20260716.013246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2073 Depends: ros-kilted-cx-msgs (= 0.1.3-1noble.20260716.013246) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-msgs/ros-kilted-cx-msgs-dbgsym_0.1.3-1noble.20260716.013246_amd64.deb Size: 1644582 SHA256: 5b44ab27029804d1f92b9037ee95781d0b5094f4edef0ed7df2df395d3ff5a0b SHA1: 3aa0c243dd68d1abbf840bcad3c7d98375fc4323 MD5sum: d093937953dfa1a0137d4da7f0cac280 Description: debug symbols for ros-kilted-cx-msgs Build-Ids: 15a5af75dc28801e60282d95dcdcf025ce960578 3ee0dd2be36a9be4ad4de82eb7a37608f7d1d643 44c339122321eb0810e2d535aa476eb9fd2fa081 4a270e23abeb3a596d2d2c0fea5ecf71db79b074 611b5fb0a2021dd3a91d9a143982e6327d780212 6b359ed7047ab4eadd9d9a29981c0eda0d0b3a50 9045ad47b2cf93e3b39d146644646aed0090e349 aff98cf4086ab2c8ec5303be9fc121c0a56b91d2 c9d8cd23c6be4021e776d28d55b670e87a4d0916 f5302045dbb247382f737720d569b41be3e64b12 f80acfa0de08c46fc73f17464f4f2cc858bfa5df Package: ros-kilted-cx-plugin Version: 0.1.3-1noble.20260805.080413 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 74 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.20260805.080413_amd64.deb Size: 11520 SHA256: 212ee44b0d042816a926802c617719e76034fd248e0237f2bca77b1ff42355a4 SHA1: 13d5b3ac80252c49e6e5f8ecfc4c9dbcb5c74157 MD5sum: 91fde4beb86a3966ddbe64329ae026b6 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.20260805.080413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 107 Depends: ros-kilted-cx-plugin (= 0.1.3-1noble.20260805.080413) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-plugin/ros-kilted-cx-plugin-dbgsym_0.1.3-1noble.20260805.080413_amd64.deb Size: 95024 SHA256: a3bf47bb2eb0f1645892140ac90ac06aa0822f6f250c1f2406b9441c2718c922 SHA1: 6467bbd8e2e20b04ddc716c9b8b51dd194f5d648 MD5sum: 3d4abff4e641582e6ab9db30f5d98a96 Description: debug symbols for ros-kilted-cx-plugin Build-Ids: 31eb2c20a294d94a943787771de3a6ed3e228f19 Package: ros-kilted-cx-protobuf-plugin Version: 0.1.3-1noble.20260806.072256 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 161 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.20260806.072256_amd64.deb Size: 35550 SHA256: 153458041256ed77e2a0e9b39b705cb9effd0453314ede6e491cf549c96193e0 SHA1: 1dafa5707c2782ef88597da6adfbb27aaa732d59 MD5sum: 137a2ede1b9c5d6ab0eb47aef499fa87 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.20260806.072256 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 736 Depends: ros-kilted-cx-protobuf-plugin (= 0.1.3-1noble.20260806.072256) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-protobuf-plugin/ros-kilted-cx-protobuf-plugin-dbgsym_0.1.3-1noble.20260806.072256_amd64.deb Size: 716446 SHA256: 13588b535eb26f3e3d14b945da4ca63993ca3bada75fcfe0a142fca65cfee96f SHA1: 48fe88c43515d5f268f0885f68f20935ceb95ec8 MD5sum: 59b962796fa43d284e743325e8e4ce20 Description: debug symbols for ros-kilted-cx-protobuf-plugin Build-Ids: 2f7d997d01981e08d1af04c0c1ed21053b25a172 Package: ros-kilted-cx-ros-comm-gen Version: 0.1.3-1noble.20260805.081515 Architecture: amd64 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.20260805.081515_amd64.deb Size: 19150 SHA256: 6d5528d49469b43593c0d034905535aae46a1f547da5d75b5193cc823d75c919 SHA1: 8197c719f6ff652d39743b614926919c830c3834 MD5sum: 6680e0dec9d3a30f8e6aea5f7b2dc1db Description: Generate CLIPS bindings to use ROS messages, actions and services Package: ros-kilted-cx-ros-msgs-plugin Version: 0.1.3-1noble.20260806.072543 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 457 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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.20260806.072543_amd64.deb Size: 139594 SHA256: 4245095bc4690f0f643b04ff815afbc01cca9aeb4bbbbecd40e2d6464dae0b4f SHA1: e1b04e35bd3835ba45013e2131cd0f8d2ada6847 MD5sum: 0650d6146e83f5dffc2c5a1b9bf01949 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.20260806.072543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2397 Depends: ros-kilted-cx-ros-msgs-plugin (= 0.1.3-1noble.20260806.072543) 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.20260806.072543_amd64.deb Size: 2247580 SHA256: 194bb3508d96abdcd3e9cbe41bf710e5157cc2ceafb127ff871c84db1f62ea6a SHA1: 3d5d18c93f8a8a6376e16c012abb2f9fbe8b15e7 MD5sum: 82a1c0fe4698809ffda04c651366d65d Description: debug symbols for ros-kilted-cx-ros-msgs-plugin Build-Ids: b99930feeb172304d9d3b0794130f596757aadbe Package: ros-kilted-cx-ros-param-plugin Version: 0.1.3-1noble.20260806.072423 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 324 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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.20260806.072423_amd64.deb Size: 99302 SHA256: ad3703627e31cbaa56505be55467ce81baaf9c38a26195a82bacdfc55534b2ce SHA1: e0657e0ff6f12855d99374ca1d1ce1a67fd3cb5c MD5sum: 956301ef059fc7776c4ba391183e60c1 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.20260806.072423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 1500 Depends: ros-kilted-cx-ros-param-plugin (= 0.1.3-1noble.20260806.072423) 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.20260806.072423_amd64.deb Size: 1393294 SHA256: d41b6d8b5dfaa7c5f6d55111b4d1ad096cc0668f49cb28100dfff796bfdb923c SHA1: 6115119b411dc3b704b0057fdfcecf65154b66f9 MD5sum: 4d24b3db73fca985233fb8e5b6ba954c Description: debug symbols for ros-kilted-cx-ros-param-plugin Build-Ids: 2fefdacd89e953f84e6043a54f8ca4b237e5710c Package: ros-kilted-cx-tf2-pose-tracker-plugin Version: 0.1.3-1noble.20260805.145911 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 794 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260805.145911_amd64.deb Size: 209156 SHA256: b4fa13f65b902ed966088872edaf8e7478d05570a7bda3f96f39698f00145082 SHA1: 31edbd70f58700cbbaba059b9270dac7cf1daf21 MD5sum: 044b8f282ef1d3d297cfa5b5747e64ec 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.20260805.145911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 3842 Depends: ros-kilted-cx-tf2-pose-tracker-plugin (= 0.1.3-1noble.20260805.145911) 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.20260805.145911_amd64.deb Size: 3422266 SHA256: b11cb13876e36e7a831c9b8024f471d719487e95e912cb09bb14fdd814331f51 SHA1: 7c4e88501739a10efbb8da672cc44de2d1c1c5b2 MD5sum: a315b13f163a705dd17733b8c1552b27 Description: debug symbols for ros-kilted-cx-tf2-pose-tracker-plugin Build-Ids: e76560d94daef45ecc18029b248dc08b4513e52c Package: ros-kilted-cx-tutorial-agents Version: 0.1.3-1noble.20260806.074628 Architecture: amd64 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.20260806.074628_amd64.deb Size: 7312 SHA256: c826e7850d62ddfdf386523b2347be82326e1a25be03f5f25dbea8b309583d85 SHA1: 7324cde1acba4ff453cd1391556cd897d47aa281 MD5sum: f942653da4cc32a162e4f9264e5a782d Description: Files used in the agent tutorials Package: ros-kilted-cx-utils Version: 0.1.3-1noble.20260804.163037 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 128 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.20260804.163037_amd64.deb Size: 28120 SHA256: e90db5e6c878108f1390b458913606dbb28b748bb1f98c1948f63c473904dca0 SHA1: 62ff4f1aa287035bb47109c60c4934b6931810a2 MD5sum: cc09ae8293627ca0c531463eb5765e0c 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.20260804.163037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 508 Depends: ros-kilted-cx-utils (= 0.1.3-1noble.20260804.163037) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cx-utils/ros-kilted-cx-utils-dbgsym_0.1.3-1noble.20260804.163037_amd64.deb Size: 488248 SHA256: 0224020cd26dd4c5a02a9d4d24fad0563e086ce80752861515a03690aac03aba SHA1: 436dd0c6b7f7b135024910c65d945ad1bc71b462 MD5sum: 5a47e956248d263b0c45fe78041b3d7c Description: debug symbols for ros-kilted-cx-utils Build-Ids: 4783d28d136fb62f02ffcf73c6b9814c35c44835 Package: ros-kilted-cyclonedds Version: 0.10.5-2noble.20260410.104656 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 3791 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.104656_amd64.deb Size: 1036804 SHA256: 8a7332f66076e6c8b33a0346349ff5473584513bb5acf7567ada376c4e821166 SHA1: d9603a90217f50e1cb9b69929f318166df0e3b0a MD5sum: f93cdc4ebede8547b10be0e12eac3483 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.104656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 4332 Depends: ros-kilted-cyclonedds (= 0.10.5-2noble.20260410.104656) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-cyclonedds/ros-kilted-cyclonedds-dbgsym_0.10.5-2noble.20260410.104656_amd64.deb Size: 3770964 SHA256: 8a57dbd4e268f3edc578560bf7fbade62d77e6bde3934062ebf4c01a07c9ee9d SHA1: 279f2b21de6bd4dbfbfdaba4d302a148e2236bf7 MD5sum: c8388d973079413a1f8b9e41657d710a Description: debug symbols for ros-kilted-cyclonedds Build-Ids: 053353dd5ca5d85a8bd0386a68fe053362d16b80 27da4226f2f3428870e9a221ba3581b6f9b6337b 3f03111eaebec162ad8c57c5d35c7b665f6785e0 5c344a464e96a3d0592c72eb443f65f46d05fd1a 68a6d65952c0ff39b12c9c9700bd464858a48dbf 9868fa66a927a75f600564f509db58da1489ee3f e46eca283d65209654e2c6600ec717cb792c10a0 Package: ros-kilted-data-tamer-cpp Version: 1.0.3-1noble.20260806.072711 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 564 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.20260806.072711_amd64.deb Size: 124392 SHA256: cf0e5904966d843cdedeed96defd325ed07f5f2784416c64eecdff594ade0b6f SHA1: 99ac974cbad5c24be83beae35c7f101f45c5f775 MD5sum: 50eda5a23385caacc7632bf5bfe77626 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.20260806.072711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2336 Depends: ros-kilted-data-tamer-cpp (= 1.0.3-1noble.20260806.072711) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-data-tamer-cpp/ros-kilted-data-tamer-cpp-dbgsym_1.0.3-1noble.20260806.072711_amd64.deb Size: 2209360 SHA256: d4c58695d8817541eac12f9e4c4a7c4b967de039753ba47ed7bc74f638059e33 SHA1: 111e1e96acc9fcb07cd54365a8961f3828f814c8 MD5sum: 16e48aa7747a8f384ac2314253b7a177 Description: debug symbols for ros-kilted-data-tamer-cpp Build-Ids: bee2b980f908e46f073cc6dba5a957aa07e4661f ca2740d3a0f27188cd39a6f69103c3d3ebf829db Package: ros-kilted-data-tamer-msgs Version: 1.0.3-1noble.20260716.013003 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 711 Depends: libc6 (>= 2.4), 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.20260716.013003_amd64.deb Size: 70838 SHA256: 7d6e9927e0cd84e0a30f488f0110180d371d5e79a93c50a32b632aeeefec9f44 SHA1: 8d1ccd8ff4b172dd8b08c6223d6919d0f1d9367a MD5sum: ffe89ff1443b7ae1c0d3d66e97c21698 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.20260716.013003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 549 Depends: ros-kilted-data-tamer-msgs (= 1.0.3-1noble.20260716.013003) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-data-tamer-msgs/ros-kilted-data-tamer-msgs-dbgsym_1.0.3-1noble.20260716.013003_amd64.deb Size: 424816 SHA256: e7455b7a089a01091cc295dcae4e0cc7620ee2d1d4552384f25391c9732427a7 SHA1: b532f9805404e7fe6e7ab1053fb6d9b24e14dece MD5sum: 8030e80193403350b92118757bf527ca Description: debug symbols for ros-kilted-data-tamer-msgs Build-Ids: 10b5cbf2fdaf2b0ce61737db352df3219b055dca 3612a7afa630b37fa09e0dd88bdd755217d593de 367a6121a09594c9dcdc1a0717b759771e340ded 4e7cb20de466e0396867f62b64a4c82669e07652 52b89712f2ccae32bb1782c528b71a4f9902de83 82a52f9c519ffbddbe533faec945f4b892834323 c515ef5cab6d6b87433f3ef4305b00537588b109 dfd1e085d72d978e387e8710eedb3eba9a037061 efc99f0ba2ce183c3c7ce01ecd7a944f2b444f1b f9eebd9800f08c93ee6d77a9ca4158964d27aa9c fbccdb7f9a2fec9fc1e88a5ad0fc8b768fde0618 Package: ros-kilted-delphi-esr-msgs Version: 4.0.0-4noble.20260716.014219 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3942 Depends: libc6 (>= 2.4), 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.20260716.014219_amd64.deb Size: 246888 SHA256: 66c025ea22b87b790290a35dc03fd59f4acb60857e3aa48f8727b76ef53b07a8 SHA1: bfa8ffcfe41ef3dd80a6b1b995d27002860db15c MD5sum: 76f19db602b3a7df16d17f4d1304d39a 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.20260716.014219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2450 Depends: ros-kilted-delphi-esr-msgs (= 4.0.0-4noble.20260716.014219) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-delphi-esr-msgs/ros-kilted-delphi-esr-msgs-dbgsym_4.0.0-4noble.20260716.014219_amd64.deb Size: 1995764 SHA256: 38f9750e462a202111e1e4f1b0da3ad2b27d8f1601ed127de2236f6c55aad0f9 SHA1: 8aaea708cdf7290db3cad053b636b0f2fdc578b3 MD5sum: 8a207ad0a3725de5eff4a48695b2eed4 Description: debug symbols for ros-kilted-delphi-esr-msgs Build-Ids: 7128eab1d369080c48a5121e3d48f5d2b6160527 8ca6ce493b1a2f1527001d83de3bf698c82771b6 9238cb0caa600502c58bcb372480b1394df32e31 991950f8b36eb61a2bba97d69cf3ad03c7f01631 a7ab72f84f3e12b663e3a1edd219e11af8b05a52 b7c43470e34099586ec6629f66fbb004884aa865 bd62c7bb4a470a6cadb6c8e555ec5dc94af559f5 c6a74615541448e8dbe379fb3ccfef868baaa39f d2a119759523dd65334bd98f933e84ce805e876d d9920afefe2c9a2c608182859a40a53c55b3a748 db8814bcf68f0638fa4bca6dc13ffd8caf284a63 Package: ros-kilted-delphi-mrr-msgs Version: 4.0.0-4noble.20260716.014219 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3545 Depends: libc6 (>= 2.4), 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.20260716.014219_amd64.deb Size: 214534 SHA256: 4aecea1dc1fb23358e36cead175a68508b1d291fda215ba12e4c4c6cca1e3a29 SHA1: f3e8fdba5d34956cc1d6bec7d92852b3f7590e13 MD5sum: c4d402f6a892000cec1d1a6718b7ff44 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.20260716.014219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2120 Depends: ros-kilted-delphi-mrr-msgs (= 4.0.0-4noble.20260716.014219) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-delphi-mrr-msgs/ros-kilted-delphi-mrr-msgs-dbgsym_4.0.0-4noble.20260716.014219_amd64.deb Size: 1704850 SHA256: ce70f8e21d95e2baa2e5e8d13b66721ba098af893bb9443705e9c45570af283f SHA1: ce5d716f774440a22a8c56f6cf570f71223986dd MD5sum: 7c4b2fa22ae5159523d0f37eb0ea453a Description: debug symbols for ros-kilted-delphi-mrr-msgs Build-Ids: 53c896928823493bba3aab2cd516c2a2b5596298 60bdb0e15d2d92bd62c40699cedfcf587987c22f 65a1ded741355330d7e0e459f8ede1b5eee548ca 6808fbfb8fac1f4c8aff30ca6c36d16aea151adc 86a95b4e89301f7a00c4641ae2c42ed76501893a 8a72da2b0375c8862310dd4be5f68ae406282e62 b2e6461b3afa18d8130bd9688eb0a614b6131a99 e1f35f4e2ed536601c78f09bcb464ab84416b1d8 f73b0300c482ae1346a7d14504fcb6bc4f6136f0 fa28e86bcefd08a0abca29b7ba872d369d925fc8 fbde19ac9563d61f261aa476d572a4575a1c5899 Package: ros-kilted-delphi-srr-msgs Version: 4.0.0-4noble.20260716.014209 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2725 Depends: libc6 (>= 2.4), 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.20260716.014209_amd64.deb Size: 163806 SHA256: 68513765331a7ee50e3fd92c16cb7705176cc1c1fe376ba01a72b21f074c4241 SHA1: 06496f3e0844a0cad44741464747fa5a5ce67aa1 MD5sum: 069d890050f31d675ce57896afecadf6 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.20260716.014209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1461 Depends: ros-kilted-delphi-srr-msgs (= 4.0.0-4noble.20260716.014209) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-delphi-srr-msgs/ros-kilted-delphi-srr-msgs-dbgsym_4.0.0-4noble.20260716.014209_amd64.deb Size: 1184694 SHA256: 81cdab2e42887f3a8571a14e64fb44f519d37d907bb6c72b97559548175da074 SHA1: 63fc971df40f45eb1f31f91c2919ee8fa8a5cd72 MD5sum: 310b4198bf56625ee607159fbfddb8aa Description: debug symbols for ros-kilted-delphi-srr-msgs Build-Ids: 03a42e80ee6fd3bd06cffc84945316dc617b8273 0dc31e352d110f1436c70578a04a0a5abf800ad5 1c0e52ed755e1e482ba5ee690d0b761c7b1d2352 1ed2abef01d52b95cf43488af4bfc84cbf4fae67 308418d41618c8643166573f180056a3a15098ae 571b9fff0506b910153e441e9ef1847ff6837c47 aa7d3f0957718194514899375d9d9efc948d2648 c9827b729e27d1d38b0b7b04f8ada36ed4a75ea9 c98b7ec99c515e72d36921f9deac5b71827bbff2 cae2d21a53b063f730c504b35883b1a75865c36b e3a0b412461b4976a348c931a66b8278b4d30cd1 Package: ros-kilted-demo-nodes-cpp Version: 0.36.5-1noble.20260805.140912 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 6951 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.20260805.140912_amd64.deb Size: 933650 SHA256: 1c2753985e0d8a9bf678b371c9a6b79716a72e990295237e8a6a9d21f5fb4929 SHA1: c55c6ccc453fdbfc42262ad3324bb1409e403848 MD5sum: 841a8a5240060bc624d7ad854ff66ccc 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.20260805.140912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 38464 Depends: ros-kilted-demo-nodes-cpp (= 0.36.5-1noble.20260805.140912) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-demo-nodes-cpp/ros-kilted-demo-nodes-cpp-dbgsym_0.36.5-1noble.20260805.140912_amd64.deb Size: 31470684 SHA256: 1aaa83be924d8457fb09324ecb6424e77ab62e5d74197592a709e73cdb4e4674 SHA1: b717927564c02838df8baf8922b731e97d69b803 MD5sum: 37ee8ae8765707feda185d9a99756b1e Description: debug symbols for ros-kilted-demo-nodes-cpp Build-Ids: 01a96dc1dfae36501d46c0a2d028271b1d44ee3b 03c3d589a8199a7653b3a41c40d14d0a3fba2a37 18f3a6e11beb5a543a326e969e9f22172a71d65d 1ef61b03be6596217aa8ce771aca6b6d41c60910 29dc0e96c77b24dbb76961e43fc0bf7f250e2078 2e57251ed08d772320e87ef47533b44e0f61942b 3005c708be642bd7c1c4734e70b5745bb2c64e1b 384559ea08a521230a295977597a5ed97444f43b 38c763ceff4a6c2ce0420fe77f8c6c222ee4de05 3e72379ef1042bd147fc3376ab7846ff84b6d8f4 4060370da36729e824eba1ae709e9fbe32bdae75 4a3091dfd6d1177dc69aff4f371af750f084466a 4cf6e528813b4ee4e324602af7fb2dd6256b277d 510d213403b5f45f004155c7b6e85d073b7f76db 573e9bea99dbfb1a7256859fa7ad1974aa8904e9 62abdcd6867b5af7cef806256fd0d68bb700955e 670be71937180015dab7f600d260052a2595ecf8 695366bf296e52d18e97f8bb116ba38b8aabad1b 6a030328b30f9c6705321a3961fe4675ab4634be 6ab4b05ae8352729e728e4fcf929e48222e9e323 7338ba36129726fa4d0ff72a891563d5b8726108 740af3a23406960b8f533511f314d0501e7f8e54 770c04fd4e3a18c79be7e9ef981205793cd8e25d 7981954407ca70d80f47e18b3552ea0f4cb68121 7c19254e4ac3d31207de66be0817aa4d51714d15 87ae27b2ff2390a805edc63f06b2277724b59c4a 88ec27a9a2d3ba1b12f1ff29ccbc813e5f01178d 89fca30c56ec257f1ff6e7e7bc0fed568e63a9f7 8cb975a1f4945ae5eef757a519e0a9eaba9e4b70 97975d37c0856efde20b77b056f1e124e0c53fb9 9c2b224fac15a17210d32eb0d3678e405b37aeb2 9ed4d14cfe793fa352505ba5ab9534dce7901e96 a4fef798b253e8ed8a991b058e0933ac898e02b4 ac8e5e3251fdddd8bdba20fcbcd9cc817483e3c4 ad552ef076d7553710432a783e98642dd1691dcb bb822ebf59c6f11f4b88bdfef76acd7f6265f69b bbf91f972d15aa3770f6225268cd4ee4943823cc bd6fb811779f0dbc265d9bd6bec512a5e7e19140 ce3ec337baefe289886c4c16674d0f285a15f403 d5b67e994e037f6dff1939f73675d971cd3799b8 d61f838ff597a4d3fbd8e566611b80038ca09d08 d7a87316b18d4c783993896ec33df58a0c0563c0 d9ee268d7049a69615464d03e32fc344309098b2 dc89f265eb5ce45e191891edd5dd72f7b0c2e486 dcd8d09775180dbb111e407948e7e18ddae8d195 e610187bb26d82476f88bcb04123536f1333d86e e88490864c5f6fb0d631f0efa75ae505cb77e2ba f5fdcf88d438ebe764d423d7105375e3df34f4fb Package: ros-kilted-demo-nodes-cpp-native Version: 0.36.5-1noble.20260804.173055 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 230 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.20260804.173055_amd64.deb Size: 63892 SHA256: 94724635c814619e69dc42461a6cad1ce851adb8361dc3d646b632d332a780b1 SHA1: e7ceb738be93d8a06bffcaf08139862744e76112 MD5sum: a9e6d4efb5dfc5aa94ce788b72de9f50 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.20260804.173055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1227 Depends: ros-kilted-demo-nodes-cpp-native (= 0.36.5-1noble.20260804.173055) 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.20260804.173055_amd64.deb Size: 1149908 SHA256: 5f1a0155f3d481c78ce8b636ceb4bcd113295227fa695e849b919afac41d516b SHA1: 4a62ea6c3a469936ed02eb53ed1d944b5fec7991 MD5sum: ee79c5124c8bc8259aa41607cf1783a0 Description: debug symbols for ros-kilted-demo-nodes-cpp-native Build-Ids: 582f42cbaa27691e4024cded2575af8fb63aa863 be874f04cabdac60cf5f18342f52146468722b3f Package: ros-kilted-demo-nodes-py Version: 0.36.5-1noble.20260805.140128 Architecture: amd64 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.20260805.140128_amd64.deb Size: 29220 SHA256: e1ea3bc8b3b2fd675cd9793ce0c2b4d3a9fb25cacf5999e8fc83b17693d0fef1 SHA1: 4ba7caea311e2df2e8ce332c456009332925cac1 MD5sum: 40efd25395c1a9f75e97a3fc0761fc90 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.13-1noble.20260805.151718 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1728 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.13-1noble.20260805.151718_amd64.deb Size: 313822 SHA256: da19958cd166245cf9fd1ea6ade05d2a082d380b6bcddb19433c80921b327bea SHA1: c25f78c0a86b2bca7052c6d6fc9fdbac2ec8d836 MD5sum: 2b72af75a1de037dbc608678071a4175 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.13-1noble.20260805.151718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 14499 Depends: ros-kilted-depth-image-proc (= 6.0.13-1noble.20260805.151718) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depth-image-proc/ros-kilted-depth-image-proc-dbgsym_6.0.13-1noble.20260805.151718_amd64.deb Size: 12667276 SHA256: 30355872a757650bf9b04f9468301b278abd2b167f3a7ee1c2c4f0fbb7f0b5d2 SHA1: ff0d85de4a994c7167d4aa8cc828377c65d476d3 MD5sum: 8d643168e0b9fc494d773ff936bcd163 Description: debug symbols for ros-kilted-depth-image-proc Build-Ids: 0619d0eb0c2a7d1fabdb8b2f34f6f0c1addaa62c 0fe2b896f9e3795f71e7b7a0efae9563a4364cf0 59124fd2a45eeb46fe59626b971d93629aeb11e5 6b42c65902c9b0ccfea667054e2c60fbde0c7b15 7a1602feda774056a85a0998a9c36f5c08f75821 7ce2fa974f46b4171946abd3ffd50fab02aa2490 7f067cb77e62da890f91230ed461c1db58d8de2b 8804c59ce03c04f76333a168ac758ecedc34b7c8 c4a6b92f57e4b4914924a1f3cb9dda75cdbd6dac c7c7ba60ca14a3c1126a85396997645dcf3b6a3c f819a67fa7e115b43d62635b9f48a0af1e56522f Package: ros-kilted-depthai Version: 3.7.1-3noble.20260610.135027 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 52334 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 4.2), 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.4.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.7.1-3noble.20260610.135027_amd64.deb Size: 28423044 SHA256: 7dd9617bf6d69a21be4dae9d7b1fb3e517554f53f5c332f267b0179c10a9e0db SHA1: b7a38501632570b86253ff975c34a33b1246d497 MD5sum: e3b9a8a473e9784d4c142d5010a06689 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.3.0-1noble.20260805.150619 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 655 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.7.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.3.0-1noble.20260805.150619_amd64.deb Size: 194054 SHA256: bd56b8ee5a3c937f4fe72be579835c85dc011d0a6c67328847ccff9dc8e9eaeb SHA1: 2d1f9e7b952b6c5c800aedd4e8146413169daf93 MD5sum: 4fb48f2a36c2f735b54faa7fca4444a1 Description: The depthai_bridge package Package: ros-kilted-depthai-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-depthai-bridge Version: 3.3.0-1noble.20260805.150619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 4454 Depends: ros-kilted-depthai-bridge (= 3.3.0-1noble.20260805.150619) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-bridge/ros-kilted-depthai-bridge-dbgsym_3.3.0-1noble.20260805.150619_amd64.deb Size: 4339256 SHA256: 4bf537addf4c3aed6ea1c3de6a1d3e456b185d74ea7b856629ce0985f0d25a50 SHA1: 9b98331237a4acad4caa73dd42bada467b9cafa2 MD5sum: 4428848cd04fdf8c17b378c9b7eab987 Description: debug symbols for ros-kilted-depthai-bridge Build-Ids: 0af6ea48fc4c735631565249c0652ada8a9aa198 Package: ros-kilted-depthai-dbgsym Package-Type: ddeb Source: ros-kilted-depthai Version: 3.7.1-3noble.20260610.135027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 130068 Depends: ros-kilted-depthai (= 3.7.1-3noble.20260610.135027) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai/ros-kilted-depthai-dbgsym_3.7.1-3noble.20260610.135027_amd64.deb Size: 124291736 SHA256: f252e894ca452c7c97bb78e72c3e3f3cf84606eed4797a0ff74abf226cf25527 SHA1: ac96d9290e98dca8c8dcdf15cfc4cbbcf2afc266 MD5sum: f5e889d190c6a3c22642c61b66a78f43 Description: debug symbols for ros-kilted-depthai Build-Ids: 305d87555a36454470f18fccbec844651bdb1003 9b12fac7e04c1aee9cdf5db52bc001d968b614fc Package: ros-kilted-depthai-descriptions Version: 3.3.0-1noble.20260805.153505 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" 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.3.0-1noble.20260805.153505_amd64.deb Size: 45018696 SHA256: 5b0129dca3606df261c83336c655c6f226472b9714bbb69316da8d7e91f8e8c0 SHA1: d55f1be42f542818bf4cae83b7d19b08d55aee2b MD5sum: 46cab7ac11ab7dbe6cfb8223394ecbb7 Description: The depthai_descriptions package Package: ros-kilted-depthai-examples Version: 3.3.0-1noble.20260805.153705 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 4101 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.7.0), 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.3.0-1noble.20260805.153705_amd64.deb Size: 756186 SHA256: e2dbf959a04afb2c040181e200b016fb54a5560b78ec26544112096ed9324dba SHA1: ef42a8e814903a8f24923bad188d7ea8b3f8b913 MD5sum: f220ec58874ad49f7daabf076d2de599 Description: The depthai_examples package Package: ros-kilted-depthai-examples-dbgsym Package-Type: ddeb Source: ros-kilted-depthai-examples Version: 3.3.0-1noble.20260805.153705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 37494 Depends: ros-kilted-depthai-examples (= 3.3.0-1noble.20260805.153705) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-examples/ros-kilted-depthai-examples-dbgsym_3.3.0-1noble.20260805.153705_amd64.deb Size: 35779056 SHA256: 820418bdf60dbe18d51dfb93b48ca57dfcd820a12c9a5fada9a192fc716d6027 SHA1: c1ca28f8c246322872d8cc3042c8d73b5b8f6c07 MD5sum: d052960d28159b9d7946e0affc5fc23f Description: debug symbols for ros-kilted-depthai-examples Build-Ids: 049156faf0bda380da2955408609857dd8de7a37 10e9dba3851f277155bd6502144c64c62b77f806 11ee86cb8cc688b65ae7101a7f9b85859ca3fbaa 1d2d5c6a2030516ff3e48cd150cf66219bb328cc 22e0464a288daa15742cc27c5060107b8e407178 4b0e78eb5407ba2c7599a6a7f8193cb39b510387 558101fef1d1ec49f2c0c06934f5a539b55e605b 629f85e2a9d062341e3d63db0833a5b2d4f34f27 6743d18d5d5c6a869d5a2fadf5a678b1913d6c6a 774893ec64939de95339db1e254c8fd21ba41c01 96188129d48d994b7c5b43d3443b680b9d05b884 9a50d917299cc2e6660dae19837137134f76963a b825ea0b822d532a65b16f6403301baecb82d276 bd09d36bb8ce74a2d65d3d28169c8813e974fca3 Package: ros-kilted-depthai-filters Version: 3.3.0-1noble.20260805.143027 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 2224 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.3.0-1noble.20260805.143027_amd64.deb Size: 386812 SHA256: e5959fedc434d97f3a58d56eb71e2d8934dd3cc56d4053b1b6e548448d527b10 SHA1: bd81ed2d1a09450c790c57063ea4b1195c2ebd66 MD5sum: 4eceb077ad9e9d66ff9f8a25f42597aa Description: Depthai filters package Package: ros-kilted-depthai-filters-dbgsym Package-Type: ddeb Source: ros-kilted-depthai-filters Version: 3.3.0-1noble.20260805.143027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 14540 Depends: ros-kilted-depthai-filters (= 3.3.0-1noble.20260805.143027) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-filters/ros-kilted-depthai-filters-dbgsym_3.3.0-1noble.20260805.143027_amd64.deb Size: 12808404 SHA256: f8239d1c9c5fd84b1ae62cd645cdf83a038f8766042e8c5a34a6741acd412d8b SHA1: fde446269553c0f1b80692e9f451a31ab32e09ac MD5sum: 501c41f9458e7b88b5157008fa70442a Description: debug symbols for ros-kilted-depthai-filters Build-Ids: d4fbc98e2664aff65f07f236b9a69ed1be5143a5 Package: ros-kilted-depthai-ros Version: 3.3.0-1noble.20260805.161123 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 48 Depends: ros-kilted-depthai (>= 3.7.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.3.0-1noble.20260805.161123_amd64.deb Size: 8584 SHA256: f9f7eeab0045c5246a0fa80b37ba16767866bd782c3f57d231c35ca11caa0e7e SHA1: ae595158a38c1866bfe9d9037345a3c2f817b7df MD5sum: 32c0bd81efdd0a53983779b765588152 Description: The depthai-ros package Package: ros-kilted-depthai-ros-driver Version: 3.3.0-1noble.20260805.153647 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 3618 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.7.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.3.0-1noble.20260805.153647_amd64.deb Size: 808818 SHA256: cd6456909308f433457449cbb8254ad418bff44c3ce6690394337b6ad9935631 SHA1: 8912a291a4604a1467d18d6428d02638527c144e MD5sum: 494dc6c5f6befaf2fe500c372fde34bd Description: Depthai ROS Monolithic node. Package: ros-kilted-depthai-ros-driver-dbgsym Package-Type: ddeb Source: ros-kilted-depthai-ros-driver Version: 3.3.0-1noble.20260805.153647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 44872 Depends: ros-kilted-depthai-ros-driver (= 3.3.0-1noble.20260805.153647) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-ros-driver/ros-kilted-depthai-ros-driver-dbgsym_3.3.0-1noble.20260805.153647_amd64.deb Size: 43715276 SHA256: de7f234b9d742c8b86c5935515cdde8284995cff7e58dad3f6268dbbc8ce6fa7 SHA1: 50e14a82d0d8d6fa0494d11d1b578b90ccac166e MD5sum: 0e254c48c292db43e8805c04853a2087 Description: debug symbols for ros-kilted-depthai-ros-driver Build-Ids: 26f12276e0de3092777a84b8b89ef0c3703e585c 5323abd1beaba78f7aeae071c52c67d0d3733fd7 9ac459f82c29469399dfa6b1dd019f2c386e5d70 b408be4735984abc39157d0c2406a17de981fd16 bfaf494b9ab7aea7eaec42a54676469abd461fd4 Package: ros-kilted-depthai-ros-msgs Version: 3.3.0-1noble.20260804.163453 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 3162 Depends: libc6 (>= 2.14), 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.3.0-1noble.20260804.163453_amd64.deb Size: 232680 SHA256: 9b458e1faba17ea0ff0ac9762248d1dcd4bcf0c13352bb21f817529a7432d61d SHA1: ccb36887a2bafa4f49e7495cced54fec88290498 MD5sum: 6b1b150b3f3438d0779f29e5a3cd723f 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.3.0-1noble.20260804.163453 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 2457 Depends: ros-kilted-depthai-ros-msgs (= 3.3.0-1noble.20260804.163453) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthai-ros-msgs/ros-kilted-depthai-ros-msgs-dbgsym_3.3.0-1noble.20260804.163453_amd64.deb Size: 1991080 SHA256: e3e08dec6f0e1d85215d30354f0c5e65a574d25f8b0c554d048c3e1aea9081c3 SHA1: 3895a47479b85ed885d52fc0e923f81ef0cc8cce MD5sum: d07ca88cdd3162210e8664f8ad5f091b Description: debug symbols for ros-kilted-depthai-ros-msgs Build-Ids: 25d959e505712e1a49047d81d330945d3526f36d 288b993c4605b7ea6a111aaec845b78a2c2636ad 3c9daf185ade3b189c12f22b902e47a405972099 6b6d2296916d5dd15de98b79de69230d65185bd5 b079092f5db718c38ab793fa089ae0de7e7ca45e b3efbcf07530b3a413f6d0781a642ae325945ffa b47e243e1e054577c097703992cf133ac245e0cf b7fdafddff96e605671a58d6e08ef98a2ef62fa8 d4d9c8f6b4cfe9fc9f3139cc0237b4f5bdeaa71a f9c757a58aea2671156bee7b32e965a422e698f4 fb1239524d99bf0971fcd1902e6830e8490d927e Package: ros-kilted-depthimage-to-laserscan Version: 2.5.1-3noble.20260804.173253 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 948 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.20260804.173253_amd64.deb Size: 182846 SHA256: 2c1c393d800f814127df98c42c00f956cecfdc14858ff31f7372b160260f71ab SHA1: 7e901fd1ad3b5722495e29b411913994af4f5f4b MD5sum: a48b592828f9cf6fc6ceb377845911f0 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.20260804.173253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4145 Depends: ros-kilted-depthimage-to-laserscan (= 2.5.1-3noble.20260804.173253) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-depthimage-to-laserscan/ros-kilted-depthimage-to-laserscan-dbgsym_2.5.1-3noble.20260804.173253_amd64.deb Size: 3542756 SHA256: 492346a8d914f5a02fef0b32771b4a2f95e18b3b5d54fd5327012ca6f5d71f85 SHA1: f75de5ae596e680d8e7f46fc40aa2b4ee51ceb9c MD5sum: 17dc2c4cbea97fab022efd885d7aa938 Description: debug symbols for ros-kilted-depthimage-to-laserscan Build-Ids: 4adedb87f832e15a792f75246212ec2e21359595 ad466d8e8d957d21b96598bf9d2489c8ec56422f c9c74c77b48a7240f4a140a8fb06f159b2be1ab1 Package: ros-kilted-derived-object-msgs Version: 4.0.0-4noble.20260716.015932 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1722 Depends: libc6 (>= 2.4), 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.20260716.015932_amd64.deb Size: 136928 SHA256: eb797f800e81393ba574caa454f3fcd5007901e8c6ac976d5919fc278019be61 SHA1: c98f3ec0e464f7d8b21441f0ee8402e6e4a75239 MD5sum: e6048b1e806e617ec9776b2f661d5e17 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.20260716.015932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1235 Depends: ros-kilted-derived-object-msgs (= 4.0.0-4noble.20260716.015932) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-derived-object-msgs/ros-kilted-derived-object-msgs-dbgsym_4.0.0-4noble.20260716.015932_amd64.deb Size: 1004428 SHA256: 2b980f0c0391c9563e804f93cc5e0a302c5cffdf9f0470c7d5bb376a429c6c0e SHA1: 31366314d29677407e390f6dac15c7f854ef2783 MD5sum: 2802a5046a87711bf96044b1500492cd Description: debug symbols for ros-kilted-derived-object-msgs Build-Ids: 21fd0b68567f8ad564da52ebe6c5f41311db27fa 2c1e173349b2d2696812c06d354fdf4d2a6250a9 2f306209d74ddaaef8fbc58a321c223c7e215109 3ad684313e9d08ab75bc3dbf12a41c288f2e5531 3e5083424b8139c73fd77e27cbf04ab141dc1f20 8e03e835b2353745d5a0308d431e0876292fcecf 9218ed69920758b474c7205856e02c0c71f934a9 96a064fd167a5b6c3bd43a98b59137118a24b052 a5d935da8c10138406081d00db32ca34a02ae413 c98bbc40137ec07465be653fe3fbc9e0ee2741b0 cd1c540b03ce43c3823decf4f071dd5b4c46e02e Package: ros-kilted-desktop Version: 0.12.0-2noble.20260805.204924 Architecture: amd64 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.20260805.204924_amd64.deb Size: 6610 SHA256: 0856018d161efd56cf5a5ffd33c756a9ffa8ee717e97d4191da73b6811b65b3a SHA1: 60746d7d782cba34f0705fd38d0bae67d23dcfd9 MD5sum: f54835ea1b7277784994ce2c67534c1e 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.20260805.205048 Architecture: amd64 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.20260805.205048_amd64.deb Size: 5350 SHA256: fa610332bac76ff5b7b279872688ba140139dc1bb6e3690cfdbac232a47d5205 SHA1: 759e91d734a16ff7b9e28013e88739f7639db13d MD5sum: b365a277fe597fab754d2e5b911dcb64 Description: Provides a 'batteries included' experience to novice users. Package: ros-kilted-diagnostic-aggregator Version: 4.3.7-1noble.20260805.140135 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1302 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: https://index.ros.org/p/diagnostic_aggregator/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-aggregator/ros-kilted-diagnostic-aggregator_4.3.7-1noble.20260805.140135_amd64.deb Size: 320578 SHA256: 42e7e7b609b15a1eccb49764a1d439ca22db0d8db7d8e657171d2a8fb4fb00eb SHA1: 4a08f78fe8027cb0dbebeff1b7c72fd4dfd3e45a MD5sum: 26b2656e46295132f7553700b1504d02 Description: Aggregates diagnostic information from multiple sources. Package: ros-kilted-diagnostic-aggregator-dbgsym Package-Type: ddeb Source: ros-kilted-diagnostic-aggregator Version: 4.3.7-1noble.20260805.140135 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 6284 Depends: ros-kilted-diagnostic-aggregator (= 4.3.7-1noble.20260805.140135) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-aggregator/ros-kilted-diagnostic-aggregator-dbgsym_4.3.7-1noble.20260805.140135_amd64.deb Size: 5773330 SHA256: 381910235f97132bd2b2f86ec338a993b9b3fc1114c13a7b68c0d43b815c193e SHA1: 3579af9602b7c9ef934e30b393ebab11bafa146b MD5sum: facb81fe2ce427133ce0b72c87352abb Description: debug symbols for ros-kilted-diagnostic-aggregator Build-Ids: 3eb3ad83c96e486a3d601036c5ffdcb4be02b055 4592e6288e4303888101bfc8ffc9245d0fd379a4 7adcba88cc63c3e77bb12dfc24bd4e078fff3b81 a21ed0b50927fcdd32c8f12ffaa8b02333c4c9b5 Package: ros-kilted-diagnostic-common-diagnostics Version: 4.3.7-1noble.20260805.140726 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 122 Depends: lm-sensors, python3-ntplib, python3-psutil, ros-kilted-diagnostic-updater, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/diagnostic_common_diagnostics/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-common-diagnostics/ros-kilted-diagnostic-common-diagnostics_4.3.7-1noble.20260805.140726_amd64.deb Size: 13842 SHA256: 941cccc4ae07ae75b61be5a3ee38fd3a2372f802b56e58c528f3f49b5c090370 SHA1: 37f8827c0758c1fba88df5a3503300b2179bc47c MD5sum: 35245d213ed5c66faaf723d8acc4dd44 Description: Common diagnostic functions for e.g. HD or CPU usage. Package: ros-kilted-diagnostic-msgs Version: 5.5.3-1noble.20260716.015123 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1621 Depends: libc6 (>= 2.14), 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://index.ros.org/p/diagnostic_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-msgs/ros-kilted-diagnostic-msgs_5.5.3-1noble.20260716.015123_amd64.deb Size: 142026 SHA256: 696095fd7d9c24e5d3aa1ae8b46dd973be6714a8634f4210454a94055fb01065 SHA1: 34ef01e6e2a20164b4490c88d69ed5546fea5fd1 MD5sum: 0677a4098e5269c3ab3294770737f309 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.3-1noble.20260716.015123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1347 Depends: ros-kilted-diagnostic-msgs (= 5.5.3-1noble.20260716.015123) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-msgs/ros-kilted-diagnostic-msgs-dbgsym_5.5.3-1noble.20260716.015123_amd64.deb Size: 1097004 SHA256: 05691ccf25e567289681ea5b849dd46a82745b294252b29b2a609c832d1278eb SHA1: 7321e28473fe085e02ea91286e46b9aa6a3b6073 MD5sum: 0cf966cce9c0708fc13a183d2f189262 Description: debug symbols for ros-kilted-diagnostic-msgs Build-Ids: 0e7f731a90385a1c0140b4645d74c5b9a6a28a0b 1c1e2a875716e6e51d8ce8f90b26d8292a15dfad 39789b4c85f129c7ef8a2cb5d9ccbe44d11b612a 4509fac8b490611f505e9b60fd92e9d934b6597e 5561efd2bb58992a0a2f1ab41f1de72cea8943e2 58e2f148da2d4eec2f278759ed099bddd04f42e7 6c663205d45b213c7618a3c34ce6f7da5b148c96 7cd4c4fb2b01b93bfb57bbf04ea1fa358f3522ec 91480ddc90cc8ddd5d03453498b3d03a9126894e 9c28469958ae2844d31611bd94991e12333089fe c33dde38e5172c1dab237e1911513292c5e3ce12 Package: ros-kilted-diagnostic-remote-logging Version: 4.3.7-1noble.20260804.175704 Architecture: amd64 Maintainer: "Daan Wijffels" Installed-Size: 783 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 Homepage: https://index.ros.org/p/diagnostic_remote_logging/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-remote-logging/ros-kilted-diagnostic-remote-logging_4.3.7-1noble.20260804.175704_amd64.deb Size: 144964 SHA256: f02cb2a8579694fd5aa709a7f8963098a844409a9c63e09a96923a4589824eaa SHA1: f72b65098dbb67bba8233c72c3868907d6df3d1b MD5sum: f7acca70833fae24b8b60b095a80a346 Description: Tools for remotely logging diagnostics data. Package: ros-kilted-diagnostic-remote-logging-dbgsym Package-Type: ddeb Source: ros-kilted-diagnostic-remote-logging Version: 4.3.7-1noble.20260804.175704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daan Wijffels" Installed-Size: 3421 Depends: ros-kilted-diagnostic-remote-logging (= 4.3.7-1noble.20260804.175704) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-remote-logging/ros-kilted-diagnostic-remote-logging-dbgsym_4.3.7-1noble.20260804.175704_amd64.deb Size: 2848556 SHA256: fa3fbb57f1da4017c9d82d7fc25c01bd33231ef6816e81c51d27f248d21e45d4 SHA1: 522cf0b23fe4f78ad53b3c913a30f2f5e4fd11f7 MD5sum: dc01e41d469747f1ef96a40516d59f07 Description: debug symbols for ros-kilted-diagnostic-remote-logging Build-Ids: 34f7735f54ded42e1e5a2707e9cb59c8c0a6323c 44b0ea61be746b3a830f84c0f7637dd1d029d18f Package: ros-kilted-diagnostic-updater Version: 4.3.7-1noble.20260805.140207 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 473 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: https://index.ros.org/p/diagnostic_updater/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-updater/ros-kilted-diagnostic-updater_4.3.7-1noble.20260805.140207_amd64.deb Size: 112210 SHA256: 60e0bde3aadf8ce62e0b4fece2f783d46a371d1ac60a238e2134786cf6dadd53 SHA1: 2616db5099267c3f475a5bb647f7582c92af67db MD5sum: c4c14fd55ebd918d6e681fe065f3e493 Description: Update and publish diagnostic information. Package: ros-kilted-diagnostic-updater-dbgsym Package-Type: ddeb Source: ros-kilted-diagnostic-updater Version: 4.3.7-1noble.20260805.140207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1717 Depends: ros-kilted-diagnostic-updater (= 4.3.7-1noble.20260805.140207) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostic-updater/ros-kilted-diagnostic-updater-dbgsym_4.3.7-1noble.20260805.140207_amd64.deb Size: 1601838 SHA256: 8d57bd013e0cc217a1c9f6883b4be677cb3109e8baa7bc160813a59d15e5ebfc SHA1: e8a6d8fdbd3a0def88f7fecc9ab20e9f1ac7090c MD5sum: 2d70fa71cbc96acb727941f12e19cc7a Description: debug symbols for ros-kilted-diagnostic-updater Build-Ids: 0c54c652ddc9f83990b379ae4689d1b2c8fc23f6 6f75c486f5119d4760b2ec516e120c940cfe2558 Package: ros-kilted-diagnostics Version: 4.3.7-1noble.20260805.141922 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 41 Depends: ros-kilted-diagnostic-aggregator, ros-kilted-diagnostic-common-diagnostics, ros-kilted-diagnostic-remote-logging, ros-kilted-diagnostic-updater, ros-kilted-self-test, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/diagnostics/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diagnostics/ros-kilted-diagnostics_4.3.7-1noble.20260805.141922_amd64.deb Size: 5664 SHA256: 921cb5760a476c840917a31b341a75c376000ae1db1bd1863a06a199908075b5 SHA1: 6f248350f5038e9fe0e2d92e657cc5fc5db28754 MD5sum: 31fd75536cc03e2b646317958da4e402 Description: Diagnostics tools for monitoring and reporting system status. Package: ros-kilted-diff-drive-controller Version: 5.16.0-1noble.20260805.144541 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 963 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.16.0-1noble.20260805.144541_amd64.deb Size: 223936 SHA256: 7827e3bd9ef49f1793e3863826e0d75de07c0a59f43814d711a12ac686a82713 SHA1: 1c4c41c24b9b53f3b89dca755903f90b790028d5 MD5sum: 70f1ef52568acae9cdbb7f729132231f 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.16.0-1noble.20260805.144541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3745 Depends: ros-kilted-diff-drive-controller (= 5.16.0-1noble.20260805.144541) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-diff-drive-controller/ros-kilted-diff-drive-controller-dbgsym_5.16.0-1noble.20260805.144541_amd64.deb Size: 3321010 SHA256: 4ba25a56691d03ec82dd48d29e5821caebf19635de1ba9cb238d2e1982ac77c3 SHA1: a2b4a2de6a6928b3f881ab188cf601f3f9e8b455 MD5sum: f97f59347c31bd4442adfd0765b78b8f Description: debug symbols for ros-kilted-diff-drive-controller Build-Ids: d33467961d6d3af8d8c18e399a97cb001c9a070a Package: ros-kilted-domain-bridge Version: 0.5.0-5noble.20260804.175949 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 1137 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.20260804.175949_amd64.deb Size: 205232 SHA256: 46e0240cc820fb151236f6fdad77cc5cfb2eb669c9ec42a5a09828fa054cda99 SHA1: d9e71a1cc01987d9fbfda3ccbbeca214744e4c75 MD5sum: 065c0020f3601be01346340079073a40 Description: ROS 2 Domain Bridge Package: ros-kilted-domain-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-domain-bridge Version: 0.5.0-5noble.20260804.175949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 3900 Depends: ros-kilted-domain-bridge (= 0.5.0-5noble.20260804.175949) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-domain-bridge/ros-kilted-domain-bridge-dbgsym_0.5.0-5noble.20260804.175949_amd64.deb Size: 3448476 SHA256: 451ba46aea4dc5ad323953601e5be6f55530f4a5f70b62a9cacbe62a83d9b63d SHA1: a2086a8facd8b3e6d93502545c2441fe165bcdde MD5sum: 36b7e6647a1cb693df7b432d3425fa0d Description: debug symbols for ros-kilted-domain-bridge Build-Ids: 0c31ccfe9df24318ac71914063c72a8980554b4d 13d2f716ecf2c9f74dad42b2fe57c2be9619a637 1b019d7531ada7426818752ed98c94acd7606673 31f7cd6cbc9e165118fca375a01f21cfb6090869 38b5d8bef25548f51ceb5cee038375c40b9f8d4b 615699656a09b75f7e71d25576db73dc7807cfdc 6c56f93f538a6364d18b553ef8e50a6e14455732 737b1f71bba68a5037642a0fa146e07bb2157ee3 7daba78126c408be4e898332973582c45d116899 ba69837655aa1a228b770ed69f1a7de9f0e4c08e ce28af21af22de9eb0b11d6ec9d2c17acf2efc1b e3bdb9f572ddc3f54bc83e3455be46b3c37137ff f27b853702e9b6a8c4005c7698b1208370954010 Package: ros-kilted-domain-coordinator Version: 0.14.7-1noble.20260410.103657 Architecture: amd64 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.103657_amd64.deb Size: 6090 SHA256: 6704c7a5811b5cd1e8250d1e0521082e58d54339b8d3448e6cbc64ff0dbc557c SHA1: 62d2c68d1eec95c5e16786eb73ced49e637cf6c1 MD5sum: a7bf8fb84dc921fff3ae1a590622dc84 Description: A tool to coordinate unique ROS_DOMAIN_IDs across multiple processes Package: ros-kilted-draco-point-cloud-transport Version: 5.0.5-2noble.20260805.142509 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 674 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.20260805.142509_amd64.deb Size: 152002 SHA256: 8408375dcb0e536a39970a883d7c64cabaa839a1a6cf33f3adf61b6466c6095f SHA1: 37535e2840bae6c0e5975fec5d13cbf5e90c549f MD5sum: 982f2ce4c7baef4b12d70103c2764fff 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.20260805.142509 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 3702 Depends: ros-kilted-draco-point-cloud-transport (= 5.0.5-2noble.20260805.142509) 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.20260805.142509_amd64.deb Size: 3299884 SHA256: 99e38dbaeacdc08fe91dada235c1b3780050cb102f0385e737eec5ecba2a599b SHA1: 8d0e5f270c4335f4b73819683c152b0e3bcc4909 MD5sum: 4a1879f86c5618592ac0d940f8228c32 Description: debug symbols for ros-kilted-draco-point-cloud-transport Build-Ids: b27158e8d076a9a1defb254ba77ad16798c7823b Package: ros-kilted-dual-arm-panda-moveit-config Version: 3.1.1-1noble.20260805.150542 Architecture: amd64 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.20260805.150542_amd64.deb Size: 15726 SHA256: 2a3481c7288ba7b6dcbd519a6ca76a2368753c13aad68bb40d1f8a178ec2afc5 SHA1: ebb43e7fa407971fa6aaee7f783adda3dc68f529 MD5sum: a1188ef2d538648af5d0be49ad455f52 Description: Dual Franka Emika Panda MoveIt Configuration Package: ros-kilted-dual-laser-merger Version: 0.0.1-2noble.20260805.154505 Architecture: amd64 Maintainer: pradyum Installed-Size: 60894 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.20260805.154505_amd64.deb Size: 12301682 SHA256: af113a4158d70d3c865e0e30d65cafda52b69868e0beadbe61552df3306361ba SHA1: f127ba27c686b94dd84ab272f25559a736a0364d MD5sum: 5abd19e481783251453988ec16c74bfc 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.20260805.154505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: pradyum Installed-Size: 5706 Depends: ros-kilted-dual-laser-merger (= 0.0.1-2noble.20260805.154505) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dual-laser-merger/ros-kilted-dual-laser-merger-dbgsym_0.0.1-2noble.20260805.154505_amd64.deb Size: 5067402 SHA256: 72074d1c335fc0e5cfc7d38ceb0040d00e8b5e4cfa16406d1e07fe332fcb3211 SHA1: 2af8124f1091854d5759c6fc011f71b8b8b09f18 MD5sum: da31923dfd37bac1f9b75cfe3b1501ab Description: debug symbols for ros-kilted-dual-laser-merger Build-Ids: 40a88bb775bdc9529915af2d5442728eb1ddc6f6 fdb3826c513bc3db842106fc571feaefd5244b7d Package: ros-kilted-dummy-map-server Version: 0.36.5-1noble.20260804.163608 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 172 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.20260804.163608_amd64.deb Size: 47826 SHA256: b49918b319831f9688cdcc0a1ce8a85fe3a072ca28ab6d2842887de8477bb0aa SHA1: d3747824f068d536b4fc55656aadfb0ada07a007 MD5sum: 1b56c7bf11e9e19c6895c803e31b3dd1 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.20260804.163608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 789 Depends: ros-kilted-dummy-map-server (= 0.36.5-1noble.20260804.163608) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dummy-map-server/ros-kilted-dummy-map-server-dbgsym_0.36.5-1noble.20260804.163608_amd64.deb Size: 736520 SHA256: 518467e81a127ce915492acabf25ca3615aefa4c7e78c1b7a763b1e84bb6afba SHA1: c50aa8a717e8dbdbc08ae6446806ea54b2b24906 MD5sum: f3877739be3ad5bfbbb96965cd850bae Description: debug symbols for ros-kilted-dummy-map-server Build-Ids: bc1103a7adf34c6895492b7be96235a2b6bf7c4b Package: ros-kilted-dummy-robot-bringup Version: 0.36.5-1noble.20260805.150549 Architecture: amd64 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.20260805.150549_amd64.deb Size: 9468 SHA256: c1fe622a4869bf80d14eaa9c7813ad8e39360ba7e9cc08534cdf0a5c32d3a114 SHA1: 5c4a0884fe07509eaba66d748f90e4caf7fd9162 MD5sum: aa3ebd7cc584a61dbd0ce7f60e3364c1 Description: dummy robot bringup Package: ros-kilted-dummy-sensors Version: 0.36.5-1noble.20260804.163642 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 291 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.20260804.163642_amd64.deb Size: 66890 SHA256: ade6240e6f1277cabc8af120f60f84f1c144da56f0cbb5690fa73022eae22917 SHA1: 12591d4ed28b6d0a5e4a5a98855e30cebf45de51 MD5sum: b902623056afff3498d7fdc5c91417db Description: dummy sensor nodes Package: ros-kilted-dummy-sensors-dbgsym Package-Type: ddeb Source: ros-kilted-dummy-sensors Version: 0.36.5-1noble.20260804.163642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1544 Depends: ros-kilted-dummy-sensors (= 0.36.5-1noble.20260804.163642) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dummy-sensors/ros-kilted-dummy-sensors-dbgsym_0.36.5-1noble.20260804.163642_amd64.deb Size: 1439010 SHA256: 771217c0e12d055bcc850cdf5e6ecee033989d43530e9908e7ed9a2eb5fb5dc6 SHA1: 92f67a7c5a35f84e5f3b085a403600cde31a9758 MD5sum: ebc2763da73b1d4b47b34c73caa130c4 Description: debug symbols for ros-kilted-dummy-sensors Build-Ids: 357b7df19aa6d879788fa967873d33d984197771 ef7d667608ad1eebd60af7fcbc3cae4cc30218d9 Package: ros-kilted-dwb-msgs Version: 1.4.2-1noble.20260716.015933 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3150 Depends: libc6 (>= 2.14), 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.20260716.015933_amd64.deb Size: 232530 SHA256: 4d342f90050e725fdb6575387d973fc587736ff64285e572c601e6c3ea02ce27 SHA1: ab298bbdf76b89037679055634e3cf9480bd3dd7 MD5sum: 362c226ebe0fa9d06b5bb439919c7e7d 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.20260716.015933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 2655 Depends: ros-kilted-dwb-msgs (= 1.4.2-1noble.20260716.015933) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dwb-msgs/ros-kilted-dwb-msgs-dbgsym_1.4.2-1noble.20260716.015933_amd64.deb Size: 2206234 SHA256: f2c2f5b1ab9225540eefaeff29918c0ca4e99e3b0a356a0763004c3b04fec533 SHA1: 95f8808f325212f7f6aefabff1b80e76f78a9208 MD5sum: 84dfa1f1c5459db7341bb199cd13c9a8 Description: debug symbols for ros-kilted-dwb-msgs Build-Ids: 0a170072cc4a7f1641e0b58c92231abc2d7b480c 0c664007d76732662d035f6bf1e06642055f78b3 19fc29f8d6a0b1f582c3659106f4908092f9ee5a 22a024f151d6b1efec55e4ad593a367d1c74c218 328aa889c8957423b0a4ac497f5dbd3b1c2ea9d8 335fb67226266c7a29c76e797cd4e1c44527542a 616ff10efac16088bf2974505f7dd38cb0115741 88e0d83aff1b7860f94e67a8b9e9ffa409986de8 a7f1a244f8a286d925331494bf3afab98b88ac15 e7b38ec5fc562ce78192fede6f774b13baa10e0c efe46a78645b5c95b11d34aa1fbc3efa773e30ce Package: ros-kilted-dynamixel-hardware Version: 0.6.0-2noble.20260805.142543 Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 180 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.20260805.142543_amd64.deb Size: 42956 SHA256: fd9440af68e32417567820ee310e2771085bd9b750e50ddf9a2a7c8a49e92d74 SHA1: ef7ff60a39ca6a96a36a9a607027cf7f292d1664 MD5sum: ecf143ee945ae23f5cf08f5c47620413 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.20260805.142543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yutaka Kondo Installed-Size: 750 Depends: ros-kilted-dynamixel-hardware (= 0.6.0-2noble.20260805.142543) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-hardware/ros-kilted-dynamixel-hardware-dbgsym_0.6.0-2noble.20260805.142543_amd64.deb Size: 722758 SHA256: 2bb43337488aeb847c619e64c0081d67e8597eb9c5868272b72991a6c2454867 SHA1: 421bfcbd6fd2940f12ec45a0a07f918a9260841f MD5sum: a2feaf79b865d0b754a6e2ef4dff6371 Description: debug symbols for ros-kilted-dynamixel-hardware Build-Ids: 5083fce01d2469c4e8a1e165ea81c3392a3b9158 Package: ros-kilted-dynamixel-hardware-interface Version: 1.5.1-1noble.20260805.142549 Architecture: amd64 Maintainer: Pyo Installed-Size: 1282 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.20260805.142549_amd64.deb Size: 279838 SHA256: eae1294235fd5cc3604e5199573d5c1b6ce9be8ba21cf2add2db36d6273054bd SHA1: be2fc5904cbcf31f019e07ae15e27ce2906ccb14 MD5sum: f3e0ef7479c3a92e736cd9b06d5b2b80 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.20260805.142549 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3776 Depends: ros-kilted-dynamixel-hardware-interface (= 1.5.1-1noble.20260805.142549) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-hardware-interface/ros-kilted-dynamixel-hardware-interface-dbgsym_1.5.1-1noble.20260805.142549_amd64.deb Size: 3558148 SHA256: fc31d35e94e6db7b9f886b70d0b09968ecc6a970cba2d4a62ad2ed9b5463c139 SHA1: a7babfafa820206ad6876f0a4ae30f955f2ac872 MD5sum: 2f40d40b43e97ae6aae88e51fcc066a7 Description: debug symbols for ros-kilted-dynamixel-hardware-interface Build-Ids: e916344e46f725b2585c67dd6ce0bd26c96f07c6 Package: ros-kilted-dynamixel-interfaces Version: 1.0.1-2noble.20260716.021713 Architecture: amd64 Maintainer: Pyo Installed-Size: 1816 Depends: libc6 (>= 2.14), 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.20260716.021713_amd64.deb Size: 142108 SHA256: 266d4f89d36363e5ee821dff410b0fe5c73b51dfc6e0c5f17535cf67ce4f3a57 SHA1: 22c1f812678bdafd9c3ab96673c32765d86f3bff MD5sum: 46492828ca27e9c24e5a8d727b67ce66 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.20260716.021713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1281 Depends: ros-kilted-dynamixel-interfaces (= 1.0.1-2noble.20260716.021713) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-interfaces/ros-kilted-dynamixel-interfaces-dbgsym_1.0.1-2noble.20260716.021713_amd64.deb Size: 1001872 SHA256: 0b4b9709dfd4931410563c0e27aaca11de470f919a608bf97abd83fe5fef49fd SHA1: fe693e449d3bcf6ed48d5de2c1e939ea1db5dde3 MD5sum: 50b5a3aeb49ccfa53d6ff52c1b79da34 Description: debug symbols for ros-kilted-dynamixel-interfaces Build-Ids: 060e5d829a4109b1b09cadf06e6a97026aca92ac 132c6164c9a8b462cd18ffbdb20803a6f7ac59dc 46597046dcb40eb56eba804864e8f7c9382e7135 7226ee7269e8161cc86cd43c3469f6025e41d985 723abbd717d7a9273b7a61e3c85bf8b57ecf5802 86ffd257f86fada26f45f9cfdc4b965f58360985 b0addc6ce28c2146768c1dfc77e7ff496d76f17f ce473941257a61f402a6fc2e018bfc0e359936a4 d0f08d6700f498044cfccfe8d3277c52b4367d4b d42e2e95ea4ae6d6a056ba0e14d91d1f5e5c1620 f6c952ec3b6eb54c02e35dd533ee0e9fe450dc81 Package: ros-kilted-dynamixel-sdk Version: 4.0.3-1noble.20260410.111206 Architecture: amd64 Maintainer: Pyo Installed-Size: 897 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.111206_amd64.deb Size: 113530 SHA256: 1585cd84452045acbe5badb741f0cb25ce65bc5445bbf672778fe38d9c1cb3c5 SHA1: e85e07451f0c68c1e34c629968041d6126228686 MD5sum: 72e845bbd7202463c88722d440155c6f 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.20260716.013010 Architecture: amd64 Maintainer: Pyo Installed-Size: 856 Depends: libc6 (>= 2.4), 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.20260716.013010_amd64.deb Size: 73136 SHA256: 7d774a46a42844bc4c407f493e91f56949a73aad4903c2e71e9bb7738c114424 SHA1: a9a1598017a2ea5af3309cccf5c3599217c8fa60 MD5sum: 7257bb72f7fe9cdaae05463dd9eb6f35 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.20260716.013010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 544 Depends: ros-kilted-dynamixel-sdk-custom-interfaces (= 4.0.3-1noble.20260716.013010) 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.20260716.013010_amd64.deb Size: 389640 SHA256: 097c58650c8bca6b1e8313c1238778123d7410455ac7557f1b4905b80d6beae4 SHA1: 4d7261f2f08616e354edf5517aea40ad7e7d666b MD5sum: 629cd624be4ada165ff6b4585160ea6a Description: debug symbols for ros-kilted-dynamixel-sdk-custom-interfaces Build-Ids: 1109f206ee69a06d045a76abfe1e45ee59c3d958 212f6d5e4b7e54dd277e6020e92ad2f686a5ca91 323cc86c6bee393aed5a6fb9295ab090d681ebf5 38e8be5c307aeafb4236e4124f62b02fec21eccb 7a366a8727320b18bb1a528bc22315b188455d6f 812db324bb31a5aeaf035d929ae22f0128d2b018 a63dd3c487d7671ef6efa4fdd2f68712a2571000 ced800c20c0242315287331ee34ccb4f3e3cd4ae d18bd072548e4e85071df6c57ba01fd3a162ec57 dfbae6993c8e522767e9d11dd359f182c3aad10d e2c0aaa9052f8e95d2de7e7b5ce2d1f241e4edaf Package: ros-kilted-dynamixel-sdk-dbgsym Package-Type: ddeb Source: ros-kilted-dynamixel-sdk Version: 4.0.3-1noble.20260410.111206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 852 Depends: ros-kilted-dynamixel-sdk (= 4.0.3-1noble.20260410.111206) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-sdk/ros-kilted-dynamixel-sdk-dbgsym_4.0.3-1noble.20260410.111206_amd64.deb Size: 798888 SHA256: b3c0bfadf9e807e7920dc22d53f4f62861ba2a48ee1a774596091e32d3429f71 SHA1: 0283213ce15bbaf3a48f2f161f2ebc495d7f2225 MD5sum: b6ab1d540aed33bcc221dc897fda91ce Description: debug symbols for ros-kilted-dynamixel-sdk Build-Ids: ffc8c2508a507317ad738624fa06a3c1199fa570 Package: ros-kilted-dynamixel-sdk-examples Version: 4.0.3-1noble.20260805.140127 Architecture: amd64 Maintainer: Pyo Installed-Size: 488 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.20260805.140127_amd64.deb Size: 108344 SHA256: 091f4dda94fead32578566296fb8788dd6464598e700300332d78f86d42baf63 SHA1: d0a2b1993dfa6584f4215e799b9f878f4c676c81 MD5sum: 1666759df72a000f969fe84bcf67485b 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.20260805.140127 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2193 Depends: ros-kilted-dynamixel-sdk-examples (= 4.0.3-1noble.20260805.140127) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-sdk-examples/ros-kilted-dynamixel-sdk-examples-dbgsym_4.0.3-1noble.20260805.140127_amd64.deb Size: 1856708 SHA256: f1b3411e87d985407d2872ecd3cf0b103e52a116497c4ee5dc40e2c6c21988a1 SHA1: d3399dd65ed3b4ff65098151e807cf2c9a9f4a3b MD5sum: dd6e8566d5ea9e9c05783a536356490e Description: debug symbols for ros-kilted-dynamixel-sdk-examples Build-Ids: 1f73ce0cb568cbe34cd01de14a49eb1a1da1ae10 Package: ros-kilted-dynamixel-workbench Version: 2.2.4-2noble.20260804.172143 Architecture: amd64 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.20260804.172143_amd64.deb Size: 5938 SHA256: 15b4000602fcad302893ff3015fa3629001f89e46f555995cc4c32cc6beaac90 SHA1: 0ceb2bb2c3d91792ffb81af34d0749c076bfc902 MD5sum: 7cd0a9a88e178030d025223549836cd5 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.20260716.014215 Architecture: amd64 Maintainer: Pyo Installed-Size: 6486 Depends: libc6 (>= 2.14), 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.20260716.014215_amd64.deb Size: 305984 SHA256: 97dbf972a5aaed49333e996a8535dc09cca77a05e233d94df33448749ff19511 SHA1: 5a2ff9ccaf3c26d1cd96d95db6efc468eebbac96 MD5sum: 026a671836dcb72aad53e06bd14fb53e 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.20260716.014215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3035 Depends: ros-kilted-dynamixel-workbench-msgs (= 2.1.0-2noble.20260716.014215) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-workbench-msgs/ros-kilted-dynamixel-workbench-msgs-dbgsym_2.1.0-2noble.20260716.014215_amd64.deb Size: 2445912 SHA256: d372a2da82ececf4e0d1904222a92f166fb419b85676b728747c0c404e0f83d3 SHA1: 2619a89d476f818609289092cefec32e09126a19 MD5sum: a0a69e8b890e8fb4dce61c8bdb5db908 Description: debug symbols for ros-kilted-dynamixel-workbench-msgs Build-Ids: 20b554b7ec227fcc22ecc7c928c104ff72538317 2ce36f31f6d502a744982aa44e001a3647c66bb2 2d5433dfd032f0372e9cf758fe6cff8d2381e434 38755adc354cec2aa7634460716e4530a1e85639 442a151516236d1c2b153dcd752942a564571aab 96063df7c9c83dcdf8d9689fe24b029d4c23faa7 cd3c2a519a00edc737c13f66eb9ee5c0067ca3ec e38528e3ce5102f695f89f86fc3bc825a4ebdf0e e929eaba4b7af08044671045a5217976451fec90 eb3e1fd1a414d6dade44be2b1a1cb3b747fa2e9b edc9474b64bc5880281045c4fa33943c2cfdfd25 Package: ros-kilted-dynamixel-workbench-toolbox Version: 2.2.4-2noble.20260804.163937 Architecture: amd64 Maintainer: Pyo Installed-Size: 194 Depends: libc6 (>= 2.4), 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.20260804.163937_amd64.deb Size: 38220 SHA256: 185c691276d4c3caf29f031a64920e9248fdd20b574e345bd9651a08df180372 SHA1: 724aa17725b45e6894e161bc6199e6bc6ab1944d MD5sum: 7658beaea44f7745e74e8dd133c3f750 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.20260804.163937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 131 Depends: ros-kilted-dynamixel-workbench-toolbox (= 2.2.4-2noble.20260804.163937) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-dynamixel-workbench-toolbox/ros-kilted-dynamixel-workbench-toolbox-dbgsym_2.2.4-2noble.20260804.163937_amd64.deb Size: 98406 SHA256: de577a29bd7ec7f0ffd3e66e7ea08c89c4150e174e33853157e34e1aba9e0e67 SHA1: 73c1d2429d6472194f923dc832637d79cd73b918 MD5sum: a1182a4ea31d7fb2cbd3cb099aa107c9 Description: debug symbols for ros-kilted-dynamixel-workbench-toolbox Build-Ids: 4609d1e6d9c1d49b680cb47a01387d9e9dad16a4 Package: ros-kilted-easynav Version: 0.4.1-1noble.20260805.164743 Architecture: amd64 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 Homepage: https://index.ros.org/p/easynav/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav/ros-kilted-easynav_0.4.1-1noble.20260805.164743_amd64.deb Size: 6550 SHA256: 92d2522b1aff3c67fa66d40e38be046cb13171adb5712c7957f2e081db0e77cf SHA1: 81f2cb4877020d7a12cc45107a3179cb34143558 MD5sum: 182dd28f329235c004890958720a1fc9 Description: Easy Navigation:Mata package for installing all EasyNav. Package: ros-kilted-easynav-bonxai-maps-manager Version: 0.4.1-1noble.20260805.161758 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1123 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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, libeigen3-dev, libgraphicsmagick++1-dev, ros-kilted-ament-index-cpp, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-eigen3-cmake-module, ros-kilted-nav-msgs, ros-kilted-pcl-conversions, ros-kilted-pcl-ros, ros-kilted-pluginlib, ros-kilted-rclcpp, 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 Homepage: https://index.ros.org/p/easynav_bonxai_maps_manager/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-bonxai-maps-manager/ros-kilted-easynav-bonxai-maps-manager_0.4.1-1noble.20260805.161758_amd64.deb Size: 253066 SHA256: 87dbd8e9ef666bf60cea227cf30b19794de4abf5a9aaead8c46620f2db27a365 SHA1: 884c70100ee55eb2978eba2849a769c1541611b0 MD5sum: 02f73796ac77d9aa5958ceb114196f88 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.4.1-1noble.20260805.161758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5971 Depends: ros-kilted-easynav-bonxai-maps-manager (= 0.4.1-1noble.20260805.161758) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-bonxai-maps-manager/ros-kilted-easynav-bonxai-maps-manager-dbgsym_0.4.1-1noble.20260805.161758_amd64.deb Size: 5358696 SHA256: 414b6dca6a494d2b5d2437caaa22fc05acd491ac040ea9eec51f354ca3d35ee9 SHA1: d4ff3e65150dec37023bcfbea149160660a27767 MD5sum: c92d18577d7a607fe268523fd9cc5fb8 Description: debug symbols for ros-kilted-easynav-bonxai-maps-manager Build-Ids: 66b7833fe741159a2e59e13a413d6021ad887f77 ca715a18e0813d42b4e36f040ca45ce8e9a62004 Package: ros-kilted-easynav-common Version: 0.4.1-1noble.20260805.145934 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 119 Depends: ros-kilted-geometry-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2-ros, ros-kilted-yaets, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/easynav_common/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-common/ros-kilted-easynav-common_0.4.1-1noble.20260805.145934_amd64.deb Size: 20178 SHA256: a33df0020d764dc98fe422ac366465a6eae14d649becc5f57eedd5cfa7ebcfe7 SHA1: 2a2a88d3c2d22ae8478c49ba529469643e0b2de4 MD5sum: 97bba132aa4a51dcdf3475b7c041cffb Description: Easy Navigation: Utils and types package. Package: ros-kilted-easynav-controller Version: 0.4.1-1noble.20260805.161751 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 450 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 Homepage: https://index.ros.org/p/easynav_controller/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-controller/ros-kilted-easynav-controller_0.4.1-1noble.20260805.161751_amd64.deb Size: 127858 SHA256: 67e81c5a9d23e1a44a922b26ab3e5455d965f620827658cc4590ddc4312ab1f0 SHA1: 27843c325bac5a3d12cf78d57a2e2fedf042ed89 MD5sum: 6e6120f49d6d220f14ae0add7b3387ac Description: Easy Navigation: Controller package. Package: ros-kilted-easynav-controller-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-controller Version: 0.4.1-1noble.20260805.161751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 2228 Depends: ros-kilted-easynav-controller (= 0.4.1-1noble.20260805.161751) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-controller/ros-kilted-easynav-controller-dbgsym_0.4.1-1noble.20260805.161751_amd64.deb Size: 2129094 SHA256: 0eab488b6ff3637cf3c8843a3bfbbdcf406464a2ecf633c3f2f7846b2a3e7d0e SHA1: 8068d9a98439c49bc6698f29ef6784cfa4ab57d8 MD5sum: 6661c0761759a7fac902f0485d4f7656 Description: debug symbols for ros-kilted-easynav-controller Build-Ids: 41c8dede34c5cf393e27685134c6ea2210172a80 78e8a7d0f90cf54c3f119b89cace8e5a18857b17 Package: ros-kilted-easynav-core Version: 0.4.1-1noble.20260805.161031 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 303 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-easynav-common, ros-kilted-easynav-sensors, 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 Homepage: https://index.ros.org/p/easynav_core/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-core/ros-kilted-easynav-core_0.4.1-1noble.20260805.161031_amd64.deb Size: 82348 SHA256: e48e4e092cea8f7dee145ed2a15fe482f6c0c420e194fca4b65e2d160de95529 SHA1: 88bf4e6b6059214a296738d17f98ea07ba39a79d MD5sum: 34819378586ca7ed9c82d8e16b5e39b6 Description: Easy Navigation: Abstract interfaces for easynav plugins. Package: ros-kilted-easynav-core-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-core Version: 0.4.1-1noble.20260805.161031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1952 Depends: ros-kilted-easynav-core (= 0.4.1-1noble.20260805.161031) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-core/ros-kilted-easynav-core-dbgsym_0.4.1-1noble.20260805.161031_amd64.deb Size: 1867590 SHA256: a3c8cf1ad49c2fd7d743df51def6964098f1fc55badecd8726a0f485694818e6 SHA1: 7961feac624219b8d72f75d5b1bea63b4f392cfc MD5sum: a9160e26918ec7bd85343d5e9fec3bcb Description: debug symbols for ros-kilted-easynav-core Build-Ids: a2df53f8a7bdf96c2e130d2384aacf0dfca63810 Package: ros-kilted-easynav-costmap-common Version: 0.4.1-1noble.20260805.150917 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 139 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), ros-kilted-ament-index-cpp, ros-kilted-easynav-common, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-tf2-geometry-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/easynav_costmap_common/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-common/ros-kilted-easynav-costmap-common_0.4.1-1noble.20260805.150917_amd64.deb Size: 29148 SHA256: b12c02969db5752fbce701dae1a1e6a0a273eec521058c6577eef43eab712b48 SHA1: 68d3e04fa976720a19c06615c23251f9a4aed592 MD5sum: 33932421bc3c60a6fcc3f79d1733ae71 Description: Easy Navigation: Simple Common package. Package: ros-kilted-easynav-costmap-common-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-costmap-common Version: 0.4.1-1noble.20260805.150917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 103 Depends: ros-kilted-easynav-costmap-common (= 0.4.1-1noble.20260805.150917) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-common/ros-kilted-easynav-costmap-common-dbgsym_0.4.1-1noble.20260805.150917_amd64.deb Size: 86198 SHA256: 362b7b449ca5c727cdd8c526149f40692ddf1b73c483a822abe52179e67f1c77 SHA1: 8260a076be94b1e45b780dc48e432249ed053c24 MD5sum: 0a1158f86bf1a1409fbde747442dde84 Description: debug symbols for ros-kilted-easynav-costmap-common Build-Ids: dbfab488b8fd56f1c21919b507429791557a812a Package: ros-kilted-easynav-costmap-localizer Version: 0.4.1-1noble.20260805.163434 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 974 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-costmap-common, ros-kilted-easynav-localizer, ros-kilted-easynav-sensors, 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 Homepage: https://index.ros.org/p/easynav_costmap_localizer/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-localizer/ros-kilted-easynav-costmap-localizer_0.4.1-1noble.20260805.163434_amd64.deb Size: 196302 SHA256: 6423c2a9580ca770d7e0134e667a241ac4f61985adef09d089a45e52b897a7d6 SHA1: e620a06fed4cb9f57fd94978d32c33f92b8aea6e MD5sum: 5d6bad607d9e14de33d661673aa6e3ae Description: Easy Navigation: Costmap Localizer package. Package: ros-kilted-easynav-costmap-localizer-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-costmap-localizer Version: 0.4.1-1noble.20260805.163434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 4598 Depends: ros-kilted-easynav-costmap-localizer (= 0.4.1-1noble.20260805.163434) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-localizer/ros-kilted-easynav-costmap-localizer-dbgsym_0.4.1-1noble.20260805.163434_amd64.deb Size: 3952000 SHA256: 300deee98ada257e0352e771918e6d9799d0b6c3e853fd5aa29588b5acf1ebdb SHA1: 778b86537b184eb2359b493d9a471e6f41214107 MD5sum: 69650b67979a681448a740dfa1ea780d Description: debug symbols for ros-kilted-easynav-costmap-localizer Build-Ids: c3d58a4bb08c8d67ce1e17221a3142d0bec91f4c Package: ros-kilted-easynav-costmap-maps-manager Version: 0.4.1-1noble.20260805.161819 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1019 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, libeigen3-dev, libgraphicsmagick++1-dev, ros-kilted-ament-index-cpp, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-costmap-common, ros-kilted-easynav-sensors, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-yaets, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/easynav_costmap_maps_manager/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-maps-manager/ros-kilted-easynav-costmap-maps-manager_0.4.1-1noble.20260805.161819_amd64.deb Size: 276996 SHA256: aac614c84edf70694467290e67e6f49630830e696ba4225a5a77d4fb0245bc65 SHA1: d401121e7fd387bcfc1688327e401cc7b6e94899 MD5sum: a40929babdc2254452462edd3d7e3074 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.4.1-1noble.20260805.161819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5859 Depends: ros-kilted-easynav-costmap-maps-manager (= 0.4.1-1noble.20260805.161819) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-maps-manager/ros-kilted-easynav-costmap-maps-manager-dbgsym_0.4.1-1noble.20260805.161819_amd64.deb Size: 5440596 SHA256: 7e867ba036d0ab9cccf4cec9d66186db838086f790a3b5014dd23e05cd123f47 SHA1: bd959b3ad1d153e577618bd06aea75ab6b52f001 MD5sum: 8c85cb0283d17c466c1eaea589c4f993 Description: debug symbols for ros-kilted-easynav-costmap-maps-manager Build-Ids: 7d30e0558585b91c3e7e03b525e995dac72904e9 Package: ros-kilted-easynav-costmap-planner Version: 0.4.1-1noble.20260805.161756 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 296 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 Homepage: https://index.ros.org/p/easynav_costmap_planner/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-planner/ros-kilted-easynav-costmap-planner_0.4.1-1noble.20260805.161756_amd64.deb Size: 83064 SHA256: 94ee65cef9dd39cd64c4281de5b73172fc40528aa6792bc4ed4ac6c171a10da6 SHA1: 24036a0cd99beef83b808bd793aeaae5c93850d2 MD5sum: 69ca29c79e53462e82400556aec8f24d Description: Easy Navigation: Costmap planner package. Package: ros-kilted-easynav-costmap-planner-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-costmap-planner Version: 0.4.1-1noble.20260805.161756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1344 Depends: ros-kilted-easynav-costmap-planner (= 0.4.1-1noble.20260805.161756) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-costmap-planner/ros-kilted-easynav-costmap-planner-dbgsym_0.4.1-1noble.20260805.161756_amd64.deb Size: 1258096 SHA256: 23fe37538c251688406c064c38d21555bb01f7eaeb30e576955f6cfad6e2f65c SHA1: 25def6caf15757bdbe26f02d54f074e4e70085ba MD5sum: 10008f418d77125491a8df82d74efedd Description: debug symbols for ros-kilted-easynav-costmap-planner Build-Ids: 58ac7dc72c4ba96a6a75910a57dacc89743c343c Package: ros-kilted-easynav-fusion-localizer Version: 0.4.1-1noble.20260805.163413 Architecture: amd64 Maintainer: "Miguel Ángel de Miguel" Installed-Size: 2658 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), libeigen3-dev, libgeographiclib-dev, ros-kilted-angles, ros-kilted-diagnostic-msgs, ros-kilted-diagnostic-updater, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-localizer, ros-kilted-easynav-sensors, ros-kilted-geographic-msgs, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-robot-localization, ros-kilted-sensor-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/easynav_fusion_localizer/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-fusion-localizer/ros-kilted-easynav-fusion-localizer_0.4.1-1noble.20260805.163413_amd64.deb Size: 432992 SHA256: b8e958eb13e71e2120786f0f2beffd61f8557d785b1d7225f7c325fa106566df SHA1: 7d2affcf825983586d8f873aa3db0f5649617ad2 MD5sum: 5ec545179b67149d1e15de7356aa20ec Description: Easy Navigation: Fusion Localizer package. Package: ros-kilted-easynav-fusion-localizer-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-fusion-localizer Version: 0.4.1-1noble.20260805.163413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel de Miguel" Installed-Size: 11895 Depends: ros-kilted-easynav-fusion-localizer (= 0.4.1-1noble.20260805.163413) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-fusion-localizer/ros-kilted-easynav-fusion-localizer-dbgsym_0.4.1-1noble.20260805.163413_amd64.deb Size: 10149194 SHA256: 748ef85d9202b80b182c4fa68780902314947a048cd1924f2e9e9eb209e52e4b SHA1: d396f5587ca5220a37e7469d4695927873bb50d6 MD5sum: 98fa730a0afd8b40d8ae2d3310251273 Description: debug symbols for ros-kilted-easynav-fusion-localizer Build-Ids: e3813ed9ee48535fd60585a3f0064814ff75f734 Package: ros-kilted-easynav-gps-localizer Version: 0.4.1-1noble.20260805.161757 Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 1104 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-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, 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/easynav_gps_localizer/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-gps-localizer/ros-kilted-easynav-gps-localizer_0.4.1-1noble.20260805.161757_amd64.deb Size: 182498 SHA256: b3b658bd9a1aceecae5398b403009550b3c8846da6bee6a588422e2a485133c0 SHA1: f449d2c512b240df4035002fd35210b43326f7b8 MD5sum: a1319dbae210e2d93ec82c610da95a57 Description: Easy Navigation: GPS Localizer package. Package: ros-kilted-easynav-gps-localizer-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-gps-localizer Version: 0.4.1-1noble.20260805.161757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 4759 Depends: ros-kilted-easynav-gps-localizer (= 0.4.1-1noble.20260805.161757) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-gps-localizer/ros-kilted-easynav-gps-localizer-dbgsym_0.4.1-1noble.20260805.161757_amd64.deb Size: 3901032 SHA256: 789b955a8ba34dafa642d231caeb7bb82bc012003cbef9c0865fdde40ed901af SHA1: edab3b6e067ead1c6229731a980e812df7a76402 MD5sum: b1367f72e33da3cf89368ead1afa901f Description: debug symbols for ros-kilted-easynav-gps-localizer Build-Ids: be18039c5a0a5e3c3763c2231a6f9bf5eab6cc28 Package: ros-kilted-easynav-interfaces Version: 0.4.1-1noble.20260727.082649 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 726 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/easynav_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-interfaces/ros-kilted-easynav-interfaces_0.4.1-1noble.20260727.082649_amd64.deb Size: 68556 SHA256: c041a797a5ba17073f7c9888f72116315d925947f0304cac4b4b7028cc690805 SHA1: b6499feeaabb9a790888c55419aa6d7f3f89cb82 MD5sum: 55fdd00489be260d95810ff5188f8c16 Description: Easy Navigation: Message, Service, and Action definitions. Package: ros-kilted-easynav-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-interfaces Version: 0.4.1-1noble.20260727.082649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 465 Depends: ros-kilted-easynav-interfaces (= 0.4.1-1noble.20260727.082649) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-interfaces/ros-kilted-easynav-interfaces-dbgsym_0.4.1-1noble.20260727.082649_amd64.deb Size: 345456 SHA256: 77f078e698684a07d68ca846c906e026517bc547fb6874589968a506f1f0f832 SHA1: 45c266cf2e1c14a22329bf9a916fc677b0474eef MD5sum: 316390ff73a00a3083e7855ada28a90f Description: debug symbols for ros-kilted-easynav-interfaces Build-Ids: 36746e4bc3f697f1f529f495b16bbb28c45b4e4c 476adff9bcc52c7b284f0c4394df806e7b7d58f1 5b2eb4c0bab962fb288779e0a81e7449fecf5d8d 88f2b90cd6684f2f67b7d5442230ca5d267a1635 b4488fe6ba32eed2ffb9716264b24792b268e59a bccacda5403f400d6cd83ca6d6dc85669947e686 c633f43e3d080c2dc3f561bdce8ae1ababfa0bf4 c7b5bf028ccc52164508b9c797450407a8b14d96 d048c47ce91ea379dbf6bcbc88761408435dbc0e d337ef35087ecdc65333d31db5fd9d1b43077d8a e843b8c86b2a17c1b1c97b151f82cc4de6ec6211 Package: ros-kilted-easynav-localizer Version: 0.4.1-1noble.20260805.161759 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 495 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 Homepage: https://index.ros.org/p/easynav_localizer/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-localizer/ros-kilted-easynav-localizer_0.4.1-1noble.20260805.161759_amd64.deb Size: 145154 SHA256: b1f4908dea1f0869250162e0621f67006ed339915d3eb7f1003e28df01c5a403 SHA1: 0937f52d1659d4e5611cc322bec04594f9e2a967 MD5sum: 8e645df953b7b8b7a06dd526d95e48ba Description: Easy Navigation: Localizer package. Package: ros-kilted-easynav-localizer-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-localizer Version: 0.4.1-1noble.20260805.161759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 2325 Depends: ros-kilted-easynav-localizer (= 0.4.1-1noble.20260805.161759) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-localizer/ros-kilted-easynav-localizer-dbgsym_0.4.1-1noble.20260805.161759_amd64.deb Size: 2189870 SHA256: 87b80f4799b78a28dea72127a5cfdeeca97367cc74f9fdf379cfd3f21dc498e4 SHA1: 093c1d228f45b89151465a116b7154924c2392e1 MD5sum: 544c3ee326a73642fe844340fb45c7b7 Description: debug symbols for ros-kilted-easynav-localizer Build-Ids: 4df2977c5795bdce2c105da0082fb32e3d795a94 ff33391f713920ff686d8f92b07badf477116fca Package: ros-kilted-easynav-maps-manager Version: 0.4.1-1noble.20260805.161754 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 377 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 Homepage: https://index.ros.org/p/easynav_maps_manager/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-maps-manager/ros-kilted-easynav-maps-manager_0.4.1-1noble.20260805.161754_amd64.deb Size: 108454 SHA256: b39df9d8f07f3f19e1e176da024db4ea0265e6220d0a8ce2bfcd7f991753f905 SHA1: 4e022304b6236207a9333e74f891593c0c3b3c5a MD5sum: 0c63ca82942532d3f7bf9af271696070 Description: Easy Navigation: MapsManager package. Package: ros-kilted-easynav-maps-manager-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-maps-manager Version: 0.4.1-1noble.20260805.161754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1568 Depends: ros-kilted-easynav-maps-manager (= 0.4.1-1noble.20260805.161754) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-maps-manager/ros-kilted-easynav-maps-manager-dbgsym_0.4.1-1noble.20260805.161754_amd64.deb Size: 1490460 SHA256: 26e454097c63b2d01716e33ec30cdc23cbe8d171a338a724b92825e521d6af2e SHA1: e40e751f56cf7ed839a30057ee567956aa1645b3 MD5sum: d7be6aa6b546514fc44faaff55dddc85 Description: debug symbols for ros-kilted-easynav-maps-manager Build-Ids: 062abd2fa46f523296ed80d651ed8223e30f9d96 d90b303116e1f035749aa4650046f0b692fc73ec Package: ros-kilted-easynav-mpc-controller Version: 0.4.1-1noble.20260805.164738 Architecture: amd64 Maintainer: "Juan S. Cely G." Installed-Size: 385 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libnlopt0 (>= 2.6.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-sensors, ros-kilted-easynav-system, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-pcl-conversions, ros-kilted-pluginlib, ros-kilted-sensor-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/easynav_mpc_controller/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-mpc-controller/ros-kilted-easynav-mpc-controller_0.4.1-1noble.20260805.164738_amd64.deb Size: 108604 SHA256: 9335cf5e0d0c70cddd28e29014fae127eeaab6243f9ea1211dde26aad4859866 SHA1: a7e7239408a0fa239a86e95a06d63e78d470d01b MD5sum: 1d72590700e79a19bdd29ecf1a61e2e8 Description: Easy Navigation: MPC Controller package. Package: ros-kilted-easynav-mpc-controller-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-mpc-controller Version: 0.4.1-1noble.20260805.164738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Juan S. Cely G." Installed-Size: 2259 Depends: ros-kilted-easynav-mpc-controller (= 0.4.1-1noble.20260805.164738) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-mpc-controller/ros-kilted-easynav-mpc-controller-dbgsym_0.4.1-1noble.20260805.164738_amd64.deb Size: 2144916 SHA256: d45cf9a97afe71b74a98d2624b01e739a7a58e7505d823de2363b70bd1559e26 SHA1: 3dd934e683129a6c3a1127632667fa4b07a29918 MD5sum: b50eb3ecf09ea1f7efa2a303d99c95c5 Description: debug symbols for ros-kilted-easynav-mpc-controller Build-Ids: 245b4c3adc043a993ceacf7b129dc87885872daa Package: ros-kilted-easynav-mppi-controller Version: 0.4.1-1noble.20260805.164739 Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 323 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-sensors, ros-kilted-easynav-system, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-pcl-ros, ros-kilted-pluginlib, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/easynav_mppi_controller/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-mppi-controller/ros-kilted-easynav-mppi-controller_0.4.1-1noble.20260805.164739_amd64.deb Size: 89116 SHA256: e855c96d9ab43bb66f8eb24128eaf9e58b1eb1709960a92082ea4ecb73da1549 SHA1: 41d6ee78fee26587de126d9a5ed24376e4aaf967 MD5sum: 09cf499467b45cf48cafacf5d368702d Description: Easy Navigation: MPPI Controller package. Package: ros-kilted-easynav-mppi-controller-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-mppi-controller Version: 0.4.1-1noble.20260805.164739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 1954 Depends: ros-kilted-easynav-mppi-controller (= 0.4.1-1noble.20260805.164739) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-mppi-controller/ros-kilted-easynav-mppi-controller-dbgsym_0.4.1-1noble.20260805.164739_amd64.deb Size: 1868258 SHA256: 258d4fb91e705bd11db9f9606f561b4734adb30fe06472c8410cfc8061b86836 SHA1: 830d95b2ad4795c0644bc7df4ae8036fe1269eee MD5sum: 0ecd84fa6bff1bbe3408baed8bc44eb7 Description: debug symbols for ros-kilted-easynav-mppi-controller Build-Ids: d1eadfd5e132d4c874835fa4d9d5a9a99772790a Package: ros-kilted-easynav-navmap-localizer Version: 0.4.1-1noble.20260805.163442 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1027 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-easynav-bonxai-maps-manager, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-localizer, ros-kilted-easynav-sensors, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-navmap-core, ros-kilted-navmap-ros, ros-kilted-navmap-ros-interfaces, ros-kilted-pcl-ros, ros-kilted-pluginlib, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/easynav_navmap_localizer/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-navmap-localizer/ros-kilted-easynav-navmap-localizer_0.4.1-1noble.20260805.163442_amd64.deb Size: 220700 SHA256: 63343a9dcbe6fabcc799450d19adfe3671e2e3eadf95c255751f1f53bf3fe471 SHA1: 44499386060ba01f97922f7c8da0f1eb9fd2bc03 MD5sum: df436c0512bc3d27e1e6cfb0c8328bb8 Description: Easy Navigation: nAVmAP Localizer package. Package: ros-kilted-easynav-navmap-localizer-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-navmap-localizer Version: 0.4.1-1noble.20260805.163442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5227 Depends: ros-kilted-easynav-navmap-localizer (= 0.4.1-1noble.20260805.163442) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-navmap-localizer/ros-kilted-easynav-navmap-localizer-dbgsym_0.4.1-1noble.20260805.163442_amd64.deb Size: 4586806 SHA256: 8bb21b334732b0ebd42902b2dc64a4dd10bb0fe2a026588b03521abe84e7ed6e SHA1: c331ca30d101b30c3ebd66227c7ed4bd2e181f88 MD5sum: fb0a0f80d5900b8a66cc71232e59b97f Description: debug symbols for ros-kilted-easynav-navmap-localizer Build-Ids: d5e63383b4c2746395280dc45cf17b87c52f6091 Package: ros-kilted-easynav-navmap-maps-manager Version: 0.4.1-1noble.20260805.161755 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1309 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, libeigen3-dev, libgraphicsmagick++1-dev, ros-kilted-ament-index-cpp, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-sensors, ros-kilted-nav-msgs, ros-kilted-navmap-core, ros-kilted-navmap-ros, ros-kilted-navmap-ros-interfaces, ros-kilted-pluginlib, ros-kilted-rclcpp, 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-yaets, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/easynav_navmap_maps_manager/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-navmap-maps-manager/ros-kilted-easynav-navmap-maps-manager_0.4.1-1noble.20260805.161755_amd64.deb Size: 308532 SHA256: d08d9ab570a749f288ed5bb946472fc2530db2397dd3a27e2090f921adad1101 SHA1: f7eef2d24cdab9604d837c3895f1903b6b8e893a MD5sum: f75c3e2e1508308782e0d4ca6e090947 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.4.1-1noble.20260805.161755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 7935 Depends: ros-kilted-easynav-navmap-maps-manager (= 0.4.1-1noble.20260805.161755) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-navmap-maps-manager/ros-kilted-easynav-navmap-maps-manager-dbgsym_0.4.1-1noble.20260805.161755_amd64.deb Size: 7232794 SHA256: 8ae564fef2e900f5c0f132868538e80a8ab4933409cbdfed413e1779614895f0 SHA1: 05f8ef2afc65f0db23f7896239f77c32e7c38699 MD5sum: 88c6e26669c7493ba66bae4042e5d442 Description: debug symbols for ros-kilted-easynav-navmap-maps-manager Build-Ids: dc946e474dc6c831dfaf839636175b8adfc6cea6 Package: ros-kilted-easynav-navmap-planner Version: 0.4.1-1noble.20260805.161756 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 307 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 Homepage: https://index.ros.org/p/easynav_navmap_planner/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-navmap-planner/ros-kilted-easynav-navmap-planner_0.4.1-1noble.20260805.161756_amd64.deb Size: 86454 SHA256: 10f4fe709de20969035aa6007563565aebf7a20f5bfd218d45b2856c83d00894 SHA1: 7d591bf1bf06b4104f805536d38bd56c27fc38e6 MD5sum: 81b4895929431acdc66280e2778a3c79 Description: Easy Navigation: navmap planner package. Package: ros-kilted-easynav-navmap-planner-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-navmap-planner Version: 0.4.1-1noble.20260805.161756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 2013 Depends: ros-kilted-easynav-navmap-planner (= 0.4.1-1noble.20260805.161756) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-navmap-planner/ros-kilted-easynav-navmap-planner-dbgsym_0.4.1-1noble.20260805.161756_amd64.deb Size: 1937946 SHA256: c1e600c995452b73f4c931d9ddffc2bd86b7dd772c94edf27ede276310d4261d SHA1: 7b07892ec838786d15822205b75b8555e1ea4de6 MD5sum: ae500a8e17741282acf1d52a2208cfe8 Description: debug symbols for ros-kilted-easynav-navmap-planner Build-Ids: 70c53339004a80f2af4d797c267dcccefcb2a0a1 Package: ros-kilted-easynav-octomap-maps-manager Version: 0.4.1-1noble.20260805.161752 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1005 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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, libeigen3-dev, libgraphicsmagick++1-dev, ros-kilted-ament-index-cpp, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-eigen3-cmake-module, 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-rclcpp, 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-yaets, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/easynav_octomap_maps_manager/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-octomap-maps-manager/ros-kilted-easynav-octomap-maps-manager_0.4.1-1noble.20260805.161752_amd64.deb Size: 273344 SHA256: e995ad76aade8a26765e8bd32f621da8db8eaea59e6af87031cc0a625507219d SHA1: d336bbf464e0ebabb042c4848a601861b3a33598 MD5sum: 1e0c7b6a5238e6c88ea494dfca56d9ef 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.4.1-1noble.20260805.161752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5956 Depends: ros-kilted-easynav-octomap-maps-manager (= 0.4.1-1noble.20260805.161752) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-octomap-maps-manager/ros-kilted-easynav-octomap-maps-manager-dbgsym_0.4.1-1noble.20260805.161752_amd64.deb Size: 5529388 SHA256: 7907d40fb50ed18a3f8034f3d4d1688c9e112d6f4f30abb688c3f0bd55e526b0 SHA1: 57c4aaec709bd61945348ff1419f754fcbff282c MD5sum: 2ebd78eb3d7991392ff306d318755fc2 Description: debug symbols for ros-kilted-easynav-octomap-maps-manager Build-Ids: 26e1e3a1449579615bf6fb4780f8c8ac5c3104f2 Package: ros-kilted-easynav-planner Version: 0.4.1-1noble.20260805.161759 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 441 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 Homepage: https://index.ros.org/p/easynav_planner/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-planner/ros-kilted-easynav-planner_0.4.1-1noble.20260805.161759_amd64.deb Size: 125288 SHA256: bdb26fb9fc538a0fadaaa90e0af747be6e770fadca558e41d7979a19db031e68 SHA1: 850fa7496adfd1c4a3ecf30867d10d81fa99401b MD5sum: d07472ccbc19cc3cec66e232c17deea9 Description: Easy Navigation: Planner package. Package: ros-kilted-easynav-planner-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-planner Version: 0.4.1-1noble.20260805.161759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1946 Depends: ros-kilted-easynav-planner (= 0.4.1-1noble.20260805.161759) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-planner/ros-kilted-easynav-planner-dbgsym_0.4.1-1noble.20260805.161759_amd64.deb Size: 1847490 SHA256: 54db0e52a8f4c1135bb13ba16c8d39d42b5387a8843af18e91d97911191de5ee SHA1: db466b5eb2a68ae2693b1dda177cfdef6829bb3d MD5sum: 39e323493d3b3f486ebe86f268c66ef7 Description: debug symbols for ros-kilted-easynav-planner Build-Ids: 1f6005293a448239caeffa7f07ed886f970172b3 55fa092354c97026bcc2cfad5d2068456c035a05 Package: ros-kilted-easynav-regulated-pp-controller Version: 0.4.1-1noble.20260805.164804 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 382 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-sensors, ros-kilted-easynav-system, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-pluginlib, 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/easynav_regulated_pp_controller/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-regulated-pp-controller/ros-kilted-easynav-regulated-pp-controller_0.4.1-1noble.20260805.164804_amd64.deb Size: 99884 SHA256: 91f2fb2b386c4dfab6e70bc169601b90658c3b6b97192413d4945c27fbc8a29d SHA1: 117d69d600f5984d24fb6fa1bbf30d6a1f941aa3 MD5sum: 497f9e8250c62c32bbc80ced5451e729 Description: Easy Navigation: port of the Nav2 Regulated Pure Pursuit Controller. Package: ros-kilted-easynav-regulated-pp-controller-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-regulated-pp-controller Version: 0.4.1-1noble.20260805.164804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1895 Depends: ros-kilted-easynav-regulated-pp-controller (= 0.4.1-1noble.20260805.164804) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-regulated-pp-controller/ros-kilted-easynav-regulated-pp-controller-dbgsym_0.4.1-1noble.20260805.164804_amd64.deb Size: 1778678 SHA256: b8ff9c1fb27a4af7ef070d464de86560c2263bb5fe02dff67815de8b05a6b920 SHA1: 14f1debc0c32353276d915bd8eb281754755720a MD5sum: 517e903f6820cae17a9c20e62e4f9ccf Description: debug symbols for ros-kilted-easynav-regulated-pp-controller Build-Ids: 98716b2796d4edcc2203891fe599a8569d4d3bae Package: ros-kilted-easynav-routes-maps-manager Version: 0.4.1-1noble.20260805.161752 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 695 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-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-std-srvs, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-yaets, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/easynav_routes_maps_manager/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-routes-maps-manager/ros-kilted-easynav-routes-maps-manager_0.4.1-1noble.20260805.161752_amd64.deb Size: 207092 SHA256: 75451e4fc3d56b52e12c98424d307b33a9926ed813e671604c2a6575f02cb09a SHA1: 449dbc0cd99ae7d83d3ec95657bd48c54b1de2b7 MD5sum: efb3bd37b4a27059cbfdf6ed81f2e07e 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.4.1-1noble.20260805.161752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 3482 Depends: ros-kilted-easynav-routes-maps-manager (= 0.4.1-1noble.20260805.161752) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-routes-maps-manager/ros-kilted-easynav-routes-maps-manager-dbgsym_0.4.1-1noble.20260805.161752_amd64.deb Size: 3278492 SHA256: 23699b8c89a12dc40d15b528e9b2b1545efe53f2755b8a8675704e5e702cfc8d SHA1: c0b1f27398fc6d8683500fcbf6d4f2f9324c7e60 MD5sum: 482b364bf87fe949e951be74fab4e7d2 Description: debug symbols for ros-kilted-easynav-routes-maps-manager Build-Ids: aa3c67b20f5f0297c36feb5b0250affebd65391d Package: ros-kilted-easynav-sensors Version: 0.4.1-1noble.20260805.154637 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 2323 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libpcl-common1.14 (>= 1.14.0+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-cv-bridge, ros-kilted-easynav-common, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-pcl-conversions, ros-kilted-pcl-ros, ros-kilted-pluginlib, 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-ros-workspace Homepage: https://index.ros.org/p/easynav_sensors/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-sensors/ros-kilted-easynav-sensors_0.4.1-1noble.20260805.154637_amd64.deb Size: 408080 SHA256: 91b42a1daf7226c07450b8b864a6c71bd15e5b842218257254f92eb46dd496fa SHA1: fb619c3ee5f2dc9a64423ea3f9186306a5ab96cb MD5sum: b687d87e9877f71078ed3a7847ea1341 Description: Easy Navigation: Sensors package. Package: ros-kilted-easynav-sensors-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-sensors Version: 0.4.1-1noble.20260805.154637 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 12298 Depends: ros-kilted-easynav-sensors (= 0.4.1-1noble.20260805.154637) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-sensors/ros-kilted-easynav-sensors-dbgsym_0.4.1-1noble.20260805.154637_amd64.deb Size: 10490748 SHA256: e9726cec2e96cd03ecea8aceee89ac786d327f263a2b0463b98c43e6582c85d5 SHA1: fbb03bccde7695b0efc2758f466f4c6780dbaa98 MD5sum: f15620252ae1e6e455ad67abccba90e4 Description: debug symbols for ros-kilted-easynav-sensors Build-Ids: eac5e945c7cd14540c98122920cb59710667bdbe Package: ros-kilted-easynav-serest-controller Version: 0.4.1-1noble.20260805.161749 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 236 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-sensors, ros-kilted-geometry-msgs, 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/easynav_serest_controller/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-serest-controller/ros-kilted-easynav-serest-controller_0.4.1-1noble.20260805.161749_amd64.deb Size: 62440 SHA256: fa212c3abfc942b01575dcebfffd7d292caa3686f99d7760d84f882d185c11f2 SHA1: 942a56f73d890797684b5f5b4c5e1cd1e3fa1c9c MD5sum: 9b538d2c68809672dad1b6247c073aff Description: Easy Navigation: SeReST Controller package. Package: ros-kilted-easynav-serest-controller-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-serest-controller Version: 0.4.1-1noble.20260805.161749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1188 Depends: ros-kilted-easynav-serest-controller (= 0.4.1-1noble.20260805.161749) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-serest-controller/ros-kilted-easynav-serest-controller-dbgsym_0.4.1-1noble.20260805.161749_amd64.deb Size: 1138918 SHA256: 4c1c669c2fa8da53c4ef05f329624634fc914a3c2f69b28b092a3325cbf28a7b SHA1: 09e7bf3bb5480c24b7d4f0257e0031719e100c24 MD5sum: 39f957ec46b1bd70e252753747661055 Description: debug symbols for ros-kilted-easynav-serest-controller Build-Ids: 7f5e27d835db8b09514eaf604509dee784f947bd Package: ros-kilted-easynav-simple-common Version: 0.4.1-1noble.20260805.153458 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 104 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 Homepage: https://index.ros.org/p/easynav_simple_common/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-common/ros-kilted-easynav-simple-common_0.4.1-1noble.20260805.153458_amd64.deb Size: 22038 SHA256: 09f8fff92ef9ddc055f7e5abad6a1f3e3844cb3f9c7593fc4871e46d07e7f120 SHA1: 4225372bd9b69b06e6cef10bd7e5b93d3f324e7d MD5sum: 012df785f48b5c6ddade2a61667c1985 Description: Easy Navigation: Simple Common package. Package: ros-kilted-easynav-simple-common-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-simple-common Version: 0.4.1-1noble.20260805.153458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 117 Depends: ros-kilted-easynav-simple-common (= 0.4.1-1noble.20260805.153458) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-common/ros-kilted-easynav-simple-common-dbgsym_0.4.1-1noble.20260805.153458_amd64.deb Size: 97996 SHA256: 792ce039a45004d8e3ac86260af7f62f7a3af3a31f8f4e859983086e1bc23a75 SHA1: 5679788d8d552526e373f6a6cc8df2aac81b66e4 MD5sum: 09dc97ac886b15db1ca0fc7a656233b9 Description: debug symbols for ros-kilted-easynav-simple-common Build-Ids: 0e83d62b8bee71d3e7313335804cd5e56d8a81d9 Package: ros-kilted-easynav-simple-controller Version: 0.4.1-1noble.20260805.161753 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 161 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-rclcpp, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/easynav_simple_controller/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-controller/ros-kilted-easynav-simple-controller_0.4.1-1noble.20260805.161753_amd64.deb Size: 37184 SHA256: f635577bed79c721fbe60ee72d9f066f2ff7a8c6e61b1ad7ed4be4b0ae8afcca SHA1: 67f449ba6144400518544ea5ef54e37c9fed9e1f MD5sum: 2d3331e22315eb17a4659070a4e0acaf Description: Easy Navigation: Simple Controller package. Package: ros-kilted-easynav-simple-controller-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-simple-controller Version: 0.4.1-1noble.20260805.161753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 688 Depends: ros-kilted-easynav-simple-controller (= 0.4.1-1noble.20260805.161753) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-controller/ros-kilted-easynav-simple-controller-dbgsym_0.4.1-1noble.20260805.161753_amd64.deb Size: 659620 SHA256: cfafe81e31ed065c6a08730f1d5d49747e791bf1932a1c34c72bc5e88628dc7b SHA1: 06f75dfd27905c507023ab14d6ac2b8129832001 MD5sum: 803654f0286d81f2a6dcb5d84f1a7326 Description: debug symbols for ros-kilted-easynav-simple-controller Build-Ids: a990128033bc4ba48a7cf898f39e6da3399f18ab Package: ros-kilted-easynav-simple-localizer Version: 0.4.1-1noble.20260805.163454 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 970 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-kilted-easynav-common, ros-kilted-easynav-core, ros-kilted-easynav-localizer, ros-kilted-easynav-sensors, ros-kilted-easynav-simple-common, 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 Homepage: https://index.ros.org/p/easynav_simple_localizer/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-localizer/ros-kilted-easynav-simple-localizer_0.4.1-1noble.20260805.163454_amd64.deb Size: 194840 SHA256: aac7aa07bd7735283b642fa39707f0f9c724635edf8995b72b0504f80294f1e7 SHA1: 5e832618887a0ab6b935b2a82924f7973528296e MD5sum: fb752b8d6b362c99bb09a50caa7cd4f6 Description: Easy Navigation: Simple Localizer package. Package: ros-kilted-easynav-simple-localizer-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-simple-localizer Version: 0.4.1-1noble.20260805.163454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 4596 Depends: ros-kilted-easynav-simple-localizer (= 0.4.1-1noble.20260805.163454) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-localizer/ros-kilted-easynav-simple-localizer-dbgsym_0.4.1-1noble.20260805.163454_amd64.deb Size: 3949618 SHA256: d1cff04aa8f681bd3c985460a2acb0710ba74ddf46a3a68b7edd5e960b000b37 SHA1: c37b054694291696750a17f354783851d1101789 MD5sum: 969b99f2e5b7b7b70bca33fefc79d5f9 Description: debug symbols for ros-kilted-easynav-simple-localizer Build-Ids: 105a9072b51883300ee4111407578214cf13a971 Package: ros-kilted-easynav-simple-maps-manager Version: 0.4.1-1noble.20260805.161823 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 611 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-sensors, 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 Homepage: https://index.ros.org/p/easynav_simple_maps_manager/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-maps-manager/ros-kilted-easynav-simple-maps-manager_0.4.1-1noble.20260805.161823_amd64.deb Size: 137464 SHA256: 6ca9793c5f93d1df87572e2a1f36d0df51f5798bbc18d9cd355815bacc14d46c SHA1: 6a5d67621a617edc9115536b0628fd18a4d00d3c MD5sum: 3f973c9a5f8301a2019aeed4e6f64ec5 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.4.1-1noble.20260805.161823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 3180 Depends: ros-kilted-easynav-simple-maps-manager (= 0.4.1-1noble.20260805.161823) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-maps-manager/ros-kilted-easynav-simple-maps-manager-dbgsym_0.4.1-1noble.20260805.161823_amd64.deb Size: 2829820 SHA256: b0f6676d0b9bd40edbccbdd0feb4241e87b60550662d596c610a0086470d0f59 SHA1: f94bd14e41d61c96aad2790f66adf1a9d88ae6c9 MD5sum: 00a2370cc12e8431802ec4fd75cda278 Description: debug symbols for ros-kilted-easynav-simple-maps-manager Build-Ids: f4ed530882b673022cbaca058ad9dc3758bffb8b Package: ros-kilted-easynav-simple-planner Version: 0.4.1-1noble.20260805.161824 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 300 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 Homepage: https://index.ros.org/p/easynav_simple_planner/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-planner/ros-kilted-easynav-simple-planner_0.4.1-1noble.20260805.161824_amd64.deb Size: 83580 SHA256: 7d1070deb6a2e79a9cf5ed77cb3e72bf6c69547b24e90b3834739e489c03950b SHA1: 8c9f532a75b784e90c8588ef221cc2ebdd714b29 MD5sum: 91a83505cb8aa5db69eb722da159fdd4 Description: Easy Navigation: Simple planner package. Package: ros-kilted-easynav-simple-planner-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-simple-planner Version: 0.4.1-1noble.20260805.161824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1401 Depends: ros-kilted-easynav-simple-planner (= 0.4.1-1noble.20260805.161824) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-simple-planner/ros-kilted-easynav-simple-planner-dbgsym_0.4.1-1noble.20260805.161824_amd64.deb Size: 1314244 SHA256: 9352e4cbf04a23036722bf0824d815a5bcc83b17a36d94b3e42e8e1df5985bb1 SHA1: 918e52e41a5b55cc28c90a8a2630d773426a4615 MD5sum: b50c7a40d8d080ab2cd071ad13c86314 Description: debug symbols for ros-kilted-easynav-simple-planner Build-Ids: 2483b41ac69e4875afea4d9ac275bdd2b476f4ae Package: ros-kilted-easynav-support-py Version: 0.4.1-1noble.20260805.140541 Architecture: amd64 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 Homepage: https://index.ros.org/p/easynav_support_py/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-support-py/ros-kilted-easynav-support-py_0.4.1-1noble.20260805.140541_amd64.deb Size: 10028 SHA256: c48f0db90286b8eb51f76b1279bd05e2c4bdaf7293118d9a0eb29399de07149b SHA1: 20f0e5813650e44d3ea910e7e00a70361167b202 MD5sum: 8e7ea1f344b7c86fb249e9d4f3cfa439 Description: Support utilities for EasyNav in Python: GoalManagerClient and tests. Package: ros-kilted-easynav-system Version: 0.4.1-1noble.20260805.163431 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1725 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 Homepage: https://index.ros.org/p/easynav_system/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-system/ros-kilted-easynav-system_0.4.1-1noble.20260805.163431_amd64.deb Size: 323092 SHA256: 53086272a6b823773eda583dd97c182291e026ffac5737303e6ab38e467dd9c5 SHA1: 46be6773977f2b00c8b2edb8f2fe232ceb597748 MD5sum: 60979c08ee137791f1a72af46cc8d74c Description: Easy Navigation: System package. Package: ros-kilted-easynav-system-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-system Version: 0.4.1-1noble.20260805.163431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 8910 Depends: ros-kilted-easynav-system (= 0.4.1-1noble.20260805.163431) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-system/ros-kilted-easynav-system-dbgsym_0.4.1-1noble.20260805.163431_amd64.deb Size: 7748930 SHA256: 13b9c643e27d88f54dec6ce012d18718685cd506a1f40c35bbecf028c063e0a7 SHA1: 0c2881fc895c86787bb04cdbcbc612317cfb3613 MD5sum: 5d2b7802b359d43c42957bd35ddea40a Description: debug symbols for ros-kilted-easynav-system Build-Ids: 0646333c2e1f666f1da87586f2b8fd75c01be6d2 61ba0b1bdbe39175cc93f78afd60b7544cd55483 90532e7361ea43b385a0119e20e99e5f2e4c1c5c Package: ros-kilted-easynav-tools Version: 0.4.1-1noble.20260805.141010 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 6241 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 Homepage: https://index.ros.org/p/easynav_tools/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-tools/ros-kilted-easynav-tools_0.4.1-1noble.20260805.141010_amd64.deb Size: 1334264 SHA256: d0d681e561ca5446309d50514c8bf97a43361f93e74da51caab89ff7e53ff4d3 SHA1: 2108004a96c820e03f3d8091a033caf2b4625b27 MD5sum: adf3c37e7b493e42a6a130ae0b805a49 Description: ROS 2 Navigation tools: TUI + ros2cli commands for EasyNav. Package: ros-kilted-easynav-vff-controller Version: 0.4.1-1noble.20260805.161759 Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 298 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-sensors, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-pcl-ros, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-tf2, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/easynav_vff_controller/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-vff-controller/ros-kilted-easynav-vff-controller_0.4.1-1noble.20260805.161759_amd64.deb Size: 81996 SHA256: d751959d198916a9ff7bfcbd4fbaa8da2f30592cf198c7039c3529d89ca677fd SHA1: e8a00265471a23468883f38664aad1bbf8e7f2a7 MD5sum: 064a7fb754a3cbf3a074a5592ff2db9b Description: Easy Navigation: VFF Controller package. Package: ros-kilted-easynav-vff-controller-dbgsym Package-Type: ddeb Source: ros-kilted-easynav-vff-controller Version: 0.4.1-1noble.20260805.161759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 1663 Depends: ros-kilted-easynav-vff-controller (= 0.4.1-1noble.20260805.161759) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-easynav-vff-controller/ros-kilted-easynav-vff-controller-dbgsym_0.4.1-1noble.20260805.161759_amd64.deb Size: 1576938 SHA256: 1e1db3bcb4791bcb24e78c922d686882709d85f737faaccbdee240f3fa9e54bd SHA1: fa42858246fe4d5e6772cc4659045d8e9acc8993 MD5sum: 1eda93af6dadaf8e37fe2ae067153792 Description: debug symbols for ros-kilted-easynav-vff-controller Build-Ids: d4370f72d42a7463e5e50ee6a718f391bd85076b Package: ros-kilted-ecal Version: 5.12.0-5noble.20260410.103231 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 10326 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), 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.103231_amd64.deb Size: 1980088 SHA256: 01805fa983370f37d59f290482a2c9f0ae6bd008a3098b5495dd01ef511ed945 SHA1: 1b4189c29ab84827d0a0f485c7dda41a177663cd MD5sum: 33a54f08bbfd9c068da27ef3d7544d85 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.103231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 44914 Depends: ros-kilted-ecal (= 5.12.0-5noble.20260410.103231) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecal/ros-kilted-ecal-dbgsym_5.12.0-5noble.20260410.103231_amd64.deb Size: 43520098 SHA256: c70270e1da34e5b3d241330b754be737d308a4a46d612b1491bb83737634f570 SHA1: 2adf4a79b5853f94c41742955a201d97ac0de9ab MD5sum: cf7584099a79b3ace1459c135f4b8c54 Description: debug symbols for ros-kilted-ecal Build-Ids: 149a9c8c3143f4e51a5e233e1208c3af6b9e511a 1ca39d2aa10bc739b45d387655007e40fb5b6542 1d915ab2b4b8a0c91a0a6439857b0cb3662392a3 2cafe719d2eccf44874e7df0fdf813eeaaf4fa0c 3896fc938782d4977fd146abe87c54edaefd01cd 4017a2ac24c14be5304ac3991c1dbb88225140e3 586e3a80308cdd3d1a7f06c91875119d781c03a4 6f41ca3dbf0539e7c49d8d7167703971eecacbd3 75bb4a5924c8417fe15a67ce78aa2e94d7037ed3 7b8c162700841393733382f9a1af4faf7567d976 81c37eb84ea11d1eeb94c403d2840d69ad3ee596 9b08682d841ba8e9924983cfb3ebfb3f97196ffa 9f980c865a00cf9e73cc1b67a43908c0e7eaa126 b0d7ffcf9db0bb454266b9cddc2f92cf74d85b28 b23b9549182f3f17661c21619c9d888168a71382 badf3429d7d403a2c71655e05e0e8dbccc04586c Package: ros-kilted-ecl-build Version: 1.0.3-5noble.20260410.111358 Architecture: amd64 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.111358_amd64.deb Size: 39344 SHA256: 5b328662c76d2b52ad6c37b57bca38e7f1de290d9d7fcd6ea9a2671c475bcbef SHA1: 55ab74c3720a258dea85e0f7b7b9f9d7fdeb57ff MD5sum: 4a1ba01cb352c5a6d9e628fcd6140ef2 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.20260730.180128 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 269 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.20260730.180128_amd64.deb Size: 57996 SHA256: 590cf7ae31d5df28773ec3750e54c2a118b44de702f34af805eaa82e0ec1bcf9 SHA1: 9c8a649cf45225755f09e547c2edeec88c0e36ac MD5sum: fb5f9e19da1accc9cd0b799a2f25f6e8 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.20260730.180128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 326 Depends: ros-kilted-ecl-command-line (= 1.2.1-5noble.20260730.180128) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-command-line/ros-kilted-ecl-command-line-dbgsym_1.2.1-5noble.20260730.180128_amd64.deb Size: 295948 SHA256: fe2409819a74222d2f04a201ac56e601413b8814c64dcdbddefe650a575c7535 SHA1: 7be0e16e1acaa9f776c8a0c5f120eebfb46640ac MD5sum: 1cc776ddd548ed9a43616b2d0cb83878 Description: debug symbols for ros-kilted-ecl-command-line Build-Ids: ab319f3e6c71bd6d150d9589fbdda24562c6286b Package: ros-kilted-ecl-concepts Version: 1.2.1-5noble.20260805.080401 Architecture: amd64 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.20260805.080401_amd64.deb Size: 12552 SHA256: c57b5075ecc1452a3682680ab76f87e9926ab2bf70a6c77c64fdba12d6b5c6ce SHA1: b75ed639669fa7a2d201942c4de9899a6dd7bdef MD5sum: 14828b7b1934f0043e3cdfb51ecc4a2c 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.20260730.180216 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 116 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.20260730.180216_amd64.deb Size: 17588 SHA256: 9ac5d2540477ee758ff9fad954fcc705c4b8ba491d6b0764bc604a009e3d997c SHA1: a66d75eac3587237fa27a89a2a3ed967973e8177 MD5sum: 367df0f7fd52a7220b1f100316d31ac0 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.20260730.180216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 52 Depends: ros-kilted-ecl-config (= 1.2.0-5noble.20260730.180216) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-config/ros-kilted-ecl-config-dbgsym_1.2.0-5noble.20260730.180216_amd64.deb Size: 27928 SHA256: c4100064b75488e8a9f0a74f05a1b5a6b2b6040ce67a6bfd2c7134c73a28f272 SHA1: 836fd796143d3c7e22a4a0690f6af5c5cc93b290 MD5sum: fc0eeac493eea1afd1669cc695fa6025 Description: debug symbols for ros-kilted-ecl-config Build-Ids: 50e06a007b6f29f359ecc4352dd1f0769957cf62 8cdf2d9c0bcfda6ca357c11cdd6da359a3bd45c8 Package: ros-kilted-ecl-console Version: 1.2.0-5noble.20260730.180448 Architecture: amd64 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.20260730.180448_amd64.deb Size: 9782 SHA256: b40d4473b0325bef668d32bdcdd31686316f649578181a85ec4c99339be79937 SHA1: 2f73294cfbd5135e2954e3a3fd8d49d3d61121c0 MD5sum: ced433f30b2a47282560b7f6b7b8eb5d Description: Color codes for ansii consoles. Package: ros-kilted-ecl-containers Version: 1.2.1-5noble.20260806.074022 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 363 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.20260806.074022_amd64.deb Size: 46310 SHA256: 678c5f8a69e01f0046249b98f6e6b55a09faf2f61e6fdef826f92aa33ffe330c SHA1: e7ee8d31dd3c50f9b7a736907afa958f4cdc4876 MD5sum: e0f89a6ac9053a4e79fc56726e47c2ca 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.20260806.074022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 133 Depends: ros-kilted-ecl-containers (= 1.2.1-5noble.20260806.074022) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-containers/ros-kilted-ecl-containers-dbgsym_1.2.1-5noble.20260806.074022_amd64.deb Size: 95154 SHA256: 7cc24bd4dbbafd72cf0cf44eb180a9c83f82748f4417a8752420331e1f5ceb4b SHA1: aa638713f85a9a91212106ce69c2b06011dfd504 MD5sum: a5ee44d8c971a7e348137153b7813e49 Description: debug symbols for ros-kilted-ecl-containers Build-Ids: 0e77d04410bf575971a523a74786cb8314f91286 Package: ros-kilted-ecl-converters Version: 1.2.1-5noble.20260805.080709 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 165 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.20260805.080709_amd64.deb Size: 24198 SHA256: 8649173f6e244a9dfe724f8f4f54dabb653c842ef7c3000f2b214a78b32c57c8 SHA1: e2c9bd35e931f0ae4e86b963f23be797039c15cb MD5sum: c4bb3a3983c531581af6e51f3bf660f1 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.20260805.080709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 55 Depends: ros-kilted-ecl-converters (= 1.2.1-5noble.20260805.080709) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-converters/ros-kilted-ecl-converters-dbgsym_1.2.1-5noble.20260805.080709_amd64.deb Size: 34884 SHA256: 337b432353f0065a75535f71b49bdd174e7251ed2e17b652358d347556594e1e SHA1: 76c82d8ec0769769b053bcef34726085c71fbb72 MD5sum: 5bbfb5e469aea35d78345128d97d978f Description: debug symbols for ros-kilted-ecl-converters Build-Ids: 4b836e02487a74c89c79e563fff350c1d31d8c9c Package: ros-kilted-ecl-converters-lite Version: 1.2.0-5noble.20260730.180534 Architecture: amd64 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.20260730.180534_amd64.deb Size: 8624 SHA256: 166f52ceaba435009c16f20f6e705b496a3045a5bb416d7dcd94b1bbe1e8e8d0 SHA1: 04b2a43b8fe3bf5dbe2ce6bc2dd47e1d67021f76 MD5sum: 7deb34601ee0ceb9734f651357e85350 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.20260730.180221 Architecture: amd64 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.20260730.180221_amd64.deb Size: 10656 SHA256: eb5c3222d08f6e9a49e9828449a6d5c9172571e3ebe34b1174e9dbaa0a7cad26 SHA1: f815fe030488e31c694fc3c4c82448569fb66662 MD5sum: ebf37dd7196c26c203b79a61674e1a9c Description: This provides an Eigen implementation for ecl's linear algebra. Package: ros-kilted-ecl-errors Version: 1.2.0-5noble.20260730.180541 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 125 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.20260730.180541_amd64.deb Size: 20630 SHA256: e5c7547d043954093b42afc326e1a7743d052f6b0062c565fdce023b16560719 SHA1: 3e54891404e52d9907a38803d2d0af4d1a6af225 MD5sum: e96da2c5d22291b47e9ff4fb6ca52fb8 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.20260730.180541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 53 Depends: ros-kilted-ecl-errors (= 1.2.0-5noble.20260730.180541) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-errors/ros-kilted-ecl-errors-dbgsym_1.2.0-5noble.20260730.180541_amd64.deb Size: 25916 SHA256: 490f6a7900739175f417fd06dd5c37221e210848dd4c6371d6adcb970c81c3dc SHA1: e310f3a43ecd38e95dd85cf751ba620ac2cb4f94 MD5sum: 1f66c3cde9a1a0d8f9731c2d7bd32493 Description: debug symbols for ros-kilted-ecl-errors Build-Ids: 748de4680d414840c022788b29aa46dbd55586ac a4c715f2fc6d0186d15f9fc876340269c614ea7d Package: ros-kilted-ecl-exceptions Version: 1.2.1-5noble.20260730.180755 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 168 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.20260730.180755_amd64.deb Size: 29602 SHA256: 63bb85da2d42a98d4524f5a8c385c4f9b8ee51484223f7bd29c7bc441e05f194 SHA1: 1a553c12db8c5999290eec8e240485f490f030db MD5sum: 60d09fce3a6d31b9fad0d74787530efa 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.20260730.180755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 149 Depends: ros-kilted-ecl-exceptions (= 1.2.1-5noble.20260730.180755) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-exceptions/ros-kilted-ecl-exceptions-dbgsym_1.2.1-5noble.20260730.180755_amd64.deb Size: 110620 SHA256: cfc27530cebf7592f18ed509f240664dcaf61764d89f85edef317bdc77c1f8ec SHA1: d52128ab521964ac2e12f0a217ba1121d51f923f MD5sum: 1804da37c29479704511d7efe3418926 Description: debug symbols for ros-kilted-ecl-exceptions Build-Ids: 6611fe732fc62899acdc347c9f3479c670d60147 8d1484c84bd337de01dbd56b06534eef9b71c32c eebf7314c10ac60f626180dc8836f2a1038b9114 Package: ros-kilted-ecl-filesystem Version: 1.2.1-5noble.20260730.180757 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 93 Depends: libc6 (>= 2.4), 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.20260730.180757_amd64.deb Size: 15286 SHA256: 04508b08e4f3ff3ddfe2ecd09e49e7b00adb860a1ad75f186f1f17cade2d2ae3 SHA1: ea7e411681d7a7ad0835b198b186c108f34fe1a0 MD5sum: cfdca6b8f6482650bf1f5d183889f2d6 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.20260730.180757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 39 Depends: ros-kilted-ecl-filesystem (= 1.2.1-5noble.20260730.180757) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-filesystem/ros-kilted-ecl-filesystem-dbgsym_1.2.1-5noble.20260730.180757_amd64.deb Size: 22628 SHA256: 1b8cd8330b65215faf587f79967a57be219965fc144f2c40461b3c2a8094641a SHA1: dad97b29551636fbf8665543db881d74d570b70c MD5sum: ee8fca9b608d33e5ce9d374e8965e2ed Description: debug symbols for ros-kilted-ecl-filesystem Build-Ids: f04db8e79135ea5eed9387f1f821aef7a1f57de0 Package: ros-kilted-ecl-formatters Version: 1.2.1-5noble.20260806.072951 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 193 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.20260806.072951_amd64.deb Size: 30786 SHA256: ff98f8bee463249803bd41a30f3749932c3ff392d7159e08ceed82546ed98ad7 SHA1: dc2d6830969f94f09d0e020d436a7c154e1e3c0b MD5sum: bab7a8472c5de5a80937b18ebd27b9c8 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.20260806.072951 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 127 Depends: ros-kilted-ecl-formatters (= 1.2.1-5noble.20260806.072951) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-formatters/ros-kilted-ecl-formatters-dbgsym_1.2.1-5noble.20260806.072951_amd64.deb Size: 88482 SHA256: e7ea240d1055569f5e637766cb493322748124ca0e209a78832ef362becb66c6 SHA1: 86263b49c3b78109bd973f0b76aabeccbcb77e16 MD5sum: ec21d0eb78d224517c55c0c56a59bd62 Description: debug symbols for ros-kilted-ecl-formatters Build-Ids: aa0ecba634ffba480db64bf0847a8d75864f879c cdb401dae4504d9bca0db44a5e8e58279a63969e Package: ros-kilted-ecl-geometry Version: 1.2.1-5noble.20260806.074711 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 394 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.20260806.074711_amd64.deb Size: 66628 SHA256: c142abd4aecee9e3d3ce89f0f4fb27f9a366c7b785f44a22615b91b6adfaa3d9 SHA1: 8cf42e9140d1d24efdd17fdd395fe7a158d488a0 MD5sum: f0c792d62b956716fb1174e71bc71caf 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.20260806.074711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 1152 Depends: ros-kilted-ecl-geometry (= 1.2.1-5noble.20260806.074711) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-geometry/ros-kilted-ecl-geometry-dbgsym_1.2.1-5noble.20260806.074711_amd64.deb Size: 1108014 SHA256: 27bb9a835397d9fd7c4a8fc9477b5bc073b2ea3731125f5284201c2f3875d019 SHA1: 712e74ada3708e9bf1b27ea12783e456422496fd MD5sum: 161d24645beba0286a88d2729f68165b Description: debug symbols for ros-kilted-ecl-geometry Build-Ids: 9c8c20665f136fee24594dd2376eece268c0cab2 Package: ros-kilted-ecl-license Version: 1.0.3-5noble.20260410.111225 Architecture: amd64 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.111225_amd64.deb Size: 8336 SHA256: 9e02bd5b5ca10c0cb41f7faf5fbf4ab1282ff2ff43bfb8424b8e868dc494002d SHA1: 71a825c72277892ba13ebe186ffcaa9e6291ec62 MD5sum: 4a85ae420526d80fa5d38f9a345fd1c3 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.20260806.074025 Architecture: amd64 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.20260806.074025_amd64.deb Size: 41482 SHA256: 2184dbe5a6e4678dce3c89b3a1f721eaa7c81abc1e2382bebdd50e3f2545b15f SHA1: fe41e48dc9aafbd58b4b5d247e8ddd5a1d22c21d MD5sum: e2736d6ee1c4f7a49eaa4e68bfc1ad3e 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.20260806.074025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 1588 Depends: ros-kilted-ecl-linear-algebra (= 1.2.1-5noble.20260806.074025) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-linear-algebra/ros-kilted-ecl-linear-algebra-dbgsym_1.2.1-5noble.20260806.074025_amd64.deb Size: 1584582 SHA256: b0afae17922fa85eea2aef7f54d0ba4a76b3c0942f5c66c052fc31c83de6ba4d SHA1: ba30c2ebbf418bf283b23b951ce040ea99e94df8 MD5sum: 0033fb3331d2b3013d171c6c758028fc Description: debug symbols for ros-kilted-ecl-linear-algebra Build-Ids: 84ba77dcfff99b1b8806be828ccb7e2a0ff136a4 Package: ros-kilted-ecl-manipulators Version: 1.2.1-5noble.20260806.075213 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 196 Depends: libc6 (>= 2.14), 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.20260806.075213_amd64.deb Size: 44268 SHA256: d61743a6a11f22e1c8747b247333adfbaf2b98b93053d7e6c104fab5207b28ae SHA1: 468fd285ffd332627632ff1fbbd5d72f493b6b10 MD5sum: 58320baf207780d964208edb34bd196f 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.20260806.075213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 475 Depends: ros-kilted-ecl-manipulators (= 1.2.1-5noble.20260806.075213) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-manipulators/ros-kilted-ecl-manipulators-dbgsym_1.2.1-5noble.20260806.075213_amd64.deb Size: 442462 SHA256: 0aa38f0df9d76641be090c39895605332ae74dc76beb167b3f0e051d49e21e29 SHA1: 352f7d1d46f2ac3c30abfc0ab28d9e42babe9f98 MD5sum: 0fb1994b55064cd10e14ee71c02d7d50 Description: debug symbols for ros-kilted-ecl-manipulators Build-Ids: 34c3e24e270bf47215d2f98467681ba5f6805c8d Package: ros-kilted-ecl-math Version: 1.2.1-5noble.20260805.080718 Architecture: amd64 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.20260805.080718_amd64.deb Size: 11036 SHA256: ae2c28f4a97c0ec702004dd99b3c45999b419d1476a316f5efcd98d0edf075f2 SHA1: 464a8857010afe696c159bb95b18ac99985e5c13 MD5sum: b568ad51ec8a25121d3faa042d37e72c 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.20260806.075216 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 95 Depends: libc6 (>= 2.4), 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.20260806.075216_amd64.deb Size: 14278 SHA256: c3f9253c8242700906508fa8ad56db7ca80a3a1d3932495eaad5d64787ec5940 SHA1: f2ab9f9980ca6cb24e5273f401dabb66e19f173d MD5sum: cc46261afe977f7f723429405c858e47 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.20260806.075216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 120 Depends: ros-kilted-ecl-mobile-robot (= 1.2.1-5noble.20260806.075216) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-mobile-robot/ros-kilted-ecl-mobile-robot-dbgsym_1.2.1-5noble.20260806.075216_amd64.deb Size: 108678 SHA256: 2366f0498b888c4b3023a4aeda384b6fa160ea276d021e111d102eb3708a55a1 SHA1: 482465faffecce5ac4c2efbdb56ec0e01b3475bf MD5sum: b293a5bc025f0abde9ab1588c110fe0a Description: debug symbols for ros-kilted-ecl-mobile-robot Build-Ids: f1f4478fc6536c9f7cdb71fdb86acd04228618e8 Package: ros-kilted-ecl-mpl Version: 1.2.1-5noble.20260730.180709 Architecture: amd64 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.20260730.180709_amd64.deb Size: 9134 SHA256: adad8d09d4c4209831439fc87347fb34bec85dd50ff932993330c1c87eededeb SHA1: 94d979cf616e0c526391d2916247e3b8a1d486ad MD5sum: 452cac45d7e35101144876722611e617 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.20260730.180812 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 120 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.20260730.180812_amd64.deb Size: 18570 SHA256: 9a25999a48c2a019c09a003fef34175b03338995aa76b6ce7b4cdc66900faed6 SHA1: 40c39bcbc3c1d270ac70ca96fbfa6eabcf8b9e98 MD5sum: a443eb3b7a4ec25fe0c8f0eb99de8c77 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.20260730.180812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 51 Depends: ros-kilted-ecl-sigslots-lite (= 1.2.0-5noble.20260730.180812) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-sigslots-lite/ros-kilted-ecl-sigslots-lite-dbgsym_1.2.0-5noble.20260730.180812_amd64.deb Size: 32094 SHA256: aea3c7ab5a95703ca63efcbdc4cd8b734180abb0e468d925c18cf7702f77f7fc SHA1: f10b9a8573da787a3aacfa2b119f8d1ae981038e MD5sum: d652316197899168558264b095dbb672 Description: debug symbols for ros-kilted-ecl-sigslots-lite Build-Ids: de5c19a8fddb32a7e33d045a293edd8f32c80ba6 Package: ros-kilted-ecl-statistics Version: 1.2.1-5noble.20260806.074355 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 147 Depends: libc6 (>= 2.4), 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.20260806.074355_amd64.deb Size: 36376 SHA256: 13e827d915bd92bbe6dfdd1b3331c29f685ee224a1f85c87f24889e8ea5251cd SHA1: 3537241da45b61dccb53a4dfd64146a7a551211f MD5sum: 10c65ca396c96a57f344212816a34e8e 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.20260806.074355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 5887 Depends: ros-kilted-ecl-statistics (= 1.2.1-5noble.20260806.074355) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-statistics/ros-kilted-ecl-statistics-dbgsym_1.2.1-5noble.20260806.074355_amd64.deb Size: 5950750 SHA256: 3ba875f5ee1bb8580facc4602dd1452550d3af83ae362f05cc26655e615326a8 SHA1: 73ce13f863c941cc4f583a79aa9c241bcf768d67 MD5sum: 2ed5bedd2958f0b40d7fc08889c01325 Description: debug symbols for ros-kilted-ecl-statistics Build-Ids: bfb6c50c9a0f744bccc1182ea88ae8c66ba53fef Package: ros-kilted-ecl-tools Version: 1.0.3-5noble.20260410.111622 Architecture: amd64 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.111622_amd64.deb Size: 5076 SHA256: 0e3188f0ef9961ee3be91650465e5afacc95aa03db9963ef646eae7f86d24d2d SHA1: 464a81a4a3c2fc33d714609e3c5215daaf1f4c2a MD5sum: 11d0059eb1036ce9252c924726ac2341 Description: Tools and utilities for ecl development. Package: ros-kilted-ecl-type-traits Version: 1.2.1-5noble.20260805.075215 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 124 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.20260805.075215_amd64.deb Size: 16762 SHA256: b4e4c8e9e902236a917b8d9e2f1d8e73b284c8a4a91955dfa91cc6db3fd005cf SHA1: 5bb07066576d5fecf4a46af7e97698f2345d156e MD5sum: 2e84ac4bc498d8f421988818a4171fb8 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.20260805.075215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 48 Depends: ros-kilted-ecl-type-traits (= 1.2.1-5noble.20260805.075215) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-type-traits/ros-kilted-ecl-type-traits-dbgsym_1.2.1-5noble.20260805.075215_amd64.deb Size: 25960 SHA256: 321d806700bd070373f5495a07a2b66f6d600dbf94be4c459c0ed7492647bae3 SHA1: bc2c8c234209d7e66fcf1cea00ce290d9ed51aa9 MD5sum: 20c977b07492566d34c24031293900b0 Description: debug symbols for ros-kilted-ecl-type-traits Build-Ids: 36860bfe990781b1e5f20c394b24330de1000543 4b77e2184f637f80c47e4e91872d82378537744a Package: ros-kilted-ecl-utilities Version: 1.2.1-5noble.20260805.080747 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 147 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.20260805.080747_amd64.deb Size: 20798 SHA256: c5554b82c26fa06acb4acb7209d466db2307f16f4fe195f7f037cbc3c1eb140f SHA1: 5f46610dc35390009cafe826295738858076ccc3 MD5sum: dd9e35a5954868b9227054e16bb9ad16 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.20260805.080747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 28 Depends: ros-kilted-ecl-utilities (= 1.2.1-5noble.20260805.080747) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ecl-utilities/ros-kilted-ecl-utilities-dbgsym_1.2.1-5noble.20260805.080747_amd64.deb Size: 13810 SHA256: 045ffeacdff4c903e02e98242819dc4386c9a75deea82556a8a2c6665fb4f9e3 SHA1: 040a5c97750dc9323802472da3a417ce5e7ffee5 MD5sum: d9ce891d1660b247296064c05628237d Description: debug symbols for ros-kilted-ecl-utilities Build-Ids: e8d806e4f9989d4dda9fc247173871b78b67473e Package: ros-kilted-effort-controllers Version: 5.16.0-1noble.20260805.152933 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 118 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.16.0-1noble.20260805.152933_amd64.deb Size: 27946 SHA256: fa9cb9b9c7c37d6fb584f98b6575379f920045a662fbe46975ec771a451f86b5 SHA1: df6bad9312415514abc4ccf328cbaac06fa7bead MD5sum: 2993ea89ed4c22e4cbd64ae58f6a0252 Description: Generic controller for forwarding commands. Package: ros-kilted-effort-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-effort-controllers Version: 5.16.0-1noble.20260805.152933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 433 Depends: ros-kilted-effort-controllers (= 5.16.0-1noble.20260805.152933) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-effort-controllers/ros-kilted-effort-controllers-dbgsym_5.16.0-1noble.20260805.152933_amd64.deb Size: 411224 SHA256: 03614d22d3bc800db60429bdcab2d7bc79aaabcec11315da1b6b3b1d33a62254 SHA1: d57866ca4e233d21cf7ef22b59fbcad49d469dcc MD5sum: afcb7a7a5cb59d96d69a52ba843c4833 Description: debug symbols for ros-kilted-effort-controllers Build-Ids: 73261255e3af08c1758451b05ac7ec634ef75bc7 Package: ros-kilted-eigen-stl-containers Version: 1.1.0-2noble.20260410.111238 Architecture: amd64 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.111238_amd64.deb Size: 9636 SHA256: a2f1aff95046dba95d610884d0e5a5c57ce79a4f5371bf3fa9a87e6e85e5ca0a SHA1: 852f0a3b879f60ef51717da42ec95ff233bec3b3 MD5sum: 0dab5c69b96b88d6f75086f12e78af4f 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.111223 Architecture: amd64 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.111223_amd64.deb Size: 6184 SHA256: fe819b68d2c85b460403a7216bc7fd4cd21d7dfffe89382137d22fc14e630aa2 SHA1: d6348fb288c5f02e0e52df29761b4974675276b9 MD5sum: c32fe24913bfed07a273f9d9a31549d8 Description: Exports a custom CMake module to find Eigen3. Package: ros-kilted-eigenpy Version: 3.13.0-1noble.20260702.090424 Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 14425 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.32), libgcc-s1 (>= 4.0), 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.13.0-1noble.20260702.090424_amd64.deb Size: 2542200 SHA256: 7ffba2b1ebf33ff2ed4bf66cd0212d2929fe955e992889a6294d24f553ccd6db SHA1: 4fa245ad1e1644159a6baa2f16bc3685494699b5 MD5sum: f5115c05b4eb9dc2a8a74f004bd22677 Description: Bindings between Numpy and Eigen using Boost.Python Package: ros-kilted-eigenpy-dbgsym Package-Type: ddeb Source: ros-kilted-eigenpy Version: 3.13.0-1noble.20260702.090424 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 297088 Depends: ros-kilted-eigenpy (= 3.13.0-1noble.20260702.090424) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eigenpy/ros-kilted-eigenpy-dbgsym_3.13.0-1noble.20260702.090424_amd64.deb Size: 288017974 SHA256: 2391835494f6ae08082f664dab928cee9f49315d09310a37e18327f41b0dd550 SHA1: 6ccf95d977f1670c1c1e6f02e9258b62e5235646 MD5sum: 9eeb442aed2c503324d8d5b466a461a8 Description: debug symbols for ros-kilted-eigenpy Build-Ids: 02dd105f4787c63fb29bf44a2c09a12fb4eb775a f0b7e18a5e1bfef64782604dba6225dd7cba0283 Package: ros-kilted-eiquadprog Version: 1.3.2-1noble.20260704.063824 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 192 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), graphviz, libboost-all-dev, libeigen3-dev, ros-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.20260704.063824_amd64.deb Size: 54438 SHA256: 428510a6b7e120ae66863565d81b4c80105a704063c6dcc5bd2ebc5c3dba5ced SHA1: 4b7a910261bdb8cf3799d14826186e9829125754 MD5sum: 91ab493c73c015d2fb615b2da06679f5 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.20260704.063824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 1863 Depends: ros-kilted-eiquadprog (= 1.3.2-1noble.20260704.063824) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eiquadprog/ros-kilted-eiquadprog-dbgsym_1.3.2-1noble.20260704.063824_amd64.deb Size: 1865156 SHA256: dd55bba7662c157cca75788c17fc9738f1cc332a0d0a5bf064a3a02a7e57c7cb SHA1: 06ec8c8c4178b8ac73b4ba0668f8e60ce6eee7bf MD5sum: 43650af26997ce18eb2ef50e8a981af0 Description: debug symbols for ros-kilted-eiquadprog Build-Ids: 85e728a3daff29a8604c6cb13ac116d5d04dd385 Package: ros-kilted-etsi-its-cam-coding Version: 3.5.0-1noble.20260710.073102 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 849 Depends: libc6 (>= 2.14), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_cam_coding/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-coding/ros-kilted-etsi-its-cam-coding_3.5.0-1noble.20260710.073102_amd64.deb Size: 145132 SHA256: a3f6798d80e8acb822f9237b26b93fb0d699abf5d78f70d904dfa8d375967fac SHA1: 2da2c95ca51437e46fe6b398447aec68ff6e3d38 MD5sum: da7f364e6330231516419e9590ea2fe2 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.5.0-1noble.20260710.073102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 537 Depends: ros-kilted-etsi-its-cam-coding (= 3.5.0-1noble.20260710.073102) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-coding/ros-kilted-etsi-its-cam-coding-dbgsym_3.5.0-1noble.20260710.073102_amd64.deb Size: 385532 SHA256: a574515f67a0b4231a03e1c174e5a2ae58d39fc7820028283737494954b87187 SHA1: c5400b499d07a8fcecca412503c1249a8b26810a MD5sum: ac94e7b6bcd716909fcc8c7695b644bc Description: debug symbols for ros-kilted-etsi-its-cam-coding Build-Ids: 93e0095054ba98019703ac84247143decce882f3 Package: ros-kilted-etsi-its-cam-conversion Version: 3.5.0-1noble.20260716.021922 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 267 Depends: ros-kilted-etsi-its-cam-coding, ros-kilted-etsi-its-cam-msgs, ros-kilted-etsi-its-primitives-conversion, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_cam_conversion/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-conversion/ros-kilted-etsi-its-cam-conversion_3.5.0-1noble.20260716.021922_amd64.deb Size: 26158 SHA256: 80fea2730ee92a765e4300bd86e8a9d028b5672c8f798d260b77055e995614a3 SHA1: c9ad61b386442f52627b80f381fa6bbe5a8e26bd MD5sum: ca814326d5c912ecd1951bb62a2e6229 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.5.0-1noble.20260716.014221 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 13935 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/etsi_its_cam_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-msgs/ros-kilted-etsi-its-cam-msgs_3.5.0-1noble.20260716.014221_amd64.deb Size: 729580 SHA256: f480188fcea8d2060d51d6fce167f4c53d7443a8ede61662b51a7ff9d941d799 SHA1: c00e8abc6752c52a23d7d38a1dd09b4e0ecc376a MD5sum: 6809f13be763d2c5e068c5e4357dd687 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.5.0-1noble.20260716.014221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 9187 Depends: ros-kilted-etsi-its-cam-msgs (= 3.5.0-1noble.20260716.014221) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-msgs/ros-kilted-etsi-its-cam-msgs-dbgsym_3.5.0-1noble.20260716.014221_amd64.deb Size: 7200540 SHA256: 41e01e3ada6c4b32690ad10311287d1ec96f9a41bceed8b9aeda2536ae519e3d SHA1: 8af0e7b9cd0d3a50173b6ccbb6d6f77345b0176f MD5sum: b6b9963928a9f77c5707e49b1a694913 Description: debug symbols for ros-kilted-etsi-its-cam-msgs Build-Ids: 0998bf73eadef412a5886b7607395042bc36339f 1c910c7c59d17ef8bc6103556e944775b9c662e5 357f3d3c7008ef7e3905ea2ba05d68a5f4e96315 40a7d38713156c709e0657473276d78119d6dd3a 723361b8b720bb4ca79b589c599793fd6daf4cb5 8c4ae4d64ed88ade0b35bd38e1762268e96069e9 9e7099b11ad972ac187658acf59006e4d0b32897 a7bc249e0dc4c744896392fd689e43a569e508a0 b2cd3da766030aafe62cb752045cc19aaba25c91 d0e787957e3cd8fcd0bfbd8280fad18e28eff471 fc6a60e3a0ef88329c7fd0ad0f56ac8cf325d50e Package: ros-kilted-etsi-its-cam-ts-coding Version: 3.5.0-1noble.20260710.073736 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1537 Depends: libc6 (>= 2.14), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_cam_ts_coding/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-ts-coding/ros-kilted-etsi-its-cam-ts-coding_3.5.0-1noble.20260710.073736_amd64.deb Size: 203344 SHA256: 3cbae7cf155629a3e0e0dbfb20fc1af18372df7ed1c9ea6a409bcfbc9b0f0328 SHA1: 55e00a46ffa7c0eedaa402debf08a8d8bc513446 MD5sum: 2d8f1b3bcf3e784e196268b610260ded 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.5.0-1noble.20260710.073736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 797 Depends: ros-kilted-etsi-its-cam-ts-coding (= 3.5.0-1noble.20260710.073736) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-ts-coding/ros-kilted-etsi-its-cam-ts-coding-dbgsym_3.5.0-1noble.20260710.073736_amd64.deb Size: 511692 SHA256: b82228682f708dbea301dba2dd15dd3844255823f1300a869940ec8cae0b5ee3 SHA1: a990ded4481f8fb1f485b422adb4e0b3fddd8dfe MD5sum: d766afdb22004a91b5707e515bf4f744 Description: debug symbols for ros-kilted-etsi-its-cam-ts-coding Build-Ids: ca333a3f8879a276b7216a7dca47ada5fcd7e229 Package: ros-kilted-etsi-its-cam-ts-conversion Version: 3.5.0-1noble.20260716.022118 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 507 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 Homepage: https://index.ros.org/p/etsi_its_cam_ts_conversion/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-ts-conversion/ros-kilted-etsi-its-cam-ts-conversion_3.5.0-1noble.20260716.022118_amd64.deb Size: 54100 SHA256: c687f2b6c52e52769cac1126196d1deace26adeecab952134282fe31f05bf66a SHA1: d06c71e4ec1605a95f2e8d260f4208f5efab8892 MD5sum: d65c38b09e0edf2f93f62bbc06d29e82 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.5.0-1noble.20260716.014304 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 20171 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/etsi_its_cam_ts_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-ts-msgs/ros-kilted-etsi-its-cam-ts-msgs_3.5.0-1noble.20260716.014304_amd64.deb Size: 1014276 SHA256: b92315a8c8f7d5d8514d7f3dd7c5c90ad69605757ea6f827098b9cce6ac45f4b SHA1: 05b585da7335b438ef5611fba50e3401c1ea13c1 MD5sum: d774b717afb3258057ff305152e7a07f 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.5.0-1noble.20260716.014304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 11570 Depends: ros-kilted-etsi-its-cam-ts-msgs (= 3.5.0-1noble.20260716.014304) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cam-ts-msgs/ros-kilted-etsi-its-cam-ts-msgs-dbgsym_3.5.0-1noble.20260716.014304_amd64.deb Size: 8886198 SHA256: d8700ecfcba29b1d10aca89d2ad39fa927d5e8c1fd102a4bb60c3ac9a218926c SHA1: 717dfdd52be895c93fc07ff505d8da796585d978 MD5sum: ad1903335fa2814af5c1448f2a4cfdf9 Description: debug symbols for ros-kilted-etsi-its-cam-ts-msgs Build-Ids: 172280b07347643b66c35f7f3a5560d84ab5fda2 3344eba0f5557c242b8baaeb346e5eac8dd4ad61 570f2f5530c99740dfed7750943926870ed064bf 75fb4bfd98c7aa2dc260d20aa6d54d584f580f38 9a9a4a7585d390444fe6890e0a36ff8b3d47b69a b750ab1ccfecdfaaa376cafabc2385b7eaa96133 b7b658bd6b835d6bc146cd680a2bd1834738f564 c1ee88016242cbb6208f42f63105d3731620e406 d729d538dd790f19a0fe2b8dcb289391edb0decd d96a5f5b31936a36855045a66f4c1e06b4ec66ec df6c60e1efd31254a3689bb60af5fc9d620fdbc3 Package: ros-kilted-etsi-its-coding Version: 3.5.0-1noble.20260710.082407 Architecture: amd64 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-ivim-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 Homepage: https://index.ros.org/p/etsi_its_coding/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-coding/ros-kilted-etsi-its-coding_3.5.0-1noble.20260710.082407_amd64.deb Size: 6022 SHA256: 3167a7aeb79d630d86617bdeca89b6ba169512548629c0cf4874a47a8c26c1a2 SHA1: adf81bf363d3049e3ac71afeca2378bebc0b5889 MD5sum: 0d11ac5cb6d92a2baf1f1f4a4f368fc2 Description: C++ compatible C source code for ETSI ITS messages generated from ASN.1 using asn1c Package: ros-kilted-etsi-its-conversion Version: 3.5.0-1noble.20260804.173249 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 5231 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-ivim-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 Homepage: https://index.ros.org/p/etsi_its_conversion/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-conversion/ros-kilted-etsi-its-conversion_3.5.0-1noble.20260804.173249_amd64.deb Size: 761650 SHA256: 0c974d83e87071dc6b72810a2601fa8312b730eb032bdd54fc7bbf4a6455659e SHA1: 17fa72a7c343b6a9158a90e886102b4ac765113b MD5sum: c189a39cf6004d8a948cdfd729498365 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.5.0-1noble.20260804.173249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 21334 Depends: ros-kilted-etsi-its-conversion (= 3.5.0-1noble.20260804.173249) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-conversion/ros-kilted-etsi-its-conversion-dbgsym_3.5.0-1noble.20260804.173249_amd64.deb Size: 17567748 SHA256: a83d6599cd14be93affb7da8bed6ca0dadf6cc786c85fe3a5d2b8cb06ae4b7d4 SHA1: 0527ead1ae6df76f1babc9d4f27954902cea6f57 MD5sum: 39724ee09cbf6c0ad01c2c44d43099f2 Description: debug symbols for ros-kilted-etsi-its-conversion Build-Ids: 842999577e264eb618b9258363da4f61db46350e b2176824ceaccda0dc1fd8d995630bc0e7579a47 c413d176e2f8987634ddbe8c997facc7f1c2f604 Package: ros-kilted-etsi-its-conversion-srvs Version: 3.5.0-1noble.20260716.021658 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 19679 Depends: libc6 (>= 2.14), 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-ivim-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 Homepage: https://index.ros.org/p/etsi_its_conversion_srvs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-conversion-srvs/ros-kilted-etsi-its-conversion-srvs_3.5.0-1noble.20260716.021658_amd64.deb Size: 1172800 SHA256: 0845b1ede2a87765dfdb78e693ce143514dbcd883491deefea9cf318cac6cec1 SHA1: 66c7553708fb7d86f4f2a7c85c29e5abb45d7546 MD5sum: f278e4459910c4b868c1814c76b83050 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.5.0-1noble.20260716.021658 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 16620 Depends: ros-kilted-etsi-its-conversion-srvs (= 3.5.0-1noble.20260716.021658) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-conversion-srvs/ros-kilted-etsi-its-conversion-srvs-dbgsym_3.5.0-1noble.20260716.021658_amd64.deb Size: 14337566 SHA256: f9a875c1d5e92becea7e7327009ec5616a1b51a2247cb2965011cdbd5911a340 SHA1: b4b89564c8afe5ad4361c0c15d258e131bdcc15c MD5sum: 17074f93537eea51a366934a71bfab93 Description: debug symbols for ros-kilted-etsi-its-conversion-srvs Build-Ids: 1117f4e7ba26da588f86e863be1c26fee437de19 1f070dec2fcdd8ebcd92627a59b825eeed5fbf52 333d4a666d837ae4517db09e9385bcfb12c7fb2c 6d887b5098591ed11bae2fc7c4498be8edc3bd89 8a4ca648552684b4a4437be0e3ec1207c1b1b369 a3d8db7c85a75c2dbcb6e51fda3012415c2351fd a4ce6d9b80261a4dd8345944ad878f72e81e4241 ac61bf732336f5ce30f8b6fa677b0f01abd9cbe5 aea4e23daf4e24a784d30da12e71c226cac92bb2 e79bf608d95c16c9e408e585c1de59fedd352c60 fd5260d40cedcf18a577eb49bc4a752589b0f6a2 Package: ros-kilted-etsi-its-cpm-ts-coding Version: 3.5.0-1noble.20260710.074100 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1426 Depends: libc6 (>= 2.14), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_cpm_ts_coding/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cpm-ts-coding/ros-kilted-etsi-its-cpm-ts-coding_3.5.0-1noble.20260710.074100_amd64.deb Size: 193700 SHA256: 8f6b30c337afff8108bdc36595bdc2e4fa1b462598b2236c7619757d07b6a3cd SHA1: 3bec48de8f2a1790d3b5a15093e7bb08efff89c6 MD5sum: cf6640dee5b483ac4a3f6bc6dad37192 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.5.0-1noble.20260710.074100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 759 Depends: ros-kilted-etsi-its-cpm-ts-coding (= 3.5.0-1noble.20260710.074100) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cpm-ts-coding/ros-kilted-etsi-its-cpm-ts-coding-dbgsym_3.5.0-1noble.20260710.074100_amd64.deb Size: 493856 SHA256: eb9a208c8f3347b58fa8bac8f57476cc41fc837f5c52ba2298ac558d24c49dab SHA1: 481b2a17ba5167695ad6aef87a772e512834c5bc MD5sum: 54645bd8b0a3341ee41955ba08236fcf Description: debug symbols for ros-kilted-etsi-its-cpm-ts-coding Build-Ids: 848bf6ebc7308f440c65e1163d120921814433e3 Package: ros-kilted-etsi-its-cpm-ts-conversion Version: 3.5.0-1noble.20260716.022010 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 470 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 Homepage: https://index.ros.org/p/etsi_its_cpm_ts_conversion/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cpm-ts-conversion/ros-kilted-etsi-its-cpm-ts-conversion_3.5.0-1noble.20260716.022010_amd64.deb Size: 45198 SHA256: 3e5660dd667513f8e960aa7baafbbb5d95162d444c9fd999e87fd223176e9986 SHA1: edbc989b849ce49f5ca2280f363ab3fe755163a3 MD5sum: 376ce430cdf642427096b1a8eeb79744 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.5.0-1noble.20260716.014311 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 20966 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/etsi_its_cpm_ts_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cpm-ts-msgs/ros-kilted-etsi-its-cpm-ts-msgs_3.5.0-1noble.20260716.014311_amd64.deb Size: 1033536 SHA256: a58a6012f6d9deb54b5c1da099386d0c371e5583b3932dd5e11b3a9c2d83fe0f SHA1: 6c46199966662d5aefdf92fa6495e496edcfaac5 MD5sum: 6eba7b209356816ae5bd74cfe077c35e 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.5.0-1noble.20260716.014311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 13116 Depends: ros-kilted-etsi-its-cpm-ts-msgs (= 3.5.0-1noble.20260716.014311) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-cpm-ts-msgs/ros-kilted-etsi-its-cpm-ts-msgs-dbgsym_3.5.0-1noble.20260716.014311_amd64.deb Size: 10422632 SHA256: 3e371123c224d59e9c1718dc8b42b3b294ed246996f71c9a4a7a2395434d5e3e SHA1: 290331c073d6a573aff26ad308018f6a8e07fa7d MD5sum: cef3d7785df3dec0f89d74df18387a0d Description: debug symbols for ros-kilted-etsi-its-cpm-ts-msgs Build-Ids: 0004ed4c984833adde9bbe4c2a81f9cf17f3ba30 2637eed8a8f0dcb9f40c6a87da69778fbc2c4dfa 3ae157671ccf3ce92d2ead9c4a326bfd690b1b6b 427cc5a13c50a311a55faa910a2580ee864870de 43ddfcc979e583556f1c9bb3f6a65d191647c384 45c00d405b15aa8c12199e517ca569796d7a68f0 48b5065528d7a584204293deb82ed77727d04f25 61d3e2c6216385e8e4d2986268d2237fd662f9cd 83544d0ea25cb372da69a8098b3c3a694c48fcb1 c16536e68c275c7ea6d348453cbd4d4fa76cee17 d7cea8a12a078e497367904b4792a8df6ac63bdb Package: ros-kilted-etsi-its-denm-coding Version: 3.5.0-1noble.20260710.074107 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 839 Depends: libc6 (>= 2.14), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_denm_coding/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-coding/ros-kilted-etsi-its-denm-coding_3.5.0-1noble.20260710.074107_amd64.deb Size: 144204 SHA256: ed3d81d15dc08eda8e9ac96bcd2ed445b5bd65edb62ec902c403583372b00d3d SHA1: 3ccbbc367c1f5d05bd5ad5449bfe88e20513277e MD5sum: ffcd8c4c1e0189804b199664b21c9e12 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.5.0-1noble.20260710.074107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 526 Depends: ros-kilted-etsi-its-denm-coding (= 3.5.0-1noble.20260710.074107) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-coding/ros-kilted-etsi-its-denm-coding-dbgsym_3.5.0-1noble.20260710.074107_amd64.deb Size: 378006 SHA256: 5b5d3407786130c39442d1fe981525fe2f60637a6e34ab220d010d9141b305e6 SHA1: ee46e71498176d025ef9f5640d60e34c663f496e MD5sum: df896c948657185a7ed40ded1b677f68 Description: debug symbols for ros-kilted-etsi-its-denm-coding Build-Ids: 6b1ea9c53df85fa2ea879bc771243e302beef58a Package: ros-kilted-etsi-its-denm-conversion Version: 3.5.0-1noble.20260716.021938 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 295 Depends: ros-kilted-etsi-its-denm-coding, ros-kilted-etsi-its-denm-msgs, ros-kilted-etsi-its-primitives-conversion, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_denm_conversion/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-conversion/ros-kilted-etsi-its-denm-conversion_3.5.0-1noble.20260716.021938_amd64.deb Size: 29094 SHA256: abc66f4800b5ab7459165e6b9c511fadfe25e14b42e73b12957e9b249da63520 SHA1: bcbc5158bbaeabb3faa3863e285718657a2c97f8 MD5sum: b1998641323b3d130166b4b44f2371c5 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.5.0-1noble.20260716.014322 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 15365 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/etsi_its_denm_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-msgs/ros-kilted-etsi-its-denm-msgs_3.5.0-1noble.20260716.014322_amd64.deb Size: 804760 SHA256: 3e341b6dc43a2c5ba416006cdbf819403cc14bf0e27262e90c5ee871d10d4173 SHA1: 92218950a63625ed84ea196b1230bcd6379a5df7 MD5sum: 1db64df60b85eaec298bca8dd869401e 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.5.0-1noble.20260716.014322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 10257 Depends: ros-kilted-etsi-its-denm-msgs (= 3.5.0-1noble.20260716.014322) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-msgs/ros-kilted-etsi-its-denm-msgs-dbgsym_3.5.0-1noble.20260716.014322_amd64.deb Size: 7958672 SHA256: f77ffad0ea55eb60301dcf95f537c98c4b0636509699d2ae7e0f9ebd00c89291 SHA1: b1f708f820e4c508403629782d84452fafeb1f2a MD5sum: 5d0c90519373330c3d5b59762ccab4d8 Description: debug symbols for ros-kilted-etsi-its-denm-msgs Build-Ids: 1e1ca043c48901248f084bc60a8568d88eabb1fd 222f0a7625dbd83da70f5efcfb074b803894fc39 25197ef02da721416a26f9b712410ccc1c82775d 367d70610db5791001142b9eb0c750c69d712e9e 698f5d5906f4c1db3992dd38b58dcc453925fca6 abac0e7359ed4fd2f5ad334b47e5c9080c2a99db ad19e96cf1e7874116c62187808b6ff316ac344c c86de1daf9edde3d1f8428bb6f40ddc395e28007 d24a52e79cd8f88a912fb4c0f1dbc84d203a677c f2b95ad19a07a5a67a3ebe30f51434bacd89db14 f816858ad6490853fb888df0ceb631436126d0f2 Package: ros-kilted-etsi-its-denm-ts-coding Version: 3.5.0-1noble.20260710.074112 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1546 Depends: libc6 (>= 2.14), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_denm_ts_coding/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-ts-coding/ros-kilted-etsi-its-denm-ts-coding_3.5.0-1noble.20260710.074112_amd64.deb Size: 204256 SHA256: 569a4b96cb8c06cda0942a07c44e42cfe55a0632692d6a013cdd1bb8429d563e SHA1: e9ada691399fd130058dfb7c67e2c87848e88227 MD5sum: db37bcfcba281a290ff474f26ae468df 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.5.0-1noble.20260710.074112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 789 Depends: ros-kilted-etsi-its-denm-ts-coding (= 3.5.0-1noble.20260710.074112) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-ts-coding/ros-kilted-etsi-its-denm-ts-coding-dbgsym_3.5.0-1noble.20260710.074112_amd64.deb Size: 504036 SHA256: 8e1cd9c578f9109201ac9f240d109299d2fdeb9a3ac7bb0ffc59736383e08a32 SHA1: 8d9051a43bcd23239ed38eaee98a2f310aec5846 MD5sum: 5b0dacc9aed38987b8515b4b2e6eeaef Description: debug symbols for ros-kilted-etsi-its-denm-ts-coding Build-Ids: 52683498e9e02c8207530f438d422ef55a03c9f8 Package: ros-kilted-etsi-its-denm-ts-conversion Version: 3.5.0-1noble.20260716.022240 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 904 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 Homepage: https://index.ros.org/p/etsi_its_denm_ts_conversion/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-ts-conversion/ros-kilted-etsi-its-denm-ts-conversion_3.5.0-1noble.20260716.022240_amd64.deb Size: 88102 SHA256: 89fa5fb6f740a98e661e0a714875b9a3c757ecdb6d7351eaa36529e09b441809 SHA1: fd83fe8c36fa314cb2382bc02f184c00217b8b06 MD5sum: 577c21694993a952e5a913c53e7829c8 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.5.0-1noble.20260716.014325 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 40442 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/etsi_its_denm_ts_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-ts-msgs/ros-kilted-etsi-its-denm-ts-msgs_3.5.0-1noble.20260716.014325_amd64.deb Size: 2076404 SHA256: d1748c7c78ca3d8d4d5f775ed08f57a28a4baff3951b08b39be8b60d9409106e SHA1: 8c71b6f169d4103cdcb39757e1d570601dc72c19 MD5sum: bacd0ee22b7c23ae05008fb0205543c8 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.5.0-1noble.20260716.014325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 24654 Depends: ros-kilted-etsi-its-denm-ts-msgs (= 3.5.0-1noble.20260716.014325) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-denm-ts-msgs/ros-kilted-etsi-its-denm-ts-msgs-dbgsym_3.5.0-1noble.20260716.014325_amd64.deb Size: 19289244 SHA256: 98d5e83de7bb811afd912eaefa0211d5f6492573144bdee6c924eb4a2bb27970 SHA1: a7eed2f0da948ee6ecf99e132ff3a27f81bf8712 MD5sum: b3e9fd2c66eb276fb6c4395dcea97ce1 Description: debug symbols for ros-kilted-etsi-its-denm-ts-msgs Build-Ids: 0f7e9fe705ddd1ded10aaa1264f2334aa8ec02c4 6035052d63a9227ac93f4c9742ef65ffee347b60 6a14b5d866f63b19c78ac43c0d9c0253ad0bc504 7e63001370166632b555699a9dacd68528bfade1 81d267dc6be404e4cd7d4eacbc7953671362fc4c aa8c0d2231056053f893992ef232fa2bf0b88494 c5e6085c51c48cf7ea58813889ebd4d14934f4dd d35f88487843c295b0afe38c18da47c2a6f60674 de85f999caf980a4f29929bfddbe1ce6ae92e0b2 e240c2e5b5b5d41b97c73700acc8ff8140610c5c fac14cd23f9f05f245a603040623a96179cf3c09 Package: ros-kilted-etsi-its-ivim-ts-coding Version: 3.5.0-1noble.20260710.074244 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 2436 Depends: libc6 (>= 2.14), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_ivim_ts_coding/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-ivim-ts-coding/ros-kilted-etsi-its-ivim-ts-coding_3.5.0-1noble.20260710.074244_amd64.deb Size: 280568 SHA256: db76015879024f7f29d279c80ba0dc820c739a2fcaf66e27aec25870349cfd83 SHA1: 74acb12ef0b263bd430669ba5838d3dca5355ae7 MD5sum: 4f0cc83828e0bd09708953b838934ab4 Description: C++ compatible C source code for ETSI ITS IVIMs generated from ASN.1 using asn1c Package: ros-kilted-etsi-its-ivim-ts-coding-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-ivim-ts-coding Version: 3.5.0-1noble.20260710.074244 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1215 Depends: ros-kilted-etsi-its-ivim-ts-coding (= 3.5.0-1noble.20260710.074244) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-ivim-ts-coding/ros-kilted-etsi-its-ivim-ts-coding-dbgsym_3.5.0-1noble.20260710.074244_amd64.deb Size: 725444 SHA256: 6cd134e2c9fe2e741375857e5d9850c0ecfc391ad9f5d7b544238c0fcad5e20b SHA1: f4017738805297ec8a05028304538897ed18cf32 MD5sum: 077c471c8747510fa9f4b3218c202d2c Description: debug symbols for ros-kilted-etsi-its-ivim-ts-coding Build-Ids: d36f1ca062559b6631cd6fcb54337cd8da8bd7b7 Package: ros-kilted-etsi-its-ivim-ts-conversion Version: 3.5.0-1noble.20260716.022132 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 715 Depends: ros-kilted-etsi-its-ivim-ts-coding, ros-kilted-etsi-its-ivim-ts-msgs, ros-kilted-etsi-its-primitives-conversion, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_ivim_ts_conversion/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-ivim-ts-conversion/ros-kilted-etsi-its-ivim-ts-conversion_3.5.0-1noble.20260716.022132_amd64.deb Size: 49648 SHA256: 1bcdde66c43372f7ea926106c26e7b19b5555497ee84b687a09388248bad8706 SHA1: 81891d78252fc0161b509dac3ae8666523b0c19d MD5sum: 86db30d01715e2929f9576e6dbda9f30 Description: Conversion functions for converting ROS messages to and from ASN.1-encoded ETSI ITS IVIMs (TS) Package: ros-kilted-etsi-its-ivim-ts-msgs Version: 3.5.0-1noble.20260716.014347 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 35612 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/etsi_its_ivim_ts_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-ivim-ts-msgs/ros-kilted-etsi-its-ivim-ts-msgs_3.5.0-1noble.20260716.014347_amd64.deb Size: 1732460 SHA256: 21ea47c7f2fab6e77939161ac1dc4df0cf8f51cd1e7cdf482731c6f0d6fc95c5 SHA1: bf2f76ab76431ab2186908ee87e57ae274fec4c1 MD5sum: a206dc0b70e49eb29c47e70506d42d1e Description: ROS messages for ETSI ITS IVIM (TS) Package: ros-kilted-etsi-its-ivim-ts-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-etsi-its-ivim-ts-msgs Version: 3.5.0-1noble.20260716.014347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 23745 Depends: ros-kilted-etsi-its-ivim-ts-msgs (= 3.5.0-1noble.20260716.014347) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-ivim-ts-msgs/ros-kilted-etsi-its-ivim-ts-msgs-dbgsym_3.5.0-1noble.20260716.014347_amd64.deb Size: 19384732 SHA256: 2cf106b8735bb6b5fa22c08dd88b1296152c6e31735623413a7771a9f09f2c1e SHA1: a68acbafbe853c8dfa33b7bb22b834e60b9384f3 MD5sum: fc73b85a9474395a5cf80a92c37003fc Description: debug symbols for ros-kilted-etsi-its-ivim-ts-msgs Build-Ids: 1760321f914a97ed2617046776e8f8a5f0024686 357c2f0784936a40f404788ab837c747da13fb9b 3e325e4c7cf53396a7f698a034bd61b15e80288f 709369ca6234c787d99d6413b54efbf51bbabd74 7875861cf5c8bf0b5c48d1250933dd0d40856ec9 820a241f9bf9ae01e0a0d4657c121a1c0a924f66 9bc8ac37a9288f2a4f6b4fee986575e40e129d65 b2ce16736cfedcd62c3f620c5c1ed0bea99ec008 e498eb472132ecff24f5467861ea54bcf4f9a6ac ed3b89a8ceaf590578ecc8ddc9895d93bb2d5ff9 f909ea872ce6c816fa0230323dae1a67ae1b55ed Package: ros-kilted-etsi-its-mapem-ts-coding Version: 3.5.0-1noble.20260710.074329 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1660 Depends: libc6 (>= 2.14), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_mapem_ts_coding/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mapem-ts-coding/ros-kilted-etsi-its-mapem-ts-coding_3.5.0-1noble.20260710.074329_amd64.deb Size: 213924 SHA256: ee1d24a8f33e2825bf00fdb5de5bdc73d79f4160f473256644626ce692c10624 SHA1: 9f6801e020f44dbb6e1a19175a1640399db873cc MD5sum: 844cd3b2ab9bdbbfd9b5501c42a60f01 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.5.0-1noble.20260710.074329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 876 Depends: ros-kilted-etsi-its-mapem-ts-coding (= 3.5.0-1noble.20260710.074329) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mapem-ts-coding/ros-kilted-etsi-its-mapem-ts-coding-dbgsym_3.5.0-1noble.20260710.074329_amd64.deb Size: 547444 SHA256: 1b8b29ab821607f810b36692b4c0bc50cafd204df838a52dbec02cfa4ccdbea4 SHA1: 844dd13fd7c7cce6614db0b9bc84f582c8157690 MD5sum: 7a64eca4d308afc2f634004776f3dd31 Description: debug symbols for ros-kilted-etsi-its-mapem-ts-coding Build-Ids: f31be40c69945d17501f0ba05411183ac1a2236d Package: ros-kilted-etsi-its-mapem-ts-conversion Version: 3.5.0-1noble.20260716.021952 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 313 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 Homepage: https://index.ros.org/p/etsi_its_mapem_ts_conversion/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mapem-ts-conversion/ros-kilted-etsi-its-mapem-ts-conversion_3.5.0-1noble.20260716.021952_amd64.deb Size: 26564 SHA256: 2092b6b7a2487650cddb5811a816f23b87df6dea6c2fc3b3353740bd6be5ce2b SHA1: c75844f70ac6402fa1c48772cee0ce29c51cc31c MD5sum: 4d08b3ae4cac677706c96bbf32c2a972 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.5.0-1noble.20260716.014359 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 15430 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/etsi_its_mapem_ts_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mapem-ts-msgs/ros-kilted-etsi-its-mapem-ts-msgs_3.5.0-1noble.20260716.014359_amd64.deb Size: 769862 SHA256: bc8c5a0eaa9398751d12f40e399865898054b40a734e80a8f3e521bd644c893f SHA1: 62b6bb3c27596349fa0ff3d42ac08494619734da MD5sum: 16dbb034c089b811782d0e851cbcd3e9 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.5.0-1noble.20260716.014359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 10573 Depends: ros-kilted-etsi-its-mapem-ts-msgs (= 3.5.0-1noble.20260716.014359) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mapem-ts-msgs/ros-kilted-etsi-its-mapem-ts-msgs-dbgsym_3.5.0-1noble.20260716.014359_amd64.deb Size: 8515434 SHA256: 16bca7dd72598b02170e15483c01facf6f81479fecee4fee767a3c7f635e0c14 SHA1: b3e6e4ef855fef65dbbe873f1688ec53a7dfac98 MD5sum: 3601207c7800355675a22dcb2fcbd458 Description: debug symbols for ros-kilted-etsi-its-mapem-ts-msgs Build-Ids: 05ca3a6b41676d615809ab3ab99391eebe145924 4533a739c041c19ea08b1383cfcee6cd576f1897 4c40d071d3ce235fbf9802328ef9cceb3cdff873 4d02623578bcb7bc2f9d578d612ae4a5e93663b4 5584b7400aa4ece1bd37c9be95af11fff3083b66 6cc4afe7d41cf54c475c0e96dc0826559f94070b 6da83523d8dbbe2e63178b8545d89ed01b6fbbf7 78f2ca9479a9617e4ae022d2d7e012ff8bba6fdd c1950d9677c00943616f407a2a60f7cfae177936 cad5cb1a933ba8380084262df5536dc5232c8939 e60cc8409c74d109e5f4bacb19bb1f76ec8004f5 Package: ros-kilted-etsi-its-mcm-uulm-coding Version: 3.5.0-1noble.20260710.074337 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1621 Depends: libc6 (>= 2.14), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_mcm_uulm_coding/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mcm-uulm-coding/ros-kilted-etsi-its-mcm-uulm-coding_3.5.0-1noble.20260710.074337_amd64.deb Size: 208442 SHA256: 8542d9911a98377c9f022a47c3b5716a1ac8aa84f9177d729ba4664814ceef56 SHA1: c3497e4af5276d5a9ea5845a680ecd90fa0450d8 MD5sum: cd66d46fe974bbe305492e5ec0fe83d1 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.5.0-1noble.20260710.074337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 823 Depends: ros-kilted-etsi-its-mcm-uulm-coding (= 3.5.0-1noble.20260710.074337) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mcm-uulm-coding/ros-kilted-etsi-its-mcm-uulm-coding-dbgsym_3.5.0-1noble.20260710.074337_amd64.deb Size: 517060 SHA256: 390c4ee93657224d0e22b6e0ffb65cc1517c60f95821077c814e4670efd92b3c SHA1: 5b20339512a4be7d42a62b3889bc63718cecb7f9 MD5sum: 41f618bd041e088748c8664547170d27 Description: debug symbols for ros-kilted-etsi-its-mcm-uulm-coding Build-Ids: 17779a9bf938621d7b24a5082cfe89e342f2d3ac Package: ros-kilted-etsi-its-mcm-uulm-conversion Version: 3.5.0-1noble.20260716.021915 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 204 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 Homepage: https://index.ros.org/p/etsi_its_mcm_uulm_conversion/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mcm-uulm-conversion/ros-kilted-etsi-its-mcm-uulm-conversion_3.5.0-1noble.20260716.021915_amd64.deb Size: 22772 SHA256: 787e2ceb77e5cf76ccbd67f665b7997dff7613ed433482746256432cf26ec036 SHA1: 0d2444813f7d82ed749a530e4fe2ca31c073daad MD5sum: 03f4b0a0743ae9e6fc4796a4fb1747d2 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.5.0-1noble.20260716.014355 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 8407 Depends: libc6 (>= 2.4), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 5), ros-kilted-fastcdr, ros-kilted-rosidl-default-runtime, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_mcm_uulm_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mcm-uulm-msgs/ros-kilted-etsi-its-mcm-uulm-msgs_3.5.0-1noble.20260716.014355_amd64.deb Size: 447346 SHA256: ed07a3c1f5a2b29af4c3bff56ce18a6cce24ed17897cf9cb1bbcd0ba98ebaed5 SHA1: db7954e2da2b1fe504f4498bea9ce5f21f4018c1 MD5sum: 484ebc9290e8cf9223d4a215beab5492 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.5.0-1noble.20260716.014355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 5534 Depends: ros-kilted-etsi-its-mcm-uulm-msgs (= 3.5.0-1noble.20260716.014355) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-mcm-uulm-msgs/ros-kilted-etsi-its-mcm-uulm-msgs-dbgsym_3.5.0-1noble.20260716.014355_amd64.deb Size: 4397438 SHA256: 561490828ecf83ae3b904a570df6fbd9c3e9253e7efd179e7a08ae7a4a25d255 SHA1: d0ff3294796f4c43407410fd1b1daf1783c517b6 MD5sum: 1934508e63188ddb26c573315d84d9a8 Description: debug symbols for ros-kilted-etsi-its-mcm-uulm-msgs Build-Ids: 216688c9dcd8da24e885ee0f1a062147fa352e9c 43db574edf74a129627cd9e64defee219e8627f2 4b052daf1328faf95173b006528e2a1584041e3f 60fb6391613658c5fb452de475c925510d40f37d 7fdaea7e03b0d42a7321ba508e1c41d9153a134e 88baf5f1d3a2e7d586f0db7491a8726e6058ed02 a15978f5b6870a33feddd574b0bd93b7719f81b7 c820717f680f990ece5d4d4732f4e0fbc9ef42be cd427d787dd8655bbea6828a9b96b66e403b7afd e843a22a3169a8b14ed67b6c05a3ab884073b28f e8cb3787306682879eac97a066aa523141b7e06e Package: ros-kilted-etsi-its-messages Version: 3.5.0-1noble.20260805.153840 Architecture: amd64 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 Homepage: https://index.ros.org/p/etsi_its_messages/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-messages/ros-kilted-etsi-its-messages_3.5.0-1noble.20260805.153840_amd64.deb Size: 5648 SHA256: ff658ddefc2bb9836ad0e073c95ca10e8c99379cc8a1301dde8f70031cfdc11c SHA1: f7b8a5cd0cf09cd2ba9dd9dfe5d9935e1dd57d8a MD5sum: 294cdbb8328daa667f16db74cbbf3d46 Description: ROS support for ETSI ITS messages Package: ros-kilted-etsi-its-msgs Version: 3.5.0-1noble.20260716.021752 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 48 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-ivim-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 Homepage: https://index.ros.org/p/etsi_its_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-msgs/ros-kilted-etsi-its-msgs_3.5.0-1noble.20260716.021752_amd64.deb Size: 6972 SHA256: 9f830b59a6d7fabf90baae82e1a74f847911c29a31e6162a3fb085ff374deb45 SHA1: 18b0f3af8b23558d585cc9d9319a4531ddbf75c1 MD5sum: 158388a38c677db255baa22dabd09dff Description: ROS messages for ETSI ITS messages Package: ros-kilted-etsi-its-msgs-utils Version: 3.5.0-1noble.20260805.151002 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 476 Depends: libgeographiclib-dev, ros-kilted-etsi-its-msgs, ros-kilted-geometry-msgs, ros-kilted-tf2-geometry-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_msgs_utils/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-msgs-utils/ros-kilted-etsi-its-msgs-utils_3.5.0-1noble.20260805.151002_amd64.deb Size: 51646 SHA256: 747dc61f708879c8c600a16e5ab48c56ce6d1712cc5d3b8c649d8026e0b96b7f SHA1: 99be0e872900f69de09c25ff3bdc59277cd00bff MD5sum: 15877b60e471484e500b821e8f7f9900 Description: ROS messages and utility functions for ETSI ITS messages Package: ros-kilted-etsi-its-primitives-conversion Version: 3.5.0-1noble.20260710.074413 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 62 Depends: ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_primitives_conversion/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-primitives-conversion/ros-kilted-etsi-its-primitives-conversion_3.5.0-1noble.20260710.074413_amd64.deb Size: 9180 SHA256: 58cfd7ec2921ec2f9c2aa5bc683cadf07ad39be790879a625cde8f060e76359b SHA1: 80f980a1ac8745fed619c11047c361aff62ea446 MD5sum: eb66c6492cf2bb3e2f5087033de449b1 Description: Conversion functions for converting ROS primitives to and from ASN.1-encoded primitives Package: ros-kilted-etsi-its-rviz-plugins Version: 3.5.0-1noble.20260805.155147 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 2172 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.15.1), libqt5gui5t64 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libstdc++6 (>= 13.1), ros-kilted-rviz-ogre-vendor, libqt5gui5t64, libqt5opengl5t64, libqt5widgets5t64, python3-pyproj, 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-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 Homepage: https://index.ros.org/p/etsi_its_rviz_plugins/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-rviz-plugins/ros-kilted-etsi-its-rviz-plugins_3.5.0-1noble.20260805.155147_amd64.deb Size: 360408 SHA256: a62b2e75cbc30d8c5aaf39f50524dc465ceea178f3f25c08c5aad5e1f0777f8e SHA1: f6d280aa3d10dd39ec0bd1826f24cb7d5f2e065d MD5sum: 2f56fa515a0f44bb09fde09ccbf67bc0 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.5.0-1noble.20260805.155147 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 14557 Depends: ros-kilted-etsi-its-rviz-plugins (= 3.5.0-1noble.20260805.155147) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-rviz-plugins/ros-kilted-etsi-its-rviz-plugins-dbgsym_3.5.0-1noble.20260805.155147_amd64.deb Size: 12788522 SHA256: 6411c01d9597646c554398458f05eb9f78a4a45e5ff94f3c24ca52082ea6d447 SHA1: e5450b76be5212d339b6850b0a113930f5f98481 MD5sum: 5d07f3465725446e1cd58d118ecf25f0 Description: debug symbols for ros-kilted-etsi-its-rviz-plugins Build-Ids: 897bf7c63bcaa3b1afc3e1d86f28a179fbb23385 Package: ros-kilted-etsi-its-spatem-ts-coding Version: 3.5.0-1noble.20260710.074421 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1668 Depends: libc6 (>= 2.14), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_spatem_ts_coding/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-spatem-ts-coding/ros-kilted-etsi-its-spatem-ts-coding_3.5.0-1noble.20260710.074421_amd64.deb Size: 214228 SHA256: 8604ab8d74045ab9bba2aeaf4da9f18aefe94ec81f0e7886227de89d2d038af2 SHA1: 8a1e48666c06e3e02c276f7a7045cd22ae763caa MD5sum: 469086da032fe4a8637d7230e3c4bee1 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.5.0-1noble.20260710.074421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 879 Depends: ros-kilted-etsi-its-spatem-ts-coding (= 3.5.0-1noble.20260710.074421) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-spatem-ts-coding/ros-kilted-etsi-its-spatem-ts-coding-dbgsym_3.5.0-1noble.20260710.074421_amd64.deb Size: 547920 SHA256: 8752531089e62f7d968497203961d97d8d3a08524c3012453789550ce4b5ba20 SHA1: 5035a64dd67dfdb85959152e6a8f98e38c1d3437 MD5sum: b195a1464ee3649a497bf2f65e94479a Description: debug symbols for ros-kilted-etsi-its-spatem-ts-coding Build-Ids: c7a96c4c3575cb3b795032519f500a0a08445a35 Package: ros-kilted-etsi-its-spatem-ts-conversion Version: 3.5.0-1noble.20260716.021815 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 157 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 Homepage: https://index.ros.org/p/etsi_its_spatem_ts_conversion/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-spatem-ts-conversion/ros-kilted-etsi-its-spatem-ts-conversion_3.5.0-1noble.20260716.021815_amd64.deb Size: 16620 SHA256: 2b93b08c0cfad8f0cf951302f7b184fbfc11047ed83e604210c7d3ddac14d618 SHA1: 3e84075f1c9a1c89d058bc50b073c481fef8349a MD5sum: ff1a0cfdc5e395900f6dbe4dfc5c8337 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.5.0-1noble.20260716.014349 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 6047 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/etsi_its_spatem_ts_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-spatem-ts-msgs/ros-kilted-etsi-its-spatem-ts-msgs_3.5.0-1noble.20260716.014349_amd64.deb Size: 344800 SHA256: 0343df808c6b8bb51dc36e27de1874cb45af7bb1e5c1e1016b4c8ca30442c313 SHA1: b3f84edbb389e09f4f99b00af37c73cb822de653 MD5sum: 707c4a34c4ee93d273f13a92311f88ec 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.5.0-1noble.20260716.014349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 4183 Depends: ros-kilted-etsi-its-spatem-ts-msgs (= 3.5.0-1noble.20260716.014349) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-spatem-ts-msgs/ros-kilted-etsi-its-spatem-ts-msgs-dbgsym_3.5.0-1noble.20260716.014349_amd64.deb Size: 3383314 SHA256: 06bb507c952bb8bd0593730b4ca33d6f43987a5dbe799b03b8a401b333290107 SHA1: 4f7cbdcf4af9194bd275d1af3c9cd3dd9d2f7979 MD5sum: 7a6c119ca846f8b1f43709329f4d94e7 Description: debug symbols for ros-kilted-etsi-its-spatem-ts-msgs Build-Ids: 1b56a2be10fedca7f5cbbf85577a8af760e87c3c 3224e71e9be680a71446289a389a686ed1e9b377 5333e8f61e363bdb69578eb49dc0360933f1140d 7002d513b7a66ff28a877ac490a15e9546a4a9e8 7181947d4ab3063840bec60c75191462f103851a 88852934ce359a3bbc8999edc95c87403c2623c7 a44709784161cb558b09b7ec08a150ec713ab3b7 a9ec0500a4c20b66ac72a51a7f9150b2b2c24d54 b0535d61985f8b83d898fec81e841d7da6998417 c9c9277b4737fb70990a3320e0b211f81a37730f dcd7655851b75014a85153e7e47a2161bb9d990a Package: ros-kilted-etsi-its-vam-ts-coding Version: 3.5.0-1noble.20260710.074712 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 1402 Depends: libc6 (>= 2.14), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/etsi_its_vam_ts_coding/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-vam-ts-coding/ros-kilted-etsi-its-vam-ts-coding_3.5.0-1noble.20260710.074712_amd64.deb Size: 191076 SHA256: eec43dbd79684f914a27273222dffe20ed007b66c972e41a99768957035d3802 SHA1: fc2e5f23ed2064adfa93362325c9219d6d3bb18f MD5sum: 7f543ff40599a024f655a666c5850531 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.5.0-1noble.20260710.074712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 737 Depends: ros-kilted-etsi-its-vam-ts-coding (= 3.5.0-1noble.20260710.074712) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-vam-ts-coding/ros-kilted-etsi-its-vam-ts-coding-dbgsym_3.5.0-1noble.20260710.074712_amd64.deb Size: 479626 SHA256: 2183bd4e80844015e443d745c4393e23b9312122fdf336ec6449e3af2cda4d15 SHA1: c01c11aa661c754cb95cdde9880655e658bb96ad MD5sum: e066255e5d63c7da875d679b77082714 Description: debug symbols for ros-kilted-etsi-its-vam-ts-coding Build-Ids: 237daecaeb57ae23d979e4c9769401225e99dbb3 Package: ros-kilted-etsi-its-vam-ts-conversion Version: 3.5.0-1noble.20260716.022040 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 450 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 Homepage: https://index.ros.org/p/etsi_its_vam_ts_conversion/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-vam-ts-conversion/ros-kilted-etsi-its-vam-ts-conversion_3.5.0-1noble.20260716.022040_amd64.deb Size: 47652 SHA256: 59c04e7b4b9101143b53cd7e17f39b89d4ef46a2d3a358156bc05af60a0fda58 SHA1: 202ccaf60194ec170cccaecf3a47d8e94c29cfa0 MD5sum: 9664a6c053411984013c8c61aad61821 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.5.0-1noble.20260716.014411 Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 19435 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/etsi_its_vam_ts_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-vam-ts-msgs/ros-kilted-etsi-its-vam-ts-msgs_3.5.0-1noble.20260716.014411_amd64.deb Size: 986106 SHA256: e1fe233b27bdac4f6f22e1666984d46c7b2f0104aff80f413bc32972af0b9f96 SHA1: d34ab8326ed9e74905eb1f026ca862a2dbd28a52 MD5sum: c955ea1b495203b41ce5ccffbec80ba7 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.5.0-1noble.20260716.014411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jean-Pierre Busch" Installed-Size: 11816 Depends: ros-kilted-etsi-its-vam-ts-msgs (= 3.5.0-1noble.20260716.014411) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-etsi-its-vam-ts-msgs/ros-kilted-etsi-its-vam-ts-msgs-dbgsym_3.5.0-1noble.20260716.014411_amd64.deb Size: 9201166 SHA256: 95260a932fa873d28aa85d83b37afa4eb6d03eeb9e243f332cef95ed6f0d45cd SHA1: cae846cd0dbe7926e333550f37c2c0852459fa11 MD5sum: cdf6538f65c9b35d2463550d97e1cc73 Description: debug symbols for ros-kilted-etsi-its-vam-ts-msgs Build-Ids: 1231bac1700c999a265bd693ad6220039b789e78 599de88f82b244dcf6d0ad0e36eda97fc927aff9 614ac13049c44edd2a1c27d26e0591d4a04a4587 65f3a9ae6bdcba208b8ec0f6c20535a4bf623a85 84fe4cc7072b2ec60c165f6dd4f95909bbdf8b9a 9b0adc118594f75b7fc7625c450cf37086e22f4a babcf5a3bbc1d0ad1c6d253a167d694f9b14c7f3 bb83335417c2259561aea1a7e5a9f8e16eb61997 eabffeab25571282c6a622ba5cdf4dfac9d3ea4a f175d726388abfb2aa9006142366d0c15bd8bcd9 f62e297b3b56fcc2c5529c4bb1b01dc3ea4c392b Package: ros-kilted-event-camera-codecs Version: 3.0.0-1noble.20260805.075504 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 209 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.20260805.075504_amd64.deb Size: 37896 SHA256: 20835967ab18152f7729c771ddc3d562c40f0a9e0fe624e646c1335bcfd01b3e SHA1: ccfd30654ce0e9fde192f568042961eb456aa47d MD5sum: 1c1e695f2dd54bc3b5b3293738d2c99a 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.20260805.075504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 246 Depends: ros-kilted-event-camera-codecs (= 3.0.0-1noble.20260805.075504) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-codecs/ros-kilted-event-camera-codecs-dbgsym_3.0.0-1noble.20260805.075504_amd64.deb Size: 198868 SHA256: 15935845d858bde2cf4585e35f1eeb60713ccb0579693e0c164e317fccac3f80 SHA1: a94bc47d78515afbfa1b3ae2c864bb83381f273d MD5sum: 9a3860aa125f41d5350f94d0ffbce836 Description: debug symbols for ros-kilted-event-camera-codecs Build-Ids: 50f4ece5093016c3944302a9db5249cb0aab81e5 bddb4feafcda6328386b174633b36c768a2d8d1a Package: ros-kilted-event-camera-msgs Version: 2.0.1-1noble.20260716.014427 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 511 Depends: libc6 (>= 2.4), 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.20260716.014427_amd64.deb Size: 53458 SHA256: 9294c1228a92448320028678b14c31d78f56e3a13645ff1dd5f3a0bb1246f949 SHA1: 34dc836880678db87bb0abda27bdbac44ecaafd5 MD5sum: 2ba3e85641f528ea4e80ed7419d8c2b9 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.20260716.014427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 327 Depends: ros-kilted-event-camera-msgs (= 2.0.1-1noble.20260716.014427) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-msgs/ros-kilted-event-camera-msgs-dbgsym_2.0.1-1noble.20260716.014427_amd64.deb Size: 231340 SHA256: e1f61cc7d61cde7b57028a2b64a8c64875ccfff0c0e917809f7b1bd671dd5583 SHA1: 0e56251358d3a42493cd85b3d3d8618334d67514 MD5sum: 7568247364e78bbe91b781892a23b02b Description: debug symbols for ros-kilted-event-camera-msgs Build-Ids: 152f098c7f609050429b215f7e9f2a4e7b8c985f 417e735f751cb72e98ce59434dc4cab58fb326d3 552fe45abf79d1536dde58047cfb617503c4f2a7 5683b7d183f63074f1c8080e29587cd7f6df9e39 6ca60a839b1d5f3ae29844cbe8e011b52f129c35 830e3eecd19488608e0d4ea3051fdbd34b685728 a2fb8921d4a699edbc1116657b95fa75efae55f4 b2aad459f1c0f55348154c968b0c673842a3131e bb031ac311844f2c58662d20f2f2f895128ced1c cec39cd29aab4eeae0b6c9d053b30f08d4a34ead ecf4a6a7d19ea79fd62274347c28368d888059ee Package: ros-kilted-event-camera-py Version: 3.0.0-1noble.20260806.072731 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 366 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.4), 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.20260806.072731_amd64.deb Size: 119028 SHA256: 191706386457c9e38d00ebc90a08ac35666624b69f65439fe37738d61d892318 SHA1: a6ee63f006c8423f6b2fa837882b0b8d80ffe453 MD5sum: 9ef65c8b42a8f9b1638a9123b68f5b09 Description: Python access for event_camera_msgs. Package: ros-kilted-event-camera-renderer Version: 3.0.0-1noble.20260805.145247 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 592 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.20260805.145247_amd64.deb Size: 131998 SHA256: b1ca3ae72eeee50357ca898e12a8870e241b8e2d671cf0b067c704ce1ed3752f SHA1: 634b2d3b8576096a8bdc21fc2b8c2f3db07e95d5 MD5sum: 22284e47d235482c20de2679279eba02 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.20260805.145247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3180 Depends: ros-kilted-event-camera-renderer (= 3.0.0-1noble.20260805.145247) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-renderer/ros-kilted-event-camera-renderer-dbgsym_3.0.0-1noble.20260805.145247_amd64.deb Size: 2804130 SHA256: 20bff998eef9a3ef8e874a15983de0dc7a0facca4a1aed65b36202bb0cb1b10e SHA1: a4583af8d320dc3938870661385aedf08e0a3143 MD5sum: e9292f953855b1241728f43ef4606f5f Description: debug symbols for ros-kilted-event-camera-renderer Build-Ids: 68ede944458dc333555785774a2ff8a80910f357 e65a4bb55d889c27dee5cdd9253d0467c476d173 Package: ros-kilted-event-camera-tools Version: 3.1.2-1noble.20260806.072744 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2874 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.20260806.072744_amd64.deb Size: 426018 SHA256: 60704c819483d53962a3ac96a54a0ddc9259f369f0e0644572a07cd7ecd6b423 SHA1: 124caf322a64ecfce0cd388ade511316c6f1aec2 MD5sum: 3bb80da61e1d8923e204d39146c37927 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.20260806.072744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 15217 Depends: ros-kilted-event-camera-tools (= 3.1.2-1noble.20260806.072744) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-event-camera-tools/ros-kilted-event-camera-tools-dbgsym_3.1.2-1noble.20260806.072744_amd64.deb Size: 13077720 SHA256: b567575c29fdced28ab5c1d7e42eaa465f5727cf2630aebd03b9884708960360 SHA1: 2bff44e9f1440d960f366a7b850d1a453dab93b1 MD5sum: 3f6312e71393ebaaeaca64999fc141cc Description: debug symbols for ros-kilted-event-camera-tools Build-Ids: 0a787e8a1664a4ecc5e474643bdc0dc25056d879 0af5c8026071257a204e98941f436a702ac9b947 10300f6a9e524e88dc9185735b736d3f3eb726ad 13f7dc9438b64ecea2a1978f6354e37609f221ce 32213360facc37b6ab79b63837bc275f0193ab5b 35c6648b23829efa24eedc483e7fceb10d93529f 45df28ad4c67c2c7fee6419c330e17438d3e2de7 54e77c675e64d2824e9d6d6c8c8fe971e9481758 a562ba5a6250d552f4c0faeb11334caf0ccd6cb1 b78f8448c5a8ce3543c9fdf598ec04f1701e53bd ebd152a9ca5bab17cab5191646d0c50abb033dcc Package: ros-kilted-event-image-reconstruction-fibar Version: 3.0.4-1noble.20260806.072758 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1962 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.20260806.072758_amd64.deb Size: 366246 SHA256: 6b86e7d1d5547e1854af6a0e82765235250b5fa0e8c58e2ba863226d9bbfec7d SHA1: 65643312f9a873d132f48c11dec4fa2c0ddc74ee MD5sum: 7bb9b22bfdf6b821fab87cea78375bee 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.20260806.072758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 9447 Depends: ros-kilted-event-image-reconstruction-fibar (= 3.0.4-1noble.20260806.072758) 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.20260806.072758_amd64.deb Size: 8074018 SHA256: d2ca73acda0b4baf26daf0d457501f6d4151937e20d670547e226135ebc9ac18 SHA1: c7d2c788e41dd3f43c2f3d06c2cdc39cfa987b9d MD5sum: aa5c05ba71c249df257893191bf10724 Description: debug symbols for ros-kilted-event-image-reconstruction-fibar Build-Ids: 239b6ab1fb284ad289b3db52c32b734868ae3ce7 4be72b2a888a0b59fe44bbd8bfc1945732f4f244 71aea4ac460a2b087e989f71eab8b62d8b51ed7f 77ee729dfbf9480db7f79239c3edcad6511a7380 Package: ros-kilted-eventdispatch-python Version: 0.2.29-1noble.20260615.083928 Architecture: amd64 Maintainer: "Charlie Yan" Installed-Size: 168 Depends: ros-kilted-ros-workspace Homepage: https://index.ros.org/p/eventdispatch_python/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eventdispatch-python/ros-kilted-eventdispatch-python_0.2.29-1noble.20260615.083928_amd64.deb Size: 40202 SHA256: 0d1d713f2392d20665988b33ef23cf38a04ba5db0e11fa49fada03fa47b80470 SHA1: 918c8cd3ff63e93557df11f56713f37324ad74a0 MD5sum: b95667ab2526d41c211b75c90ce07826 Description: python-eventdispatch for ROS2 distribution Package: ros-kilted-eventdispatch-ros2 Version: 0.2.29-1noble.20260805.140620 Architecture: amd64 Maintainer: "Charlie Yan" Installed-Size: 66 Depends: ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/eventdispatch_ros2/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eventdispatch-ros2/ros-kilted-eventdispatch-ros2_0.2.29-1noble.20260805.140620_amd64.deb Size: 8826 SHA256: e49a8d7fa5f247e26532c6bb9b41bc9b494ae5ad09dd7004e9276e60e5794d8c SHA1: 268a57cfdf70a735373a31da71406e7d9b2e5384 MD5sum: bec6a3021f315325f3881d3ed15fca66 Description: ROS2 wrapper for python-eventdispatch Package: ros-kilted-eventdispatch-ros2-interfaces Version: 0.2.29-1noble.20260716.013014 Architecture: amd64 Maintainer: "Charlie Yan" Installed-Size: 1607 Depends: libc6 (>= 2.14), 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/eventdispatch_ros2_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eventdispatch-ros2-interfaces/ros-kilted-eventdispatch-ros2-interfaces_0.2.29-1noble.20260716.013014_amd64.deb Size: 135304 SHA256: 7320808f338896f7dc2bc18db9a5f56a9b0fdc25e0fc9f02144918509430618b SHA1: ca067c7af06536fe6cb1c357e2069dd4f1b19380 MD5sum: 01964eb849e1434e4baed0b7a0725102 Description: ROSEvent srv / msg Package: ros-kilted-eventdispatch-ros2-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-eventdispatch-ros2-interfaces Version: 0.2.29-1noble.20260716.013014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Charlie Yan" Installed-Size: 1451 Depends: ros-kilted-eventdispatch-ros2-interfaces (= 0.2.29-1noble.20260716.013014) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-eventdispatch-ros2-interfaces/ros-kilted-eventdispatch-ros2-interfaces-dbgsym_0.2.29-1noble.20260716.013014_amd64.deb Size: 1191774 SHA256: dcf498b3e0f452e624ce8df78f92979d13ebfa73581dcb6bd07c3af9cdb86081 SHA1: 8f6d9efd862a1615656aa29539587f3c3116a664 MD5sum: 16da70b787f3ef5cdb9524422eb71417 Description: debug symbols for ros-kilted-eventdispatch-ros2-interfaces Build-Ids: 07a9abdf1f58ec77a0ab2bac4a8227242b261583 22e6b0fb2af9cfe69a3100fdb16763af13be7d48 2d9f0878d88ffc0f6a30fb341f7977ea00f53279 7838c5ba769830a4ab8b2eb0ad6cf0707be303aa 7a408d367c81302a0a9dd7da2eee9eb178b47d11 7c63aa7f6303a5ff547a07aee58651d4268b2efb 8c3ac90108162183407333622a30a1d1e980b8bd ab2f8ccf8fe93bf74b2552d0776ba77bb14e4fa5 b4f3ca4fda638ca9219bff3ce08f9510b8af7825 c5d04cefd6c057718e5461fe3f130cf9ce9c488f d5884b810b934b95c0132e68b53a8ed490ca3bc2 Package: ros-kilted-example-interfaces Version: 0.13.1-1noble.20260716.013012 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6365 Depends: libc6 (>= 2.14), 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.20260716.013012_amd64.deb Size: 375874 SHA256: 64e217c1e51deb6392d481e592c08badd05ee9859e831c50a39ef379df5cd38c SHA1: dda043f878f581cf6eabc2291e6614627c3f0350 MD5sum: 42ee8bdcbf2aa82570b38b8c69b43ea7 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.20260716.013012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 4789 Depends: ros-kilted-example-interfaces (= 0.13.1-1noble.20260716.013012) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-example-interfaces/ros-kilted-example-interfaces-dbgsym_0.13.1-1noble.20260716.013012_amd64.deb Size: 3825798 SHA256: b67041b7bcc13a471b1c256a75928d82378b6bf3c787c06fc790b1d0c361a690 SHA1: 0746ee73e4c667c4f3b61c15ef5a64b2d49e2fbc MD5sum: c9eddcc0a66d26ce5244f2e7bfb8687a Description: debug symbols for ros-kilted-example-interfaces Build-Ids: 26f80ec3c68dac43b1de042c3ce26ec91b927e39 2dcc55d52318c2108f43e1d7bae7afa541c389cb 33611ec4e090b7f1de722c790f53916007e0cc70 3d641bd9bb78cc44d405f9e46393936c740ba79b 484cf311eb3bc6b20b68121c471115d4b6109e59 5c778d3a6354689c887b0de2c17c6a491ca56a69 60c4078cd1ea9818fb7cfd14449475ff28695b16 65b51cdec3fa2c8638c2365286c66fbd37d5a6f3 8b88b0d87bf16bcf50c423f8bab8484665f3354d b0af5271af5b7ed49a0e14a2eccf85687ef39fce e08b0f3e47a22882064d22d265e91ca01287d261 Package: ros-kilted-examples-rclcpp-async-client Version: 0.20.6-2noble.20260804.164015 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 151 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.20260804.164015_amd64.deb Size: 38778 SHA256: 1036931ba1c2880795b72a4a1fb19518c98c668cc164241fc1b76da9cff03c11 SHA1: ec4bab33c1540a9337e5da0d67b3e42051a4d7a8 MD5sum: 47e1d4e782885050fcb8a2da4cc1d373 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.20260804.164015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 661 Depends: ros-kilted-examples-rclcpp-async-client (= 0.20.6-2noble.20260804.164015) 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.20260804.164015_amd64.deb Size: 620944 SHA256: 7e934c437a68e4a19c8b0478bc1b5795bebdf8148292972556eee2ed0e604b0f SHA1: a001f2a276a20344615cd5c13d6c36596a5112c3 MD5sum: 1374f595faaff0ae9a29a4c4b03c5b1b Description: debug symbols for ros-kilted-examples-rclcpp-async-client Build-Ids: 873c90f3f6db1e8c626c7a14d8c49b9f8b38a380 Package: ros-kilted-examples-rclcpp-cbg-executor Version: 0.20.6-2noble.20260804.165309 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1399 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.20260804.165309_amd64.deb Size: 212620 SHA256: 88977cab0ed17c370c56d0fb636796ef2b757911551b6194421cccfb2375cbbc SHA1: 69aac90fb3676852d09f7772dd8319fe11801b9d MD5sum: 15cba2cbba64c1aadcaf2aff5256b3ee 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.20260804.165309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7208 Depends: ros-kilted-examples-rclcpp-cbg-executor (= 0.20.6-2noble.20260804.165309) 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.20260804.165309_amd64.deb Size: 6160436 SHA256: 282662c490930afec7173d0b4e2475f0603563b21b610fc95bb5b020e6306057 SHA1: 3c440fa5abbb0a19b49ae27e16271ff488d1229a MD5sum: 680cec928302c318078c3fd614c1ba19 Description: debug symbols for ros-kilted-examples-rclcpp-cbg-executor Build-Ids: 426f7bfdd4f9ecbd51ff16cc48779b20e3c8ff23 46d79874328fff0c5fe3cbdb54f17abbe7cb5358 4f056a485544da431dc5a757b867b5becdea47c1 Package: ros-kilted-examples-rclcpp-minimal-action-client Version: 0.20.6-2noble.20260805.081512 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 548 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.20260805.081512_amd64.deb Size: 93962 SHA256: a2408504c1cd25eae926e709557b49319fb83cf980824bf4ab700bb8376bd08d SHA1: 4e18d0b79e5bcaa1473508ff1d8378d2286a46c8 MD5sum: 72453124cbe08c0f5db79d695fb3c54b 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.20260805.081512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2632 Depends: ros-kilted-examples-rclcpp-minimal-action-client (= 0.20.6-2noble.20260805.081512) 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.20260805.081512_amd64.deb Size: 2358244 SHA256: d59f83e169df7c5895a5ec592eca1a19692d7b020bc62687106f901ad6433df9 SHA1: 816cea8e34ea152297faa775c88ec497c726fb19 MD5sum: b5ebe6fc73866c8f672908825a09bd4d Description: debug symbols for ros-kilted-examples-rclcpp-minimal-action-client Build-Ids: 1d1c95c92494bd5e7c2a93b0f54415533a26385d 5ad3becc9a8059c44fbadcc50e974c18c334acb4 e0d4a35d1e70400e1f951ec1f4b3e759f38f7696 ee0f06eece4aaeacb11d74614abe3680154f9366 Package: ros-kilted-examples-rclcpp-minimal-action-server Version: 0.20.6-2noble.20260805.081544 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 234 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.20260805.081544_amd64.deb Size: 45216 SHA256: 20879cf2a7336065c57e4ae61b034589f032a3bd92a520feaab511b4025a15bb SHA1: 7ecbe47442e6525bc235e9089fd17c0017f18438 MD5sum: 7afc1e36ee29af77295d66dcac189151 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.20260805.081544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1116 Depends: ros-kilted-examples-rclcpp-minimal-action-server (= 0.20.6-2noble.20260805.081544) 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.20260805.081544_amd64.deb Size: 1011336 SHA256: fa5dce42ed83f133dd9257a8296c4f9ff7946feaa7f2f515de107a5691f86dda SHA1: db685531923513c32c339213852140b7d7f279cd MD5sum: 98ff634841bf7f6f7930c1e7c01927a4 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-action-server Build-Ids: 4349d14b3486cdde93ea2a53c613952531d159b5 7379151b2a8551a9f9c4e916084167ea3fd01c5a Package: ros-kilted-examples-rclcpp-minimal-client Version: 0.20.6-2noble.20260804.164108 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 116 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.20260804.164108_amd64.deb Size: 27738 SHA256: 85ce37d21a0257871e0af7ea4d964a95cff7fc5bde6ca2c60cf161062cc4b9c1 SHA1: b3330076d061d4f1e96aadd72984b6de449193ee MD5sum: f89bd4f72db57f3da7473724927b02fb 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.20260804.164108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 530 Depends: ros-kilted-examples-rclcpp-minimal-client (= 0.20.6-2noble.20260804.164108) 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.20260804.164108_amd64.deb Size: 503542 SHA256: 2b48122f2bad839e24308a6d2cec9d050cc31103d873a44b9f9f814aa1a27218 SHA1: cbd8b15ab26661395d6113b1dcf729abb7654451 MD5sum: 4a8df6cffbca160647dafce36e603f9c Description: debug symbols for ros-kilted-examples-rclcpp-minimal-client Build-Ids: 0973d5c76316cc9d32d5f11cbb819f4e658c3755 Package: ros-kilted-examples-rclcpp-minimal-composition Version: 0.20.6-2noble.20260804.174111 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 549 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.20260804.174111_amd64.deb Size: 113898 SHA256: d55ae4f44c814423427332857022af2e63148c60260014fa833db1854fae5669 SHA1: 56df8fc82e6f51aed853e03874459d54812d7e99 MD5sum: 787da53688a672dbeed19c53317c33d9 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.20260804.174111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3080 Depends: ros-kilted-examples-rclcpp-minimal-composition (= 0.20.6-2noble.20260804.174111) 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.20260804.174111_amd64.deb Size: 2731990 SHA256: 4dae2efecb199bb4b9bb9e305e18e35ade0e18be4af4e1ec456dc7ab4bd2b0f7 SHA1: 5414b20b368440523357e3c7e500a63dae42b107 MD5sum: ff98e9d9fb8c77052c07fd50359e23ad Description: debug symbols for ros-kilted-examples-rclcpp-minimal-composition Build-Ids: 522148190180021e1f7eec0e2b07f9b540e131a0 870ef79a14ffe438fac7c718f33cfd943ffa609e 9872995beae460aadb59dcaa7d287e627e5b62c0 c57496043c5a04746ee8a2a2b2ac3d11f5291354 Package: ros-kilted-examples-rclcpp-minimal-publisher Version: 0.20.6-2noble.20260804.164249 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 819 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.20260804.164249_amd64.deb Size: 131094 SHA256: 1864bec5c009bc233f3341bc041349095d44a2b02f151f6c5acee046fe3736f5 SHA1: a63d66d9d9aaec5dd52f40ef44f42a54d3e6f946 MD5sum: bec48e92e9d17e19de8386e3c32e6259 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.20260804.164249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4707 Depends: ros-kilted-examples-rclcpp-minimal-publisher (= 0.20.6-2noble.20260804.164249) 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.20260804.164249_amd64.deb Size: 4362770 SHA256: 2eec1a58cd4e55347891ae1dd0dc05987bdae730a525f0edb46e4c1fd9835283 SHA1: 5a4aea351e5e4b8c5d115c77d7e3fe2886d36ab9 MD5sum: b6b646a8947c477d31f24a92a70161d0 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-publisher Build-Ids: 2dbc9829a65e837a6279b77679cd682a9c65ccf7 347aa480e5fa91802f0e210323bf85d855f13b93 522cb634c830ce4cc61829e61cde485951d335df 5e865b4d12de3fcc9752317c28a38e80e8c6d9a9 7846b90c21417fdd17b05d0110d9dee3034ce615 edb7bf2e3c0ed0424981e4889ca3cfdc22850ebd Package: ros-kilted-examples-rclcpp-minimal-service Version: 0.20.6-2noble.20260804.164419 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 104 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.20260804.164419_amd64.deb Size: 23408 SHA256: ab426eb597cf28947091573b56cc2485aa3ba65334e0f82e1e5f797a1f55f19d SHA1: c7f9f291cb8cef0a5183877797c07197cb93510d MD5sum: 1d983e0dd61d5439973ecff65d721e76 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.20260804.164419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 409 Depends: ros-kilted-examples-rclcpp-minimal-service (= 0.20.6-2noble.20260804.164419) 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.20260804.164419_amd64.deb Size: 375886 SHA256: 07340fc4dd3a1220f9bd046dddd96883f966e27329ade5b643de0ab0f809910c SHA1: 9f3694365c318f35d5aa388b1a504dbab3ec1da0 MD5sum: 77157e3ceb0eabbe42574ef13adc5271 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-service Build-Ids: 16793726dde70238fed2658ad55f5cf90c46c920 Package: ros-kilted-examples-rclcpp-minimal-subscriber Version: 0.20.6-2noble.20260804.173503 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3642 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.20260804.173503_amd64.deb Size: 442560 SHA256: e524491859cd672d3ed3e94fe4fc63e936e69799069bd709c0ce25e813ec8119 SHA1: ca0ba41192a6ed3ca5b54723e9a84a8768257246 MD5sum: c716acf70d8a00168e6d7ba24a36fc16 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.20260804.173503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 19118 Depends: ros-kilted-examples-rclcpp-minimal-subscriber (= 0.20.6-2noble.20260804.173503) 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.20260804.173503_amd64.deb Size: 15996804 SHA256: da2c6f89d1abb4a19818fed764408796dd897fdb35d5260310a8142e253acf30 SHA1: 4fd830a2511c6b74c737bed5d12cbdb1bd23dfb2 MD5sum: 747bf43173d8d6704826c59ada7ef640 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-subscriber Build-Ids: 066f829beb92e43a810b10aaaa018cf648810bde 14e6bcea53d0381bdcee06d06a5befb807196ece 49560c07aa93a9e7a138861337e0e19e3e303c15 4d7ddd18359c895ca92728d7213c899523551771 9d6c3772539f0aa08a55184abc36b2f29e4abae9 a684e6a7558a5a16b5684497ec1f8d22ee3360bd aa7c5cf32bf2309ac6b686f5ecdb47fbe6b54d39 b7e349092eae5fd69daf60242302f1c47ac5efe5 e55a820604f60aae34a6446ddcd50f8449e836bc f1312bc44f272bb640bb3ba9db1f62a1f97aa2ca feb54a59657eeb18047b7a5d9614d78068d60b19 Package: ros-kilted-examples-rclcpp-minimal-timer Version: 0.20.6-2noble.20260804.164431 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 113 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.20260804.164431_amd64.deb Size: 16550 SHA256: 259a52ce7a5a8a6cb363219d957f8d0154c69da600868c2cb00a368fcd26c236 SHA1: 666d4f8d4b14d141ac322dd29ae33d3d69cfa32e MD5sum: 7efe2528b653d792c8aa3b1166e29bbd 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.20260804.164431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 532 Depends: ros-kilted-examples-rclcpp-minimal-timer (= 0.20.6-2noble.20260804.164431) 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.20260804.164431_amd64.deb Size: 498128 SHA256: 2d6bab0bb5218020525d96c724e9ed081d74c3a27d20813bbd4402b8deb3d2e2 SHA1: b7cde6102bbe3ddf5b58927cbc936e1f569d9b2b MD5sum: 3a7dcfce0007cc6bbc63953e019e7179 Description: debug symbols for ros-kilted-examples-rclcpp-minimal-timer Build-Ids: 5352e0ed69263b29a7c73542cf7f69ede5e62f06 b5cc00d6e17f5136fd141e5c1cb154e8f2b63edf Package: ros-kilted-examples-rclcpp-multithreaded-executor Version: 0.20.6-2noble.20260804.164554 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 472 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.20260804.164554_amd64.deb Size: 104180 SHA256: 9853ec78ee702bb5abcddfa2aaa8dd9a56bf1b11347430378addb381ca40b5c9 SHA1: ce96f26e1111f43d0cf698b077d5c199c3996929 MD5sum: 9970f935ad1514e06a9efb71a8e4d5ae 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.20260804.164554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2091 Depends: ros-kilted-examples-rclcpp-multithreaded-executor (= 0.20.6-2noble.20260804.164554) 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.20260804.164554_amd64.deb Size: 1777248 SHA256: 55af50c28ed879e56c971781f683f9055c75ebfd807c2bf24ebd392077196f8e SHA1: 75176c575af993b79d89de8b4dbb43c2c3a0a744 MD5sum: 4cd70009bb8906b425f56a1804b28e21 Description: debug symbols for ros-kilted-examples-rclcpp-multithreaded-executor Build-Ids: a5660396702b9d989789a519ae2642e21f244669 Package: ros-kilted-examples-rclcpp-wait-set Version: 0.20.6-2noble.20260804.173614 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3987 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.20260804.173614_amd64.deb Size: 539408 SHA256: 588fb33d4d674aefd9aa8a4209d01e617e0594dc6c95309ff0ab181d718bfe03 SHA1: 60060816d1cf0fb072ca823662e8f8ac4cde2043 MD5sum: 718839a525837a23320f03d1fbe573a7 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.20260804.173614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 20134 Depends: ros-kilted-examples-rclcpp-wait-set (= 0.20.6-2noble.20260804.173614) 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.20260804.173614_amd64.deb Size: 17360286 SHA256: f977bebf47ce7f97515574322eb22b83bf9ba5f5b5a9e056e718164eab030e12 SHA1: 2b708426352e31f3533952f369a754218a5693de MD5sum: 01d32f0925ca6946f35323c0d38a4240 Description: debug symbols for ros-kilted-examples-rclcpp-wait-set Build-Ids: 0c14b5f86c0101474c3391e320330aad2055ecee 10e051690d7cded9ec5d10e21053c0650c2816bb 25f4d1ab8e89238c0919b01c299837633fe825d8 46b9b797a85bdbe57ce22f53bc989c87b7248646 4fed7969a52cbc4258a6eebb9aa19426ea799a75 61a7c20a7e45844df2950232bd30de73f36f2372 665e939b69002f59bc407100b0146de8fb82fca6 974276c9c500216d045b6510c020275a17ad65ab ade490c107047a665eda9a67638e46bd43c5ec45 b45b2f318a0bb55e234f11ac3cf71ff5be2243ee e21e5461e120e8fee48fda960c19e6d99898b076 fb3a9d2b92a7d1dfa7e3239bfc4cd6136d39b4a1 Package: ros-kilted-examples-rclpy-executors Version: 0.20.6-2noble.20260805.140134 Architecture: amd64 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.20260805.140134_amd64.deb Size: 13208 SHA256: 69351ae6df786805c7066dd13f64b5aec71a1d73a0a645bdcaa90aea5dc537c1 SHA1: 5c935f03f3908b6b84384134b5c0e3d4a2c76cd4 MD5sum: cbbcebecd28e63c18aa1b9c8a520589a 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.20260805.140126 Architecture: amd64 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.20260805.140126_amd64.deb Size: 6282 SHA256: beb5e2069f81f7dead6ee59c3edd882abb094eb5e9efb61c6b5b45c9a81f4f8a SHA1: 424f58d52314085e04d42e4b554e65dec5121e7f MD5sum: 08b8e35fc33bbd3371403dbf81737823 Description: Examples of using guard conditions. Package: ros-kilted-examples-rclpy-minimal-action-client Version: 0.20.6-2noble.20260805.140136 Architecture: amd64 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.20260805.140136_amd64.deb Size: 12408 SHA256: d2cd77cb3cd2b4567c0676d19db36036745300fc0296db3b0d514eb2a6f69605 SHA1: ebcee8d261b24a4fc865c6f3ba670ad393bdcc9c MD5sum: 3948679594d9d19c7e22f22fabdf5690 Description: Examples of minimal action clients using rclpy. Package: ros-kilted-examples-rclpy-minimal-action-server Version: 0.20.6-2noble.20260805.140207 Architecture: amd64 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.20260805.140207_amd64.deb Size: 13408 SHA256: 76fda03e1f51ff7cda12b4ed4531ab3d79b6fd4cfffe8e90843819da9d0aae03 SHA1: cbc183a877b4ed463efdd53bf3c640343c2c6160 MD5sum: 6f53a2f3a599d377393612618525653b Description: Examples of minimal action servers using rclpy. Package: ros-kilted-examples-rclpy-minimal-client Version: 0.20.6-2noble.20260805.140133 Architecture: amd64 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.20260805.140133_amd64.deb Size: 9720 SHA256: c5aad32a8d90860d57908708eb1f24aafed51a7ef40df48a273ec8e86bd123ea SHA1: 427838412c0330f4478abd6662c2212cc56c7595 MD5sum: 710edf57d78e4acc3348ea74dddf4926 Description: Examples of minimal service clients using rclpy. Package: ros-kilted-examples-rclpy-minimal-publisher Version: 0.20.6-2noble.20260805.140134 Architecture: amd64 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.20260805.140134_amd64.deb Size: 9936 SHA256: 30d46fdd8b65e8938cc56749f9a762d000195483aa39775a5f99b107535f2da8 SHA1: 0ddff4b61d95ac738495ddda376ba0a3a920a4ed MD5sum: ab78937b455659bda01df2ccbfc65a4d Description: Examples of minimal publishers using rclpy. Package: ros-kilted-examples-rclpy-minimal-service Version: 0.20.6-2noble.20260805.140126 Architecture: amd64 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.20260805.140126_amd64.deb Size: 7212 SHA256: 70acb17ffb60eebf245e21de4f02312888c048b086f8abe35cd54402c3a8f04d SHA1: 3798cdd40bc271376c2a0f013be734a51106c88b MD5sum: 53655a641d2a275c1d6d8d94751e00c0 Description: Examples of minimal service servers using rclpy. Package: ros-kilted-examples-rclpy-minimal-subscriber Version: 0.20.6-2noble.20260805.140127 Architecture: amd64 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.20260805.140127_amd64.deb Size: 7688 SHA256: d26b9aea71f1d9375a8d31027ccde710d591b2ef350b8ee96f86e48270b043da SHA1: 1d95a67cc76226e21dad3280dbd7200294dbf6a3 MD5sum: 4414a238e8f42dcbff8740d2afdbb085 Description: Examples of minimal subscribers using rclpy. Package: ros-kilted-examples-rclpy-pointcloud-publisher Version: 0.20.6-2noble.20260805.140618 Architecture: amd64 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.20260805.140618_amd64.deb Size: 7208 SHA256: 5e469fd270278124bfcc209e097cb598b692dbec3b3be140518e754cbc0dd30b SHA1: 3f093f04dbc6459d852257d2710bb2d993bb1358 MD5sum: 6ab4027847de8705d54cff366fe60cc1 Description: Example on how to publish a Pointcloud2 message Package: ros-kilted-examples-tf2-py Version: 0.41.9-1noble.20260805.141158 Architecture: amd64 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 Homepage: https://index.ros.org/p/examples_tf2_py/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-examples-tf2-py/ros-kilted-examples-tf2-py_0.41.9-1noble.20260805.141158_amd64.deb Size: 15172 SHA256: 89d2d5811724a0710616808f1e851a1a54fe9ced7e66fb769327465e92d57bf4 SHA1: 2a169a978427c690dadd1e0b4510523a6310ffe1 MD5sum: 7adc07bc14f222b1f08ceb7885147b17 Description: Has examples of using the tf2 Python API. Package: ros-kilted-executive-smach Version: 3.0.3-3noble.20260805.141920 Architecture: amd64 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.20260805.141920_amd64.deb Size: 5468 SHA256: 4f33526c2e1b304255baf63b7d315b6568402ea993cd5bfa82cb367fe10adf71 SHA1: 9aedfe8192445d8d92ec4a9461ecdaaa20558ed6 MD5sum: cec39df71569057ce308a67dd78e69c6 Description: This metapackage depends on the SMACH library and ROS SMACH integration packages. Package: ros-kilted-fastcdr Version: 2.3.6-1noble.20260603.150321 Architecture: amd64 Maintainer: "Miguel Company" Installed-Size: 507 Depends: libc6 (>= 2.14), 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.6-1noble.20260603.150321_amd64.deb Size: 62142 SHA256: 4351554ac68be19acd5d3d22e125a3747fc1f03fff6e7100ddc2f9f2ccf120cc SHA1: 67f204fabb14c389f86aa5ac1dd50f0793be685d MD5sum: a131c5dc4f6ce2050a9b1ef3406f855c 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.6-1noble.20260603.150321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Company" Installed-Size: 278 Depends: ros-kilted-fastcdr (= 2.3.6-1noble.20260603.150321) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fastcdr/ros-kilted-fastcdr-dbgsym_2.3.6-1noble.20260603.150321_amd64.deb Size: 236994 SHA256: d5f790f8c0c4f164552f6d0bfa97e77b93f42388ec550495481dd40f1db86fda SHA1: f20404be40b10efd21e1cfe2ee8bb3326ea98875 MD5sum: dee07bdeac999bf6e7b09d01ecee377a Description: debug symbols for ros-kilted-fastcdr Build-Ids: 2af9080df4c90fce91f00b47902661150a382145 Package: ros-kilted-fastdds Version: 3.2.5-1noble.20260722.133141 Architecture: amd64 Maintainer: "Raul Sanchez Mateos" Installed-Size: 13882 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.5-1noble.20260722.133141_amd64.deb Size: 3533076 SHA256: 3c6a334f2aa3187c43fb6687c1b3ba30a2d254f49ca06a5b35c039858d2851f7 SHA1: 2d19a2c03ffc12bbf0ebbb3f159c0ca19c738464 MD5sum: 95ad9f5bcbe3a1327b2dc927def77022 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.5-1noble.20260722.133141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Raul Sanchez Mateos" Installed-Size: 65769 Depends: ros-kilted-fastdds (= 3.2.5-1noble.20260722.133141) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fastdds/ros-kilted-fastdds-dbgsym_3.2.5-1noble.20260722.133141_amd64.deb Size: 61816048 SHA256: ac4e0cc576778b8ec8ee0ec71ab0210834e95cbe12443f346480dcec92f00edf SHA1: 0140f61aaf13f927057b237cabd3dc52d3e275d9 MD5sum: 51d745095a5a0a87cc3e1521974c1dac Description: debug symbols for ros-kilted-fastdds Build-Ids: 2dedf3c61db30b3f6f3dcacd5efea333bb097367 68cc171e03e88b537074b753890b282885c7db78 Package: ros-kilted-ffmpeg-encoder-decoder Version: 3.0.1-1noble.20260804.175502 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 366 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.20260804.175502_amd64.deb Size: 107838 SHA256: 5d1ba925eadcd6b7de951547800774a930c7572f22c344b4bdecfd6337133674 SHA1: c933714b4e182a97ca0a5171abcbf4ba62e8435b MD5sum: 0c137488a8f057f4e2b57545aa25ecb9 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.20260804.175502 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1688 Depends: ros-kilted-ffmpeg-encoder-decoder (= 3.0.1-1noble.20260804.175502) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ffmpeg-encoder-decoder/ros-kilted-ffmpeg-encoder-decoder-dbgsym_3.0.1-1noble.20260804.175502_amd64.deb Size: 1618528 SHA256: 825ea3193b4e4a1531639e484a887a0d2c6e2cc6a38e1b2040d19b4a5cbe95d7 SHA1: f78c8d39b30a42d6be975e5d156cda25f8e9b127 MD5sum: ee0c798a1b826a7e31dd0a34f3dc6de8 Description: debug symbols for ros-kilted-ffmpeg-encoder-decoder Build-Ids: 9de9432474c2b9423dfe2126812475061866dc72 Package: ros-kilted-ffmpeg-image-transport Version: 3.0.4-1noble.20260805.145157 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 610 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.4-1noble.20260805.145157_amd64.deb Size: 135450 SHA256: e418dc8319af02eb45cb0650beb89e6e38e948e0293cf191821863782e312eb9 SHA1: 4c3a6fd6f86198db6b84287735dbbcebe873af4b MD5sum: e7e7aba238e4b41c73e31a36761a7468 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.4-1noble.20260805.145157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 2969 Depends: ros-kilted-ffmpeg-image-transport (= 3.0.4-1noble.20260805.145157) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ffmpeg-image-transport/ros-kilted-ffmpeg-image-transport-dbgsym_3.0.4-1noble.20260805.145157_amd64.deb Size: 2612724 SHA256: ec9347d31c0a99b70b284bb80ccd3e6f407153e0134e4ccb5804ce77ed54abd4 SHA1: 6a2e54924ae6acc2fbc793925f3ac720aadc727d MD5sum: 1c2adc09ba8679d50afc8798d78777ec Description: debug symbols for ros-kilted-ffmpeg-image-transport Build-Ids: 1cf8f51a02163b0fc98795b577a321eeea457f13 Package: ros-kilted-ffmpeg-image-transport-msgs Version: 1.3.0-1noble.20260716.014456 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 522 Depends: libc6 (>= 2.4), 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/ffmpeg_image_transport_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ffmpeg-image-transport-msgs/ros-kilted-ffmpeg-image-transport-msgs_1.3.0-1noble.20260716.014456_amd64.deb Size: 54160 SHA256: 86be7dd7f0e3f6d93ad8f41c077363ca9e5c36edceb839558515f7e6a4cfb43c SHA1: 9e92e6554e147137f244f7d8bea9664b1aa9941e MD5sum: 8bdf2b27e0549220f6fe110f91230238 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.3.0-1noble.20260716.014456 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 330 Depends: ros-kilted-ffmpeg-image-transport-msgs (= 1.3.0-1noble.20260716.014456) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ffmpeg-image-transport-msgs/ros-kilted-ffmpeg-image-transport-msgs-dbgsym_1.3.0-1noble.20260716.014456_amd64.deb Size: 232308 SHA256: 418cff1afb4e411b2225b848967b6583c6333f1511019bf0f5ef1b46d18e5c5e SHA1: d8a55f2df8d178cfc20c8785a599acd89b4e5edb MD5sum: b84567a562f1a40f55bbc91d9e194005 Description: debug symbols for ros-kilted-ffmpeg-image-transport-msgs Build-Ids: 00a6b9bcb58115d1673fdc8bd6b3c853848eaf8f 0a938f5348aecb8d86b5d9848ea3c5c63cd59b79 1e988e7257b73b656ebd6091a76d4820811f2f10 2a73e100a51a1f7d9f57bdfea86300d11d0600e1 4c7763300224421248d90851e6c10a625d0d3eb8 6bd5367507967bd47001c0dec25365870377ffa6 6fc4870de3ed5b2dbb0d7dd615e2d90beb80ddfa 94fae7b514827719c808421d812090cf4afb9b2f be8657a2698dd95fd5ca71a80f769ed1ba149e01 bfbeed02004574cf500386e2997a57f37acb342a c7e31e96795b5c12a14aad8f2725938e2d7a86df Package: ros-kilted-ffmpeg-image-transport-tools Version: 3.0.1-1noble.20260804.180345 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 574 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.20260804.180345_amd64.deb Size: 141150 SHA256: f02a006aa7d720f60485224f68a0a66f9efba099b182b244d618149312a74a94 SHA1: bc258176068852117be0ee7c9f034af33918e4b9 MD5sum: 3f7a98cb8cec772367cc7dc1cae1c145 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.20260804.180345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3411 Depends: ros-kilted-ffmpeg-image-transport-tools (= 3.0.1-1noble.20260804.180345) 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.20260804.180345_amd64.deb Size: 3268828 SHA256: d0782285d55640eb5ab372a5496de6722f4a65b78834b4f28bb0bf08df4db766 SHA1: 4e2ea1ddf14602086f02b0a9c7c965998e8de132 MD5sum: 49561663d59c8b487b5cdb39ee596bf2 Description: debug symbols for ros-kilted-ffmpeg-image-transport-tools Build-Ids: 45f367453f083c00ceacfab7ee403be99162b918 53a3dc600b34b50d753d4cbad4967d99e0a830ae 89e587b469e1ba60b784528fc97f91ba6684e371 df3329513752811cd734656712f69d8461d7558c Package: ros-kilted-fibar-lib Version: 1.0.2-1noble.20260410.103707 Architecture: amd64 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.103707_amd64.deb Size: 9452 SHA256: 0f2a1570eb8077d8a608291d1606d7bbeb24d5ba22a82c574da43a43c00695d6 SHA1: e105ac1a1adbab496e9631c7dd978624fe4e38db MD5sum: 68d882c781c8ce5518631d4e28ed8823 Description: FIBAR event image reconstruction library Package: ros-kilted-fields2cover Version: 2.0.0-16noble.20260410.133524 Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 12789 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.20260410.133524_amd64.deb Size: 4668116 SHA256: 6ea4479e508a456650862d683a5d6cab4068548b324e92fe0d0aa793158eab70 SHA1: c00d2e388f51314c59a8fa995add059de4428eb5 MD5sum: a8a6c553921c80efcec84b7ff12322f1 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.20260410.133524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 15181 Depends: ros-kilted-fields2cover (= 2.0.0-16noble.20260410.133524) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fields2cover/ros-kilted-fields2cover-dbgsym_2.0.0-16noble.20260410.133524_amd64.deb Size: 13940636 SHA256: 944cadcf6be7866213f5972010964d6359e09a9c372aa29291389b68b5364e51 SHA1: 82a5158ae582690ecd607d1d3c88c2f0734bb4c4 MD5sum: f9c55fb9a2d27126b39cd5a0def5f7b8 Description: debug symbols for ros-kilted-fields2cover Build-Ids: 5066ebe72ee76589b1b6b2b47c5eaad9a95bb2c0 b8cc1ce1d1c4e3be37f5a5a2814b2b9c3df8cf41 d53a6f549a9b1874735d0abc5a9a707e2731c804 Package: ros-kilted-filters Version: 2.2.2-1noble.20260804.164645 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 505 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.20260804.164645_amd64.deb Size: 80250 SHA256: 8a9bf849d76bb3d9590126962c9b4378b72b34c0af40adb66158bfe2476dff4d SHA1: de3bbb64997b618867a0b27403ed1570431bcbce MD5sum: 12435e2cee43a251b4ffb71758ec31c0 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.20260804.164645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1918 Depends: ros-kilted-filters (= 2.2.2-1noble.20260804.164645) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-filters/ros-kilted-filters-dbgsym_2.2.2-1noble.20260804.164645_amd64.deb Size: 1801202 SHA256: 44edd55bf5f8a83f04f6a6e25ee583225f6e895899c4f99119c3779888a256bc SHA1: 12264aa58b8ed4441d70d1fa712e23c11b49ca89 MD5sum: 39ff984de56444c468186d6754ab288f Description: debug symbols for ros-kilted-filters Build-Ids: 124d599d18758b4ce1f5d7d18702420dd9977eef 78543d51aa9ca52444496b511f63da5f280ff23f a467dc34e8fec0c68f713be526b4f1e7f229015a ac4ff17d66dc823727dae1aae08f6a69fc71bb51 e60bd160b0af0f9e375b170a5670e726680d5e23 Package: ros-kilted-find-object-2d Version: 0.7.2-1noble.20260805.153209 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 4195 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.20260805.153209_amd64.deb Size: 903414 SHA256: 5a10396503d96b3c4c15fdf77b2bf767681c96ce3bec3877fec6db7dd07006d2 SHA1: bcbf609f4d09f59e85c8e3f740d8144f685f50ff MD5sum: 77acc31cea1fe2a74e15e1d642357504 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.20260805.153209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 21464 Depends: ros-kilted-find-object-2d (= 0.7.2-1noble.20260805.153209) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-find-object-2d/ros-kilted-find-object-2d-dbgsym_0.7.2-1noble.20260805.153209_amd64.deb Size: 19748124 SHA256: 346e2ecc82efbf6e89f8e6902eadf6c0266ae1ea2ba776021706615fdf416185 SHA1: e2f7ddd590b73fddc1827063a17e00897eb976be MD5sum: 16e06c4cbec7943ec374a3c0d590d1d1 Description: debug symbols for ros-kilted-find-object-2d Build-Ids: 01fd265e7ca4b8e6a53da210cd19b0b713c46615 1ddddf3a5aa6d3205516a97f85828d5873f97147 250457b1b26e5ad3b6f2cded7cd6a8d4547ba656 33a577413f5bf573d9ba03ac4a1b3899758c7e91 44197d23f40b5da4e1bda990eacff6c580a75016 4b98730a4f9cb2c9508aa994b9f285c72e5c38fe 5234132be8eca2f3c62265d24852d77a40ddf32b 9116458a0af772a950cae0f08ba2decd539342f3 928bc4787a58f045ce4ec7f91a15ff81cb06ab44 a0fe4112eeeb5ed2dc3d9504904f348aaa36c793 b23675933e3c9067ca82a413b250e7b185ea9732 cc8232e3f8ce3627ae2a97f7bec4f7b525ec09e6 cd95dc1b678c37237609d54a8ac924b7285dcb2a d3278ae826ba614600a5be731c76c1ec390cf6cd eb179eee15a02b04686bbbc20bed8af37469c330 Package: ros-kilted-fkie-message-filters Version: 3.4.0-1noble.20260805.145514 Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 387 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.4.0-1noble.20260805.145514_amd64.deb Size: 55502 SHA256: b154babfcaa08d63785bb3ac3287e4c69f1f161b6e83b3817363cb078c5893b4 SHA1: 456f864d4229f2c279a7098ccbb5d8b9451707f0 MD5sum: 152ea4c4dd9e830c73b0f15b1a194e2b Description: Improved ROS message filters Package: ros-kilted-fkie-message-filters-dbgsym Package-Type: ddeb Source: ros-kilted-fkie-message-filters Version: 3.4.0-1noble.20260805.145514 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 260 Depends: ros-kilted-fkie-message-filters (= 3.4.0-1noble.20260805.145514) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fkie-message-filters/ros-kilted-fkie-message-filters-dbgsym_3.4.0-1noble.20260805.145514_amd64.deb Size: 240142 SHA256: 37f862022ab6a91da908dfd441c100fe7a30cdc9320c2899574da72bab9fb0f2 SHA1: a58914ce7c2bbaf9f6244c2a3219fe9357c97e1d MD5sum: b5af81305938f96f256c1f66b74b2076 Description: debug symbols for ros-kilted-fkie-message-filters Build-Ids: 42ec06c39ae6ebe9ceed2d50edb24fdeb43f2bfd Package: ros-kilted-flex-sync Version: 2.0.1-1noble.20260804.175914 Architecture: amd64 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.20260804.175914_amd64.deb Size: 17078 SHA256: dd270d4be170fc73dd5f538bbfe90954963f1a105d931655be59470e8497f9ca SHA1: 178ac9c8c88b57688b4f7e4a4a6afd17bd40bdf8 MD5sum: d5098560ff8565c41f58010993cb13d2 Description: ros2 package for syncing variable number of topics Package: ros-kilted-flexbe-behavior-engine Version: 4.1.4-1noble.20260805.144430 Architecture: amd64 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.20260805.144430_amd64.deb Size: 6614 SHA256: 15baa69aa93d94639b16b4b431c53f639e6d56f1374bcc22fc5ea119b8c187cc SHA1: 90f88fdf98e8fe0db3b5af8d186fdfdfa5142081 MD5sum: 91631feb797ac66f6962659daa578bad Description: A meta-package to aggregate all the FlexBE packages Package: ros-kilted-flexbe-core Version: 4.1.4-1noble.20260805.141157 Architecture: amd64 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.20260805.141157_amd64.deb Size: 144048 SHA256: 68a758cb2b0761955ec6d04772922084bc21b7f45b53adc0216a5a0a6a8ca47f SHA1: a105b5db59b679a8e53563fe289c18faf57f5746 MD5sum: caf62b840a1c09d4c9c314835bcf9cf2 Description: flexbe_core provides the core components for the FlexBE behavior engine. Package: ros-kilted-flexbe-input Version: 4.1.4-1noble.20260805.141632 Architecture: amd64 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.20260805.141632_amd64.deb Size: 26498 SHA256: 46fa226dfe7c5b7bedd623aab67318792861716ae57b676698bb9634014f141d SHA1: c5f76466eb2b9c00a3bcc0494e390b5ca6844f53 MD5sum: aea8c4bede77b92af44e556c1e601ae2 Description: flexbe_input enables to send data to onboard behavior when required. Package: ros-kilted-flexbe-mirror Version: 4.1.4-1noble.20260805.141619 Architecture: amd64 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.20260805.141619_amd64.deb Size: 70918 SHA256: c702833876c99896cdab6312824ad4eebcf5dfca7b7ab703032702676c8f9b73 SHA1: 364d608227a798d6ec6489704fb50dd0b241fca2 MD5sum: ab72c11d318146c0d64f44d75efd8ed8 Description: flexbe_mirror implements functionality to remotely mirror an executed behavior. Package: ros-kilted-flexbe-msgs Version: 4.1.4-1noble.20260716.021451 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 7466 Depends: libc6 (>= 2.14), 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.20260716.021451_amd64.deb Size: 490030 SHA256: 291e6c66885c3f68bc43a28df4e21a62a01a575edb01a492328acf3a4199b201 SHA1: da543922826ff13570e4a7adfd509438d6507728 MD5sum: 049b2b1e2ce0fd33355408093f1e8210 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.20260716.021451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 5094 Depends: ros-kilted-flexbe-msgs (= 4.1.4-1noble.20260716.021451) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flexbe-msgs/ros-kilted-flexbe-msgs-dbgsym_4.1.4-1noble.20260716.021451_amd64.deb Size: 4047058 SHA256: d455f2047278543cbf9a074db8fa72c24c1eada5d223efb615ecf99fd0e80c89 SHA1: d7a6ea42de9a1056857f7b8b8c7071985ef28626 MD5sum: 2d9c3d38671108abc43f55da7940dadc Description: debug symbols for ros-kilted-flexbe-msgs Build-Ids: 11e79a0211ed2e9dd16a1fcee85dcf259600f912 3c26d9484a35dda4c394e4a2a997baa020d11696 5f5e47cea350f55abd8b415fbdce6c77c33853fb 66e5c211e9d5b29b007a6708e503badb327c2282 68b3d2d157e5010c46dcd72d4032ad1c657b2dc3 693b955b8509b24a0922bb724da35e200e42f061 a5c3880c4d7368a3309984008e760fdceb00e126 caef43297f62a0fc19d2291a0d29ccf7bcbd7fe0 d6c5db2f26b2d664b3c8afab737b6a99c2caa2a4 ef704b956e8200c6969fedeba729e2bc763b1107 fbfa45bf0fdb37d0ea056187405b634e7797cc6f Package: ros-kilted-flexbe-onboard Version: 4.1.4-1noble.20260805.143100 Architecture: amd64 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.20260805.143100_amd64.deb Size: 49750 SHA256: 40f870eb0727f17aa77af8edd2b35ed8043b7e4ca9c59c91175ce58f2906224e SHA1: c59170f82ab978066922dce5c1d5277e4aa7b7e7 MD5sum: f9af1f9d7fc1b63d9228ce6bf864e488 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.20260805.142605 Architecture: amd64 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.20260805.142605_amd64.deb Size: 26440 SHA256: 9108fff71bfeeff5e5d9f8f4c7e5b7e898d92e0661d4828a689a4ec01cd737d2 SHA1: 36e1ad667ee8b206482ce9232e6a5d2715dbe698 MD5sum: 25ec2a6d082fd1c364a433ba57dab170 Description: flexbe_states provides a collection of common generic predefined states. Package: ros-kilted-flexbe-testing Version: 4.1.4-1noble.20260805.142139 Architecture: amd64 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.20260805.142139_amd64.deb Size: 31220 SHA256: f30aee4a175c56097c7bb0c1bea84c6fec45f36ef0ce6f27961521f5650d09a6 SHA1: e5d901c70364b4bf2805d7d7dc2a3313cb5879ff MD5sum: 1a0b1495a2753ce036622c00f653d2ac Description: flexbe_testing provides a framework for unit testing states. Package: ros-kilted-flexbe-widget Version: 4.1.4-1noble.20260805.143451 Architecture: amd64 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.20260805.143451_amd64.deb Size: 21906 SHA256: b5effc32695637f7088a4acfb30a8f6554fbe0c071b4f4e805710113b0b81587 SHA1: 91605dcbde86d40d1b0c886743154135d7969b56 MD5sum: 7ca2f2e729f56879cbdb8aba3bc48657 Description: flexbe_widget implements some smaller scripts for the behavior engine. Package: ros-kilted-flir-camera-description Version: 3.0.4-1noble.20260805.153622 Architecture: amd64 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.20260805.153622_amd64.deb Size: 96010 SHA256: caeafd8779a6d48ef4b77944edca0a62dbf7bcd7d63ed482f32ec5a1183e2e18 SHA1: 8613830b3eab892e868b96e9bb5b7fd982173336 MD5sum: 37b51f272e5590834ffa2a6790f6ae03 Description: FLIR camera Description package Package: ros-kilted-flir-camera-msgs Version: 3.0.4-1noble.20260716.014451 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 591 Depends: libc6 (>= 2.4), 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.20260716.014451_amd64.deb Size: 52522 SHA256: 60cb09746a5a821aea8322e1c99d5c58f4707d30f56e40b97454ebf860732b6b SHA1: 3010cf7b3c71d068f5d65320a55642db18ad5d79 MD5sum: 85913eb8fa72e3f3028e8e897b81ca4a 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.20260716.014451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 375 Depends: ros-kilted-flir-camera-msgs (= 3.0.4-1noble.20260716.014451) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-flir-camera-msgs/ros-kilted-flir-camera-msgs-dbgsym_3.0.4-1noble.20260716.014451_amd64.deb Size: 269598 SHA256: 67131f6e8000276cfc0533a54bb830c23ae1e3399bb616aecac3790bff185b33 SHA1: bb1cc62b5c2ec3803bac4f5d4acabc4a7a2ee450 MD5sum: fe3e9e942903a4244bd0c6471660e63c Description: debug symbols for ros-kilted-flir-camera-msgs Build-Ids: 5005b4fb3cb5e64955a2b89fbe94685f3c18f06a 7a8036a17c44e1ad624f9a2ecf1dc8a199f654b2 9baa6130e01ba97657610a01a5c3e39897caa373 9e1d15569603e1baeaddc1f8d730e78ed286c74a b300541ff87bab31d51d72693f0bf14efd920c48 c039ec2149cef7462859c2b6bdbe0cf7778f2eaf c5e7af4d975a9fe3960d61260f00a61f9ba6f63b c936ea690557ec75ed66098cc2c8a5e60d4c41a1 d701c22fab5163cc0b5bbfd956b12ec7c4853fe8 e27ebc9b06480790a9b768e002a13d4988a263e3 e2a11ebe92cd6dc4a282861f334285d68aaacaa1 Package: ros-kilted-fluent-rviz Version: 0.0.3-5noble.20260804.164505 Architecture: amd64 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.20260804.164505_amd64.deb Size: 13738 SHA256: 11588df2199e166c9b05f1280d150438b4196bdf03e61a81699cc457ca2232b2 SHA1: 9324f80994f9385c9354ae8f48c951af6b845806 MD5sum: 6437647e996400355eb8a8f9a8f8c051 Description: A library which makes Rviz fluent. Powered by C++17 Package: ros-kilted-fmi-adapter Version: 2.1.2-3noble.20260805.140924 Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 985 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.20260805.140924_amd64.deb Size: 287396 SHA256: 0f893f8a886f7c121871f62caa90c7782ba09af9790422bdd967647c052dc397 SHA1: 29c299e28cb61d7795521ef063467a9539d90616 MD5sum: 15d1a30ec660a88fba5a6c1b0560b36e 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.20260805.140924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 2767 Depends: ros-kilted-fmi-adapter (= 2.1.2-3noble.20260805.140924) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fmi-adapter/ros-kilted-fmi-adapter-dbgsym_2.1.2-3noble.20260805.140924_amd64.deb Size: 2381984 SHA256: 67ebf817802f882a5d1f55be1eb5133d3a52474d1c1bf1beeee517760f55c66c SHA1: 4fa3e6292497e5aa7fd1aa0ae0f1a76c0634103e MD5sum: afa4d41c09500addafa3fe05b0e07033 Description: debug symbols for ros-kilted-fmi-adapter Build-Ids: 8ea65a2097fdc2ebbee45a72fbb7979bbdd70cec cc64b9a253a31bcf0dfd5bc2aedd1cbfdf0c7a16 Package: ros-kilted-fmi-adapter-examples Version: 2.1.2-3noble.20260805.141341 Architecture: amd64 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.20260805.141341_amd64.deb Size: 45738 SHA256: 566b8af0ec1a3c4ffddb29ac233b4f8a1d1e6f704e3524319c5c2348145706c4 SHA1: da104c5233405b8a7ba0f6a8ac55daa862fe7e13 MD5sum: 3baf792b4cbda64cd384fee44cce7d8a Description: Provides small examples for use of the fmi_adapter package Package: ros-kilted-fmilibrary-vendor Version: 1.0.1-5noble.20260410.111648 Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 1901 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.111648_amd64.deb Size: 396020 SHA256: 55ba29b39688ab86d970bbe40becb18e7b514d5949dc0979984098d16bf002ad SHA1: e26aedec8d562b19b1ee186b8be648e54867f540 MD5sum: 603eaecce5e1c7e9af0f3355b46da966 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.111648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 752 Depends: ros-kilted-fmilibrary-vendor (= 1.0.1-5noble.20260410.111648) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fmilibrary-vendor/ros-kilted-fmilibrary-vendor-dbgsym_1.0.1-5noble.20260410.111648_amd64.deb Size: 663612 SHA256: 03952cce1bd12ce235a6e0bf4de568be72f1fc9280b61732ccda83a01e38ba19 SHA1: 2559b3f9d6eed405906d1473af48256f7af99cd5 MD5sum: 741fd7c784d8eeee068ac0d974d1665f Description: debug symbols for ros-kilted-fmilibrary-vendor Build-Ids: 8a7115ebd2852fb0ed14cbc1bdd2e51ee00476c8 Package: ros-kilted-foonathan-memory-vendor Version: 1.3.1-3noble.20260410.103707 Architecture: amd64 Maintainer: Miguel Company Installed-Size: 5315 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.103707_amd64.deb Size: 786690 SHA256: 79228984fb4aa96cdf435338f04d174dc7e7a0b157af6d4db5145db00a3c386e SHA1: 58ef5810eacf1cf7c7043ad9d678abf4ffedd54a MD5sum: 1d5b3291feec38f9adffd1e109818382 Description: Foonathan/memory vendor package for Fast-RTPS. Package: ros-kilted-force-torque-sensor-broadcaster Version: 5.16.0-1noble.20260805.143727 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1153 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.16.0-1noble.20260805.143727_amd64.deb Size: 294194 SHA256: de5e4e11775701eabfa34905ddae3fc1fa64040076a0dbae4dda7ac0af51cd31 SHA1: 5861af91b0b713c21dbd62f165cbb3f58edfde7c MD5sum: bc1796cc0c4923619c8b1f074206fc8d 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.16.0-1noble.20260805.143727 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 5099 Depends: ros-kilted-force-torque-sensor-broadcaster (= 5.16.0-1noble.20260805.143727) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-force-torque-sensor-broadcaster/ros-kilted-force-torque-sensor-broadcaster-dbgsym_5.16.0-1noble.20260805.143727_amd64.deb Size: 4620612 SHA256: 1ebe09a492a6b46a75e6c16afba525aaf813780d543b9ebafe68ed4b54cd531a SHA1: 20ff3aa1eaddb53dd868eba62f8a350fa778a873 MD5sum: 62b1306c715edf98a0404b01888f4f01 Description: debug symbols for ros-kilted-force-torque-sensor-broadcaster Build-Ids: 3c276671a9c95422c7c45db1d0c36bf233643e69 43c1c7828fedb341ea497f143a1b86b2246fd9dd 885be77feeea1664885e1e73eac671846c711969 Package: ros-kilted-forward-command-controller Version: 5.16.0-1noble.20260805.143728 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 584 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.16.0-1noble.20260805.143728_amd64.deb Size: 131722 SHA256: 4ebf3a243f6a395ee0dc56fe0622e943cdfedd138479ce959192790b77c640d7 SHA1: 27d3eabfc8de6be622c507c620fcd9a03872b5e4 MD5sum: 9734f95a964ac8a157cd3837b376c1ae Description: Generic controller for forwarding commands. Package: ros-kilted-forward-command-controller-dbgsym Package-Type: ddeb Source: ros-kilted-forward-command-controller Version: 5.16.0-1noble.20260805.143728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 2761 Depends: ros-kilted-forward-command-controller (= 5.16.0-1noble.20260805.143728) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-forward-command-controller/ros-kilted-forward-command-controller-dbgsym_5.16.0-1noble.20260805.143728_amd64.deb Size: 2431666 SHA256: 489e4043af2adb09d0ff8dde65e36703a68e7b812854416117699267c1a5ace6 SHA1: 4d3378eca069481008c60f07cd38b105352749e1 MD5sum: e9291d335ed6708384820f79314c829a Description: debug symbols for ros-kilted-forward-command-controller Build-Ids: d027864a42c18dda4b4531ff1188d4106c5c02a1 Package: ros-kilted-four-wheel-steering-msgs Version: 2.0.1-6noble.20260716.014548 Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 622 Depends: libc6 (>= 2.4), 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.20260716.014548_amd64.deb Size: 54632 SHA256: e6093589cff17d4dde5e69608fb4210ff4935910a142c5ccf1496d20abed5e87 SHA1: dd8f89816501d1eb1959ef9b0aa7b94575fe12c3 MD5sum: 0e8f9ee76507768ae4b3b317b303e370 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.20260716.014548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 377 Depends: ros-kilted-four-wheel-steering-msgs (= 2.0.1-6noble.20260716.014548) 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.20260716.014548_amd64.deb Size: 266384 SHA256: b985b27074a77ad1ddaa763c474d3700310c4183ca6b653726fd498d3ddd161f SHA1: bd7e13f5d9db8e071b432c9dc692930bf040de70 MD5sum: 4e39e2f87a46f47adf4b62d2469f845f Description: debug symbols for ros-kilted-four-wheel-steering-msgs Build-Ids: 37f023d079374c1401230ca5fe5de23793d74e93 3c17e7262c86f2e3924b2f475a16fa5705b9a4e2 464c39defc0477b1c7d337c1f717c43a7baaa38a 59727b2eb7137d0596404465931f4724ead3aedb 6ecacacd49bba128cf05c48ca453dc3bc201c312 793596d8a5d3ff2973b50152fc59c01d8a2607e9 a350d9ab2ac56f623fe69f599fa8d1c12308b147 c38f88e97970e82e73ca3e9bf66e817b272b38ee c8a816b5f22bbbe0579a3b6b3cad47aed9cd4462 f9fad1754b888c3e272ed0f2b713b8f9bfda270e fa5a041253a4c704977e3f7a314151dee632dbc3 Package: ros-kilted-foxglove-bridge Version: 3.4.3-1noble.20260804.180712 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 41373 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-kilted-ament-index-cpp, ros-kilted-rcl-interfaces, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rcpputils, ros-kilted-rcutils, ros-kilted-resource-retriever, ros-kilted-rosgraph-msgs, ros-kilted-rosidl-typesupport-introspection-cpp, ros-kilted-rosx-introspection, ros-kilted-service-msgs, 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.4.3-1noble.20260804.180712_amd64.deb Size: 12834304 SHA256: 0d8eea14847e63588d667ede29a9dade6c32228efdf83bf85ac124e55cf4f17e SHA1: 6fdd0e7eb45334a420991b809188de38ccb23546 MD5sum: 5a585b5071c25bc30d64f681de976dd7 Description: ROS Foxglove Bridge Package: ros-kilted-foxglove-bridge-dbgsym Package-Type: ddeb Source: ros-kilted-foxglove-bridge Version: 3.4.3-1noble.20260804.180712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 20326 Depends: ros-kilted-foxglove-bridge (= 3.4.3-1noble.20260804.180712) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-foxglove-bridge/ros-kilted-foxglove-bridge-dbgsym_3.4.3-1noble.20260804.180712_amd64.deb Size: 9879402 SHA256: 27358eda147b83cea009a207dc4f7aa3f7b8c3c8914c22bfc3c6810c0ae3930d SHA1: 1ff50bdb1fbb6d4a50c954b6eb1c32a068384526 MD5sum: d0e7ccf77752b9c88a11fe829fb13fac Description: debug symbols for ros-kilted-foxglove-bridge Build-Ids: 0057dc2f0b69a8c3eb7750e10da760d99fab140f 61d9dc9002e4c5e33881e85c72794361c960763c 8a6a4f9233c8619ffc7406ba7e49b7cfe92c9993 f8ad5a1b5a37eb51e0427118b00020803bb1f51b Package: ros-kilted-foxglove-compressed-video-transport Version: 3.0.3-1noble.20260805.145205 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 597 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.3-1noble.20260805.145205_amd64.deb Size: 133128 SHA256: a6caf4f63c1c32f44ed3d2c91f73dd0f70b2c36aaee22e75855d1e3a27da917d SHA1: ac4c9279e09b3a581a64784fa37e5128f9e97bdb MD5sum: a6901a8fb53eccb9031ceb27f2b47555 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.3-1noble.20260805.145205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 2943 Depends: ros-kilted-foxglove-compressed-video-transport (= 3.0.3-1noble.20260805.145205) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-foxglove-compressed-video-transport/ros-kilted-foxglove-compressed-video-transport-dbgsym_3.0.3-1noble.20260805.145205_amd64.deb Size: 2594684 SHA256: f48f2ee1248f0f0a98554376c42930d1fdcf8095d6c904b5b8ae0f29dda76d23 SHA1: ba5e43103ac949961fc82302069ba35349d2f1bd MD5sum: 819fdb7e038089f341fb07c25a35677b Description: debug symbols for ros-kilted-foxglove-compressed-video-transport Build-Ids: b977ed64aeb63583a3940d1ff7c927a32558af14 Package: ros-kilted-foxglove-msgs Version: 3.4.3-1noble.20260722.221543 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 7595 Depends: libc6 (>= 2.14), 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.4.3-1noble.20260722.221543_amd64.deb Size: 526780 SHA256: 94037fba0f5776442f879ad800b25d7827d1991bef7fc8d793664489e52fa20c SHA1: b8da56b79ce44e2392a3370a8b8653ffa7f0fd98 MD5sum: 60f35d91602d9b774b8e65128ba7e38d 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.4.3-1noble.20260722.221543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 6315 Depends: ros-kilted-foxglove-msgs (= 3.4.3-1noble.20260722.221543) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-foxglove-msgs/ros-kilted-foxglove-msgs-dbgsym_3.4.3-1noble.20260722.221543_amd64.deb Size: 5388556 SHA256: dd7392bd5eed720296fd56675bd0982dd66f24b1456faeaa961f689fb548a283 SHA1: da18b6522951fd8ab5cfc1abe8607b4a80170568 MD5sum: 0c8aebf167fce1244d75b4b22f6a9f94 Description: debug symbols for ros-kilted-foxglove-msgs Build-Ids: 1e38e4acde92afa3b00a8110a94d015213efc06e 1f1fb6d73f0a1580de6f3549696b2a179af4c6c0 490adcec3b2307f5bc078fbcdc6cffcfe8bbd189 5e9c5fa507d5e864f327a8fd93519e5a26022ce6 8090159276ba1348977975146a09363cdea16838 8b7faa34a8b89c6d8c49222fbc5a756cb03eefb5 90242fc49f00d72bcd34cbc3af96385a1fd033f5 9494635ff6947d382282cade566810e033092672 9a39dd5d11501b6d87dc5be42c708ee106b4444e c18d0773e77064ca61227a854afb2452b2ce64d5 d145b709c810901b5530f7fc3307b4f1068129a6 Package: ros-kilted-frequency-cam Version: 3.1.1-1noble.20260805.145207 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 704 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.20260805.145207_amd64.deb Size: 170656 SHA256: 372fb212754d7e48569ee867236edc30c03ce34c4522a1a8a211564164dee674 SHA1: 6f155586bda333dc6742b7e93a86b081b3e64f89 MD5sum: faad2be2591faffcbfd1bc80fbc9e316 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.20260805.145207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3566 Depends: ros-kilted-frequency-cam (= 3.1.1-1noble.20260805.145207) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-frequency-cam/ros-kilted-frequency-cam-dbgsym_3.1.1-1noble.20260805.145207_amd64.deb Size: 3186124 SHA256: f2ddaecf96a05cf7b6939ace11c1dc84cb38a6c6bfa2e5722fd102c956d4f16c SHA1: 8ca899f18cc9c63ae80dacacd90ca4785d87809c MD5sum: 612453676b3a641d78c9e0df1263e912 Description: debug symbols for ros-kilted-frequency-cam Build-Ids: 03963a58df468258aa5d069fef67894960b4bff8 db426cbf048b451202fe9167f02970dc9aa79eed f272485d9c236ef0b8d7cf6d106c79ee32341ad9 Package: ros-kilted-fuse Version: 1.2.6-1noble.20260805.153505 Architecture: amd64 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.20260805.153505_amd64.deb Size: 6216 SHA256: 9967ea11e05a211262f2bf0248bc75780ca9a1f078009735e5eb0ac62d378417 SHA1: 9a107ecf13c35a8c477a90e62e8a18961021df7e MD5sum: 70fbab748ecaf5ffb72a390d1ac9ec74 Description: The fuse metapackage. Package: ros-kilted-fuse-constraints Version: 1.2.6-1noble.20260804.181927 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2803 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.20260804.181927_amd64.deb Size: 469390 SHA256: 991105b78317bbc44451ff73244af3aade03cbc35cac901d061ac3b1b138c8c8 SHA1: fb4e24aee72defb699650b73602380a16bba6400 MD5sum: 9583c6253931a7ed0fe00d0b7936ca99 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.20260804.181927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 22392 Depends: ros-kilted-fuse-constraints (= 1.2.6-1noble.20260804.181927) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-constraints/ros-kilted-fuse-constraints-dbgsym_1.2.6-1noble.20260804.181927_amd64.deb Size: 20286092 SHA256: e22792aab4d7250270076acb2ce5131fbe7d3e6ca7ab5eb04e420c26e76a7fae SHA1: 6794bafd873d217e550af834f4671a16129d1d53 MD5sum: f4290e934899465b18c389fc9797b3bb Description: debug symbols for ros-kilted-fuse-constraints Build-Ids: 8ad2b0f5b15b20ccad0c198e673a8f1fd63b1dbf Package: ros-kilted-fuse-core Version: 1.2.6-1noble.20260804.175927 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2410 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.20260804.175927_amd64.deb Size: 460118 SHA256: b7a5a3a041dbd3d348220513488eed536ac8d33dde5221e26e90e0ea110ebaf6 SHA1: 95f78d590203b30404ea62adf9ef42dfccd7c072 MD5sum: f6324298135e716bfea4b7bb83938323 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.20260804.175927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 11336 Depends: ros-kilted-fuse-core (= 1.2.6-1noble.20260804.175927) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-core/ros-kilted-fuse-core-dbgsym_1.2.6-1noble.20260804.175927_amd64.deb Size: 10249528 SHA256: f0897c04e46700891c190abd403299f94770bc852e9b96bfe951f71e1f88295f SHA1: 8920e2867ed8f9a19e14eb0e5838e48ce1ea16bf MD5sum: 954b4e56c1fd711c8a118a6a30e7c287 Description: debug symbols for ros-kilted-fuse-core Build-Ids: 46a4ba9e3267a100e1a1dc1abc4b573fecbbfa0f 73bb66a724ce06668e5f255e5a88ad461e3edc15 d0f916f66e5c2f65ea45c069b940835954b5194a Package: ros-kilted-fuse-doc Version: 1.2.6-1noble.20260730.180313 Architecture: amd64 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.20260730.180313_amd64.deb Size: 6070 SHA256: 5dbaf889a229b0c50864767fb7bea16a3e22c959951bc26b870039597c67e28c SHA1: 5ce0866561f1ea01f5b1bf0b88f496a2f1312dd7 MD5sum: 41ccb0bf5d082d5a2430d792eb0688d7 Description: The fuse_doc package provides documentation and examples for the fuse package. Package: ros-kilted-fuse-graphs Version: 1.2.6-1noble.20260804.181009 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 541 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.20260804.181009_amd64.deb Size: 104554 SHA256: 8f9ed2b94943ddb7f7534f01ec178f3f0ae40579639e30caafc764e8c61893b7 SHA1: 5d0fa66e2de254ce29e2c671ef790c87b14f3828 MD5sum: b92cec9a2423d1c2cef5d2ef46ca8818 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.20260804.181009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1863 Depends: ros-kilted-fuse-graphs (= 1.2.6-1noble.20260804.181009) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-graphs/ros-kilted-fuse-graphs-dbgsym_1.2.6-1noble.20260804.181009_amd64.deb Size: 1499810 SHA256: 8c7fd05568f5d3279a5f5d5c9636784c892913171f0c21dc4f783732534ecaf7 SHA1: 3492c2a5ac697e519e90dbf77b11e12be8b7c257 MD5sum: 5f5212ef7c4eecb81edaf72f2e70a311 Description: debug symbols for ros-kilted-fuse-graphs Build-Ids: dd27a5af617eeb049cdc2d492dc34b5996e0d1ad Package: ros-kilted-fuse-loss Version: 1.2.6-1noble.20260804.181025 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1141 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.20260804.181025_amd64.deb Size: 221050 SHA256: 80b0f8e6063fb760d286ff47229762b589e0ae7a635d6e4a07eaaf98b616a11c SHA1: 71808e6867a3afe7c5dfd68f17089d603916ae0b MD5sum: f3cc185b9b4782db4e4362b8a6b5cef5 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.20260804.181025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 4824 Depends: ros-kilted-fuse-loss (= 1.2.6-1noble.20260804.181025) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-loss/ros-kilted-fuse-loss-dbgsym_1.2.6-1noble.20260804.181025_amd64.deb Size: 4137452 SHA256: 0ee63cddd3138ee44e639a7d95b2628f72033d38fcc783174a28ca3863825c5d SHA1: 7c92a1a2f2dc75a89bbb59f7a539f6faa7727a84 MD5sum: 4684395b22c15b11a7b4e0df0dd0c6ad Description: debug symbols for ros-kilted-fuse-loss Build-Ids: 06d9766d094bc87bc901f434691b3a5bfa64ad1d Package: ros-kilted-fuse-models Version: 1.2.6-1noble.20260805.151233 Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 4461 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.20260805.151233_amd64.deb Size: 794240 SHA256: 1d73d4c3fa071d1e2c43f70da88c5ab769069be26e5807f15f8858968738ad8e SHA1: 4c732969621788947bdb08216559581195d5a80d MD5sum: 24a316eadc57e0ee167db9a2a5c0bc24 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.20260805.151233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 44540 Depends: ros-kilted-fuse-models (= 1.2.6-1noble.20260805.151233) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-models/ros-kilted-fuse-models-dbgsym_1.2.6-1noble.20260805.151233_amd64.deb Size: 41089088 SHA256: 52358f8bf264294477807251103701d35e65a929cd99a0672834669b612d2a97 SHA1: fafd645d05b62a9888627c35f0bb4b4f6317e5ee MD5sum: 6f974013910245a605e2d86bca0544e2 Description: debug symbols for ros-kilted-fuse-models Build-Ids: 3e126e44c53f6faa52b752f6d6d5abe33abf5d0a Package: ros-kilted-fuse-msgs Version: 1.2.6-1noble.20260730.180022 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1837 Depends: libc6 (>= 2.14), 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.20260730.180022_amd64.deb Size: 147982 SHA256: 6ff1b4b25baceb1211d1bd901389b60a2aab7688c4221dcc1b116023e3a0b19b SHA1: 3f5aa4de5ccdc6f66d85c6f7555d2c5f6b37b861 MD5sum: ceb8c243815d86e5ad5fd6f8ec60bd7d 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.20260730.180022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1427 Depends: ros-kilted-fuse-msgs (= 1.2.6-1noble.20260730.180022) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-msgs/ros-kilted-fuse-msgs-dbgsym_1.2.6-1noble.20260730.180022_amd64.deb Size: 1141106 SHA256: 2ac2f91a5d1a804c197e0e2dedc1ccb522107ed88c445fae25521f487d46e643 SHA1: 72d45f7c38a4c9652a5abeb779a132275729fcc4 MD5sum: 22d52c8796722ad262e9c9d50f66f9f0 Description: debug symbols for ros-kilted-fuse-msgs Build-Ids: 14db1fc52ba3d92b073fa4435a8d25f480abd6b4 2aefbc2d1be22e5832c1b9f2e2d1a18eba51f333 2ff066336c6ff7b5d0088d87c0a4079d1533d2af 4209f849c677bbb5882ebc1e8d34472f96606fa7 5228d0d98fd47242321028d46d153072fa557639 5781a9abfeaca521753e8e4bc1b38344648fd79e a5f0078d34de77ba586cdd9edcc74e3b3dd60ef7 c0efb1875b31597350eac245c8f0a6720a218bec d8d0e5f5e38ea7aa375b5b77eb5d338fef119fa1 e752546fa49378c4e4290e7840d86d5bc9ca1ca4 ef619dd98edc476533ed4ee1db31f80806687c61 Package: ros-kilted-fuse-optimizers Version: 1.2.6-1noble.20260805.141417 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2243 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.20260805.141417_amd64.deb Size: 408158 SHA256: 15a82277120c2e844578830b63f42cb27ce9fb46e45503485436e00432949e97 SHA1: 5392155a78d06f3c4de7aef1319310e90c949811 MD5sum: a0bda4727ecf851c651e51afc61e4085 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.20260805.141417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 10080 Depends: ros-kilted-fuse-optimizers (= 1.2.6-1noble.20260805.141417) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-optimizers/ros-kilted-fuse-optimizers-dbgsym_1.2.6-1noble.20260805.141417_amd64.deb Size: 8534048 SHA256: faab9094aa14ab3571867d47cbb25bceeef67a389617683ba6f92157b8133f72 SHA1: 2b684be34ffdb0c09b7f6121a0b95f622e89e15f MD5sum: 3eb1e66a31a4d187b956fc0b2f573b64 Description: debug symbols for ros-kilted-fuse-optimizers Build-Ids: 0016b24c1f342c53055dcc1fcde002de221b6354 422bdeb1367366b0567d87ff18a298bc697c822d f6037e5f30414fcf27d090b6f95e6145db7b9c13 Package: ros-kilted-fuse-publishers Version: 1.2.6-1noble.20260805.145919 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1164 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.20260805.145919_amd64.deb Size: 247172 SHA256: 46fbe8955bf22e21b3bac48792e317526d628f6ef191f356791fb674a13c3506 SHA1: f033ba05f66bb7af56721363c34680bcfec024b7 MD5sum: 70a551401ae72dfadb4a84149bb0915b 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.20260805.145919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 6273 Depends: ros-kilted-fuse-publishers (= 1.2.6-1noble.20260805.145919) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-publishers/ros-kilted-fuse-publishers-dbgsym_1.2.6-1noble.20260805.145919_amd64.deb Size: 5537218 SHA256: b2712573ec6db6b82b00d31e6fb32918491866bbaab2dc96d64411c09dc1dfec SHA1: d3392846f04ff49604cf4b036af5b0dd93793af9 MD5sum: fbb5b81b26ab83ced4f013568a6672a9 Description: debug symbols for ros-kilted-fuse-publishers Build-Ids: 6a324c5890ef457a35807236f15653f1573cb05d Package: ros-kilted-fuse-tutorials Version: 1.2.6-1noble.20260805.154625 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 7260 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.20260805.154625_amd64.deb Size: 1517248 SHA256: ca2f368b1b4c6cfe6f7af80bb2906ed2392ef00a7658d4f1c5e2af8415fc2e4e SHA1: 5014c6c0655b9ffed4abef9a719bccce82e3a6aa MD5sum: 6e7638d02493bec06606a43723dce9d8 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.20260805.154625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 8329 Depends: ros-kilted-fuse-tutorials (= 1.2.6-1noble.20260805.154625) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-tutorials/ros-kilted-fuse-tutorials-dbgsym_1.2.6-1noble.20260805.154625_amd64.deb Size: 7297092 SHA256: b3c40de586099470e456a48c05584e8cd5c5fd3a480222516f7441c687046de7 SHA1: 83eac464995b6828bc941c1055be3a281a334005 MD5sum: f6476495eaa98bd187272eb418fba179 Description: debug symbols for ros-kilted-fuse-tutorials Build-Ids: 1b6ba6983076a35d294fbecb20c9e364a494fe5a a4e50e89868ff21ce4bb80e43da8a38a6b722977 Package: ros-kilted-fuse-variables Version: 1.2.6-1noble.20260804.181043 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1635 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.20260804.181043_amd64.deb Size: 246756 SHA256: 532c27bc72e9ffc99c360ac5acf8292daba2876cb105faeb13ca722783135470 SHA1: 810fd1819cf234abdc0d9f2eae8991b0b7377218 MD5sum: dba1d53e428ee0f076ae5747b5edc3c0 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.20260804.181043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 7866 Depends: ros-kilted-fuse-variables (= 1.2.6-1noble.20260804.181043) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-variables/ros-kilted-fuse-variables-dbgsym_1.2.6-1noble.20260804.181043_amd64.deb Size: 6504274 SHA256: a27cecce3cc2a7ee4c84c5d365a55ff7cf4540cc9eabe1776e68c40f4bdf827d SHA1: e0f47668fe60dfdc7bb3b32a9fa60b1e52351344 MD5sum: 99e09f61989ffa92a8ac9c7be281781c Description: debug symbols for ros-kilted-fuse-variables Build-Ids: 027dfd99769b626fc7acec8d2440cf44d4e1a481 Package: ros-kilted-fuse-viz Version: 1.2.6-1noble.20260805.150943 Architecture: amd64 Maintainer: "Enrique Fernandez" Installed-Size: 1475 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.15.1), 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.20260805.150943_amd64.deb Size: 330808 SHA256: 31348d6b1ea4af5d47930474bedd0c0628fcdbfa372fe0621700e61f14bb246a SHA1: 5648ab1b75e3ce2d5a68095083b1405641698f9d MD5sum: 999b08c163c475503638af938c7aec04 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.20260805.150943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrique Fernandez" Installed-Size: 11061 Depends: ros-kilted-fuse-viz (= 1.2.6-1noble.20260805.150943) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-fuse-viz/ros-kilted-fuse-viz-dbgsym_1.2.6-1noble.20260805.150943_amd64.deb Size: 10240454 SHA256: f7e5f99722471066a5a74cfc9e6940b2abe89bc53e50fd1b43a6dfb8b3eb6808 SHA1: 84bb222fc5efa7e696e46c8a7048031b2c21b409 MD5sum: cae0d1696c14618a8d3b00998087722a Description: debug symbols for ros-kilted-fuse-viz Build-Ids: 6e43e4d63c76cd8b939b3e659868e488e9537870 Package: ros-kilted-generate-parameter-library Version: 0.7.5-1noble.20260805.140136 Architecture: amd64 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.5-1noble.20260805.140136_amd64.deb Size: 9524 SHA256: 16db7fad317c9d5ce952a486a1965b9c03fccefe36f9ce5ca9b8ace9e2f86275 SHA1: 9280fdc5745a888feb72abdf008e34244c30048e MD5sum: 363ebe1b176268ac6e3dde628fbdb5fe Description: CMake to generate ROS parameter library. Package: ros-kilted-generate-parameter-library-py Version: 0.7.5-1noble.20260724.150804 Architecture: amd64 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.5-1noble.20260724.150804_amd64.deb Size: 58008 SHA256: b9be66efc776ab11673f0bb121c90e84c24f0d20029815448d47d0c597bdaf29 SHA1: 828854712c57da5e136715f790dca7ffb7190ca3 MD5sum: 94bdd1893edeb260951d032b5a595dc9 Description: Python to generate ROS parameter library. Package: ros-kilted-geodesy Version: 1.0.6-2noble.20260716.022048 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 124 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.20260716.022048_amd64.deb Size: 20864 SHA256: ea7da391acf0f5c89d961a20a39cc263c5b4a148a51ab100cb447a5711cc35c5 SHA1: 98cb35ec782e081a55bcba45e6a3b85a8b313d39 MD5sum: 7a29f42157af64385fae932f8fbac9e9 Description: Python and C++ interfaces for manipulating geodetic coordinates. Package: ros-kilted-geographic-info Version: 1.0.6-2noble.20260716.022330 Architecture: amd64 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.20260716.022330_amd64.deb Size: 5328 SHA256: 0505d55c49cea998755b1bcdbe1af18b0aabc68a7dca9e63d5226fe2d71b7a27 SHA1: 390afbe1e84eba559c9810e792d3414ea66c7c5f MD5sum: 5ab9b5e74c33f330c159b1389641838b 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.20260716.015154 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 4566 Depends: libc6 (>= 2.14), 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.20260716.015154_amd64.deb Size: 318822 SHA256: be852df4b7a9418cb223be7b4fa633d89878413a9e53af8b2111f78dd477595f SHA1: c09161693ed0d33e1906743ebc11e5c2820e9c36 MD5sum: cca43c63d2a925fea474224722b9a198 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.20260716.015154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 3832 Depends: ros-kilted-geographic-msgs (= 1.0.6-2noble.20260716.015154) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geographic-msgs/ros-kilted-geographic-msgs-dbgsym_1.0.6-2noble.20260716.015154_amd64.deb Size: 3201150 SHA256: bafd69f524296ebf28cf7715dc439bafd5f89b9b48a89a45f771aa4aa198e911 SHA1: 6ce9784b975b0b46eb3cfa540523b56ccf9a7100 MD5sum: 916ac59fe6749d505e9a795fff45187b Description: debug symbols for ros-kilted-geographic-msgs Build-Ids: 3866b6282bc3faa1d96e9d9c04220383679ea000 397136252f1b2b1e2baa08a1a7a61b81c323f78f 47c1f167fd7bd51650eed21fc7f936e5f04ee9f1 694fa017051b0a450acd6f2436bb87bbfb8e04cd 697210c3e45833f2920c51cbd1c5c5046d5238a2 7f056ddc3fa81b28bcefcd0ebc6655fdd1da4ce0 8be493c6199eb3c8e28ba28fec9f6daafd7e4f90 c59ccc903672d5da4c7d726f7ab193012701cf80 df5e8139b2e32b2abc862ec6079b9ab23cf83f0c f94cfb7ffeccd649f0de8fdb43badecae6e42dca fdda7fbafd62d128600f6335cba92a233df1de44 Package: ros-kilted-geometric-shapes Version: 2.3.3-1noble.20260804.164638 Architecture: amd64 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.20260804.164638_amd64.deb Size: 97348 SHA256: 206ce2f9c61d4911c31a1fe4a0c80503065b78f9d3c7ac0df4d4e3d5d4badbfa SHA1: 6ae6e9232b38d2a1013865c1b08013a8e78422ab MD5sum: fd8ed34e8c0f0de709545cd6c0ed908e 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.20260804.164638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 6114 Depends: ros-kilted-geometric-shapes (= 2.3.3-1noble.20260804.164638) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geometric-shapes/ros-kilted-geometric-shapes-dbgsym_2.3.3-1noble.20260804.164638_amd64.deb Size: 6138094 SHA256: f4b89f933fcd3dff242e3873a2e1bfffd5f444a0920a418a802864c21ae76dba SHA1: ca02b0c3a0003807db55307995b0bdb09b711db7 MD5sum: 47721c2b5d6a22a3dfc2141fa620e866 Description: debug symbols for ros-kilted-geometric-shapes Build-Ids: 6fb96eb6bfb4626fc57aed30a69db096efeef9fa Package: ros-kilted-geometry-msgs Version: 5.5.3-1noble.20260716.014519 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 4515 Depends: libc6 (>= 2.4), 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/geometry_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geometry-msgs/ros-kilted-geometry-msgs_5.5.3-1noble.20260716.014519_amd64.deb Size: 272592 SHA256: caff5455cc68b64629757457982e73ebc9f989943cc539953b91fb77feaef79a SHA1: 3552340bc8ae701de08d682731f81da58e6132b4 MD5sum: 7664141dbdf600f70f5d8e6aa21f5407 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.3-1noble.20260716.014519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3473 Depends: ros-kilted-geometry-msgs (= 5.5.3-1noble.20260716.014519) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-geometry-msgs/ros-kilted-geometry-msgs-dbgsym_5.5.3-1noble.20260716.014519_amd64.deb Size: 2825540 SHA256: a503fca0da6fdcd1394db43783755605ebdfd37930e74d216f08181b69a029c7 SHA1: 0ca6835e0bf5bc1c4c31ea8cbd5f96e6532d7d9b MD5sum: 54926cb13c6581e11d541ca27f44a023 Description: debug symbols for ros-kilted-geometry-msgs Build-Ids: 789f0b5e4566781de41f10bcdebcbecbfffc52d9 95a280a201c198ddae2b07e247b5c181580980c2 9a21d5a10b50f5b91c09689e9e490714a8bdb1d7 ba8e186f59efca6ed5817dd52850f5fe6118991a bdf1da2980b43f87c0709961c61ce7cb675fd278 cccbf5f57c45e8705cd7af92c67f4ca414e65363 cd80b73e74b6f116cc77af0bfde9f9ad25d77b68 eaaddba2e0a15040da91dc5d9cc64e5bced3fa77 eb9ff2186ce6c8568946350d53f064ad35365cd7 f2ff9cc29a028911a64deb99dfcf15fd57e3ffe6 fa8dfe8f4445c915566f1ac7affdbfe1c65b880a Package: ros-kilted-geometry-tutorials Version: 0.6.4-1noble.20260410.111656 Architecture: amd64 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.111656_amd64.deb Size: 5418 SHA256: 7c891c157f85bf767dca21bc0dd15fd626b009368e5a5667d7ac49ae0a3f478e SHA1: 5e0daef820b911da42889b2988ba5d474a64dbfe MD5sum: 590846d22be9256bddb1b289b05daf32 Description: Metapackage of geometry tutorials ROS. Package: ros-kilted-geometry2 Version: 0.41.9-1noble.20260805.151817 Architecture: amd64 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.9-1noble.20260805.151817_amd64.deb Size: 6408 SHA256: 9162961f4592e2f0f06b671aa2e812fb4c6c5a4ab96f0204672b682b300e699a SHA1: 3202d1c00868153a6fbf7afa80bb1779db1baf63 MD5sum: 47e45036e1394ee041e0d159d4bd5756 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.104032 Architecture: amd64 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.104032_amd64.deb Size: 101718 SHA256: 2b43647eb45f18d1836167fec1e2b2f5a879d652a96cd2c34b82a107b3b6de5c SHA1: 5ca73535270ec336cec55a78c50dafdf1a56c5f2 MD5sum: f16b60364479c654dfca4347462e60c9 Description: The package provides GoogleMock. Package: ros-kilted-google-benchmark-vendor Version: 0.6.1-2noble.20260410.103838 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 629 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.103838_amd64.deb Size: 207034 SHA256: 18b35f18ee7f1c171060d9e8a31edb3f92bfd419dfb52a6d4b7f20ef2e897a72 SHA1: 6118c78ce32e0fd4392b0e05414d7ea958ddd18a MD5sum: 563e808953267e27e1e5d7c4dafbecf9 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.103838 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 2164 Depends: ros-kilted-google-benchmark-vendor (= 0.6.1-2noble.20260410.103838) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-google-benchmark-vendor/ros-kilted-google-benchmark-vendor-dbgsym_0.6.1-2noble.20260410.103838_amd64.deb Size: 2077476 SHA256: d262b3997c1dd1a675394501503c54096011ddcb82e922bb9a6ee892428d67bf SHA1: fd8ee12e011236a61426ecb05f02a1a3fe94e4bc MD5sum: 306e457546d6f0df8985e71d98bec7ff Description: debug symbols for ros-kilted-google-benchmark-vendor Build-Ids: d7707aea0d01d493207cc24139a421294d721a72 f849c8cabc89fdc8f18c2bdf00503b6a1a4b01b6 Package: ros-kilted-gpio-controllers Version: 5.16.0-1noble.20260805.143703 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 650 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.16.0-1noble.20260805.143703_amd64.deb Size: 160660 SHA256: a73c747e6b5a5acd7fb46171c05f71894b26fcb9b98b6fe44b5bde84454ee85b SHA1: ce0d59cb0cbac5c217bdc288949e1b89e5bd6397 MD5sum: 1cbad5a178a02061fd23524949a875e9 Description: Controllers to interact with gpios. Package: ros-kilted-gpio-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-gpio-controllers Version: 5.16.0-1noble.20260805.143703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 2927 Depends: ros-kilted-gpio-controllers (= 5.16.0-1noble.20260805.143703) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gpio-controllers/ros-kilted-gpio-controllers-dbgsym_5.16.0-1noble.20260805.143703_amd64.deb Size: 2568116 SHA256: 3be0caa5c9d179a804d7a67ca6e954d5d6aa9c29f638876429d0e56db8363a06 SHA1: e8974d08c880c0955f7dc48904efeccad5c38746 MD5sum: 30fd5a68df9075b9aa9868e69de30b73 Description: debug symbols for ros-kilted-gpio-controllers Build-Ids: 921ec44b074b94d1c16b03e9062674165703456e Package: ros-kilted-gps-msgs Version: 3.1.0-1noble.20260722.163336 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 881 Depends: libc6 (>= 2.4), 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_3.1.0-1noble.20260722.163336_amd64.deb Size: 83962 SHA256: e53d1ef61f169eea19f2be6f4a4608678a33851418ae57f4dc46709f1b018c90 SHA1: 1ad7faf4e997e293bf2d91915be09e8e58702b4e MD5sum: b571c557fcbc16e26ceb8c9508860a8b Description: GPS messages for use in GPS drivers Package: ros-kilted-gps-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-gps-msgs Version: 3.1.0-1noble.20260722.163336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 520 Depends: ros-kilted-gps-msgs (= 3.1.0-1noble.20260722.163336) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gps-msgs/ros-kilted-gps-msgs-dbgsym_3.1.0-1noble.20260722.163336_amd64.deb Size: 405126 SHA256: 500dd583df51e149029f28166c93256a6d2c8eaa9b05e98397ba5745c493d4cf SHA1: e2dab5d3c98612b436849e68e7c090290c513f14 MD5sum: c4a04df2ec095e96917014b31f32f0b6 Description: debug symbols for ros-kilted-gps-msgs Build-Ids: 091f0289263ca948f4bcd405416d1358c810e8bc 22d23e67d639527064b684f6aee41418fe978f04 27567a03fbd4064dbf88b6fa5b8ae7d827e622cd 36b8aa89b5296be8dea6cbaf37fc22fc2b829f98 3deaecd8e355dcdb42ced9fad711840910b156c7 4ba665ea95ff734e71e25d5a72f776166a2c3263 76a54ca4ab7eb62b791a84c883b7e14988a19f4f 95667d971af80d76f5cfe1b0f9171f94f60f5718 9e56198025452ffeeb82742c391185b9042f1d23 a4f58fe068dccf8978a0406edaee381293113b90 efc897233d17a0d83869798d1319663045929440 Package: ros-kilted-gps-sensor-broadcaster Version: 5.16.0-1noble.20260805.143735 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 288 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.16.0-1noble.20260805.143735_amd64.deb Size: 83958 SHA256: c884b01dc3e912b88fd5872c97ccabd20436f1d9c954b84ad4ef9ba808e50f1b SHA1: e415690ed6fac7ef534d49eb4a037e5320386d51 MD5sum: 10a497336c9d2996bfc148dccc095718 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.16.0-1noble.20260805.143735 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1192 Depends: ros-kilted-gps-sensor-broadcaster (= 5.16.0-1noble.20260805.143735) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gps-sensor-broadcaster/ros-kilted-gps-sensor-broadcaster-dbgsym_5.16.0-1noble.20260805.143735_amd64.deb Size: 1119328 SHA256: 2f8bd705476082acc9bea18d30f821720d86973295979d63cb16109e825b0602 SHA1: 535e790925f664c7afbebd1782928a425a188e59 MD5sum: 0564e5f0dff2cd22ac22c6d39c592116 Description: debug symbols for ros-kilted-gps-sensor-broadcaster Build-Ids: 9c52d9fc96554eced8fa6ba5b0b1e6666b24546b Package: ros-kilted-gps-tools Version: 3.1.0-1noble.20260805.140126 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1030 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_3.1.0-1noble.20260805.140126_amd64.deb Size: 175296 SHA256: 0d35e90df8aa74445e4f96eb40c1b574bfe4c7c130788f020eadb9ff2374c813 SHA1: 81674bf3f2d79348707c9f6dc3091642c42ff65a MD5sum: ab4e7396c84806f054e2665a75ad8866 Description: GPS routines for use in GPS drivers Package: ros-kilted-gps-tools-dbgsym Package-Type: ddeb Source: ros-kilted-gps-tools Version: 3.1.0-1noble.20260805.140126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4689 Depends: ros-kilted-gps-tools (= 3.1.0-1noble.20260805.140126) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gps-tools/ros-kilted-gps-tools-dbgsym_3.1.0-1noble.20260805.140126_amd64.deb Size: 4013226 SHA256: 7288f300750aac3134e2c8b1319333fa94fc87e21c8e4248bcc391209634d24a SHA1: 207fa155d09814d0a8fbb4fc353f3e0397c862ea MD5sum: 143fce4c4b60af26d2cf2cfc50237204 Description: debug symbols for ros-kilted-gps-tools Build-Ids: 70fa5bb768193860d598795593fb52ba85c9eb39 8fe7aec11cab80af2d56774e7a85bf935e9e1fdf Package: ros-kilted-gps-umd Version: 3.1.0-1noble.20260805.142106 Architecture: amd64 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_3.1.0-1noble.20260805.142106_amd64.deb Size: 5480 SHA256: 62854e695eba066bb597e0883956300d544169bbef4cf8321629c43504aaf3bf SHA1: 66ae05fec427dd4b2b80a3ee8403ad2c43cde8d1 MD5sum: 85b814d04c7a5ca62f68b0096e2aa144 Description: gps_umd metapackage Package: ros-kilted-gpsd-client Version: 3.1.0-1noble.20260804.175813 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 275 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_3.1.0-1noble.20260804.175813_amd64.deb Size: 76124 SHA256: 945e0448c197fa71876220d72a24820b7820cc7e2740900688c3d259f0289512 SHA1: f3b904bfa41727ce94399ddcc851d979dc98a524 MD5sum: 1a46f7dd7e31e0b5e654ff9a8a343aa4 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: 3.1.0-1noble.20260804.175813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1294 Depends: ros-kilted-gpsd-client (= 3.1.0-1noble.20260804.175813) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gpsd-client/ros-kilted-gpsd-client-dbgsym_3.1.0-1noble.20260804.175813_amd64.deb Size: 1200288 SHA256: 0e7f8aee48f5186fa8da251e778f605cb28a3b22743150c6d2d4992f6fe4808e SHA1: f52f616132bbce14e0025ce48c1ec814fe59ec77 MD5sum: 9c35466d1fda4c0ebb5647317ab22201 Description: debug symbols for ros-kilted-gpsd-client Build-Ids: 896a5ec11b5be161a3045c256e6309f8b6c90bb3 Package: ros-kilted-graph-msgs Version: 0.2.1-1noble.20260803.174021 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 618 Depends: libc6 (>= 2.4), 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.1-1noble.20260803.174021_amd64.deb Size: 65960 SHA256: 33e3fd124f29772f524f274b0af461366a54374a9e61e44d0b5f740fd136645e SHA1: 002fb402e0a98055f63c6a29de66e4593b9d34c6 MD5sum: e971116e49fbed0bf4694d27691d1b91 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.1-1noble.20260803.174021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 492 Depends: ros-kilted-graph-msgs (= 0.2.1-1noble.20260803.174021) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-graph-msgs/ros-kilted-graph-msgs-dbgsym_0.2.1-1noble.20260803.174021_amd64.deb Size: 380308 SHA256: 6ca8dbd32bf6b7a38dca5298f69fb69b017a439e50234f1747b4532d22d71514 SHA1: e55a1386b78a21b44ec3da79b7d7963f3132ba7c MD5sum: 0f70bb8a6db2d8079c1556ad77d940f0 Description: debug symbols for ros-kilted-graph-msgs Build-Ids: 1a4ab238318bc40a2005567d928263feb94d6aa8 3e5a30dc83cb15caf76daa8aada032e486eebb84 548fd4c36532ef51f503eba2bfe4535b9771faab 6cbe140488eee7d6f30206853550118579bfb631 754b8b0b75eb5aa5639e0d333ef04fe4b763249f 79734ca06cd4186bd0dc1d57d6b1b48e9956009a bfe362cea3725a69a338213953ee60dbc3878f03 cce16a970ba65da199ae991b964063aa5a820b40 d9833c294fa7125599036820a56a77e047537656 f8156a88ec4584db2f661ae31da27476fc53d568 ffb3f2ece2531dc3e976f3f3aaa9c0e48be634a2 Package: ros-kilted-grasping-msgs Version: 0.5.0-2noble.20260716.023040 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3990 Depends: libc6 (>= 2.14), 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.20260716.023040_amd64.deb Size: 281530 SHA256: 377f5fddd6e9af5ede4dfb23532032360e0bc59f150bb7a24dd252f67f37ff23 SHA1: 36c5fccb3bd8c6bdc5fe63a46df719621d12f877 MD5sum: ddf9b01a8ec6bd20117a71827e6b1f5d 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.20260716.023040 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3059 Depends: ros-kilted-grasping-msgs (= 0.5.0-2noble.20260716.023040) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grasping-msgs/ros-kilted-grasping-msgs-dbgsym_0.5.0-2noble.20260716.023040_amd64.deb Size: 2494942 SHA256: a20c7b11504036e0280b10d6cd7f8d12711ddb9dab5c6495eae9b7e7f62ba8e4 SHA1: 81f4b0e8c1ca136a272aa38e4a5638b718ac1e52 MD5sum: 6444632710dd08c630ad3b41985d8384 Description: debug symbols for ros-kilted-grasping-msgs Build-Ids: 163e021c70f7411525e01cd4b7eaad05b67ee838 248221615b1e18470b51689b82caffc9a5c356d1 2b435a064a866e679d3359083ff59b469b8b30fc 34b71031b8c7ca8544c781ce2d2652ad580b9f04 4aa0a837c37c395926cfa6450fb9fe8f60423e05 76e233b29dba0fd16bf173a8689f8c353ecce12d 79acb8f2527de4038295d0b53d9639a184ae40b7 8e7911ae975a0379e467a92319d824083e35a53d b0a9d9da1dfcff1af540de084b4319a2bd03a832 c76bd3c91626156d2ff8454649b606896cb6383f d116210ee3a68ff1045754c2f1dafea2680d6eab Package: ros-kilted-grbl-msgs Version: 0.0.2-9noble.20260716.021518 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 3311 Depends: libc6 (>= 2.14), 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.20260716.021518_amd64.deb Size: 212184 SHA256: 3cb4151463fbc79ea36e464ba5f51dbd631ae06ce60b83f8e60ea2dc83117c6a SHA1: 08e3f0f4c2a0864d8d82a7b5b601f8c3e2632906 MD5sum: 89850ab4835d102a9a17bde6d8fb999c 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.20260716.021518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1801 Depends: ros-kilted-grbl-msgs (= 0.0.2-9noble.20260716.021518) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grbl-msgs/ros-kilted-grbl-msgs-dbgsym_0.0.2-9noble.20260716.021518_amd64.deb Size: 1298608 SHA256: 214af427f6ccb68f709d3ee640a7675b964232ba391222b87e27550a557cc4c0 SHA1: ecd35068bc18ae2129b9e10b348efef8db2aa9eb MD5sum: 8b4379d6545ab5be0c5ccb5c4115ed02 Description: debug symbols for ros-kilted-grbl-msgs Build-Ids: 22a7299bd7928988201786f0fcea546622e2fac4 23e216b18a5c88442486a1fe78b8e79acc57f670 2dbcbfbf3707dc6438d8ab33e313945ac7fbf7db 3fb8bf19735e38f63e7a8076e3f2d4ae46c50bb0 53db27496dd1dcc74102880e06f25571a82439ae 626b8fef6f144939bf3917879e057bd7fc00ebf1 6525e92cd1609cc4a93cf855a3925b8a4b8b1c97 8e2482220efdfe10de8735706fb37f0eaca2a9a6 9ad13cff0d0e6b2ee1bc0bb63aab6dc7d98a8635 ab01561b971da6575cff066b9d65cb08a6a31a28 ac5a52266929c3564f8d82c53464ed62b6f94db6 Package: ros-kilted-grbl-ros Version: 0.0.16-7noble.20260805.140133 Architecture: amd64 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.20260805.140133_amd64.deb Size: 26014 SHA256: 74c86e00a079e790cb7e32b0d1a7c78f3412925bbf7829d2e870b2bdc3a46c4b SHA1: 7187f040ccc0f48a2c1c348fc44fdeb4790955b4 MD5sum: 31941504838d5e55f043bf9c9088b46e Description: ROS2 package to interface with a GRBL serial device Package: ros-kilted-greenwave-monitor Version: 1.0.0-1noble.20260805.140418 Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1874 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.20260805.140418_amd64.deb Size: 342564 SHA256: bac055bf57d84f6c0b6fc7b58358eb041119a63a93c5054b0fa15eda002fb18e SHA1: 58b5f8ed7a0517568b885c4afaffeab6f457902b MD5sum: 08c3142dbb64fbb52fe84b152c2880b7 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.20260805.140418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 9069 Depends: ros-kilted-greenwave-monitor (= 1.0.0-1noble.20260805.140418) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-greenwave-monitor/ros-kilted-greenwave-monitor-dbgsym_1.0.0-1noble.20260805.140418_amd64.deb Size: 7797732 SHA256: f039ca9c58d267fdd254b4d134ed656c1f3dad9608e78d0d13d7df03bff20e6e SHA1: d54d33ed38b92907aa88c51a38d72ec590d3660b MD5sum: fbd39f477edc488d96be860197ec0f44 Description: debug symbols for ros-kilted-greenwave-monitor Build-Ids: 0e7da77935239f7381aebba4de82e9ce978670fe 3cf4e253ffc0cd50081d31798ecde994caf7ef91 b784ead66a52060276c943a5972bb8c6dda9bf0e Package: ros-kilted-greenwave-monitor-interfaces Version: 1.0.0-1noble.20260716.013159 Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1232 Depends: libc6 (>= 2.14), 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.20260716.013159_amd64.deb Size: 99474 SHA256: 380d0faaf6c1017ccea93bfbd1548aa1f249d4c9eff2adf5d0d473f56ea4ac9f SHA1: fb5d17d064d4d6c1d6288e6dd79060082f577446 MD5sum: f124dcb6f8b4e70f1df915230247a56d 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.20260716.013159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 831 Depends: ros-kilted-greenwave-monitor-interfaces (= 1.0.0-1noble.20260716.013159) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-greenwave-monitor-interfaces/ros-kilted-greenwave-monitor-interfaces-dbgsym_1.0.0-1noble.20260716.013159_amd64.deb Size: 624572 SHA256: ae243f55d112297ac2a70ddf32d8ccf8e43f8efa07398e51e9c29e0733f2eace SHA1: 37bf419532ae4f95e4d19fea1d2912ff636df354 MD5sum: 93978dd495340f7bc4595de25a74ac60 Description: debug symbols for ros-kilted-greenwave-monitor-interfaces Build-Ids: 01a8cc103d2acc5179c12626f446b5cea047e742 2fe4ebded60f084a0c2eae98d1705068f6d13b5d 3dad36926bca7ae5d26cc556c6377efd845c68cb 6e63c86af19de5569c2a12819f4ab2d0f2a58527 7dea3a12153160b2d2562f6048d1be8db5fefbe5 85f2743a79438e3179185174a3c468e199a71e60 9df0b5e29fa2d569ee0a41afcd5bf49a4d7e0bf6 a9b2eae116f006945bb59acc12617788a17b8217 af55d7d4cb31459b5fdd895cc8a610d3c00e49c7 cc97086bbdd807d2efca72e61adb37364013d92a fe0aa4307ed60681d10376484560fbd5b68f1869 Package: ros-kilted-grid-map Version: 2.4.0-1noble.20260805.163743 Architecture: amd64 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.20260805.163743_amd64.deb Size: 5746 SHA256: 92d27710e03e587e514e9c67f91dd66ef91449fdc1ea21fe1498d6f43b6a78b3 SHA1: 500a94a3ec62b9b38082d9bc785efef15adebad9 MD5sum: 2cb8e12b55297daf160317505a325d06 Description: Meta-package for the universal grid map library. Package: ros-kilted-grid-map-cmake-helpers Version: 2.4.0-1noble.20260410.100826 Architecture: amd64 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.100826_amd64.deb Size: 6480 SHA256: 97a156ff9d753bc6fdfa1108c65709b39ef8f2ed8a8a94ff087c3d76928c9638 SHA1: 98822e3450e891eb87e1e481ef19437d9fe91f75 MD5sum: 73b2a8e77089fc74d026aa48ed87803f Description: CMake support functionality used throughout grid_map Package: ros-kilted-grid-map-core Version: 2.4.0-1noble.20260410.110410 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 2414 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.110410_amd64.deb Size: 1866340 SHA256: e3bbc11acf214fc868dd1cbe0f2d79511491e986fc946ac617e7226fcb597658 SHA1: 72934dfb40b0fa68e0c9022d36327e4515d3ae94 MD5sum: 7ff0e9ecfb3d4458d2a92aafb8168316 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.20260805.150358 Architecture: amd64 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.20260805.150358_amd64.deb Size: 12892 SHA256: f9925dc382e3490e00f330a173983621f5c51912a98c5d641492bbc9e8746c2c SHA1: 37e414c52a525f11572b20375f8cde1d0a9c8eed MD5sum: d66ad5fbbcb068fd20c62d9712365863 Description: Interface for grid maps to the costmap_2d format. Package: ros-kilted-grid-map-cv Version: 2.4.0-1noble.20260804.171332 Architecture: amd64 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.20260804.171332_amd64.deb Size: 101242 SHA256: f2290c41af449fe5c37419ede497d9abdd79f797e352ca26892c6602d9ecffa6 SHA1: 912ae2493a105a92be0d34ce1fea19c0489c1181 MD5sum: 0634b2403f9594bf61a5a592fdeb3191 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.20260804.171332 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1368 Depends: ros-kilted-grid-map-cv (= 2.4.0-1noble.20260804.171332) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-cv/ros-kilted-grid-map-cv-dbgsym_2.4.0-1noble.20260804.171332_amd64.deb Size: 1300366 SHA256: f83a1ccda12f8723ad6a1f6908f7f085387801a64b799d9899186fb8e7902487 SHA1: f690eaf062220bdff8bac61aedc9df1793d703c9 MD5sum: d238383517ecc0d9e3a7cd1ab378143c Description: debug symbols for ros-kilted-grid-map-cv Build-Ids: e35663d3c93d366a3843c5b93b246fae1a1f3eef Package: ros-kilted-grid-map-demos Version: 2.4.0-1noble.20260805.160754 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 5771 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.20260805.160754_amd64.deb Size: 1857808 SHA256: 00ed38d6d2d8051e0876ceea9f12a22a39b2bfef7ed465166db203a76f5d94ba SHA1: 4cdf08bf381fbcd53b7cc244cd75ba98bddffa73 MD5sum: 03dc2970e1fa324ad48cb380bf9028e1 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.20260805.160754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 22526 Depends: ros-kilted-grid-map-demos (= 2.4.0-1noble.20260805.160754) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-demos/ros-kilted-grid-map-demos-dbgsym_2.4.0-1noble.20260805.160754_amd64.deb Size: 20889952 SHA256: f96695beceb31125cf4898908fbe27a7b532d230ca9cf5af3c0c32bcd80ed933 SHA1: 555ad740b8e505717d5cc59772426a4bdce503f8 MD5sum: fb2a23b9b332e4a9ffa6cea75361f668 Description: debug symbols for ros-kilted-grid-map-demos Build-Ids: 049df2201c027f052ea15a5e82b61df36bc7260d 163dc62387ea13fd6e6164c64823c6df36a42a2d 16daf21bd5efb6349f1e1750219018122b37f75a 208b08a4bf9a4d1f6c0709b8172accca875b7b16 2943be7b92a3320ae56e556b9037d5043fbf5054 30029a472adbfa8472d93377ee0417b30c615ede 455980f5c8a2083596bd02184e7f4cebab714f9f 82434fc3e659dc717267bdbcee5b8e34f420f825 97d3892042c61d3db38a29b46d87d3523c5c37cd a1ef967ea6cb43f80008628ad9d69ef9a68a71c3 b692a323e015d2c3bf28d30e71516bfbfdc3c641 cbf5992d7ff0a4d68722a2a4e4b58591b430b8af d862d343ce4a3f6f4fddaa8da03bbc5a3d628bf4 Package: ros-kilted-grid-map-filters Version: 2.4.0-1noble.20260805.151217 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 3072 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.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.20260805.151217_amd64.deb Size: 429408 SHA256: 948092b971774de0960f6ceeb2fc9a2dd831d770631329a0c120340f21a96450 SHA1: 2049e4a199eccaf06e80f4353b87d31a4ac6a995 MD5sum: 994fbdf030d9d19bf6b1e5fec45b035c 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.20260805.151217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 16400 Depends: ros-kilted-grid-map-filters (= 2.4.0-1noble.20260805.151217) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-filters/ros-kilted-grid-map-filters-dbgsym_2.4.0-1noble.20260805.151217_amd64.deb Size: 15678106 SHA256: 917d519603e57777263945bbcaeebaa6c90ca183615dc3a1c0c7a3ae32832eb0 SHA1: 35fadf6f75116fd68ef947cb299185c8176e998d MD5sum: 54e3c961a9cbafbe070f2fdb799929e3 Description: debug symbols for ros-kilted-grid-map-filters Build-Ids: 01fdc1e77cfc369be0298be14b1e88726bab4360 1304ca1f4ec488ffe4f3e111a4d1f02fceaf73ae 5732e87b4f0e876483ce14ce1b4547ef3d8a8e3d 763094c634051fb0a559cfceb638c26ea2918880 8973e08b02017e77a0431351835827a515e85186 9fccdd50acb132b30c4647e1b98b30dcd7db107f a2df4e03090e765923d5cff11c7749bd601de8fe a9d067b1298353b304802e9c01d98d68d04ea0cd dc8c9cf8783499cbf3ad3707260dffa995db863f e2e5f94aaa57a2481417f13b04457e7e7a463dd5 e6300fbb111208ec4b84f85e3c77585690bfe28c f1eed1f4cfe1b42fdf28d40afc7cb5e646ac316e f372e13883858b479293697f67726b5a7c4b524d f4c8913c57988d27eca71b2b9e869627815ef0bd fb0ad82efc0421980662edc8aa357557f8c5bc89 ff1b25c1df98ff00630006f584b3aff37ee9a7a2 Package: ros-kilted-grid-map-loader Version: 2.4.0-1noble.20260805.151240 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 485 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.20260805.151240_amd64.deb Size: 134272 SHA256: 1fa0c74794816615219065ff6c5227de57caf294ea32ef60272bf383055edd38 SHA1: 48fbbda0099c7384d34ffaf64e60de0eb88993cc MD5sum: 14862b9260ee9df53842a544e3bbd49c 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.20260805.151240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 2015 Depends: ros-kilted-grid-map-loader (= 2.4.0-1noble.20260805.151240) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-loader/ros-kilted-grid-map-loader-dbgsym_2.4.0-1noble.20260805.151240_amd64.deb Size: 1886890 SHA256: 21681f4fff58f4621a5ef7b6bdedcee0c9893130269532a4b01e33e09d13b1ec SHA1: efa317923d941239664d0fecd33976af3be3913d MD5sum: 003a24e504bd3bedfcd032f68eb86db5 Description: debug symbols for ros-kilted-grid-map-loader Build-Ids: 1a0bbe5e583047a16723afa2f9fcaa73b17de880 3e7856094c7fd109ca116cc9f546deb5865edfb6 Package: ros-kilted-grid-map-msgs Version: 2.4.0-1noble.20260804.164720 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 2409 Depends: libc6 (>= 2.14), 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.20260804.164720_amd64.deb Size: 186982 SHA256: e949abab5a3a4b1f34019668280d5f2591c16fe7460a013aa9d18c1ff9c37d4e SHA1: 556105277e82a46473abbcd1d588beed21657691 MD5sum: 039709aec0845396f0e26dd59672c676 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.20260804.164720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1952 Depends: ros-kilted-grid-map-msgs (= 2.4.0-1noble.20260804.164720) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-msgs/ros-kilted-grid-map-msgs-dbgsym_2.4.0-1noble.20260804.164720_amd64.deb Size: 1597126 SHA256: 7a21862a4977a1b2f9afbaaa0adfb8909842f31dba8eb2dd492901ef5b34bf06 SHA1: e860192e7aa88705634c0a62b58917038e5a592a MD5sum: 21da6e3e6a9c7fa2a9b94f34188b549e Description: debug symbols for ros-kilted-grid-map-msgs Build-Ids: 0665a4801fc006b0cb16a05865a4a530f052fa8a 0a37abcc09f8b336d42d982935336887a49152e4 2b919164d8b53f82a12ef1f2f44891311b6daea2 2d9a45e99dfe5f69910affa8ab4290876a371653 390150943f953559ac63e62ac338afa41e57d75b 3a379904ed11947db53d70438cd8cad278fe32ca 8ad2155e751864768d113a2a29050dda858b8778 ab91941c4ad53c1108df2de754d81f7115aaeb48 c326aa2bb7a3f195ae16e81efe6906dd89a049f7 d8ca0f31829faee055666df05d082811499c7ed2 de3ab55e7dd421a64e3b362d09dc29947bc67a83 Package: ros-kilted-grid-map-octomap Version: 2.4.0-1noble.20260410.110634 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 201 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.110634_amd64.deb Size: 41870 SHA256: c4456af962294b7ea06c4092165a0c2bc915ace9bab90079d0f96f7a2ece14ec SHA1: 07ee898b958845b99c0d497651771457036149d6 MD5sum: bad2e59c799e553a9bfdbc3d1c036c26 Description: Conversions between grid maps and OctoMap types. Package: ros-kilted-grid-map-pcl Version: 2.4.0-1noble.20260805.151311 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 667 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.20260805.151311_amd64.deb Size: 188418 SHA256: 831a5dad27b625277f8264a0d267648deddb6fcf33a4fd4592089a3c157e12d0 SHA1: 648b9a2049e4b7ed602482a430d5bf57880bdc4c MD5sum: 125e7d3e18ff186951ac0272eaefea42 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.20260805.151311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 6170 Depends: ros-kilted-grid-map-pcl (= 2.4.0-1noble.20260805.151311) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-pcl/ros-kilted-grid-map-pcl-dbgsym_2.4.0-1noble.20260805.151311_amd64.deb Size: 6041050 SHA256: bddec6e731d6cb66579d4a61118bed3b4d857af2655922c8b05af851b77f1efa SHA1: 3df2e92cc8b2e1ba74a62166a01e4209da47a71c MD5sum: 50503ed168be63f32557d92b8dd1f4d4 Description: debug symbols for ros-kilted-grid-map-pcl Build-Ids: ad4deca2ac84d32d6e7e7973cf52b6975ceb289e d8d60c036310da0996d451b5b4816b3f2c75d03d Package: ros-kilted-grid-map-ros Version: 2.4.0-1noble.20260805.143225 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 458 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.20260805.143225_amd64.deb Size: 146360 SHA256: 4d41d04a011810f30d19f218ca206b90185a9da99a104f368bdbb77e5df75e00 SHA1: 9b7d73def14ec75226de03462ca9d2463426015b MD5sum: 19e54423bee2c293fd3c8565a3067e70 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.20260805.143225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1808 Depends: ros-kilted-grid-map-ros (= 2.4.0-1noble.20260805.143225) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-ros/ros-kilted-grid-map-ros-dbgsym_2.4.0-1noble.20260805.143225_amd64.deb Size: 1726714 SHA256: dfe393c253e508e4fbf453be8f9d8f89408192324d382f36bba7016ce301e88a SHA1: 13f52380fc9b508cd4cb95caaa54a98d66c09da4 MD5sum: 5bdb9671043c2f98c8f0c610d8095770 Description: debug symbols for ros-kilted-grid-map-ros Build-Ids: fcfb54ee85e08ff95589518bae03642ebc566e46 Package: ros-kilted-grid-map-rviz-plugin Version: 2.4.0-1noble.20260805.151306 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1207 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260805.151306_amd64.deb Size: 643718 SHA256: 8b4df8e5ea73d60d99e3403d358f3639928da58802caaa3326df0dee611a8638 SHA1: 50ca4c080e9852c578d1838033a7666bee7d44ea MD5sum: f743a2475798946a4e80d12777642a7c 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.20260805.151306 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 4667 Depends: ros-kilted-grid-map-rviz-plugin (= 2.4.0-1noble.20260805.151306) 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.20260805.151306_amd64.deb Size: 4276404 SHA256: 90f2c02d3359461616c45d61ae452aeba784ccc8c1ce9e4d5e9e15815e45b309 SHA1: 4e52fe9ea10c45b4978423cab6e010c16a927203 MD5sum: 072c4903c684d76e8acb7e96ade02e90 Description: debug symbols for ros-kilted-grid-map-rviz-plugin Build-Ids: 4b46c539f62cae92d7d3ace69c049d0d82be2569 Package: ros-kilted-grid-map-sdf Version: 2.4.0-1noble.20260410.110655 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 103 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.110655_amd64.deb Size: 20488 SHA256: 3d87e9950255a8c69a2eae122753886d56d3db57ec20051503c4d30a8d9c3501 SHA1: 7894eccbc810a9cc32669d3c36850dfb47021ffc MD5sum: 544e17786783961bde91923793b98f4f Description: Generates signed distance fields from grid maps. Package: ros-kilted-grid-map-visualization Version: 2.4.0-1noble.20260805.151421 Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 1240 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.20260805.151421_amd64.deb Size: 489066 SHA256: 143f67dd0eb8f32af9ae094404a1af38dfd89d4281d11c3158c9c8ebf312c8ff SHA1: e4a3fe771c3fcdaf71944abdbec42d1460d43c59 MD5sum: 1123d4553004fa5c58888ecec5df6753 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.20260805.151421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilian Wulf Installed-Size: 6690 Depends: ros-kilted-grid-map-visualization (= 2.4.0-1noble.20260805.151421) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-grid-map-visualization/ros-kilted-grid-map-visualization-dbgsym_2.4.0-1noble.20260805.151421_amd64.deb Size: 6181412 SHA256: 3c466c170b39977f80026dec2232b30e6685a4d623e8f7019a163b298cea9f27 SHA1: c42194bf8295f58c7009ebb570e02d5b10a31217 MD5sum: 76782e7d2c47155d61b539856a964048 Description: debug symbols for ros-kilted-grid-map-visualization Build-Ids: 02fe7a3f3248c813afd978df1f027a0ed8db79d0 f822ed842ecc9d46dd26774bf6078af6c6c29c78 Package: ros-kilted-gscam Version: 2.0.2-5noble.20260805.143342 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 472 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.20260805.143342_amd64.deb Size: 134348 SHA256: dea9d16c283ff5d2ea6e770e2d0581be3279e624e35b4efbc7c8c694c292d89a SHA1: 99650de83ffc9512cd03779a7e1e7d501b289681 MD5sum: 86c5470b38ceec39e20b071ab7cc5e33 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.20260805.143342 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 2067 Depends: ros-kilted-gscam (= 2.0.2-5noble.20260805.143342) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gscam/ros-kilted-gscam-dbgsym_2.0.2-5noble.20260805.143342_amd64.deb Size: 1926816 SHA256: bf1cceb2224f044564eb706fe689047a12442b99258be8f6ae0d8a2493d36037 SHA1: c37037c09b9e1fcf67b020d826549cc19feb0a40 MD5sum: 194b8cea44407ea91819ec5361033eae Description: debug symbols for ros-kilted-gscam Build-Ids: 63de26a9be9d06704d7ddf6fcbf641422aa8eba5 ca473ed08a9ff66ac397ca3d15da08721a1fe5b7 Package: ros-kilted-gstreamer-ros-babel-fish Version: 1.26.40-1noble.20260804.164914 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2256 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.20260804.164914_amd64.deb Size: 398744 SHA256: 7a1794f53fcd7ad278f9afa974f4664ffb5759447a36696e582558b7a5640113 SHA1: 6a601c9649659680ec74a3bfd8c216cb3099a37f MD5sum: 8bd5c6d859ebd93b115f462c60d9730e 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.20260804.164914 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 11049 Depends: ros-kilted-gstreamer-ros-babel-fish (= 1.26.40-1noble.20260804.164914) 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.20260804.164914_amd64.deb Size: 9693700 SHA256: 1c31716aaca37a8f12ca37f8ea81103b1a340771b8d667fdd3c9577a4778b6e8 SHA1: 02393b8635829208fd86d29e22c25c58c19f9910 MD5sum: 6b91308504b92e69bee241dfbfc38d43 Description: debug symbols for ros-kilted-gstreamer-ros-babel-fish Build-Ids: aa50b08b53a3a465f580d623d13f60a36aed9841 b28718447b51b27b358d552c854555a11a742d02 dc093b7ebbab01bfc7a1469e678cafc4963662ba e2416a2d56097e50f71941a0e13244e17f835649 Package: ros-kilted-gtest-vendor Version: 1.15.1-2noble.20260410.103846 Architecture: amd64 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.103846_amd64.deb Size: 182880 SHA256: 6c0788068dc3cbb82d691c8783be40b5330d90b222be0531273a7b49aad25eae SHA1: 7befeb95658590e1b30157eacb4f3fd02c72f711 MD5sum: f5aa63eabb3adc6d7b67be9a75808ea0 Description: The package provides GoogleTest. Package: ros-kilted-gtsam Version: 4.3.0-2noble.20260410.103847 Architecture: amd64 Maintainer: Frank Dellaert Installed-Size: 9177 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.0), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), libtbbmalloc2 (>= 2017~U7), libeigen3-dev, libtbb-dev, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gtsam/ros-kilted-gtsam_4.3.0-2noble.20260410.103847_amd64.deb Size: 2312976 SHA256: 7253ff9d73bbe29612d65771652a03fa9d25b095e5b0315b189e8c9b929f594d SHA1: 205121ba9dcadeebfcdfdc42def051866b4e1c90 MD5sum: 62d9be2220a0d5e11c62b35e2e04dc04 Description: gtsam Package: ros-kilted-gtsam-dbgsym Package-Type: ddeb Source: ros-kilted-gtsam Version: 4.3.0-2noble.20260410.103847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Frank Dellaert Installed-Size: 176018 Depends: ros-kilted-gtsam (= 4.3.0-2noble.20260410.103847) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gtsam/ros-kilted-gtsam-dbgsym_4.3.0-2noble.20260410.103847_amd64.deb Size: 175625680 SHA256: 25377c46b78c8fd3b491f2e7364333c873c56c134f2502a3823fe5aa905fca41 SHA1: 8702b399b26d3dbf7d4cb5f4c89e7e02162c98ff MD5sum: c58facfbadd7bf86164001837579b050 Description: debug symbols for ros-kilted-gtsam Build-Ids: 144ee66cdfe52bfe622b853cd96ac7a3060cf205 4550fc6a6ae7cd468ab625152a0c737cc5694ff7 7cac1869cd667be80839ee7674bbb93be58681e7 a7492f718083308910be4a5cc8a741e905fe2502 Package: ros-kilted-gtsam2mrpt-serial Version: 0.2.0-1noble.20260731.145551 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 207 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-kilted-gtsam, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libposes, ros-kilted-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/gtsam2mrpt_serial Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gtsam2mrpt-serial/ros-kilted-gtsam2mrpt-serial_0.2.0-1noble.20260731.145551_amd64.deb Size: 56054 SHA256: 393b71ee3846d5ee27b8f833919a526a6f880bf86045b02e6a3e795e5f7a4fa3 SHA1: e2da09febdbf22b12d51c591979a07641476dc0f MD5sum: 1a203db91e09bf0ba55151dcb3961132 Description: A C++ library offering a GTSAM ⇆ mrpt-serialization bridge. Package: ros-kilted-gtsam2mrpt-serial-dbgsym Package-Type: ddeb Source: ros-kilted-gtsam2mrpt-serial Version: 0.2.0-1noble.20260731.145551 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2761 Depends: ros-kilted-gtsam2mrpt-serial (= 0.2.0-1noble.20260731.145551) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gtsam2mrpt-serial/ros-kilted-gtsam2mrpt-serial-dbgsym_0.2.0-1noble.20260731.145551_amd64.deb Size: 2718142 SHA256: df5b63d00e7f4aebfbe68f7f770a90cbf943a2bf34c8659910914efbb90feb08 SHA1: 67b52dcdcab5fb7c00f553d0024d786dc6a2becf MD5sum: 7df2b07c508e89ab720db1127e07d385 Description: debug symbols for ros-kilted-gtsam2mrpt-serial Build-Ids: 692f0e6d2c364a09c866e755cb92bcde32375118 Package: ros-kilted-gurumdds-cmake-module Version: 6.0.1-1noble.20260410.111723 Architecture: amd64 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.111723_amd64.deb Size: 7878 SHA256: e74b3421e69918c1122b03b8f0f3c2dc86b6721667f5e59c28ce7a8fa613de44 SHA1: 91bcdc4a00b9104f441b45aa188baf718afd88c0 MD5sum: 975349518957139ffbfc0353339e70f7 Description: Provide CMake module to find GurumNetworks GurumDDS. Package: ros-kilted-gz-cmake-vendor Version: 0.3.4-1noble.20260618.080319 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 1960 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.4-1noble.20260618.080319_amd64.deb Size: 198880 SHA256: a35761e257896bbe1f48fce4b9fb97e7a62aa2342b961ec2fa5d0ed1ad1f39f7 SHA1: f20358bf01d26ef5e5a9d83d3712b2a490731234 MD5sum: a4f8f0c5c4f2c8c22525896d691666ba Description: Vendor package for: gz-cmake4 4.3.0 Gazebo CMake : CMake Modules for Gazebo Projects Package: ros-kilted-gz-common-vendor Version: 0.2.7-1noble.20260618.081947 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2415 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.20260618.081947_amd64.deb Size: 644438 SHA256: 8e5f503995d1721e253ea3a511ebe9a95ff67d5aa11fe841805c3316d2aeaa20 SHA1: c383b589e71ad21a417b20cf75487e87207ffa6c MD5sum: 146376dd4fd526806a3e6c3900d6bbf4 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.20260618.081947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 8118 Depends: ros-kilted-gz-common-vendor (= 0.2.7-1noble.20260618.081947) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-common-vendor/ros-kilted-gz-common-vendor-dbgsym_0.2.7-1noble.20260618.081947_amd64.deb Size: 7752194 SHA256: 4d1fd3c56c11fe25399b13938d91fb0cd9200f30489e1a8ef3926fdb2e777c05 SHA1: ee425195312d7dd7279289941dbb61f1b9fd2ba5 MD5sum: 40a6b993926033a230399b29dca0c297 Description: debug symbols for ros-kilted-gz-common-vendor Build-Ids: 452707c63bd32cc0b64861c237351434adb1bde8 a4f69d48334748e3e6cf8520c120cc64901ae8be ad86b639c34e35d2c245e81aa399dfaa8bd0bf04 bda1164d2a507f87dfebbf3ff239890b9720dbc7 d8fdbf5c960266572168195f026ad7ef9bea4b9d e658652d000357e4a0b55a07c289187b0e6b275c f2bbfe5a9e555fc6ad738aa9e0278380c0957736 ff3f1e60d7e81a7d76ba9c1170dca5060d9af06e Package: ros-kilted-gz-dartsim-vendor Version: 0.1.2-2noble.20260410.111726 Architecture: amd64 Maintainer: Addisu Taddese Installed-Size: 45391 Depends: libassimp5 (>= 5.3.1+ds), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.38), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 3.3.1), 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.111726_amd64.deb Size: 12393218 SHA256: 391f31037e07d081274acb178f3e3dce047fd0c95692a46c878164ab7a68c86d SHA1: ecb7b0dbdf9b05d36ec76123c3ec6d56e1202381 MD5sum: 7891ad157ae16855754cc744176bb457 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.111726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Taddese Installed-Size: 99088 Depends: ros-kilted-gz-dartsim-vendor (= 0.1.2-2noble.20260410.111726) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-dartsim-vendor/ros-kilted-gz-dartsim-vendor-dbgsym_0.1.2-2noble.20260410.111726_amd64.deb Size: 97905992 SHA256: d234a1adcc47a73a50d70fc0a23c511b65ec5eabc6118310d3e2dbc8134955d2 SHA1: 9442c2da575e11beb86f54411ffcbac7f2fad16f MD5sum: e53bcf40a3755c26173e4a143370f66e Description: debug symbols for ros-kilted-gz-dartsim-vendor Build-Ids: 049921d81d0ed5e807622cf5e8b8521963c9c91e 22d98db66278db6791ac41f6b41035f382cd2efa 23f6ee236acfcd52a7ce43961f5322ed0e932fa9 2c7f1ce269e32889a20e08af82f8231987432f43 7ea61b767a671a209baa2d3ce7b8d160d47ed159 81a7b99ae4c69ccb0d2b888d15395e5548677658 ef6ab59c0d78f0360a8f971a3b106106c716b994 Package: ros-kilted-gz-fuel-tools-vendor Version: 0.2.3-1noble.20260618.083403 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 806 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.20260618.083403_amd64.deb Size: 225730 SHA256: fdbaaf659382e8405fdf12b286558a84018b596b9d145f876f2ebb71a41305e9 SHA1: ee7e9717574df398d895a60244e8c0a0c6053c79 MD5sum: 65d0b6dd98b485a7cae3f463791eaaa9 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.20260618.083403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 3479 Depends: ros-kilted-gz-fuel-tools-vendor (= 0.2.3-1noble.20260618.083403) 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.20260618.083403_amd64.deb Size: 3353702 SHA256: 2ba21d928e7beba332d7735a2dfd8c3c696b2c9c06fd982e62dc47e0a01036de SHA1: d3c9bb81aee8c1efd1f23881b4256a3a7f105115 MD5sum: 4babd281080516b8846108a0289f7664 Description: debug symbols for ros-kilted-gz-fuel-tools-vendor Build-Ids: 440e84834328bd3b99a3f3d5324119554603300b Package: ros-kilted-gz-gui-vendor Version: 0.2.2-1noble.20260618.085357 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2859 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.20260618.085357_amd64.deb Size: 634306 SHA256: de2ca7e802052ab370d40a4569b67e825ddebdcac82d829dc255520540e1959b SHA1: edf72041f92f90985fbb75a86a856531ad3ebfc8 MD5sum: 509ef90de3e420c5e579ed2233db3b9a 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.20260618.085357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 25329 Depends: ros-kilted-gz-gui-vendor (= 0.2.2-1noble.20260618.085357) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-gui-vendor/ros-kilted-gz-gui-vendor-dbgsym_0.2.2-1noble.20260618.085357_amd64.deb Size: 24790130 SHA256: 6726200c25e14e480ecb5928dbe7eb7954e76d1c17e4af59356f79148ed95312 SHA1: 36c8c63d58342e4e7dea8f4dfd544cde37a81f67 MD5sum: 15cea3307358d97dbb01246042d4593c Description: debug symbols for ros-kilted-gz-gui-vendor Build-Ids: 049f5f2aba5eee83d6c3374e4ebdc47cb8b67e1e 04ce35704650d1c28965ca869f0b88b06f5d59d0 068585d8648300473027472e057c17346100e2b8 0fc0bfa17c0ae75027e6a4213e398bf38b5e8ff9 1c1062bf601c35fc091547683c7e375c5a8ee636 1d40eb241b541a310ecb27ba088fa2daaf00362d 1d43d85296743fc7f08c4c23e42cb06920e41d51 206679456fd034fab7e017e2afaaccda9b60676d 4041f87bba76d88c11feb3283d770060a6c2dcab 577a2d5b00706b494976512aed8098996862a793 5d02bcdaa1eadc6ac55a1ce6e326955248c8566d 671295ac8d3313c60dbea819701efb250e7dfc52 6858c32a42f3c96bb40734d0303e64f574116c94 7321252fcb351f42848fd7a5c81b5253778fc28e 91236349ae8669a09d0557b8a22df87ca1c0c0f3 a0dd29d6b1613cb9db5543ca79e621ab71ddf884 aad00aa89d2865fba8ce7e2fa840ebe0dad3d75c b62ef93ec8ce1cddfd125216829287f838d38740 bf839d02d849882b03bb705a7cd40d1e8fefdd8d d128b1d807723743e06297a710d7994e8e81e2c7 d84b2ae6b52b995490d9598f13fd8c9b7706923c e08a0095e53a5f0f5a23c80a6336b534abe1df1b e9f0be35ea420ec86f710e7b5ff4beb990513d55 Package: ros-kilted-gz-launch-vendor Version: 0.2.3-1noble.20260724.002436 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 1071 Depends: libbinutils (>= 2.42), libbinutils (<< 2.42.1), libc6 (>= 2.38), libgcc-s1 (>= 4.2), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.1), 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-fuel-tools-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.3-1noble.20260724.002436_amd64.deb Size: 281964 SHA256: 2f817eb328701d4c3b4088bd444d1a6563f3211d9742df5e56bbafe0753ebe59 SHA1: 38decc20a588a0ac5fc64883293c552a203d21d3 MD5sum: a2521b7faa7a14bc4586b458b0fdb33d Description: Vendor package for: gz-launch8 8.0.3 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.3-1noble.20260724.002436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 5460 Depends: ros-kilted-gz-launch-vendor (= 0.2.3-1noble.20260724.002436) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-launch-vendor/ros-kilted-gz-launch-vendor-dbgsym_0.2.3-1noble.20260724.002436_amd64.deb Size: 5205458 SHA256: 9b5cb534bb0ecf1afb7673cfaa1d63573198b799d30b0143de8fcb0eefb6b9ae SHA1: df537a37bec7521df6085a5f30d474ab750ef854 MD5sum: 573805ac18ec4d51bd19bdbaeb6a903d Description: debug symbols for ros-kilted-gz-launch-vendor Build-Ids: 3f2fc3af4e8f3b6dc0a3396305f9c7dd9d9050ef 4758fc2ac6e4157abbbbafd1f7bd35f59b9fe3ef 4b47ae34a14fadf8b13d45c1ba9526fd7085599d 5a1069a9a083f8296cc91b66d6798b8acff4c3c6 6835309fabb4f7724a45bc4633933800cf03c003 88a309263da54930cdc61be44182b8e4b2dda57e b053ae8b642cb40e415a573d484e1ac50e8699f8 f77c983e8dc5c769ea517e87d2d1bdbef3095db1 Package: ros-kilted-gz-math-vendor Version: 0.2.7-1noble.20260618.081121 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1302 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.20260618.081121_amd64.deb Size: 252224 SHA256: c55092a8a5f1bd355663746a1d594d7ea9ee22381797dd70f094a33af5d1994d SHA1: 1844b663d3566f7bcd8553ab1b37cbac032ad1d4 MD5sum: b8422991b50d849408202f0bcb21ada1 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.20260618.081121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1783 Depends: ros-kilted-gz-math-vendor (= 0.2.7-1noble.20260618.081121) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-math-vendor/ros-kilted-gz-math-vendor-dbgsym_0.2.7-1noble.20260618.081121_amd64.deb Size: 1690294 SHA256: 87b3ca99dea57b0aa18361719526365568cda5e3ed1f0a31faff4c01bc76f38e SHA1: 515c00ddc531d213ec8fcd1cd899788c182d0a26 MD5sum: c59bfd00f8c46d71dd032c022792ef4f Description: debug symbols for ros-kilted-gz-math-vendor Build-Ids: 6372f6283d56b3cb58e76f495573d8349ca7c441 Package: ros-kilted-gz-msgs-vendor Version: 0.2.4-1noble.20260618.082315 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 9640 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.20260618.082315_amd64.deb Size: 1053666 SHA256: c88f97f4eb38886fcb3aa03dd79b8a1a60bdd68f99e685d577d976590d01043e SHA1: 695d3e9d468d8b8b9010bd44248b56ee1a357095 MD5sum: 3ea774b2e8bbfa7892c7c7da892478ad 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.20260618.082315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 27304 Depends: ros-kilted-gz-msgs-vendor (= 0.2.4-1noble.20260618.082315) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-msgs-vendor/ros-kilted-gz-msgs-vendor-dbgsym_0.2.4-1noble.20260618.082315_amd64.deb Size: 25843846 SHA256: e16daf4570ff9a06c5173a811f1c4934ddadce8476fceecbbfc05c9e967212ef SHA1: 1d20f54dff8b52336a726ae3c21c3952213de7c6 MD5sum: 6db9b475d8e7add0211575428497dedf Description: debug symbols for ros-kilted-gz-msgs-vendor Build-Ids: 3491b9df13380dd6dce945a4192fcb1014843cb8 e1f2f05b3c1ebf97dc1a69f17e12fd189fd51b18 eaf70920ac751bb8806b5c9a79c4b61e452dafa2 Package: ros-kilted-gz-ogre-next-vendor Version: 0.1.1-1noble.20260618.080719 Architecture: amd64 Maintainer: Michael Carroll Installed-Size: 18470 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.20260618.080719_amd64.deb Size: 3830152 SHA256: 6cfcaa9ef3d04122a89c32a15584109179b67b964f2c82c4de543c1921041615 SHA1: 613924e81e720fbd699d824c2834d9b7fd5d34c4 MD5sum: 4a9ab88081a9de2619247c500efba25e 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.20260618.080719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Carroll Installed-Size: 59603 Depends: ros-kilted-gz-ogre-next-vendor (= 0.1.1-1noble.20260618.080719) 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.20260618.080719_amd64.deb Size: 57677016 SHA256: 58ec5144fe63cd99fe775300aaf8e5931d4ea30442b3e1ba27631c64f23bc057 SHA1: b409ae29815f49aa399c4dc945cd83be7c4333c1 MD5sum: 3d1eb8a4c59c5d01fdc0b53ac9689e0d Description: debug symbols for ros-kilted-gz-ogre-next-vendor Build-Ids: 0b69e1a30d34e785e42bd74830636559bf445d07 1fe500b23e2fb8648721293bb8d1d84589a694ad 23270455263648b7b83e8881cf69677c445ad373 5adcdd815b390883dd8f3673782a181fc130919c 60d1d4fdb4797fb889ac9917ab7fc3ae91def543 73735db67fbc5c74250f0d5d7cd4907400c2cfb5 7b73ee5caba0c3f3e7330eafc9a82568d9717a3a 99f77e2a11bfc3be1968dfe0130c9bfd885e5563 9a6026dbb02315bfe4ac39f0eaf811a8ab5d00c9 bb85def5c6a282ce658e310667e61dea6b5312ce c0df88b8e0577e53b22990fcc6d7d875ca10d7fd e87b66c306b7666965e367ac86611442a706d33e efc3b40ed980581946628b7caa857dcf6205593f Package: ros-kilted-gz-physics-vendor Version: 0.2.4-1noble.20260723.230710 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 6278 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.4-1noble.20260723.230710_amd64.deb Size: 603798 SHA256: 37b986ed7ef0db0db952f6328b961d13a31df56d64b8a6f6719999d9bc7874c8 SHA1: 2834eddc85458a6547f1df430e5d8a876cc40334 MD5sum: 89ee592b97793def6ddd9c52cc277652 Description: Vendor package for: gz-physics8 8.4.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.4-1noble.20260723.230710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 30462 Depends: ros-kilted-gz-physics-vendor (= 0.2.4-1noble.20260723.230710) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-physics-vendor/ros-kilted-gz-physics-vendor-dbgsym_0.2.4-1noble.20260723.230710_amd64.deb Size: 27544760 SHA256: 6558e2d87430071bdfcf916e8f331dbd841fc73654a9478834ce5b5eb0f1235c SHA1: ed6b5c447cff5d42d4dbb56bea87d08a34313884 MD5sum: 11aba67211786b96ff8f9c6c13040a9b Description: debug symbols for ros-kilted-gz-physics-vendor Build-Ids: 06e6d8d92a8d0ce9ee5ec23f70bcf38a1845d375 132612005d606aea3a5450ba8b93544e01798e15 5a4edcc418da0362cccc54bb9ddc6f5766bac945 741fa6aed83549c0b4e969fb1b00c137b4a32741 bdb0eeb09a6f34e40b29f84505f10ae7b2dc429b c2be78c2cdbbef970c784b85e5c9be265c1047c1 Package: ros-kilted-gz-plugin-vendor Version: 0.2.3-1noble.20260618.081300 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 714 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.20260618.081300_amd64.deb Size: 180070 SHA256: 5466a3e4a3bd1cd88c6e40cba52682e3b8f2cf850330db30d5f5bc9cc5b36c8b SHA1: 49530f6496d0a80ad71b9e661360e9becd4572f6 MD5sum: d3c421b0c9cebfe950f2e06317029bc6 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.20260618.081300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2146 Depends: ros-kilted-gz-plugin-vendor (= 0.2.3-1noble.20260618.081300) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-plugin-vendor/ros-kilted-gz-plugin-vendor-dbgsym_0.2.3-1noble.20260618.081300_amd64.deb Size: 2030898 SHA256: 7109b907272c7937737a6544998110c8cd95f37b84e4b81ab02b18a984670cf7 SHA1: d946e754564bcf6cdf435d8fea726e91f22b8004 MD5sum: 2257da21a928d5bc7a6ab981f6ded91d Description: debug symbols for ros-kilted-gz-plugin-vendor Build-Ids: 51b3a882438d7e2d7d38211d65ebead9fffd448c 8af7c1e9f8e8c7f0d91ae6b7452b96910c67f2c4 fe67556ea3b4972147407cbd4a2382a6e78169a9 Package: ros-kilted-gz-rendering-vendor Version: 0.2.6-1noble.20260618.083242 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 22071 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.20260618.083242_amd64.deb Size: 3966390 SHA256: 56cd73099130a056a9d9ed7f0ff8b5c62d3199dc7aa8e9492e6ea2515bc0f9e3 SHA1: 010b5701a43a17f20b506ed55537e269a4915e30 MD5sum: 0585c5210eb047360234d7ba6850d359 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.20260618.083242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 29465 Depends: ros-kilted-gz-rendering-vendor (= 0.2.6-1noble.20260618.083242) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-rendering-vendor/ros-kilted-gz-rendering-vendor-dbgsym_0.2.6-1noble.20260618.083242_amd64.deb Size: 27940966 SHA256: 5c9becaab1cfa6f950e0ca5223c1acfde3c80e29c2cf3f114d99d2bac33f461c SHA1: fca2cc130f30ac3cc466c755daa9c5fe1ed4ad33 MD5sum: 89094ea9ee8c7750d89703e239642143 Description: debug symbols for ros-kilted-gz-rendering-vendor Build-Ids: 1412d715f4212bbf589a74b2b7393e355524d288 a31436dc5fc52c0a40f285d70b644f30c3b0e29e ae59adcb0a594ffa5f9e8b8c5f017fac92c7ff42 Package: ros-kilted-gz-ros2-control Version: 2.0.16-1noble.20260805.145239 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 814 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.20260805.145239_amd64.deb Size: 228880 SHA256: 382d08c8f84d75d5d49299615959101d0cbd8dc09b555d5d0b0f4ae6ad280dfa SHA1: aab47901e9f22e99258bab0388d30557dfdfc890 MD5sum: c238f15792e9f5b6d9c78f9f3a7f9f8c 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.20260805.145239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 4721 Depends: ros-kilted-gz-ros2-control (= 2.0.16-1noble.20260805.145239) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-ros2-control/ros-kilted-gz-ros2-control-dbgsym_2.0.16-1noble.20260805.145239_amd64.deb Size: 4446514 SHA256: ce6b6986a17978b467fd0785780e6c8e8648ecd863665a3fb14ce9378277e982 SHA1: aee6edc3a21bb2848063e5dbb1c729584389e128 MD5sum: 2202d55adf08c9535e489713dd4f491d Description: debug symbols for ros-kilted-gz-ros2-control Build-Ids: 1eb734017cc75b020c599d94a04a15b21aab3041 83fab33ba80154754990dcf41c338b39bad36788 Package: ros-kilted-gz-ros2-control-demos Version: 2.0.16-1noble.20260805.150728 Architecture: amd64 Maintainer: "Alejandro Hernandez" Installed-Size: 1066 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.20260805.150728_amd64.deb Size: 171932 SHA256: 8948fe22d71694737e4e109a2b42d26fc5a2a518437a6605c7e492fbd9e6071e SHA1: 80d9e25dbb718999c2ddc024860016d2a235d14c MD5sum: 4d2b52c02b33c6d008d12823db83cdb6 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.20260805.150728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez" Installed-Size: 3626 Depends: ros-kilted-gz-ros2-control-demos (= 2.0.16-1noble.20260805.150728) 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.20260805.150728_amd64.deb Size: 3383464 SHA256: b5ae2c79113972fe26b3fec22234cb7dc237074dd8c07f3bc6ead254d43a9d9f SHA1: 0cc6be025af4dda823d8bef031015780b406bee5 MD5sum: d5686b833b0b9e679fa0724fd072baae Description: debug symbols for ros-kilted-gz-ros2-control-demos Build-Ids: 01d59b137c924dc2709082a5c89d1f32e8876bc7 187c673713d855f288ec69a297259b6465657568 28284ab679a9a7085b4699be168ba08041997a06 b0998fb2826350445262cf9f98683a2ad6dcbf0f Package: ros-kilted-gz-sensors-vendor Version: 0.2.3-1noble.20260618.085402 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2352 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.20260618.085402_amd64.deb Size: 386166 SHA256: 7eb88cec71b9d9edaed0c168375911a83c62f1f5eca6434272bbf0251a87a66d SHA1: 11c55acfaf6306d693d57ba3c710c6968ecd57f6 MD5sum: de2d1c9488f879cc1592a6d14f5a7483 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.20260618.085402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 11685 Depends: ros-kilted-gz-sensors-vendor (= 0.2.3-1noble.20260618.085402) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-sensors-vendor/ros-kilted-gz-sensors-vendor-dbgsym_0.2.3-1noble.20260618.085402_amd64.deb Size: 11331570 SHA256: e838e702c1404e997251b4e2a53637fc29100cb8172f0e3544ab8816156680ce SHA1: 24673024c73a84cf09e3f343497afd837593fe97 MD5sum: d479a5575e7eb1be8d73a79ac61ec548 Description: debug symbols for ros-kilted-gz-sensors-vendor Build-Ids: 0d3ad27c3320d84084bdc504eaf8c810c7457365 28ec98573d6af09b422419a657623e729ffcf2b0 2b835a13e365d3b1a3a3a6808d3bd9339a21f667 302a1d7b7cf6a82acf364ba34c4da2daa5855028 4d328eb3c261592931c5e880b9f7fc19533674db 52d278384538218754fcaa6fce2d46ea2d2b86ec 5580c92fac75ccb5c8a298e14cf1a9af4cc17c3b 656ea3b6fa074d14ac6b2e5770dd10b9c5a02dfc 6cd83d9aaeae682a98eeafba5477422ed827c783 6d91c0488150a3350d98ef8a28fcf851ab0999d8 788e7a02e7d891e99da920ff873c57aeec06a2ec 845543bc7c10c9a21e62d3958965a0e0817ec7d2 910d69782563542aac1314a2b964ead41e898494 97d92039117ab474487edcfdfb5ca95f5955c1df a538e5029f6882561d73e3f07837bb7f4c9efaf2 dd19c9a5ee04183731ce1eea64b75201379c7d04 e2aa28edda8e9ae9d14fca66477703c7d3a862ab e47324759fb174f62526fdd274a1fbd9bc2fbe0e e7a76c7f2fe27bf3436b8bf7c5b1d75441897575 ef9176748579a0ce96f65a1d21e3bb8e08ed5231 Package: ros-kilted-gz-sim-vendor Version: 0.2.3-1noble.20260723.232416 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 46087 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.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.20260723.232416_amd64.deb Size: 10149928 SHA256: 20bd1028669ba1ad2a05e2c18a0dcdd2705ac54757d5c4449e9dfd75db105af3 SHA1: e2a82f304b944fb9e47df88ca0f7a0e12ce3b2d0 MD5sum: df03e79887d80e6cfec434c68f08c207 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.20260723.232416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 191314 Depends: ros-kilted-gz-sim-vendor (= 0.2.3-1noble.20260723.232416) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-sim-vendor/ros-kilted-gz-sim-vendor-dbgsym_0.2.3-1noble.20260723.232416_amd64.deb Size: 179073456 SHA256: 63301245f5454769e0774ffefc3265853311a49fbbc55166859f31b627bc638e SHA1: 6a6587cf64f23e3f96875a20ddf23c2f1a263f4d MD5sum: 5ce07c0f36649ff922298dfcd5102cbb Description: debug symbols for ros-kilted-gz-sim-vendor Build-Ids: 0022703d0a2797d9acd03592e001798151dbe603 002e7cadf5c866fe597bb136a248d0cb1d17e331 0173c9e79f9edf1fe155e2b5e9faaaee4c3a8654 0296089d3c5252517fb483d756d2511871cd8c8f 02d4566c6263eaf0739b8c2f3c8ac97ccdee6e87 0383a370411c4d66630a095955ec51b504f5c28f 038731f3a2f48219f99929b9a26cfc083df740bf 0590152d602fe761ced34e0c84cb6fc0bbb196cd 06beee503655c36ed10daf078b9865446da4b51d 070a9c99351579cf5afb853f23e041935efd5192 074c39a79933e25ecd3f7a4ae526e2bc98c28a5e 091a51a312168f34145e7f04e3c8de5d0a95d8fc 0b605d16f43df2341d29afb9b92449d3a77e3e8f 0c582806fe9daee7ce3215f80601e5cb9b119865 0cc657692dd1734851cf024fcc826afd29f0aa4f 0dc89d188a39c5797a2d5eb9eae8402ed741ff42 101ec7b5bf69124e5b8739fbf3c6944eeadc3215 1108eb09d963ef3b5469165a66c286a48b7a8bc8 1219f75d2cf7a7a898142b9c364bc38e5fb95c8f 12495183c10fe18aee89a5c5257dfb39883f61d3 12528c15ada00fad77cd8b9ec855293906ddc8fc 1342abbfc974c5e6a0388ca56bfc20678b6d0b10 1a696720871559b0eb6f1c7450cb099e0b0194c0 22f5ab98ce76b6ef6015b89a0c2a019f7ee5117c 26685f3065576bf8ded63796d5b54af8515b80d6 27011348a0f07d3151faf8d5819df4d39726dc81 29a81a0f7dd546d15bb7c14d7e3591edda417311 2f2fad83a7e8cdf1804ab66917fc5facde1a2c80 3c55519062c323de12f37077bfa551c3d63c7320 3cb1597c00c7f6f48ed1c4df7dba278b5d001922 3df5c255eb9147566f5066213f1f723eafad71d3 43af285d76b7ff64caeb19e9e1b96ffff15cbc1a 46d54d1a74dea9ab6942b3d569f53a6c67b0090f 49ab10a7efda96304024f12ab5588ec310e3bf04 4b7736e42648ca435f792c2b472c55b2aa70bdb1 4c902cef45fc91cafbf80eccb0b2b5be78c26a83 4f5c4ef35437c577af7cd4bd2b518d0a9f390280 517cf1737a620fc6e9c803a3713d1788cbe23ff0 607b16efa28ba99b7bd25a383a7a94fad1eb027d 622ea9949d8a1773471463679bea1bfb88ed8fd9 62345013baf6b366de3e2fae6b7733f135ac7547 65d4e24c7097e369d726bfdd70d89d407c211dba 66a30838e5652bdda18c30e132d8308e35f3c834 677161f6d068217d29d9043c5e0352c913746c2a 6c2eb66b0456bb8ccc149bbb43d26181bb9e4541 6d8ba4c979a2703b58c083ca862a53ff80d37462 737bf65c6049efb36d6f86f464d4c046299f8ee5 747b7542106ae5b6d0d61009ab6f9a0ff5adacab 757e2dedb45dd4b6aca969b322f2b164ede2948d 7b3fee75c4106ce603d47938d6d1747ae59e60f2 7fb47eff7ab1785f576295bd302e210b3d56c5bb 81ff0c6c026d12e95f1d3de38cd29d76f423f97a 842f36213dc2e1666115a13e2392376b302888db 86aceb2153e77bf02667b3f3e67bd3d7d8f21a41 8a669869bed2aebef87f7be68817a17ff2da1d39 8b0332ecdf2250062b164e576e7d575b849799cb 8dbb95eee0ce5b25aed845e552c3893f324d843d 908df6900253feb39e3c3f994ab2b80b12b75ea2 9266d3cf614ecf4658cd59a368b6dbb57665bbae 92b6ab2d573e72ae187165cb4835063d4829c3a9 93f6c113a0fd83f9c9b46618dabddc0421bc81c3 9464d7ed2e9de7d287488deeab2298bc8f22e731 9655189caf42545e909a888db95f0c3d64164771 97d83009c86f67a694064f3d1b417690d3050bfb 9a06530a42741fb3da0a2483a543d2cc9721cbda 9ca49e40928d67ae984f0a40ccf99643a0dc141a 9dfa28cf0e99df655fa72742df3724b93270647b 9eb9df0cb6d9c35bd1f272c4d1a591dcfe165a9a a571cf1f06263302fc7fe6063aafebbaf79fed46 a580786bfd5ed7fd98dcc15be70d2dcc62271519 a5841c3edd09e11b35b826e54ddf4893180747b7 a63511442ad258798719bb4134e991e5c8824875 a64ae9e74491908ef0597b70c5ae02a806f81e90 a72b5e699f8f1d9249a9c9580a78190579ab623b a7a24fd846ec1d01e70d16d3411e8b8ce46c0fe0 a94b84b8d4fc8cfedcde31bbdf6500022230f7bb abec5dc4c8ab97d351f4028e76f09b3974ae8db7 ada649c8bb232ae8b15242bb29b6bf40f2d9367b adb363f2f451ae65d704099598d1aa3be0e845e5 ae6e20575a04592ed3e97d7d90a72a821e009d3b afcbbed9f9b0686c73afc6080b77770362e1a003 b3d3e261d9a1e9804b698f702b2a1e1d18f8ec6b b598a9537dff5b2cdf43785fe6214c0a8464d7ff b6ce2c47d8bc554f61eb313f9173d061db52c4bd bd98729bb94aea1bea6984f873e0ad4c555098cb bfc316a1b7efcb3681414be2bd4207c69b2c0c6e c17abf275d2fba6ab2e38a443132181b0558ac75 c59fcff6ed7dc8b5ca3b3023d6525695797cd922 c94045e6367187e902e44221053c2ac003b5303e d07aea4555e18a3211f70d5f92d98dd05f912e87 d62a75641b3e91e978f4975e1c58e0e916740332 d80f3acab5fe9da568da88c2302d7ea430b0b5bb d837bd180e2269c67714eae3e513e4b85e2f6759 d8820dae44386ec590f59a51a969bf07ab5d5a4c d8d6f31598d615e3fc49affb90269571a00b7547 dd8a83240b693cdd9b7b052f8e1ce6cf74cf132e ddd29da373af4ed469746d31c15195ffeb1d247a e0a7aa1672aba0237ac19038ba1de1a9c470f04d e7254cd1b8b31e821355a9b91ce0bf8c9c7b520e e892475322b8cfb27f1fc6bd8fe2aa1825d3b884 eb4d5706cd1422d93a1d0b946f6e5575fb209abf eb6923d323faecbc0e47d01c5b2d0373302ac880 ee446b921d4c8a56f59b0f27836813b6a2b7fdf9 ef91c123459ac4beb9ba75697c101de4afe27cb4 f8495ada72c7e5a41ec51a19ef677715003b5ac4 fbd15744f1c5a1ec5a826cd4abc8bd7b9e3f3c3a fd336f78a8c85860c683009f07598a07fc0bc088 Package: ros-kilted-gz-tools-vendor Version: 0.1.3-1noble.20260618.080710 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 151 Depends: libc6 (>= 2.14), 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.20260618.080710_amd64.deb Size: 31964 SHA256: 53dfe1402ec199d61c4f193aeb8e6829a22f8cde54e93d92aaa664e578475e59 SHA1: 12201010219d65fffb1fa0e270cdca0d1abe216c MD5sum: 49ae571e8b66378acec10e4e73a49288 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.20260618.080710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 226 Depends: ros-kilted-gz-tools-vendor (= 0.1.3-1noble.20260618.080710) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-tools-vendor/ros-kilted-gz-tools-vendor-dbgsym_0.1.3-1noble.20260618.080710_amd64.deb Size: 203980 SHA256: 8bbd2c124eb5723c8b8034f53733f95066b85f5eb279d1b4f8adab2adac11869 SHA1: 4adec5c7f56dd6118e7a68d01865682014fde4c0 MD5sum: e37af40f43acaf7d6b95b80fda58e95f Description: debug symbols for ros-kilted-gz-tools-vendor Build-Ids: 72a90786e4191ddd1547be27eef742c27e2983a7 Package: ros-kilted-gz-transport-vendor Version: 0.2.4-1noble.20260618.083403 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2229 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.20260618.083403_amd64.deb Size: 527066 SHA256: d92e3d4dea47e323cda38e4c31e710543c086a2ee04e9ad1ec7669e497dbb3d6 SHA1: b325469889c7dbe2e609db572083f400d47487bc MD5sum: 9ba65ed8969ee3a0797b8c14d6f92110 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.20260618.083403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 9494 Depends: ros-kilted-gz-transport-vendor (= 0.2.4-1noble.20260618.083403) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-transport-vendor/ros-kilted-gz-transport-vendor-dbgsym_0.2.4-1noble.20260618.083403_amd64.deb Size: 8981160 SHA256: cc1748c61ab3154f46a2ebe968ac36876bf6908cc5878d97eeaf310821386b0f SHA1: 38b0aa65c7e8eeb915e3fd417fccbde062d33320 MD5sum: 635f6764a69de55286ce59ec19b07930 Description: debug symbols for ros-kilted-gz-transport-vendor Build-Ids: 052537c23d4ae86b7e8dd118e6a7fe4c07a57e67 35c27888db6c633156e3313b80d2ad82f80449ec b3261d465658ce366bd157c09d88e41a4b54cca1 ebff558f1616fbfd24f348d4038f3ea4d35d2fec ee9e13069d4b9b039f5f7f2aa4bc6815905bd654 Package: ros-kilted-gz-utils-vendor Version: 0.2.2-2noble.20260618.080753 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 675 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.20260618.080753_amd64.deb Size: 115316 SHA256: d8a669d3d960320acf597b0c6e83212420e4e23ed3348c8187cfa210ada8a1f8 SHA1: 0e1c1245c4a2112bb92cccba019fe159567ab41e MD5sum: 3e3ffba6664f92a66b29577e7bfae8fb 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.20260618.080753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 395 Depends: ros-kilted-gz-utils-vendor (= 0.2.2-2noble.20260618.080753) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-gz-utils-vendor/ros-kilted-gz-utils-vendor-dbgsym_0.2.2-2noble.20260618.080753_amd64.deb Size: 362630 SHA256: 7f22d266d3688540a1665aa9f1c658a4b2f6da59e8199433a3dd970e917eda3e SHA1: acbdb278f9c59f6e42154394ed1dfb359d9128f9 MD5sum: e8996fa274fa6eb30dbc985331acfcb8 Description: debug symbols for ros-kilted-gz-utils-vendor Build-Ids: 18f97a83c0ad4b687777cc87e0dd938fabda7aa8 ad64c0e93489953c23d1974f9565e0d408a19041 Package: ros-kilted-hardware-interface Version: 5.16.0-1noble.20260805.141918 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1400 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.16.0-1noble.20260805.141918_amd64.deb Size: 391844 SHA256: bb483b56f4c891a9e0c4611298dd0efb4400f19eb198726e65f5c9a91a77e872 SHA1: 671cb37b88fdb42d8f0413edf25289ba8c85fa76 MD5sum: 4d30982752ee9d515ef9fc5d2cb6bbee 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.16.0-1noble.20260805.141918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6012 Depends: ros-kilted-hardware-interface (= 5.16.0-1noble.20260805.141918) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hardware-interface/ros-kilted-hardware-interface-dbgsym_5.16.0-1noble.20260805.141918_amd64.deb Size: 5705602 SHA256: d4d4c2a7caa7ac04fdac584c2e35bea5167b84f2644f9dc8f2498d06ab6509b6 SHA1: e3ef8ed3d0a46f3632ecf5080f75cb36d32f50ca MD5sum: 5081dea3960cf4842d91527cd046a86e Description: debug symbols for ros-kilted-hardware-interface Build-Ids: 2e3645fdc83e0ab1bd736b2261a76466651b9c00 358c7befa51d17f1ed302a187b81efc8bb78e927 Package: ros-kilted-hardware-interface-testing Version: 5.16.0-1noble.20260805.142544 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 219 Depends: libc6 (>= 2.38), 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.16.0-1noble.20260805.142544_amd64.deb Size: 59148 SHA256: b411831a4ec989c05065adf1c4444be81a9f6da5c6dfcab7002b5b20b28ef541 SHA1: dede8c5131bda90292fdd2e840f95f85dafde8ff MD5sum: 41881b9811cd549e29bf4520a797a4fb 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.16.0-1noble.20260805.142544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1619 Depends: ros-kilted-hardware-interface-testing (= 5.16.0-1noble.20260805.142544) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hardware-interface-testing/ros-kilted-hardware-interface-testing-dbgsym_5.16.0-1noble.20260805.142544_amd64.deb Size: 1557492 SHA256: 17cea1f5a6290ea5e02ce0818f2aa2975cd738c622e9a5dddeaecd28c1d8878a SHA1: aa008fcd02d68465ad3eae8a56fd5180c3664c8c MD5sum: 142ae028f4a81c346386ced7ffa48465 Description: debug symbols for ros-kilted-hardware-interface-testing Build-Ids: 91d07170b903aaf0d3945dd932c4813ed1671466 Package: ros-kilted-hash-library-vendor Version: 0.1.1-7noble.20260410.111049 Architecture: amd64 Maintainer: Kenji Miyake Installed-Size: 127 Depends: libc6 (>= 2.14), 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.111049_amd64.deb Size: 34534 SHA256: 12e7cc78799f542cab13cfb0c6592a960223a485c3db5067f1f5cda0a9a35069 SHA1: 6f90fa1889a4ea04f060913e16d68659e1ee47b0 MD5sum: 0efcd3a52203d7dc8bb953baff88fa6c 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.111049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Miyake Installed-Size: 176 Depends: ros-kilted-hash-library-vendor (= 0.1.1-7noble.20260410.111049) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hash-library-vendor/ros-kilted-hash-library-vendor-dbgsym_0.1.1-7noble.20260410.111049_amd64.deb Size: 155506 SHA256: e49c42329dd38758653031807bee4f9aef9c48d786dac1c3bd6d53c393698d97 SHA1: 013534318605458ab3a3e89afaf61624d50dda0b MD5sum: df6d81207f7433b762ff954bf609f6f1 Description: debug symbols for ros-kilted-hash-library-vendor Build-Ids: 791abb7f6805fde9cf5a3ea0760316764312775f Package: ros-kilted-hatchbed-common Version: 0.1.2-2noble.20260804.172100 Architecture: amd64 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.20260804.172100_amd64.deb Size: 14108 SHA256: d08e453de08b2c038e86f8c0c11677abbeb98058814edfc1ee1bbfd46e1338e3 SHA1: 95e1a196db5193f10f67f49cfccb3b87119266c3 MD5sum: c01b90fd60bba41cdfbde2f934b869b3 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.20260715.193754 Architecture: amd64 Maintainer: sykwer Installed-Size: 116 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.20260715.193754_amd64.deb Size: 24606 SHA256: 77ff7ce871e10dbb964a5d017deccda104e8d643e2f037f7fadc4687cbf90206 SHA1: 90d69de39101b46c88054333c79026a17ca5fae4 MD5sum: c5ae29388a0c30792926628479d5d021 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.20260715.193754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: sykwer Installed-Size: 190 Depends: ros-kilted-heaphook (= 0.1.1-3noble.20260715.193754) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-heaphook/ros-kilted-heaphook-dbgsym_0.1.1-3noble.20260715.193754_amd64.deb Size: 150332 SHA256: dde6ecbac48a5756b0762c4f42884d9be61dbee31871cccd64098d9e9b50b521 SHA1: 4701c6eb082e83194cec9ab00773d88706194e02 MD5sum: 6d601ed05197992249461bd664ba44d5 Description: debug symbols for ros-kilted-heaphook Build-Ids: 62cc8b1242c773a697f1a510edf0b06e4aa31e4a 7e9698a62ba36b9529330c57313369343b75259f 9d63419fcafb029ef543d71b92eae3d5bb0d4f90 Package: ros-kilted-hebi-cpp-api Version: 3.16.0-1noble.20260410.111730 Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 22863 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.111730_amd64.deb Size: 6797144 SHA256: 872e2d5f7cf67e276eb3aba2686624d49199af79aea4905188ada3fc38a873e9 SHA1: e5300e2d01bb1352b669043bec646686f7083a06 MD5sum: 07a6e4ae4915cec21034c71cce682c06 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.111730 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 3944 Depends: ros-kilted-hebi-cpp-api (= 3.16.0-1noble.20260410.111730) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hebi-cpp-api/ros-kilted-hebi-cpp-api-dbgsym_3.16.0-1noble.20260410.111730_amd64.deb Size: 3823344 SHA256: 03067aaa44737f1bb0fc22526dcf7b7be4a5ff33db92ae89251b862a62392075 SHA1: bb9a5b83ef1341c17bde2d0d2a1dd843c25a1ed3 MD5sum: 415f348271d9d804c4316c91a0ccf78f Description: debug symbols for ros-kilted-hebi-cpp-api Build-Ids: dfdbb3b1cb4712ee5f385e25422415d617b2d28c Package: ros-kilted-hls-lfcd-lds-driver Version: 2.1.0-2noble.20260804.171250 Architecture: amd64 Maintainer: Pyo Installed-Size: 295 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.20260804.171250_amd64.deb Size: 80734 SHA256: b33b165d0953a0985a31f9571927b654361fededf865cfa432783408f3815f59 SHA1: 69ff0c583907651ceefa9f8935660d8d32a7f334 MD5sum: 3e5d6b36d54da80239dd235f33413924 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.20260804.171250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1126 Depends: ros-kilted-hls-lfcd-lds-driver (= 2.1.0-2noble.20260804.171250) 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.20260804.171250_amd64.deb Size: 1019028 SHA256: 5412aa7bf3a0ca667f02ec0b687eb41b5499369e69f0278e1c5e969920b79ba5 SHA1: 8064d4c7059ea28241c47da131a81dd2008435f4 MD5sum: 8a7818a27adb45c2560384e2a5a13928 Description: debug symbols for ros-kilted-hls-lfcd-lds-driver Build-Ids: 27c79e8ab7d41ddecb8a3ceb99e5d1fcb3a8ddad Package: ros-kilted-hpp-fcl Version: 2.4.5-2noble.20260702.103155 Architecture: amd64 Maintainer: Joseph Mirabel Installed-Size: 6630 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.20260702.103155_amd64.deb Size: 1146588 SHA256: 70fd688ecaa3a3f20eee9ee9705523c136cc6569bd00feecd1e8b34dbe83ce6c SHA1: 87734282478d93c0e6ad0cf4b3f2d9ed2edf1cd8 MD5sum: b375fe223a19beda730a7bf8b1d2bad8 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.20260702.103155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joseph Mirabel Installed-Size: 54027 Depends: ros-kilted-hpp-fcl (= 2.4.5-2noble.20260702.103155) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-hpp-fcl/ros-kilted-hpp-fcl-dbgsym_2.4.5-2noble.20260702.103155_amd64.deb Size: 50668608 SHA256: 389219bb632e13c1fc4b5f993cf2d3ff26097d1f9662fd7f3bff1f063ce22db4 SHA1: 5b91bfb72daeb19132b8336eadc924d19f01dbb1 MD5sum: b23123b4e3af464d68692c0bfe867593 Description: debug symbols for ros-kilted-hpp-fcl Build-Ids: 3544912e657396b97086f031754ca4b14ceed2a5 8f3b80078869372bc4cd80842f45c2f6b900dada Package: ros-kilted-ibeo-msgs Version: 4.0.0-4noble.20260716.014621 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 7637 Depends: libc6 (>= 2.4), 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.20260716.014621_amd64.deb Size: 437494 SHA256: d0b3740b5666a9aaa998d53a95cf0ad2fd565c27cf0fa0ec3bd08265c6f81393 SHA1: a7e8af270a0beb6cc5fd89b8918201a7fab258c8 MD5sum: 01bf24de6dc42af9a2e4e3f51ac979e3 Description: The ibeo_msgs package Package: ros-kilted-ibeo-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ibeo-msgs Version: 4.0.0-4noble.20260716.014621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4750 Depends: ros-kilted-ibeo-msgs (= 4.0.0-4noble.20260716.014621) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ibeo-msgs/ros-kilted-ibeo-msgs-dbgsym_4.0.0-4noble.20260716.014621_amd64.deb Size: 3981818 SHA256: a0fa08caae5b0c52082f54820fd261113738ac859694315f02ac3d9e844cf0a2 SHA1: 7f300674b5cba78d7c930a4f20b96708cbe6903e MD5sum: 92b28c6d52bd1e5aff38577b0e092e6d Description: debug symbols for ros-kilted-ibeo-msgs Build-Ids: 1b1082477fd032ba4756343253f8a5a0ffed8d6a 1b31d1141408cc96f6281896f8a625555383ff64 25b5dd9e6e10633b045873132b183b6caeb45698 34cbcfd8718fafd66c1bbba9694c367f77cd3d9c 354fa91c6f5ea3636f69d971ca30518545ceef9a 3a8dfe590dc56eff5dc0c31fbb218fd5cdaaf42b 4cf353f30bc74db173a0e787026671d71c0f46e8 73c4e6ae1c3ebb9e990d4d95684da21801a497cc 76dc8f9343b2fd039d5bcf579bee74944fec2dfd c704c21748d3af421b718a41f207f2dab30e6271 f7e97830b30f9dbe726c530a6546a08076a0857e Package: ros-kilted-iceoryx-binding-c Version: 2.0.5-6noble.20260410.104508 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 363 Depends: libc6 (>= 2.4), 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.104508_amd64.deb Size: 63692 SHA256: b6aad7dadacad12d166ec0f1f15ed2ac2d23e0944aa1712f713dd88818f0fc87 SHA1: df7518b4003517f7ee38a2c124f75057c03f0369 MD5sum: 3dbe5789131e32bfeee57b25c30851e1 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.104508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1095 Depends: ros-kilted-iceoryx-binding-c (= 2.0.5-6noble.20260410.104508) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-iceoryx-binding-c/ros-kilted-iceoryx-binding-c-dbgsym_2.0.5-6noble.20260410.104508_amd64.deb Size: 1044130 SHA256: 93ef09b97187ef6934c374044eb39a0d968934eb69777156aa76007ee3585de1 SHA1: df5d1b60a46880498e2e522c690f48e5afdd2adc MD5sum: 9dfde8f4b764bc21e73ce70a7e8bb363 Description: debug symbols for ros-kilted-iceoryx-binding-c Build-Ids: 31fb1be093e51ac465c68cdbf28af462bd590cd7 Package: ros-kilted-iceoryx-hoofs Version: 2.0.5-6noble.20260410.103857 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1279 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.103857_amd64.deb Size: 211458 SHA256: c22e121cba0e6d9a800014d1355bfba339eecb3be13ead6a9810e64293580eee SHA1: 9f94a8fbd28d911533d634a4cca40701030050b0 MD5sum: 6b432fb682741a6dc7091550ee50e539 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.103857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1214 Depends: ros-kilted-iceoryx-hoofs (= 2.0.5-6noble.20260410.103857) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-iceoryx-hoofs/ros-kilted-iceoryx-hoofs-dbgsym_2.0.5-6noble.20260410.103857_amd64.deb Size: 1131156 SHA256: af974eea3f75a3d7c0dd71fc4906c5960ce28cf99b8fa687e8e685338ae1c79a SHA1: 89a5fd6344704d934226b7ecdca43b23879870d4 MD5sum: 99d34dfb838b32adf1a078bfe869865b Description: debug symbols for ros-kilted-iceoryx-hoofs Build-Ids: 6e585d7e1515fa81dd846587bbf62d2d528b3592 a33e863a0c676ff8bcd8767ea908c9479aaf3243 Package: ros-kilted-iceoryx-introspection Version: 2.0.5-6noble.20260410.104511 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 153 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.104511_amd64.deb Size: 35560 SHA256: cf02d495a96abd337b1c74e9807d9351a6bececa5e6959931e5b1dd988039b7d SHA1: a0e2a23ff068bb59d766c68b041a7615972d9641 MD5sum: 7d5796190b09e0ed62bb705e637f0523 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.104511 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 479 Depends: ros-kilted-iceoryx-introspection (= 2.0.5-6noble.20260410.104511) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-iceoryx-introspection/ros-kilted-iceoryx-introspection-dbgsym_2.0.5-6noble.20260410.104511_amd64.deb Size: 429232 SHA256: 10fe91748bdf3e1563bf091cd94286a86550aae0b391dde1e060c5ee78cdc449 SHA1: 3b61796f2541cccc2d2a29973fec84d64008eae0 MD5sum: 4a90194ece34ee132174002948622b7d Description: debug symbols for ros-kilted-iceoryx-introspection Build-Ids: 090d610afe7fae4e2ac9b11d41a18cb19458b48a 3fe7eb65ed4ec90a417ccd78cadb35c8bc560eac Package: ros-kilted-iceoryx-posh Version: 2.0.5-6noble.20260410.104053 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1968 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.104053_amd64.deb Size: 398768 SHA256: 9f11cea1ee223e777684daea8f9376714c41c20ebc125ed2e9bc895569c30a1c SHA1: ff867cebca40f47754832cce78460727052605e5 MD5sum: c25e0bc40412cce2fc776cc7f370c50d 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.104053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 6246 Depends: ros-kilted-iceoryx-posh (= 2.0.5-6noble.20260410.104053) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-iceoryx-posh/ros-kilted-iceoryx-posh-dbgsym_2.0.5-6noble.20260410.104053_amd64.deb Size: 5979154 SHA256: 251fe7a7c429c28c5bcf573d5e629c0e30a6db0ca963da2fe7db1dfcda41ef0e SHA1: ba3c7085002fab095cb4e4d83d2477eff63dd2f2 MD5sum: 4d7d68e15e16a7c4d7708dad98c27de0 Description: debug symbols for ros-kilted-iceoryx-posh Build-Ids: 49f5e12eef67ffda4655ccf06d82a44d670fe934 905ab6bec5c6b52d5ed5f483778b063b46367c15 91a4a351c6437c075ce77bf8f7e5a5c86886e3a2 9ffff42d5c575d1a4e47abb4bde010bb475bd62a a31f3393451096da7c3ef9e08f825128fe566b3b Package: ros-kilted-image-common Version: 6.1.4-1noble.20260805.143341 Architecture: amd64 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.4-1noble.20260805.143341_amd64.deb Size: 6000 SHA256: 4d0573790cd5f4e3cfde510b7c2513911c39acdc9b9e2ab532d8718fe45d6761 SHA1: a9bfb1514648dcb234c391d71230ae29216aa57f MD5sum: 393b949a86d7f7b3d047ce3f6fed5976 Description: Common code for working with images in ROS. Package: ros-kilted-image-geometry Version: 4.1.0-2noble.20260730.180016 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 170 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.20260730.180016_amd64.deb Size: 33016 SHA256: 433e45398bdbe7ef39aba6c8d1663b565f4e0fa33775d1bed23ee06167ffea45 SHA1: 4918e3e2f6bad4928b8a9f6702ed8d55f2e04ff5 MD5sum: 472f2878cc4b9dd960e5544696236948 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.20260730.180016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 265 Depends: ros-kilted-image-geometry (= 4.1.0-2noble.20260730.180016) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-geometry/ros-kilted-image-geometry-dbgsym_4.1.0-2noble.20260730.180016_amd64.deb Size: 246378 SHA256: c69b0436e03d244d82e935f10a91448a3428d194526d3430f574f2f6eb686525 SHA1: ae1409a4cc3e12cf51a9b39bc1087cc5bef08100 MD5sum: 34beabf3083aa2b26b858289d49b00ca Description: debug symbols for ros-kilted-image-geometry Build-Ids: d0c5f1f597fc69b59addde026c07a481acef3350 Package: ros-kilted-image-pipeline Version: 6.0.13-1noble.20260805.153104 Architecture: amd64 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.13-1noble.20260805.153104_amd64.deb Size: 6904 SHA256: 99169a2fd6c9ce2c11e30f080d724400ee4c4106f07a7397fad09e835b7ada33 SHA1: d3fd92ebecd6c1fe1749d48109bc9f6f72c38795 MD5sum: 54db49b0704133b900bbaba8f5fd501d 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.13-1noble.20260805.145024 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1581 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.13-1noble.20260805.145024_amd64.deb Size: 257446 SHA256: 6f83527c00834d3df100c692205fffc40cd1293def6dfbb33db0347088f2d96b SHA1: b8255e8eb9ceb19362c2dc3613e5db04df780557 MD5sum: f34f8cf2dee039fd51232f500616e22b Description: Single image rectification and color processing. Package: ros-kilted-image-proc-dbgsym Package-Type: ddeb Source: ros-kilted-image-proc Version: 6.0.13-1noble.20260805.145024 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 8745 Depends: ros-kilted-image-proc (= 6.0.13-1noble.20260805.145024) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-proc/ros-kilted-image-proc-dbgsym_6.0.13-1noble.20260805.145024_amd64.deb Size: 7551756 SHA256: 83d62d0701b4aa1be6759624781c7461513c724f19509c6ea51c0e2765d214af SHA1: 9babfca0cd36c4aa630253ce757e6f7350f64289 MD5sum: b6dbf4b47c8edfdf95818af8265b866e Description: debug symbols for ros-kilted-image-proc Build-Ids: 206bd497ae4be8db0ff3ebe81596ed85f9883025 2725d897d50aed74d01ed915482cf3aaebe634cf 41b5fa5cb7d5d9e94e3fad572c37f1ce97301e92 5f7384b3165be9f6c8ddc6ee8f0054445e21f3f5 68a2630f31b277043dba37faf236018d5690176c 6b0ecd1b8f99ccd9471cb214a966ee2714324758 757bea92387808ad0fe67ff20378d98a5386b86f 783eb5707fde622a5a382197617ec720d6ac783c a104dceef3708d314d11e493a586b995855e15cb d0e68130a30e09a17c7e3054627fe1b65feb6d90 e53f8aacd4b3ba46940b0bd982b9f7791bff2a8d e6341b6319b4512d45adff4e430f270b0b66faeb fd2f565ee9ac5bcd2d941ae79acd9d25866490ad Package: ros-kilted-image-publisher Version: 6.0.13-1noble.20260805.145254 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 350 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.13-1noble.20260805.145254_amd64.deb Size: 131590 SHA256: ebcdf5d7cd4470cdcf0ff8cfa9114bd8880887a2ce76fb54500b4519a3848d93 SHA1: e6b94bc05cc0d665bf87b2fd1d3445b19acf5e30 MD5sum: c80b5e756c978479b9e9927efb843145 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.13-1noble.20260805.145254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1302 Depends: ros-kilted-image-publisher (= 6.0.13-1noble.20260805.145254) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-publisher/ros-kilted-image-publisher-dbgsym_6.0.13-1noble.20260805.145254_amd64.deb Size: 1238616 SHA256: efb4c0539aa04efb0c1e4f3ea0bf395b4f59932f5154cafc64566965bc41c5f6 SHA1: c8939b7be19a49ace195d8aadab3a4b2843bccbf MD5sum: 640623081ab76ea9b811d10159d74eda Description: debug symbols for ros-kilted-image-publisher Build-Ids: 982d20f278be85c90b918e513ed672caa130fea6 d97e0899b1e6aa806e5d28959c686931a9e0282d Package: ros-kilted-image-rotate Version: 6.0.13-1noble.20260805.145154 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 699 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.13-1noble.20260805.145154_amd64.deb Size: 161114 SHA256: 96a907e2b97122def794b5c1cdcf3cb356784ca15a8af774449a5075ae54713a SHA1: e86b40da5e75e9912fbb4e8c773872313b54af84 MD5sum: 1f35571fb48e1e1e3969dd817dd0606e 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.13-1noble.20260805.145154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 3723 Depends: ros-kilted-image-rotate (= 6.0.13-1noble.20260805.145154) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-rotate/ros-kilted-image-rotate-dbgsym_6.0.13-1noble.20260805.145154_amd64.deb Size: 3496966 SHA256: cff8ad5dfccc5667bfdf20a8720c7e81dba8f38b39f57383fe1eb644aade2d04 SHA1: a654ad78976ae4380df4b35adf369b479c28b2bc MD5sum: 7b59b6b91968f33adbd66200b64a375c Description: debug symbols for ros-kilted-image-rotate Build-Ids: 0a893d8bbd85c22eddcea7ac82549dd655faa864 1a5980a35ec888be47637921285716cfd905cc1c 1b08dda118bac70230c134173ca28f6da691a8b6 b794c7fc407a7518da68cb53cb66524f1d4f4b77 Package: ros-kilted-image-tools Version: 0.36.5-1noble.20260804.173643 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1028 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.20260804.173643_amd64.deb Size: 185568 SHA256: 7cf1bf39048d1660f5b5d1a587a11a268608c5f81d2e620b5fe3af9b7278bf58 SHA1: 068cf11e61b57d0fc5c5870488b136342d62fe02 MD5sum: 6cc54d748f5686d25da3f1cca1bc1787 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.20260804.173643 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 5051 Depends: ros-kilted-image-tools (= 0.36.5-1noble.20260804.173643) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-tools/ros-kilted-image-tools-dbgsym_0.36.5-1noble.20260804.173643_amd64.deb Size: 4144048 SHA256: 318821c2f6cb18cfecfbb7d011c6c0d28a6fece12d49df6d4dd1df78abd4c5ff SHA1: cad77b8843b49c2477251eddd54150eb9ad16b0b MD5sum: 7c3601dd3370a9e1bcfdb3525530ec7a Description: debug symbols for ros-kilted-image-tools Build-Ids: 2050dfe67b583f0c6a58b2ddaf2c50346a85e2c8 d0482782fbb01d4caf89c855bab4fbda6355f9da e01481e0c0679ca616c6a4a2167b2be7f14452b4 Package: ros-kilted-image-transport Version: 6.1.4-1noble.20260805.142057 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2919 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.4-1noble.20260805.142057_amd64.deb Size: 414656 SHA256: 15e8f746b78f37c3b05d0b72d5d6ecf2c2aede93e27e9b1cdb6c6089895035ca SHA1: bcc345c410d21c61a120ad1f70b0012f1fcd9758 MD5sum: 2810a1e11ab3fbdea9bc97f66baccda6 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.4-1noble.20260805.142057 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 9580 Depends: ros-kilted-image-transport (= 6.1.4-1noble.20260805.142057) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-transport/ros-kilted-image-transport-dbgsym_6.1.4-1noble.20260805.142057_amd64.deb Size: 8634288 SHA256: 5679168f08f5aac20ae0f6a9423a350419f961ae3d7c173af668f8a82ccb678d SHA1: 0369a85bc57e225f3b52ee111bd3c9525a6d01e0 MD5sum: 29f0454468f08ea0b0b62c8f26895709 Description: debug symbols for ros-kilted-image-transport Build-Ids: 0fa554b450d72efba72e7be3074d2ef0d7959ba4 3492e445e810dd8480502cc02446dbeb7bced088 6c865fdd9ed3c0c2bdc7e318a93f4294438c8e53 768afbced8c92f325995d07651c5f04df9622a3c ae4658487c49b3f8a6ac508df7aeaed7f3f1ff29 Package: ros-kilted-image-transport-plugins Version: 5.1.3-1noble.20260805.153343 Architecture: amd64 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.3-1noble.20260805.153343_amd64.deb Size: 6216 SHA256: 1bd3f5b13b68a86c7b822f2a7eb976681f52933eea90787056905cb1b0d535d6 SHA1: d87f580d8070dcd76170918ab5f5164255d2e149 MD5sum: f9bc1be3d41267e6f41bf1284c7ad0bf 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.4-1noble.20260805.145518 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 295 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 Homepage: https://index.ros.org/p/image_transport_py/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-transport-py/ros-kilted-image-transport-py_6.1.4-1noble.20260805.145518_amd64.deb Size: 99996 SHA256: 4e0b163e57fcd5daa27fd33bb6f12c4f065ba1c735a967e78208f05fcc7c276e SHA1: 942fa3da52c7a68cdbeaec040ab1b77d0c204003 MD5sum: 71a5d2b62dc768cfca4dff3c68913e18 Description: Python API for image_transport Package: ros-kilted-image-view Version: 6.0.13-1noble.20260805.142730 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1291 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.13-1noble.20260805.142730_amd64.deb Size: 284604 SHA256: b69869ff0ca2383952ef03d5e59cb4c39e05a00b53124b85ae78c7d20683bda8 SHA1: 9d720f18b68e792623199d77540e1dd0d4c8bf9e MD5sum: 899f08e8ef5dedbfe1c55913ab0fd4c7 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.13-1noble.20260805.142730 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 8181 Depends: ros-kilted-image-view (= 6.0.13-1noble.20260805.142730) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-image-view/ros-kilted-image-view-dbgsym_6.0.13-1noble.20260805.142730_amd64.deb Size: 7548960 SHA256: 407ceb05060f6111421e5353a155e01267a41bcef0023a61e7ba98253c24a344 SHA1: 8f836264ee4c87132f573143d6becd9434c51eae MD5sum: 541d461f20162788fa43ae09e9f0a994 Description: debug symbols for ros-kilted-image-view Build-Ids: 34594a212d340509a786f00ee5d2e63360dc9f32 5cda02e5a8afc461459f3827a34d1354b3e9f04c 72d09a0f81069c96205d5c7590ae288d4af882de 77fd228f705eb1041d8484f1c2ee33648d3b20aa b32f9bc4b5aacb83f9519f4283cf88e835488eb5 d1f27ce1bc726b3a5c8e7968e1c6fbb232a248d4 f9154a042c2c1c46f476ab99ebc38e3f6e3cd931 Package: ros-kilted-imu-complementary-filter Version: 2.2.1-1noble.20260805.142953 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1036 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.20260805.142953_amd64.deb Size: 198592 SHA256: e6c5bb29ace160522e2cc88a959f4716b20e8ddb479105e6bb5c2533ffc1550e SHA1: 68da2f2e971e87c31f4256ad0406c16adfdefe7f MD5sum: 8de9468af158d9bb7770c668c2b0ac4c 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.20260805.142953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 4509 Depends: ros-kilted-imu-complementary-filter (= 2.2.1-1noble.20260805.142953) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-complementary-filter/ros-kilted-imu-complementary-filter-dbgsym_2.2.1-1noble.20260805.142953_amd64.deb Size: 3813920 SHA256: 3540b3665874fd15534233a4bf64ed4ecd0098cfeb8e54da1962a002494d62d3 SHA1: 0623a9003e9706862e489d15c37d543b53953c79 MD5sum: 8a20995f49599d4ead89dc52e1e88dd0 Description: debug symbols for ros-kilted-imu-complementary-filter Build-Ids: 025ce51a2df46beeb7fc2c7d9b3f97c941e5bb49 83560f4d01af505871e16b6be71c4f8242bbbfb5 Package: ros-kilted-imu-filter-madgwick Version: 2.2.1-1noble.20260805.145930 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1283 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.20260805.145930_amd64.deb Size: 233344 SHA256: 4617672cabdff918f26655da94e3b19f981f36ebd6b05a99a29662eef86514b8 SHA1: b31714a9b61c903f1d6c692eb38168a22a60dc94 MD5sum: 942127714011da446cba763c0940ec50 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.20260805.145930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5487 Depends: ros-kilted-imu-filter-madgwick (= 2.2.1-1noble.20260805.145930) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-filter-madgwick/ros-kilted-imu-filter-madgwick-dbgsym_2.2.1-1noble.20260805.145930_amd64.deb Size: 4573128 SHA256: 3c3ed5aabab101b2215577b64b56889746f68ccc56adbb7667c37864d3de8b07 SHA1: 1878142628c5f46175787ea2a8ae71beda9eb5cb MD5sum: 2c93eac5eff8621bd0133e1061cb5aba Description: debug symbols for ros-kilted-imu-filter-madgwick Build-Ids: 6f90ef1d35207a201d580a898ede31ee289eac8a 818f6d0178c0efdfc89203a70d719346c89c91e9 Package: ros-kilted-imu-pipeline Version: 0.6.1-1noble.20260805.153406 Architecture: amd64 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.20260805.153406_amd64.deb Size: 5432 SHA256: aab1a99e0cd98cd7e1eddc7418cfa93bfd575d693d3c63f2889bd562449e7802 SHA1: 99dd072139ea0283431f0dd9b3c2924114e60ed9 MD5sum: 7ea339b396d4b6a72bd75700a9288b9f Description: imu_pipeline Package: ros-kilted-imu-processors Version: 0.6.1-1noble.20260805.145938 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1737 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.20260805.145938_amd64.deb Size: 257410 SHA256: fa8e5fcc5fc3a01a5b716c7661620398b9d8a8de7fe2b025daa97a431c22e5bc SHA1: 85f470022ddfc3b1614cee6902e0d00900d036f7 MD5sum: 25c1b0e81c01106220c2485f2983a5b2 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.20260805.145938 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 7714 Depends: ros-kilted-imu-processors (= 0.6.1-1noble.20260805.145938) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-processors/ros-kilted-imu-processors-dbgsym_0.6.1-1noble.20260805.145938_amd64.deb Size: 6225684 SHA256: 373f74ff7a69cb8dd068c7122c38eb79b5f3f2c253125d9eea58cbe87b962373 SHA1: a0d91467771e6a75d5bd3d559534985d2eda2b28 MD5sum: cc82bc51bfb802f1115042f910fc2338 Description: debug symbols for ros-kilted-imu-processors Build-Ids: 4ef5a5693212c5a973447a0c788b6d815d8496ea 6b7bd241a50a064bd454b26bff8d7c05bcb58c05 a573856de27a14ad0978455ac5a1b49f136ad5e7 bc7fc2879e1dac6969b5ae0cb6bd6b5c645f5bfd Package: ros-kilted-imu-sensor-broadcaster Version: 5.16.0-1noble.20260805.143710 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 328 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.16.0-1noble.20260805.143710_amd64.deb Size: 96386 SHA256: c852d2bb876aebf3c0c0c656d3eed37ea27ecd82a9cca6f3aeaffd0a8476e4fc SHA1: 563b94129cda1f1396cc7a1b50d41c0e01d49cd3 MD5sum: 9c46f3f875cdb9123eb6de8f2bd81c90 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.16.0-1noble.20260805.143710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1741 Depends: ros-kilted-imu-sensor-broadcaster (= 5.16.0-1noble.20260805.143710) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-sensor-broadcaster/ros-kilted-imu-sensor-broadcaster-dbgsym_5.16.0-1noble.20260805.143710_amd64.deb Size: 1676132 SHA256: c74e9157bab37645b651cdd4b52492c7029a4a609b6f0e415d85a44d3724badd SHA1: b368ed613bdc2b7098983515f0084e3d87b56629 MD5sum: ccb265512af945e13f2076a15d2339ae Description: debug symbols for ros-kilted-imu-sensor-broadcaster Build-Ids: b787c249875a1e0d7b34fe9becd5ce8a9f756b85 Package: ros-kilted-imu-tools Version: 2.2.1-1noble.20260805.151046 Architecture: amd64 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.20260805.151046_amd64.deb Size: 5256 SHA256: 2846a034cad1cbb7b6bb0fb9d4abe457c389e6fdf8beedfd7bb6fb376a3c9ab4 SHA1: be3688d43938e47e4058e3e73dd76efe683cdede MD5sum: 591c831b63b663f934b6184c43afadbe Description: Various tools for IMU devices Package: ros-kilted-imu-transformer Version: 0.6.1-1noble.20260805.144440 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 961 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.20260805.144440_amd64.deb Size: 181636 SHA256: 325a14a5de5a36656bd537272361168410b458b4a330a4279fa97e4ad26b17fe SHA1: f4abc28082ac44cfe425ba65fa40d76586410759 MD5sum: fbc0cf62d961f7a470cb4dd1fa5def6c 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.20260805.144440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 4732 Depends: ros-kilted-imu-transformer (= 0.6.1-1noble.20260805.144440) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-imu-transformer/ros-kilted-imu-transformer-dbgsym_0.6.1-1noble.20260805.144440_amd64.deb Size: 4093240 SHA256: 62d186d4295ffa18e220062cc8b6f6eb4ec247571f7f53e1c6b4a49a233f5d87 SHA1: 3f7c73230fa4c8d872f56c24f8a969a6f5b1128a MD5sum: 61bf7a42fa9d4012c9ef0acee0347b7d Description: debug symbols for ros-kilted-imu-transformer Build-Ids: 1b17e316b699c40171fb7da54088f5e93b6e8785 6d6e3459373ce711fc7cc0ee051e8c2f9e6b91b6 Package: ros-kilted-interactive-marker-twist-server Version: 2.1.0-3noble.20260805.151157 Architecture: amd64 Maintainer: Mike Purvis Installed-Size: 193 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.20260805.151157_amd64.deb Size: 55166 SHA256: 00b3466dd1c25124286d07324faf8c354fc1f5370fb75f85a95bd00b17c03e5a SHA1: d2bc95b34f0d66af0098cc4d36312d8a119b5193 MD5sum: 89a617dbe8347c21c08ef9681b5c541f 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.20260805.151157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mike Purvis Installed-Size: 977 Depends: ros-kilted-interactive-marker-twist-server (= 2.1.0-3noble.20260805.151157) 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.20260805.151157_amd64.deb Size: 922148 SHA256: f9b337a085203a54e1ce0d8d5d0092ad7997e4871ae7cc2ae6d15c0c3c9b820c SHA1: 87e9226066ef3e0c0ced2c3e5ae31c26547b3a56 MD5sum: 88b97216c0dac2706226b211dd8ab3cb Description: debug symbols for ros-kilted-interactive-marker-twist-server Build-Ids: e6c85fcff05ef8dabfd127f48013e7c182b24a0d Package: ros-kilted-interactive-markers Version: 2.7.1-1noble.20260805.143407 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 1021 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.20260805.143407_amd64.deb Size: 205642 SHA256: 4cfa0312d3b05c99fc164927c1621fa2e422b548ae87a5cd3674a2235250de1b SHA1: a35ed15f84adc7cd781d3eeb0b46f7c432c7fb7d MD5sum: 715070ae4e9dabc765a33d8f4581ebbd 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.20260805.143407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 4951 Depends: ros-kilted-interactive-markers (= 2.7.1-1noble.20260805.143407) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-interactive-markers/ros-kilted-interactive-markers-dbgsym_2.7.1-1noble.20260805.143407_amd64.deb Size: 4294914 SHA256: 01dff2fb471385fc34ea654eed8c50bbc68f758fefadf3004b7535e906f64357 SHA1: 93ddf55a39b304248de4df4a0c601c45d12cd553 MD5sum: ab5a4684f8373381612572fcd502e2ca Description: debug symbols for ros-kilted-interactive-markers Build-Ids: 126fa5284531425a21f1f090a69c1c16aab64d3b Package: ros-kilted-intra-process-demo Version: 0.36.5-1noble.20260804.171211 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2759 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.20260804.171211_amd64.deb Size: 383942 SHA256: be4dc3dbc1a6e84cffc37d8a07da908a78418b8592f2db8aeb0d118f337bd816 SHA1: 1a3e1568c009c810eb53f8988c9f31519c433d63 MD5sum: bf8daaeea424a50f40fa5d5426d15b00 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.20260804.171211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 13985 Depends: ros-kilted-intra-process-demo (= 0.36.5-1noble.20260804.171211) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-intra-process-demo/ros-kilted-intra-process-demo-dbgsym_0.36.5-1noble.20260804.171211_amd64.deb Size: 11891466 SHA256: 7abca9b5b9c6bc5f3ce081bcc39315710dfbe996cbae20256686e1c3ebe8e99d SHA1: 7b0ba285ef2b25c8515618913772f73acd54556c MD5sum: b264e432f7acd1b2207eb10996dcd9ba Description: debug symbols for ros-kilted-intra-process-demo Build-Ids: 0062591ff1a8aeff1030c9de0c5d50de616aecc5 1b437c503f01f626c528f61835c8eb7609f3c2a6 452c6727127876c29b7dcc4be0cbfa65905dbfab 488aebd65bf6157454ec49f976b44b98e89d6cff 80265a438396ff9df4a1ec395e071c3f368fa323 ac772e85a92e0ff697347aca940f551049cc442a f97ceb5bcae075d43d5319d75c502b94eda15c44 Package: ros-kilted-io-context Version: 1.2.0-4noble.20260804.165133 Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 188 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.20260804.165133_amd64.deb Size: 41412 SHA256: f11dad5c313f39e70f51d0c28e0ca9c300f33c33a45e2745ed7c0caa6657898b SHA1: 71de01b6273fab5b4bdb2fda49320d44164aecca MD5sum: 103b9bf614e76ba29243cb3f92e37ac2 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.20260804.165133 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 314 Depends: ros-kilted-io-context (= 1.2.0-4noble.20260804.165133) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-io-context/ros-kilted-io-context-dbgsym_1.2.0-4noble.20260804.165133_amd64.deb Size: 204910 SHA256: d0477041ba05d9066687eb50d5077d6944f29a2d2ca5f7cc703df08fad92ff0f SHA1: a041864673f46fb1840abc272e688f3e0f21ba75 MD5sum: c2f1d5314df547e2b719a234f40c5f0c Description: debug symbols for ros-kilted-io-context Build-Ids: b4bc5844c858c5acb8366c187bf6a03f244161ef Package: ros-kilted-irobot-create-msgs Version: 2.1.0-4noble.20260716.021717 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 15817 Depends: libc6 (>= 2.14), 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.20260716.021717_amd64.deb Size: 830892 SHA256: c88977ab4c7d2459b466beb4ba88eadb6a227b169025567f249d3ca17ad6d4cc SHA1: e948605725164928a6767dcfbbfc06c2efc69866 MD5sum: 0ae2c16ca88fb82b65959872f02c2315 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.20260716.021717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 8484 Depends: ros-kilted-irobot-create-msgs (= 2.1.0-4noble.20260716.021717) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-irobot-create-msgs/ros-kilted-irobot-create-msgs-dbgsym_2.1.0-4noble.20260716.021717_amd64.deb Size: 6154118 SHA256: c3936860bca2966c6c3a338d61730322b9ac20fd88d1f1b7b2dd9bac96ef7304 SHA1: 4163e8785569543aba2292a4f2f7f191aec67046 MD5sum: 577a916b13c5ca9f0829d71f4cd300c9 Description: debug symbols for ros-kilted-irobot-create-msgs Build-Ids: 2b08b15dfc6c9d0693a41022df9a4b4d8b890eff 49f2d348370472e8b5a912cc8c5fc78e8f8fe80c 65d2b3d0e061bd01ed993b2f4f279b03ea5e78bb 6ef0025c3b7b6ce7772b656dc068ad33b353e232 70cf489f3adbf958a12000beec5f42687bfcb013 756edc69403bbaf815351a9ff8518fc726d2b34c a49622ee73c855892c98b4fee65755abfe4e53e3 aee503ba89b363c82f04d13611c11e47f5821141 b0ca2f64353bb76d728ff97fbc258026671db6a6 c6dfdda6e25ddc175c54774ac08f1700cefdf678 e399e43fd4fcdc7d74d9978acd175fe6aaec4e06 Package: ros-kilted-jacro Version: 0.2.0-3noble.20260519.012914 Architecture: amd64 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.012914_amd64.deb Size: 8250 SHA256: 21b7a9210eb3b42e6565086137dda6d5beeb2131d6c30f6980a2ddcd913fa16c SHA1: ab6e531cc733836c904fc4c287134e50b6ac235a MD5sum: 6252d87d1fc70097ecebf31a6702dc06 Description: TODO: Project Short Description Package: ros-kilted-joint-limits Version: 5.16.0-1noble.20260805.082022 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 351 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.16.0-1noble.20260805.082022_amd64.deb Size: 81516 SHA256: e0393c1a098339b77544cc2aeb9af46f513dd80ac76aaf164b7885f92c0556f8 SHA1: 8049a4fba109cbff4c754a8656d9a8194f730221 MD5sum: 7f4a633e6fd16c6e503246ba20a5d8c8 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.16.0-1noble.20260805.082022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1049 Depends: ros-kilted-joint-limits (= 5.16.0-1noble.20260805.082022) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-limits/ros-kilted-joint-limits-dbgsym_5.16.0-1noble.20260805.082022_amd64.deb Size: 974376 SHA256: 0991c8613cfe7bb93817af7f2deb82026eb8c77f0f6738678c257bcd43fbbe98 SHA1: 72ebba24af6a8c531187dc76783d6b4c43d83867 MD5sum: 019875744e23a2bf071bef694a6e3cfc Description: debug symbols for ros-kilted-joint-limits Build-Ids: 107c9df9bcecd81232d70c4c3dbc0b6a9396de83 4ff6b6f06e94fbb94e6b392f3b25a2c702be830b a74249cf1390a3207090c976b0c337aa31acb861 Package: ros-kilted-joint-state-broadcaster Version: 5.16.0-1noble.20260805.143721 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 406 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.16.0-1noble.20260805.143721_amd64.deb Size: 113118 SHA256: 843d0e9ad5af8cc5b6cfaace5ff3910439a937d89168ef97c97f8b2b9b061629 SHA1: e0766d3e2db4a9211472815ff183d55fca1b257e MD5sum: bde3c1aafae45a6becdefdc72e524308 Description: Broadcaster to publish joint state Package: ros-kilted-joint-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-joint-state-broadcaster Version: 5.16.0-1noble.20260805.143721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1772 Depends: ros-kilted-joint-state-broadcaster (= 5.16.0-1noble.20260805.143721) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-state-broadcaster/ros-kilted-joint-state-broadcaster-dbgsym_5.16.0-1noble.20260805.143721_amd64.deb Size: 1652382 SHA256: ec69f5308e9e1e81e5321048db23523e659e529c111607eed6e2e3ba0ce7633b SHA1: a7563d7104d3e9e018f98935bcd462bc188c0242 MD5sum: 6a154726f3c3317f5a91e1141091bee5 Description: debug symbols for ros-kilted-joint-state-broadcaster Build-Ids: e3362656a25710896bb773c54678c0e66ef12d33 Package: ros-kilted-joint-state-publisher Version: 2.4.3-1noble.20260805.140322 Architecture: amd64 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.3-1noble.20260805.140322_amd64.deb Size: 19680 SHA256: ff146d42a89ebcdbffe2ee88b2a88a61816ebd690be0b0a8996f26ce2daccbce SHA1: 5b74f3aadf7e640a0dcdbd924182671511290a15 MD5sum: 0d3386bafaef08df6b140db6253aaf98 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.3-1noble.20260805.140741 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 75 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.3-1noble.20260805.140741_amd64.deb Size: 17330 SHA256: a0924e2e7b7435f6be2ac5f1aba60b065e547a3d549522d2a805e4c5f185dfd7 SHA1: 8916d83fa8633af387f843f1878de819bddfce29 MD5sum: 610d14414e2503a5ffbcf4e616f64c9f 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.20260805.142545 Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 520 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.20260805.142545_amd64.deb Size: 117746 SHA256: 0e28f466983fcde6ccf05f90a917e81a59b448dc3fe27448cf739478fcc574c9 SHA1: 87d38b03bcc6a1b1527684c353a4933d25d555a1 MD5sum: 64b6d9eca63adcafb6a7f232f6a9f441 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.20260805.142545 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 2397 Depends: ros-kilted-joint-state-topic-hardware-interface (= 1.1.0-1noble.20260805.142545) 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.20260805.142545_amd64.deb Size: 2075050 SHA256: b524683b9693b98e9b2c6f3b25679330ef2e04aa66aab7d374b08b50f7f83ca5 SHA1: a5914a5047c2d55eff81103e9319489799f33773 MD5sum: 17ac5a433cad7683a24bfe5fba35ba97 Description: debug symbols for ros-kilted-joint-state-topic-hardware-interface Build-Ids: ce17345fb0667268cea2f3e875587d3a15ea0177 Package: ros-kilted-joint-trajectory-controller Version: 5.16.0-1noble.20260805.144602 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1455 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.16.0-1noble.20260805.144602_amd64.deb Size: 334102 SHA256: 739b00356714e4d5d340d10edb9d93aa37ba9879e3ba53e24df5319d39fd8455 SHA1: cb1dd734131cf7e649a74b590a4c7930740e86c0 MD5sum: dae4c54f34bcd4c96fd68dba0925e587 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.16.0-1noble.20260805.144602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 5714 Depends: ros-kilted-joint-trajectory-controller (= 5.16.0-1noble.20260805.144602) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joint-trajectory-controller/ros-kilted-joint-trajectory-controller-dbgsym_5.16.0-1noble.20260805.144602_amd64.deb Size: 4996332 SHA256: 11bcd79a9a4aedf841e5b7445ca98b6fcd5a1cfda1aaaf7872b04e03fa9bcc3d SHA1: e955805081b038c8552dba479147cce06ed3e7aa MD5sum: cb2a9f1ed88877ca7492df1f354c413d Description: debug symbols for ros-kilted-joint-trajectory-controller Build-Ids: 94272c92c8b9ca094f265e361dd2db3ebfba17f6 Package: ros-kilted-joy Version: 3.3.0-3noble.20260804.173734 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1168 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.20260804.173734_amd64.deb Size: 185988 SHA256: d07cb84e5c56dfc2dc87da828e83b03ef5055f73bf4d1608d2040be3d4d6cb08 SHA1: 591b38125265a1f9581cc6794358d553ec3b6934 MD5sum: 1f143c94692398c7c75b2f99891bec81 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.20260804.173734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5541 Depends: ros-kilted-joy (= 3.3.0-3noble.20260804.173734) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joy/ros-kilted-joy-dbgsym_3.3.0-3noble.20260804.173734_amd64.deb Size: 4703104 SHA256: 948c79f5110ecc8bbd0da857591f64f7afb0631ee1631aff803ebff251ad2fba SHA1: 167804bee6501b297fb03bfea955d41d5fcdb306 MD5sum: 3188442d9531ef389d3fbdec2f00eafd Description: debug symbols for ros-kilted-joy Build-Ids: 17ac23c9407b159f187be8cd50ffaafb9c75c657 3bb4a830510f1997177a2fe97c10f6efe5861e43 6d252664e8042b84910f9796bd8cfa11aee72948 a806583bded9169880406661b48eb8033447ada6 f1a34d02e54b5844aecf0c4a270ca5355a8732e4 Package: ros-kilted-joy-linux Version: 3.3.0-3noble.20260805.141422 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 544 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.20260805.141422_amd64.deb Size: 122136 SHA256: b9c62d0a84848df0db2e0aa137f4cf1ee21b3e2a5c74303839f788a6df7964fa SHA1: 94eed52e5af6000264696826571954b168886660 MD5sum: 476508ed3335605b59ee551c1294c2a1 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.20260805.141422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 2464 Depends: ros-kilted-joy-linux (= 3.3.0-3noble.20260805.141422) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-joy-linux/ros-kilted-joy-linux-dbgsym_3.3.0-3noble.20260805.141422_amd64.deb Size: 2115804 SHA256: 1fd225ac4a9ad777ef0f80ab2c9fcf3ccf9b852f3ce8bab1d258a7dac4aa7405 SHA1: 42e6f70368b5a3b4e0d3962a5249635ee0055cef MD5sum: 0146cf0a9c0806f7cce2f7f3ddfa5503 Description: debug symbols for ros-kilted-joy-linux Build-Ids: 560422daa0c9bda5204185893529b9dc07e3274c Package: ros-kilted-joy-teleop Version: 2.0.0-1noble.20260805.140145 Architecture: amd64 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.20260805.140145_amd64.deb Size: 22072 SHA256: 9463701d67a58efbea7f712aac22f2f0d3ed7ad139d35699ad539b13f3c1af47 SHA1: e646c44ec2e9832e7c41ad7db75ce0676c60d260 MD5sum: a66a8652f8a5bbfa7df7eae16ac146b9 Description: A (to be) generic joystick interface to control a robot Package: ros-kilted-joy-tester Version: 0.0.2-4noble.20260805.140205 Architecture: amd64 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.20260805.140205_amd64.deb Size: 7494 SHA256: ad1dc1368c200aa8a1a7b55d2440f57f6d253c26cefecdb0d0e3333976667d72 SHA1: c2880169170dcd4778eb2cb2741782004ab4dba8 MD5sum: 30a32c1f6a4a52892394b69ab87d8d84 Description: Simple GUI tool for testing joysticks/gamepads Package: ros-kilted-jrl-cmakemodules Version: 2.0.0-1noble.20260630.081332 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 24969 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_2.0.0-1noble.20260630.081332_amd64.deb Size: 2274706 SHA256: cafce1e6651a53fd73e02a851db17394a9a6084bcb485785848aa808bc2969ad SHA1: eeb2266e83957181ba062d49f69a976641560d3f MD5sum: 1c064926df174f41855ecdb404d2d700 Description: CMake utility toolbox Package: ros-kilted-jsk-common-msgs Version: 5.0.1-3noble.20260806.124437 Architecture: amd64 Maintainer: Kei Okada Installed-Size: 42 Depends: ros-kilted-jsk-footstep-msgs, ros-kilted-jsk-gui-msgs, ros-kilted-jsk-hark-msgs, ros-kilted-posedetection-msgs, ros-kilted-speech-recognition-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/jsk_common_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jsk-common-msgs/ros-kilted-jsk-common-msgs_5.0.1-3noble.20260806.124437_amd64.deb Size: 5594 SHA256: 50115ad6676eb3e7277750e52fddbe68e81f7e806638a94de8fad47dc9a1bc28 SHA1: 6737b903c9fe2c0101bb333fc762ba3340ef0030 MD5sum: 9308e927fa4dbd42ce3b54cbaa4795f7 Description: Metapackage that contains commonly used messages for jsk-ros-pkg Package: ros-kilted-jsk-footstep-msgs Version: 5.0.1-3noble.20260806.123206 Architecture: amd64 Maintainer: Ryohei Ueda Installed-Size: 3396 Depends: libc6 (>= 2.14), 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://ros.org/wiki/jsk_footstep_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jsk-footstep-msgs/ros-kilted-jsk-footstep-msgs_5.0.1-3noble.20260806.123206_amd64.deb Size: 213570 SHA256: 369875f707aff15ce9c20c35ffb111b542dafb64e88b6887dee0c8ae33a5fff4 SHA1: de2d426cfdbd5d4fa554114ab53b34ef16f9aa8e MD5sum: 33e79b84566be1a08560af1db6154e59 Description: jsk_footstep_msgs Package: ros-kilted-jsk-footstep-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-jsk-footstep-msgs Version: 5.0.1-3noble.20260806.123206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ryohei Ueda Installed-Size: 1801 Depends: ros-kilted-jsk-footstep-msgs (= 5.0.1-3noble.20260806.123206) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jsk-footstep-msgs/ros-kilted-jsk-footstep-msgs-dbgsym_5.0.1-3noble.20260806.123206_amd64.deb Size: 1303070 SHA256: 0f00a8eefed52a9b9d863fdab74d3c792a509edf4b7af7359341934d368e25fa SHA1: 70d23361c73811be83144f0edea23294f91e1a45 MD5sum: 143baceae82b75ee324d7b6d05d61c47 Description: debug symbols for ros-kilted-jsk-footstep-msgs Build-Ids: 0d6ecd2116f315fcd49b30cc41d27e3628cdf232 1962c98af38d75828a798b19374c742c5155d462 26f1332923b0ae4f3d7c474a2f815a80c711dce6 48ed23801d383f3e15aa64d3b854666db9ee1232 668c070aef9dd773a89e20264bd58ec4e97c0c1f 6bc3ec8f430653e205f8fbfb9a8a49ecb4c5c16c 7de0fa26afca4ce338b2a9885c3b3a4009447363 93f9e06baa3eb88a8f03891c3186d32b66e45f58 ba632f296332ae32a53dbfac8d45176280626d84 e60f4548144cd975924ebf8954817b4dfcb28923 eeae545538df3269b9d8359e0d3c9ce7ee2f4aaa Package: ros-kilted-jsk-gui-msgs Version: 5.0.1-3noble.20260806.123128 Architecture: amd64 Maintainer: KazutoMurase Installed-Size: 2545 Depends: libc6 (>= 2.14), 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-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jsk-gui-msgs/ros-kilted-jsk-gui-msgs_5.0.1-3noble.20260806.123128_amd64.deb Size: 192696 SHA256: 63b39a7ae72b765c3baf83b373a4fea2da7dd9f02e59bacb7ee0621d7ad887cd SHA1: 7d7ca887b020e443fea32a46644595b9a2919371 MD5sum: 68f5d2c0eb7baddc211906ae90bf4793 Description: jsk_gui_msgs Package: ros-kilted-jsk-gui-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-jsk-gui-msgs Version: 5.0.1-3noble.20260806.123128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: KazutoMurase Installed-Size: 1967 Depends: ros-kilted-jsk-gui-msgs (= 5.0.1-3noble.20260806.123128) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jsk-gui-msgs/ros-kilted-jsk-gui-msgs-dbgsym_5.0.1-3noble.20260806.123128_amd64.deb Size: 1600386 SHA256: 565fcade846f8f844e82010e5529fd94e5778c49f4e46a5556586d929f428cab SHA1: a0d869073b1b8cc8f786325f07846b70bdaeb45e MD5sum: 05233c584d2aea9797fdf5bddb173d25 Description: debug symbols for ros-kilted-jsk-gui-msgs Build-Ids: 079d0ab5005f17c1cc0418fda2cabe64a016e726 092a737d9ab6b98a68fa8e4218c0b037722d3bd3 21a2aad9a25741fdbd63b0042684156223a25fc7 5e0856587d6a1f012f578c35080f106c0b040311 5e75a18d4de2fb81d2413afa8d36ae9a3cf817b7 828b9db586ed26628ae3479e3f3eb3e37d03c4af b2a77cd9cb108c6964d688200a40bdb35f2663f5 bbd10a49cb096583516cccd5d23f087077f80e22 dc2d6a45b913b0a931e31aabc171d76d6c83ed43 e70021c48c51d661c62146b62dccabacfdca1aaa ffb4c6792b6edbf921bc14b5c727ada9da4f3986 Package: ros-kilted-jsk-hark-msgs Version: 5.0.1-3noble.20260806.123111 Architecture: amd64 Maintainer: Shohei Fujii Installed-Size: 481 Depends: libc6 (>= 2.4), 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/jsk_hark_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jsk-hark-msgs/ros-kilted-jsk-hark-msgs_5.0.1-3noble.20260806.123111_amd64.deb Size: 49650 SHA256: d3a37e0cafe2cc1a22c4b23536deeaaf5ac4f53bbc3cfc0bff95c3949a1fc260 SHA1: cc8d8f3187dbbe5bf32cd43e05de3d5fd9698150 MD5sum: d16f0e2998db0b5b3bad8e247529637d Description: jsk_hark_msgs Package: ros-kilted-jsk-hark-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-jsk-hark-msgs Version: 5.0.1-3noble.20260806.123111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shohei Fujii Installed-Size: 305 Depends: ros-kilted-jsk-hark-msgs (= 5.0.1-3noble.20260806.123111) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-jsk-hark-msgs/ros-kilted-jsk-hark-msgs-dbgsym_5.0.1-3noble.20260806.123111_amd64.deb Size: 213206 SHA256: 01648b85de992f588fb5f5a4e8fb079fafdca3a9530c051b46ff88c421d85788 SHA1: 0c9754e07e0aaee4a472743a202bf210d6c30d19 MD5sum: 2d619581e56736248dfbfe246708c3ae Description: debug symbols for ros-kilted-jsk-hark-msgs Build-Ids: 09a4c06a19f466bc024f01740445ff25e7e9220d 09df9851643d27c8055478d1cb8aa19c8b19567f 2e92c307737088192d7199ca5a1fc5a2d71c4680 34e523a2a96d6178a414f9bf7a9adfd4496e3a2e 433347cbb8c3e8c2630de873c3700033a9c4db6b 554177387479fb94d2383fb1ae81b1f7961bf5bd 55e423a2cb0aeabea39033ad864767d2ec5fef20 6d9d691039994d06c3bf07b2d0ae611656fa1e6e 7698cf1da6ec9c343882e4fd15367ca28b0597a6 b5ceb124acf152276ec78e465ddd2e00f5f0c222 da36a93b28a0a161e925149c9aec370ee0e16248 Package: ros-kilted-kartech-linear-actuator-msgs Version: 4.0.0-4noble.20260716.014612 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3596 Depends: libc6 (>= 2.4), 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.20260716.014612_amd64.deb Size: 211320 SHA256: e8b2aff2ad362a8191402d3b86654bd2026ea17a29a695602e221a0a4ff02d6e SHA1: 5faa9d5ee4ea1aad2dc3ead26ffc9cffdb9727db MD5sum: 4cad55a1b78a0dfee76fe69b49a7d520 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.20260716.014612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2410 Depends: ros-kilted-kartech-linear-actuator-msgs (= 4.0.0-4noble.20260716.014612) 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.20260716.014612_amd64.deb Size: 1895414 SHA256: 9d9a53f8a773a05b06605f7908be774f46c3c5bd4732a283a6e53f8a085dbe90 SHA1: be0da0ed73f5d0cdeb470b027bbc0a34e813729d MD5sum: d3b3e5249ae57f7ef2e8d226f49b70fd Description: debug symbols for ros-kilted-kartech-linear-actuator-msgs Build-Ids: 04695e435f5567eaa487e941230ac09ec80d535d 543f494762224cd33604bc9b13ad5d6441fadfa3 60165a6e9c2685910101b674ebf7050f717d4b10 644e17e0f13eb08a8054111124d1847b3c41eeac 8a0319ab12cb001aa1851f88eaea871f4ca248b2 a4f3c52432ce024529f4bc9cd621a2da7655f648 ba2d7c74e5a23af3f384611c6482244453cb4a93 bfa41fc76389e5b8efcaef960cd3e4e25bcbf34f c576b7ada29f459cd778fda7b7e4d198dcb7d469 cf10734de24de9fee7e5c4cb111240b7c5095adf f19bae1c3b2ced0008c264911f9763a9fca3b57e Package: ros-kilted-kdl-parser Version: 2.12.1-2noble.20260805.080712 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 100 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.20260805.080712_amd64.deb Size: 20958 SHA256: f73ebf1630564490fefc6df35d59935fea9a82d483a26c9f31d2c78cf2b51840 SHA1: 2209bfafdee978f7d775c3cba6b81daa6eb679e1 MD5sum: b83a599fa9b9075b29b09d9f16d05b6e 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.20260805.080712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 183 Depends: ros-kilted-kdl-parser (= 2.12.1-2noble.20260805.080712) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kdl-parser/ros-kilted-kdl-parser-dbgsym_2.12.1-2noble.20260805.080712_amd64.deb Size: 166952 SHA256: 94b4aea00b63587c6e76bab6e87bccbc7ba7d6ac05e8ea320d11872e1f38f0f8 SHA1: 077dc3cd618dfbd99c5b0def18f81030f1683a8e MD5sum: 498c58734ca13d2027d6a74dd7d50778 Description: debug symbols for ros-kilted-kdl-parser Build-Ids: 5ba7797195dbf1fd29ee13ba6b7c2aab89fb2cf9 Package: ros-kilted-key-teleop Version: 2.0.0-1noble.20260805.140303 Architecture: amd64 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.20260805.140303_amd64.deb Size: 11928 SHA256: 1f7ae8a593177ffff7f73e41aae2e2564ba596b3ab700aee9e69d0a51686b7ca SHA1: c8634f0622afd398d0739d540d15b80230444086 MD5sum: efd8f59763e4ae5a7ee8a9d0668cc953 Description: A text-based interface to send a robot movement commands. Package: ros-kilted-keyboard-handler Version: 0.4.0-2noble.20260410.111741 Architecture: amd64 Maintainer: michael Installed-Size: 142 Depends: libc6 (>= 2.14), 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.111741_amd64.deb Size: 32594 SHA256: 2206474261aed6ac220b93753b3ed7ae810c96f216da5d95b584606413d16ffa SHA1: bb5661d162a6f36add3ecbebda88566a90d9535a MD5sum: 3611d3ae8137fe411d9f559a92ec526e 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.111741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: michael Installed-Size: 239 Depends: ros-kilted-keyboard-handler (= 0.4.0-2noble.20260410.111741) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-keyboard-handler/ros-kilted-keyboard-handler-dbgsym_0.4.0-2noble.20260410.111741_amd64.deb Size: 214946 SHA256: 05321ba475a42cf2402b1bb113ac69ac1cb163bbfcd42f3b726312a39bf85da9 SHA1: 81ca5d5f7d8024500442284e11680d36e54b2925 MD5sum: 118e101f324c8611b14dc9546e60af11 Description: debug symbols for ros-kilted-keyboard-handler Build-Ids: 198f854ec71ccdc6805127d451e8e1d4bd3beb30 Package: ros-kilted-kinematic-pose-msgs Version: 1.0.0-1noble.20260716.015307 Architecture: amd64 Maintainer: Leonardo F. dos Santos <44267124+qleonardolp@users.noreply.github.com> Installed-Size: 466 Depends: libc6 (>= 2.4), 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.20260716.015307_amd64.deb Size: 43870 SHA256: c513fa075eb9971e9c656e1454a92412556b57f121714eaa1d34c95aae25595c SHA1: 349097a982ce9d1b69fd6bf3f4a2e8cb82fa2db5 MD5sum: e9f34b1c94aec11a1090f216ab23c385 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.20260716.015307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Leonardo F. dos Santos <44267124+qleonardolp@users.noreply.github.com> Installed-Size: 265 Depends: ros-kilted-kinematic-pose-msgs (= 1.0.0-1noble.20260716.015307) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematic-pose-msgs/ros-kilted-kinematic-pose-msgs-dbgsym_1.0.0-1noble.20260716.015307_amd64.deb Size: 170558 SHA256: 6620c202c3de0f76d1d55e7b37825d23048f1ac5cef30c70fc955fa697257b7e SHA1: ca231cf6e194294fab3e2c8c77196296a6a063b5 MD5sum: 125e2f4f9c61678de06907cb5ff0465f Description: debug symbols for ros-kilted-kinematic-pose-msgs Build-Ids: 1afae6bb2dc00de17b50bba0085fadc54f07050c 284c1cbf5fb652226033dc974a37203cc7408700 340005a588598611626e5286df71fae6fdfa7530 6fa1652fc6202df684b479eef4d2b46211e16fc6 9ff8cc986bd8983747949128622ed2f884a99f4d a3b0bca90f70e4bebd05c40f5902920d80672da3 a76bf0d01f2ef4340fedeae5b9269cd1b4ea12c2 d51869a757c6190cd9dcc1c374d50e98a55d0e53 dce58e5b73d9d5f479fc88f1c8d347f759c2035b f773da9083671ef4771e3a1fc98efd676b692c99 fc06978a1c980f52b38780eef9e32f30b1d160c1 Package: ros-kilted-kinematics-interface Version: 2.4.2-1noble.20260806.072933 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 91 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.20260806.072933_amd64.deb Size: 16776 SHA256: fa65dde2b95eb6dcbd118d0d34f94a01f2e51d0b806a3880598e73e23a9af717 SHA1: bafd864461ec1db6c849c09ac6f0acedd843822d MD5sum: 1f8e7f80eb96ee2a895768b432fba6ca 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.20260806.072933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 180 Depends: ros-kilted-kinematics-interface (= 2.4.2-1noble.20260806.072933) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematics-interface/ros-kilted-kinematics-interface-dbgsym_2.4.2-1noble.20260806.072933_amd64.deb Size: 165734 SHA256: 8619a75c27957bc7412c6b9ba0dbff3fa593bedd3e1865f696409be840d1303b SHA1: c67bf37117a9f7ae18d528b2dcc3e1f2c4c5b820 MD5sum: 95ae880c49ab49b941f92a0f4a2a98e0 Description: debug symbols for ros-kilted-kinematics-interface Build-Ids: d87a4241e5cf4e84c26615ec07b2854bf967efbc Package: ros-kilted-kinematics-interface-kdl Version: 2.4.2-1noble.20260806.074009 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 182 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.20260806.074009_amd64.deb Size: 55240 SHA256: a6e702b9f29b7b489c043032cf1c14c27754e67c6c378fcf28c5868a595e97e4 SHA1: 73946d42325e317c4034b9b63ebabf382c903a02 MD5sum: 04db5f46127729e5e6eb621c6186c3cd 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.20260806.074009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1854 Depends: ros-kilted-kinematics-interface-kdl (= 2.4.2-1noble.20260806.074009) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematics-interface-kdl/ros-kilted-kinematics-interface-kdl-dbgsym_2.4.2-1noble.20260806.074009_amd64.deb Size: 1844908 SHA256: d77fe6b2d2f18fafb93bccc9ea24dbad883c1ed30e0ee9bdb9d29fc9e961ee00 SHA1: 02c724f09858ca68aa41ce1d7c5330037b339549 MD5sum: a47b588ba7a35497bb0a335ec6d9096b Description: debug symbols for ros-kilted-kinematics-interface-kdl Build-Ids: 30ffcd9c7e210135c41c0c5eec9ed8bfd15ed859 Package: ros-kilted-kinematics-interface-pinocchio Version: 2.4.2-1noble.20260806.074009 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 362 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.20260806.074009_amd64.deb Size: 104366 SHA256: ecb0db05c27d5d2b461b12c76c200f9b05dc803d09edf4b003f7325434b274cc SHA1: 2dc212d39f85209a6e50de7c271c98ae9b97fa9b MD5sum: a7b6e108866ddedd125abba82389006c 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.20260806.074009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 9442 Depends: ros-kilted-kinematics-interface-pinocchio (= 2.4.2-1noble.20260806.074009) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kinematics-interface-pinocchio/ros-kilted-kinematics-interface-pinocchio-dbgsym_2.4.2-1noble.20260806.074009_amd64.deb Size: 9377856 SHA256: 86579450fbd0d66f0e7bbf8c1a7258d4d32223557c614470820a8c9c79f5137e SHA1: 3a040fda0a193bee1231a440f37977185b32c831 MD5sum: 5d1aa7e2698ceb1863efae21d26b8e71 Description: debug symbols for ros-kilted-kinematics-interface-pinocchio Build-Ids: 9d4880c07174ef55bd18b61db651bcd2085151a8 Package: ros-kilted-kitti-metrics-eval Version: 3.0.0-3noble.20260731.145412 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 149 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_3.0.0-3noble.20260731.145412_amd64.deb Size: 54668 SHA256: 433cb4492055d8d67d28930f791170679d428ebe0e79586dadfd7fd6f5a85f8c SHA1: bf572e50d8530596cf9398851a615ed869d2f47f MD5sum: 2c0a7e79da34f69414f52f77acf4b4bb 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: 3.0.0-3noble.20260731.145412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 642 Depends: ros-kilted-kitti-metrics-eval (= 3.0.0-3noble.20260731.145412) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kitti-metrics-eval/ros-kilted-kitti-metrics-eval-dbgsym_3.0.0-3noble.20260731.145412_amd64.deb Size: 604972 SHA256: 8d49c88a9705dbe6c5d5c0161329a5c960b784cc46918261574ed839e8cf3a49 SHA1: 0fa5a1411d13ba33b740c818d33820ab4a5ca32b MD5sum: 16ccaffa1ecdba1cfe1258ead0c7dab0 Description: debug symbols for ros-kilted-kitti-metrics-eval Build-Ids: f4ac031e3c0bef6b032203027b30ead1fdf8c28e Package: ros-kilted-kobuki-ros-interfaces Version: 1.0.0-5noble.20260716.021506 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 4047 Depends: libc6 (>= 2.14), 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.20260716.021506_amd64.deb Size: 273994 SHA256: 99f614b2c60e63ef791dba52740c69522c5a94d8aceb828a1350842c6662d97e SHA1: d0e7dc3aea50294b21ef88c4a693c4884fc33e08 MD5sum: 6c91050e2ce8ad7b10ebd86618be1604 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.20260716.021506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 2654 Depends: ros-kilted-kobuki-ros-interfaces (= 1.0.0-5noble.20260716.021506) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kobuki-ros-interfaces/ros-kilted-kobuki-ros-interfaces-dbgsym_1.0.0-5noble.20260716.021506_amd64.deb Size: 2062430 SHA256: cac5625ce22eb97c160c4be5f8007dfdde973d93ebdc17c06d0d0a3fed5d2173 SHA1: 3ca17e245f38c0142200cc8381fdc27d56cadbd1 MD5sum: e2c3bafd0f7c286f0005c468cef4dc6a Description: debug symbols for ros-kilted-kobuki-ros-interfaces Build-Ids: 0cc56cf8bd4e1ee8d24fddb29011c0a0b9c220e9 0fb434268803afb760d7bc949617199d113dc149 3c451c9bbdf690b50465450b6c3e6a6395ec008b 5349f5311ac4f2b55cc12e4700229c25af5b3c00 7a403a276823e5242d0397cf54ae2f43e1eb6ba4 7e8355ac5118b9a424e7cdca8f11529773f9cfc4 859b67207a787a51ab203644bef4e245ee8dfe06 9d2f796b49a9d4778030ea052c3e5aded6a54a34 a84e1e4871100970f0040083810fa33864ede05a daf2a4b9a8bbb6ce34a4f6a92b3ea26966bba2f2 f1c8d78ff259b514a1a8b2b12747fcb7c2206b39 Package: ros-kilted-kobuki-velocity-smoother Version: 0.15.1-1noble.20260804.173828 Architecture: amd64 Maintainer: Jihoon Lee Installed-Size: 763 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.20260804.173828_amd64.deb Size: 143280 SHA256: 82ffc3f2c402018d816f707764156b1391ae6ce3b44417d9963b110243fa3928 SHA1: a5102dd5cfe11754fb46e4105fc811cc25caecf1 MD5sum: 44ca235df4a5816cafa5b01ceb7fef52 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.20260804.173828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jihoon Lee Installed-Size: 3328 Depends: ros-kilted-kobuki-velocity-smoother (= 0.15.1-1noble.20260804.173828) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kobuki-velocity-smoother/ros-kilted-kobuki-velocity-smoother-dbgsym_0.15.1-1noble.20260804.173828_amd64.deb Size: 2772844 SHA256: 2916c123b8c754973f147672f651e9ac0819f1223034f4cc1eedf192e6fe0a12 SHA1: 42f9b45b1c661dac190a6ba5ae04f865f49271a3 MD5sum: a6b1224d09d2500c549713f3315e0276 Description: debug symbols for ros-kilted-kobuki-velocity-smoother Build-Ids: 1ff8a51b8afb2c2fda8e1c2a03e5ec3658fed916 ef556eab5e6d81194d3d20523b7a4447d95cc896 Package: ros-kilted-kompass Version: 0.6.0-1noble.20260805.151101 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 823 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.6.0-1noble.20260805.151101_amd64.deb Size: 174042 SHA256: db5786b8ef37409adc74b07cfcc50127faf2d2b2d717eb0d34e41d498af4db51 SHA1: d4759bd318d82a36c66935517e6460d583ecd7b8 MD5sum: 97e9fbaa85cfdd8d0b8e2a90ea0937e1 Description: Kompass: Event-driven navigation system Package: ros-kilted-kompass-interfaces Version: 0.6.0-1noble.20260716.015930 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 15216 Depends: libc6 (>= 2.14), 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.6.0-1noble.20260716.015930_amd64.deb Size: 836770 SHA256: 640fb95345770ed5c5268e9675d718a8fc2da6b0638cf06b1870ac170c2f8580 SHA1: 529bfa75d6057c69a04f366dc2494a534aaebe31 MD5sum: 0b8e28bd6967d6a3fe598b4c06b0fd33 Description: ROS2 Interfaces for Kompass Package: ros-kilted-kompass-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-kompass-interfaces Version: 0.6.0-1noble.20260716.015930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 8751 Depends: ros-kilted-kompass-interfaces (= 0.6.0-1noble.20260716.015930) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-kompass-interfaces/ros-kilted-kompass-interfaces-dbgsym_0.6.0-1noble.20260716.015930_amd64.deb Size: 6527378 SHA256: e3547d80e5b67c619beee2d441ffb90a52d27b28b51870b47f9035cab3e617e4 SHA1: a356a754e36d05b903d539a19fd5d5ebc3fd9cc4 MD5sum: 4c142e6b7a73058e575b648935bb873f Description: debug symbols for ros-kilted-kompass-interfaces Build-Ids: 119e0906bdf81900df84afd7be9d3864725527a3 18a4f172032f5273894dd6bd68e620889a3cd527 375279c4ba9ff87865f3d70b4d13faaa2e03b04e 3b52e64418e2f20847fea0d8c9c9213ecc579264 51eada171ccbcf0a9d637e1353925eb5aba46bd9 b01ec22379d258fcda9b34df91a7a15416854225 b3556d0381f67989ddfba54d3f3c021364b69ae8 b40c31ae85c0f30f16cfae952a275847b3ed0285 b9f89fedade61ed94f3733316f1602b827cc3393 f0a5bbe226470a85ebe45e29a52f86c41c0fab74 ffd2cfcb69cd4ac58b561aea4d051263b19f1e64 Package: ros-kilted-lanelet2 Version: 1.2.1-7noble.20260805.142106 Architecture: amd64 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.20260805.142106_amd64.deb Size: 5686 SHA256: 469a0f0d2896f07c6824417519384d5f80a008dd1ca3e16e0252605f0cfe3162 SHA1: d117a5a4a020d29e77748c49436a130df70659ef MD5sum: e794fc0835f9a3cde60e1832328b0f7f Description: Meta-package for lanelet2 Package: ros-kilted-lanelet2-core Version: 1.2.1-7noble.20260410.104417 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 1767 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.104417_amd64.deb Size: 435176 SHA256: 6ab0d5b96d3fb6712a17b0e8b8e4540ead22daeaa88922a417a86f0a69e245a6 SHA1: a0d118fb17e3fadc7b9c1ebee516342ef3238804 MD5sum: 8c1652647dc16253147bf169f020ede4 Description: Lanelet2 core module Package: ros-kilted-lanelet2-core-dbgsym Package-Type: ddeb Source: ros-kilted-lanelet2-core Version: 1.2.1-7noble.20260410.104417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 12516 Depends: ros-kilted-lanelet2-core (= 1.2.1-7noble.20260410.104417) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-core/ros-kilted-lanelet2-core-dbgsym_1.2.1-7noble.20260410.104417_amd64.deb Size: 11908298 SHA256: 383ea336c3f1126288c7073f159944e8e33418463998d761af9c26cbb2b90e53 SHA1: c852970cad3f1d6869c75c90311283f6a5f3e893 MD5sum: 9ca772ab9938c527f4cc825a4c88dbb9 Description: debug symbols for ros-kilted-lanelet2-core Build-Ids: dc8eb04ca3614c24e21e5d24867493fb7aef1089 Package: ros-kilted-lanelet2-examples Version: 1.2.1-7noble.20260805.141055 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 431 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.20260805.141055_amd64.deb Size: 100042 SHA256: 11b7252163680890ae45e761a7a5ee9e22020b64651ff4bbc077c0da65e95615 SHA1: d9394d7c14d489a2e6e352416c69d240d6cd995e MD5sum: 8aa53eedfb0945433fdeba3fd4e85a9f 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.20260805.141055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 5328 Depends: ros-kilted-lanelet2-examples (= 1.2.1-7noble.20260805.141055) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-examples/ros-kilted-lanelet2-examples-dbgsym_1.2.1-7noble.20260805.141055_amd64.deb Size: 5235588 SHA256: 1e46da0dfff4d3d4049f98a0c97896fe0ca28b2923e3e6f23082a680d77ba1b7 SHA1: cd7b324965e67087d5f95a9ba4f72b155a1cc505 MD5sum: e5ff7704e4b307bc76f2a94e63b1d6da Description: debug symbols for ros-kilted-lanelet2-examples Build-Ids: 23b6b49b0d2612aa662cb079b048999c6ca537a8 2fb337b68de487547fa122eda08669744e2a0161 5efb9295af84e292a4ce42e966e469e7268bf695 80666a17971ba3c56d171b3599f01cf71d77ab0d ac5c6ed0389239ed154fc672be7245332bb1aab0 b4a843c8bf26f94744871914f328ea7907ce519a d63eaf5a13878386e5092cb8ae168d358fce90ed Package: ros-kilted-lanelet2-io Version: 1.2.1-7noble.20260410.105105 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 993 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.105105_amd64.deb Size: 241038 SHA256: 36f659489e9b69c04291293d8c33471041a2bd7c96898360bcbbffb3ddb50d1b SHA1: 23d0f0cba926bb8a0c01e4c24f80a28ee56aec81 MD5sum: 6658529908f54bfdf6214901808e8721 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.105105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 5263 Depends: ros-kilted-lanelet2-io (= 1.2.1-7noble.20260410.105105) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-io/ros-kilted-lanelet2-io-dbgsym_1.2.1-7noble.20260410.105105_amd64.deb Size: 4758648 SHA256: af98c60f8207092a01bcfd9fc9bbfa83ebc35cd0c8043fd99cd1089ecf34ca71 SHA1: 160ad18e8b8ce2a6cedea60f82df20c7fb755d2d MD5sum: a9291b1eacf280906f5cb0bda2589bff Description: debug symbols for ros-kilted-lanelet2-io Build-Ids: e53f5113a79839bf047d41454442db5bf8aaaf28 Package: ros-kilted-lanelet2-maps Version: 1.2.1-7noble.20260410.105132 Architecture: amd64 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.105132_amd64.deb Size: 68092 SHA256: f55fdd3cf6b0ee58cce5ec32f85a0fec5d5eb264817a068ae4a66e915c5ebad6 SHA1: 0622195041f766aed6ad2e58430a278477bf0557 MD5sum: 7dd8afa43f0d6eba5067915075abbace Description: Example maps in the lanelet2-format Package: ros-kilted-lanelet2-matching Version: 1.2.1-7noble.20260410.105443 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 262 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.105443_amd64.deb Size: 77850 SHA256: 2e5808e0717c9ad301b0a3664c3ec3c799e336fbbec09369a872fb1d7d354505 SHA1: a9c935f4898b21585107fcd04e460ba54058be0b MD5sum: 370ebc4d6bef262be4eeba50165c5c07 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.105443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 2255 Depends: ros-kilted-lanelet2-matching (= 1.2.1-7noble.20260410.105443) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-matching/ros-kilted-lanelet2-matching-dbgsym_1.2.1-7noble.20260410.105443_amd64.deb Size: 2224236 SHA256: 6a2509d8918cb8cde94984b0b669644d7b897c54d195a6758fcd425e8f5786c7 SHA1: 38d359ba9f90bc01e74906ae6cbf79c164a04095 MD5sum: fbcfd1042358f7a28ed410a7fe8799a7 Description: debug symbols for ros-kilted-lanelet2-matching Build-Ids: 51710e50d38051787b13c34e613b7ec97023eb05 Package: ros-kilted-lanelet2-projection Version: 1.2.1-7noble.20260410.105456 Architecture: amd64 Maintainer: Jan-Hendrik Pauls Installed-Size: 109 Depends: libc6 (>= 2.4), 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.105456_amd64.deb Size: 19518 SHA256: 2714e0c8bc6ea763ca0ba4ac46fb90e14aa44becd85c454c2d62c3b02e1bc754 SHA1: da6803fd67f0ee14686e2e44947b48dbf4edb516 MD5sum: a56ac4f552294072090b6b96465a32d0 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.105456 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan-Hendrik Pauls Installed-Size: 166 Depends: ros-kilted-lanelet2-projection (= 1.2.1-7noble.20260410.105456) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-projection/ros-kilted-lanelet2-projection-dbgsym_1.2.1-7noble.20260410.105456_amd64.deb Size: 148932 SHA256: 7568ef154592aeab242a83050c4ec28daae047fdd00a6f6c689630cfac9d1685 SHA1: c5a2afa70701b584dd6ecb3f96c50640dd7764e7 MD5sum: cb0483cd8eac6ada9da9a51abbaeef7c Description: debug symbols for ros-kilted-lanelet2-projection Build-Ids: 2f1a24dd604f0d5764b57a583502798f0a7cef96 Package: ros-kilted-lanelet2-python Version: 1.2.1-7noble.20260410.110214 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 6406 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.110214_amd64.deb Size: 1125434 SHA256: e151e309a0b07aab4b463523ecda7180f8fbd647c505e9b58321f93b4f1fee55 SHA1: 415112696fd2ea01c77984e5824d497871b8801a MD5sum: 86a648afdc51e6222c88817bda22691a 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.110214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 27721 Depends: ros-kilted-lanelet2-python (= 1.2.1-7noble.20260410.110214) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-python/ros-kilted-lanelet2-python-dbgsym_1.2.1-7noble.20260410.110214_amd64.deb Size: 23109256 SHA256: e000dfab666e8d1a531607b2e9b0bc64a2da335b2060026e57465aa7d3365bbf SHA1: 9f283e10b487b31fda7a9ffbb4b480c17d6b9601 MD5sum: e98aeda8209fffb1a0540a90e865d972 Description: debug symbols for ros-kilted-lanelet2-python Build-Ids: 1aee2167794a9ee03afcc775d78a037cb48be1f0 3e18ced4c061b4079537af8f7cc8b6fff4fcccf7 5a7de1dfe26f3df44806d059dbfcdb86edab1676 61a1762a91d580eda9e64ef6eff1cd23924adc54 dac95aa887a8c358cfd3a167761f7843eef8c6fb de88d7e5557338311d1031c4d009aa5d32e717b8 fffb9fede553e952d6efb41e6256eec6bf73ac23 Package: ros-kilted-lanelet2-routing Version: 1.2.1-7noble.20260410.105517 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 810 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.4), 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.105517_amd64.deb Size: 261566 SHA256: 111cacadf1e0256634e814c4272935ea101c553ccfee174cbe18d4575fbba057 SHA1: c8ffba03e9bfc27457dc34d173880a14170215b5 MD5sum: ef62a70253f0959626040648122fdc22 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.105517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 6178 Depends: ros-kilted-lanelet2-routing (= 1.2.1-7noble.20260410.105517) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-routing/ros-kilted-lanelet2-routing-dbgsym_1.2.1-7noble.20260410.105517_amd64.deb Size: 6030866 SHA256: 23e60b09f315985b124e66a0c8cf6bdd1b5027e8b4872481c65927ba25bb650c SHA1: 4581266a5b8d0af15d6d98b97b1eefaf60164834 MD5sum: 3caf8d615dd32b474f9136bf6add0fb4 Description: debug symbols for ros-kilted-lanelet2-routing Build-Ids: ce21c2fb5c6246c9180eebda080754994d414e34 Package: ros-kilted-lanelet2-traffic-rules Version: 1.2.1-7noble.20260410.105133 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 208 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.105133_amd64.deb Size: 56460 SHA256: a69414ab2ad5d61eb056aca23c6627ba1f828aec0789dd8122d6f81a096a80a2 SHA1: c819e3e761dcbbf42a162c345eb00d7f6d2d9628 MD5sum: 0924a5de815b5f8d4118589360585d7b 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.105133 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 1337 Depends: ros-kilted-lanelet2-traffic-rules (= 1.2.1-7noble.20260410.105133) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-traffic-rules/ros-kilted-lanelet2-traffic-rules-dbgsym_1.2.1-7noble.20260410.105133_amd64.deb Size: 1307462 SHA256: cc5762409eb79860bceed2a432a268978ecc4964243198d18cd11fded6879c35 SHA1: fdbcb1eea4c8884415ec878dd2ab50be4b17f9d5 MD5sum: 6c926912056386a4cc326d82333de4bb Description: debug symbols for ros-kilted-lanelet2-traffic-rules Build-Ids: 4274bf984a8f9f9379dff748f374d7d758092a10 Package: ros-kilted-lanelet2-validation Version: 1.2.1-7noble.20260410.110221 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 457 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.110221_amd64.deb Size: 131674 SHA256: d107738a9f245d1a57d9193bce3254c2509b78e27af62ebbda1b4b742c99a3ed SHA1: dc73dddfaf15f3e34232a5e64f17dde2305e2b50 MD5sum: 5e0b858f2215c059e5456ce07a28269f 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.110221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 3773 Depends: ros-kilted-lanelet2-validation (= 1.2.1-7noble.20260410.110221) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lanelet2-validation/ros-kilted-lanelet2-validation-dbgsym_1.2.1-7noble.20260410.110221_amd64.deb Size: 3676054 SHA256: 7177bd74f6940c9e44ead716f011198c33c7f0512857355c41085ca934f4dc28 SHA1: 335d629eb6ec67535349b834381b0a7318cab7b0 MD5sum: bfdef5503a12598857425701ed32492d Description: debug symbols for ros-kilted-lanelet2-validation Build-Ids: 05abc06c935408694371fdacbc3f0040ccd09ae0 599d8ece975bb951b3fa1ca128bb3fb59086ddd6 Package: ros-kilted-laser-filters Version: 2.2.3-1noble.20260805.144318 Architecture: amd64 Maintainer: Jon Binney Installed-Size: 3167 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.20260805.144318_amd64.deb Size: 610232 SHA256: b42338aa2a93824d3dc3d5279f38a7216b1e7ab4e9a3b5b9b1ef173609165ef8 SHA1: d3772bec4d8fcd0b64ec6ca4f56f9627ea4fd0e8 MD5sum: 1a40c1d0717d2d203b85ed4050b8c53d 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.20260805.144318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jon Binney Installed-Size: 14523 Depends: ros-kilted-laser-filters (= 2.2.3-1noble.20260805.144318) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-filters/ros-kilted-laser-filters-dbgsym_2.2.3-1noble.20260805.144318_amd64.deb Size: 12914856 SHA256: 1e53da0e1ecd6d847dd8381e0b1ddfeda6ff70ff74aac09e5dc4eada8b989428 SHA1: 7432e6f60c175b983126d636da0d72af3bb940c6 MD5sum: acca3518e93021cf7128fe4dd46b861c Description: debug symbols for ros-kilted-laser-filters Build-Ids: 394aa72156466ae7792cd83e0a31b4c6fe4d095b 8010793167930be8c3da32041e6bf9eec0f4838d 8ce898e6aa1e009028f81ee3ec7f46ace8e439db 90a4f7a2148333a45b7f54259344210e10261adc fe19647422bf321089da91bdbdf73e0f752d4a84 Package: ros-kilted-laser-geometry Version: 2.10.2-1noble.20260805.140740 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 132 Depends: libc6 (>= 2.14), 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.20260805.140740_amd64.deb Size: 26508 SHA256: 7225ca6a6ba7c0ffa9f23c170414830432f36ebb964598350d089669740d67a1 SHA1: d49386dd90702e6af5d8cc2794b58a30aaae7d1b MD5sum: 41b1e2f7d8890e290d8b160291e29f35 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.20260805.140740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 170 Depends: ros-kilted-laser-geometry (= 2.10.2-1noble.20260805.140740) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-geometry/ros-kilted-laser-geometry-dbgsym_2.10.2-1noble.20260805.140740_amd64.deb Size: 156974 SHA256: a66904a92cbbe40dc6ffe2a4e592d1e3e14972ebff17af677845bb9402872a60 SHA1: 122ed2bb136eb7dd57ac4168e3626290580612d4 MD5sum: 8a7bda49e5894858d29ba1e014681ef4 Description: debug symbols for ros-kilted-laser-geometry Build-Ids: 91bbee41e07d0dac08f31f7c72fecb2e54445aa2 Package: ros-kilted-laser-proc Version: 1.0.2-7noble.20260804.174219 Architecture: amd64 Maintainer: Chad Rockey 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-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.20260804.174219_amd64.deb Size: 142850 SHA256: 3847fbdeed56af5d9879a263556c2c17a858a86d933dbcae9ac32f49feed861e SHA1: 4e62e84f8c405fc13529b23a610117725b062761 MD5sum: b5f797d878cc10f2c9796f26f8b31f51 Description: laser_proc Package: ros-kilted-laser-proc-dbgsym Package-Type: ddeb Source: ros-kilted-laser-proc Version: 1.0.2-7noble.20260804.174219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 3246 Depends: ros-kilted-laser-proc (= 1.0.2-7noble.20260804.174219) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-proc/ros-kilted-laser-proc-dbgsym_1.0.2-7noble.20260804.174219_amd64.deb Size: 2841010 SHA256: d399f97e7e5bf2a43e16e08244cefb87d6abab9c8de230760a435b487b40ecda SHA1: faca03c43510b1b0160551c0959401c91eb0ee1c MD5sum: 19a98e68b2d2c38c0cb4b16d1c721187 Description: debug symbols for ros-kilted-laser-proc Build-Ids: 33c7eb6d41d8a9a17700fa624eb71e308fe1800c 5dd92b18fd256f071080c1de566bc4a104be91b5 8ec1a548693f638868e4f7218314476bade92aed Package: ros-kilted-laser-segmentation Version: 3.0.2-2noble.20260805.080503 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 745 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.20260805.080503_amd64.deb Size: 163178 SHA256: a5597b771909b5a7e66fff95fc3a8dac36c469e15e2ac5700bc1f67a2b3eb0c2 SHA1: c62c82073c85fa79f9fd6dad7c3b13ba269f16d6 MD5sum: ae4df4163661dd15a89c1ffaf0013d90 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.20260805.080503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 3398 Depends: ros-kilted-laser-segmentation (= 3.0.2-2noble.20260805.080503) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-laser-segmentation/ros-kilted-laser-segmentation-dbgsym_3.0.2-2noble.20260805.080503_amd64.deb Size: 2998108 SHA256: b4266730cf79c4b55215f0bcb7233fa1465fc03e030adb2afe5972d27c6e6518 SHA1: 080950770c48b886350f4a374d01b8a65afef14f MD5sum: 039de0bb7526e5b38c44f0f9177c8dd1 Description: debug symbols for ros-kilted-laser-segmentation Build-Ids: 1763f172cffb06be73b0414a24741e549bb648c1 f98accaca2ba5f407646a306d37daaec770137ea Package: ros-kilted-launch Version: 3.8.8-1noble.20260714.145118 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1155 Depends: python3-lark, python3-yaml, ros-kilted-ament-index-python, ros-kilted-osrf-pycommon, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/launch/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch/ros-kilted-launch_3.8.8-1noble.20260714.145118_amd64.deb Size: 214178 SHA256: 0277dc0319a5475a14b57654ca3fec40c1c4bfe50ea3fe3c920b698ed7140cfb SHA1: bca8a277b425e783c630cce24b5c0f99581d7879 MD5sum: 6cf955aa418ec4691dd952618e7481c5 Description: The ROS launch tool. Package: ros-kilted-launch-frontend-py Version: 0.1.0-1noble.20260714.145224 Architecture: amd64 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.20260714.145224_amd64.deb Size: 8976 SHA256: 04068470901ead74a47d435b3e796fef9418baaf3b0707c420b30fbded1b54d9 SHA1: 517932d52df9c0e2cff3cdde06440f9e8d30e98c MD5sum: faf2cb02f66f05cf4979d608d1bff24d Description: Python frontend for writing ROS 2 launch files Package: ros-kilted-launch-param-builder Version: 0.1.1-4noble.20260805.140318 Architecture: amd64 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.20260805.140318_amd64.deb Size: 8998 SHA256: c18ac31939965e78ad75b5370a8c02c03100997500e7902dbb0f91d35a4aa472 SHA1: 56cdab6a8e92d1547e49801a04c9eb7bee48a67a MD5sum: 5b4326de0a5208d05aafe63f9177ae21 Description: Python library for loading parameters in launch files Package: ros-kilted-launch-pytest Version: 3.8.8-1noble.20260715.010639 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 129 Depends: python3-pytest, ros-kilted-ament-index-python, ros-kilted-launch, ros-kilted-launch-testing, ros-kilted-osrf-pycommon, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/launch_pytest/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-pytest/ros-kilted-launch-pytest_3.8.8-1noble.20260715.010639_amd64.deb Size: 27896 SHA256: 7708fc1dc6f13071b0c064bd1623512d7efc088a7962905dfa51d78306b8a9af SHA1: e59dccf13a4b5853cdf9f45d2d4668e31808e1d2 MD5sum: 4f38272c7f51d1f336b2f35bd17dae29 Description: A package to create tests which involve launch files and multiple processes. Package: ros-kilted-launch-ros Version: 0.28.6-1noble.20260805.140324 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 456 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 Homepage: https://index.ros.org/p/launch_ros/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-ros/ros-kilted-launch-ros_0.28.6-1noble.20260805.140324_amd64.deb Size: 94092 SHA256: e81196402b2237c74de7deae127364b487f4637336f0be9f4ec1bec6c92d6995 SHA1: f4397d4c9bf6a1940966d818f99e7170a02a22b0 MD5sum: e6909ca83effec486ead0f500b266aaa Description: ROS specific extensions to the launch tool. Package: ros-kilted-launch-system-modes Version: 0.9.0-6noble.20260805.140330 Architecture: amd64 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.20260805.140330_amd64.deb Size: 18398 SHA256: f19c2626b919af1c9fab4d7723fde331a716b841e2378e3ea8ff14bc8e1774ad SHA1: e223c823a24d8007060253d1e36e082a970eb508 MD5sum: a668f20e9abbd0535e16927a0169fe68 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.8-1noble.20260715.010241 Architecture: amd64 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 Homepage: https://index.ros.org/p/launch_testing/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-testing/ros-kilted-launch-testing_3.8.8-1noble.20260715.010241_amd64.deb Size: 87876 SHA256: 89d330a7d5a6c6d0e3fb18ddcb88b375c843db840dd2fba38f37db1f453bd6ec SHA1: 03b9a3d6f4184f56023b652dddd96983b4c6f44c MD5sum: 11c277c4692b7209f5b67b7376e84f6f Description: A package to create tests which involve launch files and multiple processes. Package: ros-kilted-launch-testing-ament-cmake Version: 3.8.8-1noble.20260715.010642 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 50 Depends: ros-kilted-ament-cmake-test, ros-kilted-launch-testing, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/launch_testing_ament_cmake/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-testing-ament-cmake/ros-kilted-launch-testing-ament-cmake_3.8.8-1noble.20260715.010642_amd64.deb Size: 9232 SHA256: 10fb8a5a251d87b55cb700fcd439d87c72d717cc64079e108512f2fb38468b3d SHA1: ee9bf1d097edb12cfebc3bf5e320e97fe416c7b8 MD5sum: 178c472009b6c2308a2483934e7771a4 Description: A package providing cmake functions for running launch tests from the build. Package: ros-kilted-launch-testing-examples Version: 0.20.6-2noble.20260805.142440 Architecture: amd64 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.20260805.142440_amd64.deb Size: 14376 SHA256: 221e610251a86c4576c2802629b8f50d6a12bac8b541f367dd7e4ffd7defcb89 SHA1: 5f37b65b18eddd571022a45cef36d76d3a4e4c75 MD5sum: 5aed393ab1f2e922bf620dacf2a7d140 Description: Examples of simple launch tests Package: ros-kilted-launch-testing-ros Version: 0.28.6-1noble.20260805.140435 Architecture: amd64 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 Homepage: https://index.ros.org/p/launch_testing_ros/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-testing-ros/ros-kilted-launch-testing-ros_0.28.6-1noble.20260805.140435_amd64.deb Size: 24098 SHA256: 939d0d392b99bff53bedf7914fedeb707a7277d923073c04feb61b04d8dfa8f7 SHA1: 40194b44ee8cd90d300577874af24824dbc8ebf5 MD5sum: e166f1c14ced3b672c113af351ec4f3e Description: A package providing utilities for writing ROS2 enabled launch tests. Package: ros-kilted-launch-xml Version: 3.8.8-1noble.20260714.145232 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 57 Depends: ros-kilted-launch, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/launch_xml/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-xml/ros-kilted-launch-xml_3.8.8-1noble.20260714.145232_amd64.deb Size: 11902 SHA256: 354e74f1301e8ed54a61bf633eac4c9b47b00b644003948ffcb8cea610d9e2fc SHA1: 6e562130465a22007eb946ea86534d1d51ab5a67 MD5sum: 15d26bb1ee74e4158f3b3bd5d9584412 Description: XML frontend for the launch package. Package: ros-kilted-launch-yaml Version: 3.8.8-1noble.20260714.151009 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 57 Depends: ros-kilted-launch, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/launch_yaml/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-launch-yaml/ros-kilted-launch-yaml_3.8.8-1noble.20260714.151009_amd64.deb Size: 12170 SHA256: 4a01272d85243d73699673b350d49d1b03d9aaa1371df41ff6731391eb664a23 SHA1: 1eede60222b8381c379f003efe679de6d8efa58e MD5sum: b3588b57b63e882a70bd7cce6c2c25d2 Description: YAML frontend for the launch package. Package: ros-kilted-ld08-driver Version: 1.1.3-2noble.20260804.165106 Architecture: amd64 Maintainer: Pyo Installed-Size: 207 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.20260804.165106_amd64.deb Size: 61068 SHA256: 128d18f0454c21dde8f1315e016d604fda841505124c7ffb067c6c3cab67f446 SHA1: 653b7400ffbac00807f81d715f0841a1d813d8d8 MD5sum: ddafa33a02bc70a495b05211ece65778 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.20260804.165106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1069 Depends: ros-kilted-ld08-driver (= 1.1.3-2noble.20260804.165106) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ld08-driver/ros-kilted-ld08-driver-dbgsym_1.1.3-2noble.20260804.165106_amd64.deb Size: 1009666 SHA256: 66d1b5bc98a6b0b595373811ce803b591221dd685257e2f24f35a1f1c8e330a0 SHA1: 47c08c39ab98cf2163ed52d597dd95d10a7636e0 MD5sum: fadb8a6568e3da53f0b39d7ec53c12ff Description: debug symbols for ros-kilted-ld08-driver Build-Ids: ef1d6b7bb376ca0f72752bf68bfb5d2e2a58306f Package: ros-kilted-lely-core-libraries Version: 0.3.4-1noble.20260525.083607 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3752 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), libstdc++6 (>= 11), python3-empy, python3-yaml, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/lely_core_libraries/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lely-core-libraries/ros-kilted-lely-core-libraries_0.3.4-1noble.20260525.083607_amd64.deb Size: 675210 SHA256: 5042800f9488e696517a55c4bb0f11ee8a7e63b9d937588cd20acfc107b11f2a SHA1: e7315d3a6835e4b72454056833ca5352616bb16f MD5sum: a56fdde7bfef3a2511435b3911e20568 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.4-1noble.20260525.083607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3314 Depends: ros-kilted-lely-core-libraries (= 0.3.4-1noble.20260525.083607) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lely-core-libraries/ros-kilted-lely-core-libraries-dbgsym_0.3.4-1noble.20260525.083607_amd64.deb Size: 2644114 SHA256: 37fdbd370ba29a16de46e11a3f3fdc606d7e0ec23ff62a9b6415600f981a3272 SHA1: e2bce742c4c19db836136f74170409862e93d6dc MD5sum: b0900fb4a9f5df17cde04ea9d0ac40b7 Description: debug symbols for ros-kilted-lely-core-libraries Build-Ids: 1ee5e5e1862df39598da0d0e886081e922204c86 2b742943b1cf2596fb112d97057eae37b8a2f0f5 2fb0b7369de7822738101768140dfe135aa04157 48cf7376ac9da0b368ba6175fa2454d6b3ebd15e 7f4f78bfb95a67b53e3eab226d1b8584616e8f07 961cd8f73db182c216c0cb9ba1aebeba8e0a7e6d ab105cb82c7d72e5d3fb44d761bcd163d9335e03 e4836b869a315eac2b2595b0df6534d16c18e39d facc77312f6ffbb3a8be568f7156d8a05e2353bb Package: ros-kilted-leo Version: 3.2.0-1noble.20260805.153655 Architecture: amd64 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.20260805.153655_amd64.deb Size: 5236 SHA256: c3a45af61fa178eda84a49fb60218a17e6185521346702918d8277b9464aa3f8 SHA1: b96539b9bbf4764f966092c43bccd87e37021401 MD5sum: 9814ec97a68a81668a43ad9b1c17d558 Description: Metapackage of software for Leo Rover common to the robot and ROS desktop Package: ros-kilted-leo-bringup Version: 2.6.1-1noble.20260805.153643 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 311 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-rclpy, ros-kilted-robot-state-publisher, ros-kilted-rosapi, ros-kilted-rosbridge-server, ros-kilted-sensor-msgs, ros-kilted-tf-transformations, 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.6.1-1noble.20260805.153643_amd64.deb Size: 20200 SHA256: 34cf7efddc979e20aae0e952df6f46aec3ae2f5022b0d0bb3fc75d597fbf7229 SHA1: 3fd5ea60eb211419938c96612a0ea2c75209e268 MD5sum: 12e1f2331de17f80208e178750068fd7 Description: Scripts and launch files for starting basic Leo Rover functionalities. Package: ros-kilted-leo-description Version: 3.2.0-1noble.20260805.153543 Architecture: amd64 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.20260805.153543_amd64.deb Size: 5795708 SHA256: 0147d355299b848edd0286063a504dfeadc4590743e30d72c01e5cd8f2737722 SHA1: 04ad1c4cb86719459bf6edd371a891f1a1efb1a6 MD5sum: e858c9f06c7acc79df05aa41126115e5 Description: URDF Description package for Leo Rover Package: ros-kilted-leo-desktop Version: 3.0.0-3noble.20260805.155426 Architecture: amd64 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.20260805.155426_amd64.deb Size: 5178 SHA256: 14bf899a1db671a2c8d7c036164bf61a74994efa2c32db0168a283eb976f1642 SHA1: 334912b8ddd2343532dedbf2ce9fa5adb93962bf MD5sum: aa8c891f41a6e34bae09b5ce4ce49686 Description: Metapackage of software for operating Leo Rover from ROS desktop Package: ros-kilted-leo-filters Version: 2.6.1-1noble.20260805.142851 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 1175 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 Homepage: https://index.ros.org/p/leo_filters/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-filters/ros-kilted-leo-filters_2.6.1-1noble.20260805.142851_amd64.deb Size: 237488 SHA256: 41e7b064d8d6997f4376334526de2fce073c6c877d9414a564eaf7e633328608 SHA1: 155d5a231a866ed0a0a5d427db0b7820a63d16c2 MD5sum: 5aacd42923f1c576ab4f39561ebe9acf 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.6.1-1noble.20260805.142851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 5929 Depends: ros-kilted-leo-filters (= 2.6.1-1noble.20260805.142851) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-filters/ros-kilted-leo-filters-dbgsym_2.6.1-1noble.20260805.142851_amd64.deb Size: 5068844 SHA256: 39b47ecf9add7cf38f202c6184c2221a7b4f6957700bee0b2d57bcdc5372e4f6 SHA1: 2f7f6750ae8e1805e818b7ce4c18d3b344186426 MD5sum: c9c040fddd852f2472b25c48f6568891 Description: debug symbols for ros-kilted-leo-filters Build-Ids: 03867a700dcbf123667ea65c63bb7deb67224583 7a30ef399914e020a600f6cd7b02bda7d1669323 cc3c742a9e4229f91333164b62e38de83384a02c Package: ros-kilted-leo-fw Version: 2.6.1-1noble.20260805.140605 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 1737 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.6.1-1noble.20260805.140605_amd64.deb Size: 387498 SHA256: 27e16f38de4acaaa4472f5c2633ba0f620e51a598b255d61113150db33309880 SHA1: bcdc83f29e54d0a61d31c5f3111bafd606da8acf MD5sum: 19cec63ee06a4938dcfc14d9b153add9 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.6.1-1noble.20260805.140605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 5815 Depends: ros-kilted-leo-fw (= 2.6.1-1noble.20260805.140605) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-fw/ros-kilted-leo-fw-dbgsym_2.6.1-1noble.20260805.140605_amd64.deb Size: 4711230 SHA256: acc88f81d3132e1c92453b52e5706607e42ef721bdd729d2d6f8d47e7071544c SHA1: 63a77f299ccceed18e5e1703bf89e1a6aac1e5db MD5sum: c36d99cc17fe13f79a5f074fd6bc372b Description: debug symbols for ros-kilted-leo-fw Build-Ids: 59698e0701c30854be9a67934fe6ff867f01d0b7 caacdcf7c27635574aedda2843de170963b4e884 Package: ros-kilted-leo-gz-bringup Version: 2.0.2-2noble.20260805.153649 Architecture: amd64 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.20260805.153649_amd64.deb Size: 8026 SHA256: 04995578ed1ce8701710437799e4f2c73647248468ac6529ccecb3c2c100c9cb SHA1: f4dbb9ca3832951444a7f24d76b409c1c1f97ba9 MD5sum: e3373bb09dd3a0c879fc31f02028ae57 Description: Bringup package for Leo Rover Gazebo simulation in ROS 2 Package: ros-kilted-leo-gz-plugins Version: 2.0.2-2noble.20260724.002236 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 813 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.20260724.002236_amd64.deb Size: 139474 SHA256: f342482d571449c4b3d40424b0d6459af2a47c31b86f056490007a9b34f70bee SHA1: d30452ee61a24538b287b9df85533b27533fe7c0 MD5sum: cbc6bfdb43f015e82dc2cdae11fac151 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.20260724.002236 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 3832 Depends: ros-kilted-leo-gz-plugins (= 2.0.2-2noble.20260724.002236) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-gz-plugins/ros-kilted-leo-gz-plugins-dbgsym_2.0.2-2noble.20260724.002236_amd64.deb Size: 3033492 SHA256: f01e5534e5c9b829915c5c3390820abc6f6b8809bf8cf138719140d5acd693fc SHA1: 5f2130fda44de542ec7ca465e8aaed4f3f2b405a MD5sum: cbd75872d16a58f66b340398e57d1858 Description: debug symbols for ros-kilted-leo-gz-plugins Build-Ids: 87766dc5f836245407ab98d87626ed71c2b26578 Package: ros-kilted-leo-gz-worlds Version: 2.0.2-2noble.20260410.111808 Architecture: amd64 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.111808_amd64.deb Size: 143446618 SHA256: 478fc679fb6fd029cb3711bdd3186cd6ea0c2ef96c509627254e637f9671365c SHA1: affdf76bc7c3b5ce59bbc0e46a86c92dff6fd0c1 MD5sum: 62f34a475f605f5ec83a3f0731b583ac Description: Gazebo worlds for Leo Rover simulation in ROS 2 Package: ros-kilted-leo-msgs Version: 3.2.0-1noble.20260716.014659 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1044 Depends: libc6 (>= 2.4), 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.20260716.014659_amd64.deb Size: 84140 SHA256: a1774fc06ef71fe730d09721a8272ef2522be7125e30ff6615ad046ff184c4ff SHA1: 06c21f13806c2db6c6ccd8049b6ac88341c36291 MD5sum: 2f4ef4e1677db9271a9a863bae086354 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.20260716.014659 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 683 Depends: ros-kilted-leo-msgs (= 3.2.0-1noble.20260716.014659) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-leo-msgs/ros-kilted-leo-msgs-dbgsym_3.2.0-1noble.20260716.014659_amd64.deb Size: 528848 SHA256: 066153bcd318637a50c9208391ec83c4ff7c0cfb791dd7210b5b29c709f43766 SHA1: 33ef55bc889c7d55d0bf170a738e69dc27c1b67d MD5sum: ec4ac585b09b569176c3ea7559347a62 Description: debug symbols for ros-kilted-leo-msgs Build-Ids: 3e8bafdba7ec532b3cfd09d3e5407e759df4e5e6 6a01d9bf315427decce49f4fbb0c06169550b9f8 7039457189289ab598019ef0bcd11f0f297e01a3 71e7c7dc3e97565895e46f85512a13d187db76fc 7ab952fc3f36a95ca7dc84cf7ee652176354942f 87582f3d94658e393682eba91e5525867571edf9 8bb479c6825ce72f677757957e72b6492699c0cc 8c9a27b3680443124bebab135364fe4126843458 c5825f779fb1932a5a7a5189d3602514f62828eb d33a2f4e112c2bc39ca4b7e81ea7238393f06b25 ea8d08d24ad87ea7bedddc3e3eff24152febbfc1 Package: ros-kilted-leo-robot Version: 2.6.1-1noble.20260805.153736 Architecture: amd64 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.6.1-1noble.20260805.153736_amd64.deb Size: 5404 SHA256: 32bbd7214fd8a3ec6a3c2405fb098bf9a8d6d5d20372b453133a494fba37a78b SHA1: 306f95a7d61809f2970f3d822225036fa97d041c MD5sum: 78579ca7ef951eed984237effc665a81 Description: Metapackage of software to install on Leo Rover. Package: ros-kilted-leo-simulator Version: 2.0.2-2noble.20260805.155410 Architecture: amd64 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.20260805.155410_amd64.deb Size: 5324 SHA256: 0dbe85942bd860a2dc169d4423dc37e39377bca7b3041715ed328c0d27bb19f3 SHA1: a0daa4398dbb1d42d4c6f21e804c51a02fa27cdb MD5sum: 53f26298c27eab318197a227dea4327d Description: Metapackage for Leo Rover Gazebo simulation in ROS2 Package: ros-kilted-leo-teleop Version: 3.2.0-1noble.20260805.141950 Architecture: amd64 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.20260805.141950_amd64.deb Size: 6216 SHA256: 0f5a0e5a3a727977baaea48b2c990bd40a930f36fc6f66135f7be8d2b5696417 SHA1: 4b0454e80d8cf5497a104050cbf75b22c91bc6b5 MD5sum: 9980013c426559ae84f9d93c33149f9c Description: Scripts and launch files for Leo Rover teleoperation Package: ros-kilted-leo-viz Version: 3.0.0-3noble.20260805.154419 Architecture: amd64 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.20260805.154419_amd64.deb Size: 7582 SHA256: 8feffa945bbaba6f9d90d30f01f842bf09038fb1856f1cd476f6eae100771526 SHA1: 553afbdeb7814e7661169c6543a8a554b5710a6b MD5sum: 71ffb6eaa9df1883b2f5105035b5e06b Description: Visualization launch files and RViz configurations for Leo Rover Package: ros-kilted-lgsvl-msgs Version: 0.0.4-5noble.20260716.021110 Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2687 Depends: libc6 (>= 2.4), 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.20260716.021110_amd64.deb Size: 188640 SHA256: 9a717ce4852e94d82255662d05cbdde43a0274f191a7a5ad5a9647ebc40432fa SHA1: 48a129e03519c70867fea35e117086c1711777e9 MD5sum: 7a8ba3932890b8fc48759ccd2e17c4a3 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.20260716.021110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 1949 Depends: ros-kilted-lgsvl-msgs (= 0.0.4-5noble.20260716.021110) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lgsvl-msgs/ros-kilted-lgsvl-msgs-dbgsym_0.0.4-5noble.20260716.021110_amd64.deb Size: 1598724 SHA256: 25f4954762e84b66a3f930e1239b39b5bf8ab90e9198af28772b49df6fe0e794 SHA1: 4ef9e567e7a19034c2aee8e584944463ffaaad90 MD5sum: e4a6a56424359d622305cb9ee26730f2 Description: debug symbols for ros-kilted-lgsvl-msgs Build-Ids: 05814a21d487799e00fc419b3c5cbc88a8977d53 206df3dbc9ce3902f3e172b42ed42cde04722e2b 3aa65b5b29d09992ed9354d9b5905d22a498939b 3e158187362d4fa07de70818ef55e900a15f3857 476814fd83612f2af2407263e9e34c210648593d 5520d168636a3bf2961d4cd1a857cea60c84454a 9027bfc7004274eeabde26d37cbed7100f71de28 90748a96cee169c822bbde8b76815a35bc5279f3 a3d7d7dad5b2647b7ff620a6daa2af55688728c7 c9eaf57894a67c32aa762c152847bc647e0894b3 e53975dffd7110917282081301a1b28cfdc6de9d Package: ros-kilted-libcaer-driver Version: 1.5.6-1noble.20260805.145012 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 1118 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.6-1noble.20260805.145012_amd64.deb Size: 244952 SHA256: 7f9418a0ff8f911ac762e56cf6a2aec11bb60155c0ed5ac5b90d9facf92a4274 SHA1: c3b3b8e16665299ff9b8ed717cda282abd346147 MD5sum: a193b4bd9858818f2fbef066cb9ad0ce 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.6-1noble.20260805.145012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 5843 Depends: ros-kilted-libcaer-driver (= 1.5.6-1noble.20260805.145012) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libcaer-driver/ros-kilted-libcaer-driver-dbgsym_1.5.6-1noble.20260805.145012_amd64.deb Size: 5166364 SHA256: 329c5ecc904e01b17702da08116db1a46bfa67803d8d53d8163c125c6a50973b SHA1: a724a5a9821f9b71b59326545929b547d517429c MD5sum: c967b590cb8b480944a236b3c99b2e6f Description: debug symbols for ros-kilted-libcaer-driver Build-Ids: 8534530e288c774c592f0ee7d401ce21584a528a cfb9223cbae87f0c878a41c210cade6c0520e22a Package: ros-kilted-libcaer-vendor Version: 2.0.0-1noble.20260410.111803 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1155 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.111803_amd64.deb Size: 162548 SHA256: 1d386e43898257404c8b360b9db676e23392d24a864e45faf50859f70c935fa6 SHA1: 92423457827df51fc12f4a84c533c9e924f988bd MD5sum: 3d767ba2d1827f83523b6c03f80aea06 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.111803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 54 Depends: ros-kilted-libcaer-vendor (= 2.0.0-1noble.20260410.111803) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libcaer-vendor/ros-kilted-libcaer-vendor-dbgsym_2.0.0-1noble.20260410.111803_amd64.deb Size: 11118 SHA256: 24b3e78744419a9da847ce8dd273fa6dd4b98c9609a0de38f5e2a9d690e63e25 SHA1: a7792b78402e9b276f93afeb9d5266a4badf4f52 MD5sum: a836a7080221aa5d366e54f208410fa9 Description: debug symbols for ros-kilted-libcaer-vendor Build-Ids: 4d1580e762aa1963e72ed5b7bc37ddf9ad1bfadc Package: ros-kilted-libcamera Version: 0.5.0-4noble.20260410.103914 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 14073 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), 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.103914_amd64.deb Size: 2223070 SHA256: 01efc598ac0439ad79c0e49604b378c336ca841bb7858c0e9bfbd8040e786926 SHA1: de92b46f6e638e8acc30c7277a5e9e36b09b8320 MD5sum: 23f1087a02f5cb254ba60e50098bb373 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.103914 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 8748 Depends: ros-kilted-libcamera (= 0.5.0-4noble.20260410.103914) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libcamera/ros-kilted-libcamera-dbgsym_0.5.0-4noble.20260410.103914_amd64.deb Size: 881708 SHA256: 2252c4d1e8654af8fa9ea79e6ac309cae5655cabbc9877fdbeaf309b2e06a364 SHA1: df1f28c031c85a185e09dcd654feb7871e4cca72 MD5sum: da242dd211818d8f9d19d8e140b33be6 Description: debug symbols for ros-kilted-libcamera Build-Ids: 0feb456c10ab981c407458090f3f47c9752bb503 3a89aa4ee0ce659020622c2087b4bf67384cea8a 595c938d2f471c6f7ef3834c9f88301ed7c7a0cd 9b25a3cde48646385992a64861e7c3d1d6a234fd b020312129896d9db9aadf5795aa767365dff767 c12132b94e79840a53f67c83375e2db104888f2f ce0489ef023d8109bec7c09fd90b1600188bcd33 d8de1e74942e306365652753424b47a097034fdc Package: ros-kilted-libcurl-vendor Version: 3.7.1-1noble.20260410.111844 Architecture: amd64 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.111844_amd64.deb Size: 7488 SHA256: 8ef0db30d335d9dbf36ae8870a624b0cd74afd3f341476c40457fea757977e7b SHA1: 57dbd9ad5fe644df4a15835c2b6b281610854459 MD5sum: 5632e3ea6ef61af11bafb49246f9c6c9 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.111844 Architecture: amd64 Maintainer: Christoph Rösmann Installed-Size: 5963 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.111844_amd64.deb Size: 1150926 SHA256: d3df4dd202712a7bfc7dcbc77ece54a85b6740d19c5fed574e816bbffb9e74ba SHA1: 4a6d9892f66378a96abb1b928bbdbfbc4d0ae758 MD5sum: 21305d33dc57853ccd0d012f63fcda36 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.111844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Rösmann Installed-Size: 159373 Depends: ros-kilted-libg2o (= 2020.5.29-6noble.20260410.111844) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libg2o/ros-kilted-libg2o-dbgsym_2020.5.29-6noble.20260410.111844_amd64.deb Size: 159695368 SHA256: 25384418000df08144e0e747dc00f46f8aef2060dd5649026ba82356f85facf8 SHA1: 6febf4a7a9f1ad66c278cb75a2e8096934ddb4fc MD5sum: 568bb3c240c63ff00a09debb41c232b9 Description: debug symbols for ros-kilted-libg2o Build-Ids: 1c420d42f40ab00883b4d337ac754008b5a15184 21c5e811fe993b292a9326e08cb938d76de5f34f 29d4a88e938cc114ddf40de6c01de3712b862929 2c252b71d3a27eef1b95073fe2bf82d27d96de68 2cf801ef75fa3fab28d8e0d6d49b67922f5978f3 3509e883c15230b45d240ba7c811c2cfd543eb7d 3861b0533f77b7f832964d66b2d50ca2d9b6451c 3f17a18ce3ff8f5b411b8c9add0e3a0942e85cc2 44c3426cf407d159963d83ee5207f32b1a8d70b2 44c5d7fc00b45838164c8c4708e786d870ed23ba 54729194b002957d1f9f5978b4f76e974f568e28 5933cbaa8949e091be31a4e00717f542f1c729bf 61f06f274a7b6c0860c0dcfbc1164f60474eb37b 639045887646b3ff6446876173234aa368b0a922 713be2e91ea65c6505de15a746a94842a5208797 73d56af3767356b5c35e3b205b05b9c53ddc138f 9036761ad0cf527f00c0f46f0ccc528fcff7c7f2 927bf7c5bf0c2242bf31d042147b440b8b6de7a2 94210fd1d183aa11bd9ed26587781c1c60ae4655 97e4e0cdc021e2ee50e9f6a08cfb5a39449ce4b8 9ae1b9a1b7210eb335ce8b8994e243a698629cdd 9bd9de4e25692e0cbe43e4e9b20feba40cda20b1 a054c5a592b9fd624b10e5f35475546af1deb7b9 bd19010eb741d11e56548a9e703815a0be7214ff c834dcb6f1a95bbf502ed1bf4d49b9fa881f73f0 d9c95c6aea68001f8000593f9067a70229443b91 dae4daf7c24ed9fcfc5379538c1b59f1b59c1bf2 dd9b94dc7dc2a256b7f7acd6ede89459d3c2a46d e1724781f3abca3c1308c5478e66de936097494b e410fbe95b7b02f8ac761ce75c0a64a2dcabd39e e87c385162e73951716dccf1610fcc4f13474ffd eb3c10776c2f9244594096173c0bdfcd3b1928f2 ef52955a2c1149888793113d53b9d50ad6084642 Package: ros-kilted-liblz4-vendor Version: 0.32.0-2noble.20260410.111908 Architecture: amd64 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.111908_amd64.deb Size: 7096 SHA256: 0fdaa987c2870c272fcc5ed67b1789f65209bb51f8e296a30d70496ba5917a49 SHA1: 7bef23f227d94e6176523c992cab9c8ecaf16a86 MD5sum: 83f1b6d7662625d3b60847f79f48a761 Description: LZ4 compression vendor package, providing a dependency for LZ4. Package: ros-kilted-libmavconn Version: 2.14.0-1noble.20260608.084230 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 440 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.20260608.084230_amd64.deb Size: 112326 SHA256: ae7350b59ed08330a191faf23db0d89b397ee5757854dd5bb82af6dd04a6f1ae SHA1: 9426d485410a086a89bfffddd3346f536d390b2d MD5sum: 10adeb547527886aa2c55791195496a5 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.20260608.084230 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 1913 Depends: ros-kilted-libmavconn (= 2.14.0-1noble.20260608.084230) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libmavconn/ros-kilted-libmavconn-dbgsym_2.14.0-1noble.20260608.084230_amd64.deb Size: 1780406 SHA256: 9e92ef21758b7f8f9ef63e8ae3d923049981ae1e46067c94dd96e4b8571f8809 SHA1: 7227e543046270fdb6fd26de36705d8ffd2f7a02 MD5sum: fec66b99f436c580c8dfc338bc58631c Description: debug symbols for ros-kilted-libmavconn Build-Ids: def4cfdfe72fd2269532b5eaefdf240a4181c2ef Package: ros-kilted-libnabo Version: 1.1.1-2noble.20260410.103925 Architecture: amd64 Maintainer: Stéphane Magnenat Installed-Size: 1812 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.103925_amd64.deb Size: 94678 SHA256: 8a443b9739a1d6b5a3237d05e5e46f684e5954842420e7d3b6f24825159333d6 SHA1: 4a474e617e33378d6539abd744051286f0f6c37c MD5sum: be0a82d46af70f23a447aae771fe9028 Description: libnabo is a fast K Nearest Neighbour library for low-dimensional spaces. Package: ros-kilted-libphidget22 Version: 2.4.0-1noble.20260410.111917 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5791 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.111917_amd64.deb Size: 930374 SHA256: 0374f1bb0a1551f5f26ab0e111ba355024db26c1fbfb05a989722676f3ab0fd0 SHA1: cabe8af613a981339e1ccd9eab4ffa1b35365c83 MD5sum: 26dcf4d0d3df87e4dff02bbfcb5b1f29 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.111917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2186 Depends: ros-kilted-libphidget22 (= 2.4.0-1noble.20260410.111917) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libphidget22/ros-kilted-libphidget22-dbgsym_2.4.0-1noble.20260410.111917_amd64.deb Size: 1996806 SHA256: a59ceeb8583c6373fdf754d0d4246aa852e4cc8a138030c1ff5aa1f7069b978e SHA1: d40490a4c91a54a2abe21b0498cd94374fdc17a3 MD5sum: 30ad4c2049ff4b7fa54c36acc2cc99fa Description: debug symbols for ros-kilted-libphidget22 Build-Ids: 1f2794d92ee0a5a1d18c32ddfc43b6b8ca515463 Package: ros-kilted-libpointmatcher Version: 1.4.1-2noble.20260410.104425 Architecture: amd64 Maintainer: Francois Pomerleau Installed-Size: 22215 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.104425_amd64.deb Size: 2691324 SHA256: 698bc8f19f94b6d6f75b81780e2d2d5c2538ec776b9a926dd34350978c153d2f SHA1: c3811208ad497a0f0b579620a96855598b8c0d7d MD5sum: a62b7561f0287fa3b555a1b8b0c98015 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.104425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francois Pomerleau Installed-Size: 68185 Depends: ros-kilted-libpointmatcher (= 1.4.1-2noble.20260410.104425) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libpointmatcher/ros-kilted-libpointmatcher-dbgsym_1.4.1-2noble.20260410.104425_amd64.deb Size: 67411958 SHA256: 2059b260c6fa41e4d418a955211e81526ffe49a2b49dceb10882dc34f222df32 SHA1: 1afbb51748ed7c26cfeb310f44805037519c7308 MD5sum: a9f1dfd77002ee8b60c2b0dbf111f91c Description: debug symbols for ros-kilted-libpointmatcher Build-Ids: 94c699dbc06e3b9ee93fa822d8e22117322c4b95 Package: ros-kilted-librealsense2 Version: 2.58.3-1noble.20260720.174355 Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 36243 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.58.3-1noble.20260720.174355_amd64.deb Size: 9119090 SHA256: 8b2d1e5ff0eaa2e9fc4b74cccd58460429ded662362fddf5a1b31b3126316b07 SHA1: 2893e670753a7b105d9483bdf2923d6a1ba1148e MD5sum: f262b5b6b7b29bb34ae98fafe675a3bc 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.58.3-1noble.20260720.174355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 169831 Depends: ros-kilted-librealsense2 (= 2.58.3-1noble.20260720.174355) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-librealsense2/ros-kilted-librealsense2-dbgsym_2.58.3-1noble.20260720.174355_amd64.deb Size: 162697726 SHA256: 5bfbc609b83098aa80442e1a66a91dec1ef88ca2fcf72e4bbe6b8c06f6a7ce26 SHA1: 1b45c345ae16fc7d55b2c95f6dab565b8c5d9d93 MD5sum: 9272431a4793eeaa3b71513d3d7f1b90 Description: debug symbols for ros-kilted-librealsense2 Build-Ids: 031cd0620b82235a97c951e88c625d7f0f2e18ab 0359c0c62292d04914e470fc01f8a92c6374b1b5 04ecdec1516c52c3ad72c3a4df5162c333757f75 08f827b3c225f322c33635b81bcad8132538a024 0f8284929c5f2a8723ccca51f32f4a0f1741b98e 1b89bb9961beb9ee41bf8e0c51009cf3dee7b377 1cdffa9a9f6e23e56c9b31b43c5ab995d6a4ddc3 24705f1235a56b2861025661279d3bc32d49cf40 376b1a097686e65084d19a84ab1430c8db72c026 378c158b1c752718e6748568b8eda58033c4242a 3a2e332ca2a6afa3d3cbe01ec0606dd4337a27b7 4155ecf88abf2691cd869308949deecc72705491 435adc616269e1b2f68098286736084817b4728c 4684130215229759aabb706d78146be0a437e4b8 4bfedcc301ec8861fc6c79a5597e44860aee18de 59c04a9a54ded20c409725243ca2ada9268bbe20 6aa43c0a3f23f815ecf3d9a520b4f9018d21209e 6ab7bb50e5a8cadaf23ee774ec12c5976132f864 728c31fd347eb0bdde813008ebcad9e294d4d732 78bbf2a26dd718564bb7db240684dc1d0f558813 7baa9e8c5d156f13035fccc971a7661ad5caf3f3 7d6e9e7239cf5ef56eda30b66ce8315e43cd3173 800f10bcb4585f3d2368966e81e488cf04f12c00 81e11bd0e4e0efc8925432676e93af2ceedaee02 8f6f0121092f88251f8887e6c66bbe5326868df0 958461da0af9de2d76da402df4602689cab9bd09 9c6fd38d57b4c44ffeaa3274396abc552a100ee8 a9aefc63faeb3847e77ad53481a0fc4bd106cd2e a9c8bf47db2f26c67896b7f5ea7ca3bf86049b81 b35e1775e71775e6288ecdba57094686110b0733 b37d1903eb915753a6c411e305e3af0b0b0e22ec b7dfa7ad31578d08763deea76cec27ffdb26be03 bc531ef6643bd9475b15016fe3763d8c8f4de5d9 bdff7d553ec48881636f88ae3ef77d6a467b6d26 c265c6bb24f79b2f1cfcfe904e2b2155fe984147 c411f8d93e236ccf27a3c4ab7d7d6b996596c38b c6899395701aef7c7a9f6dd56d994faba79ba26f d8136e62b33b8473b037ef8a223be5c3ba8cb528 de431fb30f578ae31bcbb44b62544d701043ed56 e79b5c188566e71282ea24c7b2362087bdd73e92 Package: ros-kilted-libstatistics-collector Version: 2.0.1-2noble.20260804.155046 Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 137 Depends: libc6 (>= 2.14), 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.20260804.155046_amd64.deb Size: 26496 SHA256: a7332b603fca42ee678f38b9b778500d3ef125ad25ee80d098ec2a14a1b2d2b0 SHA1: 0fcaa335eb104e39c79983c370ac25e21e6029ca MD5sum: 72bc215c30a50ac0e79a352bf5fa8e14 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.20260804.155046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 119 Depends: ros-kilted-libstatistics-collector (= 2.0.1-2noble.20260804.155046) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-libstatistics-collector/ros-kilted-libstatistics-collector-dbgsym_2.0.1-2noble.20260804.155046_amd64.deb Size: 101188 SHA256: 1d3d3c3ed15618f165377a54b061cb2478e5e56bba1062555a5005444b4e7d40 SHA1: 3238fb2fb292589b74c80e266b638421f2514ad4 MD5sum: 5c2763c2d31db3db8033510315f6c9ab Description: debug symbols for ros-kilted-libstatistics-collector Build-Ids: 0d6063a2f38788c9756bbaa7dab74ad56fcb668f Package: ros-kilted-libyaml-vendor Version: 1.7.1-2noble.20260410.111919 Architecture: amd64 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.111919_amd64.deb Size: 8566 SHA256: 2bd29fa40b6aa8c34e2cb77587db3a9ca5271430086e118282650744c67b900d SHA1: d199d14e1f0e7d9d6d8b7e8b1d0c01137ee107f5 MD5sum: c50f8416baa2a9bc3e118af0fca828d0 Description: Vendored version of libyaml. Package: ros-kilted-lifecycle Version: 0.36.5-1noble.20260805.193554 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 937 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.20260805.193554_amd64.deb Size: 180864 SHA256: 3f18833aa0149e1e766e048dcd58994784f7a2480a8ef3c661a2ccfd9029fce1 SHA1: b2ae0abd771780991f0a3c09fcc64ce485f5a3e5 MD5sum: 1ba49b52b59ea2c9a9649ee194f9da13 Description: Package containing demos for lifecycle implementation Package: ros-kilted-lifecycle-dbgsym Package-Type: ddeb Source: ros-kilted-lifecycle Version: 0.36.5-1noble.20260805.193554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4469 Depends: ros-kilted-lifecycle (= 0.36.5-1noble.20260805.193554) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lifecycle/ros-kilted-lifecycle-dbgsym_0.36.5-1noble.20260805.193554_amd64.deb Size: 3823652 SHA256: 9d74034b3da3ba30ca221b26d6cddfd9c140c844c0751aabf2882c6e9180b5fa SHA1: f651602b4e993df099492557f31e3a334dc65a77 MD5sum: 0690a6a7de9f7055ffdcb6e9c56c7dcd Description: debug symbols for ros-kilted-lifecycle Build-Ids: 693e94819ea6cdda90cee93e770745a2edca7b4d b9036e3f5caa37187c2b8b6686ab1ff2014621aa db6aae31ab88b6879a12eb0b5bcd836c33f0b172 Package: ros-kilted-lifecycle-msgs Version: 2.3.2-1noble.20260716.013155 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2541 Depends: libc6 (>= 2.14), 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.20260716.013155_amd64.deb Size: 182892 SHA256: d5af85502798a4270045e6d6c355a821d292c3b98bda7c4cee9f5a91ce77b015 SHA1: 96a69de1cb6a2ab73a9ba4a55666c8c5f694189b MD5sum: db3e218ce113081a7e8474b3745b2def 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.20260716.013155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1844 Depends: ros-kilted-lifecycle-msgs (= 2.3.2-1noble.20260716.013155) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-lifecycle-msgs/ros-kilted-lifecycle-msgs-dbgsym_2.3.2-1noble.20260716.013155_amd64.deb Size: 1455620 SHA256: ee4bd7c2855d5873b1a0cd7601d4e60df81a23f3f6f7cfa7546467b5c1c9fdaf SHA1: c366e0e9808fb4be20a393d089e678951dc66430 MD5sum: 12c5180d83043fcd00b5eb1cd8284df6 Description: debug symbols for ros-kilted-lifecycle-msgs Build-Ids: 2878edba796c3b9bbcf67ba4bed386322e13a0e8 3bf229c63a5e8ac2c0de77e96bf98a0f5fa2ff43 48cd61e2dc78509bac8f3da2b6007455fc496a39 5916f481a8d5c76241b48e8b9b7ed98b74a3a02f 5a7e3662323c836f7004418d26a0b3182b4142db 717cd19e4fce472d1965431b700361728ee560f1 991edd7098bf05b5b7e351600e6dd41478c442e9 ab70c5a13fcf010af01e3e49b3a7debb8459d637 c29aaa441e5c2a4472ed5111139367edf1d634ff d501dbf0f8097ee4abd8110e850c93d4dc3dcb90 f500fc2fc928a3a7379a323e42938f4a57f66aa7 Package: ros-kilted-lifecycle-py Version: 0.36.5-1noble.20260805.140630 Architecture: amd64 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.20260805.140630_amd64.deb Size: 8924 SHA256: 80ad6314b152c9ee3087ae7eb3d212276ad30a9b1865f664fb9ff099313c8ac9 SHA1: eed0cfd2203ee71ada900cc61ae01c1e93eb3a4f MD5sum: 86af88fa1574f5b80519e3da2a4bf7c9 Description: Package containing demos for rclpy lifecycle implementation Package: ros-kilted-linear-feedback-controller Version: 4.0.1-1noble.20260805.154917 Architecture: amd64 Maintainer: "Guilhem Saurel" 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), ros-kilted-pinocchio, ros-kilted-urdfdom, libeigen3-dev, ros-kilted-control-toolbox, ros-kilted-controller-interface, ros-kilted-generate-parameter-library, ros-kilted-hardware-interface, ros-kilted-linear-feedback-controller-msgs, ros-kilted-message-filters, ros-kilted-nav-msgs, ros-kilted-pal-statistics, ros-kilted-pluginlib, ros-kilted-rcl, ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-realtime-tools, ros-kilted-rosidl-dynamic-typesupport, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: https://github.com/loco-3d/linear-feedback-controller Priority: optional Section: misc Filename: pool/main/r/ros-kilted-linear-feedback-controller/ros-kilted-linear-feedback-controller_4.0.1-1noble.20260805.154917_amd64.deb Size: 264592 SHA256: c07cea74d4f9dc95382c3c1bde6f40d1d976d4b4c496078498ee48bc63a58d97 SHA1: 7bb9bb46020ce256db7dc78b31135ab5ba00eb44 MD5sum: 835dbdd2a1228af2780584e1e9d0f9fa 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-kilted-linear-feedback-controller-dbgsym Package-Type: ddeb Source: ros-kilted-linear-feedback-controller Version: 4.0.1-1noble.20260805.154917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 9923 Depends: ros-kilted-linear-feedback-controller (= 4.0.1-1noble.20260805.154917) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-linear-feedback-controller/ros-kilted-linear-feedback-controller-dbgsym_4.0.1-1noble.20260805.154917_amd64.deb Size: 9538386 SHA256: e6c5b303c4d4ec0960a3824e30330d0be1788190088f22ea2c5dfb54d900f1f9 SHA1: 8358f5d3fdf08291e1369f0f9ae186c16c5ba03b MD5sum: 24bbc72c98583936b5aff741b17e0bce Description: debug symbols for ros-kilted-linear-feedback-controller Build-Ids: f73daa55f3556934f6479c0c0a862047c418684f Package: ros-kilted-linear-feedback-controller-msgs Version: 1.2.2-2noble.20260805.154049 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 922 Depends: libc6 (>= 2.4), 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.20260805.154049_amd64.deb Size: 85648 SHA256: dcb226a750803ebc1187ad4632283551e8a59142d7e9a2afce5d190b60a115fb SHA1: ead1a589ddeec68b0198f380b9f326e2f427441f MD5sum: 5e60c15c5abdf859ca29dff49ccbd00b 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.20260805.154049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 633 Depends: ros-kilted-linear-feedback-controller-msgs (= 1.2.2-2noble.20260805.154049) 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.20260805.154049_amd64.deb Size: 486804 SHA256: cfde59c4cb9b0532a188a17423aa77aff93a03a9ffc11f4a234e659053f2ff7e SHA1: 70a51f57189e4ca8194901a95fdae939dff0e802 MD5sum: 64fc8218f66a6ea815d97b0f4900afc3 Description: debug symbols for ros-kilted-linear-feedback-controller-msgs Build-Ids: 0fda4260f7c5b6a4db96e94967fc743c765b3bd2 1f9c8eef6a66df31659748f4474654984b06b1c5 450aa79bbf7fd73af79ddd219ccd9139e315b346 4b169459f7bca379594d2d7144b31d36f7c8cfc0 502e9b7fe9a6868c2fcf7edb6cdc928d229ca749 6d22ca2ef36d69a63d418bddfd3397e8f1da950c 6f150f103aef5bf6137695ddcf37d5b59d300ff4 c81b3679c6719b7928e53db1c6dbaa9ff45ae1f9 d8a9e683afca8210261f5fb303e7b515066b7e9c e7832eddf666bc66e0652bb75f9a5d9fd5586f64 eff31a5dc5308e4fd7797b1f70ab1528bdcf1d25 Package: ros-kilted-linux-isolate-process Version: 0.0.2-3noble.20260410.104422 Architecture: amd64 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.104422_amd64.deb Size: 6428 SHA256: b120ee3b21061d18ad507c139988a5943b254cb647713127741e193fdbcdb335 SHA1: 8c5f44e4794e444bd1aa017455585ac7414b2b01 MD5sum: 2b551713672f2843de6830dd34693f15 Description: A tool to isolate ros2 nodes Package: ros-kilted-log-view Version: 0.2.5-2noble.20260804.165324 Architecture: amd64 Maintainer: Marc Alban Installed-Size: 919 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.20260804.165324_amd64.deb Size: 185768 SHA256: f4a3e762de08ad4a7c84fee714fc31f76602d2a3ef74012f43650289ee7b9690 SHA1: dc3b8a6ee5df56b06110eb4fa1d6cdb079c41062 MD5sum: a6bfb0c2267062d80bf5555fb89e3049 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.20260804.165324 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marc Alban Installed-Size: 3274 Depends: ros-kilted-log-view (= 0.2.5-2noble.20260804.165324) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-log-view/ros-kilted-log-view-dbgsym_0.2.5-2noble.20260804.165324_amd64.deb Size: 2953986 SHA256: 0cd181670f9d545a17f6fe608da9a7949793434ddf4e27fb0641a01232571ec4 SHA1: 03e956553950f4daca80ccd791a5044081b509df MD5sum: ae367e8adc97fba11ae3516e5211f747 Description: debug symbols for ros-kilted-log-view Build-Ids: 29f889d33d5b26bab746df3b3b19627838702aad Package: ros-kilted-logging-demo Version: 0.36.5-1noble.20260804.174219 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 981 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.20260804.174219_amd64.deb Size: 142144 SHA256: c794f2bedd370dd1a62afbf90e3fb1ee87fb38e43a1e1fba998de1462bb39ee4 SHA1: d6c23f59221f12c3cee6313cb3650ee0ab88a1b6 MD5sum: 347943df44cf8c23bebbe2b252e472d8 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.20260804.174219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2138 Depends: ros-kilted-logging-demo (= 0.36.5-1noble.20260804.174219) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-logging-demo/ros-kilted-logging-demo-dbgsym_0.36.5-1noble.20260804.174219_amd64.deb Size: 1906862 SHA256: 5c0bee93ac16caa17f51ca011b7ff11b56f8e6d1f7917c7e93274f299cff947b SHA1: a6e2a0439d7ae2ed9e37754f71f2acebc8d9245b MD5sum: 36cdfe3c4cf9523806f641a10365d9b9 Description: debug symbols for ros-kilted-logging-demo Build-Ids: 0fb8b263266bb8e0007610894e30d3e27e1d0e03 22be428f271252c1df6ece2b1e4196461d035aee 34e5090ad3900a8c1e9eccc2a8c9ae029d838b9e 37c4f61e0c177299c85e93459cba3d0052ddb37a 434ceaa9ac7e021cd4c2dba17893cc24847b0dbe 57232242c6dc490949935b34719347eb41d760a1 5b754ec3df9c848b09e974ce17c9e6a506809127 794de40c983684d937c20cc167e162972ebf2b8a 924bd8923a908c5b92c944d1608fac3c21e809a7 af623719c996d3fd5914d7499de87759aacd379e ca60453b8ef56bf22e3bb7804216f6d191a2bb65 d19cb074bb414745a7abe16975b05f97f596814c ddae2851b9df7d1123a0b7a0426237aaa78d9ecf e869546abcc65498727e2444593053bc3e4cc6d5 Package: ros-kilted-lttngpy Version: 8.6.0-2noble.20260410.112427 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 355 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.112427_amd64.deb Size: 113870 SHA256: a3d5af30eb0e045b5b9c0edd9063595b26e0f0a2ef2096c8b2dbad86eab59841 SHA1: f7b5871ddcde9dedd49e9ee6b185aa5e678bb2ce MD5sum: 3a97784d5867a462459cd88200100ee7 Description: liblttng-ctl Python bindings Package: ros-kilted-magic-enum Version: 0.9.7-1noble.20260410.104427 Architecture: amd64 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.104427_amd64.deb Size: 26078 SHA256: 07488c065c73ae6c2d9e5bf11b38f704bb48c628480eca85d0ffe4da469d6381 SHA1: c767255dafa950945ca088d2145fd75a2ca55d5b MD5sum: 18e8ca662fd77121dae9fdbd198f47a5 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.20260805.153502 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 254 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.3), 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.20260805.153502_amd64.deb Size: 68748 SHA256: d5591f7d6972dcc67e0a074ffdd9858c911970a53ba93d4a861cf3be1385dd36 SHA1: d7e6b0cc2cea6835d6ce3d4f490635efbf1a8ee9 MD5sum: c6acb0b92164bae959feea22dfe127ed 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.20260805.153502 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 600 Depends: ros-kilted-magnetic-model (= 3.0.2-1noble.20260805.153502) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magnetic-model/ros-kilted-magnetic-model-dbgsym_3.0.2-1noble.20260805.153502_amd64.deb Size: 567588 SHA256: 5e3ac847d7b201b648a5375b4157df443f42a147dee712e5ad45538591342353 SHA1: 60ebe2d9536341a95625799f97ffaced0ccf29cb MD5sum: 1e76c52492ddc6062ce8a6ad67509c7f Description: debug symbols for ros-kilted-magnetic-model Build-Ids: 19e0109edd7cf02ef15859504d9a2c3dfbbfad2c Package: ros-kilted-magnetometer-broadcaster Version: 5.16.0-1noble.20260805.143747 Architecture: amd64 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), 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-magnetometer-broadcaster/ros-kilted-magnetometer-broadcaster_5.16.0-1noble.20260805.143747_amd64.deb Size: 80750 SHA256: 8bff757f26245b7d9ae43231962b783d907154b38ba80460019fb9cd4377712f SHA1: bfc7dcfbdc48545af24ac7c94872a970e19f6952 MD5sum: 458d7c8f7cd28091cb8dcda910472282 Description: Controller to publish readings of a magnetometer. Package: ros-kilted-magnetometer-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-magnetometer-broadcaster Version: 5.16.0-1noble.20260805.143747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1152 Depends: ros-kilted-magnetometer-broadcaster (= 5.16.0-1noble.20260805.143747) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magnetometer-broadcaster/ros-kilted-magnetometer-broadcaster-dbgsym_5.16.0-1noble.20260805.143747_amd64.deb Size: 1079378 SHA256: 6b108886b46ea92d3db61b1aa6ad05759fb8819398c36b58c60ab189d4dc0408 SHA1: 730c57e2649cff59855aa57d25350634e5e7da10 MD5sum: a11f41da472dbc779a7c40810cca5d65 Description: debug symbols for ros-kilted-magnetometer-broadcaster Build-Ids: 50f8b079451f7cb569bbddf47bfc8d0015c2be6f Package: ros-kilted-magnetometer-compass Version: 3.0.2-1noble.20260805.154943 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2352 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.20260805.154943_amd64.deb Size: 404448 SHA256: c3e2b26f6310bb1dd43f6326e3ac4228a11b8ab9fe222befda3827dbe3d483c6 SHA1: a5ed9ae842fb9386d14f4d9038e8d927d63a4a09 MD5sum: 581996aed4d1c1a71f842c22f594d2c2 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.20260805.154943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 11917 Depends: ros-kilted-magnetometer-compass (= 3.0.2-1noble.20260805.154943) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magnetometer-compass/ros-kilted-magnetometer-compass-dbgsym_3.0.2-1noble.20260805.154943_amd64.deb Size: 10213694 SHA256: 206eae1ce12a6938000d0b6d5a10fbf9bc516783693768f11923dcef92b248a0 SHA1: 77934c251b049c835e714fdc8e5610a59fe21bbd MD5sum: ef5556cbdc7081de3443ad5fcd59dc5b Description: debug symbols for ros-kilted-magnetometer-compass Build-Ids: 0cfa5b818ac7360f0a59b27f0cc5fb9595116d6e 432c5ecb714e4058fe7251145a7e84c27092e67e 9b3b06f155ef8ab6c303ea61ef928bcccf6da5da c4e3300d7b8ef309b470eb9bf17dd8d36197ee1c ede154c634b8fe7f96e898b62d77bf2bd76bd32d Package: ros-kilted-magnetometer-pipeline Version: 3.0.2-1noble.20260805.152306 Architecture: amd64 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), 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.20260805.152306_amd64.deb Size: 150898 SHA256: 15feb25792f3c1a530b036120ef8adb371f81687ce1c9f9bd75472e72b10461c SHA1: da08623840a41dacc17d81dd22d378757165ae3e MD5sum: e4eed0a03ac2bb9108a4203356997c38 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.20260805.152306 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 3797 Depends: ros-kilted-magnetometer-pipeline (= 3.0.2-1noble.20260805.152306) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-magnetometer-pipeline/ros-kilted-magnetometer-pipeline-dbgsym_3.0.2-1noble.20260805.152306_amd64.deb Size: 3437518 SHA256: 37a102bfafc7a51f991693bb8e11f0a9cc6b7f0a6e1321e7d31e42293b8b8070 SHA1: c69b6a7d1c41b16f8e4ade56dae0722a9617fa7b MD5sum: 9c1d8a4139d6e6c1c042ae6ba473c3ec Description: debug symbols for ros-kilted-magnetometer-pipeline Build-Ids: 845574b17df5803ec9536aba2363bd926a257be7 94ae857f0ea07a77f0384b3c969dce6edc3dd9c2 b1f8ad637cb9b375ca0d55cba829d37ef10cec6c f3f90effbc8c3bfec7d194188a9b16e6cf933f35 Package: ros-kilted-map-msgs Version: 2.5.0-2noble.20260716.020709 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3363 Depends: libc6 (>= 2.14), 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.20260716.020709_amd64.deb Size: 239496 SHA256: 797400dd2c2c499b6656a765a42dcb81ec9bca4b6e65afc9730fa4b59f1e621b SHA1: 9ef4e90b13bff96da26b5501e07a1f158c6caebc MD5sum: 6c2b304b9542b96e422ac7ccd2435b09 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.20260716.020709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 2642 Depends: ros-kilted-map-msgs (= 2.5.0-2noble.20260716.020709) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-map-msgs/ros-kilted-map-msgs-dbgsym_2.5.0-2noble.20260716.020709_amd64.deb Size: 2156002 SHA256: b55ea803940970e06c5e2944192ba3d11903c0c285bdeb4885590e2fcbfcf4a5 SHA1: b009c049dc401b72437ea00666c4912796977ce8 MD5sum: 046f8604331b4cc054f7c5fa3c367c06 Description: debug symbols for ros-kilted-map-msgs Build-Ids: 03176b7edd70eccf938ef87fcbb728681bf43db5 0b00a0fb54b37c56d99294c8a4f398559e09f4a2 328731db3b6d38776a381d7d3d57a2a2cd394bc0 3359e8badbb5dfcc6ed6df8070a9ea0f0cd6892e 509a107a61de30e2b858b6130c2678dcb2704254 705880fe376db0284717e5c22b0d34d7ac1266da 933ce3d1fe7cfbde63e0cbc544a04532203428bc e393d16d251fccf3a3f45271a27fc21ea0a80fb5 e5b64606a5ed53922f974df92b4fd78906df3d6f edaeb6e6c228504d073a2814b97ded5d0789baff fbb5a5f44e243f835638ca1d5f17d9b0c68b9416 Package: ros-kilted-mapviz Version: 3.1.0-1noble.20260805.201941 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1363 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-videoio406t64 (>= 4.6.0+dfsg), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.1.0), libqt5gui5t64 (>= 5.11.0~rc1) | libqt5gui5-gles (>= 5.11.0~rc1), libqt5widgets5t64 (>= 5.15.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), libopencv-dev, libqt5opengl5t64, libxi-dev, libxmu-dev, libyaml-cpp-dev, qtbase5-dev, ros-kilted-geometry-msgs, ros-kilted-image-transport, ros-kilted-mapviz-interfaces, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rqt-gui, ros-kilted-rqt-gui-cpp, ros-kilted-std-srvs, ros-kilted-swri-math-util, ros-kilted-swri-transform-util, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mapviz/ros-kilted-mapviz_3.1.0-1noble.20260805.201941_amd64.deb Size: 352094 SHA256: e3e7a4ba59ac177bf220ac59d56891360b262adfecee156e58f3182fbe21419e SHA1: b70a768a6679dac136f43a84f8ce90bc8f25974b MD5sum: 45d317c02d95e0414a96e752f0153bab Description: 2D mapping display with extensible data overlays Package: ros-kilted-mapviz-dbgsym Package-Type: ddeb Source: ros-kilted-mapviz Version: 3.1.0-1noble.20260805.201941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 8120 Depends: ros-kilted-mapviz (= 3.1.0-1noble.20260805.201941) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mapviz/ros-kilted-mapviz-dbgsym_3.1.0-1noble.20260805.201941_amd64.deb Size: 7671970 SHA256: a49fde79db3d4e5e43a6aa3f72f423262c9c814468cc1a3e959f44a9541b2182 SHA1: 5cd3b148bd5518cc0e765a483436232ee5baaa02 MD5sum: 53fd5e4a4e5bed929bdb910109dc15ac Description: debug symbols for ros-kilted-mapviz Build-Ids: 3c4227c7119577ce4b519ae9baa533a1ebebe9f7 cb4efa1f414e41c21f5c7abf56efa4e5cfdde837 dd3ef8e5be7be1c48ddc6cd7176f37d8ee8ca496 Package: ros-kilted-mapviz-interfaces Version: 3.1.0-1noble.20260716.020053 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 805 Depends: libc6 (>= 2.14), 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_3.1.0-1noble.20260716.020053_amd64.deb Size: 83304 SHA256: d263bfa23d63fe9ee9147907466694306d1c62961527fb1fd08e2ff5e37acb98 SHA1: 8ee1fe0279752853ad8498bf7cd49b9a3a9481f7 MD5sum: ffbf21e86292e56d8788013312e01358 Description: ROS interfaces used by Mapviz Package: ros-kilted-mapviz-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-mapviz-interfaces Version: 3.1.0-1noble.20260716.020053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 602 Depends: ros-kilted-mapviz-interfaces (= 3.1.0-1noble.20260716.020053) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mapviz-interfaces/ros-kilted-mapviz-interfaces-dbgsym_3.1.0-1noble.20260716.020053_amd64.deb Size: 457864 SHA256: 35c4178c4a330d89db2ed381650682f6ff16064d0b07bb7993ab2d27bdce19c5 SHA1: 2481fec678f3ff7edde5424a624f58eeee2b5b20 MD5sum: 995f908c1608f9fca59d2516264990d6 Description: debug symbols for ros-kilted-mapviz-interfaces Build-Ids: 05800109b704ab919d5b6e3f8dbd21e45a29348b 067f84a34b53d6c90838930881b8ac41d17206c5 118976f067d695ccac12696c5c8756ceafc5096e 1a414e09b595c17470d02b52ebcc949945871d60 2d8763945feeb2dc0725b93d6c4dc95afbfa5cbe 68fb9771dbcaec2bb7a2d21022943ef60a2b9d6f 87bfc508014e43458a73cd271dc98083fe4cc149 d9072630fe47399cf7bc4ffc3d88f3f02700f11e f1b8dbdce3715eeba0d366405ef34740411227d8 f2a9df98b9c7b27d48129994645afa14a1331fa6 f65f68e4f295728208c4f4d2a1f3d49ac642399d Package: ros-kilted-marine-acoustic-msgs Version: 2.1.0-2noble.20260716.015347 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 2002 Depends: libc6 (>= 2.4), 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.20260716.015347_amd64.deb Size: 163062 SHA256: 24937570503c7ad826f29b1cb41e199c9aaa87356af37a283df23e482b97a1e9 SHA1: 1e6e6444fd1576378058de1e09969094f804ac73 MD5sum: a83d06895149bf513c60bf9f59379ddd 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.20260716.015347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 1385 Depends: ros-kilted-marine-acoustic-msgs (= 2.1.0-2noble.20260716.015347) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marine-acoustic-msgs/ros-kilted-marine-acoustic-msgs-dbgsym_2.1.0-2noble.20260716.015347_amd64.deb Size: 1128974 SHA256: baf8db431557e74db88ea3c7e9dafd786a64a6bc01254c9f5ee01437c90b863b SHA1: 2688d7a4415f8862575475f1d261f46bb477ec7c MD5sum: 4e7953fd913fd2c9dc47d01c37d75752 Description: debug symbols for ros-kilted-marine-acoustic-msgs Build-Ids: 0b38517a55ea169fbd98f4c31cd7b2acc2de3593 39b5b631bb0867381f828976829dba823d7356c1 4cd162fbd199476d19d63fd5da9f5bfbb1a61a21 50e9199ab0f770d1608df8d7f8e4bacb3852ac0f 8b4fb6ff5d1c40ae704718ea475b3762d90bbbcc 92468e18ea7eb4e47a607c4a7023de2c05335676 bf3705466ee9d1f719dc8f7d20b6b1eb71c88c92 c291a835d9121bbe085f89420ab087ca0d4254ff ee41bf7e315f617a8613f2604447b1f27cce07d6 ee6118283f7dde7fcd81b682871f41e7596c70ec f37ba6fede879f3e137e6dc83fae1332837995e3 Package: ros-kilted-marine-sensor-msgs Version: 2.1.0-2noble.20260716.015408 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 758 Depends: libc6 (>= 2.4), 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.20260716.015408_amd64.deb Size: 73006 SHA256: 585093748ccbd82031b06fdf082f2555e32015a9a3f83d7f181ab6e098629146 SHA1: 43fabde4b9d24fa191aea14d7025e6486956cf21 MD5sum: 0249038001c54fc8874c6a0509aa013c 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.20260716.015408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 557 Depends: ros-kilted-marine-sensor-msgs (= 2.1.0-2noble.20260716.015408) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marine-sensor-msgs/ros-kilted-marine-sensor-msgs-dbgsym_2.1.0-2noble.20260716.015408_amd64.deb Size: 428630 SHA256: bcfb5f444f5800a722e35967e2559111afe598dcd0303fc18d9f7cc62a69095e SHA1: e79a367622ab202d62ce5fbf75e0fea5a6c9df46 MD5sum: 4fbbcd7d6190697bf78cd996e65eb0f9 Description: debug symbols for ros-kilted-marine-sensor-msgs Build-Ids: 1457b3ed7aec192f135b8237a437c4a581efe1c2 3c19984b57d9dd8feef6646a9a083bf3a82b8227 400b7238f434e271169c25e6d3cb4aa0245a7eb6 4efb18676b10cf47094b4906fb55bdc60a328349 774eb39ede0a85d00d658ed30b1ddd4de5f0904c 886b1358c3a68d7f77c4af2ffe370759d3345b0d 8fd37b9c28f57e77e942d21606cd966da8e7663b a1c722e711d5b6c12d93a104f32f5cce56580dde b52d8861a8ccbd5565fdb1d374d52e0dde5408e1 ef46990d6ab233f2da8d75fdb83cb04cc32dd117 f8558e8d83efe0be72095ef5b6de0829101ff242 Package: ros-kilted-marker-msgs Version: 0.0.8-2noble.20260716.015418 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1630 Depends: libc6 (>= 2.4), 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.20260716.015418_amd64.deb Size: 136322 SHA256: b3e6f2e84bc5394ea91b33f1a84dd234a14fe287c2a2b91a9d399431ab05684b SHA1: 2f4a9729f3915d32fd819577353bc47a33651214 MD5sum: 5d49b13617509f8bc71dde1382c2179e 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.20260716.015418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1383 Depends: ros-kilted-marker-msgs (= 0.0.8-2noble.20260716.015418) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marker-msgs/ros-kilted-marker-msgs-dbgsym_0.0.8-2noble.20260716.015418_amd64.deb Size: 1146786 SHA256: 7d4981b05e1842fdc023a867916ca8dcf5f82a5525f01d364a87bffc9daeed1c SHA1: 34bd1adaff0a1101ece43063bba889c678eb8bd1 MD5sum: 31105f513411553ce0fefaabfe367fe7 Description: debug symbols for ros-kilted-marker-msgs Build-Ids: 0929c9d058f7a0b870c1179062a1fa1a4e0e1d2d 12a685c0351b0022666ab5ff618c9713e2c25ab2 4f4b3d251d80f05768da0255db514cb358dc8e8a 5061d11f002662e9e472ad371244e93ded755239 5bc2a328ac911872ef10753d120f13e17974c4cd 85f77eb6d3689d9591743f6148351ec3d952068a 8a19a067783526dae926b79542e9cec5f2db8909 a438f7c9a936a632f42360a0f59154114dfac69f d79b76cdec837497ff2e2efa0ba910856f33acb4 e26c2a7b8ac069a00f69e6c5da5fae36dfb14a54 ece6388b333e48d2589562b1db2228aca455e483 Package: ros-kilted-marti-can-msgs Version: 1.6.1-2noble.20260716.014706 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 471 Depends: libc6 (>= 2.4), 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.20260716.014706_amd64.deb Size: 45918 SHA256: 8ae898b83440d320c7f5b041cc7461ba9c92c87a896ba7427c250dc08d8e76b4 SHA1: d95dcf816e19526a7616832f8bc95d7e8faad3a0 MD5sum: 6108678547910a93dba38026740fc84e 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.20260716.014706 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 282 Depends: ros-kilted-marti-can-msgs (= 1.6.1-2noble.20260716.014706) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-can-msgs/ros-kilted-marti-can-msgs-dbgsym_1.6.1-2noble.20260716.014706_amd64.deb Size: 193130 SHA256: 8cb261d1dfc57822030ac32f94bf3274bbbf7f7c627f56c88d50b5d83f8a2d4e SHA1: 5a24ce9490ee300a4bb10db8b04175c22db434a1 MD5sum: de5add624e58be13fad86b8055f6dc8c Description: debug symbols for ros-kilted-marti-can-msgs Build-Ids: 0c594e73476887e3bc6c179a36e56ec434e8c0eb 1f6ca33a940d8712787c4f1922d13589c7847328 38931cc8aa71051646d733b2049940a74aa220e7 427add13ece10e2b40d9bd5517c97232729e7332 7ba34cbf9cb3222738932e1ea2f56408545a89c4 8173cb28fef89d38b6d8a3e15b1c161444c9ed08 919067943182a922443ac0a0af86d24474b9eced a800abf8954d26afa1964ee03e035f91c288ea32 c2d1f3dd8c6c90ac91de362b0a3e6a77c6b06dd7 c9b8ba08c8f5cf40cf57b10cfd34856ce23ba2aa e82c94198bf6266e6ff3e9b0cf46a60308f3fb7d Package: ros-kilted-marti-common-msgs Version: 1.6.1-2noble.20260716.014705 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2948 Depends: libc6 (>= 2.4), 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.20260716.014705_amd64.deb Size: 190222 SHA256: 6a9a98441685ec37fb13d394c2709a6230f65dd16ab038265bbd3ad23bcfa48e SHA1: cd9acfb165891159a417bac5a14a13f7e89ab752 MD5sum: f327a1e2fe767a5962ee77d369d9546a 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.20260716.014705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2299 Depends: ros-kilted-marti-common-msgs (= 1.6.1-2noble.20260716.014705) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-common-msgs/ros-kilted-marti-common-msgs-dbgsym_1.6.1-2noble.20260716.014705_amd64.deb Size: 1846164 SHA256: 62ac6c58322c9456cb4dc63dd3ce80d43e850869d76d6006740f229d595e40ae SHA1: d774ef4de90e1d59a5a3433b2e4f9bc748881b58 MD5sum: 92b8728371a3363c2ee1cd5cb33db6ae Description: debug symbols for ros-kilted-marti-common-msgs Build-Ids: 1d0f9eaee95746f4061f5ac8f8f1d574031f70e5 3746dcec68f7a47a669bf20955b8cc337690e206 41c77b2b7e0f7fd2bbdbb9955308880250b12254 452ca7bd6cb50c030a8fd93a30b4fa1bb5cadbd5 48a8fcaabf04b3eaddf35fde78058a4b2e0117cb 6386c15eddedd1ebec72ed017fa2b9eca8010efb 79db4a7750208e266b2ee6be0a4ed77d6e1dd4ee 7bce076e870cbe9af576eaf83a8f147fbf383803 81ed08217dbc99a1415a56f0e222b11442bf5d3c bd672c3214f496fddfdb359e25a90bc673856e41 d969050cb837f16524e33b4c55d4b373acf7eaab Package: ros-kilted-marti-dbw-msgs Version: 1.6.1-2noble.20260716.014710 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 815 Depends: libc6 (>= 2.4), 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.20260716.014710_amd64.deb Size: 70170 SHA256: b946c0c7ce7eabffc6ca65a3678d52aa535618f57980195c96e0cb80144ac7e9 SHA1: dc1bd2fd104b697421325c88423720daad0be187 MD5sum: c56f8d2ea66e44350cfd93c35c8bb196 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.20260716.014710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 516 Depends: ros-kilted-marti-dbw-msgs (= 1.6.1-2noble.20260716.014710) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-dbw-msgs/ros-kilted-marti-dbw-msgs-dbgsym_1.6.1-2noble.20260716.014710_amd64.deb Size: 386980 SHA256: cb92ce7b00ec1a20912f4c3f6ec325427fdf6da1ce3fe86628bf4aa0a9ff8324 SHA1: 7028b3bdcb815613bd7943b5577cb232fad81203 MD5sum: f8230aeb7696c012e91945b319eb7fc2 Description: debug symbols for ros-kilted-marti-dbw-msgs Build-Ids: 0955fa14936d6ccf8fbc7b906dcb046aeb4a5653 451d732b0aba587c6bc0cc31712429c1db8a222e 50a266a38f3da8cf0dbbafda72280021576c000f 548b028459897c39bc3ae10a8d956fc6ee631d64 729441377df5d87444b0cdacaf5f682647d66012 7687b47befdcf7143e1c7bdd83c3060b6462bbb3 81d4bb6a9ccbf13e2d51c017c9819e0328b3c699 a3556cc7b4d096ce319b97684f8bd4d7cb04f4e1 b1dc623c9efcf5a87fc1797031ea48eb876e555d c25a61f4bdd5dcf13cb0c523a33109a080d2d59b cd22b538f0b4ce47cd2bcc6c7d24127ddaa6d3b7 Package: ros-kilted-marti-introspection-msgs Version: 1.6.1-2noble.20260716.014724 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1079 Depends: libc6 (>= 2.4), 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.20260716.014724_amd64.deb Size: 95914 SHA256: 17a15e147260d008f2120110a5eba9f3e3eb2327d1262e3c58f69dec942f5b26 SHA1: d0e76d9f0098d2f913925dc5a48483b8132679df MD5sum: e083e7535f9e5e815c9c9a064add76ac 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.20260716.014724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 815 Depends: ros-kilted-marti-introspection-msgs (= 1.6.1-2noble.20260716.014724) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-introspection-msgs/ros-kilted-marti-introspection-msgs-dbgsym_1.6.1-2noble.20260716.014724_amd64.deb Size: 662294 SHA256: 2a7898ebba798c05d6add63bf5851ae65df8aef907e250ca5d99bb120d10cc19 SHA1: 5ed76bde33704b477b6ff0877ff02fbdf9a962a8 MD5sum: 1f86a0a46a0c8f5b57997253db202e0e Description: debug symbols for ros-kilted-marti-introspection-msgs Build-Ids: 0d248d83a4ea660282c653056f7140da9130193f 1fd87688949336e317240a831959572db94b62a5 1ffc7a65dc0a8d2f8e02bed4cdf991f7083398d1 3de0209807b237cbd6e955ab48b598772b9bb1c8 49efb1565d51c9f6baf8ac1132cd8f4c7100bd4f 4ebbbe84592ca3b449beb956ecd04281a15982de 595e432d477a2cf370dcd80e0e34a1089e1bdf70 74139921a18e039e45b1130e1bfc14b769467b66 8032b1389fe382da2d8dcc563d69e36bc919773b 8dade8267984c3782d719ee41a6b450bed79f926 fd83e8bf97c59928afb7a1283e98ab1a1914f5c0 Package: ros-kilted-marti-nav-msgs Version: 1.6.1-2noble.20260716.020611 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 7032 Depends: libc6 (>= 2.14), 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.20260716.020611_amd64.deb Size: 476110 SHA256: 744799bab0c728492bc1b0a1d0d30bd9d1048cd4c128c1265999530a8a3c055c SHA1: 8e3642c15efade4d47f67b248e9edfe5e9d80585 MD5sum: 4746fa58769d5530876c4ee4816cf8ab 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.20260716.020611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 5695 Depends: ros-kilted-marti-nav-msgs (= 1.6.1-2noble.20260716.020611) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-nav-msgs/ros-kilted-marti-nav-msgs-dbgsym_1.6.1-2noble.20260716.020611_amd64.deb Size: 4737610 SHA256: 45c15147ab6ae1434157cf02196d32c929d198895c034cf6f19846c146b9af5f SHA1: 4eab09dab5dfc4fdfe1ec19da8edffcd9feec23d MD5sum: 3aab927356efe1905df30bfed4b1697b Description: debug symbols for ros-kilted-marti-nav-msgs Build-Ids: 03b1097e4618b16a3b4300116e6296b54e1bde26 28d49081fe5fe06ca060ae5a5acecae71a2ff9f6 2902fe382895333150a46f35c8c11efec4ed48ea 2d31b4ee8abba564f2288ad9a300dc356ef7aa31 3c3465697dc3bfb2096e687d37047286d352e6e9 597090f4defd43028c371d759f64c544bc08d660 a3647dc178c9059379f2d2b6b5b848928da08862 bc5dfe530fc33def2a1e9825985e710da77116ef bedb08a974f6b1aaa54309f254b99053d21530d5 dacadb35a9062482e58eb53f1747b4cdd01246c0 f8689605651bcf371fad0a5977c1790989d669ff Package: ros-kilted-marti-perception-msgs Version: 1.6.1-2noble.20260716.020704 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 466 Depends: libc6 (>= 2.4), 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.20260716.020704_amd64.deb Size: 43682 SHA256: 6f5dbf34310e4c19be8b074b41052c27fb24791dadbc68afe414c17e009764ad SHA1: 12d9d3370f30a216a53da91063d976bd385f2313 MD5sum: c7eb9a58d22b2665b9dc9f0841afdd3d 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.20260716.020704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 274 Depends: ros-kilted-marti-perception-msgs (= 1.6.1-2noble.20260716.020704) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-perception-msgs/ros-kilted-marti-perception-msgs-dbgsym_1.6.1-2noble.20260716.020704_amd64.deb Size: 183262 SHA256: fa389a72609eb85f464c91ec3d3628edb05c54e162662bddcefb880c5b5af2c1 SHA1: 1ed483f75b16f7264a5f4add9accbd1f105b9abd MD5sum: 9d68260099cfe614fe5c55667cdbe75c Description: debug symbols for ros-kilted-marti-perception-msgs Build-Ids: 011a19441757a8727c634caaf6748116798c41f6 18d13757a6cb13cac63db9060f4c3917eb2c86cb 228af2c3b49e5e46644bac7ae1af9955a9b782ab 2fe014adfabfd9a075da42d5bd2a817fe0d2b008 495f7732874dade4fb6c2182962cf6a3bf4cd709 6efb252b35d09c328f57cf6bfcaad3910524d465 7059e81db8217999969f82dba8bad6e9b16d9dcd a613baca924ba628dae50b7fc3c456df6cbddeaa b124480820afe4ba7cd0ad6f8d60192db9c200ce da2bedf5053e5bb84adc065327d92e2fe0d84577 eae2f25b18f4d889ed78e8f02eefe33b5e97b8e6 Package: ros-kilted-marti-sensor-msgs Version: 1.6.1-2noble.20260716.015412 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2134 Depends: libc6 (>= 2.4), 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.20260716.015412_amd64.deb Size: 162440 SHA256: 9dbc8c73cb0c496c05446345c41fc3d12f6632e5a3c90341eda933d6eae5c342 SHA1: b0dc44448f4269e6d62509b6f8f1ae595e7b9f1e MD5sum: 1128ae5162fd4b2fb0d17a7668ce97a7 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.20260716.015412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1562 Depends: ros-kilted-marti-sensor-msgs (= 1.6.1-2noble.20260716.015412) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-sensor-msgs/ros-kilted-marti-sensor-msgs-dbgsym_1.6.1-2noble.20260716.015412_amd64.deb Size: 1249248 SHA256: 0745bfee726098e00279f91f2190852bbd8e49a6187ad1aee6207b996be7af5c SHA1: b9a3de23e90c6e6737fd91517a5a52184ce110eb MD5sum: 51a888dd789c45559463cea3d729a8a9 Description: debug symbols for ros-kilted-marti-sensor-msgs Build-Ids: 0838227bca651839cc2563913d63eeeb18523c51 22280425baef77256f919637c4bdb8a2a5054ebf 23f4a9a7e4b82216108eccc5b6b6e194c4f455fb 299f2d0b21223423514c73de57cba65106057942 4245545dcbcb76cbfed79e6db88077c02220e8e0 677efb0f7ed51383b2b5c81d43a6283970051734 9d855b7472362154bc4bb20ac488e7503a76e827 af966cdb74f0b47e02bd2ee7a6571c2520e8815e c2ea7d8ac07a93b30784a0c831a7d5fc2a06a7a8 cc77407478e5cddbba2598a31e9cee912c2ab707 f1e7c13fea28a93de53154e3b42562ffcbe6d845 Package: ros-kilted-marti-status-msgs Version: 1.6.1-2noble.20260716.014733 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 522 Depends: libc6 (>= 2.4), 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.20260716.014733_amd64.deb Size: 51028 SHA256: 29afcf7d6134c20a717232f3cd305d7c09624eefed510df660112442ac368c40 SHA1: d502dd22174edf3bea8057361c30813da8faf0b3 MD5sum: f272fb4a6ce7c9d83907afc008783319 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.20260716.014733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 308 Depends: ros-kilted-marti-status-msgs (= 1.6.1-2noble.20260716.014733) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-status-msgs/ros-kilted-marti-status-msgs-dbgsym_1.6.1-2noble.20260716.014733_amd64.deb Size: 213204 SHA256: 3b2debbf6d0f3d5b70b794519586737c2acf90a074259669b1ae8988f8f5a3cb SHA1: a0f5906dfd5b57bfc66b43fa958520e322b2905a MD5sum: 1f07c0ab2691db26c1a384bbddd588d3 Description: debug symbols for ros-kilted-marti-status-msgs Build-Ids: 00dc85358ef64df2e573de67e630fe4536a837ca 0697622f0e36484a5d32afba945a2d3c91beacb4 3328d380ebfa21467c1809b7bc7ddcb0af190b2f 391372d58f8a26ceb9061222fe90db58b8a1e4f5 4179cf6521f0bb0f106ec920dcf7d86505c2bd32 5a8c5cef901a0ee448afb4523aab86a636e423a9 5b472ba218e8f48d0d5d02d160a48f3afa2b8d89 6d2a84d23b32c86612b750ba23facfa1f9f4393b 6f03b2d18b56c8533d4fe07074be4e596bd9069e ab818caea64be3166b61cdf4d2477881594864b5 c1e48fcf2456634f1d84c5f5143557b8a9e9d221 Package: ros-kilted-marti-visualization-msgs Version: 1.6.1-2noble.20260716.020646 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 689 Depends: libc6 (>= 2.4), 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.20260716.020646_amd64.deb Size: 69696 SHA256: 150f2f40cb8bf5fb7aa200dfc2746e03e06f5c20499aa8a776e9e13feaed360e SHA1: 11219e15d31625d90a99732caa2061c32ef52dc6 MD5sum: 205fbb2f58f4e49a984acdc3f1adcb5f 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.20260716.020646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 504 Depends: ros-kilted-marti-visualization-msgs (= 1.6.1-2noble.20260716.020646) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-marti-visualization-msgs/ros-kilted-marti-visualization-msgs-dbgsym_1.6.1-2noble.20260716.020646_amd64.deb Size: 382120 SHA256: 6379d888135ca445f81c331cddb465ddcdb99d6620bea0b6b82c42ecacaf740a SHA1: 072803478e2e85790cfca4a918001cf43bbb5fa1 MD5sum: 79ffbe0287f1c0a048bf7108135b525c Description: debug symbols for ros-kilted-marti-visualization-msgs Build-Ids: 2e78ed60c554eb1f122c494e288733fa07013d64 6375766746c3b84aa736c66be53c5aaa7578a923 6832f918c090ccad0aa342e21407f2fb752ccf46 707806d5df1b640376b720db6d6b80e10c14df5e 74a1af90ad7cf0d4ff199792403c11bde3639315 8c8660509b1cea200bb8d9d656fe1c32a18f1ece 99413a955f0c3465b2141872206b839eb2af298d 9e88105d9a9f469cbe61dc9bdf1c48635f3f29d3 b347b1b485a311d17bc909a3c4dbf6376d9e22ae ecbd58167ef6e274a4a3ebef6276a1e80401d081 edf243c52b66c8f1a5327285a143ff8b9f5e43f3 Package: ros-kilted-mavlink Version: 2026.6.6-1noble.20260608.083830 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 22181 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.6.6-1noble.20260608.083830_amd64.deb Size: 1068884 SHA256: 7f121d894124d2d9e3361e3e26c650ecc2b5ac3c25a4d12d4c67d5e9d40a6b84 SHA1: 100e039c5ec1777ce50fa5c1dd8ee36c8ec96d06 MD5sum: 60c638e14a44e4538e18d84526fa894c 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.20260805.151640 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 9682 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.20260805.151640_amd64.deb Size: 1606124 SHA256: a5a24e28fee80dab6d88025ed48285f52513f36fe967c0fad3789c8f7f8c981d SHA1: 2c37f4b8feca2203e8e94fd19b3a0f10fc6421d8 MD5sum: d1ec79b9423188d0882cc4bc73a4fa62 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.20260805.151640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 65965 Depends: ros-kilted-mavros (= 2.14.0-1noble.20260805.151640) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mavros/ros-kilted-mavros-dbgsym_2.14.0-1noble.20260805.151640_amd64.deb Size: 59375952 SHA256: 1ff662f0eb3e1195540687392827f14b9a34dc04f61c3eba16e443a5105032f0 SHA1: 6d7d796546e6272dc58d4134c5bcfa15c87c7875 MD5sum: 538a80872d584e444332f9ab555bd6c1 Description: debug symbols for ros-kilted-mavros Build-Ids: 01613ef724c403f96d5e95e8af1acdf7fd3e974b b679e656aedf98127019b2f860aa8150b4347930 f83edd47a2c3ee87675df24f426a61244561e30c Package: ros-kilted-mavros-examples Version: 2.14.0-1noble.20260805.154618 Architecture: amd64 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.20260805.154618_amd64.deb Size: 12890 SHA256: 3616240d06b94b70b5df12b7c9d4cba95be75fc4dc3f1fa4d1520be25a253c05 SHA1: 0cda93d08d83da923c385d0d49ad7125b9f5f924 MD5sum: 90476f1ffd2cbd36ff0beffb276d5133 Description: Example scripts demonstrating MAVROS usage Package: ros-kilted-mavros-extras Version: 2.14.0-1noble.20260805.154924 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 12709 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.20260805.154924_amd64.deb Size: 1655306 SHA256: 431f9cffccea9e54a5604e60ea43230e75aecad0196394b8feb1d32474c71616 SHA1: ddd0bded9e76a60c59699a315836e77c1334f644 MD5sum: 599e529e11503138824ffcb77cec4847 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.20260805.154924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 83465 Depends: ros-kilted-mavros-extras (= 2.14.0-1noble.20260805.154924) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mavros-extras/ros-kilted-mavros-extras-dbgsym_2.14.0-1noble.20260805.154924_amd64.deb Size: 72537600 SHA256: 63fecf7368db37a1cb622d5bb829e77079d746eb17c485f929020e2758673185 SHA1: b03889b0f8c58f3ee8a6f41e1f50f8d650095ece MD5sum: d909586d200af3919a48d3ff38c9ae95 Description: debug symbols for ros-kilted-mavros-extras Build-Ids: 4b288e962f44c1a734f2f6fc0c6fe569b2815027 e59033b50a732753e48d2a3af12430b09481ae8c ed49bb1dd00bac02abcdad3fb3c8b4c9077d6d6f Package: ros-kilted-mavros-msgs Version: 2.14.0-1noble.20260716.021114 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 32248 Depends: libc6 (>= 2.14), 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.20260716.021114_amd64.deb Size: 1894910 SHA256: be30850140643af07373f6d7fd09d33fa3533136218ab3344795bea989d7c260 SHA1: f9ede5d1eef450ede2f80c1ccab316f719110854 MD5sum: d8dad8f419f698c1cec610516208b021 Description: Messages for MAVROS. Package: ros-kilted-mavros-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-mavros-msgs Version: 2.14.0-1noble.20260716.021114 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 21859 Depends: ros-kilted-mavros-msgs (= 2.14.0-1noble.20260716.021114) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mavros-msgs/ros-kilted-mavros-msgs-dbgsym_2.14.0-1noble.20260716.021114_amd64.deb Size: 17555866 SHA256: 6a2228b0f9c438cf210be905906f692fb73459defa0819e271b810ca8a670d78 SHA1: 8d3e37f69b0ca4cc9d5f250a0fd8eb9c4b5661c4 MD5sum: 0e0c2581be9bca97afc8f1d85ab8f48d Description: debug symbols for ros-kilted-mavros-msgs Build-Ids: 202de93d60951c242d9e514f4fbd6ad943dd6628 43df030e35ad3b3228370f82e73b7e83a701ea57 49886d809a35cd155937c6de97cc42786854ede8 9560c13400ebd419768dfbece28dffe80a5749db 9a6ec7abc8289fa743e2583ec955168de8c85bbf 9cf39a9f083b4a7067ca1d505df43450226d5412 b426babff0e1acd66d0ea14d0f99190375579cbd bba02bc34422ea8b12a80f727a140ec074d37881 bbe985651361ad4571d0f6d0fe149e447805bf59 c0880bb9914c070c1af4b317e0f81d04531fa7af f01e5154cb73a1a62b1a4aad12340867d40e7ee8 Package: ros-kilted-mcap-vendor Version: 0.32.0-2noble.20260410.113609 Architecture: amd64 Maintainer: Foxglove Installed-Size: 400 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.113609_amd64.deb Size: 127414 SHA256: cc9f2fca0699ed7a81d7cfff3bb3a192e286b515e33baeb629b9331f90ee2b3e SHA1: 0bc1dccd99d8560dffa98224169c9ed4252d07c9 MD5sum: 8e0e7b2637716b11040cb9826ae1bb5f Description: mcap vendor package Package: ros-kilted-mcap-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-mcap-vendor Version: 0.32.0-2noble.20260410.113609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 1163 Depends: ros-kilted-mcap-vendor (= 0.32.0-2noble.20260410.113609) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mcap-vendor/ros-kilted-mcap-vendor-dbgsym_0.32.0-2noble.20260410.113609_amd64.deb Size: 1095688 SHA256: 1617558c0bc0549e98f9b01f146b567fcc35fcbfd4bc6441b377c329bffdeab0 SHA1: 48582390b63ba02fa9ecf1d34640060bb21d3126 MD5sum: ec42ecc6a2f1ec3314e66ef201411db6 Description: debug symbols for ros-kilted-mcap-vendor Build-Ids: a75e89b90cb5c5b351147af79b351601da6be035 Package: ros-kilted-mecanum-drive-controller Version: 5.16.0-1noble.20260805.144610 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1040 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-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.16.0-1noble.20260805.144610_amd64.deb Size: 230260 SHA256: bd26f336840046c1868e4b886c2a7d61f636a8cd1152fb157b51856978fdad1c SHA1: 5f4cf3f697a5f3397ac84b828e07220a717344d6 MD5sum: 606490ff6ee0f0e624ba6407b4ef1979 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.16.0-1noble.20260805.144610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4033 Depends: ros-kilted-mecanum-drive-controller (= 5.16.0-1noble.20260805.144610) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mecanum-drive-controller/ros-kilted-mecanum-drive-controller-dbgsym_5.16.0-1noble.20260805.144610_amd64.deb Size: 3592096 SHA256: 34b9f33ef037a96bdc6baaa26e317b8db5c1d9dae0da4a632e9a55d204ae46cb SHA1: 0ef8961d9c66084bffa0b731441b449545950113 MD5sum: 039578328d23d92bfe7b3c56896f411b Description: debug symbols for ros-kilted-mecanum-drive-controller Build-Ids: 4e478572fbb08584470b9dc300c0daa31d9b54a8 Package: ros-kilted-menge-vendor Version: 1.3.0-2noble.20260410.111931 Architecture: amd64 Maintainer: Shao Guoliang Installed-Size: 2217 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.111931_amd64.deb Size: 428428 SHA256: 2cc601a375ca2a684e088bbedd2594e3cce273dd0de3edbb52db8c2d1cc8cd61 SHA1: 40da929e90fa08ca2d843f166a9b22e3a78426fa MD5sum: d501c1d76acace076a8fc968bec66344 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.111931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shao Guoliang Installed-Size: 7507 Depends: ros-kilted-menge-vendor (= 1.3.0-2noble.20260410.111931) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-menge-vendor/ros-kilted-menge-vendor-dbgsym_1.3.0-2noble.20260410.111931_amd64.deb Size: 6858822 SHA256: 2ed0cf05c64c694b034a06f4f2c0cd952b3f7a4a17c9cea6254c8fb5dc9fce6a SHA1: 8ef09e0d22d4828befe21caf049fbbaa4a07a9a0 MD5sum: 8d1cb1b1032e06616b447f6d69d58183 Description: debug symbols for ros-kilted-menge-vendor Build-Ids: 386f980d5a01fb3e05e93f20ba2c8c1b1f688dbe Package: ros-kilted-message-filters Version: 7.1.11-1noble.20260805.140524 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 340 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.11-1noble.20260805.140524_amd64.deb Size: 50528 SHA256: a9536cc5b1c75a1d338d340a496c4d0b483eabc8bf9f9366544fd4a8ab1cb86d SHA1: f7b4aff50853fadea5c3e0283d442b291fbf198d MD5sum: 2e853f804d401192c23285e6c6ad9eb7 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.11-1noble.20260805.140524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 24 Depends: ros-kilted-message-filters (= 7.1.11-1noble.20260805.140524) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-message-filters/ros-kilted-message-filters-dbgsym_7.1.11-1noble.20260805.140524_amd64.deb Size: 10580 SHA256: c5f65dfeb208e89b77f3e990099f982b1690f131c6193203dc6e7f470b82242c SHA1: 557f8ceaf83ff3bb9e07c1b27efea70280b8bf0b MD5sum: 6c6553feaf6617f594525cfbe9efb8d6 Description: debug symbols for ros-kilted-message-filters Build-Ids: 3688fa334f5ca327b88649ec597e6f0dedcd5529 Package: ros-kilted-message-tf-frame-transformer Version: 1.1.3-2noble.20260805.145929 Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1128 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 Homepage: https://index.ros.org/p/message_tf_frame_transformer/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-message-tf-frame-transformer/ros-kilted-message-tf-frame-transformer_1.1.3-2noble.20260805.145929_amd64.deb Size: 233834 SHA256: 9ff0b7f61ebaa7556e1d3536596213d7c0c529b2f976d6e17d701f302ef067f3 SHA1: 5b63f74f82c238f47b11e9c676d4a3568c64c9bf MD5sum: 3ae548ae978cf09df57817e5f640a66c 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-2noble.20260805.145929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 6062 Depends: ros-kilted-message-tf-frame-transformer (= 1.1.3-2noble.20260805.145929) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-message-tf-frame-transformer/ros-kilted-message-tf-frame-transformer-dbgsym_1.1.3-2noble.20260805.145929_amd64.deb Size: 5395592 SHA256: 087734537f4b3afe530ed3a39af250ff8f2a2ace2284335aff4c346e804bdfe9 SHA1: 20a6f2b271ac1c5ff5870968a337a329831bdbfb MD5sum: cbae60d079409b593adc20748dd749ec Description: debug symbols for ros-kilted-message-tf-frame-transformer Build-Ids: 9ca6d801ef9b669cb489aee88419e11d4fe4ef6f Package: ros-kilted-metavision-driver Version: 3.0.0-1noble.20260804.174457 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 857 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.20260804.174457_amd64.deb Size: 203384 SHA256: bd5601f7cd186b0ad3bbfa11c8207ee8b7fc85d97a4b23c13db2ad5692e8d8cc SHA1: 5c3673f04e9753738c2df8ad77dcc8d6e5972e3e MD5sum: e458e95efb82a6043bcd5201fb321a11 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.20260804.174457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 4019 Depends: ros-kilted-metavision-driver (= 3.0.0-1noble.20260804.174457) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-metavision-driver/ros-kilted-metavision-driver-dbgsym_3.0.0-1noble.20260804.174457_amd64.deb Size: 3601092 SHA256: 950cfa36678b24c8f26b34f33e7311b74ddd281cfea072913d7469d42123a80b SHA1: 451c2565907b1eb835a2b1335918770d1305ed07 MD5sum: 390c17230996f9b9a5e868028d8811d8 Description: debug symbols for ros-kilted-metavision-driver Build-Ids: 0ac31f1fa72d9562e8420b05412b5daf5f863bc8 dd4938cfa7599b2fcb44bbbb45fdcef84bfc7e3b Package: ros-kilted-micro-ros-diagnostic-bridge Version: 0.3.0-6noble.20260804.165338 Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 551 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.20260804.165338_amd64.deb Size: 119750 SHA256: 30b31f8f3b8090efc752657e3b8693676eb62532e83f904d608b74bab705ac97 SHA1: e4010f90df7ae05002fc4fa61666b824daa75860 MD5sum: 448bf299f0290b426e9f5a20458eea93 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.20260804.165338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 2540 Depends: ros-kilted-micro-ros-diagnostic-bridge (= 0.3.0-6noble.20260804.165338) 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.20260804.165338_amd64.deb Size: 2185954 SHA256: a67c2bf74e93186ce6c06306c5e538de29e8d12532bc1f6fdb06ed4fea909b4b SHA1: 8d2177645641ef8ebea171702edb47b694447105 MD5sum: 37bd31959cc1a07cd0c80d9a8c98b23b Description: debug symbols for ros-kilted-micro-ros-diagnostic-bridge Build-Ids: 1d0a392198d627b04717d559dcba3b9c9ce77389 Package: ros-kilted-micro-ros-diagnostic-msgs Version: 0.3.0-6noble.20260716.014738 Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 963 Depends: libc6 (>= 2.14), 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.20260716.014738_amd64.deb Size: 85704 SHA256: 95dc393c377b70890bd7fc5bac7cd2481b0dc565685e270ab6e90c136b5fffa4 SHA1: fa34ed561a05fad057403481f7c06d61c4be9c7d MD5sum: 0c6ee5468113c68522c9042671c9424c 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.20260716.014738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 623 Depends: ros-kilted-micro-ros-diagnostic-msgs (= 0.3.0-6noble.20260716.014738) 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.20260716.014738_amd64.deb Size: 462274 SHA256: 666b3131fb7ff9df0ee383070a55105a56d9ba10ee0cc3cf68f0c6d49afdc2ee SHA1: d8ab104ffa943b116ea31c1c6ecee803c0ab22a1 MD5sum: 65cd5119c36929147abed4cd0bb86f2f Description: debug symbols for ros-kilted-micro-ros-diagnostic-msgs Build-Ids: 0e75a8ba898aeb0653706f4f91a2366cb491f409 5e0053f35f73ebde8f0ec9538465bb7b217d025a 634ba08f6fd470f3f0fb20da44933ac265dc7561 77eee60bc5c9240a1308972b987f6da2f52b76a1 7cdfc6bbdc3832fd571544efcbaa61bd5a07fa21 825e92a95b6c8fde9a4e54593b5d7e1aa65a0915 a744304fad8eebf392409980b607fdb5ca033b8e c83fabb1d6b349b6ad5ddfeac48018801475387f dc3fb51e4b66cd6bcbfbf4cbf289106dc7b0891c f15a2145e997df5d48c0e142b8e5aa11e5b072f5 f251871b96a3fe466ff24f99eaa291c7a2ce55f9 Package: ros-kilted-micro-ros-msgs Version: 1.0.0-5noble.20260716.013206 Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 714 Depends: libc6 (>= 2.14), 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.20260716.013206_amd64.deb Size: 76134 SHA256: a60fc8bf9df76a71185f4461565e6ef2d6c21d32d0656ec6c852e60dc8deb47c SHA1: db9e90b5e8f429897572fbc71a5e577eb9cb2521 MD5sum: 14942b579e750866a9f421d8a08d6136 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.20260716.013206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 652 Depends: ros-kilted-micro-ros-msgs (= 1.0.0-5noble.20260716.013206) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-micro-ros-msgs/ros-kilted-micro-ros-msgs-dbgsym_1.0.0-5noble.20260716.013206_amd64.deb Size: 528358 SHA256: d6a90fc62230ea9e98506eb6d24653577eca4ba98aea98a826a0c9a85600bcde SHA1: 82c608dc36865600597334010943882124c525af MD5sum: ba3ffc25fe7ee382caafcdea491e4cf1 Description: debug symbols for ros-kilted-micro-ros-msgs Build-Ids: 33b8dee334c4a6322d877d9a41444d93861c63ec 4024febaa77efa6a08d5c590f3c10ab88100512b 431e54d42f7131e0046d018998f0a148d5a227fb 4a817cc5465ccb31f2235e88188a63c3c4c8c43a 601c5a59c4579f30b1d27e0e4b42e8ea5b0d8f08 65c382a979c89ed5e06fbdf0c5b353f6c143cee5 87ff666c9ff60ad7e7a4bd0104a4c55b96638ab3 9e068bfbd4d4cc91b4e4447eea028268e592be4c a02493bc122dec27c3205993a40ae65190d95594 b259ed96d9abd9b570a91c152a24d081f6376d1a d1960f33ca5d6313c5982f1a96571f3e88af7582 Package: ros-kilted-microstrain-inertial-description Version: 4.9.0-1noble.20260609.195826 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 16434 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.9.0-1noble.20260609.195826_amd64.deb Size: 2751900 SHA256: 76a9ffd634a54a840c2db5654af548d598d105f69171b30a1421d8be79e4db6e SHA1: 68d2daddd1b4b7f8fd1388a8ce2224b916d1c9aa MD5sum: b90a25cc089f79eb80ac3a941a120bbf Description: URDF and stl files for MicroStrain sensors. Package: ros-kilted-microstrain-inertial-driver Version: 4.9.0-1noble.20260805.144109 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 9183 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), 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.9.0-1noble.20260805.144109_amd64.deb Size: 1292220 SHA256: 8906202c124ec9eca3b2d1ed1378326238e17f1749aea121bd7083716ac912c1 SHA1: 4980e9781bfb2c01fbc97fb171ee745c58aea6b3 MD5sum: ed98b07df650a7591757f7725fc0df82 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.9.0-1noble.20260805.144109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 44255 Depends: ros-kilted-microstrain-inertial-driver (= 4.9.0-1noble.20260805.144109) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-microstrain-inertial-driver/ros-kilted-microstrain-inertial-driver-dbgsym_4.9.0-1noble.20260805.144109_amd64.deb Size: 37646518 SHA256: 181d61bc172b9a5c2ae06159a3cf1c4395e00a14654bca01214baf9243de8493 SHA1: 69b6a9fefc80e055674afd209e9b5c4ab8a55be7 MD5sum: 5f77fcc3a85bf4343aa126864008d792 Description: debug symbols for ros-kilted-microstrain-inertial-driver Build-Ids: 7d4691c5dfe433edac40d99977c20e7a3ac36919 b2d74bc3266d905eca7f1dc957196fce2ff1c37c Package: ros-kilted-microstrain-inertial-examples Version: 4.9.0-1noble.20260805.155144 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 156 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.9.0-1noble.20260805.155144_amd64.deb Size: 13988 SHA256: 914952ee7c5d5d76612836501f769b4d7216947299c1774a7c427a3c693743f1 SHA1: 6859d7b6216baa5793a40ee54f28586403f731ed MD5sum: df6eb0876a6f28b556e13eb8f40a7530 Description: Simple examples using the microstrain_inertial_driver for MicroStrain sensors. Package: ros-kilted-microstrain-inertial-msgs Version: 4.9.0-1noble.20260716.015432 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 8495 Depends: libc6 (>= 2.14), 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.9.0-1noble.20260716.015432_amd64.deb Size: 483428 SHA256: 4d51ad9ebc1e6b44388894f7c096df5e2124fed5777eeb77e96f758313aec720 SHA1: 3c434b98cb9472a4ff567eb389be766983b7f2aa MD5sum: 5908a96f46efec161116ae7e396f132d 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.9.0-1noble.20260716.015432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 5252 Depends: ros-kilted-microstrain-inertial-msgs (= 4.9.0-1noble.20260716.015432) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-microstrain-inertial-msgs/ros-kilted-microstrain-inertial-msgs-dbgsym_4.9.0-1noble.20260716.015432_amd64.deb Size: 4086632 SHA256: 4ef6b64677acc8772dad26f922349a0a6794680f2cec40cb0ec0e2c31416a6c7 SHA1: c6da8e1c7b60341b5042aeaa3102cf362fa4eec7 MD5sum: 679342e592a639c5095050c9216f0110 Description: debug symbols for ros-kilted-microstrain-inertial-msgs Build-Ids: 0395f2228a8ae218a2cd9787aec0e8fc10a392fa 39702d7d2aef747428801ee9f09f2217571fee91 434286370a7cbb279bcf3459fd6646f8e03b07b5 61cb9e7771ca8f2ace6634a089fae10b4e211fea 6f14c2d2c3c99ece737e422a872508fa22c36c9e 7188ae4c206b4396f07da15108c1047fb3811129 7e9512905f887f940a07f2c3672c8269d7f20642 a31acf91544f36dbbeb490f20e15fbb77aec79a3 b68984ed70051823c21a862c215ebd578d9fdeb1 c89ee861471cc0ff3274b0f716e652dd65041365 cc02f5f24ef714c2eb4112f0c38e4d72f9d91baf Package: ros-kilted-microstrain-inertial-rqt Version: 4.9.0-1noble.20260805.141248 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 418 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.9.0-1noble.20260805.141248_amd64.deb Size: 69678 SHA256: 322af401f4c4ba929210bf5f181d794e3e56e41e54fc56fd88a4414edef8f90d SHA1: 6aa91839c2fed6ce56f823dfe57b24a691933ddd MD5sum: 8bf33283c48804cbe5445a417e9eefb9 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.111930 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 216 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.111930_amd64.deb Size: 32294 SHA256: 90fc6a65e97a188bde5d6397be9998f9d03dd3c832c242e0f33ba551ee0849fc SHA1: f8a6d60649e61cf3ead58fba6498427e50c6b352 MD5sum: 4c383fc6a32e42795ca6b4f3addefcc7 Description: Wrapper around mimick, it provides an ExternalProject build of mimick. Package: ros-kilted-mobile-robot-simulator Version: 2.0.1-1noble.20260805.150007 Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 5135 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 Homepage: https://index.ros.org/p/mobile_robot_simulator/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mobile-robot-simulator/ros-kilted-mobile-robot-simulator_2.0.1-1noble.20260805.150007_amd64.deb Size: 457068 SHA256: 95f3fd1b7622ad1809d9b24101c03347ff7026669693e15c30cb8d98dbf01a9e SHA1: b6ecaa5a19e8e6c2f0229566f529e0dd4d07fba9 MD5sum: 62a3517d6cddffdf0f6b50fc9ae9b211 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.1-1noble.20260805.150007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 5987 Depends: ros-kilted-mobile-robot-simulator (= 2.0.1-1noble.20260805.150007) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mobile-robot-simulator/ros-kilted-mobile-robot-simulator-dbgsym_2.0.1-1noble.20260805.150007_amd64.deb Size: 5046016 SHA256: 1c037d34a875dffb3e3cbf66113672ce790f38fe6aef30b9ff70a474ad945267 SHA1: ae8a1b843c85831bcb0f56e76ea7450f8c7d5b75 MD5sum: 74dff232a793997ad60ad607faf74e99 Description: debug symbols for ros-kilted-mobile-robot-simulator Build-Ids: 8a538a3fb2d8d46c3b865cce8383c2c1d41d5236 e64fbb8a42867363ba0df37c5d9e4b6cb2c47e6d Package: ros-kilted-mobileye-560-660-msgs Version: 4.0.0-4noble.20260716.014734 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2786 Depends: libc6 (>= 2.4), 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.20260716.014734_amd64.deb Size: 185666 SHA256: aadda24ca21409442963225de867e0df3045ba769af01bffaad5e3bb9895b840 SHA1: 9d0871e494801ab175c644bdbc8d42f6552b1180 MD5sum: f72f18237f0f9e2adbc6eabd8c5b30ac 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.20260716.014734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1622 Depends: ros-kilted-mobileye-560-660-msgs (= 4.0.0-4noble.20260716.014734) 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.20260716.014734_amd64.deb Size: 1309760 SHA256: 97efcf2873e742d1cfb9d97a68c60aabfe2215ea4fe45b7a3df93b4bdf7d2a9f SHA1: be9f01eee9e7f4da4b53f649297cb8363ae5d4b4 MD5sum: efd7d47728af11580322f6e6def6fb83 Description: debug symbols for ros-kilted-mobileye-560-660-msgs Build-Ids: 09685eb225da8e634a54520e2cc6dc49b645e0b0 0be2e9b89834601027c78363d250684093cc85f5 16bb4403d808dfe303140463ca92f57b1fa31080 21ed1bda1e70ab8ee5063d47a97c9018918b6f63 292306070ceef8de5a890aa58d439e72db42087a 29c13535c908420cb0eaba3a7f6a06d7c27420cf 3b5a146555f5ffc659aa021c2317bd43b6006638 3d81b60511a6963772d634eb0e01de56d3309d65 6c7b88dca53fae900bdaf02cf2a1d74fc63e6e08 a0433b52942c5d88433313ce729c933efcc551c9 d217aed2880bb7490e3a19448d197a6f6a71f8db Package: ros-kilted-mocap4r2-msgs Version: 0.2.0-1noble.20260804.165443 Architecture: amd64 Maintainer: Francisco Martín Installed-Size: 1482 Depends: libc6 (>= 2.14), 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.20260804.165443_amd64.deb Size: 135420 SHA256: d072cdbd058f682d7c50c7b883df375438e8ce3bf14c33601cb3f2fb0d8a27c3 SHA1: d274f056214a7370b30ab3252cef0d05217dfda6 MD5sum: 7bf3eba551dcf7691e8c50d954237ed6 Description: Interfaces for Mocap4ROS2 project Package: ros-kilted-mocap4r2-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-mocap4r2-msgs Version: 0.2.0-1noble.20260804.165443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Installed-Size: 1257 Depends: ros-kilted-mocap4r2-msgs (= 0.2.0-1noble.20260804.165443) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mocap4r2-msgs/ros-kilted-mocap4r2-msgs-dbgsym_0.2.0-1noble.20260804.165443_amd64.deb Size: 1024762 SHA256: 3251a45cb58f7ee7fe6f050a35a947b74722fda3e2bf96ee80eea01d1c8f2e53 SHA1: d2b2b363cb245b1ca55193862eb24b188ebc97e8 MD5sum: e3aba25c78f82da2d7778cdd15833fc4 Description: debug symbols for ros-kilted-mocap4r2-msgs Build-Ids: 0c46166b6f24d4af042f3853b5620bc114c29fc4 267f7ad85e976075bab93258cfcd2816bed4f5db 5747bfbb1dd5a113f4d6370c18ed5ab098bfe36a 59feaec5efbf76dbd950e187ca4c185e69afcb08 72f9c9ea1210fb907aec50262b98007714c7d0c8 8927a8d2120c10437fcf3f0009d123e9e6c66eb0 8f507bc2758f8743c7ed879e1d1bb075f3994c79 917862509c27be2f468b1d7b535035c6430f29ad 9b82851b0e1eb39b1c74f57ca662028d889dae56 9f6bc30bfaf0307985c6bad5375aa4b06d9cfaa6 c090315031e8ba8bea88a518d705c51e0a180dfa Package: ros-kilted-mola Version: 3.0.0-1noble.20260806.073012 Architecture: amd64 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_3.0.0-1noble.20260806.073012_amd64.deb Size: 3456 SHA256: fd76c0523431e64a8fcd6074421c482f9b1bcbaa06b4e8ee6e0a42b2657188cf SHA1: ba57d042b549476ffd3526f3ed86a2e63e172c8f MD5sum: 7a1f1cc87627d93b9dcd59734a4100ad Description: Metapackage with all core open-sourced MOLA packages. Package: ros-kilted-mola-academic-datasets Version: 3.0.0-3noble.20260731.160326 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14 Depends: ros-kilted-kitti-metrics-eval, ros-kilted-mola-input-euroc-dataset, ros-kilted-mola-input-kitti-dataset, ros-kilted-mola-input-kitti360-dataset, ros-kilted-mola-input-mulran-dataset, ros-kilted-mola-input-paris-luco-dataset, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/mola_academic_datasets/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-academic-datasets/ros-kilted-mola-academic-datasets_3.0.0-3noble.20260731.160326_amd64.deb Size: 2356 SHA256: bf49c6c57072cd2976ea06af6aaf228e15873e853672b39d8ed756619a2d6f89 SHA1: 4d2161df5fe71de809fe0d78497145315ae2d6a5 MD5sum: c8e0b3fbb3ed6f6b43906b25f57eb63b Description: Metapackage with all packages supporting reading academic datasets. Package: ros-kilted-mola-bridge-ros2 Version: 3.0.0-1noble.20260805.152241 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3035 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_3.0.0-1noble.20260805.152241_amd64.deb Size: 494152 SHA256: a947b57d56444652de6e870098fa2a31abd8711a00c135146ed18c18da30442d SHA1: b842a8819665111d86eee2bf10648c27bc48c5ad MD5sum: dfc9df8811140b125fb410b7c04bf955 Description: Bidirectional bridge ROS2-MOLA Package: ros-kilted-mola-bridge-ros2-dbgsym Package-Type: ddeb Source: ros-kilted-mola-bridge-ros2 Version: 3.0.0-1noble.20260805.152241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13643 Depends: ros-kilted-mola-bridge-ros2 (= 3.0.0-1noble.20260805.152241) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-bridge-ros2/ros-kilted-mola-bridge-ros2-dbgsym_3.0.0-1noble.20260805.152241_amd64.deb Size: 11303096 SHA256: 4691137d788ce7657a0d47e1c386af301d32d25ba1f3830991e521fa2862a683 SHA1: 0062cef14382c427e4a4d291705b74175b6830d7 MD5sum: bb9b8481d33ebfb24e8aba01bb2c5b92 Description: debug symbols for ros-kilted-mola-bridge-ros2 Build-Ids: 3218f6e8af114f8669318066b16b1a56ab24d4b3 Package: ros-kilted-mola-common Version: 0.6.1-1noble.20260518.210438 Architecture: amd64 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.210438_amd64.deb Size: 11724 SHA256: 186e232f969072342cb51f910cd05c18a87542c107f515cba64719027bb6c1b2 SHA1: ef32b5d15b1476edad30f160a69dba783f920784 MD5sum: 1ec16c0dfbe9db01b8e983383df63d61 Description: Common CMake scripts to all MOLA modules Package: ros-kilted-mola-demos Version: 3.0.0-1noble.20260717.200422 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 163 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_3.0.0-1noble.20260717.200422_amd64.deb Size: 26974 SHA256: 3fe15fb3ed46caedf6d2b7a86c0d183fda1fb176f5e068eb5d931fc4f315aedc SHA1: 92cb92f52e5bb5ae4a68fc2cde0bb86c6f9147bc MD5sum: e41f53a8ac87424ecefa4d7a5377226f Description: Demo and example launch files for MOLA Package: ros-kilted-mola-georeferencing Version: 2.4.2-1noble.20260731.165123 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 615 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-kilted-gtsam, ros-kilted-mola-gtsam-factors, ros-kilted-mp2p-icp-core, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libposes, ros-kilted-mola-common, ros-kilted-mola-yaml, ros-kilted-mp2p-icp, ros-kilted-mrpt-libtclap, ros-kilted-ros-workspace Homepage: https://docs.mola-slam.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-georeferencing/ros-kilted-mola-georeferencing_2.4.2-1noble.20260731.165123_amd64.deb Size: 182138 SHA256: 125d8bdd6d004ad2a71e4678b3d936a2737776bd3a4641daf2cd0aa16db5f4e7 SHA1: 0ad99b98eafffba085df0ceb2d5c0d894d7d0108 MD5sum: 03e3ffa1f1aad2d9f3ec5adad59be379 Description: C++ library for georeferencing key-frame maps (simplemaps) and related CLI tools Package: ros-kilted-mola-georeferencing-dbgsym Package-Type: ddeb Source: ros-kilted-mola-georeferencing Version: 2.4.2-1noble.20260731.165123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9802 Depends: ros-kilted-mola-georeferencing (= 2.4.2-1noble.20260731.165123) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-georeferencing/ros-kilted-mola-georeferencing-dbgsym_2.4.2-1noble.20260731.165123_amd64.deb Size: 9751294 SHA256: 82cb88b57369c96f4d0fcaa68d8dd72cc970de4e105ce85a839fa5ac0eb9f616 SHA1: 32cda9c654037d0236bdfeb55f3169c44db69008 MD5sum: 2befb9db0071ac242cfae41da012948f Description: debug symbols for ros-kilted-mola-georeferencing Build-Ids: 1a1df1c4a017df3cb2c64dfd692a2103ee74bb1e 5a326850998d3833ed07bc1fa62e4b29b0a01c17 a3b2455cd30469dabdc3949e2c953abd5401d398 c0222f1bf8b8794cdae8fa0fed8c61dcf28ace91 Package: ros-kilted-mola-gnss-to-markers Version: 0.1.2-1noble.20260804.165419 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 750 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.20260804.165419_amd64.deb Size: 134950 SHA256: be44901feb79510cc4d306be8b4cdda7080e96f3c4626cfabd0236aa460fc17e SHA1: 225b70d15699147dd9b1edc48f6ad74d66b83989 MD5sum: acffb5aa9b31d981f00985f9c30713f9 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.20260804.165419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 3255 Depends: ros-kilted-mola-gnss-to-markers (= 0.1.2-1noble.20260804.165419) 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.20260804.165419_amd64.deb Size: 2670016 SHA256: caa072a9d92f8bde69348d3f87888d732142ebd7400acb64a5af679f6c13d57f SHA1: 344ef73c4c857e80d75c14ac23af24051a16650a MD5sum: 9a4dbd5d26bea4c201575f8a16995c63 Description: debug symbols for ros-kilted-mola-gnss-to-markers Build-Ids: b053b3d5aa6112d10a2e94cb3fe2977d601b19f5 Package: ros-kilted-mola-gtsam-factors Version: 2.4.2-1noble.20260731.145234 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 439 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-kilted-gtsam, ros-kilted-mola-common, ros-kilted-mrpt-libposes, ros-kilted-ros-workspace Homepage: https://docs.mola-slam.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-gtsam-factors/ros-kilted-mola-gtsam-factors_2.4.2-1noble.20260731.145234_amd64.deb Size: 114848 SHA256: dc55b03e60e7d36feb574e03881e3e437ff9556e98ff6592d1ec54a674c761c8 SHA1: 3488ce76b339f18e15a2b418eea11ac416ad2131 MD5sum: d1e71239e8518278a61c8b038b4adc07 Description: C++ library with reusable GTSAM Factors useful in georeferencing and state-estimation MOLA modules Package: ros-kilted-mola-gtsam-factors-dbgsym Package-Type: ddeb Source: ros-kilted-mola-gtsam-factors Version: 2.4.2-1noble.20260731.145234 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 24695 Depends: ros-kilted-mola-gtsam-factors (= 2.4.2-1noble.20260731.145234) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-gtsam-factors/ros-kilted-mola-gtsam-factors-dbgsym_2.4.2-1noble.20260731.145234_amd64.deb Size: 24498594 SHA256: 2afb1974aa04fda635defc28a9f29f262413075440f97ad17439f1a08080302a SHA1: 6d25d902525b14b4bdf85d0861d3212409d8e130 MD5sum: 566dcadafb590f6ead761534fb1a0b93 Description: debug symbols for ros-kilted-mola-gtsam-factors Build-Ids: 0f0f9fbc6147af64e4f01df3d8a6ef56a1919f7b Package: ros-kilted-mola-imu-preintegration Version: 1.17.1-1noble.20260731.153705 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 267 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.17.1-1noble.20260731.153705_amd64.deb Size: 85688 SHA256: 9a005bd1cf8ff6e94104ab32fff52d8d0218868f140c5c526babc67bf1052c36 SHA1: 4464b8cfb002a50d9f9188983a05c123114ae729 MD5sum: 34e6bbd91e198039c0e050f642e434fb 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.17.1-1noble.20260731.153705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1249 Depends: ros-kilted-mola-imu-preintegration (= 1.17.1-1noble.20260731.153705) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-imu-preintegration/ros-kilted-mola-imu-preintegration-dbgsym_1.17.1-1noble.20260731.153705_amd64.deb Size: 1210824 SHA256: 5c9ae48363079f0931e4398c9bcccf8e1d302ba05bb4259dfc55c3f5295e0319 SHA1: c6a7e8086ce4e9a448a1a1720a3476d2a18f7d1f MD5sum: 38f3ac27b7bcaa585d8bab3541378a33 Description: debug symbols for ros-kilted-mola-imu-preintegration Build-Ids: f2c30baa5912cddc98238cd2440a88357197dab1 Package: ros-kilted-mola-input-euroc-dataset Version: 3.0.0-3noble.20260731.155609 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 199 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mola-kernel, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, ros-kilted-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_euroc_dataset Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-euroc-dataset/ros-kilted-mola-input-euroc-dataset_3.0.0-3noble.20260731.155609_amd64.deb Size: 63672 SHA256: 6c630ae2ad59cc7aac9509793678c7f0ec5beecd0b941f3bb11e905cc9fa831e SHA1: 430d1004f47ece0b1540fd92c03db0bb09c15791 MD5sum: 11ae7a0652ccc7797187803e0d00fdb7 Description: Offline RawDataSource from EUROC SLAM datasets Package: ros-kilted-mola-input-euroc-dataset-dbgsym Package-Type: ddeb Source: ros-kilted-mola-input-euroc-dataset Version: 3.0.0-3noble.20260731.155609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 636 Depends: ros-kilted-mola-input-euroc-dataset (= 3.0.0-3noble.20260731.155609) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-euroc-dataset/ros-kilted-mola-input-euroc-dataset-dbgsym_3.0.0-3noble.20260731.155609_amd64.deb Size: 605102 SHA256: 0f987b2379b8b12d587cef8508f3e6cb88832452b5d2177df719c5911fdc432b SHA1: a869f0f4ecdf1a56752f3cb67753f292d4e4797f MD5sum: 8a32a2bf1d4976d52028f0f9b4f868c5 Description: debug symbols for ros-kilted-mola-input-euroc-dataset Build-Ids: 8194e70178110495665c10fb122a218bbbcfb41a Package: ros-kilted-mola-input-kitti-dataset Version: 3.0.0-3noble.20260731.155642 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 243 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-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_kitti_dataset Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-kitti-dataset/ros-kilted-mola-input-kitti-dataset_3.0.0-3noble.20260731.155642_amd64.deb Size: 82832 SHA256: 4f3eda2248a6b5ce5c001230ab180339d2c41b4207b6f6ef43bc891654dc8ea4 SHA1: 13c2511405dd2bce3b2c9330ba927899d4dda854 MD5sum: f0db937de93a495e1e8a627d1c0558d0 Description: Offline RawDataSource from Kitti odometry/SLAM datasets Package: ros-kilted-mola-input-kitti-dataset-dbgsym Package-Type: ddeb Source: ros-kilted-mola-input-kitti-dataset Version: 3.0.0-3noble.20260731.155642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1214 Depends: ros-kilted-mola-input-kitti-dataset (= 3.0.0-3noble.20260731.155642) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-kitti-dataset/ros-kilted-mola-input-kitti-dataset-dbgsym_3.0.0-3noble.20260731.155642_amd64.deb Size: 1179694 SHA256: 8ff7c0f6e5fbc895998a479cf78128af0e2b17eaeda38446a9329c857af170f2 SHA1: c5bbfe49a7a22932a8b207b91e5b3d1756d2bbd1 MD5sum: 58a0cd31733cbc85e1da78d5da42aa5b Description: debug symbols for ros-kilted-mola-input-kitti-dataset Build-Ids: 80bb7a5a5c5f93f203976f0f39e6b3b0d3c6b58b Package: ros-kilted-mola-input-kitti360-dataset Version: 3.0.0-3noble.20260731.155607 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 374 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-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_kitti360_dataset Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-kitti360-dataset/ros-kilted-mola-input-kitti360-dataset_3.0.0-3noble.20260731.155607_amd64.deb Size: 127264 SHA256: c5377f67d9fe5f2a9650f342ad2412d2e76231a894b55ffbc527249875306687 SHA1: 4df68030550545aaf051dc532308fb74f2bde835 MD5sum: 8ca0ac4e0a946d951f4577ed736115c1 Description: Offline RawDataSource from Kitti-360 datasets Package: ros-kilted-mola-input-kitti360-dataset-dbgsym Package-Type: ddeb Source: ros-kilted-mola-input-kitti360-dataset Version: 3.0.0-3noble.20260731.155607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1864 Depends: ros-kilted-mola-input-kitti360-dataset (= 3.0.0-3noble.20260731.155607) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-kitti360-dataset/ros-kilted-mola-input-kitti360-dataset-dbgsym_3.0.0-3noble.20260731.155607_amd64.deb Size: 1812494 SHA256: b57eb2ee7bf67078df6e02eab82043f39c19763b50dda4b712bd1d5b2f23ff20 SHA1: e54b9d58b898b6b6a5f9dea9b7c728edff4b96b4 MD5sum: 0053722d221a5e89e42a72d4c61c8659 Description: debug symbols for ros-kilted-mola-input-kitti360-dataset Build-Ids: 8097707ee6b4eb2a0a3876533ab050ce65fb4a26 Package: ros-kilted-mola-input-lidar-bin-dataset Version: 3.0.0-1noble.20260731.155617 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 196 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_3.0.0-1noble.20260731.155617_amd64.deb Size: 61630 SHA256: 45f9a6eb06cbe8eb2b5113ce99c31be52aba3910d94d2b31cdb071b1de4a4919 SHA1: 792c54e206316838385d0ed38ae1def4f184e6e3 MD5sum: fe2ef279d2ac87ea96d471e95c7c6741 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: 3.0.0-1noble.20260731.155617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 562 Depends: ros-kilted-mola-input-lidar-bin-dataset (= 3.0.0-1noble.20260731.155617) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-lidar-bin-dataset/ros-kilted-mola-input-lidar-bin-dataset-dbgsym_3.0.0-1noble.20260731.155617_amd64.deb Size: 531714 SHA256: d1eddd9c67f06dd51119867f2255d5cba3d732e5a83d986486fa684341f07137 SHA1: 8a937fb2b6582a091065a8473654d9ee11103d67 MD5sum: d7f6c4dbbe75ea08ad86f8a43366c63d Description: debug symbols for ros-kilted-mola-input-lidar-bin-dataset Build-Ids: 14f3e31a8414664625bb69cc33a390422fbadb92 Package: ros-kilted-mola-input-mulran-dataset Version: 3.0.0-3noble.20260731.155619 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 236 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-libposes, ros-kilted-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_mulran_dataset Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-mulran-dataset/ros-kilted-mola-input-mulran-dataset_3.0.0-3noble.20260731.155619_amd64.deb Size: 75862 SHA256: 34ac3571e6e80bf1207067cf69096476f73ead0f5f4af60865a3a333e5eeea5f SHA1: 9811a1ce875537c289217649dc6ab2e3dfdd5c49 MD5sum: f96672401b0602772d347509a077183d Description: Offline RawDataSource from MulRan datasets Package: ros-kilted-mola-input-mulran-dataset-dbgsym Package-Type: ddeb Source: ros-kilted-mola-input-mulran-dataset Version: 3.0.0-3noble.20260731.155619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 929 Depends: ros-kilted-mola-input-mulran-dataset (= 3.0.0-3noble.20260731.155619) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-mulran-dataset/ros-kilted-mola-input-mulran-dataset-dbgsym_3.0.0-3noble.20260731.155619_amd64.deb Size: 887418 SHA256: 8c9f8d3fedd0657f8cc99663be06cf14d5840590b67b17861602a25afd18d09e SHA1: 3670e7e5922bb8cd2b5be58a49246271f3488327 MD5sum: b74f0e029cba9e6a09fafd1034ac88cb Description: debug symbols for ros-kilted-mola-input-mulran-dataset Build-Ids: 63bd58281e7b9f738ff1a7313ecf05146c963acc Package: ros-kilted-mola-input-ouster Version: 0.1.0-1noble.20260731.155608 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3005 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), 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.20260731.155608_amd64.deb Size: 996942 SHA256: 35edbcfe545a83b3a639674f985f8b4d9f0343179d7434141acb4e1a275a7bba SHA1: 01655abbe72e405e19b8dd2dd5f05d49e1ab3c2b MD5sum: fac33fdc3aff2ea9f18222bb58772171 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.20260731.155608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 30943 Depends: ros-kilted-mola-input-ouster (= 0.1.0-1noble.20260731.155608) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-ouster/ros-kilted-mola-input-ouster-dbgsym_0.1.0-1noble.20260731.155608_amd64.deb Size: 29971300 SHA256: 689c70859d283a5845861839792618ddb238a07a2202e9cecea49078891832f2 SHA1: bff5396b6490efdc035e3501e37ca0a45b33d183 MD5sum: 63e19d38155fe7c2750fe7e2ce934b3f Description: debug symbols for ros-kilted-mola-input-ouster Build-Ids: d43525257d52996f2e80b240118eb930de094b9c Package: ros-kilted-mola-input-paris-luco-dataset Version: 3.0.0-3noble.20260731.155606 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 205 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-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_paris_luco_dataset Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-paris-luco-dataset/ros-kilted-mola-input-paris-luco-dataset_3.0.0-3noble.20260731.155606_amd64.deb Size: 68022 SHA256: bdbeb324c72d8b01cbd0df6311919a1b0d86a4de5a50907ad14a8c3bc51d2e9a SHA1: 77b5eedb4e03032233ebcc27e114fd1f40fc7743 MD5sum: 95285d313ee1ab800265e1e6ec266c7e Description: Offline RawDataSource from Paris LUCO (CT-ICP) odometry/SLAM datasets Package: ros-kilted-mola-input-paris-luco-dataset-dbgsym Package-Type: ddeb Source: ros-kilted-mola-input-paris-luco-dataset Version: 3.0.0-3noble.20260731.155606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 831 Depends: ros-kilted-mola-input-paris-luco-dataset (= 3.0.0-3noble.20260731.155606) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-paris-luco-dataset/ros-kilted-mola-input-paris-luco-dataset-dbgsym_3.0.0-3noble.20260731.155606_amd64.deb Size: 798766 SHA256: cee4c3d6bfb50ff52d34b7b618b692c617482902c1f5c27ffc4fd051d318f4e7 SHA1: 3c60347625d0db5d17127907f5b43c711418437d MD5sum: de0d6119397a1320a0520d53b5284878 Description: debug symbols for ros-kilted-mola-input-paris-luco-dataset Build-Ids: 0392bac4c20e07badf676dc4262ec106bb61cb80 Package: ros-kilted-mola-input-rawlog Version: 3.0.0-1noble.20260731.155617 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 194 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_3.0.0-1noble.20260731.155617_amd64.deb Size: 62234 SHA256: 264ae6f9b559d84031d70f4ade5e3f64bf2eae929cc96ffe002f1fb5df87b276 SHA1: 6f064754ab22e6db76fd37c10984a27e5b0966d8 MD5sum: 3799befb2d438f49ccec9781e4590b1e Description: Offline RawDataSource from MRPT rawlog datasets Package: ros-kilted-mola-input-rawlog-dbgsym Package-Type: ddeb Source: ros-kilted-mola-input-rawlog Version: 3.0.0-1noble.20260731.155617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 564 Depends: ros-kilted-mola-input-rawlog (= 3.0.0-1noble.20260731.155617) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-rawlog/ros-kilted-mola-input-rawlog-dbgsym_3.0.0-1noble.20260731.155617_amd64.deb Size: 534978 SHA256: 2cb6dc41342d92758c8e65329ab3c7b8b6633d6f610e191ce51eab0685dddfd4 SHA1: c995bcef21cb4a956ebeeecf90b56831de273a08 MD5sum: 530410a2d16d3bf8d0f0c379eb742aa8 Description: debug symbols for ros-kilted-mola-input-rawlog Build-Ids: 301b0e4b324032fc907c56f6b3973ba0aa3d9921 Package: ros-kilted-mola-input-rosbag1 Version: 0.3.0-1noble.20260805.145720 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 926 Depends: libbz2-1.0, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liblz4-1 (>= 0.0~r113), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-imgcodecs406t64 (>= 4.6.0+dfsg), libopencv-imgproc406t64 (>= 4.6.0+dfsg), 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, libboost-date-time-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-regex-dev, libbz2-dev, liblz4-dev, libopencv-dev, ros-kilted-geometry-msgs, ros-kilted-mola-common, ros-kilted-tf2, ros-kilted-tf2-geometry-msgs, ros-kilted-tf2-ros, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mola_input_ros1bag Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-rosbag1/ros-kilted-mola-input-rosbag1_0.3.0-1noble.20260805.145720_amd64.deb Size: 293994 SHA256: 5a05be447b734063c42c31408d1c33814068b6393385a126a9520838432710ed SHA1: f2145e754d9924648f21398c1453aeb263333c1f MD5sum: a2ce98b587d59177a3b9439cc812ab2b Description: MOLA DataSource from ROS1 bag files that does not need a ROS1 installation Package: ros-kilted-mola-input-rosbag1-dbgsym Package-Type: ddeb Source: ros-kilted-mola-input-rosbag1 Version: 0.3.0-1noble.20260805.145720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5411 Depends: ros-kilted-mola-input-rosbag1 (= 0.3.0-1noble.20260805.145720) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-rosbag1/ros-kilted-mola-input-rosbag1-dbgsym_0.3.0-1noble.20260805.145720_amd64.deb Size: 5109502 SHA256: 2409a5aa9208bd53d7d495d1796c2e271addfb6b9563931a4fc57525f52e6f5e SHA1: c0d33979096f53f47ccb917ab7e6333dbbc599c6 MD5sum: 0ede406b646591d33c76e94f2b928492 Description: debug symbols for ros-kilted-mola-input-rosbag1 Build-Ids: 3a88a3d48e1155e2a546c4486aab82e494d0e0fb 73a52b38a792566ad1795dd77489933eb456f596 Package: ros-kilted-mola-input-rosbag2 Version: 3.0.0-1noble.20260805.151526 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 375 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_3.0.0-1noble.20260805.151526_amd64.deb Size: 128120 SHA256: 38c56ce606ecf8e3e93e35268be1d86189002268b435823445fc57c14222751e SHA1: 7e31e842e009dd143d5f5f9e41a38f79893dd569 MD5sum: 1214dd34dd3e630ddfb7a4371b6032c1 Description: Offline RawDataSource from rosbag2 datasets Package: ros-kilted-mola-input-rosbag2-dbgsym Package-Type: ddeb Source: ros-kilted-mola-input-rosbag2 Version: 3.0.0-1noble.20260805.151526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1700 Depends: ros-kilted-mola-input-rosbag2 (= 3.0.0-1noble.20260805.151526) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-rosbag2/ros-kilted-mola-input-rosbag2-dbgsym_3.0.0-1noble.20260805.151526_amd64.deb Size: 1630138 SHA256: 0e89300e530af6f9795e8197b8c6bab782684bd44a4896968109ea4317f71fee SHA1: a0ee36077f711eec1ceea6f33604747f4a41b565 MD5sum: 6f399b0679796ceba4be9e537e525d08 Description: debug symbols for ros-kilted-mola-input-rosbag2 Build-Ids: b20937329396377fb851a9b17e9a113c6bb35f5e Package: ros-kilted-mola-input-video Version: 3.0.0-1noble.20260731.162958 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 197 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_3.0.0-1noble.20260731.162958_amd64.deb Size: 63522 SHA256: ca1a34e271273260fdc8df2db756fa68db441c7a91195b9d5b065d51d5ee77ea SHA1: 063c7ad9e6d022c1aa29654ccd23282af63dbf69 MD5sum: 39661f4a2f1f1800b180c63b9665c5b3 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: 3.0.0-1noble.20260731.162958 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 687 Depends: ros-kilted-mola-input-video (= 3.0.0-1noble.20260731.162958) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-input-video/ros-kilted-mola-input-video-dbgsym_3.0.0-1noble.20260731.162958_amd64.deb Size: 658694 SHA256: 383bf8d8916d8531096bfd72d11bdce100a5780140a8392d89bebb5f793033ea SHA1: 284f1833dec387615b9f923d7773467e635eac50 MD5sum: 1bde8763e8910bb10c0100f2060266fe Description: debug symbols for ros-kilted-mola-input-video Build-Ids: ac6feea47f44df7f6348df2e459250368d150836 Package: ros-kilted-mola-kernel Version: 3.0.0-1noble.20260731.155437 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 403 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_3.0.0-1noble.20260731.155437_amd64.deb Size: 121952 SHA256: e43abb465a74843b24558d3c400e7ae8ee1ba5338f984f4ad51312f09a210b45 SHA1: 03480bbb16ad7d63b6183dbb1898ae86bdc6f1e3 MD5sum: 9172402a13a5738d563a9c554df76e85 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: 3.0.0-1noble.20260731.155437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1647 Depends: ros-kilted-mola-kernel (= 3.0.0-1noble.20260731.155437) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-kernel/ros-kilted-mola-kernel-dbgsym_3.0.0-1noble.20260731.155437_amd64.deb Size: 1584418 SHA256: f9adaba6f2de28214726720ddbb746191a912336147a648534a3170f412fb088 SHA1: 1ebd84b23352bc600388ed9d3b55adfd53b806bb MD5sum: 4633065d5ae80ff986a7c4ad1e74f2e4 Description: debug symbols for ros-kilted-mola-kernel Build-Ids: 789f4b4ff0da85abb0b627ff57c6fbc0b0233308 Package: ros-kilted-mola-launcher Version: 3.0.0-1noble.20260731.155602 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1214 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, libcli11-dev, 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_3.0.0-1noble.20260731.155602_amd64.deb Size: 238736 SHA256: cb4601be99c6f62ed1b38617c2b91382f5100b09c246ff6ffb93bd1a74572a5f SHA1: 9d887438678a5546290d0d9db14c47c47b658a5d MD5sum: 9b208fcfb8c65a905bff8baaf6d8fa42 Description: Launcher app for MOLA systems Package: ros-kilted-mola-launcher-dbgsym Package-Type: ddeb Source: ros-kilted-mola-launcher Version: 3.0.0-1noble.20260731.155602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3654 Depends: ros-kilted-mola-launcher (= 3.0.0-1noble.20260731.155602) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-launcher/ros-kilted-mola-launcher-dbgsym_3.0.0-1noble.20260731.155602_amd64.deb Size: 3456272 SHA256: 6326141ced2d6440e414067380c82aa09734fed670e77238e9cb32cf3e74e3eb SHA1: 7635e00f2691b4d68f6d2520ef7d1b81580e2705 MD5sum: 02b4a12790edc9fdcec972f5693eb1e5 Description: debug symbols for ros-kilted-mola-launcher Build-Ids: 6c0278db2261b25831f860200c2995ef0e5692fd b153d803d41ce7616db2d30c1543e1112e2727c2 bc6583d4e67fc5f9958fc52977ab9ca96a7513c9 f4dc7037e23f69831b39ef6931c93fdb2388ecfb Package: ros-kilted-mola-lidar-odometry Version: 3.0.0-1noble.20260805.154240 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1575 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mola-imu-preintegration, ros-kilted-mola-input-kitti-dataset, ros-kilted-mola-input-kitti360-dataset, ros-kilted-mola-input-mulran-dataset, ros-kilted-mola-input-paris-luco-dataset, ros-kilted-mola-input-rawlog, ros-kilted-mola-input-rosbag2, ros-kilted-mola-kernel, ros-kilted-mola-pose-list, ros-kilted-mola-state-estimation-simple, ros-kilted-mola-yaml, ros-kilted-mp2p-icp-core, 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-mola-common, ros-kilted-mola-launcher, ros-kilted-mola-viz, ros-kilted-mp2p-icp, ros-kilted-mrpt-libtclap, ros-kilted-ros-workspace Homepage: https://docs.mola-slam.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-lidar-odometry/ros-kilted-mola-lidar-odometry_3.0.0-1noble.20260805.154240_amd64.deb Size: 445902 SHA256: d2a7a13b251fcc827a5991e8aa14067cbda474cbe5cc383f1432c594ea5da4e4 SHA1: 6c4f85653c8a475b046f352fbe3ea99f270b45cc MD5sum: f1787bd3778635fb45ed6b3419ed22f8 Description: LIDAR odometry system based on MOLA and MRPT components Package: ros-kilted-mola-lidar-odometry-dbgsym Package-Type: ddeb Source: ros-kilted-mola-lidar-odometry Version: 3.0.0-1noble.20260805.154240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10135 Depends: ros-kilted-mola-lidar-odometry (= 3.0.0-1noble.20260805.154240) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-lidar-odometry/ros-kilted-mola-lidar-odometry-dbgsym_3.0.0-1noble.20260805.154240_amd64.deb Size: 9893308 SHA256: 328d42ca8cc7333b8e793c4d54c35fb41330e464ed0acf883f393b17998ce2c0 SHA1: f4f9692a400b4706dc46398ce78dd78fedfcf8fb MD5sum: 76cffb05222b2dffde29f034dc71fc88 Description: debug symbols for ros-kilted-mola-lidar-odometry Build-Ids: 4a796dbe35ede2770e0bc1f1d47d0c50b5944919 cca5eba1d0cd4b4aa5e14877054273282c441c54 Package: ros-kilted-mola-metric-maps Version: 3.0.0-1noble.20260731.165150 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2427 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-kilted-mola-kernel, ros-kilted-mp2p-icp-core, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, libcli11-dev, libtbb-dev, ros-kilted-mola-common, ros-kilted-mp2p-icp, 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_3.0.0-1noble.20260731.165150_amd64.deb Size: 567666 SHA256: a8741558c094526111877814a05a4fd1f4b38cdd96734aa0302fcb6352e2e359 SHA1: 62c7338af7d2aaad8d79f6ddd06d0d890bed4966 MD5sum: 88cd29b4f05fc6888be3077f017d0358 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: 3.0.0-1noble.20260731.165150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 12853 Depends: ros-kilted-mola-metric-maps (= 3.0.0-1noble.20260731.165150) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-metric-maps/ros-kilted-mola-metric-maps-dbgsym_3.0.0-1noble.20260731.165150_amd64.deb Size: 12365474 SHA256: 4a7b95994c7c675c5faf712e9b46d6d7158380cd7b7ce9dca4d76e87c77ccb3e SHA1: 3542bf6f8a1f6973e1ae9472619550b8e580a764 MD5sum: f63b9774c620f92656389061e087d907 Description: debug symbols for ros-kilted-mola-metric-maps Build-Ids: 185760086f4125b7a995a0ab86158bc175b530d8 75a02e7ee79b331c648bdb2e4dd712acab4a86cd 85d8819c09f3f1be10d0fbae935b4abed0de8f9b 869e3ef02ad2cb47304f7e05c99f78c9f9db2955 c903cf237cc62da5910670cafe223147bcf7044a Package: ros-kilted-mola-msgs Version: 3.0.0-1noble.20260717.200649 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2758 Depends: libc6 (>= 2.14), 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_3.0.0-1noble.20260717.200649_amd64.deb Size: 193340 SHA256: 3e8b75a18f9c202e69c24c96123ef525f02a946e51b199709c7e5c4096d60fad SHA1: 4308046092d3a8bf0397f11c18faa7cd47a59475 MD5sum: 42f2065cd38406d6a0b84c8b304851f2 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: 3.0.0-1noble.20260717.200649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 1919 Depends: ros-kilted-mola-msgs (= 3.0.0-1noble.20260717.200649) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-msgs/ros-kilted-mola-msgs-dbgsym_3.0.0-1noble.20260717.200649_amd64.deb Size: 1491448 SHA256: 6e1825266f5cb0ee49541bd02a82a82acdc6b1fdd0fc9ed2b51177c17eae6f61 SHA1: 5ba7446eec1949070e044f9d8daca7b70d091476 MD5sum: af998f22d7b5a1c5352ed663cad14800 Description: debug symbols for ros-kilted-mola-msgs Build-Ids: 05a0cbb0af60ccd04c8f0452681e9415634ff481 5085d2b9912d1c887a3783ce81068274966e0bb4 714b64e67c2fa2edad5fb35507f305752aad69ee 73341965cd291bf5c6ae0ac7cb43478474426dbc 84645a61638e39ea86b5d5fa0e0f597a1ba992e8 8bf58585c000c866faac7971fce5acf22fe1c146 b12ab8cec829ee144655161e1d8ccda564c710d2 c28294cadf6f56c32e097ee33b453357c1e06c64 cdc0022b38a4e17a450427d155926aff5d1febec fa7512d324b58ae0efdbd459a8ce78a088259015 fa9904003ea0fe5c573423fdcb0cf091310e0b8a Package: ros-kilted-mola-pose-list Version: 3.0.0-1noble.20260731.155018 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 141 Depends: libc6 (>= 2.4), 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_3.0.0-1noble.20260731.155018_amd64.deb Size: 44504 SHA256: 837c5bb2cc698f8f336d1c2369de223e2556d333037ce65d16fd5f1adbe1c30d SHA1: 6df0a06da81460f111f2b30eb16e7d2b9a2d5328 MD5sum: 08be7dcd135acf4bc3cdfbf7d39148b2 Description: C++ library for searchable pose lists Package: ros-kilted-mola-pose-list-dbgsym Package-Type: ddeb Source: ros-kilted-mola-pose-list Version: 3.0.0-1noble.20260731.155018 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 432 Depends: ros-kilted-mola-pose-list (= 3.0.0-1noble.20260731.155018) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-pose-list/ros-kilted-mola-pose-list-dbgsym_3.0.0-1noble.20260731.155018_amd64.deb Size: 416116 SHA256: 88e794c12e11bd974a1acc4963dfb79ade1ed602bdedc44d1dc2ed686db21c72 SHA1: 0f310561c514bdf526b4178ee8d14cc2209bc206 MD5sum: 52a0c09b768efb1118a43f16175f32e5 Description: debug symbols for ros-kilted-mola-pose-list Build-Ids: 628548891cf3571e898296a793952fdfbc6fd2c7 Package: ros-kilted-mola-relocalization Version: 3.0.0-1noble.20260731.165144 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 135 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mola-pose-list, ros-kilted-mp2p-icp-core, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libposes, ros-kilted-mola-common, ros-kilted-mp2p-icp, 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_3.0.0-1noble.20260731.165144_amd64.deb Size: 41764 SHA256: ac1349c654d53f46f014161ea5da22f0cbbe26db255a9b38a37ec3c54321b039 SHA1: 909bff8504d4d0d3f86068d000e324e5702dccb2 MD5sum: 2f1274eaeaa250435c807de6425d80ac 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: 3.0.0-1noble.20260731.165144 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 789 Depends: ros-kilted-mola-relocalization (= 3.0.0-1noble.20260731.165144) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-relocalization/ros-kilted-mola-relocalization-dbgsym_3.0.0-1noble.20260731.165144_amd64.deb Size: 768970 SHA256: 0ea214c99766903c6b9fd9aa19ab28b0749c52568c6f7829d867f9495f19337f SHA1: 885f126f0aeaeb0ff87b44accc6120251dd203ac MD5sum: c3d63632ff801f5b1a4545c0569a7c65 Description: debug symbols for ros-kilted-mola-relocalization Build-Ids: 87ed27487426de613170d6fd1b5ec7aa04fd6018 Package: ros-kilted-mola-sm-loop-closure Version: 1.2.2-1noble.20260731.165723 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1637 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-kilted-gtsam, ros-kilted-mola-georeferencing, ros-kilted-mola-gtsam-factors, ros-kilted-mola-pose-list, ros-kilted-mola-relocalization, ros-kilted-mola-yaml, ros-kilted-mp2p-icp-core, 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-mp2p-icp, ros-kilted-mrpt-libgui, ros-kilted-mrpt-libtclap, ros-kilted-ros-workspace Homepage: https://docs.mola-slam.org/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-sm-loop-closure/ros-kilted-mola-sm-loop-closure_1.2.2-1noble.20260731.165723_amd64.deb Size: 580634 SHA256: 68668dc97462565ed80cb7f18489f30e3cb8ddff1747306323fd9fab29aaee34 SHA1: 561cec712b67d2c40551fcc9abfd8e0def83bb97 MD5sum: f69fc2116de8cc3fd68ff768ae90ba17 Description: Simplemap loop-closure postprocessing library and CLI tool Package: ros-kilted-mola-sm-loop-closure-dbgsym Package-Type: ddeb Source: ros-kilted-mola-sm-loop-closure Version: 1.2.2-1noble.20260731.165723 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 30778 Depends: ros-kilted-mola-sm-loop-closure (= 1.2.2-1noble.20260731.165723) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-sm-loop-closure/ros-kilted-mola-sm-loop-closure-dbgsym_1.2.2-1noble.20260731.165723_amd64.deb Size: 30728726 SHA256: c030a93d143b14c94ded3b3a209eb3b86e05f3ebde24b5e747fb04f88762f368 SHA1: 9399e82be8856667a42384b578dd3acb10b90a77 MD5sum: ba73a14001293d309640c86cddb2afff Description: debug symbols for ros-kilted-mola-sm-loop-closure Build-Ids: ca707d7c0be3c7f6f3d656616644eb9fa98bc18c f758ba37e684a553cc74172885e730b9ddd1509f Package: ros-kilted-mola-state-estimation Version: 2.4.2-1noble.20260731.160925 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 42 Depends: ros-kilted-mola-state-estimation-simple, ros-kilted-mola-state-estimation-smoother, 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/ros-kilted-mola-state-estimation_2.4.2-1noble.20260731.160925_amd64.deb Size: 6606 SHA256: d2e64f5ca05a7d996572d3c0c1d1c77c626dae4748393ca4d3c114279402f207 SHA1: afcb1a8c4356aed7b09d01c163c91b6fb301bb82 MD5sum: fceae73c1b9e03dcb4aa43a5020b5292 Description: Metapackage with all MOLA state estimation packages. Package: ros-kilted-mola-state-estimation-simple Version: 2.4.2-1noble.20260731.155604 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 323 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.4.2-1noble.20260731.155604_amd64.deb Size: 111586 SHA256: 306ac93afebdfe159128043ea24a0b92ea70596334ceaa86ad9e568750c02f10 SHA1: 86e30a1205af1d9b682a962214fbc2e6b170c722 MD5sum: 940f323b45546fa9afaa537ca17c7b5a 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.4.2-1noble.20260731.155604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1238 Depends: ros-kilted-mola-state-estimation-simple (= 2.4.2-1noble.20260731.155604) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-state-estimation-simple/ros-kilted-mola-state-estimation-simple-dbgsym_2.4.2-1noble.20260731.155604_amd64.deb Size: 1179438 SHA256: 9981a3d77236365662900fc14572f918e954b34e3bc43e0a3d84a749fb4f1fd9 SHA1: 548e7acb5a6f363b613378567f60bab38d0c22ef MD5sum: 938a7d4f2822a7d4741d7d785956fc4b Description: debug symbols for ros-kilted-mola-state-estimation-simple Build-Ids: a04fd966c2a598fb6b828f37a3ed15001552981a Package: ros-kilted-mola-state-estimation-smoother Version: 2.4.2-1noble.20260731.160045 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 920 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-kilted-gtsam, ros-kilted-mola-gtsam-factors, 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-mola-imu-preintegration, ros-kilted-mola-launcher, 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-smoother/ros-kilted-mola-state-estimation-smoother_2.4.2-1noble.20260731.160045_amd64.deb Size: 281516 SHA256: a4b67b7901179cedd438dc9fbd621ff048ee69407844d26c96aadf8dd2185af0 SHA1: 67e6e5f1a6286be037428a71f5b3c4bdede1c0fa MD5sum: 9c41727d5cc4cfe362142e39062e18b8 Description: SE(3) pose and twist path data fusion estimator Package: ros-kilted-mola-state-estimation-smoother-dbgsym Package-Type: ddeb Source: ros-kilted-mola-state-estimation-smoother Version: 2.4.2-1noble.20260731.160045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 11161 Depends: ros-kilted-mola-state-estimation-smoother (= 2.4.2-1noble.20260731.160045) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-state-estimation-smoother/ros-kilted-mola-state-estimation-smoother-dbgsym_2.4.2-1noble.20260731.160045_amd64.deb Size: 11039444 SHA256: 54fbcc16c7d5e4af4f1b9cc6d2f3424d6eafadae65f8f67b7dab9fe4cad36c02 SHA1: 76e558a4eede485de51cba68614ad6da79a62b70 MD5sum: b0d8afd6612cc781ccdb818d5d3371bc Description: debug symbols for ros-kilted-mola-state-estimation-smoother Build-Ids: 533e5dcfce6852637ac236323b600e230a412629 d660fdd6e7f3ed12cd222b94bde0938cfa1f4fea Package: ros-kilted-mola-test-datasets Version: 0.5.0-1noble.20260617.081527 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 151660 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.5.0-1noble.20260617.081527_amd64.deb Size: 152835084 SHA256: bcb00426381378fb83924ad4cd6b32de080c95e9a5058ecfedc154d518a22cf9 SHA1: f58eb53e9fd333a39e5c2d9b4cecee3eae532dd2 MD5sum: 48a36ccb1db4a4fc2bf28627a9976f84 Description: Small SLAM dataset extracts used for demos or unit tests in the rest of MOLA packages Package: ros-kilted-mola-traj-tools Version: 3.0.0-1noble.20260731.145252 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 119 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_3.0.0-1noble.20260731.145252_amd64.deb Size: 17898 SHA256: c3c3bc8be39429a3c39027ea58734b9329c155fac7c593143b76d682f62d8d7e SHA1: be2389361b1cd890f0ee174c53fece07df2e37cf MD5sum: b570a1520e1a9eecba18d63180f0a7a3 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: 3.0.0-1noble.20260731.145252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 559 Depends: ros-kilted-mola-traj-tools (= 3.0.0-1noble.20260731.145252) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-traj-tools/ros-kilted-mola-traj-tools-dbgsym_3.0.0-1noble.20260731.145252_amd64.deb Size: 432120 SHA256: d4d7894201fda932100002c97e74736b6b3677f6da411dd178fe8cb516ae80d8 SHA1: 127d240d219e5d84844e83361454ff88d4518acb MD5sum: 04b441863b4ede3868f27ddec0c5c663 Description: debug symbols for ros-kilted-mola-traj-tools Build-Ids: 0418c4d2f07321a31dda61a2af18c70d31420a26 3019232059ce51860ed2ce598c7418cb36340d97 3d3f8b4c7e3319ee3a16df76e26148a531f6cca3 540645f1720bad591e1d98bd72354bc1d99fba7a a2e2336e7ae24d75b143071ee79d283af0665bda Package: ros-kilted-mola-viz Version: 3.0.0-1noble.20260731.155615 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 591 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_3.0.0-1noble.20260731.155615_amd64.deb Size: 196856 SHA256: 51fd098661f3391d9f8053999d18c61d5bfef9945b8cdc64472288de361861a3 SHA1: defc6099ec41f54fb96d5eee9ea169cf4f099d50 MD5sum: 3e8e3cacc7bdfdd3251b741c1b268fb6 Description: GUI for MOLA Package: ros-kilted-mola-viz-dbgsym Package-Type: ddeb Source: ros-kilted-mola-viz Version: 3.0.0-1noble.20260731.155615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3210 Depends: ros-kilted-mola-viz (= 3.0.0-1noble.20260731.155615) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-viz/ros-kilted-mola-viz-dbgsym_3.0.0-1noble.20260731.155615_amd64.deb Size: 3008692 SHA256: 999d52448a9f70d70a86573d864c49f6e206a1685dbbdc72410986727b30f3df SHA1: 202102d0aa711c5bf90f47fc506f4ee3d43e3112 MD5sum: 3d12a32d394d05875f55da9032af0b67 Description: debug symbols for ros-kilted-mola-viz Build-Ids: 33ab24ef9f12595b2ee01c146230b34e32a1793e Package: ros-kilted-mola-viz-imgui Version: 3.0.0-1noble.20260731.155616 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5742 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_3.0.0-1noble.20260731.155616_amd64.deb Size: 1174380 SHA256: f2b0a9d5659676379e56d61c76a4cac71a76451c5ef996ff2b0a10200d8ae697 SHA1: 719094b8d1d7508bba0d918458b012aa732c5bae MD5sum: d2256e93f5bcaa71aa45f0ab3ffd7d3b 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: 3.0.0-1noble.20260731.155616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13201 Depends: ros-kilted-mola-viz-imgui (= 3.0.0-1noble.20260731.155616) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-viz-imgui/ros-kilted-mola-viz-imgui-dbgsym_3.0.0-1noble.20260731.155616_amd64.deb Size: 12633180 SHA256: 0c6e0cd8df2e2e55396156091211b02b1ec11de0937a82d30a5b306e5b019e0f SHA1: d452af1c1661ff00d3c225d04b060b29fda7d451 MD5sum: 21a15d4fdc980bc2fdea18bba9d8ae79 Description: debug symbols for ros-kilted-mola-viz-imgui Build-Ids: bd7e8e4a9d2b4c47ac5cc7d1f19a2b5f68b740f3 Package: ros-kilted-mola-yaml Version: 3.0.0-1noble.20260731.141110 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 168 Depends: libc6 (>= 2.14), 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_3.0.0-1noble.20260731.141110_amd64.deb Size: 53428 SHA256: 2d249ff1e08a7155a5497a703d586a410cf00417d919f2f23ebda3b89a6c478a SHA1: defaaba8b855cf1524bc813da81e8e5863e383e4 MD5sum: bc73492d4e048fa559afd4bb45f14d89 Description: YAML helper library common to MOLA modules Package: ros-kilted-mola-yaml-dbgsym Package-Type: ddeb Source: ros-kilted-mola-yaml Version: 3.0.0-1noble.20260731.141110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 527 Depends: ros-kilted-mola-yaml (= 3.0.0-1noble.20260731.141110) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mola-yaml/ros-kilted-mola-yaml-dbgsym_3.0.0-1noble.20260731.141110_amd64.deb Size: 504670 SHA256: ebdeff65825482b3469d40c9b23d1e9baf901f146dac03af5f635b41b1ee3b35 SHA1: 01b70a0fcb239633a4b72723533f5dc1bf4e9c63 MD5sum: c100f8f542bb0bde4b19ff45ab4c6348 Description: debug symbols for ros-kilted-mola-yaml Build-Ids: e52534403ebdcd508b79cc1c0e392519405222cc Package: ros-kilted-motion-capture-tracking Version: 1.0.3-3noble.20260805.150045 Architecture: amd64 Maintainer: Wolfgang Hönig Installed-Size: 1720 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.20260805.150045_amd64.deb Size: 557396 SHA256: 81f03ee2c226170e77e8d0b326db4c082f10aeee8ea7956e7041acb7c422d066 SHA1: b204d2d5fdb40a145b685d4140550a4bc753090b MD5sum: 77b6b9693b18abdfa56da0fe6a555a1b 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.20260805.150045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Hönig Installed-Size: 11250 Depends: ros-kilted-motion-capture-tracking (= 1.0.3-3noble.20260805.150045) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-motion-capture-tracking/ros-kilted-motion-capture-tracking-dbgsym_1.0.3-3noble.20260805.150045_amd64.deb Size: 10736264 SHA256: bf23d16eaf887e950992f850b979d5a30747ffc0f5fe8032f66bc8b867a4b768 SHA1: 33c6d1dffebe9d6b16ca0bad2eed303b0c354f2b MD5sum: 0eefa467b9cd0b226a611823ff38a9bb Description: debug symbols for ros-kilted-motion-capture-tracking Build-Ids: df72f27e50e80b5ee7c9c631961fa7a03f0ef560 Package: ros-kilted-motion-capture-tracking-interfaces Version: 1.0.3-3noble.20260716.015423 Architecture: amd64 Maintainer: Wolfgang Hönig Installed-Size: 621 Depends: libc6 (>= 2.4), 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.20260716.015423_amd64.deb Size: 59792 SHA256: 03e59494596a94e8dfc8fa57c43cac0b823f4a2720d8e9aed8b8db8947403a9a SHA1: 9f709e2d84cc5daceb9862f642c65586b60c4dd7 MD5sum: 98250abf562e579b1280aaf46663cf1d 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.20260716.015423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Hönig Installed-Size: 435 Depends: ros-kilted-motion-capture-tracking-interfaces (= 1.0.3-3noble.20260716.015423) 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.20260716.015423_amd64.deb Size: 317136 SHA256: ed77dcf8ed9b4d35d3a8ba612400eb06813a7aaa460476a6e315708b9fe9dabd SHA1: 624317d37e3aaf0400dabec9718608b9db930e95 MD5sum: 1d09bbaa97e6694e79c676a95cd3adbb Description: debug symbols for ros-kilted-motion-capture-tracking-interfaces Build-Ids: 2559ee5726d100c76239acc2ae143a8e2e10ae44 28411d447f2899ccd45f76d74ab62b11e078e880 3d2bfe40bf54871cced6c895f7d507104383a940 4b29680a254ab0a41a66dd77edf5881abc093f75 54314d3eef9b97ad5cbc142d51e32df9b6a4ef4c 85e0841521e8730fb7c0e76f5fb7ce0210f67a66 a57e4547e55c2c194104f4be326e7ba26361d153 b718f7a37bca0c0f94358e8e774a1efc9ca96899 c8d9ba73d70a732705ddcb9b1a493bc887ada78b cc15e740c4c5a5e190a0470c7962564c95a98de6 effeb04867683d88c6f20d3b3be7975478aa20fe Package: ros-kilted-motion-primitives-controllers Version: 5.16.0-1noble.20260805.143804 Architecture: amd64 Maintainer: "Bence Magyar" 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-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.16.0-1noble.20260805.143804_amd64.deb Size: 82172 SHA256: f54fcd8f382ec4f550d2707c86b85a7d1ec7fcfaeb5b9f86c745b539aa83762a SHA1: a8ab07f91658d86150bee2f67b39139a2aff83c1 MD5sum: 83dcb2136391bb8452d9b31bc2172a24 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.16.0-1noble.20260805.143804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1299 Depends: ros-kilted-motion-primitives-controllers (= 5.16.0-1noble.20260805.143804) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-motion-primitives-controllers/ros-kilted-motion-primitives-controllers-dbgsym_5.16.0-1noble.20260805.143804_amd64.deb Size: 1199176 SHA256: f4661791d445b5f472e35a67ec0cfac622c0c9d811ed8e61cac923d29cbda0e5 SHA1: 47bd92c1c0662208fd42a999a6a45532a695a7ce MD5sum: d2a852ddcaa4280bd0f28e9bd0bd5fa4 Description: debug symbols for ros-kilted-motion-primitives-controllers Build-Ids: 4615de66cd40343458902f33c79e09a8e4c4ac62 Package: ros-kilted-mouse-teleop Version: 2.0.0-1noble.20260805.140345 Architecture: amd64 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.20260805.140345_amd64.deb Size: 13290 SHA256: 450679555f894cabff8b66d162774843af84955aa08afd59d5649f744b8f8f99 SHA1: 6b6c8ffa3e60c7bfecc93508928027acba9df228 MD5sum: 5a1d20748b7140f35d0e6f4ff2df29aa Description: A mouse teleop tool for holonomic mobile robots. Package: ros-kilted-moveit Version: 2.14.3-1noble.20260805.180212 Architecture: amd64 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.20260805.180212_amd64.deb Size: 7128 SHA256: 5ac462a29a344cb110779f3d023c6ed4c2172a2f229ea08340569026b9ed73f5 SHA1: 320dda7224bcd4a738712387148fe82b36c28c62 MD5sum: 58fef3f353f3db8aa8b937043df5949c Description: Meta package that contains all essential packages of MoveIt 2 Package: ros-kilted-moveit-common Version: 2.14.3-1noble.20260410.110722 Architecture: amd64 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.110722_amd64.deb Size: 9006 SHA256: 157d3a721c6c0896af10d876c62a47556dfacba46ea7322ebd9740afa915fbfa SHA1: 2603f847e8255f8197dc6834432a4c8d9f724152 MD5sum: cbccea292f2c3a0a4b73f75902240009 Description: Common support functionality used throughout MoveIt Package: ros-kilted-moveit-configs-utils Version: 2.14.3-1noble.20260805.142410 Architecture: amd64 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.20260805.142410_amd64.deb Size: 29492 SHA256: 6e4a3f075d2408846c4a9c78d4b0993221751ea1eb69993a89553dd081cffd4c SHA1: f97de2f91ccea95b87b41e4c4d104a5f9e561657 MD5sum: d66e7619c4e6ab76f1bace6645fc97ed Description: Python library for loading moveit config parameters in launch files Package: ros-kilted-moveit-core Version: 2.14.3-1noble.20260805.151659 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5719 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.20260805.151659_amd64.deb Size: 1385700 SHA256: 340dfa18240882df86a8f522d060cb4e6827d0a35702aae497f56816dee53060 SHA1: c4e929f495a87d1430bf118c4d111eec0e22058d MD5sum: 97ca7c285e539b150ec9b7a59c8ea2c1 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.20260805.151659 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 79202 Depends: ros-kilted-moveit-core (= 2.14.3-1noble.20260805.151659) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-core/ros-kilted-moveit-core-dbgsym_2.14.3-1noble.20260805.151659_amd64.deb Size: 78927774 SHA256: 9a3ccf08b749e1d392bf5e7d76cf2372648577d5c2fd6555fca0d2719bfdac19 SHA1: 651faa77aaafc9eabcd32479a0945828bc9015f8 MD5sum: 9857f7100e00197368759d9ee9eed3ac Description: debug symbols for ros-kilted-moveit-core Build-Ids: 0509b7b7d4975dc466d26d1c61db51f0c72b7100 066d5e3f56ccde75a703422d27c0a67a2737af10 1e67fc9505a81d7b9b6b7584d1a10a400b3fc38b 1e6bf182249001f7d4a4362ee81559214479db82 224de8c473a6d0c48bd27563bdcfe37efb165899 278924f04e24cd8dd0c42420041b76d787fa2e92 45d394586e63d5a0969c6d0f2094fdb4ae43a5b6 49f86e82eeb7fe4cfc4c6b9f1e0c31ec3e95c87b 4de2b26d4f0adfbca2da46fb3f4a0a49e6939a16 4e4abf310556d84acd8d364177ffdc7d0b63038f 590fad1a728fe31d8dfdd8ca4eefbe988b739174 6c1cb2940c99c0c8c04856a9636b1a75fd6703ee 6d4fb3fef792821308033decf46d0beb69a3c54a 7115791bdba9b35d3824a8d29d4941570098e0d7 72a94429084c1377df96a4d6ddfe72008293bc1a 75edb80d595db974303f0d0f2735b9ac315081e6 87dbd64f7227f749605c692d511a6ad67610e8a5 9135621405c0c2cbc151a91bc5548c6ee7383785 98f607601ae8853e8baa1d83c79fb6941d9419f0 9e753b4f30c605f3dc27ddf788ba9980e5447915 ad668707427ba327fd28dcdd7e26d110f0d358b0 ce02853575036585ce5d4aa7b929300b005e1c41 d8f3c40865147906cc4d9db82e8dc172734afc3f e592090a0d42be0b64d494b4d2eb17da90a7973e ed10729e082d443c4f00c86023541b036fb9beff f101085a9c6d6fd961525d3b92f6b3b63d32dd4c f67907bb60739244b9f62f1fe46608f03f80c825 Package: ros-kilted-moveit-hybrid-planning Version: 2.14.3-1noble.20260805.165819 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 2918 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.20260805.165819_amd64.deb Size: 566272 SHA256: 90563e02ee5255fda29d3cb3310c6f8e4dc2e8e38fd1d7ff5994728158121f66 SHA1: e2f2ec100b32bfba9171404534548ad3787f7680 MD5sum: 87ee04a3215bf640d526b8827a9cdd21 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.20260805.165819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 21418 Depends: ros-kilted-moveit-hybrid-planning (= 2.14.3-1noble.20260805.165819) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-hybrid-planning/ros-kilted-moveit-hybrid-planning-dbgsym_2.14.3-1noble.20260805.165819_amd64.deb Size: 20261492 SHA256: b2bb5e0f96c9b3ae96ddff9c6ef251c5617eb8b129aaa9a5c58baa67dfe0e24d SHA1: 522fa4e8ef10e42b4a3d0f641b02b8625626ed0b MD5sum: 183d6aea965ef4137be2eacfa4f52530 Description: debug symbols for ros-kilted-moveit-hybrid-planning Build-Ids: 04d972bb6558a64114235d5ab2253af2b59c4fef 25c44e28f510c6ff67262d943731d9c573a0b6b3 30b06b6848d949357ce1fb945f3c08aa5b8ba3f0 64149b4ede3518f6254e1653533595108faa1c18 95d00c73f1231f9ec2f681b25e877d1cf9e65860 9932d53d84641b3ac72f0ab2e33c1f1dca972d6a 9b6c35cb9ae821e017b5bd2495fbcef39082ef57 a422eff3577c1e0b9c1bf39e49c9f29726e8a6b8 d296418674c63007aead973e5a0d94f2b5242a8b Package: ros-kilted-moveit-kinematics Version: 2.14.3-1noble.20260805.163222 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 959 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.20260805.163222_amd64.deb Size: 242134 SHA256: 22b40d56d421751c6ff58afb2a8947be6b6d9d1a0b031073d12d08488196dbc3 SHA1: fc4786a6a987770a0ac6cc48484cab15a7016f77 MD5sum: 0719e5496eca07a27fa4fdeb363704a9 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.20260805.163222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 9628 Depends: ros-kilted-moveit-kinematics (= 2.14.3-1noble.20260805.163222) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-kinematics/ros-kilted-moveit-kinematics-dbgsym_2.14.3-1noble.20260805.163222_amd64.deb Size: 9572176 SHA256: 3129a6a8bbd1d910871703fc9a5cb9f199907bb99d3c50eda5024d4633748238 SHA1: 26feb38b546fca59fde0cae23254514e940ba596 MD5sum: 8da2ec2408657319354c58ba51e0fa6b Description: debug symbols for ros-kilted-moveit-kinematics Build-Ids: 500917966debd0448f4f400ef21094d19eb817b7 5ba536c1f12a0bff849d0cae06e06705710f4474 8ef8535ce29b0fd6d832d053d51d95fdb7ee39bf d4e32308b515a3169c94c127c405eab44e8ed3e3 Package: ros-kilted-moveit-msgs Version: 2.7.1-1noble.20260716.021035 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 35051 Depends: libc6 (>= 2.14), 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.20260716.021035_amd64.deb Size: 2024880 SHA256: 8affe0a4b3794b8d9059db72999216de3fe65655c0c90a7e6c90a45fe1819741 SHA1: de7d79b873231d096bc940fefff46018bfd1c457 MD5sum: 754782c6d2942f408ee112e16540b545 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.20260716.021035 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 29724 Depends: ros-kilted-moveit-msgs (= 2.7.1-1noble.20260716.021035) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-msgs/ros-kilted-moveit-msgs-dbgsym_2.7.1-1noble.20260716.021035_amd64.deb Size: 25185762 SHA256: d6f3c44b684d306a1ef1cc58b22d022b10b53da49c0e7135bcf36f72710b61b0 SHA1: ff9799e61584c9a66f7f1231c24e62bdf526c2f8 MD5sum: eb7334acefca83cd02646df368df34c7 Description: debug symbols for ros-kilted-moveit-msgs Build-Ids: 0d3d01d150f63bfb69a7f591ebbe80625275e37c 5930450e326b9a3dd85bcd1a838c5a8c765a3983 7019e192b4cd23c51bda3c9d5c76ccf18a4961a3 c90bda87ddf5ca4239b5423c7ab915102e680c31 d4b00a8af29ee2402b1abc7245885ccf6581121d e2a5eea021f1e1169aa6944842fc159350042187 e48233d95e7bd7c2e840eb4fd369a9dc7e01ee8d e59a2a2190a83ff46f7c613e2bf2d49ea4059601 e9ed721eb54496ee84bf10e743031379361b99b1 faaa5d957445b59b678e084a94d16467d879a3c8 fdf95b99b3b185339df47828f73fbae2360ff77b Package: ros-kilted-moveit-planners Version: 2.14.3-1noble.20260805.165702 Architecture: amd64 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.20260805.165702_amd64.deb Size: 6712 SHA256: 738d141d37b4e663d824f685c2d664ce7d6d9f0d6ceb362d20e74bb79830492d SHA1: f56dfe72f29186525dc9ceffa34d8b4b1ee63a1a MD5sum: 0416eb337c34c40af9202798bbffded7 Description: Meta package that installs all available planners for MoveIt Package: ros-kilted-moveit-planners-chomp Version: 2.14.3-1noble.20260805.160729 Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 159 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.20260805.160729_amd64.deb Size: 37316 SHA256: 42e5fd444b182afbd636ecc7dc901c050dcf754ec4495cc8f23ebda9edf07481 SHA1: 1f14b4e713836071d64ca300f27f6e61aed52043 MD5sum: 24f7f7bfa960693f5e9bb6b93377da87 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.20260805.160729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chittaranjan Srinivas Swaminathan Installed-Size: 4739 Depends: ros-kilted-moveit-planners-chomp (= 2.14.3-1noble.20260805.160729) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-planners-chomp/ros-kilted-moveit-planners-chomp-dbgsym_2.14.3-1noble.20260805.160729_amd64.deb Size: 4757790 SHA256: 9c09c7418aa78470fbd08297b7b869c7ec00a0995df1d3b146acc795550bc3f8 SHA1: 65685d093c1c835ef2a1bdc8670544c7b54fbb1b MD5sum: 530bbda109d66dd183911bb318e747bb Description: debug symbols for ros-kilted-moveit-planners-chomp Build-Ids: b08942b0f50fb6ec4fdc7c487a8e4173dde9b125 f5265eb25dbd8d0a9da41a6bab5d1f02186c164e Package: ros-kilted-moveit-planners-ompl Version: 2.14.3-1noble.20260805.164507 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 1585 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.20260805.164507_amd64.deb Size: 340968 SHA256: e7f606b1709e1588e73af9d6a8a6d2c66d8d556b2753c57cfa47a3349ee83ffd SHA1: 999bccb9ef0035fbd74b0b88147d49480f24c3d8 MD5sum: 670d265b32b278c3631e31ae80b05cf6 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.20260805.164507 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 24472 Depends: ros-kilted-moveit-planners-ompl (= 2.14.3-1noble.20260805.164507) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-planners-ompl/ros-kilted-moveit-planners-ompl-dbgsym_2.14.3-1noble.20260805.164507_amd64.deb Size: 24010328 SHA256: e853be9422b77d3c219ca16fa2a0560a1479b33650933b184a3ddd4c82681c79 SHA1: bd7a7b36a3cb35814f8b82f57ce9e407722b5b8b MD5sum: 32bf23737d798bc8a712aa1dc6154770 Description: debug symbols for ros-kilted-moveit-planners-ompl Build-Ids: 3c71c11eef1b5fdc0cdc14987197a565559e63fd ba9b85100dbb15b06d3ecd3e2f6cebc2aa6fe4b6 c4e150306abb301f94fb518db5cc64727a614e2d Package: ros-kilted-moveit-planners-stomp Version: 2.14.3-1noble.20260805.154615 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 444 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.20260805.154615_amd64.deb Size: 141732 SHA256: e547d772475cb09865cc013ef40fd26fbd50c8d34868a61e8a78d1d93bfe284d SHA1: 1be504de0c891ce77f3adc7d0035ad3b2eb40727 MD5sum: c2a4d54be4d769a2f386286ccd0674b3 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.20260805.154615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5576 Depends: ros-kilted-moveit-planners-stomp (= 2.14.3-1noble.20260805.154615) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-planners-stomp/ros-kilted-moveit-planners-stomp-dbgsym_2.14.3-1noble.20260805.154615_amd64.deb Size: 5502684 SHA256: d81c49d1390b43b501685852ff60d38eb6b323c44395b55d0f3981665f9ecbbd SHA1: a62ec0d3b31cf876996f49008397e7e5796a9d44 MD5sum: cab74e650f5b4d155c05a6ea9cb64616 Description: debug symbols for ros-kilted-moveit-planners-stomp Build-Ids: 40ff5d035fd1627b09d476046642d0241a5f2a28 Package: ros-kilted-moveit-plugins Version: 2.14.3-1noble.20260805.160758 Architecture: amd64 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.20260805.160758_amd64.deb Size: 6414 SHA256: 3a53fe67ce311d7c58919ae3ceb601cccf69b7fc24b5d55db02ac4dfafbb8853 SHA1: 65069aab99cabb1d6093dacfb5f2283b0d65a01f MD5sum: e0a4e8dabece1b2c90c989fad2c17aca Description: Metapackage for MoveIt plugins. Package: ros-kilted-moveit-py Version: 2.14.3-1noble.20260805.165817 Architecture: amd64 Maintainer: Peter David Fagan Installed-Size: 1300 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.20260805.165817_amd64.deb Size: 355870 SHA256: 726a5bfd21b225e54eacd50033081d16a45f4e678761c1fdafcc87413b996f6c SHA1: 6eef96f9c0f8c1bf1774dd541c7b13c5a4fc34f4 MD5sum: e7acc3bc19123641e716c8cf65701e10 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.20260805.165817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Peter David Fagan Installed-Size: 1055 Depends: ros-kilted-moveit-py (= 2.14.3-1noble.20260805.165817) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-py/ros-kilted-moveit-py-dbgsym_2.14.3-1noble.20260805.165817_amd64.deb Size: 1021732 SHA256: 865aaf1959cc92d9fe0afd1cc746d49223451386825c1f721c07450fad09a62d SHA1: 5a8226414d7a8ad3c67379198b4c3dbf598d6c01 MD5sum: 4620414436d2a7eabb220d38bccf5ed4 Description: debug symbols for ros-kilted-moveit-py Build-Ids: eb9316e10d37d9e32d78c8336a66182f633116c6 Package: ros-kilted-moveit-resources Version: 3.1.1-1noble.20260805.153752 Architecture: amd64 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.20260805.153752_amd64.deb Size: 5936 SHA256: 98c17daee4c51b51cee633646e6b25a03ce2885dcd7e9f4b9e7672a09bb60e09 SHA1: cd7ca4e7e0f0831c21d4a91957681b549c95a139 MD5sum: faa8be6d3fe0753eaea33e739736b457 Description: Resources used for MoveIt testing Package: ros-kilted-moveit-resources-fanuc-description Version: 3.1.1-1noble.20260410.112002 Architecture: amd64 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.112002_amd64.deb Size: 127624 SHA256: 1d6a5235065115a6d53e185e1e1407deb5aa0acaf33177aa151c12ea98e3773e SHA1: af43819879ee430b3e1e625415f5fe6617f1d259 MD5sum: cadb229d1ba4faf6d344249437c2d9a6 Description: Fanuc Resources used for MoveIt testing Package: ros-kilted-moveit-resources-fanuc-moveit-config Version: 3.1.1-1noble.20260805.153449 Architecture: amd64 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.20260805.153449_amd64.deb Size: 15826 SHA256: bf1656f3421386a9f731fba74bb101f84358f4dbaefbee4ecc7c8ca7908761cc SHA1: 16b0d0398338690306ec213f3003d92ff82c8e42 MD5sum: f1f2d8ce1fbf164907805bae23b3b2dd 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.112009 Architecture: amd64 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.112009_amd64.deb Size: 3090240 SHA256: 2c4aca7a7391ba97d5bda6f34c4901690021415b06fd491f59388c0cd1a2172f SHA1: 04435f377a96250cde1cb324f298001a4f1c5d2d MD5sum: 4c09610ab78a004dfd00f10111bcb536 Description: panda Resources used for MoveIt testing Package: ros-kilted-moveit-resources-panda-moveit-config Version: 3.1.1-1noble.20260805.153453 Architecture: amd64 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.20260805.153453_amd64.deb Size: 19914 SHA256: 4e2b6080f6ceb029a29658f8df6b9b8af4645151409a4ec54be1ff2e1c725d87 SHA1: 9fb9b1238bfa59742a338ad7a5133f119d953a96 MD5sum: 7a998519aac13e672a1bf35827b7a5a8 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.112036 Architecture: amd64 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.112036_amd64.deb Size: 24343518 SHA256: 1b9681000dadcf638a4f5c0f464ad4b24bda4e401b59aa8e0040145e192d5aed SHA1: c619b4b13bddaf0d288792b92ed23dd6c956772c MD5sum: e14d1d561cb5a9e31e3754d339e4012c Description: PR2 Resources used for MoveIt! testing Package: ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.14.3-1noble.20260805.154835 Architecture: amd64 Maintainer: Alexander Gutenkunst Installed-Size: 483 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.20260805.154835_amd64.deb Size: 137030 SHA256: aab49a69545336e01a2b4ea1a6be3793880353e017082f5345cb5c8bfeb5fda7 SHA1: b382c301be03ab03022bba30008595c2c2e37a4d MD5sum: 5b88f060e59b9a05f7cf2025a0491af3 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.20260805.154835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alexander Gutenkunst Installed-Size: 2783 Depends: ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin (= 2.14.3-1noble.20260805.154835) 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.20260805.154835_amd64.deb Size: 2760000 SHA256: 97c2e30906fe439cc02b2de5edbbb505c3e7fdb30a4876c9338a8d56f19d87dc SHA1: 5a6cf0e26344537f0e7a75c673c9b2658815726d MD5sum: 45a08e98447c0ed6f9a2d4acc1053d7b Description: debug symbols for ros-kilted-moveit-resources-prbt-ikfast-manipulator-plugin Build-Ids: fefc33037875617a243a511a1860020ff7e04080 Package: ros-kilted-moveit-resources-prbt-moveit-config Version: 2.14.3-1noble.20260805.164756 Architecture: amd64 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.20260805.164756_amd64.deb Size: 14922 SHA256: 3302a1dd74c90e14e4fda1bd63fd1e9d5f4f43fab519ac0e2a2f6a10af96c6ee SHA1: 206c9c7652fd546c4f72ce59105b48f84f5ded38 MD5sum: fe75a20e86ff351fd08074f8f700815d 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.20260805.164844 Architecture: amd64 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.20260805.164844_amd64.deb Size: 160954 SHA256: 5eb790777286fab480516659c9715082907d15848c0efa96bd0151b74f1338ac SHA1: a44c56a97aa95b5a91b2ba779db25aa08ebd628e MD5sum: b8fb133833c18b386c762512c006edb0 Description: PRBT support for Schunk pg70 gripper. Package: ros-kilted-moveit-resources-prbt-support Version: 2.14.3-1noble.20260519.013203 Architecture: amd64 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.013203_amd64.deb Size: 761038 SHA256: aa32bb24734e1c01fa49714f3d7a382930ee553c35aab2572df0a865cadad354 SHA1: cf2445f992e3f08a3787cbaa29ea2d83c667eaf3 MD5sum: 2079b9bddd1a5cb2bb7935fa257c0c18 Description: Mechanical, kinematic and visual description of the Pilz light weight arm PRBT. Package: ros-kilted-moveit-ros Version: 2.14.3-1noble.20260805.172751 Architecture: amd64 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.20260805.172751_amd64.deb Size: 6824 SHA256: 814ae68bfca442853a8e53e6ad525b710566db0864440d27ce8cf0ee4cc5eaa2 SHA1: 3737a7cb0c059f47d56b9218848b6180aba72acf MD5sum: b7ba219c7f6dc37e190a4bb661b04d6d Description: Components of MoveIt that use ROS Package: ros-kilted-moveit-ros-benchmarks Version: 2.14.3-1noble.20260805.165019 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 652 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.20260805.165019_amd64.deb Size: 203408 SHA256: 6cae9ab2dda6207c5fb8956cad8a83c29a549595235c687c28b16b420431c262 SHA1: 1edf7b8c12e4e2eca54a49a8217f1281bf36ecec MD5sum: 32ba4cc5732fc62438f5a843d5ffcc6d 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.20260805.165019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 6983 Depends: ros-kilted-moveit-ros-benchmarks (= 2.14.3-1noble.20260805.165019) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-benchmarks/ros-kilted-moveit-ros-benchmarks-dbgsym_2.14.3-1noble.20260805.165019_amd64.deb Size: 6912216 SHA256: 0f2d1986748924bdaec2bc686b095ff04112507c851e715fa6bd4c8de873361a SHA1: 8ec2dc3b5cc776aed2a125d670d7a4efa7a41556 MD5sum: 37a41999bfc49344a04a8a63622b606f Description: debug symbols for ros-kilted-moveit-ros-benchmarks Build-Ids: 4cabf99f42738fe7ef080ea8abfeeaf7d1a56519 bfcb2f578eaef03d64eb0831161e7b912f83c538 Package: ros-kilted-moveit-ros-control-interface Version: 2.14.3-1noble.20260805.160535 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 957 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.20260805.160535_amd64.deb Size: 229636 SHA256: 5c1a8082ffce362e53dde419b063e71179dad488906dac4ad2b04a386a9d0394 SHA1: e00e01365e0b3deb212aace6edda47afbe7a8656 MD5sum: 0f5626540b3438a68e3286eda4193a45 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.20260805.160535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5009 Depends: ros-kilted-moveit-ros-control-interface (= 2.14.3-1noble.20260805.160535) 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.20260805.160535_amd64.deb Size: 4675354 SHA256: 1f75545a0884f58f641521663d524f8fe1bf34b8edec8a90f5a9d292f3683ac4 SHA1: 77a24ce84057b0dcf1c57d3571db52e8415631b2 MD5sum: 3a0c3c1c46fdac75401464d0e192160f Description: debug symbols for ros-kilted-moveit-ros-control-interface Build-Ids: 1b3e1883009e88edbf02cf9ae8ad21addd7ef815 213f0b37ec706c87fa77cb5fff775169e1822285 41ea9d9885fb465f99489592294267af427a3589 9aea96bd1dc0b7e63ecfe29311aaa877fe6c9082 c248769f26c0567556e3ef14118fc137f78ad288 Package: ros-kilted-moveit-ros-move-group Version: 2.14.3-1noble.20260805.163456 Architecture: amd64 Maintainer: Michael Görner Installed-Size: 1605 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.20260805.163456_amd64.deb Size: 410288 SHA256: 46c975265905124dde2eef3599d77604cd1edba919b414c7b077eedf8e5fcd75 SHA1: 2b7876d87374f52d659e252aedbc9c59ecb8736a MD5sum: 78f1a209efb0a2f5c14f55a087ac4ed1 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.20260805.163456 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Görner Installed-Size: 29821 Depends: ros-kilted-moveit-ros-move-group (= 2.14.3-1noble.20260805.163456) 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.20260805.163456_amd64.deb Size: 29434796 SHA256: 9b39afd3785638dd2b544fe68c15d2f64ed4cd5c68d2aa464f6bec7d5b426d11 SHA1: 66fa55dc47482f3477420d8768bb5bd99d1f426c MD5sum: 639655c9a1870d3d7cbdeba59ad14e63 Description: debug symbols for ros-kilted-moveit-ros-move-group Build-Ids: be29d937bf23b0c9436a349f40b4628d97a64489 c353d8a2bcd2fb04c4a7246263b443a201a95ac5 d6c1090092e2d792e74070121d3f21d4ae9ed543 da2f29a45cbec1d2b04a44fdc149a60b8b246bd8 Package: ros-kilted-moveit-ros-occupancy-map-monitor Version: 2.14.3-1noble.20260805.155150 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 1002 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.20260805.155150_amd64.deb Size: 259424 SHA256: 5b77eb88cc06c3520b535d9e885b34257e7b3391994c71491cf00e80060a53d9 SHA1: be5702461afcd4f8fbad500daaa7a03d6c2887d4 MD5sum: e725535fba0589cb84d4ffa66b70a959 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.20260805.155150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 5261 Depends: ros-kilted-moveit-ros-occupancy-map-monitor (= 2.14.3-1noble.20260805.155150) 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.20260805.155150_amd64.deb Size: 4796774 SHA256: ff198034f33c3129c51f13f69b103ba903e56b37e781d9e92b125d9036e1e06b SHA1: 863365a76648b66d37b0003b776ec5c0e038e49f MD5sum: e4d388737d8ddc154e009f4590218447 Description: debug symbols for ros-kilted-moveit-ros-occupancy-map-monitor Build-Ids: 4fb48fc4f165dde5e5bcb1edbfe0fbedbc3f6ee1 636a05bf62c2828341923b1a5108ec300d3cf0e6 Package: ros-kilted-moveit-ros-perception Version: 2.14.3-1noble.20260805.162630 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 1818 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.20260805.162630_amd64.deb Size: 390434 SHA256: cd051942c952d81b1916d202d809e83784c2de67d1029f474b02834bfa34d351 SHA1: 4b1d6582f293bd0a58df4a76d4a77b09c2731bfe MD5sum: c1a1e9e9dd80bc521a66ec00386a1321 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.20260805.162630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 11000 Depends: ros-kilted-moveit-ros-perception (= 2.14.3-1noble.20260805.162630) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-perception/ros-kilted-moveit-ros-perception-dbgsym_2.14.3-1noble.20260805.162630_amd64.deb Size: 10163136 SHA256: e15da17cc3fb995038b6fad33951202e320849390b04039d28e3b2afb8118906 SHA1: 0d89c8d9075f4d59ea3b18d5361d7a6eb5c4db6c MD5sum: f40e47ef415e5962942cb1f291555c76 Description: debug symbols for ros-kilted-moveit-ros-perception Build-Ids: 1110807ac82a4d60dbb6861a244ede4517e1eb1e 1ac504bb5f4db698fe9afd2c492d1295a3b95caf 2627f5a90667c72753a9d1af0b0fca02c4b3eccc 3b21fd76a10036d9e92b9db9a9666da70722c639 aac2c0f8f695904af4eae12f1575d44b15bbfd3f ec26cc8519beff27b1779eac463d260ae16a9b1c f33e1648e1481de7cc557db5c358291c0c8c7da2 fda04bd522ceaa694738c8115413b0a1956b16f7 Package: ros-kilted-moveit-ros-planning Version: 2.14.3-1noble.20260805.160050 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 6608 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.20260805.160050_amd64.deb Size: 1233018 SHA256: 97b392f6143bbbfe6ce12d13523bff7fe6c847e901de29ada1feeaf91eef40a7 SHA1: f5c481839d5f93324c9f8038bcbbd7010e9cfb81 MD5sum: aaa8a4c8b2030ff4e0f825e7d6260637 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.20260805.160050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 71609 Depends: ros-kilted-moveit-ros-planning (= 2.14.3-1noble.20260805.160050) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-planning/ros-kilted-moveit-ros-planning-dbgsym_2.14.3-1noble.20260805.160050_amd64.deb Size: 68934220 SHA256: a58e6b60d8bfcfdcf2f2c659df664b97a9ec6a0e063b3ac4cb32147b34f7ff20 SHA1: 2342f777138691f4dc6df29a03fa13222bb93e67 MD5sum: 0a523ff2148a4e0fb41c1e43113d56d6 Description: debug symbols for ros-kilted-moveit-ros-planning Build-Ids: 167ad327aef586b3bc9caf324bf677ff61dc4a18 19c5610873a8adebe7da2c00c88a14651de89038 1a8ca707191567f11818bf8139f9310cf13dd317 2dfa9c1fff02b1ecfa6f951e8641b14a72948851 3013124423d25dfafbff518b6600e0dd8af5bb89 40e30fd4e072dde2d677a829afcab6de0effeb5a 692d3a5fb79c19115bb31f3294250bd69bee8ed0 89af6ce50dca1a07a8860914d3c60cf3d8a03a4c 9c2fcc65b452d5c09e498a8f0c9aa008987df2fa a4b8d5be89aa3d56b1f0fc7aa262b2a106a22b4f ae5f987511130e962b5dae1139806d01c66b04b5 b29fe9c0da96bf875cc86717ff1d0a812a7098fe b340ea8b6e35340f95e1f97a283123abb3e1cbf3 b9283bd388016882ff133ebe1b2dc5448322bacb cb9a6b881f4734bf5e4e6db1fa4f4605946911d1 ce154218fe28f7c53f008e0fb9b60802020c2b3e d024e3eb43e79fe6f0251821bab7bb1ca77b4ca5 da8304d581448a53636df4c1a5844625d28d2a9e e020b076980f34f22cc64a90dbd8a062a42eabf3 e0509a8b974c35207c330be11208181582975b09 fd6e2b0388594f8d8ef17bf9ecff1e4fc5a8c3ec fee8a599df7e2dd9821a054cd877585591b6c4df Package: ros-kilted-moveit-ros-planning-interface Version: 2.14.3-1noble.20260805.165032 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 1089 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.20260805.165032_amd64.deb Size: 273742 SHA256: e997658b50cc78dde0a4dfac2d4eb5fed159d23255d96455ad6f4efdd685f2dd SHA1: dc33fc857d963b6964cb759ed95c997d14cf0c32 MD5sum: c3f42dc67e15ca3a5184f1f0fc193b19 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.20260805.165032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 10096 Depends: ros-kilted-moveit-ros-planning-interface (= 2.14.3-1noble.20260805.165032) 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.20260805.165032_amd64.deb Size: 9781532 SHA256: 237a5640ae2a214f14782baaceed847cb13cd7a94380b04be975cacdb7acb402 SHA1: fd9e0a486197cd1bc8b3b68fcf2693d1ec8cce48 MD5sum: bad5fce3098f39cf260dd35aaa6d8e97 Description: debug symbols for ros-kilted-moveit-ros-planning-interface Build-Ids: 2cfb9035712e83c4c7f6f355e3a003d8ef6e7fbc 688305f0e52fc1bb4b16cdb2452a3089aaad2c20 7db899866fb7b32d0019801695f653ac3d57ecb7 Package: ros-kilted-moveit-ros-robot-interaction Version: 2.14.3-1noble.20260805.163306 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 742 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.20260805.163306_amd64.deb Size: 171014 SHA256: 71575805e62bc1290f864bcad7c18db19545d8c6cfc3480c2f368fa5e3ab766d SHA1: d98c95a6fd9334416dc8504f05661f9bd2676526 MD5sum: 7a7adbcd7460350c81a89c53e86bdd58 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.20260805.163306 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 7016 Depends: ros-kilted-moveit-ros-robot-interaction (= 2.14.3-1noble.20260805.163306) 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.20260805.163306_amd64.deb Size: 6723334 SHA256: 7e3dcec964fdee996cf938dcb6076e9044f0fcd2e7de1fc69e3e757b0c956438 SHA1: 3f645138079dd1145195b2a49b1ebd8718b99f77 MD5sum: 91279522a5d8ea17316a1c361656cd01 Description: debug symbols for ros-kilted-moveit-ros-robot-interaction Build-Ids: 821424d1f947ca9c5c3bf9899c6327ba191f18b7 Package: ros-kilted-moveit-ros-tests Version: 2.14.3-1noble.20260804.165448 Architecture: amd64 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.20260804.165448_amd64.deb Size: 2042 SHA256: 6e0e30846c56f73d9e4a1bc221b3bd2db05bb1b25b4a60470cf96fabb730638c SHA1: ae1e74f954fbcc021995a38dfdb4ae2559fbe763 MD5sum: 7af28fd4aac4299d0bf4050acdae9975 Description: Integration tests for moveit_ros Package: ros-kilted-moveit-ros-trajectory-cache Version: 2.14.3-1noble.20260805.172831 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 683 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.20260805.172831_amd64.deb Size: 148926 SHA256: 20a6b95ced4dbe2218ea7f79572d6212cb6b4259701e60eb89a621dfa88fca4f SHA1: 043fd1b962dcfc282c900cc99f5aca8cc1ce48bb MD5sum: 0b8d0217affb8686b58ae56f0d0f6ab0 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.20260805.172831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 8323 Depends: ros-kilted-moveit-ros-trajectory-cache (= 2.14.3-1noble.20260805.172831) 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.20260805.172831_amd64.deb Size: 8251566 SHA256: 5ee965a6e707c9ea97f195b3be169578a12fe42ed4da501dfae7bf9bba239b57 SHA1: 690fff5d8ae49f35c2d95a97612fdff95f2ce4aa MD5sum: ccc0ea85989a16bd6c6ab0f2cd336b89 Description: debug symbols for ros-kilted-moveit-ros-trajectory-cache Build-Ids: 57e391ab78cc0d54497f1449bb4997a99c988439 777ac9ad6ad6a21a59eda99874ce936d95b574b7 79260c2f9d7248ed9d04e6f6b1af644d38a5a811 99beb6aab7621c381a859e1a40e2d94370eab8d2 Package: ros-kilted-moveit-ros-visualization Version: 2.14.3-1noble.20260805.165832 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 3655 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.15.1), 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.20260805.165832_amd64.deb Size: 713246 SHA256: 66fbd19ed7ccdf31d55d01df7dd629c4a09445918a581fc993831b178650b0a7 SHA1: ca03e8b77b26b5f04e31a940a65e9324beb8ef14 MD5sum: c2feeda418cd303e106fabc306afca88 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.20260805.165832 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 42895 Depends: ros-kilted-moveit-ros-visualization (= 2.14.3-1noble.20260805.165832) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-visualization/ros-kilted-moveit-ros-visualization-dbgsym_2.14.3-1noble.20260805.165832_amd64.deb Size: 41012990 SHA256: a8819237424fa9125cc6d96c59f9dedc66e4273637628a2ca6111d0943cc8d68 SHA1: 7d6c3de8f4bfd999cb62fa678913f65b7057bdd2 MD5sum: f7120c91e062246d216fed6794fb1d74 Description: debug symbols for ros-kilted-moveit-ros-visualization Build-Ids: 37a5eaa2bd28084eeb085a1c8339780f5492cf9e 3d3a2c857d230d15fac3b96c11371ba0d133f960 5ca92737e4bdc75afc060fe94239d749a039cdcc 5e9a82bba24f6687c288271d6f12bf64631087eb 6fcab278049a9870fc4cbbc4de1a1ad1aec6106a af7ddc8888ef138a30711f40cea42e36af7c4fae b06991bd851a9e5744653dd3d0d2d4ddd2ef020b b15d20c97a6d9c81a7c1285abf187a84c124beab da4d621bb02c2610d894b5c5481fac17c6d5b068 Package: ros-kilted-moveit-ros-warehouse Version: 2.14.3-1noble.20260805.164051 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 2472 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.20260805.164051_amd64.deb Size: 501142 SHA256: 5b485d51215387f5336c7ce486689fecefc80c465ba69484741fb42e88f10820 SHA1: 6aafaa84183ce460e9cac0119876f77f6d77e071 MD5sum: 9c70193d70e96e96288297b020edf089 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.20260805.164051 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 20427 Depends: ros-kilted-moveit-ros-warehouse (= 2.14.3-1noble.20260805.164051) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-ros-warehouse/ros-kilted-moveit-ros-warehouse-dbgsym_2.14.3-1noble.20260805.164051_amd64.deb Size: 19150058 SHA256: 25399140a194908ff0dac4e90c1bca9efc75aae3e7f381b086a55e8608d94384 SHA1: 574001f8866c1e694f4b39b59742bb50be0caec2 MD5sum: c7cf99d2edd339e7872c620cd0984657 Description: debug symbols for ros-kilted-moveit-ros-warehouse Build-Ids: 4401231beb825c59d7e37b7206e05985d87b077e 59e4231b12b4404c81399b9bc069c20d20dbaf44 6100a54edff2af01a0ffc7c4e57d45f344dee7e5 685444d6f06207c1fdf63d450d1d5311402e8d38 b20bb6207b5f554fe2e35b6fcca9dd1d199ea14a b6f4801ed27cd16beaa391d31987fa3503d1c99c f04530dd4b04772f0af37f0b8d7417e1954e59fa Package: ros-kilted-moveit-runtime Version: 2.14.3-1noble.20260805.165820 Architecture: amd64 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.20260805.165820_amd64.deb Size: 6576 SHA256: 84c553fecf8ef2c192679f3112942e98ea775a0ae28d62392af16676a2604d6a SHA1: 38b9a214354a20ad8943295a2ea70489da991213 MD5sum: 6db5bbc82e57d626dcfba1de62e483bb 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.20260805.172736 Architecture: amd64 Maintainer: Blake Anderson Installed-Size: 3358 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.20260805.172736_amd64.deb Size: 673078 SHA256: d56e2865286cc6e1ed1a313a8d3cee5e72ce8c17fb32af931ba5f83220591d00 SHA1: 9054ef7505ac20bba5b997a61d85da088939582b MD5sum: 69d00e483798685f8a1f41ac6138d02e 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.20260805.172736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Blake Anderson Installed-Size: 31635 Depends: ros-kilted-moveit-servo (= 2.14.3-1noble.20260805.172736) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-servo/ros-kilted-moveit-servo-dbgsym_2.14.3-1noble.20260805.172736_amd64.deb Size: 30434822 SHA256: 197e505ce54b4030a0f7592eaa226057ed9413f36c3bbde8086083f91a0fa53c SHA1: bda9c9ace1bd253949564d76eda2267d91bbf05b MD5sum: 8922e18c0b1aad23fd41fd3321fd04a5 Description: debug symbols for ros-kilted-moveit-servo Build-Ids: 09f24b239140306778371e11770dd93a17771690 65080f806595a5d00f7cb203cfdc43982066f60b 705d33ac45e65acbfd07aab5e28dfab3da067d51 9224981aa73395f75c815461734834fe4fd93e22 a73a008aec72346256641937f0ccd1302ad0aa70 d0765a25ef534996b234293c912d4fbf77b63577 eb0e72eeec928118acd9450434227cdfdecf2d77 Package: ros-kilted-moveit-setup-app-plugins Version: 2.14.3-1noble.20260805.174302 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 297 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), 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), 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.20260805.174302_amd64.deb Size: 73264 SHA256: 520d0e8d61493b85ba744ec77f0cf8d7093c5ca48d300428f9f27f11c50f36af SHA1: 925d5805edbccb5b94297ad279ca155ea7e66228 MD5sum: f53feac3b44ab867d6ccd140654b36c0 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.20260805.174302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 4005 Depends: ros-kilted-moveit-setup-app-plugins (= 2.14.3-1noble.20260805.174302) 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.20260805.174302_amd64.deb Size: 3983136 SHA256: d0336b5b7ef70be569dd4093c788673f974bbc927d4106323768140a07e306ee SHA1: 5714ac8d2a0d4371b8a5c850e592511288f1162d MD5sum: 38a0d560508d94272acf5739efedb607 Description: debug symbols for ros-kilted-moveit-setup-app-plugins Build-Ids: 42ebaad41ae84e6098727ecf2989c075ce0b245e Package: ros-kilted-moveit-setup-assistant Version: 2.14.3-1noble.20260805.175546 Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 880 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.15.1), 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.20260805.175546_amd64.deb Size: 289756 SHA256: a90d6f9d285fc701bfb48b16675e5d4041e42a5f2637b6fa2ae3a34cdcef8533 SHA1: 8543ae17a1d427c25527a0067ac3b6e65d4f3f61 MD5sum: 59695e370ffbf81768136503a5635d61 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.20260805.175546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Henning Kayser Installed-Size: 7541 Depends: ros-kilted-moveit-setup-assistant (= 2.14.3-1noble.20260805.175546) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-assistant/ros-kilted-moveit-setup-assistant-dbgsym_2.14.3-1noble.20260805.175546_amd64.deb Size: 7381256 SHA256: 8510e3f11a3300258384eadd5b6bc4455e284ba01bb5bfe60f29cae829ccfa75 SHA1: 42bf9ae9152cf745cb3c93d428441a1d6e48e7cc MD5sum: 8cd07e728cda8f4a9d3db4384b61e0e5 Description: debug symbols for ros-kilted-moveit-setup-assistant Build-Ids: 47e421495a917a9e95aeb18946121e623147b160 f9a9e0d2db493f8a6e4cb6e74520d5d4c1828fba Package: ros-kilted-moveit-setup-controllers Version: 2.14.3-1noble.20260805.174307 Architecture: amd64 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.15.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-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.20260805.174307_amd64.deb Size: 167348 SHA256: 7246112df147435531dbe66a9418cc50918ed36c6c65e5cf0608f9ae47c27944 SHA1: 6af2e02fcbeef9b1276d81caf48ad97c9415c5e1 MD5sum: 410f43dc3712d1c35b38bf7543cc2b86 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.20260805.174307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 11760 Depends: ros-kilted-moveit-setup-controllers (= 2.14.3-1noble.20260805.174307) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-controllers/ros-kilted-moveit-setup-controllers-dbgsym_2.14.3-1noble.20260805.174307_amd64.deb Size: 11714698 SHA256: 883bd9cf13217ce94196ceb6cd0d4e9b44048774adb9a9184e5b31a34ecfe99d SHA1: a1902f8a5ab99584acd1174c1a63bb12cf95a361 MD5sum: 8aaba96113fb7f60b4ed64f131f248a2 Description: debug symbols for ros-kilted-moveit-setup-controllers Build-Ids: 34beab2a1def70e3987be5be38b4a6b5508df426 Package: ros-kilted-moveit-setup-core-plugins Version: 2.14.3-1noble.20260805.174303 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 269 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), 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), 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.20260805.174303_amd64.deb Size: 64562 SHA256: 7f35d3d9bef1237728349d95bc0282728b9c44d1c339a30b3150cf6ee7990987 SHA1: cf3bd3b5926b2c1b0001b899219f562e50748f1f MD5sum: 44a224070c605a68f67270b1d3aa2939 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.20260805.174303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 5896 Depends: ros-kilted-moveit-setup-core-plugins (= 2.14.3-1noble.20260805.174303) 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.20260805.174303_amd64.deb Size: 5909098 SHA256: 0ffd1a2488c98d3d551585a6e23054bddb05e7e60f38cb34be884e5152b78512 SHA1: 12add343df12599cf15f72fad9914f9f69e0390f MD5sum: 982c5d1954fa83a8085c6eeaaa06d014 Description: debug symbols for ros-kilted-moveit-setup-core-plugins Build-Ids: aac40bce39896ce579ff9cf4b61d75fa29e8b11a Package: ros-kilted-moveit-setup-framework Version: 2.14.3-1noble.20260805.173058 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 728 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), 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), 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.20260805.173058_amd64.deb Size: 199282 SHA256: 5540ac8b4f5be0aed996003238dfa453a7b2fe86666151c72f62164343d9b59b SHA1: f2a79ee39f87c3e3c01a1aa3f3fea02428ba66c8 MD5sum: e1b2ceeb4d16419354bbc2b1f5f9b989 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.20260805.173058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 6985 Depends: ros-kilted-moveit-setup-framework (= 2.14.3-1noble.20260805.173058) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-setup-framework/ros-kilted-moveit-setup-framework-dbgsym_2.14.3-1noble.20260805.173058_amd64.deb Size: 6888142 SHA256: 1ed41f29c9a7413180da8af8fd01837e1b6b162c629359b0fc8fb03592a01e14 SHA1: 188ec7d1369b32be61c9f8e63789d3a73cb67168 MD5sum: 5904f1595406ddb06dc62961b3f8b4cc Description: debug symbols for ros-kilted-moveit-setup-framework Build-Ids: 0194b6d576a6a51844333ca7d1b676cccf728ad3 Package: ros-kilted-moveit-setup-srdf-plugins Version: 2.14.3-1noble.20260805.174308 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1132 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.20260805.174308_amd64.deb Size: 315906 SHA256: 1377e948cd07400f9fd4df0b54ab40e109de59202a984286e52934969c78dc04 SHA1: ae2253f745d8b0f2f10d76d976cc230c731ff278 MD5sum: 8674817f82c23d8e54119cda7ace2d99 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.20260805.174308 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 20149 Depends: ros-kilted-moveit-setup-srdf-plugins (= 2.14.3-1noble.20260805.174308) 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.20260805.174308_amd64.deb Size: 20054424 SHA256: d1876f860bfb9cfc06e67098e2400960a029a35abc2e692024a9d7417e226c7c SHA1: 00e50a7c32512a0161507d2e311ce4f53a3a3c3e MD5sum: aa3b6604cf067523748556987d91fdb3 Description: debug symbols for ros-kilted-moveit-setup-srdf-plugins Build-Ids: 24071b9a5d134e476cfbd1428075cd653bb1f9d4 Package: ros-kilted-moveit-simple-controller-manager Version: 2.14.3-1noble.20260805.155705 Architecture: amd64 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.20260805.155705_amd64.deb Size: 119160 SHA256: 98fd498f6024b18a34296c6b1a7f96430ad42837b1f674fad8c1484dac49d005 SHA1: cfa9084189f5b3e786925a0472cc433b6c65f893 MD5sum: 019e4e7695e56d2d1b05f8793dfcfdc9 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.20260805.155705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Görner Installed-Size: 1996 Depends: ros-kilted-moveit-simple-controller-manager (= 2.14.3-1noble.20260805.155705) 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.20260805.155705_amd64.deb Size: 1793336 SHA256: a37ccdc737c602ac991623b61d824886a56622512ae707bdf8d5907e4b134351 SHA1: d902d48c4ac3f0330e2465e21f97cf6005b22dc2 MD5sum: 51c05580421122b46c46b414550b09b6 Description: debug symbols for ros-kilted-moveit-simple-controller-manager Build-Ids: 740c312f1e6f3c845765b041a656c4a5efd3625f Package: ros-kilted-moveit-task-constructor-capabilities Version: 0.1.5-1noble.20260805.172726 Architecture: amd64 Maintainer: Michael v4hn Goerner Installed-Size: 212 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.20260805.172726_amd64.deb Size: 58718 SHA256: f97033bc1b2874f9e7b7dbffc7dd035da3e2ec5466bc20ea0b118543cac7a797 SHA1: 66724b4174098ae9ceb844579279b3959cd8917f MD5sum: ec26c5beb2db747a32b00287d62d9de0 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.20260805.172726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael v4hn Goerner Installed-Size: 2797 Depends: ros-kilted-moveit-task-constructor-capabilities (= 0.1.5-1noble.20260805.172726) 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.20260805.172726_amd64.deb Size: 2743944 SHA256: 3c49650de104292a51b038a08a6e57b67133f2a255474be74a0e09d626aaa8e5 SHA1: dd26efbe683499c0d18f19db68828039b2cadee0 MD5sum: 1bf265f1c461c42a97c35be37d536f9c Description: debug symbols for ros-kilted-moveit-task-constructor-capabilities Build-Ids: a1481ba7776526e6dbb192dcafb96fec165cde5f Package: ros-kilted-moveit-task-constructor-core Version: 0.1.5-1noble.20260805.170845 Architecture: amd64 Maintainer: Michael Goerner Installed-Size: 3729 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.20260805.170845_amd64.deb Size: 905822 SHA256: 20f16c603a298bd61efb8d0bb2b2948e34b2c03253f6055d18cebe44a0ad3519 SHA1: 9fbcc80e5c412a28b8d65c7e0069a2dd65583f93 MD5sum: a20623be8e620d0dcc89b47b7e40619b 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.20260805.170845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Goerner Installed-Size: 45410 Depends: ros-kilted-moveit-task-constructor-core (= 0.1.5-1noble.20260805.170845) 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.20260805.170845_amd64.deb Size: 45108344 SHA256: 9fc724bda96f73a32e17ab563ac4c50ded8885b52ff911f73ab875ea877ad132 SHA1: a70aad7cf066b95e8c6368a9080c401e9f1c5a5a MD5sum: 4359fe71d274f72964108ed79b487070 Description: debug symbols for ros-kilted-moveit-task-constructor-core Build-Ids: 1911c11b7643923418e6f8f089cc42f6cb8164b5 2d3767e82b4078be2842af06a234dc466170f1c9 50451423812dd9a5d408030cb3280a805cab2cad c394027d2339de9c72b7abe9a838c78e3cb0666b Package: ros-kilted-moveit-task-constructor-demo Version: 0.1.5-1noble.20260805.173906 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 694 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.20260805.173906_amd64.deb Size: 142796 SHA256: d8d77a22d23544c3572f024ae5cb3f0b0c1aebe385b12465738360975e4b70a4 SHA1: 3f480c581517740df12ae26aafedca8a3fcc784e MD5sum: cf95ca60131c05e3b564d9a497085a48 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.20260805.173906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 14521 Depends: ros-kilted-moveit-task-constructor-demo (= 0.1.5-1noble.20260805.173906) 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.20260805.173906_amd64.deb Size: 14513610 SHA256: d0ff6c4831ab1c7eb503ae714bd7ad75785efe6dd5e310d643782ecec8381be6 SHA1: dc73bbab6f5e0a0dd0a81bfa6a546595649a1ebb MD5sum: 1cae5449e93fc9e859754d6346568957 Description: debug symbols for ros-kilted-moveit-task-constructor-demo Build-Ids: 07e2c341afe3d5991c7faf391c0bd0cf51020536 5a4e9cfad36631559a88dbd6458b4cab6653e306 6556c8e343567571797c9d6894e9211fd436f935 76fe9a55c9fa245fe34ac778c1dcef94a48df391 8d62d0dea5c38f9f18bbf400bfd897223a235f46 a2b81b348801ca19a2ccdd65a3ab828a24181715 b45a10dd30766fd6c1436afbf9ace32a72cad71d Package: ros-kilted-moveit-task-constructor-msgs Version: 0.1.5-1noble.20260716.023057 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 4616 Depends: libc6 (>= 2.14), 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.20260716.023057_amd64.deb Size: 339406 SHA256: 59fcece76d3f5bdffc6ee1698db73f224a677619d47b4f4d0daf94749a169379 SHA1: edc8102bf6112e7b716a00aae4ec78f6b0c45b79 MD5sum: 017f125e9a5104b2b2f18fe01d16d0be 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.20260716.023057 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 4903 Depends: ros-kilted-moveit-task-constructor-msgs (= 0.1.5-1noble.20260716.023057) 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.20260716.023057_amd64.deb Size: 4242262 SHA256: c939d2b1948d887bdc87bff9371090017dd7e85abda1cf54e4625fd575454b34 SHA1: 70c749ab88cabc8e5fb6ea1a5fa11a2ca149a878 MD5sum: b52c8d4e511b635b1648c36b9ab973b4 Description: debug symbols for ros-kilted-moveit-task-constructor-msgs Build-Ids: 05623f8fe4065fc5fc288121890526c7d98e1fb3 05b1e6d55416f113635aac3d614797d0ec0867e3 347d944f0190894c57231812c6e50b790bebaf0c 6379bba7297dd380a71dc1f8c110a20b362001e7 63a01fdaeadf17a76ce13cb795b26e9b8bca0014 72d219dcfa88fd1dcbd4168ea58d8b8721c93608 7e25ed456882c4588af12e87243b9d2049baa5f3 b0418d143dab5d07bb34ab879ece76e3108deb65 ef48dde20071f98bfc4e8711ee430fa0982c4dde fdf034a91cf15102ea74031e6bb7d62c719c702c ff4477ee9a4d7a43775eb56a06d91d46c67e7a4d Package: ros-kilted-moveit-task-constructor-visualization Version: 0.1.5-1noble.20260805.172737 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 2058 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.15.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.20260805.172737_amd64.deb Size: 473674 SHA256: ee0b5c694944c0ca2cec2548b5cff779c2166b23f1113f9a6c55ae5a5f31ccf1 SHA1: 94af2e68a922f209d389a4e0ba4cf3a7c25ef0af MD5sum: e4224e16314252b00aeef21581bea342 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.20260805.172737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 21756 Depends: ros-kilted-moveit-task-constructor-visualization (= 0.1.5-1noble.20260805.172737) 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.20260805.172737_amd64.deb Size: 20803020 SHA256: 2a7278601ef7b85aa406dcccc1c08b2a03cb6745710de4eb38670899eedce881 SHA1: 0923ab2f9add26e6ba7b1ee82f310aaa6dd4c51e MD5sum: d82b9803ae16688f7bec71dacf94923e Description: debug symbols for ros-kilted-moveit-task-constructor-visualization Build-Ids: 1da9df8c85d7eac41aca661d7ec40b0b35cecd67 2c11f62799e25d23afa6801fce2e5e8056132118 cb6faef56d45dc338a3adc69f1cec7435063d254 df858b2e70df9b80d4cb28968cd00df87e1fd13c Package: ros-kilted-moveit-visual-tools Version: 4.2.0-1noble.20260805.163607 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 789 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-ament-index-cpp, ros-kilted-geometry-msgs, ros-kilted-graph-msgs, ros-kilted-interactive-markers, ros-kilted-moveit-common, ros-kilted-moveit-msgs, 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.2.0-1noble.20260805.163607_amd64.deb Size: 297742 SHA256: aa74863cbd5898fad6eba4ee767876eec6ea8666d0ac0b64928a4f919dd21b3f SHA1: 5ad4948111697fd39f468caa2a645fdd1e829175 MD5sum: fde5996d358e414589d166764cd01fc4 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.2.0-1noble.20260805.163607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 9201 Depends: ros-kilted-moveit-visual-tools (= 4.2.0-1noble.20260805.163607) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-moveit-visual-tools/ros-kilted-moveit-visual-tools-dbgsym_4.2.0-1noble.20260805.163607_amd64.deb Size: 9119098 SHA256: 06ced0d57cfb916c862c7854696514c53ac7832b01138469b4e44ac9315d2641 SHA1: 56409185dea0d6dd2278897587ffe2f0e98762e6 MD5sum: 53d34dd437d4c21d3552c77c0a34ff2a Description: debug symbols for ros-kilted-moveit-visual-tools Build-Ids: 099010419cecc7b52fe0975fea70dd02e133277c d7ff51ae69081e2dbde7b04bc58ad61c67167d4d Package: ros-kilted-mp-units-vendor Version: 2.5.0-2noble.20260410.112039 Architecture: amd64 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.112039_amd64.deb Size: 99458 SHA256: 03f50425816043cf478161b589c8c14d695947394fce32ca3e3dc76bcb78b82e SHA1: e6cb5f913db23ce7723978f63113a0052b0fcb85 MD5sum: 52427c2ae86be2f9c90deb5cd4f9f1e0 Description: Vendor package for mp-units (quantities and units library for C++) Package: ros-kilted-mp2p-icp Version: 2.12.0-1noble.20260731.164650 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 27 Depends: ros-kilted-mp2p-icp-core, ros-kilted-mp2p-icp-viz, 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.12.0-1noble.20260731.164650_amd64.deb Size: 16156 SHA256: ba9addccc19b4d2095c19582bbb694c985a1271b2d24c33f6c2e0a7e881a7012 SHA1: 4d3620255e0f823b0669432f1fb2e80cccee02a2 MD5sum: 5147bafcec8ea0dababe86de259dfab4 Description: Metapackage for mp2p_icp: depends on mp2p_icp_core (headless libraries and CLI applications) and mp2p_icp_viz (GUI applications). Package: ros-kilted-mp2p-icp-core Version: 2.12.0-1noble.20260731.161922 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7265 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-kilted-mola-imu-preintegration, ros-kilted-mrpt-libbase, ros-kilted-mrpt-libmaps, ros-kilted-mrpt-libmath, ros-kilted-mrpt-libobs, ros-kilted-mrpt-libopengl, ros-kilted-mrpt-libposes, libcli11-dev, libtbb-dev, ros-kilted-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mp2p_icp Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mp2p-icp-core/ros-kilted-mp2p-icp-core_2.12.0-1noble.20260731.161922_amd64.deb Size: 1520184 SHA256: bf47f4de588fd4b140901a75cbf9bf3d5c65c8b94aed700fae232a70def95a11 SHA1: b4719cfbe6839b8552b11d019fd289bf67cafc24 MD5sum: f66fa0a7f2d76979715588a39c7acd43 Description: C++ libraries for multi primitive-to-primitive (MP2P) ICP algorithms and point cloud processing pipelines, plus headless CLI applications. No GUI/display dependencies; see mp2p_icp_viz for the GUI apps. Package: ros-kilted-mp2p-icp-core-dbgsym Package-Type: ddeb Source: ros-kilted-mp2p-icp-core Version: 2.12.0-1noble.20260731.161922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 57748 Depends: ros-kilted-mp2p-icp-core (= 2.12.0-1noble.20260731.161922) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mp2p-icp-core/ros-kilted-mp2p-icp-core-dbgsym_2.12.0-1noble.20260731.161922_amd64.deb Size: 56362224 SHA256: b4f85e51ee40e9824ed858c2d6c79feedb2665aacb4a36b0fd9453c891079ca6 SHA1: 7c474693e5fdae151e98c5a62049abd03f3ed1be MD5sum: 62c33da5958d248849d1b5fa54c655c7 Description: debug symbols for ros-kilted-mp2p-icp-core Build-Ids: 25bbfe8b35474ea74302c823af2ad3e5f49484aa 286aa11e89924f2dbe36d659f94a5f4d7452314e 4517fef90b1968e6fd206d7080debc3b44d83ffd 6a1392e9351bc8ad034fa4e52382844a7400ba82 7210357c89a852fc009cea01c376eda55e0e4440 75b581131ce60bf010bfac7f69c88f11588ada53 849e17b0dbce70d15b6faeb4b3ad59858bd2b449 b01fd08a5eb7cbaa1cbc084e6ed6818bbd167212 bfa9020d879866886a3578caddaecad4f2631f7d cb6f2afba9227cb9561b52a88697eeb727a7232e dc7bfb1f9ee32449dc2c570b36e381c222489891 e3d8d35988ea663bb5fcfecd0f952f8032d1d249 e487b3512fa82fe9d05aab07adc3cc1716d20baa ec17cf8e84b8284677dde39011666702a4b96ba3 efd725d99ca0166e32c06e1a270619c6868f1377 f7f15587ae9fed9e3b65e786a9dabd40990f0e37 fc7392d6edd656fe32e80f62f9c6f007f53f315a Package: ros-kilted-mp2p-icp-viz Version: 2.12.0-1noble.20260731.164200 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 972 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.0), libstdc++6 (>= 13.1), ros-kilted-mp2p-icp-core, 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, libcli11-dev, ros-kilted-mola-common, ros-kilted-ros-workspace Homepage: https://github.com/MOLAorg/mp2p_icp Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mp2p-icp-viz/ros-kilted-mp2p-icp-viz_2.12.0-1noble.20260731.164200_amd64.deb Size: 296962 SHA256: e2af621e2c1095742a9eef0d737bbff087a38f0bffaf4e7e3a7a8b71745c372d SHA1: 377194606b9ab758704fbcc67b14b9828048550b MD5sum: 096b82b27211aee9b1b73b7e05976b95 Description: GUI applications for mp2p_icp: mm-viewer (interactive *.mm map viewer) and icp-log-viewer (ICP log inspector). Kept in a separate package from mp2p_icp_core so headless consumers don't need to pull in mrpt_libgui. Package: ros-kilted-mp2p-icp-viz-dbgsym Package-Type: ddeb Source: ros-kilted-mp2p-icp-viz Version: 2.12.0-1noble.20260731.164200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5461 Depends: ros-kilted-mp2p-icp-viz (= 2.12.0-1noble.20260731.164200) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mp2p-icp-viz/ros-kilted-mp2p-icp-viz-dbgsym_2.12.0-1noble.20260731.164200_amd64.deb Size: 5223194 SHA256: cafded5467921e7772d0ef43aa1914403f8aeb283d43728fa8f4634def59a31f SHA1: 971d78951306fea91a0fec39ad441dc849946e30 MD5sum: 16382299b8dc4ca28f214b4f76ce1545 Description: debug symbols for ros-kilted-mp2p-icp-viz Build-Ids: 25d4819e07c0131ca62b32c622de73c5c905f499 d48ce3134b2a5814a53a3ac7379e1d9cb590a9d0 Package: ros-kilted-mqtt-client Version: 2.5.0-1noble.20260804.180744 Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1004 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpaho-mqtt1.3 (>= 1.3.0), libpaho-mqttpp3-1 (>= 1.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-rosx-introspection, 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.5.0-1noble.20260804.180744_amd64.deb Size: 321250 SHA256: 74f7582dc6964f3f07a83d4a814e78a8ee04ad3d19bda51361ad1aca318ace4e SHA1: eb7341dc1bd95ca5b8b2ec1a46f7dd323c3719ce MD5sum: f3f5529062ea48dbd33c8516df0ced24 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.5.0-1noble.20260804.180744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 3116 Depends: ros-kilted-mqtt-client (= 2.5.0-1noble.20260804.180744) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mqtt-client/ros-kilted-mqtt-client-dbgsym_2.5.0-1noble.20260804.180744_amd64.deb Size: 2856860 SHA256: 2a80540676048872aea8c25f0c74569705df1007ef7e82b07665da4f05429092 SHA1: a2b4195052bcd0efbe52869723ccc561d567c4a3 MD5sum: cf6f39f3e00bc9eac5e223f20a29ca81 Description: debug symbols for ros-kilted-mqtt-client Build-Ids: bd1c23803257d762a353a9dec29360acd7ebc527 efa6703a63267cac356c7f606e57d1dc439430d4 Package: ros-kilted-mqtt-client-interfaces Version: 2.5.0-1noble.20260722.084131 Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1776 Depends: libc6 (>= 2.14), 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.5.0-1noble.20260722.084131_amd64.deb Size: 130298 SHA256: 2145b3911ac408b9cee8efead2a54194f6c38b729fd825ac7b823c542a0a1274 SHA1: 8782f6d537fb212d63531a292fe6e87fc1a4a07c MD5sum: 0af2c407500678cba0d9bd6cb6b1bab2 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.5.0-1noble.20260722.084131 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1204 Depends: ros-kilted-mqtt-client-interfaces (= 2.5.0-1noble.20260722.084131) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mqtt-client-interfaces/ros-kilted-mqtt-client-interfaces-dbgsym_2.5.0-1noble.20260722.084131_amd64.deb Size: 922018 SHA256: a2e83ce3ce4620f8e12fee685cc9424554f9ea5e963100061b9f049321e9cd5e SHA1: cfeb7f9ef49e05ba30c4bbaab9a66c768751f92e MD5sum: cd6963e09d4da30f7c5fdcab7974dc5e Description: debug symbols for ros-kilted-mqtt-client-interfaces Build-Ids: 069fe179b721df5bb5839949f79a31e6828d4220 1c696163cbd5b5a6f87a352d10904a687056c0bb 23dafb3751ce5265647834b4d11db3921089c9a4 4538ced99f116280403a873fba8e4a1d4b1e95d9 45f031d2bf8965181b4408c7de188fd14d0dd1d2 5c19d8e36432353c45bd674ea3a9726dd204c5bb 6021d08ea82a7b1276489638085f19a18888f106 7ec1a5678378a30363919a09494832798434703b 854462487391a82ac19407569bad3e9529096103 cd991d4d63b0cce62efcb621bee73a9eee30a362 ce0f0a4e7244f733bc8c7c01ad74a26b8cbac525 Package: ros-kilted-mrpt-apps Version: 2.15.20-1noble.20260731.165144 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13392 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.20-1noble.20260731.165144_amd64.deb Size: 2445504 SHA256: 063f20abc8e41a3398b4a31ada772cd686430d770891b715c321ad7436cddfba SHA1: 6278f37aea63c8d28ef2e409c303000e03bb8696 MD5sum: a5d538a2b8da786ad0ccaf78f9795ce9 Description: Mobile Robot Programming Toolkit (MRPT) applications Package: ros-kilted-mrpt-apps-cli Version: 3.1.2-1noble.20260806.075013 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2145 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-bayes, ros-kilted-mrpt-config, ros-kilted-mrpt-core, ros-kilted-mrpt-hwdrivers, ros-kilted-mrpt-img, ros-kilted-mrpt-io, ros-kilted-mrpt-libapps-cli, ros-kilted-mrpt-maps, ros-kilted-mrpt-math, ros-kilted-mrpt-obs, ros-kilted-mrpt-poses, ros-kilted-mrpt-random, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-system, ros-kilted-mrpt-viz, ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-apps-cli/ros-kilted-mrpt-apps-cli_3.1.2-1noble.20260806.075013_amd64.deb Size: 361838 SHA256: 327f4f464bc7d39d7e7c19f42c7a561916ef8ba9bc8887f5a1706095d181f21a SHA1: 3cb333aa6eddc7d1adb966ddbd02a16ac9b66302 MD5sum: 26df477c2f1bd48d160c8991889e1425 Description: MRPT command line applications Package: ros-kilted-mrpt-apps-cli-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-apps-cli Version: 3.1.2-1noble.20260806.075013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10129 Depends: ros-kilted-mrpt-apps-cli (= 3.1.2-1noble.20260806.075013) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-apps-cli/ros-kilted-mrpt-apps-cli-dbgsym_3.1.2-1noble.20260806.075013_amd64.deb Size: 9535634 SHA256: 061aa390b5ff50e9a38cee267d1a978a61726bdb2c0cb66186020df67691347b SHA1: e12c7b5f5df789812f229cdc3d0384c7d875fb07 MD5sum: 5ccefd79a142398ee171f257f6f3be92 Description: debug symbols for ros-kilted-mrpt-apps-cli Build-Ids: 3a90cd691428971d1af6132d94cb5b83bfc17cf6 5dc5d59beaa83abdd24b960056427ae03329e02c 6570514a8c9a8b268797bcae282503722443f15c 68e5d731000afb3ee104923972a609dc7e0c3827 99f3e287ed7f5571204ac1c16dbe2441a45024d2 9fae6f511620d1883327902c794164d642b9eacc a0b1c1c3c70847f3eae8ab4680a48c40c3cc19f3 a59e231ef9e724fe85fe31de454d57e5715db02e d073b3fc9b4f649baa8179e333276649c882a81a d1de7f7db177c46e48ea8881dc402c421feb27d1 d54bcecd6917711fee66939d6b770a90b18ad4ea dadb21c4168fb625352286fc37fe0cd07f9e2961 Package: ros-kilted-mrpt-apps-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-apps Version: 2.15.20-1noble.20260731.165144 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 54928 Depends: ros-kilted-mrpt-apps (= 2.15.20-1noble.20260731.165144) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-apps/ros-kilted-mrpt-apps-dbgsym_2.15.20-1noble.20260731.165144_amd64.deb Size: 52997762 SHA256: 49efb14e599c673a388d52808a9905e929b3d484a619e0e645cecb2a2c244b63 SHA1: 3c112dd26415409acdd95d859d1b7505cb1455e8 MD5sum: 5548d9639f222570b4e32ce8d416e853 Description: debug symbols for ros-kilted-mrpt-apps Build-Ids: 04a5ee860808be3ce539303be92925eed4217564 0a96de145d15c9094de0ef40b2159e0d01a12c6e 0b6b340374c24c1bf27d67824369ea450948f112 0fd807363c32b7e8a33f345c80ea15b62428560b 17c82f1d581307a30a5de714a5f2dd24600d2b68 19cfdfc9734587a1d5ac5631f3e8f586058bbcc3 28d0403008e79d2813c0d73d3a64e600e70887af 2a65cda0965c02f1bc992cb213e1cbc2bc9a31f2 2a7ffacffb3f492b3fa34ee0acb250742b8b4375 3395f5212ddb7d3c59468f61f52717bec838ae70 3ced947a6887f1fa2ab8e3804be33c87eebf1175 4543de3fb0c7d6b6d12c3c4941852b5bea35f480 46337de88a9741890bdc42e3ab5b202c36bf26ec 49902ffad08bc8a53f058779588ddee82e3d27d2 4e268f71b887f225d4932a98f800ad202b9ed899 546b72311614e03c65ab99db2e9190cdcc9d3719 58dbed74afba66b771042c13f934c5b46540008c 597021d040eb9f4f461de7b5b0db1e2be54d5b9b 5fe8097797aac4023611b803c649ce13f4d94c68 60074cc8be253dd690f7324fbac66e66e0a4a7ae 614b622dc550822bade48839f87d171db60b5e80 628cbcfbe325ca00afd3951f40cff6f24df636b8 6d7d6b75c0c4ec3a330b88b07b6e1339d061de57 6e8d413ec21ce02387c5359c0d13205be57e69a2 702297db5688be3083e6872c6d236c43a71ac69a 900ab6d509d871daf935f99d7b66cd76ba2cb367 a038099e8c4200d32dd3f5cbcb878e85a155514b a4f56dbd72353bf264338826303437246a3d9cc3 c73626b6d32b9a5d567b5204103790ca442b8afe c8ee8195a3c6e032ee7131422eed19dde4d5f9ba cd70658b0d7fbb4aa9dae88a69ab8648ccbf46ed d3b60ad606d3a987a89cdd307e9ea95a12a3a1c7 d4cf12eda6401fbe378fb54402af4df12cf11c02 d6b0ad2dc200ccfb5686e32465fc36504d6554d3 d77b179aa7715f7f7090343af071fc5594697035 dec4036942169243baffcfefe4a275fa5448eae2 e3b430a97ffb0f16ceb92e3a3009379d188f910d f003a25f965ec56ad204f876411e361e1e6ee839 f3250e355bbedcdefe24b14a292e15adc7fd1ea9 f54a2152005a51b129a7996311787ccbe9f389e8 fd24323c82bc34e91c8d573b4fdc3b89e36eb57f fdebd7a17df2fc6de43c715bab9ac4796780506c fefa57bf2d65f88d6daaafb7c845be3010549841 Package: ros-kilted-mrpt-apps-gui Version: 3.1.2-1noble.20260806.075449 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4319 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-bayes, ros-kilted-mrpt-config, ros-kilted-mrpt-containers, ros-kilted-mrpt-core, ros-kilted-mrpt-gui, ros-kilted-mrpt-hwdrivers, ros-kilted-mrpt-img, ros-kilted-mrpt-io, ros-kilted-mrpt-kinematics, ros-kilted-mrpt-libapps-gui, ros-kilted-mrpt-maps, ros-kilted-mrpt-math, ros-kilted-mrpt-nav, ros-kilted-mrpt-obs, ros-kilted-mrpt-opengl, ros-kilted-mrpt-poses, ros-kilted-mrpt-random, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-slam, ros-kilted-mrpt-system, ros-kilted-mrpt-tfest, ros-kilted-mrpt-viz, ros-kilted-mrpt-common, ros-kilted-mrpt-graphslam, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-apps-gui/ros-kilted-mrpt-apps-gui_3.1.2-1noble.20260806.075449_amd64.deb Size: 838674 SHA256: 17161922c9fedb1b7de0c54d14c618adc20bd171f225602157bc93a08adeabd7 SHA1: 4d4955d5d0c87885de9fc118fc70795264d8ec4f MD5sum: f4805671e304cd0fe14b045919066705 Description: MRPT graphical user interface applications Package: ros-kilted-mrpt-apps-gui-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-apps-gui Version: 3.1.2-1noble.20260806.075449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 20706 Depends: ros-kilted-mrpt-apps-gui (= 3.1.2-1noble.20260806.075449) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-apps-gui/ros-kilted-mrpt-apps-gui-dbgsym_3.1.2-1noble.20260806.075449_amd64.deb Size: 20052472 SHA256: 4be489fa3f8f05f997efd906ccbfc05a56b85211f4cda8cf39f0951edab406cd SHA1: 4470edbf3cc538d0d067693ac7927440cec02925 MD5sum: e0488a8641867acd5941eaa48ba63396 Description: debug symbols for ros-kilted-mrpt-apps-gui Build-Ids: 02201ac36b106c4663ca9f872f5de8cf443a935a 0814dcede69129a9876dcef06cd086043b2470fb 3125368c83817b4c0978b7e96f2606e36ea5239d 4ecc492b07a9576cdb53d36cb096b298d2c9e774 500e4aaad149fc6389511a1295e6c5962851bee5 63f90c0d831aa37369dec3a995e008cc87d2eb57 7c161afd9803d73bb6c529d5468675567b1a78f1 7d03123f520a58fe71b0ad086469bb79e847072e 88e730842b60bce27a2d553f1e822f991eb43091 c35802751040bd3103dd250d6ee374150e4f56bf dd8d18b31bcc4782017d2f54c7f6b41e8b140559 e049a1bde6cc24113d14baa7eaeb1b7ad2ccb41b e477ed8b3a5cff3e0fd14e7cccd45c5fa0462e02 e723bec1a5e5a3cbc272c6b0cfe368d086f99566 Package: ros-kilted-mrpt-bayes Version: 3.1.2-1noble.20260731.141105 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 494 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-kilted-mrpt-config, ros-kilted-mrpt-core, ros-kilted-mrpt-random, ros-kilted-mrpt-system, ros-kilted-mrpt-common, ros-kilted-mrpt-math, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-bayes/ros-kilted-mrpt-bayes_3.1.2-1noble.20260731.141105_amd64.deb Size: 151146 SHA256: d4770c60cab10491f597241ac2452badf8e247bd1adf315c0ad18564764faf62 SHA1: 85546249171b2a0a279640ef32ef79ff53ba2b44 MD5sum: c40ca60eb4910014b3460290ee631de3 Description: The MRPT C++ library mrpt_bayes Package: ros-kilted-mrpt-bayes-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-bayes Version: 3.1.2-1noble.20260731.141105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 419 Depends: ros-kilted-mrpt-bayes (= 3.1.2-1noble.20260731.141105) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-bayes/ros-kilted-mrpt-bayes-dbgsym_3.1.2-1noble.20260731.141105_amd64.deb Size: 391350 SHA256: 0201203a18f89d78208cac7fbbe52e253cb5e15e278952ef8ebe96f6cdb7c504 SHA1: 5cc49d3ca039a132864e7677a4d9d1fbe38dded2 MD5sum: b7382d36ffc964c4f908ed6865d74932 Description: debug symbols for ros-kilted-mrpt-bayes Build-Ids: ce695eb6c033c7ea86aaef9b878693a137dcc138 Package: ros-kilted-mrpt-common Version: 3.1.2-1noble.20260708.084411 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 69 Depends: ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-common/ros-kilted-mrpt-common_3.1.2-1noble.20260708.084411_amd64.deb Size: 15970 SHA256: e7fd91b6c152cd14d6530f592443245b9e639724c0b6114802ca293f09a0af97 SHA1: e7927f1df40ee02ecff73391d443498d5838db76 MD5sum: a1c8a4890e280bd9d1e9812658ba968d Description: Common CMake scripts to all MRPT modules Package: ros-kilted-mrpt-comms Version: 3.1.2-1noble.20260708.090418 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 433 Depends: libc6 (>= 2.38), libftdi1-2 (>= 1.5), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libusb-1.0-0 (>= 2:1.0.8), ros-kilted-mrpt-core, ros-kilted-mrpt-io, ros-kilted-mrpt-system, ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-comms/ros-kilted-mrpt-comms_3.1.2-1noble.20260708.090418_amd64.deb Size: 142662 SHA256: dd047574387aee57daa86f35ceee501ffbdbbc4fc1e6b887420a3f10f3d2e24e SHA1: 8570ba1e929a3bcd4f1e3b3ef4ca12616c894fe8 MD5sum: 0a1d3fed3ee8775e107878cac5a2d51e Description: The MRPT C++ library mrpt_comms Package: ros-kilted-mrpt-comms-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-comms Version: 3.1.2-1noble.20260708.090418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 699 Depends: ros-kilted-mrpt-comms (= 3.1.2-1noble.20260708.090418) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-comms/ros-kilted-mrpt-comms-dbgsym_3.1.2-1noble.20260708.090418_amd64.deb Size: 647152 SHA256: a78db2a66e9c7c3787ba23e61e26a245b19ea8328c92b1fcf75b20fbaa7e4618 SHA1: 1d0f78a492d812d00efb73f4e1cb1ee804c0409d MD5sum: 2da31f0416106821e584570754e20a26 Description: debug symbols for ros-kilted-mrpt-comms Build-Ids: c50924544ef1371afbaee0362079a47d1caa91ad Package: ros-kilted-mrpt-config Version: 3.1.2-1noble.20260708.090433 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 445 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libsimpleini1t64 (>= 4.17), libstdc++6 (>= 13.1), ros-kilted-mrpt-containers, ros-kilted-mrpt-core, ros-kilted-mrpt-expr, ros-kilted-mrpt-system, ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-config/ros-kilted-mrpt-config_3.1.2-1noble.20260708.090433_amd64.deb Size: 133296 SHA256: feef3f5e45e92c7401ae375eb9fbfd8eaf276b5101f58cfa49f5376c1f471591 SHA1: 358aaf885922a30b8b287d33c46f55d426c08019 MD5sum: 8bab567e4b1cb7020d12a601a49939d4 Description: The MRPT C++ library mrpt_config Package: ros-kilted-mrpt-config-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-config Version: 3.1.2-1noble.20260708.090433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 724 Depends: ros-kilted-mrpt-config (= 3.1.2-1noble.20260708.090433) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-config/ros-kilted-mrpt-config-dbgsym_3.1.2-1noble.20260708.090433_amd64.deb Size: 687708 SHA256: 4a0f34d06ed1b41bbe609d74fd3a4f90bce1a9eb7f646a89c2903d6d8e05bb78 SHA1: c79b217404e27d80c85c2b70b1062dc033225e61 MD5sum: 8909d0b18d8421d94cd2c8e011911fbf Description: debug symbols for ros-kilted-mrpt-config Build-Ids: 3f23c30b1710ce809dad2f37befd3b1e3e2f30a4 Package: ros-kilted-mrpt-containers Version: 3.1.2-1noble.20260708.085141 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 632 Depends: libc6 (>= 2.38), libfyaml0 (>= 0.7.9), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-core, ros-kilted-mrpt-common, ros-kilted-mrpt-typemeta, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-containers/ros-kilted-mrpt-containers_3.1.2-1noble.20260708.085141_amd64.deb Size: 180010 SHA256: 79f87b787618bdc8d93ce67b8c2eba0283a83042b14711b9a6093e30a7392f05 SHA1: 99ba8feb9f7ce055a5b0a7b59dcbcf8ad6c9ac89 MD5sum: c9e882a06b280013a473400972e058c2 Description: The MRPT C++ library mrpt_containers Package: ros-kilted-mrpt-containers-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-containers Version: 3.1.2-1noble.20260708.085141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 571 Depends: ros-kilted-mrpt-containers (= 3.1.2-1noble.20260708.085141) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-containers/ros-kilted-mrpt-containers-dbgsym_3.1.2-1noble.20260708.085141_amd64.deb Size: 528018 SHA256: 7ea019b73c54ade1a66362e319dd6a0228a2f761938929264558a9f0fdf8461d SHA1: 48f529f1a3bf5a15c305d0846044df320ba3301d MD5sum: d5f610f3d944e29477d3154674ce43f3 Description: debug symbols for ros-kilted-mrpt-containers Build-Ids: cdd6004c0ed89ea2ccf0a151706f86f77383dce7 Package: ros-kilted-mrpt-core Version: 3.1.2-1noble.20260708.084808 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 455 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-core/ros-kilted-mrpt-core_3.1.2-1noble.20260708.084808_amd64.deb Size: 136102 SHA256: 7c70d744739a01266021a363225b4a87cd8886eabfba478d241ae3d384050aec SHA1: 3819bbf9f8bb83a24fc1e9bae787b8ad629e2737 MD5sum: 810ec91b22bcde99dad516af0009463f Description: The MRPT C++ library mrpt_core Package: ros-kilted-mrpt-core-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-core Version: 3.1.2-1noble.20260708.084808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 347 Depends: ros-kilted-mrpt-core (= 3.1.2-1noble.20260708.084808) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-core/ros-kilted-mrpt-core-dbgsym_3.1.2-1noble.20260708.084808_amd64.deb Size: 321768 SHA256: 125771baaa7d01b76371bb6332ffd2cb9858271227f69aee1f1755ff7296a977 SHA1: 9ef25d6daf1ecebecf046b82e09f84af7221d1d8 MD5sum: 4d08c4a5873e3b20cb52f1f159f8218a Description: debug symbols for ros-kilted-mrpt-core Build-Ids: b73d787320aa3c5381c39368a153fb530f618d3b Package: ros-kilted-mrpt-data Version: 3.1.2-1noble.20260708.084411 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13503 Depends: ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-data/ros-kilted-mrpt-data_3.1.2-1noble.20260708.084411_amd64.deb Size: 12167120 SHA256: 86e2dfbf34111ef3ea3bd2517f6997df8fd3e72abca034d1bca328553e8269bb SHA1: 17df6777535395e4850e4730614b721af86f6185 MD5sum: 3e52921dccf5714ee1c9b6094d21cf34 Description: MRPT shared data files: test datasets and example config files Package: ros-kilted-mrpt-examples-cpp Version: 3.1.2-1noble.20260806.075509 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6008 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), libglfw3 (>= 3.3), libopengl0, libstdc++6 (>= 13.1), ros-kilted-mrpt-bayes, ros-kilted-mrpt-comms, ros-kilted-mrpt-config, ros-kilted-mrpt-containers, ros-kilted-mrpt-core, ros-kilted-mrpt-gui, ros-kilted-mrpt-hwdrivers, ros-kilted-mrpt-img, ros-kilted-mrpt-imgui, ros-kilted-mrpt-io, ros-kilted-mrpt-libapps-gui, ros-kilted-mrpt-maps, ros-kilted-mrpt-math, ros-kilted-mrpt-nav, ros-kilted-mrpt-obs, ros-kilted-mrpt-opengl, ros-kilted-mrpt-poses, ros-kilted-mrpt-random, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-slam, ros-kilted-mrpt-system, ros-kilted-mrpt-tfest, ros-kilted-mrpt-topography, ros-kilted-mrpt-viz, ros-kilted-mrpt-common, ros-kilted-mrpt-data, ros-kilted-mrpt-graphslam, ros-kilted-mrpt-libapps-cli, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-examples-cpp/ros-kilted-mrpt-examples-cpp_3.1.2-1noble.20260806.075509_amd64.deb Size: 1455048 SHA256: 63327516fbff2bef7b203d517571c1b51a6b4af30beae66ffc5eeeaac178860f SHA1: 5d82671838659dc179487a5d59ed75e1da64d561 MD5sum: 0289be5b6b6b323b4e345d1023d8cb18 Description: C++ examples demonstrating MRPT functionality Package: ros-kilted-mrpt-examples-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-examples-cpp Version: 3.1.2-1noble.20260806.075509 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 40475 Depends: ros-kilted-mrpt-examples-cpp (= 3.1.2-1noble.20260806.075509) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-examples-cpp/ros-kilted-mrpt-examples-cpp-dbgsym_3.1.2-1noble.20260806.075509_amd64.deb Size: 38900956 SHA256: c624f237fd28a6f77199c36926dc84068bb30af3b0bf3c43e6d6fc2cf8ef8d09 SHA1: 592a37ab0a205e4a6c31736bff8df762534550bb MD5sum: 5b054bf979a9dece02582e654c07b8c2 Description: debug symbols for ros-kilted-mrpt-examples-cpp Build-Ids: 00a3eccb8a47fc99c66f37752d4197f7f036c602 029b1754a849cf3371abfec5b4581d021508e09f 08471162cefbf12023594fd1f8939c93ab8076f4 0853cf38d59945b50c6e728c597d8a93ae260491 0b63127a5bd240b921a27c10530b208c9fd3ff25 0dbcb7ea3c77e25b2df7e08dda7aee29bcc327d7 13814cfff5e070cdf81773438b5f18918380c976 159b801805966dbc2a0c83591a98b4d3b5246458 165726af2ccbe46fb81582597374aa00bcce1987 1f8c48eda16f023061a21bc966a7180e64e27dff 2166c54bfb17d9ad10ce95321aa13520d134fd75 2259aac33165f6af98fb9489839df16dae490530 23c91a2cf6889d1fab789eba19f9521af01f4d62 242e31f3650467e10b5562dcf551385423a1915b 24bc777ece2a9dd3daefd7d974440f7ad96879b6 24c5d3943dc77bcf9c5cd2d0c8401b0c88e8bee0 266f4727d2ff2242506aac18ed9e82430bab0421 2884d95d31cdeff8ee79777b0b3b9528bf5b14fc 28b65d814bd337274bc7e98bf36dfad78be5bb13 28e71f469fbf5b364817e8f9ee9258e6c7e64439 296b13a89b1e2e64fb29323704dc12694e418488 29f60d9e9c6e804d5ab14bea708b6b1ad19f83b9 2bd3026a4661ade58d28125eb8bc40fdab50df56 2eae02012601a1d8765fff37f798d0830b47e6e0 34ef0a8ee8774f3af8faf89ea621eeb6fea3e723 36317852a6d437542234f37f0289e1032e04cdfe 366119874250545317fe6527cfbb10a70249bfe0 38e67070eda8dc80f5741177106193b9afcd63be 3bb8bbbb2b1b83d1e028b1c2310d71dfd534f06a 3ef68baed257843b564f985623656159e5f86f17 42292b6d7fe7d1d81522ee406c0758342d5ca19a 42501e7139cc061c7accb6844a31e395995131ff 42635044347e908556e524bb38a7369be2bbc780 46ee11784978c10407fc3ee883fb241dd96e4036 4706677cca42cdf0f108f8b6f435a6f0adc25211 489bce24d5c307cf99c29a115bc8211b53581548 4a4ed8375ebc3b000b2a52c94eab70abfc4392fc 4b1e6f24e1e295014b5ec817d28eafc2fe8b2882 5256ad7df9f98bf8a1dd53e8800e3ce067214bcb 53cfdf6afa83ea421c1b61625a7d67d3709ffb7d 54a80c30fc5685428828394bc262634c63448310 59bc5029da2c9c295b4121edb3d637aea36bf0cc 5ff2e85014d4dcdea7871131a1c9ee9c41de8598 6047ed7773fcbdbd6dbbb41de782adad2688eac7 65a44b50c2902d8f7cb2848f3d2d959cc1fd169a 6bcc85d7bab8b694819c65887ec69908b236483c 6c936643dd9f51c65cd4e40a9cdc9eb4e97d62bf 708bd6547e7024be0084c483d7ee34c878378c11 7512a8881e3ec99d0abf1748ec62bd99a58714d7 7669772fd72fe452406def012e57f4795f70f167 795cfff4b44d772394e487b104adc6139daeb723 7bbafaa0f67404372a99ce4a2380a65667a7e5e5 7d9969947c0672434145075a314be752a1f350a5 7e7835a4a893fa53bc765edfadd58cb9407002fb 7f5e64791e6014c73ff8b929f679f636413b9652 8412078df1f33faf12339cc2d12179eedd1ee2ea 8444d75ed650daa3cad5fe5a71f033d780cb5f1c 89a8fde54f433cc9c8f8a226c2cd314d6026ed61 8b20e06c31eef97bc164b335ccaf85e6b898df6c 8c58a4c8b383edf4370059ce3a9c4eacff493556 8d5ce9029c5675af26db2b93dacd404516dc504c 8ff6d81aad0a86e7c8ea953d0f0ea90a154934b0 90ff2a36ff8041a3be64b4cb90de1ae46cec56c6 9241cfa0ba2c5075e2d5d7771ce41b228dc882e9 96257268a1d8620f612fe9891cae8447385074f0 97a9d94839d47a61278c473a6fed52be60002c0f 97c4a3f3fd2c29b44dc3c6c00517adde08802731 98484db1e927064a638129a2ce3cd091d2736383 98ac998279e37c7483f7a0e3e152741a93530358 9b1830589dda775bc0097411c9c81618840da1fa 9d6c8f5d81f22fa26f579a912f58be5c0774b958 9eecf69e12d61fb742a5e059689d569bf373bcb5 a1bcfbe044b02dd68ad2c7583158ff563fec87ea a5121212649bf21805cc2098fd55a3b06ffdec60 a53ce4f9957ab0d4594381d99db54c1e2526bc54 a646c3933d35447d03a5f3c6026ccb20ce200c86 a84acaab1ad1c7fb4da96b5b18aafa842d3f342e a87e8f1a5bd6b1c404e3ca5e4e05f4e505615f73 ae0497f8a9677bff43d8b5b7ecd4eadbe3f60a4c b3c4970923b3ef7b2e7f8c8686ca9b099d9634b8 b52b7f24a87a4275a5d90cbfa2801e025dbeed5a bac9248d97c808ed6fe3e57624f6a2a9d3ec8820 bf95e3d5e307ec5348f116ff5588c631f985c110 c10c388ce0a51803bf9e51f8b5a905eb0ec15983 c177e563e3df1087820e90cd8ea63dfab3627c51 c9d788220409b45afedabf6df50e78e3685e3ab4 caaaa0ade205ac08530ba9054cb37340d58de0f6 cc0d27c4380a1e1df48de1479f9772ba8dd76bd8 ccacbe6f6dbcd479f78f1291fce83f2443b4d3af cf61211c85e2e5dd03a4523e07bbf3f0461663f0 d09293b062b195f0a63056a472da231d6ef0c855 d46427533329b406822eef18f22aa0bf4efb1a1a d6cbcbf917aa9f30299641823a9d42517c2f1dad d7ebea30ab1fabfd89138a4ce7ce8c01698aa301 d836d6f1008b287a0516cc5bb6687390c4749b01 d847766f7f3d2e637df3cf698b1691f6598d27cf d9d5d5379d93b9d44f577abf5430ab30bd51254d de57f90c5a7cffafc986f2a00f826e355cd5cd01 e3851fd4c2f85c2f3182d169367831dfb636723e e53fdc12fb74982da6279f752009670df7394dc1 e5ef1207c07e414ab0cb86673ffb2f625e65d0d6 e681e229783dfe96b63d80b5b211fb6a28e3f29d e6ab732edaeda53fecd3d9b3200842ffc98325dc e7405b92fe59fb91fff3ea19cef541784d6a6421 ebe09d1603246498c3e1366433cabf175127bb28 ec93a0af97936eadc462dc6f96e585f3ac6c5379 ee793c30a8b1c55966fede7cc9fe99d6cea6b7a0 eedfa3f5ab6cda647db25c77cf994300d58a68fb f067b2d75fe5b269d14970917e71e91b349fea6b f31a382f7c7375c32db1187b31eab990bb408f3a f4774b0386fe055dfb6d81cb7c2b1ec5ff9b46ae f86c0cf3101bb155bae30f401675420663b87140 f9448b684b6f54e4f81e47d88834929c7d039fd2 f98bb690da5cb249eb0d45640130ba83f701d674 fabb0d8596c57894ebac8f6adccc902eb9407f88 fb1d87c1718d591d5cbfe51e75a9b7e3d194de52 fc3978fc304f7cd638e9f5039a35d9350b2554d9 Package: ros-kilted-mrpt-expr Version: 3.1.2-1noble.20260708.090021 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2424 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-core, ros-kilted-mrpt-system, ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-expr/ros-kilted-mrpt-expr_3.1.2-1noble.20260708.090021_amd64.deb Size: 502944 SHA256: 1cf4e5d23b664343886ab9e429601ee05f471953ecf9d7d193991bfe4e2b8f63 SHA1: 3c2567831dcf1abc31631623ba1f069631ca8da1 MD5sum: 2cf0a2698c1347979a956894ae7b5aeb Description: The MRPT C++ library mrpt_expr Package: ros-kilted-mrpt-expr-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-expr Version: 3.1.2-1noble.20260708.090021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2252 Depends: ros-kilted-mrpt-expr (= 3.1.2-1noble.20260708.090021) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-expr/ros-kilted-mrpt-expr-dbgsym_3.1.2-1noble.20260708.090021_amd64.deb Size: 1117706 SHA256: ca72f5b731f098088e8e8b00abbb543f717870b2a71f59b74cf90a204e3b839a SHA1: c89b83607808885ed030288b1d4c657227f9b55d MD5sum: a54d78a4e1a1e50922ab36ededa6b0e8 Description: debug symbols for ros-kilted-mrpt-expr Build-Ids: 550128fb1355a76551092ba01afb9b7cc81a67cf Package: ros-kilted-mrpt-generic-sensor Version: 0.3.0-1noble.20260805.152626 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 486 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.20260805.152626_amd64.deb Size: 110072 SHA256: c10cf2590bfdf5cec5c19378e4cf631996ce71f25f47b234950fc2b5d4b408fc SHA1: b2363f9737fcdd14df96195007ca64cf89f897db MD5sum: fa61693fa40437d31b0ce238e523040e 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.20260805.152626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 424 Depends: ros-kilted-mrpt-generic-sensor (= 0.3.0-1noble.20260805.152626) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-generic-sensor/ros-kilted-mrpt-generic-sensor-dbgsym_0.3.0-1noble.20260805.152626_amd64.deb Size: 271490 SHA256: ffc62f6354ce8b2a02518a40f93939826cac7cf432eb645ed3fb258f474b472b SHA1: cbf22695ffa8e876832cb22fbc3707f4516a6a02 MD5sum: 6c7447c4e13c2e57b8839f1882085a96 Description: debug symbols for ros-kilted-mrpt-generic-sensor Build-Ids: f7fa89b0e2afe430e958759a45957d23ccc1f57d Package: ros-kilted-mrpt-graphs Version: 3.1.2-1noble.20260731.142750 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 598 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-core, ros-kilted-mrpt-img, ros-kilted-mrpt-io, ros-kilted-mrpt-math, ros-kilted-mrpt-poses, ros-kilted-mrpt-serialization, ros-kilted-mrpt-system, ros-kilted-mrpt-common, ros-kilted-mrpt-viz, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-graphs/ros-kilted-mrpt-graphs_3.1.2-1noble.20260731.142750_amd64.deb Size: 188624 SHA256: 093f3fefe1acd6e5de4854a24a26c6eeb0013c5e02399d713b158b28a088090c SHA1: fca897d7fe6e2906eccf011f7d4dd8b05e4c114a MD5sum: edc7a974f9644ad09fa667fcc4bb8615 Description: The MRPT C++ library mrpt_graphs Package: ros-kilted-mrpt-graphs-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-graphs Version: 3.1.2-1noble.20260731.142750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 988 Depends: ros-kilted-mrpt-graphs (= 3.1.2-1noble.20260731.142750) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-graphs/ros-kilted-mrpt-graphs-dbgsym_3.1.2-1noble.20260731.142750_amd64.deb Size: 963702 SHA256: 80a57e0e62d3435d2bfd57c050497cdafa6e640d2a0da3a066b6fddb7f30f97c SHA1: 04f7762dc15438195e46d7a4ad92a4fd1a35c3b3 MD5sum: 7ac83d73dcef3144d584684440202713 Description: debug symbols for ros-kilted-mrpt-graphs Build-Ids: 7e479977c874561d8735e370c2e3b94bb7d87367 Package: ros-kilted-mrpt-graphslam Version: 3.1.2-1noble.20260806.074022 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 608 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-config, ros-kilted-mrpt-core, ros-kilted-mrpt-gui, ros-kilted-mrpt-opengl, ros-kilted-mrpt-system, ros-kilted-mrpt-viz, ros-kilted-mrpt-slam, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-graphslam/ros-kilted-mrpt-graphslam_3.1.2-1noble.20260806.074022_amd64.deb Size: 116468 SHA256: 9e5fad533255740be5acdab6b7693ebc2bc47e8e05db297f5eefbaf8986d8a8a SHA1: 83f649f36e73060be319044918a2d3aa8d168ca8 MD5sum: 87f32d2abe29f954b597b2c6991e4754 Description: The MRPT C++ library mrpt_graphslam Package: ros-kilted-mrpt-graphslam-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-graphslam Version: 3.1.2-1noble.20260806.074022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 417 Depends: ros-kilted-mrpt-graphslam (= 3.1.2-1noble.20260806.074022) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-graphslam/ros-kilted-mrpt-graphslam-dbgsym_3.1.2-1noble.20260806.074022_amd64.deb Size: 392020 SHA256: 97d62f8e9d10ab1dceea9a4112c2501a131a9bc4ab59559550f0cbe801f5f47a SHA1: c67af35db9f3262b3351a6f142b662e390178c0d MD5sum: 056436d37aa8649e91110194b3e939f7 Description: debug symbols for ros-kilted-mrpt-graphslam Build-Ids: 0958743911fd9642481e0710a4b1bf32473ff2c2 Package: ros-kilted-mrpt-gui Version: 3.1.2-1noble.20260805.075741 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3223 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgles2, libglfw3 (>= 3.2), libglx0, libopengl0, libqt5core5t64 (>= 5.15.1), libqt5widgets5t64 (>= 5.4.0), 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-config, ros-kilted-mrpt-core, ros-kilted-mrpt-img, ros-kilted-mrpt-opengl, ros-kilted-mrpt-system, ros-kilted-mrpt-viz, libeigen3-dev, libglfw3-dev, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-gui/ros-kilted-mrpt-gui_3.1.2-1noble.20260805.075741_amd64.deb Size: 939194 SHA256: ec05046969163ed26a9a34e5406d54dd375aa8acb797a923131754db26d9f294 SHA1: 8d3ca16bfa0c3c8a97f9168073f78015196fc73d MD5sum: 129585af9c02662c77b86fa5561b082e Description: The MRPT C++ library mrpt_gui Package: ros-kilted-mrpt-gui-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-gui Version: 3.1.2-1noble.20260805.075741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15880 Depends: ros-kilted-mrpt-gui (= 3.1.2-1noble.20260805.075741) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-gui/ros-kilted-mrpt-gui-dbgsym_3.1.2-1noble.20260805.075741_amd64.deb Size: 15678084 SHA256: 3959dbc04f0fc7e56e5e23f1856a75354e7796422b39b103a9a9c70a48047a9f SHA1: cfe51bef028d9bb74e5b96e49830907286e4b5d6 MD5sum: 8b134d7cc6f6430d550c22a4be1caef8 Description: debug symbols for ros-kilted-mrpt-gui Build-Ids: 3ea9f6c38a19082e7d54fb19455528d220210d11 f6cb3448c527e1c7a779d67069b3ea38ad37a9a2 Package: ros-kilted-mrpt-hwdrivers Version: 3.1.2-1noble.20260806.073031 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1258 Depends: libavcodec60 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopenni2-0 (>= 2.2.0.33+dfsg), libstdc++6 (>= 13.1), libswscale7 (>= 7:6.0), ros-kilted-mrpt-comms, ros-kilted-mrpt-config, ros-kilted-mrpt-core, ros-kilted-mrpt-img, ros-kilted-mrpt-io, ros-kilted-mrpt-maps, ros-kilted-mrpt-math, ros-kilted-mrpt-obs, ros-kilted-mrpt-poses, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-system, ros-kilted-mrpt-viz, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-hwdrivers/ros-kilted-mrpt-hwdrivers_3.1.2-1noble.20260806.073031_amd64.deb Size: 372168 SHA256: 329c6eee218a54ea22d6b0d0ecafe962a9cf53f15dadcf397d83cd35845700bd SHA1: 500ace85c34a4590da8b6aea6a9eb99e684669ce MD5sum: e842ec7db78b05ec57fc59cd48d62a01 Description: The MRPT C++ library mrpt_hwdrivers Package: ros-kilted-mrpt-hwdrivers-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-hwdrivers Version: 3.1.2-1noble.20260806.073031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6049 Depends: ros-kilted-mrpt-hwdrivers (= 3.1.2-1noble.20260806.073031) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-hwdrivers/ros-kilted-mrpt-hwdrivers-dbgsym_3.1.2-1noble.20260806.073031_amd64.deb Size: 5874638 SHA256: f4ba4c1441330fa67be9ac4b78dd8095410f08e493660f800418ef471088ca24 SHA1: 53f06be8b229b23f68c00fd338e89037c4930aa4 MD5sum: a43bd00ea945c31dc94667c77cfd8602 Description: debug symbols for ros-kilted-mrpt-hwdrivers Build-Ids: c05de9dbe6b245803cccc871eda4670b4b3b9cbb Package: ros-kilted-mrpt-img Version: 3.1.2-1noble.20260731.141054 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1309 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-config, ros-kilted-mrpt-containers, ros-kilted-mrpt-core, ros-kilted-mrpt-io, ros-kilted-mrpt-math, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-system, ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-img/ros-kilted-mrpt-img_3.1.2-1noble.20260731.141054_amd64.deb Size: 470460 SHA256: 50c171681dc76662da4a69983f6bd8c6eade9dc407a9b86d415ce60d69c9efc4 SHA1: 795e660f27bec957a991fa00929c047ea8b87e13 MD5sum: ddd582c9fdd07b939b6f800cec387a71 Description: The MRPT C++ library mrpt_img Package: ros-kilted-mrpt-img-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-img Version: 3.1.2-1noble.20260731.141054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3623 Depends: ros-kilted-mrpt-img (= 3.1.2-1noble.20260731.141054) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-img/ros-kilted-mrpt-img-dbgsym_3.1.2-1noble.20260731.141054_amd64.deb Size: 3538904 SHA256: c17cfee08fba2e07dc8f4db26c6a4d762ff452f74727e2ea36638f6d8c08fe2b SHA1: 5b3cfde08d6add4b849a6bb33f603c192344677c MD5sum: 99a4c44e0c390be6da39cd1938946683 Description: debug symbols for ros-kilted-mrpt-img Build-Ids: b8611d53798e962920059e47aeb92ecbaff89d23 Package: ros-kilted-mrpt-imgui Version: 3.1.2-1noble.20260805.075445 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 68 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libopengl0, libstdc++6 (>= 13.1), ros-kilted-mrpt-img, ros-kilted-mrpt-opengl, ros-kilted-mrpt-poses, ros-kilted-mrpt-viz, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-imgui/ros-kilted-mrpt-imgui_3.1.2-1noble.20260805.075445_amd64.deb Size: 16316 SHA256: 05a6ebf09b9ae28fefacf95d6cf1997bd5ea7686e383ac7b4f6414799771a7d2 SHA1: 1fca5117ab57e2e16ea3c42cb171058f797af1cf MD5sum: 3e613e82595e2bc4169a43a3e2f5b97d Description: The MRPT C++ library mrpt_imgui, wrapping rendering objects as a Dear ImGUI component Package: ros-kilted-mrpt-imgui-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-imgui Version: 3.1.2-1noble.20260805.075445 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 335 Depends: ros-kilted-mrpt-imgui (= 3.1.2-1noble.20260805.075445) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-imgui/ros-kilted-mrpt-imgui-dbgsym_3.1.2-1noble.20260805.075445_amd64.deb Size: 325332 SHA256: 05d70c3ddfb0100097df7b53528cd83031ff1d9c05f1e53b2e91f4bb7b5b5646 SHA1: 2841439eca79d9fdd1eb5edb0435bcba05698019 MD5sum: ddec170fefd275033685e0434dd6ab21 Description: debug symbols for ros-kilted-mrpt-imgui Build-Ids: a9b9888acbcc9295aada16e695345fe1dc4dbdaf Package: ros-kilted-mrpt-io Version: 3.1.2-1noble.20260708.090034 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 580 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), ros-kilted-mrpt-core, ros-kilted-mrpt-system, zlib1g (>= 1:1.1.4), ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-io/ros-kilted-mrpt-io_3.1.2-1noble.20260708.090034_amd64.deb Size: 168850 SHA256: 98bb2da9c1b1c5b6a8960acb323254a4c5fa7965d43ea46d602630b81cfab230 SHA1: 232775a0bf48d28cf54d0d91f6c90b517f503db7 MD5sum: c3ee901cd8511446e1c16b64f8960b8f Description: The MRPT C++ library mrpt_io Package: ros-kilted-mrpt-io-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-io Version: 3.1.2-1noble.20260708.090034 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 741 Depends: ros-kilted-mrpt-io (= 3.1.2-1noble.20260708.090034) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-io/ros-kilted-mrpt-io-dbgsym_3.1.2-1noble.20260708.090034_amd64.deb Size: 688658 SHA256: 876dd5cfae03901c8a41aae9e68637c98b80f476bc85be42d22ecef629d625ca SHA1: d1e1187f68fb316786e0bad130e652b46528a5bd MD5sum: 3a61c827ecf03f2edd99efdf3e99f5ee Description: debug symbols for ros-kilted-mrpt-io Build-Ids: 4b890103adab64110ae2b61e66457e04b5b2aa9e Package: ros-kilted-mrpt-kinematics Version: 3.1.2-1noble.20260731.142906 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 367 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-config, ros-kilted-mrpt-core, ros-kilted-mrpt-math, ros-kilted-mrpt-poses, ros-kilted-mrpt-random, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-viz, ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-kinematics/ros-kilted-mrpt-kinematics_3.1.2-1noble.20260731.142906_amd64.deb Size: 115758 SHA256: 9e1361ef1000f95f6e308cd0a4267510042f6ff26ee1b5856ea412498e3fd599 SHA1: 66dd8050abd9cd7eac968da86ccce6c298d54d41 MD5sum: 57ea5bd921261ba8a9be07ff80c09445 Description: The MRPT C++ library mrpt_kinematics Package: ros-kilted-mrpt-kinematics-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-kinematics Version: 3.1.2-1noble.20260731.142906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 518 Depends: ros-kilted-mrpt-kinematics (= 3.1.2-1noble.20260731.142906) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-kinematics/ros-kilted-mrpt-kinematics-dbgsym_3.1.2-1noble.20260731.142906_amd64.deb Size: 476056 SHA256: 76f1e8733c715dd56a6c4e12634184dd209af8dea32d4f9e747fb725140b1584 SHA1: c5bec937a586f7ba9b729f208aa0d30931d9f0a4 MD5sum: 2e5f2c9da57395a72821f9a722cc0c68 Description: debug symbols for ros-kilted-mrpt-kinematics Build-Ids: ff7a40c679c5679f83c5da91963f344973efe752 Package: ros-kilted-mrpt-libapps Version: 2.15.20-1noble.20260731.164139 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1616 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.20-1noble.20260731.164139_amd64.deb Size: 434456 SHA256: f7b66e6576015dfac8bbf02a1443f072c4ab03b0d49a311cefb13d81ab2583ad SHA1: c82b6e81570a4822dcb57e698e0e90d8bebdca0b MD5sum: 89149f0707cf0e06ed5eab9807ac37f7 Description: Mobile Robot Programming Toolkit (MRPT) libraries (apps C++ libraries). This package contains: mrpt-apps lib, mrpt-graphslam Package: ros-kilted-mrpt-libapps-cli Version: 3.1.2-1noble.20260806.074622 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 720 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-config, ros-kilted-mrpt-containers, ros-kilted-mrpt-core, ros-kilted-mrpt-hwdrivers, ros-kilted-mrpt-img, ros-kilted-mrpt-io, ros-kilted-mrpt-maps, ros-kilted-mrpt-math, ros-kilted-mrpt-obs, ros-kilted-mrpt-poses, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-slam, ros-kilted-mrpt-system, ros-kilted-mrpt-topography, ros-kilted-mrpt-viz, libcli11-dev, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libapps-cli/ros-kilted-mrpt-libapps-cli_3.1.2-1noble.20260806.074622_amd64.deb Size: 244266 SHA256: 0280db04870ebdf2d2ba8f8ab9115bc4f3672d3eb167e09bf7399b5d2efcc148 SHA1: b5cf4000ef2787b1e194df180595833806331d00 MD5sum: 511b1e0e8f48d2e342ae3c1db5a16ceb Description: The MRPT C++ library mrpt_libapps_cli Package: ros-kilted-mrpt-libapps-cli-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libapps-cli Version: 3.1.2-1noble.20260806.074622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5652 Depends: ros-kilted-mrpt-libapps-cli (= 3.1.2-1noble.20260806.074622) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libapps-cli/ros-kilted-mrpt-libapps-cli-dbgsym_3.1.2-1noble.20260806.074622_amd64.deb Size: 5488342 SHA256: 005dde0035dc280b2f89928733d4b6fa64b576b0a1c4eac1a5c6945938ad8ee5 SHA1: 1e92f1d68d7c7195ec894fada79b86f5381c1d0b MD5sum: bd0f4255a7c7b606e9ff871b7a695c7d Description: debug symbols for ros-kilted-mrpt-libapps-cli Build-Ids: 925d1930cd794d8b57013da3e46e75c7f42ae730 Package: ros-kilted-mrpt-libapps-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libapps Version: 2.15.20-1noble.20260731.164139 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9700 Depends: ros-kilted-mrpt-libapps (= 2.15.20-1noble.20260731.164139) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libapps/ros-kilted-mrpt-libapps-dbgsym_2.15.20-1noble.20260731.164139_amd64.deb Size: 9487910 SHA256: d4dfac370613ed6fd1d0fccd98f45d761835b66a5992c6deaccbf885b9063a82 SHA1: 7bdd724dfb2e6c7380ad323a1dc8a542ad60bd9b MD5sum: d6c3fa25957e8a91327a2005d99e0ed3 Description: debug symbols for ros-kilted-mrpt-libapps Build-Ids: 61305f22486be18b25b32bcbcfcd4da6062adbdf 908f39b9d010b2a9c21819769e88fe1d35818181 Package: ros-kilted-mrpt-libapps-gui Version: 3.1.2-1noble.20260806.075019 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 550 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libwxbase3.2-1t64 (>= 3.2.4+dfsg), libwxgtk3.2-1t64 (>= 3.2.4+dfsg), ros-kilted-mrpt-bayes, ros-kilted-mrpt-config, ros-kilted-mrpt-core, ros-kilted-mrpt-gui, ros-kilted-mrpt-hwdrivers, ros-kilted-mrpt-img, ros-kilted-mrpt-io, ros-kilted-mrpt-libapps-cli, ros-kilted-mrpt-maps, ros-kilted-mrpt-math, ros-kilted-mrpt-obs, ros-kilted-mrpt-opengl, ros-kilted-mrpt-poses, ros-kilted-mrpt-random, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-slam, ros-kilted-mrpt-system, ros-kilted-mrpt-topography, ros-kilted-mrpt-viz, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libapps-gui/ros-kilted-mrpt-libapps-gui_3.1.2-1noble.20260806.075019_amd64.deb Size: 183528 SHA256: 68e8ec72009d51e9931fadf74285495d9ff52966a7a08063e15147aed5c6328f SHA1: 8e33a30af3b265ddc336dd97cbe89032b041e90d MD5sum: 2abfb3b125623f1a323a90c4686dddbc Description: The MRPT C++ library mrpt_libapps_gui Package: ros-kilted-mrpt-libapps-gui-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-libapps-gui Version: 3.1.2-1noble.20260806.075019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3883 Depends: ros-kilted-mrpt-libapps-gui (= 3.1.2-1noble.20260806.075019) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libapps-gui/ros-kilted-mrpt-libapps-gui-dbgsym_3.1.2-1noble.20260806.075019_amd64.deb Size: 3798068 SHA256: ddbc5960ce5372c9a23b0855b8d228a3b5ffa5dc61160b6f8bc737ab0f01a340 SHA1: 00026dd525ccc214ebec2f063af577242f1059f2 MD5sum: 51dc7661479326fcbc2fab10a625d3ff Description: debug symbols for ros-kilted-mrpt-libapps-gui Build-Ids: 2bd39e54be2b4ead999b8a8d609366493543fac8 Package: ros-kilted-mrpt-libbase Version: 2.15.20-1noble.20260731.135030 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6021 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.20-1noble.20260731.135030_amd64.deb Size: 1137080 SHA256: e9f54a805e9f082c1f543a7acdd036bfb6f452eeab61926478f12ac670e6337a SHA1: 54fda9221fe3dd239d12bf00bc1d96f146b670e9 MD5sum: 34f98ab370817bd4dc747ceef39b3f8d 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.20-1noble.20260731.135030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7672 Depends: ros-kilted-mrpt-libbase (= 2.15.20-1noble.20260731.135030) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libbase/ros-kilted-mrpt-libbase-dbgsym_2.15.20-1noble.20260731.135030_amd64.deb Size: 6244114 SHA256: bb44c6ee5638a9fd1a8fb7491b576688a05cba355c5de1805e26d8513ac6157b SHA1: d772a301f358a69da8bea04f220eddadfcaa8124 MD5sum: ef04ef926b6f5d7e882e40544d60d1a2 Description: debug symbols for ros-kilted-mrpt-libbase Build-Ids: 73460a227bcc9451fc1b6d5905b324bb1c375923 8f02559e6b25ad091e841d5e581648718b71344c 9794988f439ac3ed158a70aff3ba337774299b32 ab3e8c96358168ad90dbcafb3f9249f26dc103d1 c4cf01cccb233ba0883907b0e2a4cadc1b04ef3b d30d47b448fc55dfa1db46071f20f5f8ceb7f28d f09d84fa10c454e30751a6033c8fd0ca0af26019 f3282918b83914a5935c88f3e659d9c1166065cb f9ca55ca3d53d2a8a012de9b0e885ef927d6455e Package: ros-kilted-mrpt-libgui Version: 2.15.20-1noble.20260731.152622 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2945 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.20-1noble.20260731.152622_amd64.deb Size: 825916 SHA256: 6889b0fc79327f3c67c80082beba0bda44781effd24bae94475061c32fc14420 SHA1: a2c54c511444e4220730a6ba65f7d5a8f060e405 MD5sum: 3e626d1aa24032726fc9fc987a69c913 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.20-1noble.20260731.152622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15211 Depends: ros-kilted-mrpt-libgui (= 2.15.20-1noble.20260731.152622) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libgui/ros-kilted-mrpt-libgui-dbgsym_2.15.20-1noble.20260731.152622_amd64.deb Size: 15002562 SHA256: 6a3802359f9181e6db335b1adb447dfb7d4ba0dbfe6d6f51993e2ff993b94ab8 SHA1: 7a274f0aaec579c67936decc0e5646a63cd1d83f MD5sum: 7f50bba714480e74b388180d44794511 Description: debug symbols for ros-kilted-mrpt-libgui Build-Ids: 69811666392fc003fd36b8918b48ce0c19e03ec5 dbc546a75fd796c504fc67b0b145d9015abb46d4 Package: ros-kilted-mrpt-libhwdrivers Version: 2.15.20-1noble.20260731.161243 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5977 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.20-1noble.20260731.161243_amd64.deb Size: 1177618 SHA256: c607a29ad3c2622a8285907605a9dcabdcba70e0780925e1663a6555d648919b SHA1: ee1c0dbc88a9d88d6db476f2b29edc7a3d82a2da MD5sum: 67c3d5ca504eaa353d9a4c70077d23a6 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.20-1noble.20260731.161243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14179 Depends: ros-kilted-mrpt-libhwdrivers (= 2.15.20-1noble.20260731.161243) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libhwdrivers/ros-kilted-mrpt-libhwdrivers-dbgsym_2.15.20-1noble.20260731.161243_amd64.deb Size: 13704240 SHA256: 108048ab107653e8eefdc269cbf643aca6e9f7b6acb9020fb3d853019b52ec10 SHA1: 7ad8256fc52708208709e4393db511c14edccb95 MD5sum: 63984d843fb43e3f652e1b1c2a2e1a4e Description: debug symbols for ros-kilted-mrpt-libhwdrivers Build-Ids: 2cf108130f97fbeded86ea3fc4d0135d14447643 904f4d2d61e261b2777639a55f1061b81637e69c Package: ros-kilted-mrpt-libmaps Version: 2.15.20-1noble.20260731.153705 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2984 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.20-1noble.20260731.153705_amd64.deb Size: 828654 SHA256: 7ad9ecf569f47145b430839878d3231e9da979aae0e31b21b61003d2397987e4 SHA1: dadae420302190392425ce18b101b8085305e66f MD5sum: cf625de478a70daa036beea37dc867a6 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.20-1noble.20260731.153705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17184 Depends: ros-kilted-mrpt-libmaps (= 2.15.20-1noble.20260731.153705) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libmaps/ros-kilted-mrpt-libmaps-dbgsym_2.15.20-1noble.20260731.153705_amd64.deb Size: 16709254 SHA256: fdaa9f0ef79118b83e9c29c3d6119d21618c4833d27e3ded7a1b48dce18acc6c SHA1: de2e0e27df15b2d86fec1be9408d5819623485d3 MD5sum: 2310cdab6a05d8277c5f96197b93aa99 Description: debug symbols for ros-kilted-mrpt-libmaps Build-Ids: a850886937101ad78491c801c11751626a7c18fa c563effc69968c4817ef21d67fec10c6a176680d Package: ros-kilted-mrpt-libmath Version: 2.15.20-1noble.20260731.141159 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3476 Depends: libcxsparse4 (>= 1:7.0.1), ros-kilted-mrpt-libbase, libeigen3-dev, libnanoflann-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.20-1noble.20260731.141159_amd64.deb Size: 883358 SHA256: 4741844a0d462a7d28e807de6ab94b18efd3a5ae3ecfdebee5ac9927ea641574 SHA1: 00446a4432f3fbe6b66c74236bbd7c6bbfd44b96 MD5sum: bd5c6d8591d156686556969ea20f640b 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.20-1noble.20260731.141159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 82953 Depends: ros-kilted-mrpt-libmath (= 2.15.20-1noble.20260731.141159) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libmath/ros-kilted-mrpt-libmath-dbgsym_2.15.20-1noble.20260731.141159_amd64.deb Size: 83068168 SHA256: b7d0ca50b70639f8a0d7b2cde562e450f1de7e38f1d10bdf56bd4bdaae25ea1b SHA1: dcfc03d7d9d7934d4d7a9ae4468ac21b7704b888 MD5sum: 5d8d70b1dbcdb541852347e295129958 Description: debug symbols for ros-kilted-mrpt-libmath Build-Ids: 739544e407c8c6f7ae59af5e7775e64ec5a5aa08 Package: ros-kilted-mrpt-libnav Version: 2.15.20-1noble.20260731.155008 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1356 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.20-1noble.20260731.155008_amd64.deb Size: 394638 SHA256: 3f783650ae650bb485ee570c6fceb791ad172372b72c2dfaeea852afbccba94c SHA1: 62e959b93607110dd7ec5d26e2a3acb99b3631da MD5sum: 7c0716017e538004b66019615b92619b 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.20-1noble.20260731.155008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7624 Depends: ros-kilted-mrpt-libnav (= 2.15.20-1noble.20260731.155008) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libnav/ros-kilted-mrpt-libnav-dbgsym_2.15.20-1noble.20260731.155008_amd64.deb Size: 7397748 SHA256: ee9a52abe4ad907bc680e5a22de20d0d912d084d5085c86e72f856dbc4b5151c SHA1: f8609fd35eba4a51f4e2ee8d93c8fb8154a15a98 MD5sum: ad20e8b8e8524874992443518aa786b9 Description: debug symbols for ros-kilted-mrpt-libnav Build-Ids: a1c34c6f9393a41dd09dc35b2f8c07df6c9e4a64 feabfcaf089acae495008a08c75dcaca4c19c3d2 Package: ros-kilted-mrpt-libobs Version: 2.15.20-1noble.20260731.152416 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2086 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.20-1noble.20260731.152416_amd64.deb Size: 703296 SHA256: c47facd1548c05e6db4b65840b4991691e123566c4a54a7e06fbc2c3ac4b6e60 SHA1: 57edd2065f03498df386074063288dddfe3d57a2 MD5sum: aa99f5ffa68619b5b88424af50bee9ae 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.20-1noble.20260731.152416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9399 Depends: ros-kilted-mrpt-libobs (= 2.15.20-1noble.20260731.152416) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libobs/ros-kilted-mrpt-libobs-dbgsym_2.15.20-1noble.20260731.152416_amd64.deb Size: 9089274 SHA256: 5e02804d6bc0310372c0a4526cc0fa4503003de3b2bc1c35c83ac76008a912c0 SHA1: ddfe88bae6917f54e843c52c056dfc59fedb5498 MD5sum: 17d8c4bc1f97862c77e9dc0372c3e646 Description: debug symbols for ros-kilted-mrpt-libobs Build-Ids: 64696e5f3417a2e8d9181c3f8606392a5eddb2a8 c83aed1714b0fc51330b69b67aa6b5727ca131ac Package: ros-kilted-mrpt-libopengl Version: 2.15.20-1noble.20260731.150925 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3204 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.20-1noble.20260731.150925_amd64.deb Size: 1270134 SHA256: 61b62fab10c32aa379e14434727a42d646eb176c4eed02f4546a60ae254c22b0 SHA1: 66aae223a650870bbab6e1376a8ce1d345afa9a2 MD5sum: 8ae3e3289e0c6cb30e74338ded674ea8 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.20-1noble.20260731.150925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15487 Depends: ros-kilted-mrpt-libopengl (= 2.15.20-1noble.20260731.150925) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libopengl/ros-kilted-mrpt-libopengl-dbgsym_2.15.20-1noble.20260731.150925_amd64.deb Size: 15140460 SHA256: 5c16b83d2f03a853b4a7f95df31bcbb844722623ca1c6533d7445a2af0d4f334 SHA1: ae6fba8d9bcd02db05de61dc44d5328cf4cbb17a MD5sum: 4dd456653fb237a660c3f7cd8b79131e Description: debug symbols for ros-kilted-mrpt-libopengl Build-Ids: 4e69d567574a4762185af3b5feaa0a5ce8e84779 b885c8b02e7c4b3d57dad9c3515610ee82bf1c95 Package: ros-kilted-mrpt-libposes Version: 2.15.20-1noble.20260731.144025 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1753 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.20-1noble.20260731.144025_amd64.deb Size: 460770 SHA256: 4abed02341ae88034bf8fe5cd6166a3ddd1a2f7b23569389e88f0ce2bc6bd9fb SHA1: 95172261bd5ac8e63ae073bce0add2b30117ba60 MD5sum: fe5abbef65a1b9eece48b256db07b16f 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.20-1noble.20260731.144025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 16578 Depends: ros-kilted-mrpt-libposes (= 2.15.20-1noble.20260731.144025) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libposes/ros-kilted-mrpt-libposes-dbgsym_2.15.20-1noble.20260731.144025_amd64.deb Size: 16439076 SHA256: 635d98f7a705ed6f84a5d7c527db2939fde9da9befd2519a895da79976d32aa4 SHA1: b58390366609960f89eb033d97298fcaf974949e MD5sum: 05b23d3606f525d8b3c308fa9340b95d Description: debug symbols for ros-kilted-mrpt-libposes Build-Ids: 02c353c987c90c9778465f66c1bcc7dfe6edcf47 60584774090dc4cecfabbb75fbe62942a8c3eef7 a5d0cb1dc96671b582fe279b53e76b7c24392a19 Package: ros-kilted-mrpt-libros-bridge Version: 3.5.3-1noble.20260805.150745 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 415 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.20260805.150745_amd64.deb Size: 122684 SHA256: a69af250eae92eae036f7a00951135a7caceac39c85834ea20c947876dff3e9a SHA1: 3af2e747d7e1fb4d86dd5da4fe92af9dd2159671 MD5sum: ef8a4455a147d1ef05e539b5e3cde5b5 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.20260805.150745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2785 Depends: ros-kilted-mrpt-libros-bridge (= 3.5.3-1noble.20260805.150745) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libros-bridge/ros-kilted-mrpt-libros-bridge-dbgsym_3.5.3-1noble.20260805.150745_amd64.deb Size: 2701232 SHA256: 7d3a75f1a6025a972b07e4c434fdce1ea3b0470336a688e06ce94a409ac7c20a SHA1: a2f83d8fa6fd02ff8cfff92c37a6f8def23df562 MD5sum: bfc0e6b3df2a5a0dd64c1c969ee977fd Description: debug symbols for ros-kilted-mrpt-libros-bridge Build-Ids: 7c0392e223b7bd8161fdf4bcb4b9630cae9cd459 Package: ros-kilted-mrpt-libslam Version: 2.15.20-1noble.20260731.155019 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3212 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.4.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.20-1noble.20260731.155019_amd64.deb Size: 1002658 SHA256: 8ae0cf36b349479c5bfcb2a64d7a6499badee78293a3171c48f179eb2f61a9d6 SHA1: 72eb0560dcd08721c63879e4084a4cfbf785031f MD5sum: 981de630aadb3380ec64c4c087d9a037 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.20-1noble.20260731.155019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 41592 Depends: ros-kilted-mrpt-libslam (= 2.15.20-1noble.20260731.155019) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-libslam/ros-kilted-mrpt-libslam-dbgsym_2.15.20-1noble.20260731.155019_amd64.deb Size: 41436720 SHA256: 017a932efe7d5974bf319054665b5393a036eec3800294bd497fd4050215fd58 SHA1: 0e7fab1c3ea0d928830d5017b668b465650b541f MD5sum: 3f8d1b2f4d7fcbb00b539e2ee4c2176e Description: debug symbols for ros-kilted-mrpt-libslam Build-Ids: 19f312edf3ef77866e719f26d752f8c7ed791f7d eff9256d2a021e82f1bed246835a7086c573c0f5 Package: ros-kilted-mrpt-libtclap Version: 2.15.20-1noble.20260731.141030 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 181 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.20-1noble.20260731.141030_amd64.deb Size: 24754 SHA256: eeef6df8380a708760b687d79f69b09aa0d1b4e57eb42d90ad13e1af94985b6d SHA1: 6d54cbde9b4700a803df49506eb54d4d8905e278 MD5sum: d284751d6467f92c27d34033da825b3a 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.20260805.151533 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 568 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mp2p-icp-core, 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-mp2p-icp (>= 1.6.2), 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.20260805.151533_amd64.deb Size: 141080 SHA256: 6cef1096daab57e64b4974186983de10f881617d2bb906743645bdb043b3daf9 SHA1: a51b34c3b9ed97eeee1609f86cf7d4d29830fea4 MD5sum: 650cf19d3f990940cf6711d5acea4373 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.20260805.151533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 3304 Depends: ros-kilted-mrpt-map-server (= 2.4.0-1noble.20260805.151533) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-map-server/ros-kilted-mrpt-map-server-dbgsym_2.4.0-1noble.20260805.151533_amd64.deb Size: 3054774 SHA256: ab10178438c4a83d47438e06f60838d04a4706839eb0966931ddbcc12ee96282 SHA1: cb1ea2e8ec99da4365c98cecb7829d7a367df3bd MD5sum: 0bb27ded46d13e9b7ab7cf03e4e32283 Description: debug symbols for ros-kilted-mrpt-map-server Build-Ids: 4a1d5d2424aaaf316f95cc44cc86c148f4c97584 Package: ros-kilted-mrpt-maps Version: 3.1.2-1noble.20260805.075533 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2716 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), liboctomap1.9t64 (>= 1.9.7+dfsg), libstdc++6 (>= 13.1), ros-kilted-mrpt-bayes, ros-kilted-mrpt-config, ros-kilted-mrpt-containers, ros-kilted-mrpt-core, ros-kilted-mrpt-graphs, ros-kilted-mrpt-img, ros-kilted-mrpt-io, ros-kilted-mrpt-math, ros-kilted-mrpt-obs, ros-kilted-mrpt-poses, ros-kilted-mrpt-random, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-system, ros-kilted-mrpt-tfest, ros-kilted-mrpt-viz, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-maps/ros-kilted-mrpt-maps_3.1.2-1noble.20260805.075533_amd64.deb Size: 806324 SHA256: d185b66f90e8d265b95af2fd117321fc0cd97a11f781851f7ce9ab0aae3afa6d SHA1: 0e1667300a2c905f6b5885734beafd79ec8fd327 MD5sum: ed4b5f4722827f1301cab8904a610c08 Description: The MRPT C++ library mrpt_maps Package: ros-kilted-mrpt-maps-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-maps Version: 3.1.2-1noble.20260805.075533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13078 Depends: ros-kilted-mrpt-maps (= 3.1.2-1noble.20260805.075533) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-maps/ros-kilted-mrpt-maps-dbgsym_3.1.2-1noble.20260805.075533_amd64.deb Size: 12654762 SHA256: 1ad25c0d237ee804bff04deee0328817e3b4df38f72027a4e52448daa4a81e85 SHA1: b32d0ff6954229e7ad2803edc8288602d62cc4c6 MD5sum: 804d63b8601619835f36cb9f1286e8ed Description: debug symbols for ros-kilted-mrpt-maps Build-Ids: ecac1e3a899097a3451f2655251dc7b19f5c9db4 Package: ros-kilted-mrpt-math Version: 3.1.2-1noble.20260731.134806 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4742 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.0), libstdc++6 (>= 13.1), ros-kilted-mrpt-containers, ros-kilted-mrpt-core, ros-kilted-mrpt-random, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-system, libnanoflann-dev, ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-math/ros-kilted-mrpt-math_3.1.2-1noble.20260731.134806_amd64.deb Size: 1304512 SHA256: 4a15c98992aafdd31b6cd36ed7663870b0c91a5e0c9d17a5aaac847efdc696b6 SHA1: ccf974c44f87127b672603b12cbfbf42e39f6326 MD5sum: ebd1570ad5969760764e58ad6405e108 Description: The MRPT C++ library mrpt_math Package: ros-kilted-mrpt-math-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-math Version: 3.1.2-1noble.20260731.134806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 85090 Depends: ros-kilted-mrpt-math (= 3.1.2-1noble.20260731.134806) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-math/ros-kilted-mrpt-math-dbgsym_3.1.2-1noble.20260731.134806_amd64.deb Size: 85284184 SHA256: b629b5f9b5a9a4b2847de4ce7b63f804bf09386e432d742e695a8ad87ee9114c SHA1: a636b7dfb88a3151e67dc48d72644bc20f4ae7d0 MD5sum: d6a22a55ac4b30b16d34dbf78ec52e6e Description: debug symbols for ros-kilted-mrpt-math Build-Ids: f83e1ca0bc963d45c807086aa5b692b39f804958 Package: ros-kilted-mrpt-msgs Version: 0.6.0-1noble.20260716.020653 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3518 Depends: libc6 (>= 2.14), 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.20260716.020653_amd64.deb Size: 259160 SHA256: b9c726d84b2420e5f9d0b4e479fbcd92c85544fcc419c6656945aa7af17ee808 SHA1: ad12d516512eacaf368bc4b0a6ed162f18d3b2ac MD5sum: d49ca094f7d94408576d87fbeec1dc2a Description: ROS messages for MRPT classes and objects Package: ros-kilted-mrpt-msgs-bridge Version: 2.4.0-1noble.20260805.153921 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 396 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.20260805.153921_amd64.deb Size: 36300 SHA256: f7b496fb652c14bae1fcdec1fd8c7d3342870cbe146607bd6920f70cbba0b6b9 SHA1: f361e34e7778318e14efed642607e2437fd6c31a MD5sum: 2ea6a0acce628a4a209298415bae01bb 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.20260716.020653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2862 Depends: ros-kilted-mrpt-msgs (= 0.6.0-1noble.20260716.020653) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-msgs/ros-kilted-mrpt-msgs-dbgsym_0.6.0-1noble.20260716.020653_amd64.deb Size: 2388116 SHA256: a470dd2b6d9c9aa46ca689191e1a2d8b1e88063a5c035f27b95dbe4955f4e866 SHA1: 5b06861655d6fd0a7f666d8b512473cfb132cd52 MD5sum: 50a3979b39cc70ef6d67a23121456387 Description: debug symbols for ros-kilted-mrpt-msgs Build-Ids: 0f102975cd302d011282a56ce529c520f88c8860 18def19e70078a079ec59ae288c4924c148fcda1 37e523be3d25e6c82eb376b8b1a8a51d02cb7d82 4893d473cad1b444e516cb3f9c93d1cf42f43f88 5331508560d149a5acbd0ca9554512b76d964d13 5c312ecf47b4e73f06374aa22e6a64fd0eace59f 89af6d05206804f8ece777849d23afed60795632 8bb9a903c7824a76c06a4aa6a6ad85a5247317fa 8c1d24256748f7c0ec0b45f28fb66e348100e1c9 c0d428d305b371faf1ba84f1fd295fef1bd43326 ead66d538bd4a9243de6e887e70d3343b95650e3 Package: ros-kilted-mrpt-nav Version: 3.1.2-1noble.20260806.073039 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1195 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-config, ros-kilted-mrpt-containers, ros-kilted-mrpt-core, ros-kilted-mrpt-expr, ros-kilted-mrpt-io, ros-kilted-mrpt-kinematics, ros-kilted-mrpt-maps, ros-kilted-mrpt-math, ros-kilted-mrpt-obs, ros-kilted-mrpt-poses, ros-kilted-mrpt-random, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-system, ros-kilted-mrpt-viz, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-nav/ros-kilted-mrpt-nav_3.1.2-1noble.20260806.073039_amd64.deb Size: 368634 SHA256: 854e5a6bee5500a1cf2c6b1decdebc6c1485d1ee9b4e6eeb36ea82abcf5e71cf SHA1: 3bed0d6ccf0f5f3a47cc87c0c44fbd32d5cc30ea MD5sum: 14bfa747dabc7ad9107e907241cc391a Description: The MRPT C++ library mrpt_nav Package: ros-kilted-mrpt-nav-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-nav Version: 3.1.2-1noble.20260806.073039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6931 Depends: ros-kilted-mrpt-nav (= 3.1.2-1noble.20260806.073039) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-nav/ros-kilted-mrpt-nav-dbgsym_3.1.2-1noble.20260806.073039_amd64.deb Size: 6748720 SHA256: f94c2c363813257cdfa1b691cc38971486a29711db068587043e6a5e41f1cd59 SHA1: ea2384d6317506929802fd1b59f1e4d12b6a19f6 MD5sum: 8ef825eeba6de080c82e598d1756105c Description: debug symbols for ros-kilted-mrpt-nav Build-Ids: 1d92272c072305db5cac84e620df5385ba38f1cd Package: ros-kilted-mrpt-nav-interfaces Version: 2.4.0-1noble.20260716.021216 Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 5668 Depends: libc6 (>= 2.14), 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.20260716.021216_amd64.deb Size: 347374 SHA256: d323e8fc2ac914130397389f17c78b31f31c83f6a7ab598ff70316b4ee9b1036 SHA1: aa8e335521fd97e61cd8c09f39396419a3e35d5c MD5sum: 1e110ce422e552f8d5fd556d430f3a2e 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.20260716.021216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 3589 Depends: ros-kilted-mrpt-nav-interfaces (= 2.4.0-1noble.20260716.021216) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-nav-interfaces/ros-kilted-mrpt-nav-interfaces-dbgsym_2.4.0-1noble.20260716.021216_amd64.deb Size: 2748786 SHA256: ff5e937c30198cef44fb0ad0e62ed696aef3219b71c494f6a27946c3d61f9122 SHA1: 3d3f93616f307b84ea0fc2d84ad03f1301d044e2 MD5sum: 0681470d21cf59ea729da965d55a0e42 Description: debug symbols for ros-kilted-mrpt-nav-interfaces Build-Ids: 26c587a07f4dff49eb72fb6f4a8cb5065814b5db 4aa6600493552b7ed696361057ede735d1524d33 5290119667548726796632050c14fd33373b07fd 678d34427034d4b1d8372ed1ee7057e7011e0938 77399d87c29638d0c514c8a5da28854dcdfa57dc 7ed04666dbf9477c344ae70e3ff9296d973c1b23 81c61dc4cac4f1ed286ceba87761edb124ca36ef aefd4fd3f313ec252d816b9530101a294d510d29 b50ce98073d2a2360921f5512eedb0439440e0b1 c73948b9aee81f205db90163811499bc2dac2b08 fbe9443e43d1c2b3d7244ece1e10ed2916d7cb6b Package: ros-kilted-mrpt-navigation Version: 2.4.0-1noble.20260806.083811 Architecture: amd64 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.20260806.083811_amd64.deb Size: 6328 SHA256: 290deac8786c3168b0eaa6ae83401ec913012e37a3095b0a11d627b6fe25905e SHA1: a237a85b7181890c56b3d7c23de407d7d888b440 MD5sum: 5f86517d95abac680b517184ae82098a 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-obs Version: 3.1.2-1noble.20260731.142857 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2262 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), ros-kilted-mrpt-config, ros-kilted-mrpt-containers, ros-kilted-mrpt-core, ros-kilted-mrpt-img, ros-kilted-mrpt-io, ros-kilted-mrpt-math, ros-kilted-mrpt-poses, ros-kilted-mrpt-random, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-system, ros-kilted-mrpt-tfest, ros-kilted-mrpt-viz, ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-obs/ros-kilted-mrpt-obs_3.1.2-1noble.20260731.142857_amd64.deb Size: 778626 SHA256: ced99cc1fac4cad88bba076837b788a15b676790ee2a401932461cbca6066fc4 SHA1: f56b9738f3011cf5961c0de58a192be8c7f16bf9 MD5sum: 889ac3c36d848e1cb88041504f5bf778 Description: The MRPT C++ library mrpt_obs Package: ros-kilted-mrpt-obs-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-obs Version: 3.1.2-1noble.20260731.142857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8134 Depends: ros-kilted-mrpt-obs (= 3.1.2-1noble.20260731.142857) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-obs/ros-kilted-mrpt-obs-dbgsym_3.1.2-1noble.20260731.142857_amd64.deb Size: 7857150 SHA256: 7f64afa0d06e2eb880d7949dc32b85c7c5b7b149cf0de353d35670504f50b692 SHA1: fd0202ea5a9165915f654172dff8a16f20edfe17 MD5sum: f5a9f4ecdd64cfe0790cd39ee0a897cd Description: debug symbols for ros-kilted-mrpt-obs Build-Ids: 174af82bc728a7eb6c95f928e98dfbf22910ff8b Package: ros-kilted-mrpt-opengl Version: 3.1.2-1noble.20260731.142735 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 870 Depends: libc6 (>= 2.38), libegl1, libgcc-s1 (>= 3.3.1), libopengl0, libstdc++6 (>= 13.1), ros-kilted-mrpt-containers, ros-kilted-mrpt-core, ros-kilted-mrpt-img, ros-kilted-mrpt-io, ros-kilted-mrpt-math, ros-kilted-mrpt-poses, ros-kilted-mrpt-viz, libgl1-mesa-dev, libglu1-mesa-dev, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-opengl/ros-kilted-mrpt-opengl_3.1.2-1noble.20260731.142735_amd64.deb Size: 300378 SHA256: fa30c5a6faa0bf928d57839b3cfee5dcdf833e5e078509a6ce445c51a6ebbdd8 SHA1: 4104287e0137b2eecbb37f115df6c979fd06aec5 MD5sum: 86f06aa350d64865e5d0017977f35970 Description: The MRPT C++ library mrpt_opengl Package: ros-kilted-mrpt-opengl-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-opengl Version: 3.1.2-1noble.20260731.142735 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4453 Depends: ros-kilted-mrpt-opengl (= 3.1.2-1noble.20260731.142735) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-opengl/ros-kilted-mrpt-opengl-dbgsym_3.1.2-1noble.20260731.142735_amd64.deb Size: 4388752 SHA256: 77693e674788131a6b3358866d6458a3057ddbce40665050e25b9577152b976e SHA1: 13ec3cea7b3fd3354957fc216314bac0fccae9d5 MD5sum: c759e963b2e7dfed2a6c0c8bebfb8195 Description: debug symbols for ros-kilted-mrpt-opengl Build-Ids: 612ccc7abfb39bbeef3535b2946f5cc6f61f507d Package: ros-kilted-mrpt-path-planning Version: 1.0.1-1noble.20260806.073028 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1422 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_1.0.1-1noble.20260806.073028_amd64.deb Size: 455582 SHA256: 6dbaebe45771f772596c261c6b1f3a06be4b484768666e588e908783a0eca3cc SHA1: 67e33e3f031067fecdb15c45f1a0584c06d1d261 MD5sum: dd7a9e1392add14d168a95714cb51c1f 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: 1.0.1-1noble.20260806.073028 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10558 Depends: ros-kilted-mrpt-path-planning (= 1.0.1-1noble.20260806.073028) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-path-planning/ros-kilted-mrpt-path-planning-dbgsym_1.0.1-1noble.20260806.073028_amd64.deb Size: 10321208 SHA256: 42ffdc0d05a2c1a966d82014a99d2bfc761a5b56d6ec692d9c8b41b89254ae3b SHA1: 68a2d770868bea8f871cf7d1040ccf864ec0f028 MD5sum: 01107095bccc12838858f13c3d99ef81 Description: debug symbols for ros-kilted-mrpt-path-planning Build-Ids: 48164d25cec30dc465d4ba5289024890a3f71abf 85a80256ec5cd6d56b86ab49b67623b03de11663 e0baad94f2956c47811f5c44523b784b5f9eb144 Package: ros-kilted-mrpt-pf-localization Version: 2.4.0-1noble.20260805.155213 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 4063 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-core, 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-mp2p-icp, 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.20260805.155213_amd64.deb Size: 564020 SHA256: f3d6fdc3a674d6cc7c7720db8d80260949f8376b58099ffde147d98145727797 SHA1: f50219cb520d425a6c56a98778da9c5f9e911514 MD5sum: f6a796e2b2023c709f7e877e0a2a1cd6 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.20260805.155213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 20082 Depends: ros-kilted-mrpt-pf-localization (= 2.4.0-1noble.20260805.155213) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-pf-localization/ros-kilted-mrpt-pf-localization-dbgsym_2.4.0-1noble.20260805.155213_amd64.deb Size: 16850030 SHA256: 7eda409dcefc68250190e8f5dad977c307941cd15a48c1866ed4c4f36761a2b6 SHA1: 2caec6f591a710a3008f8435e28a3db4879c9017 MD5sum: 286329ef8253f09d81d8f6fbe3f455bb Description: debug symbols for ros-kilted-mrpt-pf-localization Build-Ids: 19288542973468c314918791d4947304b37da8f4 1f89b81cda41264c6f2df6497af239dc21a82721 5be98e079ded9f570495860da36f39ca1137de25 eab1d5f3d9acd058d07f59e0f0f5d91bd4705351 Package: ros-kilted-mrpt-pointcloud-pipeline Version: 2.4.0-1noble.20260805.152428 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1725 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mp2p-icp-core, 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-mp2p-icp, 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.20260805.152428_amd64.deb Size: 263696 SHA256: 792fc0e7d538ea4b8e17182e771e09ad1ab98e5519fba02932e21944197b6901 SHA1: 6a0a16a1f2bb97ac78f28623d0a7a2c4604b1576 MD5sum: d0b3778fa452bd4dff2cbd496ec79b24 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.20260805.152428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9552 Depends: ros-kilted-mrpt-pointcloud-pipeline (= 2.4.0-1noble.20260805.152428) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-pointcloud-pipeline/ros-kilted-mrpt-pointcloud-pipeline-dbgsym_2.4.0-1noble.20260805.152428_amd64.deb Size: 8262522 SHA256: fe03b55744376b1a72ef455cf7a3633d0a30b286138fd9458ebaea2d839c1d27 SHA1: fad629e73073a80ff1a24a736660a95b56028e58 MD5sum: 7fe683f016f7e831f8518e7b8167350c Description: debug symbols for ros-kilted-mrpt-pointcloud-pipeline Build-Ids: 089ee3b99ca926035b0d6e88d29e3ca2e17041d9 5d0a55afbfeb62f6b71a683e2d934facd152b5e6 a12e53044f9ed9f20ad0dea46b54c8e6293e04c3 Package: ros-kilted-mrpt-poses Version: 3.1.2-1noble.20260731.141407 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1903 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-bayes, ros-kilted-mrpt-containers, ros-kilted-mrpt-core, ros-kilted-mrpt-math, ros-kilted-mrpt-random, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-system, ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-poses/ros-kilted-mrpt-poses_3.1.2-1noble.20260731.141407_amd64.deb Size: 533980 SHA256: 019f1f27c5a7b592f20a0f3d9d02850a8c3323fd39dc9d51c355e828fed0c881 SHA1: 03b1fbf075c7417e2919cf633f62aa06bfbae88c MD5sum: a447a313f4582b31bb2025566951a6f5 Description: The MRPT C++ library mrpt_poses Package: ros-kilted-mrpt-poses-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-poses Version: 3.1.2-1noble.20260731.141407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 16169 Depends: ros-kilted-mrpt-poses (= 3.1.2-1noble.20260731.141407) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-poses/ros-kilted-mrpt-poses-dbgsym_3.1.2-1noble.20260731.141407_amd64.deb Size: 16103828 SHA256: 6b5d82d87607e68bd6899e3bec3fe1e185c9838de87a4fe762964f6d856b0ed6 SHA1: 9add62a1c8383392861322dd1d0e1d3908cf6cf2 MD5sum: bfcfa56b129a404ca6e2f719741bf99c Description: debug symbols for ros-kilted-mrpt-poses Build-Ids: 7b0666b95721be17b2f2a6173cd88548b16fc9cc Package: ros-kilted-mrpt-random Version: 3.1.2-1noble.20260708.084810 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 247 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-random/ros-kilted-mrpt-random_3.1.2-1noble.20260708.084810_amd64.deb Size: 82458 SHA256: 4db4cd0e4ce1f824a5c72c3515249b390abe95d741abbf614d9b4f08b918dd00 SHA1: 1825966dfb97448e972b1dcbb66ad80f8d614773 MD5sum: f143575e5c12a93ee706531902db9fea Description: The MRPT C++ library mrpt_random Package: ros-kilted-mrpt-random-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-random Version: 3.1.2-1noble.20260708.084810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 49 Depends: ros-kilted-mrpt-random (= 3.1.2-1noble.20260708.084810) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-random/ros-kilted-mrpt-random-dbgsym_3.1.2-1noble.20260708.084810_amd64.deb Size: 34746 SHA256: 01c4c47988433b19f9a7e263c5b187ef480c0e9ba54debcc32ae301a8a935556 SHA1: c793edb60d6959c6e30fb5a5482dda5a4c24a475 MD5sum: b1840bd92450f729d0c075dec75cf4fe Description: debug symbols for ros-kilted-mrpt-random Build-Ids: 0ed2b2eddb70125e9566df56cec98f8a7f8d41d0 Package: ros-kilted-mrpt-reactivenav2d Version: 2.4.0-1noble.20260805.152021 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2018 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.20260805.152021_amd64.deb Size: 328170 SHA256: 58eab5412ecdc49f3e87fe4a7b6d18137f0c7d95ebf3c89d153965d04e4ee053 SHA1: 0f5b641f0c9e75f1fb8199dfef33cc6b92a7eb40 MD5sum: a20d3618ad376c339f14f9d749ad787e 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.20260805.152021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9021 Depends: ros-kilted-mrpt-reactivenav2d (= 2.4.0-1noble.20260805.152021) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-reactivenav2d/ros-kilted-mrpt-reactivenav2d-dbgsym_2.4.0-1noble.20260805.152021_amd64.deb Size: 7370880 SHA256: f1be7432c0b6dc7004a890ef634a88b162d2cc06e505f3d95667a7fe81ecca3b SHA1: 1cb6b0113adb3463c532a5bd57eedbbfe058b910 MD5sum: c0e1f274c33df00bbaea868036c8f280 Description: debug symbols for ros-kilted-mrpt-reactivenav2d Build-Ids: 82c572dcec34b5ad10c72b0b78b0dc119f8f406c Package: ros-kilted-mrpt-rtti Version: 3.1.2-1noble.20260708.085131 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 269 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-core, ros-kilted-mrpt-common, ros-kilted-mrpt-typemeta, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-rtti/ros-kilted-mrpt-rtti_3.1.2-1noble.20260708.085131_amd64.deb Size: 88476 SHA256: 305f802d4b51a623ba8dae709f757b184c53a2ea90873979c75e2848665bc393 SHA1: db79e38030f7b8f51940ce8a299f96f0ac20c402 MD5sum: 99a7e4ddaca6b8fe3ab29fa54bdfef20 Description: The MRPT C++ library mrpt_rtti Package: ros-kilted-mrpt-rtti-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-rtti Version: 3.1.2-1noble.20260708.085131 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 242 Depends: ros-kilted-mrpt-rtti (= 3.1.2-1noble.20260708.085131) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-rtti/ros-kilted-mrpt-rtti-dbgsym_3.1.2-1noble.20260708.085131_amd64.deb Size: 221342 SHA256: b7253d38c4d6c5718dfe46a227152bd1a39c3a8167fae0efd3ca7eaa2e35ccf2 SHA1: 5b077485d5e7600e0ad71f68aae0aa26f6d2d9cd MD5sum: d5f14a9f451284ffbc8fe7af3b200f13 Description: debug symbols for ros-kilted-mrpt-rtti Build-Ids: 90fc48ca36612e92f35cada5b3a1fae93bea1502 Package: ros-kilted-mrpt-sensor-bumblebee-stereo Version: 0.3.0-1noble.20260805.152409 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 568 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.20260805.152409_amd64.deb Size: 135472 SHA256: fe0d40f3d12655106bd68b0871dd6d1f932f901c86f5af89608c1e936e393e28 SHA1: a79a20ae1a86a6c8a046fd5f30c106255a005e6d MD5sum: c720296d1ad29620edb7b4091c759838 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.20260805.152409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1025 Depends: ros-kilted-mrpt-sensor-bumblebee-stereo (= 0.3.0-1noble.20260805.152409) 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.20260805.152409_amd64.deb Size: 844242 SHA256: 81f13cfdc575ec18ce21420f28021b8c1881de13cfe2259c80859c907d8f8318 SHA1: c7ab66da2be2480f6e10d46c43f8fcdcdbe99c3e MD5sum: e114fedd50f37f69bbe8f29b280c6eb1 Description: debug symbols for ros-kilted-mrpt-sensor-bumblebee-stereo Build-Ids: 6689b4bf72a538aab8fa96490ad7932672dd4a13 Package: ros-kilted-mrpt-sensor-gnss-nmea Version: 0.3.0-1noble.20260805.152519 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 671 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.20260805.152519_amd64.deb Size: 156286 SHA256: 9523775b8844beaca3be30a38cb308da63712a1f29d3bd6f4a2298f5e8419b7d SHA1: b89de69c5162c223a5e99b7fb3869c366bdd5e5f MD5sum: b958b3cf378ee5df6400c629e42f7e5c 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.20260805.152519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1728 Depends: ros-kilted-mrpt-sensor-gnss-nmea (= 0.3.0-1noble.20260805.152519) 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.20260805.152519_amd64.deb Size: 1481094 SHA256: fe2aa2d676dcba71362bd7aaf8f91d0bbe3f85b18d93acc364f4783373aab24a SHA1: 0a7d4794e7cae7b5c8926c5bca299491e2409f69 MD5sum: 4471e243125f99bb636a6c30dfd7d965 Description: debug symbols for ros-kilted-mrpt-sensor-gnss-nmea Build-Ids: 2fb0609c6d80cde846a7f9d02fa8ac0dec05c86a Package: ros-kilted-mrpt-sensor-gnss-novatel Version: 0.3.0-1noble.20260805.152513 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1381 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.20260805.152513_amd64.deb Size: 278084 SHA256: e2fb0e0d7b3c1be073517999f78fb07a217cbe0ede6a59c91febc83d834a62d5 SHA1: 4e28fb0bf8fd49535a2a0af91f83351f361e0706 MD5sum: 954df636f39f4f64af7a5da4216dfaa9 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.20260805.152513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 5170 Depends: ros-kilted-mrpt-sensor-gnss-novatel (= 0.3.0-1noble.20260805.152513) 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.20260805.152513_amd64.deb Size: 4384952 SHA256: 4efb5c2463299e8b7e53abad225a05f0cefbeed814b706df09efd82cf5a9154d SHA1: 5498c605477e72ca0db14117d7e7c8d00cd41870 MD5sum: 0898325d6965f5c47e16a92e4d0cff5f Description: debug symbols for ros-kilted-mrpt-sensor-gnss-novatel Build-Ids: b8dfcaa971ee7f2d1423521bde81c9ea0fb9a606 Package: ros-kilted-mrpt-sensor-imu-taobotics Version: 0.3.0-1noble.20260805.152540 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 499 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.20260805.152540_amd64.deb Size: 112852 SHA256: e1f040e8df7060fb18228520a4f6b4cc1d5d999afbd8ef573d9a40c348f7e191 SHA1: 4c8d30ef019760821c5314cb13b3f6c4d791358a MD5sum: ffa776a78324793ca957dca73778bed6 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.20260805.152540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 452 Depends: ros-kilted-mrpt-sensor-imu-taobotics (= 0.3.0-1noble.20260805.152540) 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.20260805.152540_amd64.deb Size: 299000 SHA256: 3046e79e0c0c1e21213f0fe718c43201ad50ce70d9dfd723916b662b6b059e72 SHA1: adb02a62e49e9f329315efc6a04d49cfc5271374 MD5sum: 44d70944a69cb58fdb672b74792996f4 Description: debug symbols for ros-kilted-mrpt-sensor-imu-taobotics Build-Ids: 55fa1b32fa348c1519e7ec177e678d20b609ad0b Package: ros-kilted-mrpt-sensorlib Version: 0.3.0-1noble.20260805.151445 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 2003 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.20260805.151445_amd64.deb Size: 114968 SHA256: e520af201eed576fa00a0b2eac37c056e31a27f4738e98bbab2ae4300364d4c5 SHA1: 6bf316eb3bf97b73880ddeb8fed4ed006408f8de MD5sum: baa1666275e824f75275b4a9cbbbbdcc Description: C++ library for the base generic MRPT sensor node Package: ros-kilted-mrpt-sensors Version: 0.3.0-1noble.20260805.154148 Architecture: amd64 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.20260805.154148_amd64.deb Size: 5582 SHA256: 3f41f6c2a919c936fb44bdd0c1099b104f78d42aff5a23274e9caf8b80afea71 SHA1: 9f2721abd51609f1e849e74fd3b836d13742bc67 MD5sum: 9db09cd763e042c4e3b83fe0b2498ea1 Description: ROS nodes for various robotics sensors via mrpt-hwdrivers. Metapackage for all mrpt_sensor packages. Package: ros-kilted-mrpt-serialization Version: 3.1.2-1noble.20260708.085356 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 364 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-core, ros-kilted-mrpt-rtti, ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-serialization/ros-kilted-mrpt-serialization_3.1.2-1noble.20260708.085356_amd64.deb Size: 107728 SHA256: ace1d1822420e7c29eb7b2a68b8ca1d13829aa0e015af35ed8a5b639b948ce0a SHA1: 6b88c0d7775160aa5db738263504ff41e71347e9 MD5sum: 361361492efb1d3d7bdfc3a5b437d1cc Description: The MRPT C++ library mrpt_serialization Package: ros-kilted-mrpt-serialization-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-serialization Version: 3.1.2-1noble.20260708.085356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 386 Depends: ros-kilted-mrpt-serialization (= 3.1.2-1noble.20260708.085356) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-serialization/ros-kilted-mrpt-serialization-dbgsym_3.1.2-1noble.20260708.085356_amd64.deb Size: 357978 SHA256: d8de48279c10481ee6369d8d7c727351b76b15fa78563077ff5b7cd71a2916ce SHA1: 731e9caa263fbed7d5900dbb4c60f885a7c18257 MD5sum: 39e6cad2f8e31af329951e31d6104b25 Description: debug symbols for ros-kilted-mrpt-serialization Build-Ids: 4c4ab8930e8de96a3cb7833d762e2b952af54c3e Package: ros-kilted-mrpt-slam Version: 3.1.2-1noble.20260806.073054 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1761 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-bayes, ros-kilted-mrpt-config, ros-kilted-mrpt-core, ros-kilted-mrpt-graphs, ros-kilted-mrpt-img, ros-kilted-mrpt-io, ros-kilted-mrpt-maps, ros-kilted-mrpt-math, ros-kilted-mrpt-obs, ros-kilted-mrpt-poses, ros-kilted-mrpt-random, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-system, ros-kilted-mrpt-tfest, ros-kilted-mrpt-topography, ros-kilted-mrpt-viz, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-slam/ros-kilted-mrpt-slam_3.1.2-1noble.20260806.073054_amd64.deb Size: 561940 SHA256: e50d0f0dbab3dad86e145f45fb1aef92edc4d4ecffe83d43ab949f248e40da39 SHA1: 88bafab6a73aaf63c9d70b3b9cf686a31d20bbfa MD5sum: c4d3d00160e3959281422d43d9d06b26 Description: The MRPT C++ library mrpt_slam Package: ros-kilted-mrpt-slam-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-slam Version: 3.1.2-1noble.20260806.073054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8056 Depends: ros-kilted-mrpt-slam (= 3.1.2-1noble.20260806.073054) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-slam/ros-kilted-mrpt-slam-dbgsym_3.1.2-1noble.20260806.073054_amd64.deb Size: 7843110 SHA256: 2a07df4e4cbb522541f0e9f77535a8de6b3bc18277b28605a81b48d589df6b08 SHA1: df31c8521ea3d9d5556cdf3a5198b93d74bf1187 MD5sum: e3b4caf0a2bd48b5a52a39d9c91daccb Description: debug symbols for ros-kilted-mrpt-slam Build-Ids: daed87450935229fdc42e305a225c004dd258867 Package: ros-kilted-mrpt-system Version: 3.1.2-1noble.20260708.085520 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 706 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-containers, ros-kilted-mrpt-core, ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-system/ros-kilted-mrpt-system_3.1.2-1noble.20260708.085520_amd64.deb Size: 223270 SHA256: e6304df83908b1a6ef04286d16f847bd2f17c085e03cb740e5b1c05a8578cb84 SHA1: 04672e4946aaab8c75e0c7ed0c0a5eef8f34fffa MD5sum: 856cc82f8768c47dca6176ce48726633 Description: The MRPT C++ library mrpt_system Package: ros-kilted-mrpt-system-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-system Version: 3.1.2-1noble.20260708.085520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1395 Depends: ros-kilted-mrpt-system (= 3.1.2-1noble.20260708.085520) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-system/ros-kilted-mrpt-system-dbgsym_3.1.2-1noble.20260708.085520_amd64.deb Size: 1327758 SHA256: f1825281a6f80e62fc8249aef2454608493c13b04fadeef55b7108dc6cae82da SHA1: 7925750dde66d29d70944b225958e2e3543a7c2d MD5sum: 9c216eaab9dc7dd9e36af9ea0bb84079 Description: debug symbols for ros-kilted-mrpt-system Build-Ids: bfac77469963279568b84dc0a99a7a4d5b18a928 Package: ros-kilted-mrpt-tfest Version: 3.1.2-1noble.20260731.142100 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 376 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-core, ros-kilted-mrpt-math, ros-kilted-mrpt-poses, ros-kilted-mrpt-random, ros-kilted-mrpt-system, ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-tfest/ros-kilted-mrpt-tfest_3.1.2-1noble.20260731.142100_amd64.deb Size: 125042 SHA256: a57afaa30043679363ab19ee2f1a8460ff333cb0834593b25425a33b4b376f13 SHA1: c42611d8d9e9c89f4147b6f1a38f5dadcac7bbc1 MD5sum: be582ce91c09db741a780b26d9d80c51 Description: The MRPT C++ library mrpt_tfest Package: ros-kilted-mrpt-tfest-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-tfest Version: 3.1.2-1noble.20260731.142100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 737 Depends: ros-kilted-mrpt-tfest (= 3.1.2-1noble.20260731.142100) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-tfest/ros-kilted-mrpt-tfest-dbgsym_3.1.2-1noble.20260731.142100_amd64.deb Size: 713888 SHA256: 684325841e88de0dc99d0260e47296c4d473076bb6ffa23af38301a5a6b5a6d3 SHA1: 177e34f5ab6c1bfae984bed0f5d9ff91b45b1868 MD5sum: f1139432610d06f17dabf1db198c380d Description: debug symbols for ros-kilted-mrpt-tfest Build-Ids: 5c7a26c678389a6db63473ac654c7a1e998ae9e0 Package: ros-kilted-mrpt-topography Version: 3.1.2-1noble.20260731.141109 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 290 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-core, ros-kilted-mrpt-math, ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-topography/ros-kilted-mrpt-topography_3.1.2-1noble.20260731.141109_amd64.deb Size: 96596 SHA256: e1b5b9aa4f162bf1cc5d2f10bd39022bcfff3593b9590efaa520922aabc397ab SHA1: 25037635db01dafbb61a8bf5cb5ecfc79902bfe7 MD5sum: db45c5f3ac436e368ed69872a80fcce2 Description: The MRPT C++ library mrpt_topography Package: ros-kilted-mrpt-topography-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-topography Version: 3.1.2-1noble.20260731.141109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 163 Depends: ros-kilted-mrpt-topography (= 3.1.2-1noble.20260731.141109) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-topography/ros-kilted-mrpt-topography-dbgsym_3.1.2-1noble.20260731.141109_amd64.deb Size: 142002 SHA256: 0b0102c8d81a0693d929d51b43c5642585f0f65dabe5271098fdf062aa5daf4b SHA1: 847dd887b92d2df9d8b05e2be3e9f405afa872f0 MD5sum: ce53c0535b2bf883dad2278f26b3d44f Description: debug symbols for ros-kilted-mrpt-topography Build-Ids: 6e6fe438401486964e302a216202e11523ad3ac1 Package: ros-kilted-mrpt-tps-astar-planner Version: 2.4.0-1noble.20260806.074458 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1239 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.20260806.074458_amd64.deb Size: 239500 SHA256: 7645ec880ef4bec50d89e21dcf6e21d86c98f80214151721a0f014ab15a3a7c4 SHA1: 443d6aa173270c2e75862b98ed009c08515e1785 MD5sum: b40145b4eaab718512ed407bf1b51619 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.20260806.074458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 6007 Depends: ros-kilted-mrpt-tps-astar-planner (= 2.4.0-1noble.20260806.074458) 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.20260806.074458_amd64.deb Size: 5115662 SHA256: 3bce3dd86fcb2ec2ced20fe3e9b0e23471352a4d930fd4f6091201a43286b061 SHA1: ba980ce49af74371128d55f2435a067b15d2a519 MD5sum: 1837844913d536cae93842fc30fb9a89 Description: debug symbols for ros-kilted-mrpt-tps-astar-planner Build-Ids: 4a7d67758ce945707e4985ccb0895d2a75f7915a Package: ros-kilted-mrpt-tutorials Version: 2.4.0-1noble.20260805.154610 Architecture: amd64 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.20260805.154610_amd64.deb Size: 5993298 SHA256: e14cb1854f69f45b8f3315e6bb028aed0a39999e4ae9313d7e692a1d989e5c2d SHA1: d1eb8d771edbfb1be3104533cb8b1cfc41ee58d9 MD5sum: 0e528cc9482f2767f25aeaf8796fa88b Description: Example files used as tutorials for MRPT ROS packages Package: ros-kilted-mrpt-typemeta Version: 3.1.2-1noble.20260708.084813 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 54 Depends: ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-typemeta/ros-kilted-mrpt-typemeta_3.1.2-1noble.20260708.084813_amd64.deb Size: 10020 SHA256: 2abea8bb574aaa05b5c3a4016846793b2e07297ebfe47dc79d25a64002082027 SHA1: 3c3e9478f47ef22825a078a83f84bd33832d6216 MD5sum: 3199e0133d3e2c885b0b3c2ac862ec37 Description: The MRPT C++ library mrpt_typemeta Package: ros-kilted-mrpt-viz Version: 3.1.2-1noble.20260731.142044 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2301 Depends: libassimp5 (>= 5.3.1+ds), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-mrpt-containers, ros-kilted-mrpt-core, ros-kilted-mrpt-img, ros-kilted-mrpt-io, ros-kilted-mrpt-math, ros-kilted-mrpt-poses, ros-kilted-mrpt-random, ros-kilted-mrpt-rtti, ros-kilted-mrpt-serialization, ros-kilted-mrpt-system, ros-kilted-mrpt-common, ros-kilted-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-viz/ros-kilted-mrpt-viz_3.1.2-1noble.20260731.142044_amd64.deb Size: 644266 SHA256: 5c1813e5a77702fe50bc92e74ac86cdce78776d6e9c83e0347aaf8a6451882fb SHA1: 7e0e47cc9ed366ca35ab932670e4029873bf8ed1 MD5sum: 8aa37010015ef9dc4a478f4051b378b4 Description: The MRPT C++ library mrpt_viz Package: ros-kilted-mrpt-viz-dbgsym Package-Type: ddeb Source: ros-kilted-mrpt-viz Version: 3.1.2-1noble.20260731.142044 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8713 Depends: ros-kilted-mrpt-viz (= 3.1.2-1noble.20260731.142044) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mrpt-viz/ros-kilted-mrpt-viz-dbgsym_3.1.2-1noble.20260731.142044_amd64.deb Size: 8495764 SHA256: 3d3e1556aa1df9f6d1ea78e2bf1220371d001e2f9ceb46a71d034b8c979b0b41 SHA1: c75ff976a1cc577d681bb713448c80ac1ff086c3 MD5sum: c49a21338e623ea9059677b45e39a940 Description: debug symbols for ros-kilted-mrpt-viz Build-Ids: 9de1ed50ecfab952484171ced3756f5dea6832ce Package: ros-kilted-mrt-cmake-modules Version: 1.0.11-2noble.20260410.104000 Architecture: amd64 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.104000_amd64.deb Size: 68056 SHA256: 9c07f47d40d1cfcfaf2740a86349521a49a9e88babcfc22b866bb7eb29777a05 SHA1: 4bef37743a777af6be524977990ce8612fdc4d64 MD5sum: 635046b64401f00da2d8c5c0472eee38 Description: CMake Functions and Modules for automating CMake Package: ros-kilted-mujoco-ros2-control Version: 0.0.3-1noble.20260805.144646 Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 2326 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.20260805.144646_amd64.deb Size: 607882 SHA256: dea262a9211cf49e3b00d9dcbf8cc60ece22136a57dbd5fb16c80c797dbc9a56 SHA1: d6b795916e941ef36b9db14bcc75940d13bcb966 MD5sum: d7186cb4e8ae89cab1988d3440bfead8 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.20260805.144646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 8693 Depends: ros-kilted-mujoco-ros2-control (= 0.0.3-1noble.20260805.144646) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-ros2-control/ros-kilted-mujoco-ros2-control-dbgsym_0.0.3-1noble.20260805.144646_amd64.deb Size: 7990960 SHA256: c84110cf5a97770376d36d42f1ec5a5986fdd0ac32c6f75fa71b7893256ddab2 SHA1: f2b831cd2b3df8d333384b18c404cf79fd145f35 MD5sum: c403e63aef4bc04f1fd4297029b4fceb Description: debug symbols for ros-kilted-mujoco-ros2-control Build-Ids: 46661ce10225fdded04d3f881cfa493973482e7d c147b44454b56d86e4a4af6de50bf41bd1524bb9 Package: ros-kilted-mujoco-ros2-control-demos Version: 0.0.3-1noble.20260805.155253 Architecture: amd64 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.20260805.155253_amd64.deb Size: 17788 SHA256: f0b74ba89eedaf35c4c4bd892986293d32ae39c79127704aa7afe4ac5f0e0ab0 SHA1: d15162a4a5169dd05091fd1756980e9855342a6e MD5sum: db7049f7cd1e4ab7dc92d01e86a7a3e4 Description: Demonstration examples for mujoco_ros2_control package Package: ros-kilted-mujoco-ros2-control-msgs Version: 0.0.3-1noble.20260716.015447 Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 2393 Depends: libc6 (>= 2.14), 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.20260716.015447_amd64.deb Size: 171902 SHA256: ef2ce2b8ae1351786959f347b70a10eeeb5b92ae63b78d278b23906b6726012d SHA1: 5b21357ef4427ee8289de532e74470c8159ef63a MD5sum: 32126fd712fccb0dac40cdaf8db6477e 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.20260716.015447 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 1712 Depends: ros-kilted-mujoco-ros2-control-msgs (= 0.0.3-1noble.20260716.015447) 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.20260716.015447_amd64.deb Size: 1334782 SHA256: 4c1b17d2995ec2570013b2597f48ff9bb48b54b72704751aaf742175474baf0b SHA1: e89bc73f43555e0a8dbfac2e88efcead17725d0f MD5sum: b67beb25ffd13e3301453b4dab332820 Description: debug symbols for ros-kilted-mujoco-ros2-control-msgs Build-Ids: 3a2781f8640d4f5440b436ec40b26a057a8d6e0d 485d446f7a59b0d31aa57abce63f09903a0a36fb 6ec655bc6f6b5942d6fbc0e9e634fb248a8e774d 77cf55868b2dbb183f5c749a229566c2a1726591 983566bc6611c14e8d27a096c639832d573feaa7 b092e911ec4b9a0a9d3939d4f10a224ad606ab59 d99a4f0e1edc57128395e1aca7c0addd9eeb44af e5db389b300dfb98df8e3ab0f352787d583a25a2 e777bbb5c18692dfbb5fc016e30b61d7c9b7ca7e ec86764d92424e1fda3cb50269f342a1caa837ae ed82b3e12bbb405c3b0bfba7962b49165aa82d50 Package: ros-kilted-mujoco-ros2-control-plugins Version: 0.0.3-1noble.20260805.082034 Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 351 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.20260805.082034_amd64.deb Size: 99686 SHA256: b659caf62007500e44ed0d85f44dfd0eaba18dc0db3fbc4b5fa6a19c8d0fbc22 SHA1: 887d55ea692baedc3d2047c9917fa716cca7ea1e MD5sum: 15d8c3e4d16b07d7b0950b5e16b97966 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.20260805.082034 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 1782 Depends: ros-kilted-mujoco-ros2-control-plugins (= 0.0.3-1noble.20260805.082034) 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.20260805.082034_amd64.deb Size: 1669146 SHA256: 3e12ef98e51d822d17dde3d7387d01c17a84444f655a8ab0692be0fee3388c98 SHA1: e790acfc903df0ac2ff1d64fb2c68b53f8d2d7bc MD5sum: 9fad7799bda7de3f3b79fa177d24db1b Description: debug symbols for ros-kilted-mujoco-ros2-control-plugins Build-Ids: 3309f49a0f6cd6e241594b9d7baf12f218e8c5d9 Package: ros-kilted-mujoco-vendor Version: 0.0.9-1noble.20260722.133258 Architecture: amd64 Maintainer: "Sai Kishor Kothakota" Installed-Size: 31664 Depends: libc6 (>= 2.34), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/mujoco_vendor/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mujoco-vendor/ros-kilted-mujoco-vendor_0.0.9-1noble.20260722.133258_amd64.deb Size: 13327978 SHA256: 9b080f0d2e64d048aa5205cf1726cbecadd6caf4195b1177794f6c84e6a06612 SHA1: 359362454f52adc98d916c4d099426e2dba5f88b MD5sum: 49bd63b8831764133ff5c41177f9a530 Description: Vendor package for MuJoCo simulator of version 3.4.0 Package: ros-kilted-multires-image Version: 3.1.0-1noble.20260805.202658 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 554 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.1.0), libqt5gui5t64 (>= 5.5.0) | libqt5gui5-gles (>= 5.5.0), libqt5widgets5t64 (>= 5.4.0), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libqt5opengl5t64, qtbase5-dev, ros-kilted-geometry-msgs, ros-kilted-mapviz, ros-kilted-pluginlib, ros-kilted-qt-gui-cpp, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-swri-math-util, ros-kilted-swri-transform-util, ros-kilted-tf2, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-kilted-multires-image/ros-kilted-multires-image_3.1.0-1noble.20260805.202658_amd64.deb Size: 120270 SHA256: ee05c439e9467ae1298f0c182b9e685b1ba1e0060cae450b6d5a517a346de38b SHA1: 940b61ab16b24816c59cc4d598ad9b0d5c049969 MD5sum: 0a509dbc00fe8169579cc29a62261308 Description: multires_image Package: ros-kilted-multires-image-dbgsym Package-Type: ddeb Source: ros-kilted-multires-image Version: 3.1.0-1noble.20260805.202658 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4897 Depends: ros-kilted-multires-image (= 3.1.0-1noble.20260805.202658) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-multires-image/ros-kilted-multires-image-dbgsym_3.1.0-1noble.20260805.202658_amd64.deb Size: 4878240 SHA256: c155029553961e186b133190aa190d66aa203594ab9ed8674f432a357542b5ef SHA1: 19d5673872fa2565a534ade4616bec9021bdbbea MD5sum: c5129442131a58ec89e63f1411d56ce6 Description: debug symbols for ros-kilted-multires-image Build-Ids: cda66b3b490f35e348878945bd837cfdefe9cee9 f83b056eadf46d1fdda98c49408bada12f9183ab Package: ros-kilted-multisensor-calibration Version: 2.1.0-1noble.20260805.154940 Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 20067 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.20260805.154940_amd64.deb Size: 8696378 SHA256: fcc8f48dbd7152794b076ebe04486a16a5570f8fd594b84d4ab6b0241252afd9 SHA1: 7f77f815e2a2b1c67771ba7992ebee199d9eb0a0 MD5sum: 381085612612c8f48eb2d1bf121172d2 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.20260805.154940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 111888 Depends: ros-kilted-multisensor-calibration (= 2.1.0-1noble.20260805.154940) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-multisensor-calibration/ros-kilted-multisensor-calibration-dbgsym_2.1.0-1noble.20260805.154940_amd64.deb Size: 108054136 SHA256: 00683fc7b8179ea76a7fa3fc9e17db84d45680faebce1df015f9ac2767f5b69a SHA1: 9b428c43fd4806847075f2f167883c5859ffc90d MD5sum: 06923b759bc786ad30d27a575070b1ab Description: debug symbols for ros-kilted-multisensor-calibration Build-Ids: 20f9fd5daf131dfceb4e62d2756c4e275cc09c93 3f86e2457bf18e3ec344262c3632082ea955cafb 7d970aed8e88c2150e6924029d62e0b92d70ea5a ad77c0f08564b93a9bb220b342b32993de327c65 bccb86d8da0f907e29bef4e890f37bb1859fabc3 c3a3fb0dace032e775ed559372482fcbc1b7ffeb c6fc720e5e61e97301d659547f961346866583bc cecd74ce6316efb547ef2b941d0104c52cf23c4c fcdf75f09134ac5c3492c2a642f7e7b32350efa4 Package: ros-kilted-multisensor-calibration-interface Version: 2.1.0-1noble.20260716.020706 Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 6019 Depends: libc6 (>= 2.14), 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.20260716.020706_amd64.deb Size: 355294 SHA256: 344bbbb83cc46132d7b1a8f163df6a466a41ed496ca4460ca19d4ab669bd3124 SHA1: 3e6e08ba283ec484fb7ee3b7d03208867f24dd4e MD5sum: 42f350f2c7b5b52809796bef0462fd15 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.20260716.020706 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Granero Installed-Size: 4287 Depends: ros-kilted-multisensor-calibration-interface (= 2.1.0-1noble.20260716.020706) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-multisensor-calibration-interface/ros-kilted-multisensor-calibration-interface-dbgsym_2.1.0-1noble.20260716.020706_amd64.deb Size: 3334988 SHA256: be760e7bf9e829ff6c322deb644cf92b40c96535c760592df6f0955e93b93eec SHA1: 86ee434e3f63f8b4313262f6abe4c6c00dbac6a6 MD5sum: 0ab9057c767355b302a2ce3a1b4b9063 Description: debug symbols for ros-kilted-multisensor-calibration-interface Build-Ids: 154bb9a024928f305e02a4659565c9888b66a59a 414b39fbdf61559b95ac6b8107a9fa6dcb7a693a 5c2657aa15ebbce952d45f33e213c80a5c1abd26 69d66ef8dcc3475534c53fbda2164bbd508c91be 74420c1faa8072c012f227bfc23c498ad90f006e 7965f145fef45c87724838dfff621956f6b2a2c3 cb3d9d34d3f6acaf97cfd800b7ef9816bad8229e cb6383e0d2f8303b62c3789aed6f77d66fd9ab18 ce2e1f6e500f17f449a84bb00c5e642702d039de dd14d46cc0864f9e313347968c63078e9b456c9c f13ce27cef157a7372fa580c2e388633ca7286f1 Package: ros-kilted-mvsim Version: 1.4.0-1noble.20260805.151507 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13746 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.4.0-1noble.20260805.151507_amd64.deb Size: 3217286 SHA256: 561ce306f15a6151f3b4a1637b0c824dfabe46953d26b17aba1e74fc236fce14 SHA1: a827e78f7a90b213d107cd4d897b43fd3d01892a MD5sum: 57bb92ab9c10a8628be5bf2568a86b38 Description: A lightweight multivehicle simulation framework. Package: ros-kilted-mvsim-dbgsym Package-Type: ddeb Source: ros-kilted-mvsim Version: 1.4.0-1noble.20260805.151507 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 35965 Depends: ros-kilted-mvsim (= 1.4.0-1noble.20260805.151507) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-mvsim/ros-kilted-mvsim-dbgsym_1.4.0-1noble.20260805.151507_amd64.deb Size: 34757538 SHA256: 7b012fd2afa08c7487d247daef7f73c74f50910db747cdca0b8b200a7cbf9d17 SHA1: 91aa03b825490b19ad21c5145e7b8f1193f32681 MD5sum: 7fa42faada0985bd57bae7e03911566e Description: debug symbols for ros-kilted-mvsim Build-Ids: 0016a94caf77b14c2bcb0567d1f00e8573f0012b 0076b21b8e9771700b9acad955605dced9aae12f 97d5135758c562374955372e366e8e0c92fbc6fb a05c16f9877672778a507ac2f83f13f6dcd74b3a aed93da111eb85d94f8771a08210795c68a9b364 d7a73c2a2c9736f5729e24c0f2fe658fc3aad0ba Package: ros-kilted-nanoeigenpy Version: 0.5.0-1noble.20260410.104510 Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 1961 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.104510_amd64.deb Size: 571426 SHA256: 11319eea9c7e3e1fbc5ecef5521a6a8f1d16a81b25785279f985c84a5a931dc0 SHA1: dc6ca328b011dfce9794e52b2f34c265133ac441 MD5sum: 9007740ca953c58e4a066ee83b7f7a13 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.104510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 28702 Depends: ros-kilted-nanoeigenpy (= 0.5.0-1noble.20260410.104510) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nanoeigenpy/ros-kilted-nanoeigenpy-dbgsym_0.5.0-1noble.20260410.104510_amd64.deb Size: 27984392 SHA256: f3c8754bb53b45ce6b5490027d95437abf34922be6316df10a964ae0a052ceb4 SHA1: a51e859b89404c0fa063f61d2f58833bf7864222 MD5sum: 2f8b4e980cde914e69fb7dd0c85788ff Description: debug symbols for ros-kilted-nanoeigenpy Build-Ids: 5ab9906209e8cdfd581809a6cef99395fdeef841 Package: ros-kilted-nanoflann Version: 1.11.0-1noble.20260731.134508 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 194 Depends: ros-kilted-ros-workspace Homepage: https://github.com/jlblancoc/nanoflann Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nanoflann/ros-kilted-nanoflann_1.11.0-1noble.20260731.134508_amd64.deb Size: 40890 SHA256: 7808d2c36df8eab7f4885f397d16e82df078862c77dcd3f86a33af98920b655d SHA1: 47c93661a478c4651f8ce6b88f87c43052d77c4c MD5sum: d1c62462a2f20390dbc23a2404cbfdbb Description: nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees, optimized for point clouds and Eigen matrices. Package: ros-kilted-nao-button-sim Version: 1.0.1-2noble.20260716.021307 Architecture: amd64 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.20260716.021307_amd64.deb Size: 7366 SHA256: cc35eb45ff09f51f80edd18db1882689c36b78d5a6917179fa6081bed139b610 SHA1: d8feecb36bedfc8c6b982946088091ffa4b24a1e MD5sum: 508f1ffd39b401ffd6cef03dc61be03c Description: Allows simulating button presses through command line interface Package: ros-kilted-nao-command-msgs Version: 1.0.0-3noble.20260716.014823 Architecture: amd64 Maintainer: ijnek Installed-Size: 1840 Depends: libc6 (>= 2.4), 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.20260716.014823_amd64.deb Size: 129570 SHA256: 1760d6c30f8a8972613210bf6c8796ce8e74c93d8eb51ef8e00a183d538adfd0 SHA1: 123b11aa666a474336021344c6d69f69aa57dc74 MD5sum: 82cf732156e5bf0905f5ed2f94930a31 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.20260716.014823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1334 Depends: ros-kilted-nao-command-msgs (= 1.0.0-3noble.20260716.014823) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-command-msgs/ros-kilted-nao-command-msgs-dbgsym_1.0.0-3noble.20260716.014823_amd64.deb Size: 1052666 SHA256: 3d0d6356330e1ce7fe7aa3088830345fdac70a70e2a53900f32f7f06d1b94562 SHA1: 3f672dcf64b1c2df3004e3cc6f05fafe1c0d1d91 MD5sum: d0f761004e4b8c4cc852d57f309ec602 Description: debug symbols for ros-kilted-nao-command-msgs Build-Ids: 0518d37c1b080441c8bb1c023e08aaec3ca3e3f0 07dbe75836ebf0bc35dd1c1ea6118b33e9de2d52 09c1d34bb1056cdb8803f9b82cc934978671da31 1b60176167d218f3f6759083ad8d29a526592746 1fb9fff3582d3a3679e0339521cd90ae84461ace 22a30894cd706a71560e34f1947d01098aa183d4 439524e40da5c5f6a0ec9a9513e348528c63a576 696701d8a5978076892da99474e91fefd48421b9 73c067596f8fd4f6277e406242fc9d360fe142bc 7d03e67693173d2c0514f10a50013c0e451d2a79 9e67860b51fb3124dd6f7a7627b1b4f241844f39 Package: ros-kilted-nao-lola Version: 1.3.0-2noble.20260804.165625 Architecture: amd64 Maintainer: ijnek Installed-Size: 3534 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.20260804.165625_amd64.deb Size: 441920 SHA256: 3937be5cff0322c3e2181b49a45163d50be0bd1e986cf47a23987d53fceb4607 SHA1: a5cc11fc6d6ee59bf73a162ecee2b550caad71f4 MD5sum: f4c91a1321502b8b31a6f59705798b1d Description: Packages that allow communicating with the NAO's Lola middle-ware. Package: ros-kilted-nao-lola-client Version: 1.3.0-2noble.20260804.174506 Architecture: amd64 Maintainer: ijnek Installed-Size: 3749 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.20260804.174506_amd64.deb Size: 467512 SHA256: 08dd10771164b8b31c182867e22b8789da3d1b83d1539c52b29cec4b21f15836 SHA1: 006212c077bc0db11558f52d1c593a39bd4c02a3 MD5sum: d17dd235c923580fa5b20c86cb44b511 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.20260804.174506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 15685 Depends: ros-kilted-nao-lola-client (= 1.3.0-2noble.20260804.174506) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-lola-client/ros-kilted-nao-lola-client-dbgsym_1.3.0-2noble.20260804.174506_amd64.deb Size: 12281488 SHA256: 5ef821595f7dfa53c4aceac90e16e4c78e4b67190cad0a4d07afc305b9436d1f SHA1: 6e4d36eec6f0ad5b27b508adee95fe555d021c7c MD5sum: d3015d2873192f27ebe61df300a1a22a Description: debug symbols for ros-kilted-nao-lola-client Build-Ids: 24f879e4d202bceac2cfc7f8aafcc38a90471cc4 2b4e9b6d3f6961b2450121fe1299365b3453c4d1 6821b7be6dc6c9558fa089db2ec080f89de9fb3e c26001347049dad998f1220c4ed0c88d659842b2 Package: ros-kilted-nao-lola-command-msgs Version: 1.3.0-2noble.20260716.014832 Architecture: amd64 Maintainer: ijnek Installed-Size: 1895 Depends: libc6 (>= 2.4), 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.20260716.014832_amd64.deb Size: 131120 SHA256: 384de5e47c3cc4765c132c11f07ada1c5261d8f6ef51c057e0366473207b6a5c SHA1: 41239d6a6e62bd8671dd63d4e3e3266c51b39aba MD5sum: 69e0f0c1b4bb13746588260973d9e29b 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.20260716.014832 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1339 Depends: ros-kilted-nao-lola-command-msgs (= 1.3.0-2noble.20260716.014832) 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.20260716.014832_amd64.deb Size: 1053828 SHA256: 25beb5b26e245cf8ad0ac0bac020104ae097fa334abf945a7b8cc26412243679 SHA1: 2828f559ad2ea0786a4375abc8fb3c86e2020d99 MD5sum: 6c1b32087fd6158589e488ef49d93cfe Description: debug symbols for ros-kilted-nao-lola-command-msgs Build-Ids: 0272a15af9a52acdda74f4376215848cec1c7ee9 0576cd745f3b28c80685e451de6cad69363b5096 100ca629729c4a999a94293a560caaae4c0c889d 3eadda5fd61503070d0feea640f85709ac858064 5fa91ca08a8d76fbaa4a5a36316fade2f9589f04 6a7e819e8aec7741484524025ba9bde3b70dd82b 7a9656b8464345508716990dc17882bdfecffe41 93c93a50dfb6e96a5c7c192a227f1ae51b36bb4a 99a01ef43ba538a6f3b9f0bd36160c50fd371b71 a112c52b34361ad4e18c91846d5b60db20d1a83a e2ef244c01dc254239bc0fcb1f0efa55a4ba2c4a Package: ros-kilted-nao-lola-dbgsym Package-Type: ddeb Source: ros-kilted-nao-lola Version: 1.3.0-2noble.20260804.165625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 14908 Depends: ros-kilted-nao-lola (= 1.3.0-2noble.20260804.165625) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-lola/ros-kilted-nao-lola-dbgsym_1.3.0-2noble.20260804.165625_amd64.deb Size: 11635116 SHA256: 75e92932099eed13aaca87b71486edfd323d4cf93b0cf59f647e0ef3f4c06bf7 SHA1: d6a12ce02b83d518cf89e90446654fea03483e28 MD5sum: 1b4cd135fb5411d83fa3330bc0610167 Description: debug symbols for ros-kilted-nao-lola Build-Ids: 0296bbde31258b08b22d54e527105578b6690c97 0701df8940238596265839b50a105a4aa7da3c2e 45c5d77516e1534b375fb2be324b30aa01fa5145 Package: ros-kilted-nao-lola-sensor-msgs Version: 1.3.0-2noble.20260716.013224 Architecture: amd64 Maintainer: ijnek Installed-Size: 2190 Depends: libc6 (>= 2.4), 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.20260716.013224_amd64.deb Size: 150306 SHA256: 31d62cee9535cff4dc1c48cbda08226df5d79c0bb7e36f8c0896e3d69b935519 SHA1: 2bc8d37ddec3f71dad3049b9dc3a05f3fcd0b9a0 MD5sum: 11e98cfada6be2e80d1782d5d7252a40 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.20260716.013224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1545 Depends: ros-kilted-nao-lola-sensor-msgs (= 1.3.0-2noble.20260716.013224) 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.20260716.013224_amd64.deb Size: 1223224 SHA256: 50a18d7d57e3bf7c278d66d5778023596be2f5001c29f259e4a16a4dd55b21a2 SHA1: d93a75cc67ad41eb6ba1e03f76214b60bfac9142 MD5sum: 6dadd0489c09ac97bccb3420f1b8f32e Description: debug symbols for ros-kilted-nao-lola-sensor-msgs Build-Ids: 31a8d4c9ac6d9944a9245ac28f3e4929c1786f8c 5f82673412232b6eb6b52ed420bc7042aeb96a77 7ba228f1d8bfffc555a5f2da14635cf4ba1d155f 8b1a636005ba075888af44a8df2866e5e0e837b4 8e2e9e298559bebbf8b2a167dea256697493c0a7 9cc988dca187809a4706e1944d6b300e3e0e1ab2 9d64a0fae7fdd052e87d07ef2a2a6970cd0d1aa1 a8251999250151c18d83af00a1932f467de3939a c570549e8a86400f249411f1bf761bc26b19990e c58495ac229b79124af997c7d899b9e7dbbb94dd fb4d1077179d54b8caef85b07acbde3f86c0d085 Package: ros-kilted-nao-meshes Version: 2.1.2-1noble.20260624.070325 Architecture: amd64 Maintainer: "Victor Paleologue" Installed-Size: 11864 Depends: ros-kilted-ros-workspace Homepage: http://github.com/ros-naoqi/nao_meshes2/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-meshes/ros-kilted-nao-meshes_2.1.2-1noble.20260624.070325_amd64.deb Size: 2278504 SHA256: 85fd19d14c7d51889c3f98549840de3b2273310826e7cec660a74cd159527f7d SHA1: 9daec99f7c5313aecbebfff12b69ed903b017800 MD5sum: 69be9c4316ce009356ec803353066ec4 Description: ROS2 Meshes for the NAO robot Package: ros-kilted-nao-sensor-msgs Version: 1.0.0-3noble.20260716.013223 Architecture: amd64 Maintainer: ijnek Installed-Size: 2134 Depends: libc6 (>= 2.4), 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.20260716.013223_amd64.deb Size: 148844 SHA256: e3874e3814b71fbd766fe04b69e3ec85e283538cd144a0015aeb910288bbe5e0 SHA1: d25b52a61ea41d602f8711fab8b63df4e353a24f MD5sum: 6815aad6f2f76d0c01d82b03d4a25672 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.20260716.013223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1539 Depends: ros-kilted-nao-sensor-msgs (= 1.0.0-3noble.20260716.013223) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nao-sensor-msgs/ros-kilted-nao-sensor-msgs-dbgsym_1.0.0-3noble.20260716.013223_amd64.deb Size: 1220546 SHA256: 6a4422f84b0c8064c04467e61e2f5794e52a49d6edb63ede86dd16b80b953f80 SHA1: 0d6f7b5aac05c05d2e9d2a7df4a91bc9420b310a MD5sum: f13316de00f764fe603c89fa72b2f670 Description: debug symbols for ros-kilted-nao-sensor-msgs Build-Ids: 167c5ee56da9a9b3dd26a11c33b0baf85afd6174 38387c16c6ca54c01c6cb3809e2d8d660b4f4479 40f4da5e87630727d7b44f9a84a5a1215d3d1ca4 5b77ba4e0b0f4ed3c68a964bc83203623b7636e8 5e2007b70cf703008b98de11dc1ef40ee1b2ef05 624df69c3921148b53524abdeb7a338a1704292c 923910bf7dfcabd1456f42047061f47536f1a3cd df90ced69e85c9cb309ee8638366301c0b4f8bbe e8cf0d7ed8d62815e6de63cfdae7d59d637420b4 f047a59adcd2596c5ba20ebdaaa8e1e640ec07b3 f35e7436839ceb1ef17c3ac49de281b978b157f7 Package: ros-kilted-naoqi-bridge-msgs Version: 2.1.1-1noble.20260716.020547 Architecture: amd64 Maintainer: "Victor Paléologue" Installed-Size: 23225 Depends: libc6 (>= 2.14), 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-nav-msgs, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Conflicts: ros-kilted-naoqi-msgs Replaces: ros-kilted-naoqi-msgs Homepage: https://index.ros.org/p/naoqi_bridge_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-naoqi-bridge-msgs/ros-kilted-naoqi-bridge-msgs_2.1.1-1noble.20260716.020547_amd64.deb Size: 1238944 SHA256: 6cbe420ddefbb91743aa765cadcc038cd8b601915a5d734204159be664f6175f SHA1: e0fa093e42e31591fbb467115d9ee3bf7bd48d9d MD5sum: 8130c6f987de5870e4ab69574a7ca574 Description: The naoqi_bridge_msgs package provides custom messages for running Aldebaran's robots in ROS2. Package: ros-kilted-naoqi-bridge-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-naoqi-bridge-msgs Version: 2.1.1-1noble.20260716.020547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Victor Paléologue" Installed-Size: 14032 Depends: ros-kilted-naoqi-bridge-msgs (= 2.1.1-1noble.20260716.020547) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-naoqi-bridge-msgs/ros-kilted-naoqi-bridge-msgs-dbgsym_2.1.1-1noble.20260716.020547_amd64.deb Size: 10512142 SHA256: 534e9931ed5f59d93cc178d2592bd586e416772631f1129f636fcd3904b88ad8 SHA1: e88b0a61605014c91120685e16e1b4168ff3a417 MD5sum: 5f72cdd32da335d80acb3bcf8cfc2d63 Description: debug symbols for ros-kilted-naoqi-bridge-msgs Build-Ids: 2e1b9ff62eb0c9aa99e7aa457c55d665a16e1148 41896d31140f385053781d0c1579cd16cc1b2f6f 43f402ce27972efce169a21ff673a6af48d812e9 6460b974dd387dbdc9f64cfcb59904e1118cb9a4 a3c7ac2fd3cc03dbdd9203c2dca64f81eec8b7c1 afbe06f46280e05724d040518d85e8cb91d8a9cf b3199da6cffab9769796e1eaccb0627661c410fd c9e913a3b26bef39a53aaf5de70d2caced86bafd cde44659336c294b96185f82513c9ff1b1361307 e9419aff468219e6427b7bf673a22e6fcbc6ccf9 f7f232bb9d6a281cd51e09117c729ce5a6ec04af Package: ros-kilted-naoqi-libqi Version: 3.0.3-1noble.20260624.081905 Architecture: amd64 Maintainer: "Victor Paléologue" Installed-Size: 7866 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-kilted-ros-workspace Homepage: http://doc.aldebaran.com/libqi Priority: optional Section: misc Filename: pool/main/r/ros-kilted-naoqi-libqi/ros-kilted-naoqi-libqi_3.0.3-1noble.20260624.081905_amd64.deb Size: 2125188 SHA256: 1a3b7d182986f4fa85485ee2a0e19ac4712ea671883288585a5438ba011710b3 SHA1: 1ddb7243beed07f7de0f4295dccf88a8511bb26b MD5sum: 1dfc44d17148991020ea6dd8f990cd92 Description: Aldebaran's libqi: a core library for NAOqiOS development Package: ros-kilted-naoqi-libqi-dbgsym Package-Type: ddeb Source: ros-kilted-naoqi-libqi Version: 3.0.3-1noble.20260624.081905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Victor Paléologue" Installed-Size: 49730 Depends: ros-kilted-naoqi-libqi (= 3.0.3-1noble.20260624.081905) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-naoqi-libqi/ros-kilted-naoqi-libqi-dbgsym_3.0.3-1noble.20260624.081905_amd64.deb Size: 46044412 SHA256: 0e1081ea476436c623d88700876b9822b5e65d3f284bc6cb6edd8ff6ac12bca1 SHA1: a6234b38592e05fa6165c67bc82f837326950b94 MD5sum: bb9ac74067368af730e47eda6936f912 Description: debug symbols for ros-kilted-naoqi-libqi Build-Ids: 08be110b3ba807ef5b9df3390be8961f4a198598 Package: ros-kilted-nav-2d-msgs Version: 1.4.2-1noble.20260716.015440 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1029 Depends: libc6 (>= 2.4), 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.20260716.015440_amd64.deb Size: 81676 SHA256: 6f706a6ccde930f949cc09b5a9f8d0a257140663db171c2f7989a3f6f566080f SHA1: 15f8c5d751a5892bcc0308fb876a565b507492f5 MD5sum: 47c9eb4f4b63eb29959b129a7698bb1b 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.20260716.015440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 771 Depends: ros-kilted-nav-2d-msgs (= 1.4.2-1noble.20260716.015440) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav-2d-msgs/ros-kilted-nav-2d-msgs-dbgsym_1.4.2-1noble.20260716.015440_amd64.deb Size: 602852 SHA256: ff20c94287167a6e4babdbf329a825061e1bad567d3f308bbc1becfe51f76872 SHA1: 4457f08d1f9c117bf4b73c8d6c8c781b262c2ad5 MD5sum: 7a0c30e37fe0d3d66076b0fc704cbe28 Description: debug symbols for ros-kilted-nav-2d-msgs Build-Ids: 0d7946f9ea78ed39781ac9d0bdad531ecd745059 1d0687d13c77844aca3a61fae6d24db15693a9c9 34946d89cc11371f4d1a10feb359bf98de356b97 34a8f02fd6c4a407e3585674bc20e08a179c86f5 55e1b949994b27e3bd4244305b9c9cb860cc8744 5f2a528ea3675548237b2a6f0127221f679ae9ff b6ea694e93b18b17ffa36a2202c5b159169934ac e4f28b6e177ca05876404d4c4d51fcded710d0b4 e553c59aa2b93d3924161f49fdb630e5684de560 e8799c4cb3d610b54d0130e2cd8ed0fc38f99a86 f65e6c201c15527b542a661ede97a2fd70ecadf8 Package: ros-kilted-nav-2d-utils Version: 1.4.2-1noble.20260805.144810 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 148 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.20260805.144810_amd64.deb Size: 25978 SHA256: 003a45807906e9b31ebb686b7dd29cfb6249f9055248a2591519646d706071e2 SHA1: c04d6c6ddaf63d8ae2a52232b3f1e53321707d41 MD5sum: 4af5fb622f1d4aacfa714ad3a5b447b8 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.20260805.144810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 379 Depends: ros-kilted-nav-2d-utils (= 1.4.2-1noble.20260805.144810) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav-2d-utils/ros-kilted-nav-2d-utils-dbgsym_1.4.2-1noble.20260805.144810_amd64.deb Size: 352354 SHA256: 66f020ea4748e63d67334bc45b2f1026feb4b3ba24054f62b1e22ea118638f91 SHA1: d36a17cf11a45ba9870dbf14499dcc01a38fb0af MD5sum: 239b71ee4798ccda95a280d85ab5f37b Description: debug symbols for ros-kilted-nav-2d-utils Build-Ids: 5840c2db4c916913866f0f9f23a8d4682359255a b625db7fe94c1baa3fcb627e414ee52dbcac86b1 c9707d4675e91232b2bfd7acc9fbf444a2ebe3cb Package: ros-kilted-nav-msgs Version: 5.5.3-1noble.20260716.015449 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3190 Depends: libc6 (>= 2.14), 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://index.ros.org/p/nav_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav-msgs/ros-kilted-nav-msgs_5.5.3-1noble.20260716.015449_amd64.deb Size: 243672 SHA256: 1da963818f035b9847dfa98eb1aa751b9fcde1481da612d5dd2c03db2e1641bb SHA1: 383e70ebef139712f321db41416e36cc02d4fa2d MD5sum: 0b97b8acb55bd9f3bc6a9945051974e3 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.3-1noble.20260716.015449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 2593 Depends: ros-kilted-nav-msgs (= 5.5.3-1noble.20260716.015449) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav-msgs/ros-kilted-nav-msgs-dbgsym_5.5.3-1noble.20260716.015449_amd64.deb Size: 2143980 SHA256: 4c12cb44984934a4149adb0241cc52e591bc0e80d14363a7ef148d9c78496352 SHA1: be35d7f54f5bffe42d8d8f802e155e7d285d2f9f MD5sum: e49cb0c6cab8f34c3465cb0593ea2775 Description: debug symbols for ros-kilted-nav-msgs Build-Ids: 09c3e174537c52e0a29ec4a0f532fd6d1863cf9d 1ed07a5ecf7ba3b15d7995558dfaf789f3c27ca7 39c0f2860f476476970a17621bb631488b40b174 3ffd143f3919a7987f24804b49d55cab2b81e4af 5723c956dc419759d95ebf694dddff70d5d78f70 684483a2ba5219d2248a1968e9ea291c6fc758f6 780014c7097641c67cdb2653a0b756dda2e73239 8c1a815cbdf66a503f314d0e7169a0055853978e 9052df4b1da10258a5c9d3c4eb373409ed933b5c 9ac6c5c94e31d2dca545299e83dec7e9c61d2e5b ad62378d1cec37b9fc208ca636d42a5534321ede Package: ros-kilted-nav2-amcl Version: 1.4.2-1noble.20260805.144702 Architecture: amd64 Maintainer: Mohammad Haghighipanah Installed-Size: 1985 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.20260805.144702_amd64.deb Size: 401812 SHA256: db1232d74b854c75a26a5178e60631bb044cacc5d91a20d0405d6443de46f91f SHA1: ddb508b2fdb8cd1c6bfb7fccc00f72b477dd8454 MD5sum: 341db8fc5f77ac381fefa01a71ea913a 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.20260805.144702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mohammad Haghighipanah Installed-Size: 8288 Depends: ros-kilted-nav2-amcl (= 1.4.2-1noble.20260805.144702) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-amcl/ros-kilted-nav2-amcl-dbgsym_1.4.2-1noble.20260805.144702_amd64.deb Size: 7026570 SHA256: 17382a1342c1ded3a8257640f8368c4361524dbc6a3fa32a52c7192950d43003 SHA1: f6560e24900656e8614b8d68c2b9f0516f8c7411 MD5sum: 0b7501b501f0e0c617cb86eb9af430c5 Description: debug symbols for ros-kilted-nav2-amcl Build-Ids: 1ab250d750566a238287ef21a72f8723f6cf3eca 2f2e0cb3b2a9b3645259cb4cef4af22f82e0a7b0 3b964165e261fc55665de0a6df8cff4d6cacb7af 8a7bf7671d02c1f60bda80736e606c4b8a20fe15 d52a54429d08c8c5377e34c859c0fef39f6f07f6 dabf58233aa5d9f15e05007837230cc2cc8e73d1 Package: ros-kilted-nav2-collision-monitor Version: 1.4.2-1noble.20260805.150704 Architecture: amd64 Maintainer: Alexey Merzlyakov Installed-Size: 4998 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.20260805.150704_amd64.deb Size: 646838 SHA256: 368a25c19e43ad953bad9f94c0b512c9183dbc0acdf629474f11906b5c3aac34 SHA1: 03615882d88bab47c4b75db3a6e1158a699f35e4 MD5sum: 75e231da593a30ae5ca61595bfb0a952 Description: Collision Monitor Package: ros-kilted-nav2-collision-monitor-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-collision-monitor Version: 1.4.2-1noble.20260805.150704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alexey Merzlyakov Installed-Size: 25810 Depends: ros-kilted-nav2-collision-monitor (= 1.4.2-1noble.20260805.150704) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-collision-monitor/ros-kilted-nav2-collision-monitor-dbgsym_1.4.2-1noble.20260805.150704_amd64.deb Size: 21643518 SHA256: 90bde94cb6893648aed4224e04fe9b50ec26677190ad8f4beafb1448719a60c2 SHA1: 33da88a30d2b65f3f64558ea2e4f28e57a59e90e MD5sum: bf19e0539a7ad04aaef6004e2f5d762b Description: debug symbols for ros-kilted-nav2-collision-monitor Build-Ids: 02038c8ecdd8944dd33db64213b10c96488dfb5a 0e258cfdc261d7d409fd52d19432278d0c2c8598 3ec3232bb4d57b038edbab72edefb943f31cc5e6 a0e2a0999688f1977ee477a882f3055851326f74 Package: ros-kilted-nav2-common Version: 1.4.2-1noble.20260805.140410 Architecture: amd64 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.20260805.140410_amd64.deb Size: 11110 SHA256: 3ae1fe21194e4d35273015c4e64e89b6ddc4b2539f15d59e8454b5c8da3ef2d9 SHA1: 6447167bbadb931bf743b9951d39b055e010a900 MD5sum: 1ccdc29975865c35c87818503bb489fa Description: Common support functionality used throughout the navigation 2 stack Package: ros-kilted-nav2-costmap-2d Version: 1.4.2-1noble.20260805.144738 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 6476 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.20260805.144738_amd64.deb Size: 1081410 SHA256: 6efb51ebd7e93f84d14d18874135d0be47c622b4c393edfbbca8d09a7d56fd8d SHA1: d69cdb8fd049e283936ad64d1eba32350b9deed9 MD5sum: 5f8f120f37cab97eb0e0fbf19615fe0b 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.20260805.144738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 34665 Depends: ros-kilted-nav2-costmap-2d (= 1.4.2-1noble.20260805.144738) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-costmap-2d/ros-kilted-nav2-costmap-2d-dbgsym_1.4.2-1noble.20260805.144738_amd64.deb Size: 30362154 SHA256: cb796576c293c90504e0097f9354abc40d059606b6ba45ec2e155b46524cd2c2 SHA1: 49daf6ae7c07f63f2f985a6cd6844cb4cf3ac30e MD5sum: dda8f12c602cd0061ec0d9a3f18f0096 Description: debug symbols for ros-kilted-nav2-costmap-2d Build-Ids: 92bf06d52b66db2081e8b5492fa3aefefc9fcb50 9b80acd1307c2318fe88fc410a89474b25dcb0c9 9c41b62dcf3fca77713f25e1ba51c5cc8c40bcd1 a6a00f4db497904f750828b3a879301347adee3d b00286776bb465bcc812c2df39c2350b0f80df04 bbae8cd8828d7ac632e679257a6558abdf10045f e40b27bbecd78f9e6d4455b9b806a17f8cad82c4 Package: ros-kilted-nav2-lifecycle-manager Version: 1.4.2-1noble.20260805.144656 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 390 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.20260805.144656_amd64.deb Size: 96778 SHA256: 7373151a8754341adfb448a32b97706d6564b5adef508eb5a2c44cca1b80d69a SHA1: ab761a8e7b72fbe0fafc9507bf0783453c92885c MD5sum: dbd7348be73d44e7d29844cf466d2b19 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.20260805.144656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 1940 Depends: ros-kilted-nav2-lifecycle-manager (= 1.4.2-1noble.20260805.144656) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-lifecycle-manager/ros-kilted-nav2-lifecycle-manager-dbgsym_1.4.2-1noble.20260805.144656_amd64.deb Size: 1812280 SHA256: b7a77a927493da088165cc292105a1d7211fe52489e747713e93a14806bd53ac SHA1: 1f8ee427cdd28006ea939661a28c927a5e84dd71 MD5sum: ffd63c4a8ae3b7393362551c9fb7f019 Description: debug symbols for ros-kilted-nav2-lifecycle-manager Build-Ids: 42d0771649aeddafc290d1435c1f3a20bb70e596 d439ab7716a88cf78c9efed0882f37ab8858a356 Package: ros-kilted-nav2-loopback-sim Version: 1.4.2-1noble.20260805.142805 Architecture: amd64 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.20260805.142805_amd64.deb Size: 17944 SHA256: 9b157c6fa0862c50302580ada84ffc705583c43ea4f90a533b65ce0dde0f8a3c SHA1: 3f9d7e0f7baa16aff4cbd8603db555f20b4b2d02 MD5sum: d020f5dd3b3cd0436d25f49c6e328167 Description: A loopback simulator to replace physics simulation Package: ros-kilted-nav2-map-server Version: 1.4.2-1noble.20260805.153154 Architecture: amd64 Maintainer: Brian Wilcox Installed-Size: 1008 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.20260805.153154_amd64.deb Size: 230404 SHA256: 8305b99576cc0458326573fda81e60de91eedd2b58f6818cddf466c5e1e71ade SHA1: 4af0a441cbccc121fe5db3b1a9ba5f672a8d2b30 MD5sum: 9a9dd1fbac4c27f7279e7dcd87eebff9 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.20260805.153154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brian Wilcox Installed-Size: 5930 Depends: ros-kilted-nav2-map-server (= 1.4.2-1noble.20260805.153154) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-map-server/ros-kilted-nav2-map-server-dbgsym_1.4.2-1noble.20260805.153154_amd64.deb Size: 5437074 SHA256: 3d67eaafe60410090390af24d00c2753cc6c4fede62e2082f94b7da2f4b07421 SHA1: 09bc26a95bee109889b2fe1e8c1d38f3ea39b184 MD5sum: efdc41b98820fe9aab84df1d078b0b95 Description: debug symbols for ros-kilted-nav2-map-server Build-Ids: 5254cbfa001008eeef5509654115eacb8b11ce5f 82c68f3a67620fcc81bddb7c48b10bc00b80a07d cbf489b9e5781bc47ead9d817eb6c9b639cc37b5 cdcf5be06a35310e736109a53c88550db50617d7 e9201fee55c40a7fba98a45bddb20b434f79dedb ffb0643f853fcf61b87df6df23fedcd682758f9f Package: ros-kilted-nav2-minimal-tb3-sim Version: 1.2.0-1noble.20260805.150627 Architecture: amd64 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.20260805.150627_amd64.deb Size: 44580 SHA256: 287ec577292372fdf5dd09600f7f0c1c3027d8980b664985de599dd54e744c65 SHA1: 619fbf54e3fb3f5af85bda453128439f3d6bee05 MD5sum: 8baaea032aa917bf01216f75cf489c3c Description: Nav2 Minimum TurtleBot3 Simulation Package: ros-kilted-nav2-minimal-tb4-description Version: 1.2.0-1noble.20260805.150604 Architecture: amd64 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.20260805.150604_amd64.deb Size: 4523344 SHA256: d609b9a1aef523ac483d9db1a467642825b8c7df8a6bb5aa9002219ba01bc761 SHA1: a89e620f479de6dd88417461dc30222adb9e8fc0 MD5sum: 33c7139eae5110c693f2f3cd4acaa0af Description: Nav2's minimum Turtlebot4 Description package Package: ros-kilted-nav2-minimal-tb4-sim Version: 1.2.0-1noble.20260805.151045 Architecture: amd64 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.20260805.151045_amd64.deb Size: 9828 SHA256: a87f0061d730486b99b65f4a2c560203fc6a8a2db09f361d3db3ab4c5dd9e2b9 SHA1: de29f139488236640b3bf66a7452d266fb1e39b8 MD5sum: 7ef8a72cdef45ad18d44bba3073cdaac Description: Nav2 Minimum TurtleBot4 Simulation Package: ros-kilted-nav2-msgs Version: 1.4.2-1noble.20260805.141345 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 32631 Depends: libc6 (>= 2.14), 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.20260805.141345_amd64.deb Size: 1757390 SHA256: cb28c0900a0fc113759e44e0b8c6467f484a969d63c0ca30671db328edac2408 SHA1: 38fddd5701d089acb63e181551b8e66bd457d3ad MD5sum: a8c3cfd37e79e1a299e2da3d5e770859 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.20260805.141345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 18533 Depends: ros-kilted-nav2-msgs (= 1.4.2-1noble.20260805.141345) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-msgs/ros-kilted-nav2-msgs-dbgsym_1.4.2-1noble.20260805.141345_amd64.deb Size: 13968746 SHA256: 27dfe5af6484cc4765886e69ef2227de13a265d1de5fe018b7673717b1cc21f1 SHA1: fc8a7f06afb8e47c1f509d434c0c47fd40d23561 MD5sum: d220f6482b4ea1eb28bd78e48909ce82 Description: debug symbols for ros-kilted-nav2-msgs Build-Ids: 164a3c893ddc56b4e684e84ed71b215110e0d340 2de68f44157b4311d98f2c13f127f0a3e33c3c97 2df59301df00c183c5b1e43bae85e6744332a017 3026944ec0618c0cf02dbdbbe82434ad2a893683 7226363e3fe3bc147fcf7a8a1dd388d37ff25138 b9d603e6393949c8756de0d6097743c590c2b1f0 cbec628706dbd683ed2cdb59b9328aa1f36b8721 ddf85dca6175812f44b363b9774600b7b13c30fb e65f212ad210ea5ddbd9f8ccb28214ea585a2bd1 fd3aa9d018a5a1f7f2398d2f8359367f10241851 fef4949d4e5359f95e557fab7ba3163711d7dad1 Package: ros-kilted-nav2-simple-commander Version: 1.4.2-1noble.20260805.142718 Architecture: amd64 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.20260805.142718_amd64.deb Size: 54478 SHA256: 1aae7d79330b66f2791e47045be28e89698a768501d08eb64d2ed42c13094204 SHA1: 823a72551a021e5831348802f3c2252799e54735 MD5sum: 96c53b1154054b7f165eb9af7acec0c0 Description: An importable library for writing mobile robot applications in python3 Package: ros-kilted-nav2-system-tests Version: 1.4.2-1noble.20260805.141358 Architecture: amd64 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.20260805.141358_amd64.deb Size: 5464 SHA256: 7b19855c49b39662d0ae5ffac189615e771bc7b322ce91e9c4a5c5eed14d7078 SHA1: 4e5e1538838b15ffe8a9ee5ceae043886e9804f1 MD5sum: 8ad88631a0472ef041373dedeb774e6d Description: A sets of system-level tests for Nav2 usually involving full robot simulation Package: ros-kilted-nav2-util Version: 1.4.2-1noble.20260805.144033 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 782 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.20260805.144033_amd64.deb Size: 173336 SHA256: 51c4adbdc3344cc1ae45cc46aee0e03cccdd9904393ba3b57e10c635b6274981 SHA1: 31448e913c42419b399889750ba40103f4380ad3 MD5sum: c749185d8bb6b95a0b4266b1573297c6 Description: Nav2 utilities Package: ros-kilted-nav2-util-dbgsym Package-Type: ddeb Source: ros-kilted-nav2-util Version: 1.4.2-1noble.20260805.144033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 3826 Depends: ros-kilted-nav2-util (= 1.4.2-1noble.20260805.144033) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-util/ros-kilted-nav2-util-dbgsym_1.4.2-1noble.20260805.144033_amd64.deb Size: 3457762 SHA256: 95936bcb314f1cd8fd81b7e2f24879ab16de5b5440ac7a262d15e972fb95f4b2 SHA1: 63a84e05a51251fa991978a9cb3c20fc422a2606 MD5sum: bf04bf54f89044fe65cb1b34371cd873 Description: debug symbols for ros-kilted-nav2-util Build-Ids: 3c649f957327d788817351d699e2d081cf040428 56bdc322126e5193a2330ee8b5e8b7aed313a063 Package: ros-kilted-nav2-velocity-smoother Version: 1.4.2-1noble.20260805.144821 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 842 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.20260805.144821_amd64.deb Size: 160626 SHA256: 2753c82ca62878fe70854ff95dbac36a742a4eb54af5ea3d65efe017a30655fb SHA1: aee740d8f38d03bac96eac137e16d05469ecf835 MD5sum: 50df46f5ecd154aee4d145bb4e4286c8 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.20260805.144821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 3878 Depends: ros-kilted-nav2-velocity-smoother (= 1.4.2-1noble.20260805.144821) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-velocity-smoother/ros-kilted-nav2-velocity-smoother-dbgsym_1.4.2-1noble.20260805.144821_amd64.deb Size: 3294690 SHA256: 8bed26c004e59154447c5a98a6ab6ae2b081eb89db915e2b5fa02f9a37cee4d6 SHA1: 3dc24432d50d43dedab8d3ddf31299a0a813e17f MD5sum: d483e01b3fff7656239051397b70a82b Description: debug symbols for ros-kilted-nav2-velocity-smoother Build-Ids: 1fc2d4ed5089bc65deef7dd371f2d28ab3f2caa2 9f8699b3d6b4e1150c4958f38956393d044715b7 Package: ros-kilted-nav2-voxel-grid Version: 1.4.2-1noble.20260805.141419 Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 106 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.20260805.141419_amd64.deb Size: 21112 SHA256: a1c54c751e52cfc984581d683919a8920e878f6da52c4e5041756b895a89f677 SHA1: 590efdf830256b8159a5ac3b36954f85f73b2307 MD5sum: e92ec31c72b58ef2c8e6df407cd7cf34 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.20260805.141419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carl Delsey Installed-Size: 77 Depends: ros-kilted-nav2-voxel-grid (= 1.4.2-1noble.20260805.141419) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nav2-voxel-grid/ros-kilted-nav2-voxel-grid-dbgsym_1.4.2-1noble.20260805.141419_amd64.deb Size: 62506 SHA256: 83a0b95bc802c5f728290e48fcd1eb0580eb596347522568e5b1270434da20dd SHA1: a71fd9e3881a3570eaeb4a023caf06078c77514d MD5sum: 74cc9db3c01cd505658ce38662eec156 Description: debug symbols for ros-kilted-nav2-voxel-grid Build-Ids: 7690e04786b087ae4c68e35b1aaaa484db1f6991 Package: ros-kilted-navmap-core Version: 0.4.0-1noble.20260410.111256 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 209 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.111256_amd64.deb Size: 64060 SHA256: 52a6c72cf16beb72be9a5edf9cfc23127744aedf0e68b4790c2d638a726e7461 SHA1: fd4d146aeb41c4d870f38bbeadafaf6a6ae90e78 MD5sum: 70747d062ae98751215764f9aa8d3f8b 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.111256 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 968 Depends: ros-kilted-navmap-core (= 0.4.0-1noble.20260410.111256) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-core/ros-kilted-navmap-core-dbgsym_0.4.0-1noble.20260410.111256_amd64.deb Size: 950668 SHA256: e3d2f68e6b3d1e4c0fbbf15696ca63389b0edf83e4e0d6460ad36618f41e9472 SHA1: 83f647f9a352dfbd6ff28504d34e1ff3def0f367 MD5sum: e137fdea9a81656d83ed0d3c6aa6ea9f Description: debug symbols for ros-kilted-navmap-core Build-Ids: a35c56731121d79949f03c7a9fe38414afff3132 Package: ros-kilted-navmap-examples Version: 0.4.0-1noble.20260805.160346 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 249 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.20260805.160346_amd64.deb Size: 44222 SHA256: 4dcf0a406fc73525baaf37c3c0723c8acfdca4e60704a02f732d34fc269fa87d SHA1: 23d591844d16f54a11e42c29d3fe6fcfc1c2fc48 MD5sum: db0c39cf7c8c0de2e7801f5b15a36bad 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.20260805.160346 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 1619 Depends: ros-kilted-navmap-examples (= 0.4.0-1noble.20260805.160346) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-examples/ros-kilted-navmap-examples-dbgsym_0.4.0-1noble.20260805.160346_amd64.deb Size: 1534700 SHA256: 5ac8576a4c7d9337d827fc4d060393747dbbeb2cce0af6c648d1c46df30214a2 SHA1: be4ed967f4ed6689c6df9764ad71657b641ba058 MD5sum: dbd5347e1a67f07f0df15413009929ca Description: debug symbols for ros-kilted-navmap-examples Build-Ids: 0d285f46f3b93dd6e540302b0b2df1608d0015f0 1127339f183db67ac96b29c9e2cd6657cd40aa46 2b202836672ef2f0d7baaee8f060c65828e92d52 691a517218e047ee07a4a830a446e27a97c0ab86 6b37cf4501c082abdc92f9ef4e8517674cef5268 7dc9b112325d61300b3518e12f95dbb30b993c02 a8386038e7655661aba587fc71bbc6220d56cb24 e5641a4230359c016362dd19304414735ee8826b Package: ros-kilted-navmap-ros Version: 0.4.0-1noble.20260805.154948 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 977 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.20260805.154948_amd64.deb Size: 211770 SHA256: 59c7fbaa682aa2e2a911068aaf556208ac8ae0dd48887357af50dccf0b4c388e SHA1: d39dfb5c765611328f40753748676a78c0179164 MD5sum: ecdfc3e90ad5c5e36ec7e50f1891bf95 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.20260805.154948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 5274 Depends: ros-kilted-navmap-ros (= 0.4.0-1noble.20260805.154948) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-ros/ros-kilted-navmap-ros-dbgsym_0.4.0-1noble.20260805.154948_amd64.deb Size: 4674912 SHA256: ba7ad3b6256cde74ddcd0079f54ba69e3f2ca9ea3b6cc907f159d89fce6e4308 SHA1: 96362fc955bfcef21865fd93e97af88bbbb25123 MD5sum: 1a66cd3b571046fb679edc6dcb6fae34 Description: debug symbols for ros-kilted-navmap-ros Build-Ids: 1f36c2d4cb85ae46eb8752b6f815323fdea6b409 bbd36811774fabe11bc262f0551c415060b37685 Package: ros-kilted-navmap-ros-interfaces Version: 0.4.0-1noble.20260716.014835 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 1062 Depends: libc6 (>= 2.4), 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.20260716.014835_amd64.deb Size: 103678 SHA256: 49be499fd393432905896b73627db20ad6647d97e4ff9d564f461997e3fd021f SHA1: 1afa2cf614827389d66e121cd3ad15c4a8e1d3ed MD5sum: cee6748599befcdcb1f1785709ed8da0 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.20260716.014835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 833 Depends: ros-kilted-navmap-ros-interfaces (= 0.4.0-1noble.20260716.014835) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-ros-interfaces/ros-kilted-navmap-ros-interfaces-dbgsym_0.4.0-1noble.20260716.014835_amd64.deb Size: 678280 SHA256: 8a93091d81a2d5a534f8a33ff275c9a1f0ca8f973e50aa899b323ee94fa011f9 SHA1: e02135345c865845d056c973d58a65202d8e02e2 MD5sum: 561289af1accb475a66a28f69baec606 Description: debug symbols for ros-kilted-navmap-ros-interfaces Build-Ids: 3dd03d27e7f7dc79e6f9fd6e9e1cf45da4d315b3 47b991cf3bc81bdb296f0fa97e461226b7f1f2bb 5dab5e2eda11f55a0f3cf3eb8e382ee229a00c8a 791161913bb4737f476e0d621c0d888a2b8fbc2f 80f68f62e9d0a929a32b20e02fd25af6bbbe3746 9d726bd70185f7c5acfda0185870a9477caa9881 9dae4996e4d03d8752bf37b58e609c4e2b607690 c82999cd885773ad77f96f8dd6c9bed2e99daff1 f02296548bcd6be787330ad02913d2de3977d63f f8f8711c0ad70fc5bce15adeb19f373dc06b0ea9 fdea5c4b60932b9896755c92e34377ee33a6492d Package: ros-kilted-navmap-rviz-plugin Version: 0.4.0-1noble.20260805.160416 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 958 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260805.160416_amd64.deb Size: 200306 SHA256: 92e70428b3ac1be35b309987e302f633a4cab95755e9a1d660127ea3ef0c2d97 SHA1: cfd64f0d46352998803a169a921dd0a6dfa405bd MD5sum: c9d6c015df15f07bb1b8a1b1e6560fb2 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.20260805.160416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 6358 Depends: ros-kilted-navmap-rviz-plugin (= 0.4.0-1noble.20260805.160416) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-navmap-rviz-plugin/ros-kilted-navmap-rviz-plugin-dbgsym_0.4.0-1noble.20260805.160416_amd64.deb Size: 5730182 SHA256: f2263a48e5796d6d18e4d94976eae631f3f3da22860e205277690eeef4172fef SHA1: ac084518afb9cc5cb750889a59be1349b510bb87 MD5sum: b4898eb5283148073cdbaad28bfa2c0d Description: debug symbols for ros-kilted-navmap-rviz-plugin Build-Ids: d6f03bbb32c587253deffc4d884af2d2f4ede81a Package: ros-kilted-ndcurves Version: 2.3.0-1noble.20260717.154621 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 6002 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), graphviz, libboost-all-dev, libeigen3-dev, ros-kilted-ament-cmake, ros-kilted-eigenpy, ros-kilted-jrl-cmakemodules, ros-kilted-pinocchio, ros-kilted-ros-workspace Homepage: http://github.com/loco-3d/ndcurves Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ndcurves/ros-kilted-ndcurves_2.3.0-1noble.20260717.154621_amd64.deb Size: 978134 SHA256: 85c1dccf8396f4c5b6d75dc5dbffa53f190e6890916738f23cdb0db523f96c1f SHA1: b8fa13286ec68680741ea1b5f81372ed13d63cbb MD5sum: dc2d5f7b664cfc1e6abcd53a12fc076a Description: A template-based Library for creating curves of arbitrary order and dimension Package: ros-kilted-ndcurves-dbgsym Package-Type: ddeb Source: ros-kilted-ndcurves Version: 2.3.0-1noble.20260717.154621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 27458 Depends: ros-kilted-ndcurves (= 2.3.0-1noble.20260717.154621) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ndcurves/ros-kilted-ndcurves-dbgsym_2.3.0-1noble.20260717.154621_amd64.deb Size: 22596802 SHA256: 4345e9a91d7feb05ea8874c420dfe7678acd1bb7a39d2c038318f186828d764f SHA1: b767e22526373a118841012863191b3c5fb0bb2a MD5sum: ec327dba85d61a1bd347edc0f4b29c2e Description: debug symbols for ros-kilted-ndcurves Build-Ids: f2b70147cfae445041318e92f3a516e9a821bb4d Package: ros-kilted-neobotix-usboard-msgs Version: 4.0.0-4noble.20260716.014841 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1830 Depends: libc6 (>= 2.4), 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.20260716.014841_amd64.deb Size: 120064 SHA256: 3bf4fe775c913960a4eaa9e305f3bf6efc8815674af8c33e49b111ec839205b1 SHA1: 087d1a0f8bc286dd7cd66def19a3fe3a4257f543 MD5sum: f64bbbd7b61e989d805794fd0ea37355 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.20260716.014841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1125 Depends: ros-kilted-neobotix-usboard-msgs (= 4.0.0-4noble.20260716.014841) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-neobotix-usboard-msgs/ros-kilted-neobotix-usboard-msgs-dbgsym_4.0.0-4noble.20260716.014841_amd64.deb Size: 898680 SHA256: 2f30ff757bc92ead45809f25b384adc49f61346ada92516ffc2dfad3cb91b687 SHA1: c864fd7e5d208e727838ffa1438218d9adaf1025 MD5sum: e43709e097a0a212b23d685f3ffe3bbc Description: debug symbols for ros-kilted-neobotix-usboard-msgs Build-Ids: 0789fe65c5984081917e0afa7febfe62fe6fa9a3 30f379dd81d951be5978acd48a1caa56470c3f79 4bdbfb001196821faa318bd32a2d3511df4b880a 4bdc79a7f76c9c1aef72208fbb8b459be5720360 8d7ac7a8b571d767a0f286efa88bb3f1bfb5e00a beb4bcf96c6bba1b42361027f410e6cee2ce7b82 d3c32b5ef3dc822e757c82f262974accd87ff02a e320bb4cf9e2b9f58904afa962103473ae363e55 f0313af59c89a124528fcb1967baa3f362686b64 f3d3c2539c5061177f533240de4f2221f197b9e9 fa1ab64a7ba03f157c26005e81402061ac120319 Package: ros-kilted-network-bridge Version: 3.0.0-1noble.20260805.150043 Architecture: amd64 Maintainer: Ethan Brown Installed-Size: 1174 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.20260805.150043_amd64.deb Size: 297768 SHA256: 41cbbbb050e061b27a6e1b3ff2666b5a0f7d596e1504239a70d23b00b16abdc6 SHA1: 8e5ee80c9dd78179f1f9fdcea1d2d9139ec7c789 MD5sum: 7124257f2ac6085a1f654bce4e921918 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.20260805.150043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ethan Brown Installed-Size: 5493 Depends: ros-kilted-network-bridge (= 3.0.0-1noble.20260805.150043) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-network-bridge/ros-kilted-network-bridge-dbgsym_3.0.0-1noble.20260805.150043_amd64.deb Size: 4933068 SHA256: 8208b4d813cd61a6f9aa06cac6cd2b36130253203534e9f3244adf35df565fa1 SHA1: 7c8ccb44216ce6e0b3c9e7ba46dfd786d18d9c21 MD5sum: 95c0a0419cebc864e63b6850b6e05514 Description: debug symbols for ros-kilted-network-bridge Build-Ids: 22705cc6363da9ffd9c90c0d304faf6283f6e0cc c3b40799ffdf6daa235beb3201d46aa922cb3b34 cdae01bb13ac41dd64c6101d6060f0b77bca9f63 Package: ros-kilted-nlohmann-json-schema-validator-vendor Version: 0.5.0-2noble.20260410.112149 Architecture: amd64 Maintainer: Grey Installed-Size: 730 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.112149_amd64.deb Size: 224946 SHA256: ac495da2c4bd42f63564b24c67e03391df0de911a4f54bdaddb92878c481fb04 SHA1: c52f85031c09d471b4d09c519548e6848678bc4d MD5sum: fce73a85c46bdee83db5a0b0ffea50b7 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.112149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 3440 Depends: ros-kilted-nlohmann-json-schema-validator-vendor (= 0.5.0-2noble.20260410.112149) 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.112149_amd64.deb Size: 3207168 SHA256: 353ee89a38cb6cdf7ee3a0a189f350c95eda97d7bc9d5dde78936f361379a7a6 SHA1: 5a9d53feeb12ea1b6992fef9e8c977adcb460efc MD5sum: 598d174aa6cc00359f1d0e9553585eed Description: debug symbols for ros-kilted-nlohmann-json-schema-validator-vendor Build-Ids: a9e34192a4bc3448c558011ba37401cb603a8389 b555b6cd786c1839ef9815aa974fe521024c5aff d36c1e529f9c5bb1ba8620fe91c3370f54dd3d8e Package: ros-kilted-nmea-msgs Version: 2.1.0-3noble.20260716.014931 Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1773 Depends: libc6 (>= 2.4), 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.20260716.014931_amd64.deb Size: 141848 SHA256: 572921b6f09cc935275bd5ab9450183510f5096ec3c2a15bfba7a08f20b060c6 SHA1: 04e4a798d7c5b508a0a3c35f37afba08c1d546fb MD5sum: 305db60839ec3b4f87aaf28dc843a3ea 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.20260716.014931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1328 Depends: ros-kilted-nmea-msgs (= 2.1.0-3noble.20260716.014931) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nmea-msgs/ros-kilted-nmea-msgs-dbgsym_2.1.0-3noble.20260716.014931_amd64.deb Size: 1104292 SHA256: 0d60e70f8155e918ed794d1d5f21846f56a379fb772e712a3d86bd118c97c9b1 SHA1: 57ac9078e068a8723a648d4eace7ddfbf0b7fbd8 MD5sum: 038a431f64436edadb3c8548444d6ec3 Description: debug symbols for ros-kilted-nmea-msgs Build-Ids: 143a43bc2fdc78a1edcad62dd2e5937f365382c2 1b84964e46c35883dd47e2e54e8883ce54312ef1 402bd9b1d47e589511742d7a3a6a75ce64e5a3a4 4488621d980db0384099bcf543726aca18713250 56e03c1f02b281b22c7c078af1ee36f98870f11f 5b7e02ff98de04e045dd21c6f505d952a18ad3c4 ad79ce7884a5e6031c02435e85019c362ed4b457 b45a53fead245764de1f87fa0b3b4cc394d9ca6a de3b6ef8ec25afe81fdc3719bda1c14de848331b f5a5a3d92e4d051bc944ebac37acb97aa6d31143 ffa63babecb429295e026a0ee5cf52108c13f166 Package: ros-kilted-nmea-navsat-driver Version: 2.0.1-3noble.20260805.140405 Architecture: amd64 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.20260805.140405_amd64.deb Size: 24688 SHA256: 7333a330f723c44b6ca316538aeb3f605d6945610840818ec5a12fc9120918d5 SHA1: 525ea2460a017f35fc29a67b1f35e2389a5346ac MD5sum: 690103777773f9c01e075f354a7eaf71 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.20260805.141417 Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 617 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.20260805.141417_amd64.deb Size: 146156 SHA256: b299a90496a613f8812b2d9bd506586e84219d48a0b9a4937ece7d57b46fc577 SHA1: 6ffb3e94f8d179c36087bee3b40da58457a2e5b2 MD5sum: 005cd6758b850e3f45d8dec3855abfab 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.20260805.141417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 2974 Depends: ros-kilted-nobleo-socketcan-bridge (= 1.0.4-1noble.20260805.141417) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nobleo-socketcan-bridge/ros-kilted-nobleo-socketcan-bridge-dbgsym_1.0.4-1noble.20260805.141417_amd64.deb Size: 2627304 SHA256: e82d351a35692e81975a22af4d92e6e8f945533cb046a47edbfa820e992ab10d SHA1: 7c18798a190c4c3e9462ee64f22d6f79494218ad MD5sum: 125f63a3629a776b62c8d8f271ed3211 Description: debug symbols for ros-kilted-nobleo-socketcan-bridge Build-Ids: 27657b39647bbb925f7ea56035e216c2e6a704a0 b9aeab9fb449be8c5181ca12e517546301b1de33 f165996328b83d9d2fc6c98e21003cbecc16a35e Package: ros-kilted-nodl-python Version: 0.3.1-5noble.20260519.012935 Architecture: amd64 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.012935_amd64.deb Size: 18250 SHA256: 7a520d3b1962419a9f320dd9faf1cead51cdf58bfcd375bfe96052abf32c8be8 SHA1: 45b134170bff055338dfed71db7efc2a49cb203c MD5sum: c7a0b4397fc23cdcc295b4ac27fdf3a8 Description: Implementation of the NoDL API in Python. Package: ros-kilted-nodl-to-policy Version: 1.0.0-5noble.20260805.142007 Architecture: amd64 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.20260805.142007_amd64.deb Size: 10068 SHA256: b67809d876ec3e65756632603ffb666b1393ff4a6a373e75dbde557d0d854afa SHA1: e759189db2f42961be95724090b743a1788a2e33 MD5sum: 5b202148b1f77f5d930182b9e8486554 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.20260805.150326 Architecture: amd64 Maintainer: Steven Macenski Installed-Size: 219 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.20260805.150326_amd64.deb Size: 59252 SHA256: 4a5bd2b091aac4f5c8c35d999cdd3ebbd551469e6769bd7fc0ad540c637a11f4 SHA1: 9e4ac385945d19e77b320eb27554bda5dacdd04c MD5sum: 34ba7211777d886d5716f95436a67f45 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.20260805.150326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steven Macenski Installed-Size: 1531 Depends: ros-kilted-nonpersistent-voxel-layer (= 2.6.0-1noble.20260805.150326) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-nonpersistent-voxel-layer/ros-kilted-nonpersistent-voxel-layer-dbgsym_2.6.0-1noble.20260805.150326_amd64.deb Size: 1480896 SHA256: 7e18153c165516ec58255bb372e99ffb7c03d9c713881bc888a66e6147344a00 SHA1: 0b4be267798682951f37d759f34bcd51f3085a70 MD5sum: 5ce1073666ff2ee93f40dd073673da23 Description: debug symbols for ros-kilted-nonpersistent-voxel-layer Build-Ids: e1b60f153f70798a8454b34f2923268184c1d8f6 Package: ros-kilted-novatel-gps-driver Version: 4.3.0-1noble.20260805.144306 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 7429 Depends: 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 Homepage: https://index.ros.org/p/novatel_gps_driver/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-gps-driver/ros-kilted-novatel-gps-driver_4.3.0-1noble.20260805.144306_amd64.deb Size: 951634 SHA256: 1e473aabebed0aeefbbbeb6f72c91c3b9630a8ce2bca33d40c7269896e9b0f4d SHA1: c8ee19f808c5858871ee913159127c0bc67824dc MD5sum: f06818a2785fa17e9650934f1a7a8867 Description: Driver for NovAtel receivers Package: ros-kilted-novatel-gps-driver-dbgsym Package-Type: ddeb Source: ros-kilted-novatel-gps-driver Version: 4.3.0-1noble.20260805.144306 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 13906 Depends: ros-kilted-novatel-gps-driver (= 4.3.0-1noble.20260805.144306) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-gps-driver/ros-kilted-novatel-gps-driver-dbgsym_4.3.0-1noble.20260805.144306_amd64.deb Size: 12218614 SHA256: 2dd3fc6a605dfcdce7aa3e9fe1fa5934326d3e69c8367e8594e1d52782fe6edb SHA1: ecc776845b9dea8496bdc86cf2361e3dc03e8ab7 MD5sum: 3bb8e3a3fb3b3328f02f8d44549042f6 Description: debug symbols for ros-kilted-novatel-gps-driver Build-Ids: 420bea4fae63da3b8a244319444f612d79d9bb49 7246830ac06c12cce00fc419343450e82375c6b4 Package: ros-kilted-novatel-gps-msgs Version: 4.3.0-1noble.20260716.020046 Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 6577 Depends: libc6 (>= 2.14), 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_gps_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-gps-msgs/ros-kilted-novatel-gps-msgs_4.3.0-1noble.20260716.020046_amd64.deb Size: 417976 SHA256: 3fa47d8bc71d30bcbe7fb933cf73d26fedad431086e500c411c84019bb1954e5 SHA1: c7c5b68427070542fb1917e69affcd86b1816833 MD5sum: fef16491bef7aabe7d9a67e6e3564cb3 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.3.0-1noble.20260716.020046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 4212 Depends: ros-kilted-novatel-gps-msgs (= 4.3.0-1noble.20260716.020046) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-gps-msgs/ros-kilted-novatel-gps-msgs-dbgsym_4.3.0-1noble.20260716.020046_amd64.deb Size: 3497632 SHA256: 6cad3f00ca12005a6492f915792ad89e710603d80b2aef04cd5f361f22171f38 SHA1: 7d77580751c2b5c7d5c290c5028545fe0fc8a26b MD5sum: 95bae26cc24b83e6c627ecc9790301c2 Description: debug symbols for ros-kilted-novatel-gps-msgs Build-Ids: 37bb61f5e240ae5bacc93f6f05f255ba1d2dacab 458a983fe81ce3a219d0981f461962ad8596da9c 4db202b19c58aa6a9b88f3045310402714ed11a5 4f5b88cf9341c03b43e43b44bf14a5f26baa169e 5098390a34cf922186a686cdcc8fe4436ec4d274 571841c54aaccaaf7cfbda649414f3e1dde65647 83b49d07b6c807865d6f27865431ec2e0b79810f 8bbd0b56ee2421fa70744d0afd4a86d47b3ab50a a371c21c948e94f8d614bee32ce806e073978f3e d007898f8192a22283716f1934a435b434c2b7e4 dd5435bd6f3a96300b5764dbdec841874cfdba31 Package: ros-kilted-novatel-oem6-msgs Version: 0.3.0-1noble.20260716.020049 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2746 Depends: libc6 (>= 2.14), 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.20260716.020049_amd64.deb Size: 187926 SHA256: 4f5f854c34d55fa3e3847319e6523251ca99d9831c6da84c20100a602d36c1d9 SHA1: 6d6735658a1eeec4cd5be0d61165089a0dc334ed MD5sum: c95cda091680f40ad597dfa56c3f16e5 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.20260716.020049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1703 Depends: ros-kilted-novatel-oem6-msgs (= 0.3.0-1noble.20260716.020049) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-oem6-msgs/ros-kilted-novatel-oem6-msgs-dbgsym_0.3.0-1noble.20260716.020049_amd64.deb Size: 1377954 SHA256: fb6da9b97b62f1965fbf50ae13cde49623651e5dc612a4bffc25553d169a4409 SHA1: 81343f5095ac7c2ea9b00e72d49efda35ad68a73 MD5sum: 847c2c9b7c8f13cad186f5afcae39539 Description: debug symbols for ros-kilted-novatel-oem6-msgs Build-Ids: 20c27d8700e05daafa67241e7cbcff11902b87ed 21b4c0b8342713825b9063e6e98f43b253cfcbae 40af1a53bc8f6d9487f6a43b99e5e9b06b101315 4317f72043f4038f4f304b574e3ae1a166706a49 6487e07c94fc9912028c18b5c844840f2523bee2 7413890a1757e563d996ca7e6e572cf79dc31abf 7a62d9ea5c69f8a52530c8aaf6d25d22e93f7969 85f941b3e2c453b3b91ba4685d6d9322a6d907dc 877236df43ec80b051c1cb09806a84dc60578c7f 9e6e5a752ac43838594d9b1983f52afb5391fef0 a0dac68d0733ed0a43f376e4400bc34b4fa6c1d2 Package: ros-kilted-novatel-oem7-driver Version: 28.0.0-1noble.20260805.151002 Architecture: amd64 Maintainer: "NovAtel Support" Installed-Size: 3465 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-kilted-gps-msgs, ros-kilted-nav-msgs, ros-kilted-nmea-msgs, ros-kilted-novatel-oem7-msgs, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-sensor-msgs, ros-kilted-tf2-geometry-msgs, ros-kilted-ros-workspace Homepage: http://www.novatel.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-oem7-driver/ros-kilted-novatel-oem7-driver_28.0.0-1noble.20260805.151002_amd64.deb Size: 648982 SHA256: 5ca348cb742deadd06bab239aff95f68bb018d7e0b9d8fd24f1d80004f40dcac SHA1: 3fca2d0f6679b0e6c076c7f1ea267f704b8e7182 MD5sum: c7135a422e48faddbf1074b0cdf40b09 Description: NovAtel Oem7 ROS Driver Package: ros-kilted-novatel-oem7-driver-dbgsym Package-Type: ddeb Source: ros-kilted-novatel-oem7-driver Version: 28.0.0-1noble.20260805.151002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "NovAtel Support" Installed-Size: 17484 Depends: ros-kilted-novatel-oem7-driver (= 28.0.0-1noble.20260805.151002) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-oem7-driver/ros-kilted-novatel-oem7-driver-dbgsym_28.0.0-1noble.20260805.151002_amd64.deb Size: 15288298 SHA256: e31c2234ff2ce8de9ab41ac0d6b54c26db094f0958408b06d5ba99a374051a61 SHA1: 39f101b212c82d2fceb90b2629627f813ee537bf MD5sum: 76cd29e2e845d53e9919233ab91eef20 Description: debug symbols for ros-kilted-novatel-oem7-driver Build-Ids: 1d9ed120c66af620329e0705ec48418fe4af4547 fca3a75345bbd1bb1088cfc66ba3cf416e78671f Package: ros-kilted-novatel-oem7-msgs Version: 28.0.0-1noble.20260716.020105 Architecture: amd64 Maintainer: "NovAtel Support" Installed-Size: 8346 Depends: libc6 (>= 2.14), 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://www.novatel.com Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-oem7-msgs/ros-kilted-novatel-oem7-msgs_28.0.0-1noble.20260716.020105_amd64.deb Size: 498266 SHA256: f4d03379f8c956ffe127faeb50121c43079058d4991ee84a8ddfff0e07af26d1 SHA1: 070752d774eb5557d7ec851e7e37440a18739744 MD5sum: a07b430c0f091911a91b77c669bba1cd Description: Messages for NovAtel Oem7 family of receivers. Package: ros-kilted-novatel-oem7-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-novatel-oem7-msgs Version: 28.0.0-1noble.20260716.020105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "NovAtel Support" Installed-Size: 5244 Depends: ros-kilted-novatel-oem7-msgs (= 28.0.0-1noble.20260716.020105) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-novatel-oem7-msgs/ros-kilted-novatel-oem7-msgs-dbgsym_28.0.0-1noble.20260716.020105_amd64.deb Size: 4250808 SHA256: b2b32187cb3a1815360acfc67065ed72d36c4508ec5711700e9aaaa79c9086d9 SHA1: d12da9ae95c5242f6c9a96873994ff2019d86be2 MD5sum: 3083a54222aa26a7b174b2537e905021 Description: debug symbols for ros-kilted-novatel-oem7-msgs Build-Ids: 0321e105695c1d2c18bf7d72fbfc80d2b8cbad19 0348e62af3b6a336a886d92170f35244b1cc59a1 10f41488f377e3616e2e4971ceda862adbfea1f9 1fdf6202c4a7fd553fc1a9a80ca031db9bbd4a3b 4cac930d41b1b6af2153b7f1a3480f37a4b76606 622043cb5c7ddfa0dde91caa8c13c617c4ae7f3f 79082ffcc12a4d8ba90b4b07f58f833aa124a7c6 952b477bd71ca822b815be8e99ba814ce8120175 95cc4024ea4611f07dc06389a7aac2f321708ab8 c578639aca6c962382f49ee00afd35779516b65f f6a2687f7a7b7da14ea7a1506d727e07692d308c Package: ros-kilted-ntpd-driver Version: 2.3.0-1noble.20260804.174503 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 505 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.20260804.174503_amd64.deb Size: 108822 SHA256: 2f093e845c2e8a453d04aac104c42f91c832f60f273995f62d1f4166ff7ef965 SHA1: a413c2b485e448cfb452625f2cc102b4a89ad092 MD5sum: e028ebadce6a61e08887e175f29bcb88 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.20260804.174503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 2390 Depends: ros-kilted-ntpd-driver (= 2.3.0-1noble.20260804.174503) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ntpd-driver/ros-kilted-ntpd-driver-dbgsym_2.3.0-1noble.20260804.174503_amd64.deb Size: 2071276 SHA256: 32e7da78993a13f6955b9093b5cc0b4b11d05b92fca9927e6c74bdc28c273c98 SHA1: aeb3142611ca829071b8e9b67e006392bb5aba84 MD5sum: e2566b778db9f1107c8b9d3cf2af15d8 Description: debug symbols for ros-kilted-ntpd-driver Build-Ids: 1ccbe3a459f8988540a087bcb4e261f69efe7ce5 46a65caba555ccd2477d1c663589f7a644d36273 Package: ros-kilted-ntrip-client Version: 1.4.1-2noble.20260805.140414 Architecture: amd64 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.20260805.140414_amd64.deb Size: 26636 SHA256: 3e82f117fd5a608b55ccd0aeaabff07ec40b35753a2f10a7f722230a4390608c SHA1: fbd8e3b3fc9e83daea303c54ae3d0e85a23d4b5d MD5sum: 2a4b7fa0fd0fb39758696d59cc0a9be2 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.5-1noble.20260804.174540 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 251 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.5-1noble.20260804.174540_amd64.deb Size: 72222 SHA256: 71b2638f9c9ce45b64fa0c3dbde0d7d278bf4b8417ddc5b0b2ba84cd45b3a74d SHA1: ae00dbb2df016863869623545bc1a17f206c7999 MD5sum: 13ddba565c5f0678ac9dc2eecf0b2410 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.5-1noble.20260804.174540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1254 Depends: ros-kilted-ntrip-client-node (= 0.7.5-1noble.20260804.174540) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ntrip-client-node/ros-kilted-ntrip-client-node-dbgsym_0.7.5-1noble.20260804.174540_amd64.deb Size: 1177750 SHA256: d6db23d26d589e447a815621b39d2bd8f8471eba876784197915a23996ba8855 SHA1: 9e4eb1845ede8229bc0a6dee0570f5e8c22f054f MD5sum: b24d3c330dac31bf8deb94d8de7e8c21 Description: debug symbols for ros-kilted-ntrip-client-node Build-Ids: 18c1518313dc2bcb47dd4cd6bd369436483f659c 6384a58525e96be640d3c5084be5ce429656aeb0 Package: ros-kilted-object-recognition-msgs Version: 2.0.0-5noble.20260716.020547 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 3333 Depends: libc6 (>= 2.14), 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.20260716.020547_amd64.deb Size: 244234 SHA256: 8d572dbbdf6869820af1370035e9ea8c465505f0c65cf852fac00d8500ed11aa SHA1: b649b03ed962e2d9dcb22616859085b47eda3fa0 MD5sum: 964bd47b82db86bc3ca9c8dc04345dcf 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.20260716.020547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 2572 Depends: ros-kilted-object-recognition-msgs (= 2.0.0-5noble.20260716.020547) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-object-recognition-msgs/ros-kilted-object-recognition-msgs-dbgsym_2.0.0-5noble.20260716.020547_amd64.deb Size: 2079192 SHA256: 2b31e3b40f8d4019e008332dd3c3c3ddfad18948a3db52a21f1cc8fb398f1558 SHA1: b8b1c80672e1799aaabd31efdb9b10d99dc0abf2 MD5sum: f9236a15e2470d8d37a1c8ae9828c465 Description: debug symbols for ros-kilted-object-recognition-msgs Build-Ids: 0e134c8ed8e32ca07ba5e9113c3f737e873087b4 14b1ba03de494a1973c459b51abe5d632806b7fd 4281c69ef9c0d110c8b8590b7562e0f8bed25c84 57f32b07ba4c8a2d6649512644c1ea23210324e0 5ce637838f6c6adbe71ffb406b47149e8e73cdad 6165d26206bf80aee5f5b21fde7a2f4a9f9173f5 6b10836395f87790202b555367735e8c49fefedd a8c67864c9ce465b4863c6c8cafab64fa3e5b5e3 b212539a0e9dabb6fa7e5ed4c5669807b8762dea c717b9e55f61e44d21e3d0dd74acb563eac48ea1 c8c34a7bb382136c8df74dca1c48ef32bf867249 Package: ros-kilted-octomap-mapping Version: 2.3.1-1noble.20260805.160802 Architecture: amd64 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.20260805.160802_amd64.deb Size: 5538 SHA256: e25a05806dfce3fe493e5687e75b7271948994c09c7615d97f3ac5215d0c90b1 SHA1: a277ce11683cfc6072e2bf12c56de3337db2caff MD5sum: 6a27b029c9d6f741438658e4546b5f35 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.20260716.015459 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1440 Depends: libc6 (>= 2.14), 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.20260716.015459_amd64.deb Size: 124696 SHA256: fd209a1f84a5964403d6fea823c63b08ffe01914d5c9d736cafa8893789d11ab SHA1: e62f0697ea011da60b534e28e4d451377e0984fa MD5sum: ef6dc8fcfc41d71d7302dee9be79c9ee 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.20260716.015459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1072 Depends: ros-kilted-octomap-msgs (= 2.0.1-2noble.20260716.015459) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-msgs/ros-kilted-octomap-msgs-dbgsym_2.0.1-2noble.20260716.015459_amd64.deb Size: 841122 SHA256: 97d28dca060e82b38de8a86dc13ccabfe0bf87bb412bdb434497d60239ef3c22 SHA1: d9c9961e9f840fb6c1450365cfb9480e0f0a27a8 MD5sum: 3d672eaee8fe511891101d01aa7b8695 Description: debug symbols for ros-kilted-octomap-msgs Build-Ids: 069a4741b3dae49641cad2f58d1dd1b9b5348eaf 0fff0e72b8d9c2ddf3350cdea1440ade0721148a 1fdc8731c6d78c0d4c95964f5d42ba09def8672b 3c566a00006758d9002f04c6590224d8c345d53c 46ea7689b8b294aa1798e14ec5b10be9cc7cc660 6d217d77f708a2f71b093882c82f10c46aa8dba9 c25a7e2c0e56271611f6167bdd5131cb8f53bf1b d2d8ad7355fc61c4992f6b4683d2d7ba430c6e30 ddd5d07947e5b36dff342631c41220d96a3991d8 e428f4986179d3c8f991aa6f1ac3a9b2b69a39d9 ff5656590972eb04c46f88b6d6f38417fe33f890 Package: ros-kilted-octomap-ros Version: 0.4.4-2noble.20260730.180711 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 82 Depends: libc6 (>= 2.14), 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.20260730.180711_amd64.deb Size: 15076 SHA256: 255efd66ef0b66d577b83e18a7b98427a8a2ae580f4a90e97ccdc22406f08b39 SHA1: aa4754e83b782ed0745c8d71479f735e5fb56693 MD5sum: 35d62e73c40750649f907a7bdc7a39f2 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.20260730.180711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 103 Depends: ros-kilted-octomap-ros (= 0.4.4-2noble.20260730.180711) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-ros/ros-kilted-octomap-ros-dbgsym_0.4.4-2noble.20260730.180711_amd64.deb Size: 88152 SHA256: fd3d5b0c62557d275b51e312840da3860099e4c4e7f7de5a6c8312b945c9626d SHA1: 4b4c56792fd90a53a54c46ed3c97d3f99a28121a MD5sum: b24255d40beca222d0870c0fe4fd03b6 Description: debug symbols for ros-kilted-octomap-ros Build-Ids: 30a27d2ee5c352ad65709a0b35b9520eb37d653e Package: ros-kilted-octomap-rviz-plugins Version: 2.1.1-2noble.20260805.153726 Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 1196 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libqt5core5t64 (>= 5.15.1), 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.20260805.153726_amd64.deb Size: 283800 SHA256: af2e463a8f8d9c8b49a89c389be7b607ddd1fedc69bfa5458997b89b2cfb0097 SHA1: 3365f2332d1db5196f2f1cee2747602faeb4e0ae MD5sum: 4c9517536f3b6b358e0efcd640957890 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.20260805.153726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Armin Hornung Installed-Size: 6657 Depends: ros-kilted-octomap-rviz-plugins (= 2.1.1-2noble.20260805.153726) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-rviz-plugins/ros-kilted-octomap-rviz-plugins-dbgsym_2.1.1-2noble.20260805.153726_amd64.deb Size: 6022588 SHA256: 5020584a701b2e555850aeb978bfd8ff23053e0f1befbc5a0e4009843b34c9e8 SHA1: 7f3f155321fb7fd7478e7862653658812c942677 MD5sum: 4cf2f02bd9464e22e2d4cc49b6eef4fb Description: debug symbols for ros-kilted-octomap-rviz-plugins Build-Ids: 16911aa71a47ee8ee9473e9069835eda2992f2ef Package: ros-kilted-octomap-server Version: 2.3.1-1noble.20260805.154544 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 4644 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.20260805.154544_amd64.deb Size: 683724 SHA256: 737fcdd792576a38ade93227ed69e84446926de8a5e1189fb04dc82f46de4aae SHA1: ac9b1fa1a0d419b35cac8e3128f645dec685bce8 MD5sum: 2fd9eab421ff48a7fd48225c3befa0ce 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.20260805.154544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 29585 Depends: ros-kilted-octomap-server (= 2.3.1-1noble.20260805.154544) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-octomap-server/ros-kilted-octomap-server-dbgsym_2.3.1-1noble.20260805.154544_amd64.deb Size: 26739760 SHA256: db2d4f29ab2363e51708874ac71428cdf53f995244f8798816f4a87e85e97070 SHA1: 3049cf75341827aea17567e9468f262362931909 MD5sum: 75b55f8b6f6012d0c790331e2e2bb598 Description: debug symbols for ros-kilted-octomap-server Build-Ids: 054c9c92b1b05c91a4aa825e5d7d08ae0fd9a4de 1f5271e8197b538b6a57fce95ae2de2ccd110e50 5478422ce6fc37725828a6f8d01c0ac3bcf8df63 6bedb5bdf6b7324575236c3ad9b13533082b9ffc 7fd617ce8756445ec5a4da0cc4c33d82404ecf86 837edcb1bc02c732fea725fe311b2e653fd3cf43 926770d51daa20951715e2122aadda76f6c975cb 9bf5a6c69360e1c153c3e0565482f11b52accdce b27aa99dd3c7df1a54ed2e21168250bb2cde028f c8bad5453fc84026984dc04b87b8bcea24cddea0 c96a4ed2fef815a8f5e9c8b6d9ee56ade544ce67 fdbdf0871a81a804c3c487a69b48f3d6e8f0522e Package: ros-kilted-odom-to-tf-ros2 Version: 1.0.5-3noble.20260805.150333 Architecture: amd64 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.20260805.150333_amd64.deb Size: 106576 SHA256: 8f2170231c1c448596ac6ed1b0dfeece194cb60bce92215b7038eb9fbfb1cf27 SHA1: a8944bf655b4ac048eb36fe9605cfca813d4b1e9 MD5sum: d77c35656871a05cd4fa83afca05472d 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.20260805.150333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Stavrinos Installed-Size: 2262 Depends: ros-kilted-odom-to-tf-ros2 (= 1.0.5-3noble.20260805.150333) 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.20260805.150333_amd64.deb Size: 1932206 SHA256: d60a1af0b1031c278b0971f840da79ad3052f685a1a772210197cd1d94b38b4b SHA1: 508837eb6918bcd9345efcfd843e1db9ecf14f89 MD5sum: 03b7a6cdb6855243f052e899e19a35fb Description: debug symbols for ros-kilted-odom-to-tf-ros2 Build-Ids: a4f8dfe74b202747bdd856ef797f4fdf15cb12f9 Package: ros-kilted-odri-master-board-sdk Version: 1.0.7-3noble.20260410.104519 Architecture: amd64 Maintainer: Maximilien Naveau Installed-Size: 390 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.104519_amd64.deb Size: 79534 SHA256: f62d336008e473dd62d061a387e743127700540cced5c09498b7b5d3e07691a7 SHA1: 754e8c3e98aa42a4de1d31c9723b565a24785df4 MD5sum: a1998db9c06a2a42e046f12f4fb5e198 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.104519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilien Naveau Installed-Size: 785 Depends: ros-kilted-odri-master-board-sdk (= 1.0.7-3noble.20260410.104519) 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.104519_amd64.deb Size: 610446 SHA256: 33359f199bad251645b8e97c5b44a2897ea109865c63a1a817c607539472ac5d SHA1: 30af032cc7c975052f1a56a93556691282f1ce4c MD5sum: 46b7149ed139e6eca9de1486688099ad Description: debug symbols for ros-kilted-odri-master-board-sdk Build-Ids: 0a6ee384deb1cf989efea1589ec217164b9dfa84 0dacb9160df319835f8c8a2582211d6208604e6d 19544df4dafc2b15c6c0b3fbc8109aa9ce0e1b18 2174cabee9a39fb141d8365fb95746ffef231508 654df13e93f1c88185cd52c12625e8409dd98146 Package: ros-kilted-om-gravity-compensation-controller Version: 4.1.2-1noble.20260805.144614 Architecture: amd64 Maintainer: Pyo Installed-Size: 858 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.20260805.144614_amd64.deb Size: 168242 SHA256: ac87a72f6028faf2a7fef791b388ec58de03f0b547583c7e30bd77f0bd6436c4 SHA1: 5039eb8139f8dc41291cd48cb095d701e96ad36d MD5sum: 329b9d861d47b99d2b51c9bc6fa9070b 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.20260805.144614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3500 Depends: ros-kilted-om-gravity-compensation-controller (= 4.1.2-1noble.20260805.144614) 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.20260805.144614_amd64.deb Size: 2949896 SHA256: b3c04f5c3251abb16bfb31179e89fec1846e0d830a949d49fbd5ffeef3281d16 SHA1: fb1f9b0afc06815138a859290040712f4cd482ad MD5sum: fa3ea6cc9840350481612617917684f8 Description: debug symbols for ros-kilted-om-gravity-compensation-controller Build-Ids: c21cf546b4f67dd1eaa3135719f951121aa441a8 Package: ros-kilted-om-joint-trajectory-command-broadcaster Version: 4.1.2-1noble.20260805.143909 Architecture: amd64 Maintainer: Pyo Installed-Size: 665 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.20260805.143909_amd64.deb Size: 150870 SHA256: 6b3d86b824af3b04c06c2a2b0075c64fccb97ae9f345280905d09fcd44da11cb SHA1: d0644b9cc0afba6adc00cd77fdf171633be12aeb MD5sum: 4ec38541d6bc3268109f7bf31237dc27 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.20260805.143909 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2927 Depends: ros-kilted-om-joint-trajectory-command-broadcaster (= 4.1.2-1noble.20260805.143909) 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.20260805.143909_amd64.deb Size: 2569208 SHA256: b357790e3762f1f31333aebea7c8fad9b9a6d5f43d5e03fda9565493dbf9976e SHA1: 92244c500f91dcd7b7338621fe293bedef899514 MD5sum: 5e7e9013c30ad986f1bfde219c137508 Description: debug symbols for ros-kilted-om-joint-trajectory-command-broadcaster Build-Ids: 9305884cbcd6771db8768485d890d7f4df382073 Package: ros-kilted-om-spring-actuator-controller Version: 4.1.2-1noble.20260805.143946 Architecture: amd64 Maintainer: Pyo Installed-Size: 241 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.20260805.143946_amd64.deb Size: 60060 SHA256: c458d551e06b06144e8d4195c0358bb56c119eda5cc44c414611399bf978ebeb SHA1: f983347079ae6ea796eb30fbb9b15e3fabad1330 MD5sum: 4b849f32697ece150eb1dafa08df730d 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.20260805.143946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 737 Depends: ros-kilted-om-spring-actuator-controller (= 4.1.2-1noble.20260805.143946) 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.20260805.143946_amd64.deb Size: 699600 SHA256: 761e5f2813b76eebc131ddb59c150aa6c9cb6acf06a9bbf660cc3579e6db7060 SHA1: a6cdadda353fbc1056356d9531e8e52a2c555b53 MD5sum: f9e0a5327398cfcee613ef442fbd31df Description: debug symbols for ros-kilted-om-spring-actuator-controller Build-Ids: 1f6a0df9f590592b0581a7a8c35d564bc7e43d9c Package: ros-kilted-omni-wheel-drive-controller Version: 5.16.0-1noble.20260805.143931 Architecture: amd64 Maintainer: "Aarav Gupta" Installed-Size: 977 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.16.0-1noble.20260805.143931_amd64.deb Size: 265778 SHA256: 119af931cdd021379966a45b1d4c6aafe0abdfc97a9e5a71dfe674096dd72815 SHA1: 70a9c17a9b3bce3b2ac7e4ccaf7bed58322a68ab MD5sum: 589dcd190b38ba46e2465696ee18c50d 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.16.0-1noble.20260805.143931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aarav Gupta" Installed-Size: 9110 Depends: ros-kilted-omni-wheel-drive-controller (= 5.16.0-1noble.20260805.143931) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-omni-wheel-drive-controller/ros-kilted-omni-wheel-drive-controller-dbgsym_5.16.0-1noble.20260805.143931_amd64.deb Size: 8762378 SHA256: 63392ca386cd28b80ccf3203c5e1a62003077481d21e5235eac303d448bd4fb8 SHA1: f54945eb3fc12a209f387f80b72443e6e17b8607 MD5sum: b9acfaa45ab4ae0b3e863e3264d164c0 Description: debug symbols for ros-kilted-omni-wheel-drive-controller Build-Ids: a65c7b640ba96b272bb82d015f5e2bc8ecadc978 Package: ros-kilted-ompl Version: 1.7.0-3noble.20260410.104523 Architecture: amd64 Maintainer: Mark Moll Installed-Size: 15638 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.104523_amd64.deb Size: 2387486 SHA256: b2e822d28caf9df86d5867d9d38062a5ac60df5ec7efa79e12b975c6c29898db SHA1: 7e4e637b8973344074514e8bbdb5cbfa3324cab2 MD5sum: 5ee6ea37dad7490a251a2c14cc08ee62 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.104523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mark Moll Installed-Size: 48547 Depends: ros-kilted-ompl (= 1.7.0-3noble.20260410.104523) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ompl/ros-kilted-ompl-dbgsym_1.7.0-3noble.20260410.104523_amd64.deb Size: 46670948 SHA256: 192e6ffc8d52f03ddf43f4b1935b3d0251f767b07284633f8a588cb996a1bbae SHA1: 76f8c6725f8160d7a356f2044ceaf8afd6c91c9e MD5sum: d0e43adde84d907dfc756ab597f995a2 Description: debug symbols for ros-kilted-ompl Build-Ids: c55aaad5d0346ab663e399b05c4cc442f4c806c3 Package: ros-kilted-onnxruntime-vendor Version: 0.1.0-2noble.20260623.225208 Architecture: amd64 Maintainer: "Julia Jia" Installed-Size: 22589 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.0), libstdc++6 (>= 10.2), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/onnxruntime_vendor/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-onnxruntime-vendor/ros-kilted-onnxruntime-vendor_0.1.0-2noble.20260623.225208_amd64.deb Size: 6353744 SHA256: bcf43b01009393a3de2bf47e95a8336ce182953f85f9287ee90e98802d79ce42 SHA1: cbee0e43cf0b3916427e125b1358ebafec2e841c MD5sum: 347450e9695a5e528699a5e294f2c04b Description: Vendor package for ONNX Runtime 1.24.3 Package: ros-kilted-open-manipulator Version: 4.1.2-1noble.20260806.083726 Architecture: amd64 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.20260806.083726_amd64.deb Size: 7120 SHA256: 78fc214e814a168e1bdadc2e7b73c50b56f5c56459b590842144d28f9a42b378 SHA1: f2240ecf9fdf3b9ee220be3a7cdb242f27029c3f MD5sum: 7955417f0ec57c557d792aa2a085048d Description: OpenMANIPULATOR meta ROS 2 package. Package: ros-kilted-open-manipulator-bringup Version: 4.1.2-1noble.20260806.074735 Architecture: amd64 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.20260806.074735_amd64.deb Size: 22882 SHA256: 1fc0a74cfb63e488bfc75f8f2cb010408401142e54134f48f94eecfa504ff9fe SHA1: e487bf14f099f39bdf6fb22ff2259fd6a03e6136 MD5sum: 6b4b8c3677ae0a61328124b1895b0a96 Description: OpenMANIPULATOR bringup ROS 2 package. Package: ros-kilted-open-manipulator-collision Version: 4.1.2-1noble.20260805.081140 Architecture: amd64 Maintainer: Pyo Installed-Size: 622 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.20260805.081140_amd64.deb Size: 141578 SHA256: 947370ff87c6e7e0ae503ef17979bb5e40627761695d8e327703cfd022111e72 SHA1: add8daef4fdc7ea129461179faf26c11ee2e128d MD5sum: 2ebbf6172594fee6d3c425da0093e527 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.20260805.081140 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3609 Depends: ros-kilted-open-manipulator-collision (= 4.1.2-1noble.20260805.081140) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-collision/ros-kilted-open-manipulator-collision-dbgsym_4.1.2-1noble.20260805.081140_amd64.deb Size: 3253452 SHA256: ec59b406c5650d8ebc9ce5ab9d4bf7899864ab4f20691f9a8876feb8c23b3d00 SHA1: 8dee84b1f22184ce92cb6091846beec4365c6bcb MD5sum: 9dd7c0b3bafa2aa6647fdca09a0c2620 Description: debug symbols for ros-kilted-open-manipulator-collision Build-Ids: 0b39ca4d8664a8e66add08ee8dd0cdfc8c5d3c58 Package: ros-kilted-open-manipulator-description Version: 4.1.2-1noble.20260805.154431 Architecture: amd64 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.20260805.154431_amd64.deb Size: 13082806 SHA256: 493afc9d38d270f75633398aaca01df9ee98c4b4caa2653db472ea1c14c5ea75 SHA1: aec0000177107168e891a5d3d5446843754bb838 MD5sum: 4b468b1ba3c3f42a3f125a03882457f7 Description: open_manipulator_description ROS 2 package. Package: ros-kilted-open-manipulator-gui Version: 4.1.2-1noble.20260805.165833 Architecture: amd64 Maintainer: Pyo Installed-Size: 1050 Depends: libc6 (>= 2.34), 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), 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.20260805.165833_amd64.deb Size: 177908 SHA256: bf821916100f6d84fb73e5f40844d8f685bdbc0e1c7f32217bd30c5f445388d8 SHA1: f404baa2307b8575329a0380bcfd4229d93da3c6 MD5sum: cf65d84eff2b71a923a28d0bae27bdba 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.20260805.165833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 14065 Depends: ros-kilted-open-manipulator-gui (= 4.1.2-1noble.20260805.165833) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-gui/ros-kilted-open-manipulator-gui-dbgsym_4.1.2-1noble.20260805.165833_amd64.deb Size: 13826434 SHA256: 5636982153c791447bed4de90e4e167a6b176c665972d7e87ac386263b76fe58 SHA1: b8f80da80cfa1b0e471226ceb00007553b8dcd4f MD5sum: b12fb5f4f5bb8cc43b9055ef179619eb Description: debug symbols for ros-kilted-open-manipulator-gui Build-Ids: 5e62452477d9cad9a6b152232c8bf87cc05cc8eb 7f9988561b233ae875effbf9ffd192daa18d909e a33285497b784333deefce309c17560f97437b87 b4c68dd624b9624180f1889b661f190e8dcbea5d Package: ros-kilted-open-manipulator-moveit-config Version: 4.1.2-1noble.20260805.180218 Architecture: amd64 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.20260805.180218_amd64.deb Size: 12410 SHA256: dc88fa717f8b74339c15abd31bcdfe8e8fa9efe3c9429992a03e5ec08a4d9147 SHA1: bb8ec1c08ee45e41f1ed9278e35461ac578b26c0 MD5sum: d6bc228eed44c87f98f80f3208f3a208 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.20260805.165840 Architecture: amd64 Maintainer: Pyo Installed-Size: 189 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.20260805.165840_amd64.deb Size: 26990 SHA256: deb5edfaca8f2386236c2e572c8a3872baec3883938e91055967efbf6b7ce165 SHA1: 930787e0c7e38737ea09e53ec71712ee9688f39c MD5sum: 6221035f2e5623b746aaa4ab521dc87d 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.20260805.165840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4800 Depends: ros-kilted-open-manipulator-playground (= 4.1.2-1noble.20260805.165840) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-open-manipulator-playground/ros-kilted-open-manipulator-playground-dbgsym_4.1.2-1noble.20260805.165840_amd64.deb Size: 3574746 SHA256: b2ffc4c6a009b9315e592449bd032b16286fc025cf3fa0c96391a8d4b8d930d2 SHA1: 8658a0024be78d93e85e84979ffc15c450d0a3e1 MD5sum: 63288c7af9d0a9c730e1a41c1909af45 Description: debug symbols for ros-kilted-open-manipulator-playground Build-Ids: 80b55c7754b5d659e160339235659ea79ddca2a8 a56d10ada0963cb6579f8b48b55ce587b021d18a b5b9d76aead68c290fa3ac2b37ee9159b8b9b378 Package: ros-kilted-open-manipulator-teleop Version: 4.1.2-1noble.20260805.140429 Architecture: amd64 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.20260805.140429_amd64.deb Size: 12418 SHA256: 1c0c76bcbadd46b0ddfba75ae1e48c678d56402ddab8f083d153f88ff1347eca SHA1: c0bfe3db9e8a0be572da72602e9a756d99775cf5 MD5sum: d60f27ddf9b046cb5db8343882f3359a Description: OpenManipulator teleoperation package Package: ros-kilted-openeb-vendor Version: 2.0.3-1noble.20260511.090613 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 10831 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.20260511.090613_amd64.deb Size: 1989112 SHA256: 9c746e9dd63aef16cda9a5695400e823844ad3f21230f4c5623ff1066b82a650 SHA1: 7547ff320dfdf2cdb679b1770deacc18f409a03f MD5sum: dc2a79215c2a03db4f7d616429fdf6bc Description: Wrapper around openeb Package: ros-kilted-openeb-vendor-dbgsym Package-Type: ddeb Source: ros-kilted-openeb-vendor Version: 2.0.3-1noble.20260511.090613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 48564 Depends: ros-kilted-openeb-vendor (= 2.0.3-1noble.20260511.090613) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-openeb-vendor/ros-kilted-openeb-vendor-dbgsym_2.0.3-1noble.20260511.090613_amd64.deb Size: 46345544 SHA256: a8f84bc050552b6d4b3e7ecc5f1e4f8daac3d58c619bacbf96c67cd275dfd1f1 SHA1: 80796a08a16bdd4d78492d8a52a8fcc9ee5e0e3a MD5sum: 9fa38d428ce3d816d8aa3ed8643c4193 Description: debug symbols for ros-kilted-openeb-vendor Build-Ids: 06217cc8b9eb09e16ea02d6430ea688ab2471e90 20bb6384b6d6deb620ee6312a4ecfbd50c9c53ef 2129565f5d59df4273dab338ff0b88b90599f435 22c580c001b021e86d32d62bd65922d30f991c8f 2a97e550ecb82833a49e31fa2901b2bb8afa1d4c 2d95694a2012701e91b4864b9909acac6e44458c 2ef71de464042f50c07544f8371fb5d6c41fb46e 3e3b94e610c07fc4b11b31c4cd6ff53e14efdd06 3fbcee92de62d68bbb6f7f19200e97a24ce2f12d 4b1e640a53eca57dc9daf5de6e6705ce01cbcd23 54c8f32d840826de8c3520f9d4e8ef1d301aba53 5d4549df8b9a7b8ce5f2a1f3dd52b6a1a2cfe7fa 63333bd0645c6a4563870cb63096b1834dca40d1 8febf57737feae39b7943171ff8457f33ec12c3e ab52f761cd858c4c7af51dd77788f96bca6b5723 b68437522d8df9cdda3748f420a6392000248a29 be2b666d1b27de654510520a583b0955836cbe93 c5bad901599b75860b777079620df0f25d46c80d c749282f9280fa651c8dd41aa4f10ff97fca8ba8 d4c41bc35a23173a5b368b5f9e82bbbe13693100 Package: ros-kilted-opennav-docking-core Version: 1.4.2-1noble.20260805.142907 Architecture: amd64 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.20260805.142907_amd64.deb Size: 10202 SHA256: 218a7532e0f0103923dda9df8fb3412c04d07a243d3d99b182fd90bf5d0eaa7e SHA1: d1d334ce6c8856bd7eaa7fb3cf99760a5cae1005 MD5sum: 2ee73c820bd16807538bafb97c37f0b2 Description: A set of headers for plugins core to the opennav docking framework Package: ros-kilted-openni2-camera Version: 2.2.2-2noble.20260805.153216 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1430 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.20260805.153216_amd64.deb Size: 258782 SHA256: 0fdcd6ec45ace5edc27a564b77a129fa80c9b8ef8ea8d4d4b10700633efec75d SHA1: 530fbce104de4365220486329cdb25cd9d1711c6 MD5sum: 2f31aa65c4253bdafa4cff30720842ed 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.20260805.153216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 4050 Depends: ros-kilted-openni2-camera (= 2.2.2-2noble.20260805.153216) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-openni2-camera/ros-kilted-openni2-camera-dbgsym_2.2.2-2noble.20260805.153216_amd64.deb Size: 3709378 SHA256: 012c35171ff12394194223eed46552270ff3e1467deb0f1fbf770b554ae22cb7 SHA1: 4629aeb84def7016aa32f1a5b133276710a68f63 MD5sum: 0503be50b9f702ecc8ad297fc8bc1986 Description: debug symbols for ros-kilted-openni2-camera Build-Ids: 0aa79fabe517288ba86c260f3db1c54611074478 1215e8c466034c4d1e392ef6723bcdb43767e825 1adf6b9466006f36e057f5e059ef9ec480ef1f25 2927c8fd267ac96f204618e3a4ff5fc301dea296 3d402903be4278606b2936d72f0e58d95badfdd7 41bcd925b77568078f7bd7c4041143cb4f49021e 71b0df096a48de65fa5b74b7853538d68ed1783f 724a018d9a10fde70f1ae33ea192aba4ee0b92a7 881e9f2d05cfa1bb46bfff0346581432be776205 a21a0d3a7d34d7e3588c784174b053c292151ddf c9c9cff8a43877ae3ce13c59229b3f93478dc446 e1795a91c5eea662149cdd4532096eb626f9e752 e6ff477425bb1c5d5b78f9271eb430fa5865ae27 f680ee70a01585bceb8dc6a790fa1def63c8c71f fa8aa059cce0db5f5dbf208b5cbb6a9aca6da112 fee218aff426e1b91676468d3a9d653ea75df7b4 Package: ros-kilted-openvdb-vendor Version: 2.6.2-1noble.20260410.112141 Architecture: amd64 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.112141_amd64.deb Size: 5632 SHA256: 0517a565b23751450a9400c30ec0dbc4c901055cf6ac1a77c1d4fd074bf9d9ee SHA1: 37d0a72045d4d2f65c5e2ea18ebce7c305edb81e MD5sum: 68f00717839735ac1739cc39d7c68ab5 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.111251 Architecture: amd64 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.111251_amd64.deb Size: 6772 SHA256: 052662d6518187b4692ccd69372189882ad4056d3d4c93879c98cc22ab862564 SHA1: cfbb216b78b638ff1c641d875a031156c8821b46 MD5sum: 1ffdf660ec58d39149ca441dbf5fece2 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.20260410.112142 Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 139125 Depends: libc6 (>= 2.38), libgcc-s1 (>= 7), 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.20260410.112142_amd64.deb Size: 31711470 SHA256: 62b2cf60ff199e221ed2d95652b4177bda8b73f54c68774974d937673a1f3bd8 SHA1: 303a2eb55c287cb06db997ac2732a1a0df70df29 MD5sum: 7ee7324aca1120b0424a8e3e21ffc137 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.20260410.112142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 315882 Depends: ros-kilted-ortools-vendor (= 9.9.0-10noble.20260410.112142) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ortools-vendor/ros-kilted-ortools-vendor-dbgsym_9.9.0-10noble.20260410.112142_amd64.deb Size: 307040158 SHA256: bcd668a61dd4cff9bd9eacb4534b9484dadedabece23a9aa3fdec95d6e695024 SHA1: 5d4b3b82e21fe61139f3b764c687f3d9f365d399 MD5sum: 980c142aeac729c999abe639385749b8 Description: debug symbols for ros-kilted-ortools-vendor Build-Ids: 0fa35cd726bb6d4268e4835b7d90775bae7b9728 6bb392aea6c497faf6aa6942ed6b7d1591133225 978d797554d85bc80aa154f3f82d4e3aedf81c08 c30790816e5ecd81879fb23756d86338e2d334ab cfbecca04818b6c1bfe36b007241bfbd11cc9150 dbad88095144782f10995be3a3fa3efa03a141f9 e3a02eddbe63118f1ca1d929ddc8a2f637edc14d e4ea2371aab28dea3ff97e9f623ca3efe909cc30 Package: ros-kilted-osqp-vendor Version: 0.2.0-4noble.20260410.112207 Architecture: amd64 Maintainer: Esteve Fernandez Installed-Size: 460 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.112207_amd64.deb Size: 87628 SHA256: ef479b2c1592069508afc8904a344c1bf4d63677c942f374757307896315dadf SHA1: f3ed941265adf79e3011cc653d00f4dfe6bae1da MD5sum: 415dad5d5b9bb376875680f8245303f1 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.112207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Esteve Fernandez Installed-Size: 150 Depends: ros-kilted-osqp-vendor (= 0.2.0-4noble.20260410.112207) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-osqp-vendor/ros-kilted-osqp-vendor-dbgsym_0.2.0-4noble.20260410.112207_amd64.deb Size: 112114 SHA256: 5b843e185bf3ad62c656c249f3ab6c936bcdf0b3810367a41e476667e852ea85 SHA1: a1149a00cb57cd47a7e10ea8ff875328dad0df38 MD5sum: 0354e4ce49f5b0ae68022ed39fa3cc73 Description: debug symbols for ros-kilted-osqp-vendor Build-Ids: 30e9282a59e990509159c8524c9aa2333dd43c88 d3534defa957451a17f794b2ad34805aee3e09bc Package: ros-kilted-osrf-pycommon Version: 2.1.6-1noble.20260410.104611 Architecture: amd64 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.104611_amd64.deb Size: 49476 SHA256: c354f1dca7ba88a281d9bb25ea6dbb3c2e7c8cbcc1eecedb7d9929d7fb0eca79 SHA1: 8645fe3cf32c72697780d7c6f6f3d1e648fc4dbb MD5sum: 6fb8d3c8afbd4aa4a79c5f7327875e0a 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.104636 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1125 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.104636_amd64.deb Size: 933734 SHA256: 5966590789b0c0ecde7d90a48f740ac4dc27f42deda94abc5f00c59b7a937a30 SHA1: 09a61b70c76b3aa5a9890f5a94c6af4ec199199b MD5sum: 614424623ba2418744e6c79818ec97d1 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.104636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 801 Depends: ros-kilted-osrf-testing-tools-cpp (= 2.2.0-2noble.20260410.104636) 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.104636_amd64.deb Size: 732904 SHA256: 17194824bdf0cd7b33ec780cc3618150e48611a7f00dc062be8df2d2d00d9523 SHA1: 405fd5c905f8a6b952289661ca30c6489de32092 MD5sum: 5ec7f7ddfa5cc4eb7afee254482d46ae Description: debug symbols for ros-kilted-osrf-testing-tools-cpp Build-Ids: 084e193ba298179908f8ec759e87e3d29d212504 6cd72d92ba809caff15d94d68b843322d896a105 ee814d6a7f3d78c48cc14ea4018c04e4c50e179e Package: ros-kilted-ouster-ros Version: 0.14.2-1noble.20260805.151647 Architecture: amd64 Maintainer: ouster developers Installed-Size: 8519 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcurl4t64 (>= 7.16.2), 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), 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.20260805.151647_amd64.deb Size: 1694790 SHA256: d4d5f211ff924059f4cdd42a5c4a87b2e5a789777bca77664743318e1cd1f790 SHA1: 030fe7f58f933da7b2dd901a37d2d6bf78deaf6a MD5sum: f4b75924bdd541823f5e4d121b5fd38f Description: Ouster ROS2 driver Package: ros-kilted-ouster-ros-dbgsym Package-Type: ddeb Source: ros-kilted-ouster-ros Version: 0.14.2-1noble.20260805.151647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ouster developers Installed-Size: 59020 Depends: ros-kilted-ouster-ros (= 0.14.2-1noble.20260805.151647) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ouster-ros/ros-kilted-ouster-ros-dbgsym_0.14.2-1noble.20260805.151647_amd64.deb Size: 55127682 SHA256: 636494424024e499f160f2ae000c008784f46ef1702c1ad8fb50a3ff798099e9 SHA1: ee392d8bc32905bef3146ecee4b422c5a7bda115 MD5sum: 1d83c2490c276196a11e7e97eef428e4 Description: debug symbols for ros-kilted-ouster-ros Build-Ids: 187361b53a55907faebf32b8754633517bd93e0b 25c0d0454b03d50b5179930344ac6aaa5d97efc4 60247b146a919a1e7e09ee3f79af0cec41a74a05 89a8b9d6ac26d41b70ba4f7ebfdf92f7cced9be4 8cb9e5380c33c9354d500b2ec97cb7a1a92d56e0 95fdbbceef88e35790d90a80d1cd7653f7e61e22 ad03ec229874f0ba0fb559540dcbd4e854375b5f cff67dcc3b7fd82eec6577fed673958de1911c60 eb24db94b9b74e82686a3e5ee72cfada30c6c9dc ecf302b274eaba8b08bebd2e37714f563784b2fd eedbaf8f9fbcc041292a75bd145e82a468088990 Package: ros-kilted-ouster-sensor-msgs Version: 0.14.2-1noble.20260716.020136 Architecture: amd64 Maintainer: ouster developers Installed-Size: 1793 Depends: libc6 (>= 2.14), 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.20260716.020136_amd64.deb Size: 133198 SHA256: 2fc400e168b8e83f9c919f934d4c0d1e52a30ae449f425a57a7c39ebf5c626d4 SHA1: 2e3d766d9cc0e7a19cff2d0ff09cf50f6bc4186e MD5sum: f12097615f776cb1f6ec23ade7886442 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.20260716.020136 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ouster developers Installed-Size: 1292 Depends: ros-kilted-ouster-sensor-msgs (= 0.14.2-1noble.20260716.020136) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ouster-sensor-msgs/ros-kilted-ouster-sensor-msgs-dbgsym_0.14.2-1noble.20260716.020136_amd64.deb Size: 1003632 SHA256: a6de48d6682ff2a2d9e3a746e65fc2d9e5f01506334d9ac62e4aa5a7f5a27fdb SHA1: 263183fdec415ad2f26f857c2faea63dc4b11217 MD5sum: 5a102d1a83c97b50f0e1224e451104f9 Description: debug symbols for ros-kilted-ouster-sensor-msgs Build-Ids: 16ee02f69237a5096847e1c1cffacc1f8aa23aaa 18fae548d66260ebd93621734c609e22f7662347 27f0ea4fb86e5e4c7cc8486fcd6ce68b7202efb6 29d8406e2ae90eed8f24b6daf504b560c1e470e0 41eed69a39e43f25836dbcb486df4822dec4f60a 60b1bec8129b4d0bbfca9f3e61c8f5e890d81bbf 744897923a87e8482d5cdc81dd95d856db8d865e c8a88e8edc9cc2688bebf37469821136e1158169 d85d2a8d7129d273096522e448d16697a05e8148 ef071866805b249b8b365f6e52d80a48db509e6b f76fbe13e16e8d0230a6d962a492acd1d1afc198 Package: ros-kilted-ouxt-common Version: 0.0.8-5noble.20260410.112242 Architecture: amd64 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.112242_amd64.deb Size: 5408 SHA256: 9f8704199abc5e327a3301f50f983d3a1796b5d5b497674796e078923d690005 SHA1: fc36fbb94825a66c1d19ec1dc4ae3c0f4d091abc MD5sum: abaa75aacfda96441f3a1dc8ef7bcdac Description: common settings for OUXT Polaris ROS2 packages Package: ros-kilted-ouxt-lint-common Version: 0.0.8-5noble.20260410.112207 Architecture: amd64 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.112207_amd64.deb Size: 6444 SHA256: 0d27af121bb92e08dfe87e06b08b64ee18cff399bd73a71be24098eb83023199 SHA1: b426b1d7048e8d145c0ecc9acd270d7111f77b18 MD5sum: 17906c7383f32276b432724c035ec25a Description: common linter settings for OUXT Polaris ROS2 packages Package: ros-kilted-pal-statistics Version: 2.7.0-1noble.20260805.140448 Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 405 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.20260805.140448_amd64.deb Size: 104848 SHA256: e64eb6d9f6eecee77ddfc3aca38acc4b76d1d1a00466e3e2b416b01af9e06a4a SHA1: 432c933cf890e828c3bbcfa98f502cc4a55d9fba MD5sum: 8ccbb04adf53ff13534ad17a65dd080b Description: The pal_statistics package Package: ros-kilted-pal-statistics-dbgsym Package-Type: ddeb Source: ros-kilted-pal-statistics Version: 2.7.0-1noble.20260805.140448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 2113 Depends: ros-kilted-pal-statistics (= 2.7.0-1noble.20260805.140448) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pal-statistics/ros-kilted-pal-statistics-dbgsym_2.7.0-1noble.20260805.140448_amd64.deb Size: 1986846 SHA256: 981238c45c33a159e87dc88f33bf986ea9a622adb0f4460e4acead4fa88509f3 SHA1: 489b3e926efa76cd2d87ce49fd250dd72b18a4d5 MD5sum: 7ba7efc413b3996cf4bd17958b05db08 Description: debug symbols for ros-kilted-pal-statistics Build-Ids: a5884a31990201d25a76418481cf225378e43d51 Package: ros-kilted-pal-statistics-msgs Version: 2.7.0-1noble.20260716.020208 Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 883 Depends: libc6 (>= 2.4), 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.20260716.020208_amd64.deb Size: 82832 SHA256: 8bae8746b827d7b1b89e7ddb3fcfe7f1a973166274c83738bf52d05952b52b6c SHA1: fd0a8581a42c40f50dc59255c0de4db176a1018c MD5sum: 454759d021a1aa475aeeb8d7f7628de6 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.20260716.020208 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 697 Depends: ros-kilted-pal-statistics-msgs (= 2.7.0-1noble.20260716.020208) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pal-statistics-msgs/ros-kilted-pal-statistics-msgs-dbgsym_2.7.0-1noble.20260716.020208_amd64.deb Size: 548860 SHA256: 08d9fdf0bae5db882817a818ce44887ac850110543886922cb352c79ba6b81cf SHA1: 67e63ed39ed50b7376ca0a3b3c4dba3b00b6140d MD5sum: 62135943bd5bf728b59fc4da26564732 Description: debug symbols for ros-kilted-pal-statistics-msgs Build-Ids: 01c176bb8e56376230104d2e26eeb491ef8345e9 1f3722206e280ecd4b4dacd90ccf85892045202e 217f6a1425237e777ef5ce3b7fd3a2a3b9243761 73f5a9ed7c9f4235f25821933a867e67e492de14 89ece12867caf3179bc3a29eb407a8d4940f7b84 8c1ab316513cbf387cd11063cb566a92e571c8fe 9ad169b7b5e5d94858011e253800896fb2fa9bce a88b7fe3a6f8b970dfb9034972b2e73256d9b16f becfd914bf344cdde2a1df5b4b971a3034695bef cfed3ce54fdc37c00a1d3ed590c911580b702a5c f35b80cea164e20bc0c83fa9e9fabbe4e8294c33 Package: ros-kilted-pangolin Version: 0.9.3-2noble.20260410.104649 Architecture: amd64 Maintainer: Steven Lovegrove Installed-Size: 5465 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.104649_amd64.deb Size: 1346718 SHA256: f1089177f25cf1179f91b527d4e5801bcdabeec31dbbb35fbe498c7a6e82f4cd SHA1: b73e37d56f7af6500ac5e56b89f3bf0b4d448a63 MD5sum: 593768fa5eadfa86e1a8a56f4b8c7892 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.104649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steven Lovegrove Installed-Size: 31956 Depends: ros-kilted-pangolin (= 0.9.3-2noble.20260410.104649) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pangolin/ros-kilted-pangolin-dbgsym_0.9.3-2noble.20260410.104649_amd64.deb Size: 30273194 SHA256: 9f498b71ad15d86d2f0c47fc06011ba305402ce9e6c508ca81a9727d2d7959aa SHA1: 9b6f1798b1c9f99ad43007e931eb5b3579eac698 MD5sum: 3ef75e84462bbb60a20327c2009a2822 Description: debug symbols for ros-kilted-pangolin Build-Ids: 0d89d66f9611da63ea045d594b7ac920e5fd9673 15bb11be4fad943a575b77ab92f7b1c364108ce8 1b3475c82816e01b722c23e874bc7fa3303d9a9e 1cc91e28e7b035cedde7b70d14ed4ef4cf8d90c0 29b139111959ab741007db44acd8bcf4f014e3d3 2a258170343de48c6460a04fc507170aa110e09a 2a260381d6aa91f08bd889489b523ce5e4cc1e18 45535474fb05e0f420076aea40d402251a1a11cd 47cba8d539e9a03d86f2c946aa86a0730e77bc80 85dc40d581d09df4cbba8a8e13e7ec9a1d3569e5 8e9959d4d378ccd2e723e5fc1e415956ab541520 9ed6df1d20f2d73b5b00aedceb6c8d3f04cefe89 a7da19b171ba824430608d2e136a785d285de2c9 a9c459f38dde1e4fd78fd722cc3a8168b2dd9369 b093be427fa5cc3091dda1da87f340ef9dec364d caa554ac5558cc08cf1e830da4100239a90b4cfd d78e5e2173dd3aab6e1a1cc43e7ed050d49282f4 de21f438f27ffad3a0d7c53388d524b6420c30d0 f4443d4ae18c0744e577095f051641150e03c216 f7152b5eb3762d699ae66a406b8154f525212651 Package: ros-kilted-parallel-gripper-controller Version: 5.16.0-1noble.20260805.144628 Architecture: amd64 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), 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.16.0-1noble.20260805.144628_amd64.deb Size: 90162 SHA256: 65949ae180b97ae5f80c3957d551d16402e7a1b719e809c56488d397550009c7 SHA1: 26c06ae2e17c61f8bb4cc018ac8c4663d4fd3792 MD5sum: a0ba5d2e10da9b9a5e19686795b0745b Description: The parallel_gripper_controller package Package: ros-kilted-parallel-gripper-controller-dbgsym Package-Type: ddeb Source: ros-kilted-parallel-gripper-controller Version: 5.16.0-1noble.20260805.144628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1164 Depends: ros-kilted-parallel-gripper-controller (= 5.16.0-1noble.20260805.144628) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-parallel-gripper-controller/ros-kilted-parallel-gripper-controller-dbgsym_5.16.0-1noble.20260805.144628_amd64.deb Size: 1067192 SHA256: 504b6ade4db6e7e4bf3e3293e4d7766125cc4292eb4ab2189b0f6df34bf147c9 SHA1: 146fe04c077582ed81f9b5c39b60ab5552ef8ef8 MD5sum: f58bc3e65d15c066d1c45f8b148b80ec Description: debug symbols for ros-kilted-parallel-gripper-controller Build-Ids: 79223254baf546a8704d13d8801bb5c8bae0481c Package: ros-kilted-parameter-traits Version: 0.7.5-1noble.20260804.172335 Architecture: amd64 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.5-1noble.20260804.172335_amd64.deb Size: 10446 SHA256: b4a7d9a7f4e68c5253cc84889a0d1b2c46ac2b49a592e148181af58f2c9d3f76 SHA1: 3cf72f071384c1a645cf84985b41b578e48a10e1 MD5sum: 1fbf504d6081616e3984929c22dd78f9 Description: Functions and types for rclcpp::Parameter Package: ros-kilted-pcl-conversions Version: 2.10.0-1noble.20260805.141853 Architecture: amd64 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.10.0-1noble.20260805.141853_amd64.deb Size: 14362 SHA256: 2cafc57b6623001809f5f290b1abdb72887e77153be483272b38cedbe567cad0 SHA1: 048264d89218c8b7dc9ab41a6b743bafed291a60 MD5sum: d07d79f83739c87f7bb977cd203bd5fd Description: Provides conversions from PCL data types and ROS message types Package: ros-kilted-pcl-msgs Version: 1.0.0-9noble.20260716.020724 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1263 Depends: libc6 (>= 2.14), 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.20260716.020724_amd64.deb Size: 113674 SHA256: c3b4d535b5c2407abef55f7641d25ef8e541c90cebea4671b80c340ce2474e8c SHA1: 8b3ee20ede266657388a5e74f33d9b9414a242be MD5sum: 00b689c249c52e227fba0307405ba71b 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.20260716.020724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1034 Depends: ros-kilted-pcl-msgs (= 1.0.0-9noble.20260716.020724) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pcl-msgs/ros-kilted-pcl-msgs-dbgsym_1.0.0-9noble.20260716.020724_amd64.deb Size: 831120 SHA256: 0d06f4eddbcf34106cfb647d544b6aec18269a7befdf7b18baacc072552a70d0 SHA1: 238f090cf2cf38a48dba325dd6668bb075d46f2c MD5sum: fc47f685c4be42a2a9af4ab3f5a9b352 Description: debug symbols for ros-kilted-pcl-msgs Build-Ids: 08549407191001d544918a5a6f75f604d90ae155 1dfabbff9d661c19b896ff7d6ce21d5425eb890d 3b7deb319ada4e95000231965803f050cd9edc96 3e789d7d2d3f7459a2ed4684a2d80219eb73e9de 7c6225a83094f2c91dc365c26fe6c49e3e18cb79 936d4b3352a6724460e512e31ba6720fc9f9ac9f 9bc832ab4ec56797de681d9d5f989d35fe6df435 9d6fd27d7b9e7ffc5860131145a22b4830675f78 a982d0b2ecf95133b5d20b68f0bf2764a407e82a af60a5a312ba3d1d307b72c38345cae916ecf71c e6b43b2d3e5165ca9c4b56cd01fd2c917e6b3c87 Package: ros-kilted-pcl-ros Version: 2.10.0-1noble.20260805.151919 Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 4036 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.10.0-1noble.20260805.151919_amd64.deb Size: 617022 SHA256: bb0eff4ee85224337bd9646cbbc64ab96ff95484d84c86ec77b239c7b91c3393 SHA1: 3747e79bce797918286f5ca78315d218918b6f0e MD5sum: 6d62a51139846c93ca96969249b3cb0c 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.10.0-1noble.20260805.151919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 30249 Depends: ros-kilted-pcl-ros (= 2.10.0-1noble.20260805.151919) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pcl-ros/ros-kilted-pcl-ros-dbgsym_2.10.0-1noble.20260805.151919_amd64.deb Size: 25625606 SHA256: d72e7df3bd6bacef985f73fe16bcf57bbaf8828b21094a53d16eb9d36a54482f SHA1: 7bdec509015f020e4f25e3f01fe26c219d87e856 MD5sum: 36e1ce37de5aea2fbde38ca8ff34df8a Description: debug symbols for ros-kilted-pcl-ros Build-Ids: 1665b2a4cf029812f7caaa4e6eede4cd9041d012 1bd51a60cb759e179a818ebee3fc26d715526a7c 2afb9b31c977db475f575d4b61243d7625923010 5836fc4c58103721c263ee637bfe35423222c65a 6d0b3390b8c1c93f2ec94526177bc7d5a93b88ce 860908ed19ef0ed4876eaaf3d53f57ec8cffce3c 97b228d475537da8c6c429b22d4b78185b78cd16 a0e57ed7e3427861b93c70395fe9dbcae37cf5d3 a45654d05c06c981bd17fc3af9753a18133c3485 c609be63a7f3e9f59e66617c00e86bbba64aca32 ca118efc69a352ab0c084d21d2bc14c6dfd8e5b5 cd2c7d22cd7a12c6bac632f24a733fdb524cbbea d14432792f7e1c2ef970d935f7ce6e29eff28cc2 dcd8949dcee1f44b788004c380bc3369753e2d47 e14d78353ba0020ed917fcaafea708ed0273dae2 e6084a1bd230bf4979bb44a9a56e925a5325ba74 f3661d82b138b6d8472ae74ca5c92939207d4273 f669b16455dcfc733323595e0bb84741094dfd7f Package: ros-kilted-pendulum-control Version: 0.36.5-1noble.20260804.174609 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1363 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.20260804.174609_amd64.deb Size: 246396 SHA256: fd24b96590c49eb68655c57f099dcb50008200af06512eb46821dcbe5e2807a1 SHA1: ac33e84a697156b6945a97bf5161cc250a3377be MD5sum: 6cc6d4fd947dac555e8ee6053c3e452a 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.20260804.174609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 6299 Depends: ros-kilted-pendulum-control (= 0.36.5-1noble.20260804.174609) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pendulum-control/ros-kilted-pendulum-control-dbgsym_0.36.5-1noble.20260804.174609_amd64.deb Size: 5275856 SHA256: 670efe4e26326a5dc731c4aab964bf70f5c8cfe5fbf7773583d626340ed374bc SHA1: ecbb76710e94753da28ba23aa6c4c19b58ad6d43 MD5sum: 78690b963e815f4914f27c8ba54ea618 Description: debug symbols for ros-kilted-pendulum-control Build-Ids: 24d475d2070ba8f43bef5e0607800dfc0ec753e6 3c54052d4c7a7d108dce9c7ade573d7559533eb2 d5fc84501f0fea1150127b75a3fbbba0b96c19ad Package: ros-kilted-pendulum-msgs Version: 0.36.5-1noble.20260716.013228 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 692 Depends: libc6 (>= 2.4), 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.20260716.013228_amd64.deb Size: 61240 SHA256: 35eb79c2783f4f56aebe4e9c1d00104d9d4259c6cfebf06f9a9074fbb1045f52 SHA1: f53ab1c426b87fd4716c5210e520718f0091361d MD5sum: c4718577483c529e046a3cce48c3f1ab 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.20260716.013228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 447 Depends: ros-kilted-pendulum-msgs (= 0.36.5-1noble.20260716.013228) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pendulum-msgs/ros-kilted-pendulum-msgs-dbgsym_0.36.5-1noble.20260716.013228_amd64.deb Size: 328234 SHA256: f9852dd58ea8308c837f27b15372036d006150a1b81a522dbb2640bec99d8b96 SHA1: 60b848395098ff840f4155392862f37bd01dd14b MD5sum: 82788c834fe971d319a27f86a72d0714 Description: debug symbols for ros-kilted-pendulum-msgs Build-Ids: 3801e6360d275bc2731bab51149cd6e8e15772db 40a37e007eb81530d37145c37bd6fb52df544671 40f81e372dab92d74a4b80718e610d7e20e2a67e 782f4bc12702037aff0102955890a0dbe6ac4fba 940022ec67999d8438f36105ce99e7957a760228 a2a3fa9c5f6cb421525b621872126320e4cc3e7b af8cfb776be19fdac874fbe201197b06a49272cc bb4c9ee1911f79bc7cbb9c352e46c0d583929c4a d31ebda54072592df813dcf36c0de39eeed343c7 ea0b6a1af81489e39b149b88368940dff3115f37 fbc6805cc74088ef44e34e16ac956c1d32a67cc2 Package: ros-kilted-pepper-meshes Version: 3.0.0-1noble.20260622.121125 Architecture: amd64 Maintainer: "Victor Paléologue" Installed-Size: 3161 Depends: ros-kilted-ros-workspace Homepage: http://github.com/ros-naoqi/pepper_meshes2/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pepper-meshes/ros-kilted-pepper-meshes_3.0.0-1noble.20260622.121125_amd64.deb Size: 421332 SHA256: 958318e7c4768f6c9f3ed2e5cb98d37a34eb7705ca387c1cc9ee749d7e6e0fbb SHA1: c81f659b3d7ae54064872fc9213fba6d4e48eff4 MD5sum: 2b596a2590b6e5bfc0fc5f2efdecf7ad Description: Meshes for the Pepper robot, for ROS2 Package: ros-kilted-perception Version: 0.12.0-2noble.20260805.155100 Architecture: amd64 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.20260805.155100_amd64.deb Size: 5378 SHA256: 0fd326c1d9e07e2b4a1538df2d74d99487e197b7403ba136e533a6e9fcfb9df3 SHA1: c4305a9cbbe40ba0d0049767692800f7ad2f53f3 MD5sum: 5097c56426503d3480833145ba6dc8ad Description: A package which aggregates common perception packages. Package: ros-kilted-perception-pcl Version: 2.10.0-1noble.20260805.155014 Architecture: amd64 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.10.0-1noble.20260805.155014_amd64.deb Size: 5774 SHA256: 6d46ec64dfebbdea728aaab82131614ec7445d170befe64d2d8d371666a85512 SHA1: 29afb18b3594f37a998133a6c8a643308c0acba4 MD5sum: 561081078ce5b17c887bf9da5d45eb58 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.110143 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 99 Depends: libc6 (>= 2.14), 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.110143_amd64.deb Size: 18328 SHA256: cec37756b41999697971c14f1a2d8d0b1f3f130e5f03b3b59e068343199dfff4 SHA1: 4b8e9b2d310942df9aef225c197968c5f5a60f74 MD5sum: a6a013467c183d98090d9dda0b22d04c 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.110143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 110 Depends: ros-kilted-performance-test-fixture (= 0.3.1-2noble.20260410.110143) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-performance-test-fixture/ros-kilted-performance-test-fixture-dbgsym_0.3.1-2noble.20260410.110143_amd64.deb Size: 92012 SHA256: a58dc3685cdd2926cf5f4285579c473a4ac55df1a03e91e2f2f6d98967052cd5 SHA1: e4a5cce4328bf4a2e7e73acdc1b1db7c5938008d MD5sum: 6da2b0d5973514bb2ba300ecd2a56679 Description: debug symbols for ros-kilted-performance-test-fixture Build-Ids: f183ab9b4189b46e5b5eee50f85848a19f8e8537 Package: ros-kilted-persist-parameter-server Version: 3.0.0-1noble.20260805.140924 Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 314 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.20260805.140924_amd64.deb Size: 95568 SHA256: aa69aa50a40fa8ead3be87470c06f599b58b556ed590128760694e5a6a043ee0 SHA1: 16c37843415d57b173c0ba3491f7652bfb8e4f0b MD5sum: eed2fca0b77f6f172510c7eea4fc2229 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.20260805.140924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 1453 Depends: ros-kilted-persist-parameter-server (= 3.0.0-1noble.20260805.140924) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-persist-parameter-server/ros-kilted-persist-parameter-server-dbgsym_3.0.0-1noble.20260805.140924_amd64.deb Size: 1362392 SHA256: 864c7e82a0629bd39b0bcf24cbd4c82f5382c1e9313833694ecc04a99372c138 SHA1: 5c2038e6ead29532143268c7e9eb850d598fe2fb MD5sum: 000f38ea179c3c73db1d26ee7f70db58 Description: debug symbols for ros-kilted-persist-parameter-server Build-Ids: a405831d0091587ec9a4028ad9f2c0dca3ada2a8 Package: ros-kilted-pfs Version: 0.15.0-1noble.20260514.071431 Architecture: amd64 Maintainer: "Daniel Trugman" Installed-Size: 1288 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.071431_amd64.deb Size: 171436 SHA256: 2ae46cb722e02859c95f486080ff23f52538066e386bc04ef5b30249688ab7dd SHA1: ca287e89346c52ac0adcc1c2441cca59d923985d MD5sum: b0048672ffe29ff03d937100c8f846ea Description: Production grade, very easy to use, procfs parsing library in C++ Package: ros-kilted-phidgets-accelerometer Version: 2.4.0-1noble.20260804.174605 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 214 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.20260804.174605_amd64.deb Size: 60756 SHA256: 39fc364ad9b4e915880395e0f22f5989dba88a095f4174e5770ab09a2caa6dd6 SHA1: e0bbf944ef2cd8689b91490abd90d68c6b2ae760 MD5sum: 4740cbc1e3799d4977c2a4356f58a790 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.20260804.174605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 915 Depends: ros-kilted-phidgets-accelerometer (= 2.4.0-1noble.20260804.174605) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-accelerometer/ros-kilted-phidgets-accelerometer-dbgsym_2.4.0-1noble.20260804.174605_amd64.deb Size: 850344 SHA256: f4deaf11c0a5dc886c3f785d231b264138dc14cc640408fb7fcbfa60c4da76b5 SHA1: f4fda8e826e5cc12f44aca89bff59c13c45af4a3 MD5sum: 646cd93786f47ff5d9d36a728101aa85 Description: debug symbols for ros-kilted-phidgets-accelerometer Build-Ids: 16d9db4e76fbfa13bdfc70d75224164cb1ed1dc8 Package: ros-kilted-phidgets-analog-inputs Version: 2.4.0-1noble.20260804.174609 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 209 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.20260804.174609_amd64.deb Size: 59880 SHA256: e102f4842caa42e47d346abafe30bced649e0e9c658c25fe7756625ef4fe76e3 SHA1: fb1e5bba7abe549a4fd6a4b165d3d7a082930e7e MD5sum: 5848bf7947d5d765017d8ab7c10591ee 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.20260804.174609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 923 Depends: ros-kilted-phidgets-analog-inputs (= 2.4.0-1noble.20260804.174609) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-analog-inputs/ros-kilted-phidgets-analog-inputs-dbgsym_2.4.0-1noble.20260804.174609_amd64.deb Size: 858288 SHA256: bd5b0dc8f6d2888a43b260b305f9995eca66d9f622ae6acd58bc2b4ea64ba645 SHA1: 838d84cb926e7efc421852560d34f0f31d025460 MD5sum: d4a159d4ff7bb389b84d794dc384ae82 Description: debug symbols for ros-kilted-phidgets-analog-inputs Build-Ids: 9443290fab43c86e745e83ccff80905864bf116e Package: ros-kilted-phidgets-analog-outputs Version: 2.4.0-1noble.20260804.174728 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 514 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.20260804.174728_amd64.deb Size: 110790 SHA256: da635b0a657786dde1a79b61a8b90e83e9e92178e260ff51a618244b31f998e9 SHA1: d17d2bb308ed6df319278349f0210cbc73c218f1 MD5sum: 641ea34c179f016e234037632642b5b8 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.20260804.174728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2318 Depends: ros-kilted-phidgets-analog-outputs (= 2.4.0-1noble.20260804.174728) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-analog-outputs/ros-kilted-phidgets-analog-outputs-dbgsym_2.4.0-1noble.20260804.174728_amd64.deb Size: 1996456 SHA256: 697449563c0df4bbeec4f6ecf19878cbc64d26c241660d62e0a6a4d175d8cdb8 SHA1: 8c58ffbab4aca7574caab6ecd762f0a9091bc3b7 MD5sum: e5b0b7803af3fc5473451d1d6e77ae17 Description: debug symbols for ros-kilted-phidgets-analog-outputs Build-Ids: 1ae5cd23094311b61248bb5458f44a6041a17f77 Package: ros-kilted-phidgets-api Version: 2.4.0-1noble.20260730.180350 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 264 Depends: libc6 (>= 2.14), 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.20260730.180350_amd64.deb Size: 46242 SHA256: 32d7cd93fb6552adeb0a225a441f8d8fbdc854ab96f677ed17982a937afd51b3 SHA1: f94926c57e327581a12dfa987e98e8bcd78b4b20 MD5sum: 9fd4662199ba191a23c6d2c1cf86dca9 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.20260730.180350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 511 Depends: ros-kilted-phidgets-api (= 2.4.0-1noble.20260730.180350) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-api/ros-kilted-phidgets-api-dbgsym_2.4.0-1noble.20260730.180350_amd64.deb Size: 454594 SHA256: 64ab9a9b1de35961a95a304060973529d0bc7b76cdb329738e0f290fe00de7bb SHA1: 036adb8e0df1bdbee795bec0407355c8fe49e162 MD5sum: 7bbfa9f7398931fbeef73a279253ebd3 Description: debug symbols for ros-kilted-phidgets-api Build-Ids: 382eb932e9d5dc413a37cd5653c6a7224a80acde Package: ros-kilted-phidgets-digital-inputs Version: 2.4.0-1noble.20260804.174905 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 209 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.20260804.174905_amd64.deb Size: 59182 SHA256: 97154e60aa0fd42fd02ca053616e823826f89dcaf170f0c9b0b40489676441ef SHA1: 05b4e9b85b320c9d956029833d8931022fc76235 MD5sum: d7602c447c88debddb75afd3eac4388b 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.20260804.174905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 917 Depends: ros-kilted-phidgets-digital-inputs (= 2.4.0-1noble.20260804.174905) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-digital-inputs/ros-kilted-phidgets-digital-inputs-dbgsym_2.4.0-1noble.20260804.174905_amd64.deb Size: 852626 SHA256: 657e1b44b4d71a5717acff07d1667a950dbfcf49aac998ac5ed886709be49141 SHA1: 4e8cbcd8e08eaa7ca54474155849087485b2aac9 MD5sum: 6c3812b46ea7b571387f27373420cdff Description: debug symbols for ros-kilted-phidgets-digital-inputs Build-Ids: 5cdde3d1cecb5b4418eeae9de7e8a5ee6b69628e Package: ros-kilted-phidgets-digital-outputs Version: 2.4.0-1noble.20260804.174823 Architecture: amd64 Maintainer: Martin Günther 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-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.20260804.174823_amd64.deb Size: 111552 SHA256: 5ba081d8a4887892c4a3f2ecaa0aca29aa31f45997ff0a6fd46af11acc983403 SHA1: 37fd9c8c88f3c644743e036f2a2c687dfc44fb8b MD5sum: e79b31b50d1e2d465d94d3797cc0b903 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.20260804.174823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2322 Depends: ros-kilted-phidgets-digital-outputs (= 2.4.0-1noble.20260804.174823) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-digital-outputs/ros-kilted-phidgets-digital-outputs-dbgsym_2.4.0-1noble.20260804.174823_amd64.deb Size: 2002522 SHA256: 65de9c85cc74dff77e559222baca2e28d6e53565b45aaa9ec59fc0bb759c0101 SHA1: bfee6393fdafe0fb41f46debd88238b8287a29d3 MD5sum: 464d7524fb198192239b05c34b6d3b6b Description: debug symbols for ros-kilted-phidgets-digital-outputs Build-Ids: e13068a1255a68b2d37a4848c3a7d8489898a3d5 Package: ros-kilted-phidgets-drivers Version: 2.4.0-1noble.20260804.180012 Architecture: amd64 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.20260804.180012_amd64.deb Size: 6140 SHA256: 0134d5b691c6e868b7dd68f8cb059d374c0fd199745b705d98bc45caffed0964 SHA1: cfe842c719e65cc02bbaf4d6e2127bdb56d41e90 MD5sum: b25bc156dcb7049af90f93414dd8f2ae Description: API and ROS drivers for Phidgets devices Package: ros-kilted-phidgets-gyroscope Version: 2.4.0-1noble.20260804.175008 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 299 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.20260804.175008_amd64.deb Size: 80876 SHA256: 8357dca8b4d224c0606d3ed540bc13fa860c0b04310cf3c473fe2cc5403737ac SHA1: a4021f8d9ed26d96d1584a1edd8dae3f72ccffea MD5sum: 1702f47d90f6ca49f6a7c5e04b3f4bf8 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.20260804.175008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1344 Depends: ros-kilted-phidgets-gyroscope (= 2.4.0-1noble.20260804.175008) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-gyroscope/ros-kilted-phidgets-gyroscope-dbgsym_2.4.0-1noble.20260804.175008_amd64.deb Size: 1234900 SHA256: cac479cd74b0a3994343cf62e51b9e6f5052df1ce3850f5118e820aa1c528ee1 SHA1: 290a8bd7451824dad401e37ac1f2ea4a2269200a MD5sum: 2811dc1ccd0093ecc40a4d93392c6a29 Description: debug symbols for ros-kilted-phidgets-gyroscope Build-Ids: 0a00cd136e781d71ba39acdfc160a9edf5984e1f Package: ros-kilted-phidgets-high-speed-encoder Version: 2.4.0-1noble.20260804.175015 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 311 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.20260804.175015_amd64.deb Size: 84838 SHA256: 5978526aae4c5940050115ee5a288c2733c8d1866eeaec4a295089c1b0765853 SHA1: da651a66bf9c532531180b47fef8fb645769d056 MD5sum: e2e360506ef47540a64be09148b52697 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.20260804.175015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1433 Depends: ros-kilted-phidgets-high-speed-encoder (= 2.4.0-1noble.20260804.175015) 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.20260804.175015_amd64.deb Size: 1312800 SHA256: 16799eb715805500bbad1cb85e961e3645c81ec456120c50bddc89bb468bf209 SHA1: 543133faed330ffb9a64670776cce579c8211489 MD5sum: 24e6a34d38ff6f1c25f1c05f1d7d5e59 Description: debug symbols for ros-kilted-phidgets-high-speed-encoder Build-Ids: 364cb509dadac9af451fe69fb2466e3bcb0064ce Package: ros-kilted-phidgets-ik Version: 2.4.0-1noble.20260804.175815 Architecture: amd64 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.20260804.175815_amd64.deb Size: 7094 SHA256: 80b6a14fc3661117433f3d7c0c483cc3a77ff27a3ead939fde4b6e220e37e230 SHA1: 43b9e48ad5f7e6388888dbf4149889124a9d5a1b MD5sum: 38d063293592597b34d17ea0d2b5238a Description: Driver for the Phidgets InterfaceKit devices Package: ros-kilted-phidgets-magnetometer Version: 2.4.0-1noble.20260804.175326 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 223 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.20260804.175326_amd64.deb Size: 63146 SHA256: 348ca2d7f15d1fb25b31e31df086a6a5a4edd3810afdab25edabb46acd1a6fc8 SHA1: 79b6179898bd6dfc401fff4c0165546ea1ec421d MD5sum: 5f6429ee110dc517e20b3564bbd2c3d8 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.20260804.175326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 940 Depends: ros-kilted-phidgets-magnetometer (= 2.4.0-1noble.20260804.175326) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-magnetometer/ros-kilted-phidgets-magnetometer-dbgsym_2.4.0-1noble.20260804.175326_amd64.deb Size: 872374 SHA256: ce71ee47ec7a9625910c506e9009ac68e2dd94620aabca3d5cafe21c43c581cc SHA1: 3aba6716f93925aa5d0bf9deb277957b0d6e89c7 MD5sum: 63037cee552f4ce3989056723265b148 Description: debug symbols for ros-kilted-phidgets-magnetometer Build-Ids: dc36a301efef146586f7c8e648e8d930c8939eaf Package: ros-kilted-phidgets-motors Version: 2.4.0-1noble.20260804.175326 Architecture: amd64 Maintainer: Martin Günther 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-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.20260804.175326_amd64.deb Size: 112966 SHA256: 387ef6b8fc6bf7a2e0e33fc436726ab09d39f2698154c285e3e69a31bbcc6e88 SHA1: 9ac8d2c37011c74515d766d4b760c94a55c16f3a MD5sum: 7271549d18604b7c13e319d6c56a3f05 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.20260804.175326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2248 Depends: ros-kilted-phidgets-motors (= 2.4.0-1noble.20260804.175326) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-motors/ros-kilted-phidgets-motors-dbgsym_2.4.0-1noble.20260804.175326_amd64.deb Size: 1931140 SHA256: 080cf677ceb0adba14a7e391b5823d0ae0610be715ddd507aa1eeeb81b612b77 SHA1: c5d6e4986a2514e62e345f23e0c2f8100c0dddfe MD5sum: f61e26b06b2b7034ffe19a0dd59c3936 Description: debug symbols for ros-kilted-phidgets-motors Build-Ids: aabc432ed41a1994b6dfdad763fad5283c17b0d6 Package: ros-kilted-phidgets-msgs Version: 2.4.0-1noble.20260716.020210 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2053 Depends: libc6 (>= 2.14), 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.20260716.020210_amd64.deb Size: 154056 SHA256: 22fa186fcf8b39acc6ba91ccb61be9bf9867f60674d72d79ea63918f6fb5fd49 SHA1: 761af9e6d2b52e4a853b5f9bbcb039556d3aab3b MD5sum: 974de7c19fb3a7d9b9444f1b1f1a65ff 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.20260716.020210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1424 Depends: ros-kilted-phidgets-msgs (= 2.4.0-1noble.20260716.020210) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-msgs/ros-kilted-phidgets-msgs-dbgsym_2.4.0-1noble.20260716.020210_amd64.deb Size: 1110070 SHA256: 3d46c2d01c9846adbec0f4accf9a92c631137448004903f437ebdd44b0af33b7 SHA1: f8bf644db9d499cbb346bdda4ae3155264a5be7d MD5sum: ae82df9bf4c8da908766e7c3dda274a5 Description: debug symbols for ros-kilted-phidgets-msgs Build-Ids: 04064a9c04ec461d6e155c67a313ecc1439e2abe 39c9a67f4e7841e14f84973391c879191d686b0b 4e38d4d63c8fd6f1eece72bb3fd08ab5ca52d341 52df747f5a4c4e54da99071b4ad872a8117fa91b 54228920b6a000180172300b10b541503467187b 62b34237b1d678c6746c500edf46eafc9dcb04d3 69a9d82b42ca52287a618302bc5338ee5da1db77 7cd28677a84a68e86224472e8328a118c685dc56 905666d664565660810c1e531fb597a1aeeae382 a5272491da31826364f6d8287ed437cba3443b12 b35c969a9f70ef464fb92befc83a1c8fd5578b8d Package: ros-kilted-phidgets-spatial Version: 2.4.0-1noble.20260804.175326 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 369 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.20260804.175326_amd64.deb Size: 96502 SHA256: 969504f83c7924ebe3145e16d2f9839da6152d599d56120e53b03e147159ca81 SHA1: 01d001812371b8c360da1a6b01e478420d3fa99d MD5sum: 9c53f5d4a5c540f98aca15cd768582a1 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.20260804.175326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1638 Depends: ros-kilted-phidgets-spatial (= 2.4.0-1noble.20260804.175326) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-spatial/ros-kilted-phidgets-spatial-dbgsym_2.4.0-1noble.20260804.175326_amd64.deb Size: 1493362 SHA256: 304d958c65c20802789d71006b3081920ded7bae57d1b2114277e4eb5a56057d SHA1: cd9412cbc0a572e4bcee4f7337badef9a726e781 MD5sum: 405e82cf66029dd223008dc7199a1bdb Description: debug symbols for ros-kilted-phidgets-spatial Build-Ids: 5ef253dd30a1c8c2025c7a92f32da53723acec4d Package: ros-kilted-phidgets-stepper Version: 2.4.0-1noble.20260804.175326 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 692 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.20260804.175326_amd64.deb Size: 150552 SHA256: f521142c192735aa663952ec20f84e02fc0260bc7f0511d48b0f2e2f3af3b6f8 SHA1: 0a84ee31e086aafb34d8e630779088815b210830 MD5sum: 0f8d0830e22e27b8ccf2af242e4f8637 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.20260804.175326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 3164 Depends: ros-kilted-phidgets-stepper (= 2.4.0-1noble.20260804.175326) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-stepper/ros-kilted-phidgets-stepper-dbgsym_2.4.0-1noble.20260804.175326_amd64.deb Size: 2735532 SHA256: 3fa8beb8fb77f0da535797dd63fe69820193fd427d50f48fe0c974a3a717fa60 SHA1: 7a23ebd9cbbafcaedc29a4069e1ab5118a905afa MD5sum: 8873b9f168e751c9c6fa59cb77a7468d Description: debug symbols for ros-kilted-phidgets-stepper Build-Ids: 2c79fa2bf6dc85bf4889e4f2bd7f8690e7ff49c9 Package: ros-kilted-phidgets-temperature Version: 2.4.0-1noble.20260804.175108 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 205 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.20260804.175108_amd64.deb Size: 57996 SHA256: 3ee0ed7d11311ce6b607a640e81d5b7ad26c2801d6ba88ea5e10b48e99ea5ff9 SHA1: f432db433c896e716259976ca6fa9baee949ae17 MD5sum: faa0dc84451071f12ec3816160780ed4 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.20260804.175108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 890 Depends: ros-kilted-phidgets-temperature (= 2.4.0-1noble.20260804.175108) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-phidgets-temperature/ros-kilted-phidgets-temperature-dbgsym_2.4.0-1noble.20260804.175108_amd64.deb Size: 824842 SHA256: fa943da9c1f6d9800168ca99755525a4a4be6460affc735698484f3e80ccd60a SHA1: e51e8458577dbf33bc748839ffbe55679d1b923c MD5sum: ff47dcb5dd669cba442377d8c7dcc3e6 Description: debug symbols for ros-kilted-phidgets-temperature Build-Ids: 5554989eb1eaa0a665fb52ec42232af0ab4721f5 Package: ros-kilted-pick-ik Version: 1.1.2-1noble.20260805.154901 Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 423 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 Homepage: https://index.ros.org/p/pick_ik/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pick-ik/ros-kilted-pick-ik_1.1.2-1noble.20260805.154901_amd64.deb Size: 110878 SHA256: 59cfc55c5640eb00d5cbc9f80de5acb457ac85ea194088a16557cb5cbb97707a SHA1: 0eb77a09d301278978ceeea94ff69bd179c21dd0 MD5sum: 4ef915f78c2cd5db464cb2779390b25e Description: Inverse Kinematics solver for MoveIt Package: ros-kilted-pick-ik-dbgsym Package-Type: ddeb Source: ros-kilted-pick-ik Version: 1.1.2-1noble.20260805.154901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 5407 Depends: ros-kilted-pick-ik (= 1.1.2-1noble.20260805.154901) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pick-ik/ros-kilted-pick-ik-dbgsym_1.1.2-1noble.20260805.154901_amd64.deb Size: 5390230 SHA256: 8ca89db28a292af49f738b2eee85e344167f7f430f530c73cb5a124b5694d666 SHA1: 37125cb2e0923be73037811c3830ac73857b6d17 MD5sum: 56d70af0a033f3e59bf56a86e942ff4f Description: debug symbols for ros-kilted-pick-ik Build-Ids: 10e03ae8fca600e2e36f890401b1504a44fda66b Package: ros-kilted-picknik-ament-copyright Version: 0.0.2-5noble.20260410.103756 Architecture: amd64 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.103756_amd64.deb Size: 4912 SHA256: e2c62ebf0a492369958fca448ddfef860d1d57464b79312e922e5c3e98c6d0a3 SHA1: d8ebadde8191287d3cb2b9e3b63bb988f16f1510 MD5sum: b88e3849dfc61a971ba7e831552effcb Description: Check PickNik-specific copyright headers. Package: ros-kilted-picknik-reset-fault-controller Version: 0.0.4-3noble.20260805.150640 Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 258 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.20260805.150640_amd64.deb Size: 69858 SHA256: e2af28a7313fa522c8199cf21d2b65a9c113213577c0a41da25d641944908066 SHA1: f9e58b18f142e7bfea7dc812d4c3788e4f4ea544 MD5sum: 18d267bf9dd44d1ad4fa1c0e805806ce 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.20260805.150640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 1149 Depends: ros-kilted-picknik-reset-fault-controller (= 0.0.4-3noble.20260805.150640) 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.20260805.150640_amd64.deb Size: 1069308 SHA256: 34739c4d258ef94c5b379ad3df417b3b74fb491f896f7dff00a7ea0e096b57cb SHA1: f8f2b99362ced4c1e9dac7caccaa05911c3af426 MD5sum: 29d7ebb2c7784ffbd5cf460aa7f6f96c Description: debug symbols for ros-kilted-picknik-reset-fault-controller Build-Ids: 0d595b3cac8064cd0e4ac830ea3209c122cd995e Package: ros-kilted-picknik-twist-controller Version: 0.0.4-3noble.20260805.150644 Architecture: amd64 Maintainer: lovro Installed-Size: 488 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.20260805.150644_amd64.deb Size: 106468 SHA256: ac74966f8eb680cfb0fa60448820da68c931095141e4984452294e90c1af1104 SHA1: 76f20908b17e8858c24d8fd55755453252c25967 MD5sum: 865b8e6fb29ab9caaaad8e723c33b9ac 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.20260805.150644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: lovro Installed-Size: 2138 Depends: ros-kilted-picknik-twist-controller (= 0.0.4-3noble.20260805.150644) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-picknik-twist-controller/ros-kilted-picknik-twist-controller-dbgsym_0.0.4-3noble.20260805.150644_amd64.deb Size: 1826814 SHA256: 94a914f6f2078d58dae8762e9ee28f8798a0979102ce03edadd9030e66a5759b SHA1: 07d49e997eab789526fdecc71bbc0466ab81aa6f MD5sum: 434f4cde0c02c71a280471cffd531395 Description: debug symbols for ros-kilted-picknik-twist-controller Build-Ids: 70f0424d851a2609ce3127c0e982627546715755 Package: ros-kilted-pid-controller Version: 5.16.0-1noble.20260805.144626 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 827 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.16.0-1noble.20260805.144626_amd64.deb Size: 197080 SHA256: bb95f4e848e0d132f703ef04697f53318963793c64559c1a32b48b9806d83647 SHA1: eb65cd9a7f9bf20b53e468e13888f68e45a2f95e MD5sum: eb83e5451e242970b84994cf3f994f47 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.16.0-1noble.20260805.144626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3396 Depends: ros-kilted-pid-controller (= 5.16.0-1noble.20260805.144626) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pid-controller/ros-kilted-pid-controller-dbgsym_5.16.0-1noble.20260805.144626_amd64.deb Size: 3002492 SHA256: f51bee90d938c07c35d1fc0909091cf3480b03b929645dd0e53a67d413122442 SHA1: 88483e0aa0f9abd3b71975be49d48745a8354bcf MD5sum: 829aa2c9055743bffad1cfc55dae7a91 Description: debug symbols for ros-kilted-pid-controller Build-Ids: 513366c55d2977ec149d746a238f87cd3df5d3ed Package: ros-kilted-pilz-industrial-motion-planner Version: 2.14.3-1noble.20260805.164746 Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 1671 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.20260805.164746_amd64.deb Size: 372776 SHA256: d4cefbd112f82ccebfebd8e58d7704124c67f0276f9db207636001a32434e62c SHA1: d3f71db433e4f81ccf51eb21715e829be1161db0 MD5sum: 89e74b78b904f4208f45813701f53ac3 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.20260805.164746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 26628 Depends: ros-kilted-pilz-industrial-motion-planner (= 2.14.3-1noble.20260805.164746) 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.20260805.164746_amd64.deb Size: 26488944 SHA256: aedcd203d88bf2258fa25bd4e9b254af6d7f68b0fa3e1ee2126b6a5b44bb3ce6 SHA1: 5e2381c27029f7f687a463a114a5b9ce5a53f1fa MD5sum: 5be1e6208ec2bde0e93475de4af891b6 Description: debug symbols for ros-kilted-pilz-industrial-motion-planner Build-Ids: 3a66b98eac4a1e68ba80325e3f0e06d1d9126c7c 3fc52f12bdc2272cd6c0b7da78d84f634c03079c 81c599d4cfbb1c9491bbee7379c27c8e8ab7f6a8 910e840c1be549e8e5d1c8a4d9ec7bad6098a88f a5d56aafde1cae0444c90de67fd38166c9bd4ca6 a6e20b115473b660e1229506217cc92baef0664a a7380f7613aba466076e8d7d0a63cdc4e421d68b a80de9c812e374f5302fb7cf749a345e1e0d2558 e99e0d9abb6f7458d9020797abb4c65a69ec3c1a Package: ros-kilted-pilz-industrial-motion-planner-testutils Version: 2.14.3-1noble.20260805.155354 Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 496 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.20260805.155354_amd64.deb Size: 105742 SHA256: 2dd9c1cbc724b6311ba6b106abc415e38c0162f51e3717e25f4abc3b590422cb SHA1: a9579f04c3b978e67b291e0ca2a23f40e1f41a2e MD5sum: 9f0afcc3af8daff9558086969b1e4839 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.20260805.155354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Henkel Installed-Size: 5522 Depends: ros-kilted-pilz-industrial-motion-planner-testutils (= 2.14.3-1noble.20260805.155354) 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.20260805.155354_amd64.deb Size: 5466934 SHA256: 43f858ecc4e1d420b3c8187212b16eb0399379dfd2b57c4f44dc106b8766c682 SHA1: 7a75253517436de5fd64124e7336d6a16724219d MD5sum: 657e0c39dc5697d511c06afdb2daa0d3 Description: debug symbols for ros-kilted-pilz-industrial-motion-planner-testutils Build-Ids: 1338713deebfdc112f82a489ecaa796db6ca374b Package: ros-kilted-pinocchio Version: 4.1.0-1noble.20260708.101644 Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 32124 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.1.0-1noble.20260708.101644_amd64.deb Size: 6116270 SHA256: 0b27722d0eb4fa26102c41bfcfbf0f578f634c75668d836837802153e8a880b4 SHA1: 0b57fa14b6ded7478e63e3a19fa3aff185853700 MD5sum: c17b64c9f8d38f6644e76143ab07680d 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.1.0-1noble.20260708.101644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 438587 Depends: ros-kilted-pinocchio (= 4.1.0-1noble.20260708.101644) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pinocchio/ros-kilted-pinocchio-dbgsym_4.1.0-1noble.20260708.101644_amd64.deb Size: 412817634 SHA256: 25cdab53b0374b72906063095cf2554e86ff4de43ce187472264b2410e94849b SHA1: 2210918e0f5a1d6b6733cc913a4a05281ff125c0 MD5sum: 7e8b51e05b00068ebef8f8488ae43a23 Description: debug symbols for ros-kilted-pinocchio Build-Ids: 0e08dd4f824e62d789dae07f751ac8aa0ba119c5 7ed3a28f5d6ce4b9d86e93a2da8c9bf967f5137d 967a2a578eaa549d7d4ed5d7391aa532aeef3274 bbfb296fd7007368c4f82aa540fd4ad5e5bf7bed ee80e7532e9d3e289a7b3a4427b4d85651abb43a fcee01cb9f437e2c0c50dc00eda312864b631268 Package: ros-kilted-plansys2-core Version: 3.0.2-1noble.20260805.080611 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 324 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.20260805.080611_amd64.deb Size: 95908 SHA256: 7308829fdd2b08c209f8196f28fafff020a44b59504e0e3396a26123b68d9a21 SHA1: 625ca594c12dbb782c4fa253ecc714b109761d92 MD5sum: bf78c4580b84427f9b9feeaf08ee7d58 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.20260805.080611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 1633 Depends: ros-kilted-plansys2-core (= 3.0.2-1noble.20260805.080611) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-core/ros-kilted-plansys2-core-dbgsym_3.0.2-1noble.20260805.080611_amd64.deb Size: 1565060 SHA256: fbfc06a28e686b43e0725f522729826640b974d8d8bff158ab5b7236dcebed55 SHA1: 2eb9261fb65803b6ec2f7458ee2f0826c9a1f1c9 MD5sum: c5f747f29595e37c0fc8978d76e59d56 Description: debug symbols for ros-kilted-plansys2-core Build-Ids: edca45354b1e54398bfc0538cad97555f7c8e994 Package: ros-kilted-plansys2-domain-expert Version: 3.0.2-1noble.20260806.074116 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 1300 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.20260806.074116_amd64.deb Size: 282466 SHA256: 339f858463da233bcb5cbb30d8e03cdca571a37032680742b4beaf77760402d3 SHA1: 0ee06b3d69aae4264ab18e5c405ae6083e4ff7bc MD5sum: 6eb92b83634ab81e0d3cd5f64451efd7 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.20260806.074116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 7416 Depends: ros-kilted-plansys2-domain-expert (= 3.0.2-1noble.20260806.074116) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-domain-expert/ros-kilted-plansys2-domain-expert-dbgsym_3.0.2-1noble.20260806.074116_amd64.deb Size: 6744292 SHA256: 5e0b3d409dc427e2b91cb023e7ea55700b4db02c8d26e1c4c8c5aa3f1de567e8 SHA1: f32476c43183927ebdd498579f28e8e34dddab7a MD5sum: 37787f77dd55210cd0ad7aa2e76646f9 Description: debug symbols for ros-kilted-plansys2-domain-expert Build-Ids: 61f2c30f5a7285b51753a55155ce928f310e4d15 7c85f7f596a5bc83d77813a55f7310407cabfbf9 Package: ros-kilted-plansys2-lifecycle-manager Version: 3.0.2-1noble.20260804.165732 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 442 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.20260804.165732_amd64.deb Size: 77162 SHA256: 99016140254072bb61a0292fc7ef4e5858f40cbe7e118bbbd90e59fd2eeda6c6 SHA1: dba2c1781ab1059f19b36f1fe8c4d593b2be2dd5 MD5sum: 321b40ce5410d4f9bd8ee80b38463a19 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.20260804.165732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 999 Depends: ros-kilted-plansys2-lifecycle-manager (= 3.0.2-1noble.20260804.165732) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-lifecycle-manager/ros-kilted-plansys2-lifecycle-manager-dbgsym_3.0.2-1noble.20260804.165732_amd64.deb Size: 943460 SHA256: f7abe56d7979c2241e97b8fcb8976c5aa35dde2367982803788235aee085a220 SHA1: 6a3483cbb24b47df975bd3d36cf02e0ebd6ff8bf MD5sum: c9ab9372cd5883ee21c1429505b40f56 Description: debug symbols for ros-kilted-plansys2-lifecycle-manager Build-Ids: 1dadadccc5a145a928991bea4fa5668cd6eaa471 Package: ros-kilted-plansys2-msgs Version: 3.0.2-1noble.20260804.165857 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 15028 Depends: libc6 (>= 2.14), 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.20260804.165857_amd64.deb Size: 904172 SHA256: d52315c6dcbecfeecdc91cc45d368e72d4ff15cc50dbe0aff3734e82ab31e826 SHA1: eb459a5c9e42b791b7bdf39497516fca0b01eafb MD5sum: 18bcc126df63f0af3c15623603b56454 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.20260804.165857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 11921 Depends: ros-kilted-plansys2-msgs (= 3.0.2-1noble.20260804.165857) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-msgs/ros-kilted-plansys2-msgs-dbgsym_3.0.2-1noble.20260804.165857_amd64.deb Size: 9710112 SHA256: 0399afda0023ec1e66528134507c1460c7baaa7de7f886c7d1e97ff5f8bdbe35 SHA1: 3841d2a989271cb0295088039cb2a6ba624fbd87 MD5sum: 3ecec1a43d75e7e5296add29585c21bc Description: debug symbols for ros-kilted-plansys2-msgs Build-Ids: 05838735bc4107e41abbeaa103834c4b73650c67 14f4e6462914f1172231c5c27603a804d596bd91 1877cfeff396e553eaad50b94ac362d5ebbb4b08 28fc32ddace6b84b947848c06b0d85155e5b5284 46e1e548bc242486ee9c26ddb931409f60837e46 7cb288735723cc91a1becc3e23427d700b281fb3 85c8f9913de85769de996cb5e7c3490bc44b3d3b 9d3026d2634d0ab00568f41863b1c4685c3e0f73 afa9e61c3dd809a77b3edb3c6e16805a869ad90f f7afe9dd4ec78ec8608e28ff46051369090e042f fb8b27d8b57cd6876899480da79e78d3a01c6f61 Package: ros-kilted-plansys2-pddl-parser Version: 3.0.2-1noble.20260804.175556 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 636 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.20260804.175556_amd64.deb Size: 183704 SHA256: 7af4a757ba3dd144ee784dec65d020dd761f0beecdffcf143ad8cecd6e1bdd4f SHA1: f5c96fa32251a8774d3b89db9229b1bdeecb78b3 MD5sum: 7e948443a3cccf7d16d4e2f5ff1af83c 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.20260804.175556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 3674 Depends: ros-kilted-plansys2-pddl-parser (= 3.0.2-1noble.20260804.175556) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-pddl-parser/ros-kilted-plansys2-pddl-parser-dbgsym_3.0.2-1noble.20260804.175556_amd64.deb Size: 3531564 SHA256: 1e82669c412aa806ba727cc45bb82fa6d4acf28d4240d812bf1d7e73340dbd22 SHA1: c83811cd71482969f8e7fac68b6d38c61e235199 MD5sum: 7539da1d89550873a3fae822cd1ceadc Description: debug symbols for ros-kilted-plansys2-pddl-parser Build-Ids: 59f449f4373f0246b500b9579a0d069cae664d96 9d77f5396a588952566e6fb8dd5b83282a4ed4cb Package: ros-kilted-plansys2-planner Version: 3.0.2-1noble.20260806.083840 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 576 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.20260806.083840_amd64.deb Size: 161206 SHA256: a127513729f3e67fd722b23f127b7920a1439b92a31d5c3bc1e808cd7758f5c5 SHA1: f605daab7fe7b480fda02538d776a74c91cd59fe MD5sum: 0a4881e52a6cf1e3b1b6ae41f921a222 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.20260806.083840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 2975 Depends: ros-kilted-plansys2-planner (= 3.0.2-1noble.20260806.083840) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-planner/ros-kilted-plansys2-planner-dbgsym_3.0.2-1noble.20260806.083840_amd64.deb Size: 2808516 SHA256: d2812243088ee8aa227149de40c81f979496118246783709dcadf0af64d11530 SHA1: 1c0b7104e3989b53a00b6725d23d7bcf29d0bd58 MD5sum: 009cfccc48976e2809b74b352def0025 Description: debug symbols for ros-kilted-plansys2-planner Build-Ids: 19331d8869246637114059c056228a1129b8a612 ca30722355d09e5af9f51ba3ccf3e1ffb494a82d Package: ros-kilted-plansys2-popf-plan-solver Version: 3.0.2-1noble.20260806.073528 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 157 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.20260806.073528_amd64.deb Size: 39700 SHA256: 3bdde52230ca1a41fa3fb4b613ad2f493fc30422c8109b26331e987cd7cd51ec SHA1: 112bb85098b21ac3bd75de4d6f7514aaa03ef0e1 MD5sum: 95bb32d396550008c4d53bb227f2f0a1 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.20260806.073528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 512 Depends: ros-kilted-plansys2-popf-plan-solver (= 3.0.2-1noble.20260806.073528) 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.20260806.073528_amd64.deb Size: 491642 SHA256: ccdd2c80f24f03364854a8b1cad3481a685cc0f0fe909f0a96f6f8dc8aa9d99f SHA1: ff261c1a6933a397ae6364995693c3c7cc70890e MD5sum: 566b74382c5badff561e07c9773ac637 Description: debug symbols for ros-kilted-plansys2-popf-plan-solver Build-Ids: 4078293c94344773cad6b18b808d4709b8248898 Package: ros-kilted-plansys2-problem-expert Version: 3.0.2-1noble.20260806.074626 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 1883 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.20260806.074626_amd64.deb Size: 369036 SHA256: e1485396996b3d2a65b8cb1ba3e16fba5da0b706d333cf29d87c3bd6592b68e8 SHA1: aa5a2872704558092cdef8d68c9d5dd6c113418c MD5sum: 1db1a035ec14e88ff8afa897a38fe6a3 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.20260806.074626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 10156 Depends: ros-kilted-plansys2-problem-expert (= 3.0.2-1noble.20260806.074626) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-problem-expert/ros-kilted-plansys2-problem-expert-dbgsym_3.0.2-1noble.20260806.074626_amd64.deb Size: 9042722 SHA256: 138435915e4ec37bc219429a6936f8a16c4ad916cfc796f7e10939c5c671d21c SHA1: 964dabb9ce5d4881fa360f746eb1cd9826edb11a MD5sum: 36f2f83f60c390d7b9aaa64024997c2c Description: debug symbols for ros-kilted-plansys2-problem-expert Build-Ids: ccec52fb38db460fd0f2f1bd38eb916be1e27913 cfe5e1ca0b5bd8c90e8e3adcead77ba11d868a75 Package: ros-kilted-plansys2-support-py Version: 3.0.2-1noble.20260805.140131 Architecture: amd64 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.20260805.140131_amd64.deb Size: 63016 SHA256: 09041014028b07416df2a9d6041843cdb27abed01d3d17b96863e05bc358c946 SHA1: a695935a6fbd911c40ac20406f86045bc2886b26 MD5sum: bf2127c50a7cf86d06b988b64d5d4686 Description: This package contains modules for developing PlanSys components in Python Package: ros-kilted-plansys2-tools Version: 3.0.2-1noble.20260806.083804 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 3045 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260806.083804_amd64.deb Size: 404160 SHA256: 01400d529e5ceb44f7eda79585ea96ed3dd073cf5e9874905e57e94df7540d5e SHA1: 5846895ce0eeed2d129c1656b27345dd5959b486 MD5sum: 194e9ae7783dbdf1810ba2f3731562d5 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.20260806.083804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 15212 Depends: ros-kilted-plansys2-tools (= 3.0.2-1noble.20260806.083804) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plansys2-tools/ros-kilted-plansys2-tools-dbgsym_3.0.2-1noble.20260806.083804_amd64.deb Size: 12772794 SHA256: 26cd6a8640008539139a54d5006851612ba091e92b750dcd524c95866703a3eb SHA1: 3540fee7c076f516a6385ecc93c9b500955d47e4 MD5sum: 9f81e0ec7325f5e8d651173195e44d44 Description: debug symbols for ros-kilted-plansys2-tools Build-Ids: 0a39bd337f44c6c8d1813c8bb52a1ac7122a9bbc 5fef72a9f95f39d57430b8dd32e0a009efbf3f1b 8a8b4bba9db8ab3d11edd584644c18644c95235c b4415243785d219bcc4203f85cb78e5bd06b3538 fe48ea66f8f5af523b93f417fb75a39f300422d3 Package: ros-kilted-play-motion-builder Version: 1.4.1-1noble.20260805.170819 Architecture: amd64 Maintainer: davidfernandez Installed-Size: 1208 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.20260805.170819_amd64.deb Size: 265132 SHA256: f6e0f0b483eaa64660c00e9a0bff03477067c563f7fbb048abfb2c3f8b5ee8f8 SHA1: b67d00743751b710dd19f1c45a74c535238989e2 MD5sum: 41d2b21e9455dc99c08a13c13ea91811 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.20260805.170819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 6024 Depends: ros-kilted-play-motion-builder (= 1.4.1-1noble.20260805.170819) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion-builder/ros-kilted-play-motion-builder-dbgsym_1.4.1-1noble.20260805.170819_amd64.deb Size: 5270870 SHA256: ac97b37da5a4431c1b956ca7d4d0f28327cca61265468ec34c3ccf817ea21899 SHA1: 191994981db27b927511a0049d1ac98a349940da MD5sum: 2a4e5072d05f00f99b62c31c403f90e5 Description: debug symbols for ros-kilted-play-motion-builder Build-Ids: 5b2ea10700e6c7e03501750c3e6756cd7cd26938 9a147831964da2a81f3a7914fe900cddf7d14605 Package: ros-kilted-play-motion-builder-msgs Version: 1.4.1-1noble.20260716.012331 Architecture: amd64 Maintainer: davidfernandez Installed-Size: 5227 Depends: libc6 (>= 2.14), 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.20260716.012331_amd64.deb Size: 339858 SHA256: ef34fc3c9c42eab52370b9ec7fb465ab14f8d87a38f7084a89ec6480bcf6fec5 SHA1: f8455b8c85fe840dbc3c558d310c7dcedc6bec47 MD5sum: c526d320131098ada20c0f53448848a9 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.20260716.012331 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 3362 Depends: ros-kilted-play-motion-builder-msgs (= 1.4.1-1noble.20260716.012331) 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.20260716.012331_amd64.deb Size: 2579718 SHA256: 8c44a8a68d441caf3b5f62ea4fd8dfb14a401e6faf5ac5845b238fedd84e019e SHA1: 34c953eef2a8518e45c273967cb5c452cc3f5b12 MD5sum: 9dd49617c0ce5bfba113239d58033127 Description: debug symbols for ros-kilted-play-motion-builder-msgs Build-Ids: 055e38d288f42aa0e107577796c6c31d2f6ebe02 2f8af5bbc7734faec8e136f35dc230f0745855c4 4187498fdf537df82e2927dc203904c892dcbc76 44ace422c2af8e0229f9e91c67f4770a8860bf11 4859b2379ec2ab5598332480d466cb1877d921e4 539a24fd1bcba8879bd2a478b9358d3f2b03542a 58db964035a5580c83b5926eb0640fefb5579805 61dfc71ca7f1cda9952ec7fb171a7ca7e9229149 a4e7d4b13b9f9b70550a2a64f1b2f9e720a87483 c26d370967fb1c31ec07662d56df81f0b1a61501 f540e50bd3bbfa5e096bfaf23632a92cc09e03b7 Package: ros-kilted-play-motion2 Version: 1.8.4-1noble.20260805.170530 Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 1770 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.20260805.170530_amd64.deb Size: 377806 SHA256: 90bc11155a4e2d28dc98be2443f448427d09963483e9f72cb0cfee300e632bfa SHA1: f68277e7d344f9ee3e06d8eaa1683163f2de3fb0 MD5sum: 2794a58d827bde537dd103df6196e4f2 Description: Play a pre-recorded motion on a robot Package: ros-kilted-play-motion2-cli Version: 1.8.4-1noble.20260805.170819 Architecture: amd64 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.20260805.170819_amd64.deb Size: 11700 SHA256: 4f62ed650c848e32085acc559fe1e6ad747eb4aa68c73b51ad690dab229b54cf SHA1: 95dd2ed9706bc48bdf059800d99608e0a8069882 MD5sum: 8f7b04166a2ca6992ba3f82483df9477 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.20260805.170530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 11110 Depends: ros-kilted-play-motion2 (= 1.8.4-1noble.20260805.170530) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion2/ros-kilted-play-motion2-dbgsym_1.8.4-1noble.20260805.170530_amd64.deb Size: 10090814 SHA256: 67d05fad83ea63192e5478c9b0c2633176113d2ea1a993c5b35e4353567e8d9b SHA1: d6b9390274d9906a59ad19d5267f52a927ce067d MD5sum: becc2120c154f755fd992a3108348dac Description: debug symbols for ros-kilted-play-motion2 Build-Ids: 1b7818fcc33591311ac91cd9fc375beb8e64dc90 58248b41e6efec6983d18141ea6c9d495d5b1ea0 ee328d773d3605651ff14cab28653bc54b7e9f2b Package: ros-kilted-play-motion2-msgs Version: 1.8.4-1noble.20260716.012500 Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 5963 Depends: libc6 (>= 2.14), 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.20260716.012500_amd64.deb Size: 365966 SHA256: a45bafb9a8947a5501d02b5094dbadb37327314507af2a2096c73fbee0b70a61 SHA1: 04bf24c944263c08d1d3df6340f201376dfe8099 MD5sum: 7539d3184aae2406c235a1f00851e707 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.20260716.012500 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 3887 Depends: ros-kilted-play-motion2-msgs (= 1.8.4-1noble.20260716.012500) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-play-motion2-msgs/ros-kilted-play-motion2-msgs-dbgsym_1.8.4-1noble.20260716.012500_amd64.deb Size: 2985314 SHA256: 4f8e566c8e25e52a26c414567738e794f37809d26a16ff9df6ef3aa0585f35a2 SHA1: 9f906a1aeb6c0b4e2068ae428c572d414c5c8268 MD5sum: 8c38995a4b9d98f37c0fdecf5706a561 Description: debug symbols for ros-kilted-play-motion2-msgs Build-Ids: 0c96a99e6e7d94a047a2e103fc745ad1fb4ab7a7 2079242483f7a5ff7676c7df5498b98783b7b0ee 2275f5c8104e93c88f822dcfebe633b3d2703725 2c18be0e6e28f7945c3154a5415984337475fa18 3a577a023789214cb41d78f78a74ba8646c8fe7e 778f8a808a4f03e5e82ec228a24d9ed83f52d2a0 cad3916b6420aee915eef6a8114dd4f65b6401a1 e1aa62affbd094d02843c9b0846a09dc9d7e35cc f560b2f519e8b5e5707dceb33e70023e8176f8a8 f917c5165365e3da03c474402774680038804dab fdeecd6aa5a1656ce812856265cec92ac3695c10 Package: ros-kilted-plotjuggler Version: 3.17.2-1noble.20260806.074031 Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 20529 Depends: libbinutils (>= 2.42), libbinutils (<< 2.42.1), libc6 (>= 2.38), libgcc-s1 (>= 4.2), 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.20260806.074031_amd64.deb Size: 9982592 SHA256: 22ebe9ce076dcd119586af089cfd5b31b4c7af2ccc4f9e7667df8b20d694cfa3 SHA1: 1e88403262ce34a4b340059aaaa5618aa8fbe30b MD5sum: ea1c34118db745c8d22c983eb75cd3b0 Description: PlotJuggler: juggle with data Package: ros-kilted-plotjuggler-dbgsym Package-Type: ddeb Source: ros-kilted-plotjuggler Version: 3.17.2-1noble.20260806.074031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 77975 Depends: ros-kilted-plotjuggler (= 3.17.2-1noble.20260806.074031) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plotjuggler/ros-kilted-plotjuggler-dbgsym_3.17.2-1noble.20260806.074031_amd64.deb Size: 76203584 SHA256: 291f614e45dfccfbe26e280751ed861108dde6b45bcb57330a12d6bb0f3828f3 SHA1: 4cb52b1b123dda5d8f9afb5468fe1dadf762d274 MD5sum: 89f4f539bb59050f5eee4dc091edc1e6 Description: debug symbols for ros-kilted-plotjuggler Build-Ids: 0422f9f7bacffe9e88e7ee1b56a172be336eecd1 049a8062686c83196db247d606439583f7050485 17fa2d17bd325ba6fa3d92c4d0343325078afdac 2e759b76da04cc96313ab667dbf38efabc5dc979 4966a7d30116d114975e96ab9ed9dda5ce1bfa30 4c5f1435f2bbedc1f9d0c494a4e4d1714798e922 5516e410f01fe61300859c8ab3965c1762c63eff 6da6dacc8cc80e68e0ca1085f79819deaf9d642f 80ccf3dcafbfdeba98de47d1f801e11f1adb94ce 8f1d189966691051de2b6c15991a2689edb89818 92ef005d617259f9f30af238931d609ed1f590e8 b6294824bba71c961be5ccbd077bee4a73227d1e c03ba4725a27ddc6b4b6fba6328f057b4fa34b67 c380cbcd752d914f30025530b914b284c7d19357 c6daab898fe7294e6f43badba1feb5dc3ce6d7c1 d3ff1d5f250c1e7d47913f693e1287b1882ac1a2 d6389cd26ea8970fa39c01d29824c3da5bf67381 dd53e0ada84813de6bb55f0192f2eb49e37e626c e0ae1dd9d9181326388a72eaa33f46a7bb933067 e232a0727aace0025fe0b385e086fe5d6e1b4fea e352818c4246ca5d474a2a168aa34ac9e8bc9f7c Package: ros-kilted-plotjuggler-msgs Version: 0.2.3-5noble.20260716.020616 Architecture: amd64 Maintainer: daf Installed-Size: 989 Depends: libc6 (>= 2.4), 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.20260716.020616_amd64.deb Size: 87458 SHA256: dac378c5012bed8ba1f0756f6a38f689a7f8fd035efa361df6c7b43bed35c72b SHA1: 54e556ee586986a20c0e49d9d659042fa37e1a1c MD5sum: 6d92c558f1d0c89f4a0863207e2ff0c3 Description: Special Messages for PlotJuggler Package: ros-kilted-plotjuggler-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-plotjuggler-msgs Version: 0.2.3-5noble.20260716.020616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: daf Installed-Size: 790 Depends: ros-kilted-plotjuggler-msgs (= 0.2.3-5noble.20260716.020616) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plotjuggler-msgs/ros-kilted-plotjuggler-msgs-dbgsym_0.2.3-5noble.20260716.020616_amd64.deb Size: 626102 SHA256: 18c42565250c218c041276489f44748d1527490b1f2a3102b4fce14f552b6ff8 SHA1: 276eeafe55691d92f384c148036fe97161c56980 MD5sum: 581e7ecf30c8bff65f1e2fde3d4c04d0 Description: debug symbols for ros-kilted-plotjuggler-msgs Build-Ids: 2712d39cdf32fd6989d2e1c9c8f7547fd983c971 4153d788cc7f54031e06405b3ae065193fa8e70b 7ebd41ccaac9d2001af7a96f49cef8836a8aee43 8b33d5299e2bb8e4f2b5f9933755a4b37273d883 8fd742b127c701dc7d9af2960c57501d9f915416 b6528818868a04fcdfac04cdce136700b954a9b7 b92ce60f578ae69109f6839aa7391f3e4099ac34 b97879c8e1d057e92c53e5c55e50bb7aaacbd72c d6954bfac31876f616702366396c5321a4d905a4 e993a6ec4f6d37dbc7d1a55d265ab44a974e92f5 e9ddefaf9785e98a1c9ca0eb830f1d02591c7284 Package: ros-kilted-plotjuggler-ros Version: 2.3.1-1noble.20260806.081720 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 806 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), 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.20260806.081720_amd64.deb Size: 212046 SHA256: 0047b9554e46efd0609900211f0fe50955de8696c7fccadbbdee5583c008e887 SHA1: 4706572004d42b531a995aa399ca24acf8fc4b18 MD5sum: 7d5be30517cdff76628520b1e967ce3a Description: PlotJuggler plugin for ROS Package: ros-kilted-plotjuggler-ros-dbgsym Package-Type: ddeb Source: ros-kilted-plotjuggler-ros Version: 2.3.1-1noble.20260806.081720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 7185 Depends: ros-kilted-plotjuggler-ros (= 2.3.1-1noble.20260806.081720) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-plotjuggler-ros/ros-kilted-plotjuggler-ros-dbgsym_2.3.1-1noble.20260806.081720_amd64.deb Size: 7053276 SHA256: e85ef07e6e5f815c52e794acbe3faaaee7f16160d9f65eb41484cdb616625cb1 SHA1: 03b67ef5a73c2492dc6e8c28cb42d9cb7f04891c MD5sum: 42946884b16524926ce0b3c483fe6575 Description: debug symbols for ros-kilted-plotjuggler-ros Build-Ids: 43c0ffb9e03c4d1185118a77723bf69dce12fc74 f5b2d6dc3afcc185febb20f795e7b2ae3353538c fdea1c844d21e85004f8ed2979246d0d168047dd Package: ros-kilted-pluginlib Version: 5.6.3-1noble.20260730.180654 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 342 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.20260730.180654_amd64.deb Size: 97956 SHA256: ddbc2a11c5b74f62f286e47b992c2821d7df611f53be9146f15d8dd0d8a913d4 SHA1: d0d30f58c3729f8e4f523c88e49cc152510cc5da MD5sum: 38319787479081d3f591a7c33300189c 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.20260730.180654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 937 Depends: ros-kilted-pluginlib (= 5.6.3-1noble.20260730.180654) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pluginlib/ros-kilted-pluginlib-dbgsym_5.6.3-1noble.20260730.180654_amd64.deb Size: 877596 SHA256: d78575930ce4a2f6455dd25dc7845da9a21813c33a34d4f4ccc4315e1feb6165 SHA1: 44f466a4fcb4db3505ab4dd8c7cc64eb0da70934 MD5sum: 7366cbacda4cb4b0743c188f68d7902f Description: debug symbols for ros-kilted-pluginlib Build-Ids: 5f063f6a93a219ad7b32930ec22ab36256af62e8 Package: ros-kilted-point-cloud-interfaces Version: 5.0.5-2noble.20260716.020758 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 556 Depends: libc6 (>= 2.4), 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.20260716.020758_amd64.deb Size: 60074 SHA256: 281c05477e4ba62da3c1e0d99786400df4efbcb48ffd5cf12ab3462ebcad9b93 SHA1: 23033dafd78e6335d5c72e7dc36b45a46e7a005e MD5sum: 1b07e6eb04c65c0bd9d25d288c5abf5c 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.20260716.020758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 372 Depends: ros-kilted-point-cloud-interfaces (= 5.0.5-2noble.20260716.020758) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-interfaces/ros-kilted-point-cloud-interfaces-dbgsym_5.0.5-2noble.20260716.020758_amd64.deb Size: 269006 SHA256: 33f694601dd7fe5dbc686a0ce5c1df0f043e28757a428ba63661bac8bebd40a0 SHA1: 71e033f0ab179bbe3d809885f26375d428c09754 MD5sum: 1c8ed463f46d0dc106bfc4e8dd3bde95 Description: debug symbols for ros-kilted-point-cloud-interfaces Build-Ids: 2e4a005ea75b68e3012b15124f0427de1fefe99b 3bdcb045b54b01c0c38c6262e210e0eed976e892 54d43855081c5a94a07b0f47b08a1ec5c1c26e44 55675b7187c75b025dc032145939e9f8a1187deb 7210e8a72b4c69607bb832b140da515fc8d42647 82634b4a0e34bdca7809c8bc01e73735120f0cb8 9045de78825667c58ed6f590733f2cc9830372ca 9a69be8923272d9ac363abafee37a46af9519344 aa675bbf5d19e9b71329fb3e0d8aba633a71def6 bbfdedec813203e2d6f1b5dc04a9b2e7ba30c9a3 dc535cbaf4c0d95b32193fa798db602ef3d1efc2 Package: ros-kilted-point-cloud-msg-wrapper Version: 1.0.7-5noble.20260716.022108 Architecture: amd64 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.20260716.022108_amd64.deb Size: 14574 SHA256: 783e65ae1aceed73efb84e22beb675f6a1fd4f49483b2e678bfb0b060841aa3d SHA1: 0d8b12c023c97a2a252bc588985894b4c2e115f5 MD5sum: 4c1e3d98832961d7436b571b17999b15 Description: A point cloud message wrapper that allows for simple and safe PointCloud2 msg usage Package: ros-kilted-point-cloud-transport Version: 5.1.8-1noble.20260805.141854 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 2327 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 Homepage: https://index.ros.org/p/point_cloud_transport/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-transport/ros-kilted-point-cloud-transport_5.1.8-1noble.20260805.141854_amd64.deb Size: 338370 SHA256: a70245d26cd3ebe46d7f3760766209ad45ae2c9b7eb1b9aeba98c57b236a7385 SHA1: 6edc587fcb6628d052466261e08379843c412024 MD5sum: 6e5589aa27ed5d0804e88f4a59d5c67e 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.8-1noble.20260805.141854 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 8411 Depends: ros-kilted-point-cloud-transport (= 5.1.8-1noble.20260805.141854) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-transport/ros-kilted-point-cloud-transport-dbgsym_5.1.8-1noble.20260805.141854_amd64.deb Size: 7795912 SHA256: 4b497ab473907b614a844611f55de85d3aae7f71c8808d3e6e134bd4b2756da5 SHA1: 53375364a983156d1a23c54c951d89f149ab0d38 MD5sum: 5b166f7f32dae035befeff1765a81a60 Description: debug symbols for ros-kilted-point-cloud-transport Build-Ids: 26c1758e3d9d5265682b929bffbd65633c9dfd00 26fd820d1a4d090ab1475f5be285d60d3fe76565 8239f318112773ede6fe528e36939e6b23cf5af6 af590bb1db0a50401a3437c2d07c6a380ebb4acf df68ae1d10c44ca90ca3accad01c38c2de3abe3e Package: ros-kilted-point-cloud-transport-plugins Version: 5.0.5-2noble.20260805.150354 Architecture: amd64 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.20260805.150354_amd64.deb Size: 5604 SHA256: 9f7cf3c4f4025d27eec486973acf24a650641685bf0e9c50714f02c981e3671f SHA1: a9cc816439e238ee83ba5219a7ee566e713c58cc MD5sum: 0e0c25bb816e5638c82c9fa9f7fcf757 Description: Metapackage with common point_cloud_transport plugins Package: ros-kilted-point-cloud-transport-py Version: 5.1.8-1noble.20260805.142500 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 452 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 Homepage: https://index.ros.org/p/point_cloud_transport_py/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-point-cloud-transport-py/ros-kilted-point-cloud-transport-py_5.1.8-1noble.20260805.142500_amd64.deb Size: 132608 SHA256: 7a44c149d69f14af47f4de22dc8cfc91440f9aae1475e08ee25b3b00f81b3524 SHA1: af7ecb908c689b4166e375917fd5b074f38549a5 MD5sum: bc2ab4a606532c1db3149968ab365300 Description: Python API for point_cloud_transport Package: ros-kilted-point-cloud-transport-tutorial Version: 0.0.2-2noble.20260805.150945 Architecture: amd64 Maintainer: John D'Angelo Installed-Size: 826 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.20260805.150945_amd64.deb Size: 708530 SHA256: e43cadd75c59f0982ff89b9fa3ff1969e55dd68ac7b710da28eee194a1975333 SHA1: 2f302089391bbbfba1fa04922cf3dd3203d4b004 MD5sum: b555a031189e531ef4c8ef094ac901b1 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.20260805.150945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: John D'Angelo Installed-Size: 1083 Depends: ros-kilted-point-cloud-transport-tutorial (= 0.0.2-2noble.20260805.150945) 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.20260805.150945_amd64.deb Size: 1043220 SHA256: 2544ff032a38d21541e7498d7df7167d432b43d7d7d5f1ecceb870d602653f0f SHA1: 714030472c2764400785368176d684a5371a1750 MD5sum: ca350ad733cc380ab64253e6489713e7 Description: debug symbols for ros-kilted-point-cloud-transport-tutorial Build-Ids: 2fd7da04d5053a608599ee513d9715f067490067 ca9341ada67c926886520d7e84384a17e47717d5 d47da6e39f7cc774a064d8bb46691654b4c5169e Package: ros-kilted-pointcloud-to-laserscan Version: 2.0.2-3noble.20260805.143526 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1476 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.20260805.143526_amd64.deb Size: 264886 SHA256: 03ee538a847acdf9e1d622c44dfbba1e140175204a49ef48a2038144ecb7ecb8 SHA1: 2364833d8cc9f1f6d4f99ba48dc0f5b88f2af85c MD5sum: 8d279c308c09ffad140668c486fac8e8 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.20260805.143526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 8977 Depends: ros-kilted-pointcloud-to-laserscan (= 2.0.2-3noble.20260805.143526) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pointcloud-to-laserscan/ros-kilted-pointcloud-to-laserscan-dbgsym_2.0.2-3noble.20260805.143526_amd64.deb Size: 8011950 SHA256: 2c9e271336e365eb0c5f156d68e63abb6cf3bc61506da8e453433176bbed196c SHA1: 485c11b415a9612e77aa310732c74bd883d8a30b MD5sum: f87d8721223ee7b561a898507a1319a3 Description: debug symbols for ros-kilted-pointcloud-to-laserscan Build-Ids: 081f61b3daa55705c25bedc960f89e21c96efc40 55c6ba618c43a1f5ae4bd536c4c099a71db5ebd8 d101b69155e02262c2ff1a10eaf7f719a35e7325 e1ca46662be8129b3c01f2bb55432caea8880f65 e748c796b44da94cc5af77938ec8e9f80fb687f0 Package: ros-kilted-polygon-demos Version: 1.2.0-2noble.20260806.073238 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 396 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.20260806.073238_amd64.deb Size: 96958 SHA256: 858d04c38245c0d146ceb444aec01daa187ed044032301c522e6c902dbb9b146 SHA1: 8e003fec3435260b77694a75612b922d969402f1 MD5sum: 3fd40f80fb49cd760dc0467c564df8f7 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.20260806.073238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1830 Depends: ros-kilted-polygon-demos (= 1.2.0-2noble.20260806.073238) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-polygon-demos/ros-kilted-polygon-demos-dbgsym_1.2.0-2noble.20260806.073238_amd64.deb Size: 1633514 SHA256: 6eba3181d3c5a1f778376533f48b30670e95b77d1b421cd1787fc1f008660dac SHA1: d19e2e1f7aed557bd03373e278e4849132541c2e MD5sum: 21879e1a75f1706a292952c4bd252657 Description: debug symbols for ros-kilted-polygon-demos Build-Ids: e0d26047c6fc9b71122661320e779140426fee39 Package: ros-kilted-polygon-msgs Version: 1.2.0-2noble.20260716.020221 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1280 Depends: libc6 (>= 2.4), 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.20260716.020221_amd64.deb Size: 99958 SHA256: e3ca2ce1895a6ea97c57ac4fce58018c9459ac1d45133964fcb8c5521caef67c SHA1: 1dbd929147e5b18d620337ddecfa1fc27170d754 MD5sum: fbb5595a137318d5e580a098ab527bd6 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.20260716.020221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1069 Depends: ros-kilted-polygon-msgs (= 1.2.0-2noble.20260716.020221) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-polygon-msgs/ros-kilted-polygon-msgs-dbgsym_1.2.0-2noble.20260716.020221_amd64.deb Size: 869690 SHA256: 9dad7de5be0f14b0f43b86ffc786a1f17e4a29e9b1e802fbd95aac866332d08f SHA1: 8243ce0bd0b0183b41cec2dd6142073cde6d8f3e MD5sum: 587972c12de8e0da11af06e87be81259 Description: debug symbols for ros-kilted-polygon-msgs Build-Ids: 23a5a4bfc3dc9d886ef323ebd83059d3fdda3145 24264ef72195807775a8406cf91adb8be06c32da 3f7604890b60a6fb0b6282e7bf21fd4cd2de8bbf 5643bd66fd58498885b48506da4f414bd9e76969 5998e861abc203fd6601b6815ca2006aa2bbe7d8 642e2f0e2f5c2f151d23baddf08abf030f5d40c3 6ad7d6e79d348033258997561a9c5d969899c929 7e511e21765f8af5620a2ae940a667abfeb36164 8d38eb46b4aa75bdcf8168ab83d217ba5ef11fdc b50504903281406d53b4a55877b5575e9c6cd634 fa108121f933a3e6b2fc8bc7851ddecdc0f02c85 Package: ros-kilted-polygon-rviz-plugins Version: 1.2.0-2noble.20260805.153029 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1955 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260805.153029_amd64.deb Size: 310502 SHA256: 93d0669158caa516b5f313765460dc4fb25a43265b8d909ac7f43a89ca41ee1a SHA1: 6a79755406338b0fe067bddc0b2e454ae1e287b4 MD5sum: 44c6843a613977d6fb77fd2fb0b5a291 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.20260805.153029 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 13762 Depends: ros-kilted-polygon-rviz-plugins (= 1.2.0-2noble.20260805.153029) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-polygon-rviz-plugins/ros-kilted-polygon-rviz-plugins-dbgsym_1.2.0-2noble.20260805.153029_amd64.deb Size: 12198942 SHA256: dabe8102f05833e86601cfc33cf4ee11a20a379cc7285b46d10f85bd88abec04 SHA1: 27047ef1e843bdafa601b1f4fc8ad1ab930ce310 MD5sum: 7769ac131be3c6924939b72c1b392b7d Description: debug symbols for ros-kilted-polygon-rviz-plugins Build-Ids: 3148bfb4f91a209502514a32fa99788587eb5f86 Package: ros-kilted-polygon-utils Version: 1.2.0-2noble.20260716.021727 Architecture: amd64 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.20260716.021727_amd64.deb Size: 31842 SHA256: 79ed0383ba0cb1c7815ea0fac619cd2b78607dbb0f84a9214b1ed4c880532aa8 SHA1: 3a9519974c81ed08cdff6b841950f40c8abcdca7 MD5sum: 482b443ab6c173a36ad395f65fdc0387 Description: Utilities for working with polygons, including triangulation Package: ros-kilted-popf Version: 1.0.0-1noble.20260804.165913 Architecture: amd64 Maintainer: Francisco Martin Installed-Size: 2632 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 (>= 3.3.1), 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.20260804.165913_amd64.deb Size: 862812 SHA256: 621313ef3c5ea756f06ea0f3e95f83e92ef4ab5c7670a7fcbfdc247efd9a9ca9 SHA1: 744b684bad9174ecfd35fed8d39102dec521d4b4 MD5sum: c2068edc8ebd1dce07fedbd686781e1e Description: The POPF package Package: ros-kilted-popf-dbgsym Package-Type: ddeb Source: ros-kilted-popf Version: 1.0.0-1noble.20260804.165913 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Installed-Size: 22702 Depends: ros-kilted-popf (= 1.0.0-1noble.20260804.165913) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-popf/ros-kilted-popf-dbgsym_1.0.0-1noble.20260804.165913_amd64.deb Size: 22199544 SHA256: 0f902cac120d89d2677a95fd564688eb5e071f423ec4f2a296037a87587de4a5 SHA1: a8397f22308d75f68cea3b44da7556302a3218cc MD5sum: 60e42ce88d15b52095384b8528a273e4 Description: debug symbols for ros-kilted-popf Build-Ids: 04c786bee2ded4bd068333147d21c62888fdeaa8 1e700e02cf012940558c4dd9a72f3c3b82cbcb29 592a3ff641469c9225b194800f5cbb82b25c429d 7725c756f31097dcbf55a54da70921c56d06a42b 8efa3cb1480129d3b4c61cd6f1d1961d984ef6ff 9530477f37e6703c6f153e85998b35c355334c27 da5a2b140b3358d898cfbba470a43457a3dc1591 Package: ros-kilted-pose-broadcaster Version: 5.16.0-1noble.20260805.144013 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 345 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.16.0-1noble.20260805.144013_amd64.deb Size: 97462 SHA256: fc813b8fb239fd4d7330d9f04d1d52270bee8ea4b5e4de683966703ed882544c SHA1: 00ec6147f776e07963c0b9b4fbd51d68bc89fc2d MD5sum: 4fb664351850b6e1bdc050458c6b43ff Description: Broadcaster to publish cartesian states. Package: ros-kilted-pose-broadcaster-dbgsym Package-Type: ddeb Source: ros-kilted-pose-broadcaster Version: 5.16.0-1noble.20260805.144013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1465 Depends: ros-kilted-pose-broadcaster (= 5.16.0-1noble.20260805.144013) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pose-broadcaster/ros-kilted-pose-broadcaster-dbgsym_5.16.0-1noble.20260805.144013_amd64.deb Size: 1358760 SHA256: 308f5a1194f503142523d934cd4cf7a098fe5cd3aa55b1edc9e57662c92b6dff SHA1: f9706c48eb9da3383a38e3b043764e2fbce12e41 MD5sum: ed4f79c6d64f9ee8d0f1daa0e4e37cca Description: debug symbols for ros-kilted-pose-broadcaster Build-Ids: 7187859748f9e27f12c6dcb69124de28a541dd71 Package: ros-kilted-pose-cov-ops Version: 0.4.0-1noble.20260805.154000 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 93 Depends: libc6 (>= 2.4), 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.20260805.154000_amd64.deb Size: 15378 SHA256: 2d29a3f0f9c5336e06600a8c65d94a8ba2184490c15faaf21c7ca276efa843dd SHA1: 97ea3221a8c8da573ff3f9b24c1dbde2a72a2af6 MD5sum: 445f8b0d6f7062e15c602b0a857daa36 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.20260805.154000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 138 Depends: ros-kilted-pose-cov-ops (= 0.4.0-1noble.20260805.154000) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-pose-cov-ops/ros-kilted-pose-cov-ops-dbgsym_0.4.0-1noble.20260805.154000_amd64.deb Size: 125936 SHA256: 4ddc1fcd326871bac40f2d58cedb4510386dfd32ce96b8d4d4b4d88c0cbe1dd8 SHA1: 76dca6d9f7c2ede6377c8b662e1a8c943f097446 MD5sum: 5c775c2c7942b9d178979ad66d1ab94b Description: debug symbols for ros-kilted-pose-cov-ops Build-Ids: e043927a7f840b049f66bf0d7c54cdeed49d0a98 Package: ros-kilted-posedetection-msgs Version: 5.0.1-3noble.20260806.123059 Architecture: amd64 Maintainer: Kei Okada Installed-Size: 4794 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-stitching406t64 (>= 4.6.0+dfsg), libpython3.12t64 (>= 3.12.1), libstdc++6 (>= 13.1), ros-kilted-fastcdr, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-message-filters, ros-kilted-rclcpp, ros-kilted-rosidl-default-runtime, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/posedetection_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-posedetection-msgs/ros-kilted-posedetection-msgs_5.0.1-3noble.20260806.123059_amd64.deb Size: 501056 SHA256: 2b2146801a4b94d3404a0cb6b2560053c688f54d43329fc5a406bc4eaf85b047 SHA1: cc949fd0741473e63c6c8a850da2ded20e184e5e MD5sum: dc77ec03dd056e36de41f30b657383b7 Description: posedetection_msgs provides messages and services to facilitate passing pose detection results and features. Package: ros-kilted-posedetection-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-posedetection-msgs Version: 5.0.1-3noble.20260806.123059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kei Okada Installed-Size: 10321 Depends: ros-kilted-posedetection-msgs (= 5.0.1-3noble.20260806.123059) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-posedetection-msgs/ros-kilted-posedetection-msgs-dbgsym_5.0.1-3noble.20260806.123059_amd64.deb Size: 8683458 SHA256: 0a505b68f964e219f8fcec27153f035ce3a1f3133665a082b6ae7b46e06d8b58 SHA1: 807c210104b2ef3b649a7aaba4c489735da8b398 MD5sum: e5eced90d8eda9ee2449887bd191929b Description: debug symbols for ros-kilted-posedetection-msgs Build-Ids: 0fa74aa659e8e273e2187c47e457fd36222ac9b5 22ee5498e11a3658102e25da02cea3c92cc0a66d 3e98e7d0f1e2bd4e33941cae0474bae443cd01f4 5725116d9725bec0f68fc8c97befdeeffcf541e3 6cd0db24812a6ecc62d0d3f309ee19d542b1b030 88080db04991ef81e3107da85a340ae3ea468c15 89d14537d2f73ae35bd2149bfc9fa51042df13b4 a5179185e0a6541b522f8c8e73de7c05686d6b58 b11563db1abbd478e8584a2c0568db6534313209 beb74ad166ac4049c3bc5deb18c7b210c817d0e6 e0c6307ba3986cd419745987bc662f48b2baa615 e3304a9b9bfcfb99b65d7048eb4f4cd4cd635f7c ee5bb27ee00f476fd2a52a3f3f8bc265f34a8488 Package: ros-kilted-position-controllers Version: 5.16.0-1noble.20260805.153009 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 111 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.16.0-1noble.20260805.153009_amd64.deb Size: 26598 SHA256: 9b51220584685b7dc54366f6bdd0f3a3e98d3e0a5a01eed2835e8e9a6101e303 SHA1: d4508de53a8f2062d5cd8b2dd476953cce4b605c MD5sum: 09070bed095a29bc3ce1ddbc6a26016e Description: Generic position controller for forwarding position commands. Package: ros-kilted-position-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-position-controllers Version: 5.16.0-1noble.20260805.153009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 421 Depends: ros-kilted-position-controllers (= 5.16.0-1noble.20260805.153009) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-position-controllers/ros-kilted-position-controllers-dbgsym_5.16.0-1noble.20260805.153009_amd64.deb Size: 400584 SHA256: ba03ce4288bdb080b3462d34f9d5c2f0dd107d4a8a2bc2146dc79a2b4bd100da SHA1: 09dd0f20c20d1b5a282951600b6c2bf6e5082d16 MD5sum: 686114eb18dbb79c84a4e6f68031812c Description: debug symbols for ros-kilted-position-controllers Build-Ids: 97dc392abadee944a835b4bbc9c5a62a34b37c0e Package: ros-kilted-protobuf-comm Version: 0.9.4-1noble.20260625.193151 Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 614 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 Homepage: https://index.ros.org/p/protobuf_comm/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-protobuf-comm/ros-kilted-protobuf-comm_0.9.4-1noble.20260625.193151_amd64.deb Size: 152466 SHA256: ee306944d3369654c1ac73348b326de8a7df4866251a08f10fb72b201a20516c SHA1: 3c411e10eaa4ba858b8bcff1c59bfe51b8660d31 MD5sum: edf3333b91766946afc6ea7ffffb2e20 Description: Wrapper for protobuf communication using c++ Package: ros-kilted-protobuf-comm-dbgsym Package-Type: ddeb Source: ros-kilted-protobuf-comm Version: 0.9.4-1noble.20260625.193151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 3289 Depends: ros-kilted-protobuf-comm (= 0.9.4-1noble.20260625.193151) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-protobuf-comm/ros-kilted-protobuf-comm-dbgsym_0.9.4-1noble.20260625.193151_amd64.deb Size: 2946150 SHA256: 16544f6aa75224fcc715ca19e3e600c74766e67a720d1be41b4ebe519ebb012f SHA1: 890b64bed11b00390854c8767ad34f3b9f32bf06 MD5sum: 6bb63b7901a8a44cec10d6a852258f92 Description: debug symbols for ros-kilted-protobuf-comm Build-Ids: 0f360c8d5f7c69738aca5f009fdbeaf85bb1c1fb Package: ros-kilted-py-binding-tools Version: 2.1.0-1noble.20260804.170030 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 380 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.20260804.170030_amd64.deb Size: 113364 SHA256: ebd3798546b108f580c7575a56c0adec1f48dcc4f46372de46b7b8a70a2dd4ec SHA1: 4f55d5c4a3049e72dc3f63713b9ac45f92db7b18 MD5sum: 65b7693116270903b43c9bb78c1c11a0 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.20260804.170030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 886 Depends: ros-kilted-py-binding-tools (= 2.1.0-1noble.20260804.170030) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-py-binding-tools/ros-kilted-py-binding-tools-dbgsym_2.1.0-1noble.20260804.170030_amd64.deb Size: 854908 SHA256: c8ebc57d41420a57b6591610a6aad58389c03012cfd17ed7356055c55b9bba17 SHA1: 4aaed19c26faeec0aea2bd5eff5fabcf5ea8409f MD5sum: dbdfdd7b07d3a131442caf08b3e3a32d Description: debug symbols for ros-kilted-py-binding-tools Build-Ids: 9200265815b0819b7518e9861ffab953c1615d81 Package: ros-kilted-py-trees Version: 2.5.0-1noble.20260714.081310 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 1211 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.5.0-1noble.20260714.081310_amd64.deb Size: 226708 SHA256: ab86ecb76b405d7ce0fad9ab1c319c10a536f3e89f9ee110be31742dce3bcc3b SHA1: 635eeca4467b04798f1d03062adcfbacfa6d4c8d MD5sum: 6ee509850dd1aaad2bf5a24d3a52a95f Description: Pythonic implementation of behaviour trees. Package: ros-kilted-py-trees-js Version: 0.6.7-1noble.20260714.081334 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 5161 Depends: pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyqt5.qtwebengine, python3-sip-dev, 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.7-1noble.20260714.081334_amd64.deb Size: 1177418 SHA256: 32cdb34f758c379cdfe651069666ca9d3e3c9acbf6a76e835576ecc1b70e2e85 SHA1: 2c0e05a44ee326a1613b1763c231625249cc3ed1 MD5sum: a2d22999d7485d1c5ef5291737e177c5 Description: Javascript library for visualising behaviour trees. Package: ros-kilted-py-trees-ros Version: 2.5.0-1noble.20260805.141216 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 549 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.5.0-1noble.20260805.141216_amd64.deb Size: 106270 SHA256: 8122f2143462440e3415cb271b76c5eb26d912dc4d427a3c00b1bfd0bb527696 SHA1: c4b6b3443162dbdf9924e967698887beeef2415c MD5sum: b58b354bf201e7d0756f80f3070de008 Description: ROS 2 extensions and behaviours for py_trees. Package: ros-kilted-py-trees-ros-interfaces Version: 2.1.2-1noble.20260716.021718 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 9995 Depends: libc6 (>= 2.14), 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.2-1noble.20260716.021718_amd64.deb Size: 579088 SHA256: a2b35c325e405dc58aba9de98f107cab0858fbd3bc53043a6c18b4ad8e7736d3 SHA1: ee884d057abb8069ac979a2df134afc8dafde4b7 MD5sum: 3a6e5f8db4ae16d36699c3afca61239f 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.2-1noble.20260716.021718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 6452 Depends: ros-kilted-py-trees-ros-interfaces (= 2.1.2-1noble.20260716.021718) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-py-trees-ros-interfaces/ros-kilted-py-trees-ros-interfaces-dbgsym_2.1.2-1noble.20260716.021718_amd64.deb Size: 4911376 SHA256: f590d534c8dcb0ea5407c8d8f63251fbef0a72163395b3477bcb955fce5626e1 SHA1: d098ab275080f89ad1c879486c2c34d13f037044 MD5sum: bd981cfa89369fe17bc16f14c5721102 Description: debug symbols for ros-kilted-py-trees-ros-interfaces Build-Ids: 44ee8aa91d3bf68a76efee6733b988cbfaabb21c 683f9d6542f73e589680a4db3f20c18709141721 6a35fe983f53b6c70c2782a9697d94736b11367e 708d3a676fcbd9ac273d89c165506c3c64003c5f 918bf2f03711028bf3b6090957f539a14d0286f9 91afca933e7bf3900be12ed2c0e29d989935e6cb 95b97bd8c0f559d97aa01551330e536894ce1018 a66d252db8a329adfd5a2bbe15f3f8b0ac843cc6 a9f5bfee39bb4603ecfb092c44b6e9a382167aeb d555a4f521045e6def33cbc28845b1bec569d583 e1f53d030fe5bfa9e477edca71ece488e5d56a6f Package: ros-kilted-py-trees-ros-tutorials Version: 2.5.0-1noble.20260805.141524 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 495 Depends: pyqt5-dev, python3-pyqt5, python3-pyqt5.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, 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.5.0-1noble.20260805.141524_amd64.deb Size: 92210 SHA256: f46d0c1f91971dfca8ed8d12256fdff1aef470919883ffdcef33cefb457d13b7 SHA1: e01c164441660ef5cdedaa4439cca95c7a10db6c MD5sum: 56b619b71177ae9d33a892f90c8e8f0c Description: Tutorials for py_trees on ROS2. Package: ros-kilted-py-trees-ros-viewer Version: 0.3.0-1noble.20260805.140429 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 264 Depends: pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyqt5.qtwebengine, python3-sip-dev, ros-kilted-py-trees-js, ros-kilted-py-trees-ros-interfaces, ros-kilted-rclpy, ros-kilted-unique-identifier-msgs, 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.3.0-1noble.20260805.140429_amd64.deb Size: 69276 SHA256: 885d309cf3a4f8cbdc66dcecb4b3a2f38ee8233f69ba061c91b9148ad9595838 SHA1: 538c7402cdf84f9c57d181543053661d7ae9d8b5 MD5sum: 80d7b96ecf095d3774847b738976f7b3 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.112439 Architecture: amd64 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.112439_amd64.deb Size: 9942 SHA256: 678bf7ced31e8886fc2ff1b0c7358d539aaf8e546b7430e2f707685c7913f8e1 SHA1: a437c78868cbeaf985cc698615e578f1a45df342 MD5sum: 71557fc50a2c4b281cf92c28a02f1d2b Description: A vendor package for pybind11_json for Modern C++ Package: ros-kilted-pybind11-vendor Version: 3.2.0-2noble.20260410.112230 Architecture: amd64 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.112230_amd64.deb Size: 6312 SHA256: 8b3c386b7b26f3886e86500284c51338dbf816f89ee209f80ad2ea01785c6faf SHA1: e4767ec395e930679eced77b87963a264bb489ea MD5sum: f5d0089c5487e26135b22db7737d60b8 Description: Wrapper around pybind11. Package: ros-kilted-python-cmake-module Version: 0.12.0-2noble.20260410.112310 Architecture: amd64 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.112310_amd64.deb Size: 7480 SHA256: 216a73e6a9720fc862c330fe366b6312157e7a6f3ad388211db047d0287c5c4c SHA1: 5c641ed8b0c7d4c22c68f3e1a0df1c9e05f7364e MD5sum: c5002b37acd45ee8e9b95b4cca4ab20e Description: Provide CMake module with extra functionality for Python. Package: ros-kilted-python-orocos-kdl-vendor Version: 0.7.1-1noble.20260410.112401 Architecture: amd64 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.112401_amd64.deb Size: 5908 SHA256: f3a258631bf515a26cb9308d26bb763c7034da88e4aac721ebbd6526b4ee23d5 SHA1: 9f9701fde943be4daec62449b4da2e0129ef19b3 MD5sum: 6a184286d0365209e00bf1a6ee04f490 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.112312 Architecture: amd64 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.112312_amd64.deb Size: 17356 SHA256: 214d9509df656f9f61d0cc64d9a0699ed057c10cdb3c360a372322b8733188aa SHA1: b63ce55f6fee50976f1896f5746ed7864ce26b25 MD5sum: fce33a5c98ec2e9ab2e436c2f7411c6b 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.20260805.145606 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 3810 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5network5t64 (>= 5.0.2), libqt5qml5 (>= 5.9.0~beta), libstdc++6 (>= 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.20260805.145606_amd64.deb Size: 483166 SHA256: 99dd5929049c1272ab227b7bee59227e7e9fe5270ee288f86c0bcf754640fc77 SHA1: 88fbbac2b6232832117c61c9fcc54ea063989847 MD5sum: c999f204c43735e4634830b17db2c73f 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.20260805.145606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 10949 Depends: ros-kilted-qml-ros2-plugin (= 3.26.31-1noble.20260805.145606) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qml-ros2-plugin/ros-kilted-qml-ros2-plugin-dbgsym_3.26.31-1noble.20260805.145606_amd64.deb Size: 10185554 SHA256: 3afdd3e8af8ad19e158bd8555332ed2b6cbd7915f1e2245067e3c2dda40126f8 SHA1: 212d68b1f828b08492bd665e172f93cfa61644fa MD5sum: c70e7174b1b95fc8d4f8dc760c8066de Description: debug symbols for ros-kilted-qml-ros2-plugin Build-Ids: 5ad2363b0f15c9d40af60f1bc5ea4e5efae48f16 Package: ros-kilted-qml6-ros2-plugin Version: 2.26.41-1noble.20260805.145610 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2173 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), 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.20260805.145610_amd64.deb Size: 532322 SHA256: 62500ab7aaed768427f60262ef2117ce8786924825ecaba5cf3be1eecab2cfa9 SHA1: 1e75606fbdd4195cbeca2bfa9bf1af22b5bdd79d MD5sum: ed551e3f44c2dab8901f93550b5bc39d 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.20260805.145610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 12197 Depends: ros-kilted-qml6-ros2-plugin (= 2.26.41-1noble.20260805.145610) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qml6-ros2-plugin/ros-kilted-qml6-ros2-plugin-dbgsym_2.26.41-1noble.20260805.145610_amd64.deb Size: 11390352 SHA256: 3d21717e906b0aede9ca1c12341c9b149eefdd4ae3a7f4f78426de04d0306409 SHA1: 1043541ee3caa68788ca3e705b5263b7c5f26586 MD5sum: bd5316664412f765e997f0d866793319 Description: debug symbols for ros-kilted-qml6-ros2-plugin Build-Ids: bb004c4ed315aa89d7daffe00ba58308e7db759a Package: ros-kilted-qt-dotgraph Version: 2.9.3-1noble.20260410.112541 Architecture: amd64 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.112541_amd64.deb Size: 28158 SHA256: ea6ef6bdb3ed38965e388baff329a2367020dfbd20e9984a786710db13e8a409 SHA1: c363f4e5bc87a3062de5e2e6dfe0803ecf422a52 MD5sum: 92fdc56e6a9614cb709c61f2791d80db Description: qt_dotgraph provides helpers to work with dot graphs. Package: ros-kilted-qt-gui Version: 2.9.3-1noble.20260519.012919 Architecture: amd64 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.012919_amd64.deb Size: 53522 SHA256: 1983be2f9d556aba927a014cad4b737e1e142c3864e02a26a8567ad03fcbd653 SHA1: 8b7994e33ad79799ebb4600e93c6867f31ff8486 MD5sum: 889f5a585d2b8e50ccc783324f226df8 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.013251 Architecture: amd64 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.013251_amd64.deb Size: 5962 SHA256: 956187feaf607f92a5104d8d6386d4be0cd3cf86a6dd63ab239e29600e0c177e SHA1: 8a521cf9d9fd08db4dd3821983c642b91859a707 MD5sum: b192d4700b901218ab3d2caa0f0b2dae 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.20260806.073312 Architecture: amd64 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.20260806.073312_amd64.deb Size: 5758 SHA256: 69c9c08ece5983d885427d71aafcf83a2f8022b4035a3d58b51cdece71a0ccb8 SHA1: 9acce8cfb892748dcc229f007350c97b3393a249 MD5sum: 0d9a45a804e157537e45ba28836e691d 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.20260805.075833 Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 1545 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.15.1), 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.20260805.075833_amd64.deb Size: 346582 SHA256: d0556fd7ddad01a4f09d31d0a5a428b92d9dc09d628ac92d2b41b768fe14f199 SHA1: 50865a3a3871133daeac1d80ed6c39e7d2776238 MD5sum: bcc96a9444720f5e9ba847c3493a4a72 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.20260805.075833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 9735 Depends: ros-kilted-qt-gui-cpp (= 2.9.3-1noble.20260805.075833) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-qt-gui-cpp/ros-kilted-qt-gui-cpp-dbgsym_2.9.3-1noble.20260805.075833_amd64.deb Size: 9385166 SHA256: db2f835876102c3a35a77cfd143da18f1bd330e5b4ebe1a7a2ff4ed91e590543 SHA1: 7d7db12f8290b9acc969b8e9eca82ea1aa6cf3f4 MD5sum: ffe153903c4682ec9c691025e4c8e8fc Description: debug symbols for ros-kilted-qt-gui-cpp Build-Ids: 118d747dca393aebb8948cc7b99bca5f8af22f6c 12ac7aefc1f54b4ad9e4659347d510a701ac5f76 9b3b59e700bcd0c3b5a29da022f1244c44e156bc Package: ros-kilted-qt-gui-py-common Version: 2.9.3-1noble.20260519.012921 Architecture: amd64 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.012921_amd64.deb Size: 11254 SHA256: 3cc62d6fddd33830425287cd722cce5f01ebd3980344796673fd8d6e1120eb21 SHA1: 34f9b87133e508c58f3428f7fe51ccfdf9918fae MD5sum: cc65e85fe128ad91aba9b3d1dbaa061c 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.20260805.140929 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3795 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.20260805.140929_amd64.deb Size: 429146 SHA256: 62fa9ccf5a80d1442753760e8a7dca92c3c9d68172ee67115d8aa63d200c1c5e SHA1: f86e3b6f0e510e179540dd2b6a959595714211c4 MD5sum: f717114c833292e46f17f0c783493224 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.20260805.140929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 19640 Depends: ros-kilted-quality-of-service-demo-cpp (= 0.36.5-1noble.20260805.140929) 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.20260805.140929_amd64.deb Size: 16359900 SHA256: 7cb82b9dc48a09e2abf724e4d84870abb252f8a08f2db1b97cffd82bc147c013 SHA1: 0d98dfc0af61c7c0c950ef36cfba8a040c8de6a2 MD5sum: 18272e235ed5994538a0a7cfa9aa2c92 Description: debug symbols for ros-kilted-quality-of-service-demo-cpp Build-Ids: 04a47b90083baeb1ed73504d927e4bf7ad0164ee 0d7169aee700f3a892c4c2eed08291821cb7a963 1de0cfea223f3648fab09c24fd2b0b47c8cc9ae4 2ce05f7f37bba855302e1516ac3eb42bdf1d79f1 51707390d79061249b7ea2e340cf02fb481f2971 5880615bd6d615fdf07685947764b874d98c0041 6c4d2bdf8e12a62be13c63352ce1e21c4dd2597b 865e7cef74b11e8f83a20e28ef949870b7bef35a d037bbf914b361d04b380c84a8b33108023fa3e8 d5c54a7063c560ca6e54949d0034af4f5c59d705 e8b5a83e6eaaf3d6c00b1a2c5c1759d4eb6f2bcf eca08ed7d4673c8522eab6f4887de7604da2b758 Package: ros-kilted-quality-of-service-demo-py Version: 0.36.5-1noble.20260805.140432 Architecture: amd64 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.20260805.140432_amd64.deb Size: 20956 SHA256: f94af35c2e34ecce348cc71a101ab56c61380bee9df22b2ce64dc955991f21bd SHA1: 726402cc43d387327524f9915be0f54577af8fb8 MD5sum: 3aaffb290c13e8070f7a74cf46af3ee9 Description: Python Demo applications for Quality of Service features Package: ros-kilted-quaternion-operation Version: 0.0.7-5noble.20260806.073319 Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 118 Depends: libc6 (>= 2.4), 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.20260806.073319_amd64.deb Size: 23176 SHA256: 7c14f26062ea015fbb7705c45cfe3015a909d36ed16ca4ba991067e5ddd3045e SHA1: cdc7ac221feb59cabfa82d5917dbbf09e61df90a MD5sum: 71c703c863f75d7d52c4fc778bdeee4e Description: The quaternion_operation package Package: ros-kilted-quaternion-operation-dbgsym Package-Type: ddeb Source: ros-kilted-quaternion-operation Version: 0.0.7-5noble.20260806.073319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 28 Depends: ros-kilted-quaternion-operation (= 0.0.7-5noble.20260806.073319) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-quaternion-operation/ros-kilted-quaternion-operation-dbgsym_0.0.7-5noble.20260806.073319_amd64.deb Size: 5044 SHA256: f3bfe94c9357e1533d9d5912107e86147dec3e6e12a4894091a7f7544d2c92e9 SHA1: b9e4597cba9eb1a6afbdbb8ae395770e9bf3fa82 MD5sum: 42dad31dfd08b34aa235dbd02555bc4f Description: debug symbols for ros-kilted-quaternion-operation Build-Ids: 262497e73548ed0a16782abc039454642876a0f5 Package: ros-kilted-r2r-spl-7 Version: 3.0.1-4noble.20260805.140441 Architecture: amd64 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.20260805.140441_amd64.deb Size: 6594 SHA256: 6ae46c0dee546a3bfc9333d6284df2fa0eae8a28751a6451b519ed55bee45a71 SHA1: 39d12e82e5d9e8e3c7f564ed51080984594290ab MD5sum: d6c5807ea63318469deea3ce3d04329f Description: Robot-To-Robot communication in RoboCup SPL using SPLSM V7 Package: ros-kilted-radar-msgs Version: 0.2.2-4noble.20260716.015451 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 961 Depends: libc6 (>= 2.4), 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.20260716.015451_amd64.deb Size: 85072 SHA256: eb5da66f30e889008663a5e5710a77fd42a231f69afe3eb069a44c0ddfe6a008 SHA1: 1ceb70cb607b71646de3df3181d60bc142359686 MD5sum: b8bffdd76807fd4df443cce1f01651be 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.20260716.015451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 672 Depends: ros-kilted-radar-msgs (= 0.2.2-4noble.20260716.015451) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-radar-msgs/ros-kilted-radar-msgs-dbgsym_0.2.2-4noble.20260716.015451_amd64.deb Size: 526014 SHA256: 4605a294d331b915a9d046426c0f8e402e03e4ceb710848c3d0def981a11701a SHA1: 2fed0c4d5ce965eccfb101028823b27036115982 MD5sum: d6a666edbeaf882af7501fda18a47082 Description: debug symbols for ros-kilted-radar-msgs Build-Ids: 0140f3ece861394fafc5e2515271b6591bbe9b28 2382b6ebb36e2d14475054e665f8d1eed65d59e9 244a663c33719d0143251910612fe9af91970a0e 4170194332c3ccbf18e54002f5bf9ea1b5da82be 6824e5c63e566e15ac26ab34122f57fb08004143 7f566a1287202346cd8edcc06b24973fcae5dfe2 94f3cc4bb646f9933a6ed67b3c85375be5e18a8e a23c8b36d84559b4d6d287421f245210840aee11 afe17f4ccfb27f2aa725b64168520af13dd54b24 ed66165269727ae00f449ee15bb9bc429412c023 fcd20a298fff16129168d82db758f1003b5e752f Package: ros-kilted-random-numbers Version: 2.0.5-1noble.20260615.120612 Architecture: amd64 Maintainer: "Anas M'chichou" Installed-Size: 118 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-date-time1.83.0, libboost-dev, libboost-random-dev, libboost-random1.83.0, libboost-thread-dev, libboost-thread1.83.0, ros-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.5-1noble.20260615.120612_amd64.deb Size: 25856 SHA256: a24266be3d6e12589bd6438082dabecd0d2a45bdbad48d515f4a5848bfec886f SHA1: 0e2663856f94d17e75428418c8df2b4b87985420 MD5sum: 97d3cc9733edd5541755225cc44e4af6 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.5-1noble.20260615.120612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anas M'chichou" Installed-Size: 167 Depends: ros-kilted-random-numbers (= 2.0.5-1noble.20260615.120612) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-random-numbers/ros-kilted-random-numbers-dbgsym_2.0.5-1noble.20260615.120612_amd64.deb Size: 137556 SHA256: f4a416e9c42ff4ae09fd07280957a5fc66e6c1f633c5608cef4914e1c513cf1a SHA1: 3bef9fe3398c6f8d00a381b32ff39a4a033a1a1e MD5sum: ea49af187610a566f9d1681fe590ef2f Description: debug symbols for ros-kilted-random-numbers Build-Ids: ae071bc27e7c8255bb9fa51fdaff9765fbc85c80 Package: ros-kilted-range-sensor-broadcaster Version: 5.16.0-1noble.20260805.144025 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 289 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.16.0-1noble.20260805.144025_amd64.deb Size: 82720 SHA256: f846244d235365b4f484b29cf720c67ab1d6a7f077d2d5391300c7398424f5e4 SHA1: 69a5fcde9aa97df3de95b8b6dc18bed7d87c49d3 MD5sum: 86a3f807f399b9a6c9f8f2c1e7a13282 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.16.0-1noble.20260805.144025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1129 Depends: ros-kilted-range-sensor-broadcaster (= 5.16.0-1noble.20260805.144025) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-range-sensor-broadcaster/ros-kilted-range-sensor-broadcaster-dbgsym_5.16.0-1noble.20260805.144025_amd64.deb Size: 1058546 SHA256: 07ac8e82db7735cda5722502ac2598798113c2bde11fcf1634602addc05942c9 SHA1: c9c498e8a60e3532e7ba23ef1a0134de024b9f3e MD5sum: f95016f9bd4105188c63129725f2ed3b Description: debug symbols for ros-kilted-range-sensor-broadcaster Build-Ids: e3948c6341a50716da8dc99d954a44da6dfb7ec2 Package: ros-kilted-raspimouse Version: 2.0.0-2noble.20260805.150417 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 1267 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.20260805.150417_amd64.deb Size: 216732 SHA256: bd72fe554735a46e90fa48875496cf884abf13a8355051e88f52fcdc14af496e SHA1: 8ae67d4b15b16b5837f866e7f562d9feb421c1c1 MD5sum: 53b9d4563ed1749a47ddd609569e21ed Description: RaspiMouse ROS 2 node Package: ros-kilted-raspimouse-dbgsym Package-Type: ddeb Source: ros-kilted-raspimouse Version: 2.0.0-2noble.20260805.150417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 5455 Depends: ros-kilted-raspimouse (= 2.0.0-2noble.20260805.150417) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-raspimouse/ros-kilted-raspimouse-dbgsym_2.0.0-2noble.20260805.150417_amd64.deb Size: 4527500 SHA256: 249004b05824b16027aa90f73a24360bef7ee288d2d8bd1fd29b8e821854fc81 SHA1: a9180b77f1d3080e062c1c26bc3c9b0d3c7f7600 MD5sum: 30b132f04629e2edd69bb66947cd6055 Description: debug symbols for ros-kilted-raspimouse Build-Ids: 7334e1b26083e83e0bdd46d7a9ee07cec26a124d 77f74bc1f1292bf5d214296c62552c05f60558e6 Package: ros-kilted-raspimouse-msgs Version: 2.0.0-2noble.20260716.013237 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 657 Depends: libc6 (>= 2.4), 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.20260716.013237_amd64.deb Size: 55012 SHA256: 134c8099a05d08ece6d8a70c93bcb3997736874ec27f30c240fcdb8c74932f03 SHA1: 32a98b9b9ba23b76cdf4fb3b214eb48211cf1b99 MD5sum: 96919f6ee36d2ce662e22be7e25179d4 Description: RaspiMouse messages Package: ros-kilted-raspimouse-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-raspimouse-msgs Version: 2.0.0-2noble.20260716.013237 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 428 Depends: ros-kilted-raspimouse-msgs (= 2.0.0-2noble.20260716.013237) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-raspimouse-msgs/ros-kilted-raspimouse-msgs-dbgsym_2.0.0-2noble.20260716.013237_amd64.deb Size: 312282 SHA256: 2b306b23f34632f37d8485da747779a3f45d852ab022ab8278e6bdaf8f267e93 SHA1: 3820944aaea5bace42b759916302e6215ce3b491 MD5sum: 17d0b57be26acc1d70fadc6728bcb54c Description: debug symbols for ros-kilted-raspimouse-msgs Build-Ids: 0a4c23bb1869ff4f462af1387e988b7e2b6e737b 1d3f4b9ee0fd94a0b348280a4a51635860626431 5167224c3f7357fdac39bc5c2e793af2db818720 764090e5d8fad186387309d15eb99e8305e6c844 8baa6a3533cf4749de1b91625152b614edad1bc5 9468865922cd3368b2758579ef7103d59f0146af 9e8fd5ff0cbc7abc914d2676b6d64a3db7358f2c b0f28d5c63e36251aab02fe33c15a63d1eb66490 b72e6842ee8c07b754c70df31d7b78c880a33bb8 ed6281e7e2c7c859ddfaa9b1d223f3f42ffd7648 f4717481497031f66c16471b309070c313ad04ec Package: ros-kilted-rc-common-msgs Version: 0.5.3-6noble.20260716.020213 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1252 Depends: libc6 (>= 2.14), 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.20260716.020213_amd64.deb Size: 111750 SHA256: c383758bc3c61a09421fd8d32841d7dff380118e2b8f075828b7c507618730d4 SHA1: c9160a9bcc7ecacae7d3052559faeb3199a86fc7 MD5sum: c55e100aae506ec4d5d6b2ea01e70313 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.20260716.020213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 950 Depends: ros-kilted-rc-common-msgs (= 0.5.3-6noble.20260716.020213) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-common-msgs/ros-kilted-rc-common-msgs-dbgsym_0.5.3-6noble.20260716.020213_amd64.deb Size: 750150 SHA256: 75e980e4f330451185f8d90873a2aee7ad85a5b69daa267a76daf33951b1b159 SHA1: ad12f9cce84d32be599c1a02bed89da93f64e524 MD5sum: a693fd0b902ae740a0b2a6ba2f6dc223 Description: debug symbols for ros-kilted-rc-common-msgs Build-Ids: 2b248e011e885852076c7f4fc6b5cc6d98dc30f2 4b8e58ba5a3b1801061088312a01cf4fcfd34971 712963807fefb88764d17865e66cb19b5e0d3a56 7ce7483c01ac0fc09adc18b18e08ce774fca65bb a4e5f7beed1f4714945263fcf1b75977c1b073d8 afb080c2f52a00fcf692a4115551125bba9f2fd1 bf961bbefaaad4366dd5aeb04efc00dc3302c2fe c01a5dbbd1fea15573b0bfa24aed3a71bd770d03 c08861d538992c6a324ff1aef3fad98fdcf6c4e2 dcac762e2d017e01713d3f68d624be3fd7baabfd efe41387322aa535ff424d050c59b8708e955777 Package: ros-kilted-rc-dynamics-api Version: 0.10.5-2noble.20260410.104927 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1254 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.104927_amd64.deb Size: 275642 SHA256: cad12f06c9b799b9d70ff9b8ced9627ac70bea4d8c21afe2724ef1ad6aafa93a SHA1: 56af3b12164b38de22d28f4bd619454f775e2e5e MD5sum: 5f829f91b239169fd00057fc7cc34b5e 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.104927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 6091 Depends: ros-kilted-rc-dynamics-api (= 0.10.5-2noble.20260410.104927) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-dynamics-api/ros-kilted-rc-dynamics-api-dbgsym_0.10.5-2noble.20260410.104927_amd64.deb Size: 5837788 SHA256: 6a9ff1b52d2385c246c78b5bc0306c1699ef3c000340bc1a367e5d127b62a5ce SHA1: 861272eeffe18cfbe5c7a36d8459b8311b8b2cae MD5sum: f8c1b6a4943ff4f9218d91d26ab86a75 Description: debug symbols for ros-kilted-rc-dynamics-api Build-Ids: 0f18bf7da4bf34a4071f7741652aaede77403c8c dfb1ae8b98e8b6170d1258787349431f4be9e750 Package: ros-kilted-rc-genicam-api Version: 2.8.1-1noble.20260410.104944 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 15533 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.104944_amd64.deb Size: 3071700 SHA256: af5284692603b0d837c619f750d2dcb654fb71391401d251cc7e24aee5f45077 SHA1: 6412f3c2c6f7578d15416dd37a179e9f02f5d2be MD5sum: 3575661485f19fe5f72006790555b226 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.104944 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 5699 Depends: ros-kilted-rc-genicam-api (= 2.8.1-1noble.20260410.104944) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-genicam-api/ros-kilted-rc-genicam-api-dbgsym_2.8.1-1noble.20260410.104944_amd64.deb Size: 5370850 SHA256: 63ff957267336d99738cdb94de7cc0a492c8aba2b7e42081a9a0f74922e8e782 SHA1: dbcaa16d254cb89a6c5b071e23df9a7528fa7399 MD5sum: f0aaa35e4525877c3065bdf79ae81460 Description: debug symbols for ros-kilted-rc-genicam-api Build-Ids: 000720f07b652d7930dfc5cf8347926e80a42af4 33136316e31665b51871329f68b7813e7bb8c8e2 80eb9b98b02ad0de80a430c3d4f0fd86d3bda4ad 9849717b8f681653730af7155a7a7a2fb3ddd146 a9ebdc396ffc0ba9d0feb15ca3f24a434ec1cc2a cc5c0bcb3fda9d196d88be0a1dbdc9ff8f21a18f Package: ros-kilted-rc-genicam-driver Version: 0.4.0-1noble.20260805.142803 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 683 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.20260805.142803_amd64.deb Size: 192578 SHA256: 1aa972b97ee08ecdaef0aea90e20b22a1ae1e3fe4746862bfdb2a088a3584721 SHA1: bc2c55d04d6935243287133d0b367ea0f4146fe3 MD5sum: d4019db4e450c47c3c3464081e77df83 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.20260805.142803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 5327 Depends: ros-kilted-rc-genicam-driver (= 0.4.0-1noble.20260805.142803) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-genicam-driver/ros-kilted-rc-genicam-driver-dbgsym_0.4.0-1noble.20260805.142803_amd64.deb Size: 5072390 SHA256: 88eb818583bbdacb4508e6f0b3d3ac22f9d8a45126f4a4e1c25b4bb6ee4a37f7 SHA1: f51e10e0246d7640aad8038b9a3f9d5eb815fabb MD5sum: 683d55191d688ac9de2dfc54e507c20a Description: debug symbols for ros-kilted-rc-genicam-driver Build-Ids: 2311851d05443e3d69b77996f3899ed2759e2196 654484a3cf651da947808e157fe01d60a8b8595a Package: ros-kilted-rc-reason-clients Version: 0.5.0-1noble.20260805.141217 Architecture: amd64 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.20260805.141217_amd64.deb Size: 41488 SHA256: 4d6083fed34ad2c66b7f23ec0c98ceb62362242806b8afdc1d24c79d770eaf3b SHA1: 48d1315edfb056d637f50291a447d2531c63dc2b MD5sum: 3218fc98cb756775b7a0c0b6936c8df1 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.20260716.020350 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 15282 Depends: libc6 (>= 2.14), 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.20260716.020350_amd64.deb Size: 920494 SHA256: 95414a935f220203658505eb69626774f5c67b7a464d6efc4c2362cbf9e4cc4b SHA1: 0cff6588f1c88741345cc894e7d043f0bec76b79 MD5sum: 450a433d69c6681f4c86018899d64bab 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.20260716.020350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 11736 Depends: ros-kilted-rc-reason-msgs (= 0.5.0-1noble.20260716.020350) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rc-reason-msgs/ros-kilted-rc-reason-msgs-dbgsym_0.5.0-1noble.20260716.020350_amd64.deb Size: 9583610 SHA256: 6565a6f6fe7bfa00144e023686f9c8a16ad8d53d16e795385fd015621e407104 SHA1: a4beda0ef60e8878968d369e4841c29b16308ebe MD5sum: 55e1b9c02831ce7345b3dda14059f1b3 Description: debug symbols for ros-kilted-rc-reason-msgs Build-Ids: 21ebb445ec66866f3061108d9883975a4af333e9 31dc99021df5c361f406b8ddbcf09ea67073bd00 4a89263e3e36ed790a7cd6c3fb708f66d5d546d5 5b6daf5392984e9face10d64dd05fc93630f1959 8e581d29cd8af516856f4031e487d0c2ca325551 a5f97772f2e9300992472848d53ac267bdaf02e1 a9ed2c562fb354baf5bc77dd4ffe712592030720 bd85695e15cc514bc5b02db06e0bb28d934074ec cbb2fbcbad54fdc0b24e650f4904f1f2034ada91 debfe415571e8e8225b6ada64ba5b0c0f511af64 e6713cb02fc97a2588ace80b0350257b6f9fd6de Package: ros-kilted-rcdiscover Version: 1.1.7-2noble.20260410.105004 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 290 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.105004_amd64.deb Size: 81346 SHA256: 9363488ad46c605b4b6a44720024d64ebfae2d432ec53169ceaf236b71f46f5a SHA1: a8066c3429cbc0ccdddb9b9b0284570084271493 MD5sum: f92583d6a50f116f541f6a03c0d0fdb8 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.105004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1212 Depends: ros-kilted-rcdiscover (= 1.1.7-2noble.20260410.105004) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcdiscover/ros-kilted-rcdiscover-dbgsym_1.1.7-2noble.20260410.105004_amd64.deb Size: 1130466 SHA256: 7e7e106e5354877b2897cdb7608c267655b6cfcaf51a3f0c41eff78aed9d1d12 SHA1: e8d4e07a0aa1d0f4cd101fd6d0ce41d527495ab4 MD5sum: eefc7d32f8b3b3f1d8d3b041f213d511 Description: debug symbols for ros-kilted-rcdiscover Build-Ids: 030963dc05ffcb3ac6a388b47a132c7d3ef6ca92 0494e6a301ffcd90b45315a2fcf7e3848d81023d Package: ros-kilted-rcl Version: 10.1.5-1noble.20260730.180814 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 784 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/rcl/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl/ros-kilted-rcl_10.1.5-1noble.20260730.180814_amd64.deb Size: 161300 SHA256: 66597608298eba76492b37f7caac1e2268b0a0f70de554a14f6ddc5b79b2911e SHA1: 3e7632d25e1bc7115d19cd9f670178ffff765ba6 MD5sum: d89c61a2b4363e1dda1a96c8d5575533 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.5-1noble.20260805.075611 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 277 Depends: libc6 (>= 2.4), ros-kilted-action-msgs, ros-kilted-rcl, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-rosidl-runtime-c, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rcl_action/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-action/ros-kilted-rcl-action_10.1.5-1noble.20260805.075611_amd64.deb Size: 51226 SHA256: a8f2d8dc3d0f6ea97cb5b188f1d1ce964ce297c7794570a03237215360da12e3 SHA1: d469646b9be9f00c6d3c5de4221e38a5e898b1d0 MD5sum: da64b003abee5a2f561e5bff95e1876d 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.5-1noble.20260805.075611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 90 Depends: ros-kilted-rcl-action (= 10.1.5-1noble.20260805.075611) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-action/ros-kilted-rcl-action-dbgsym_10.1.5-1noble.20260805.075611_amd64.deb Size: 60902 SHA256: df6b2c905fec05815a28b1070183ec12104f8adc15c3a5c695beeb02804fe97f SHA1: 7db83e64472ec770a31cdef4a8328fc412c4a660 MD5sum: 0db9e3599eaa739c38afc54ad57c77b6 Description: debug symbols for ros-kilted-rcl-action Build-Ids: 7af31c817ba2d08aaa67e7c7fa8cfb318f9aabdc Package: ros-kilted-rcl-dbgsym Package-Type: ddeb Source: ros-kilted-rcl Version: 10.1.5-1noble.20260730.180814 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 349 Depends: ros-kilted-rcl (= 10.1.5-1noble.20260730.180814) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl/ros-kilted-rcl-dbgsym_10.1.5-1noble.20260730.180814_amd64.deb Size: 269852 SHA256: 2ac9f15366ba379a03ed136b653ce303e843b6ed1bba03c8c2bfac37e7e0f436 SHA1: 8c7b2d61b227c6e931ab4b3d7a66b00b6d52d4a9 MD5sum: bde9049389c4b152f5f43d8c22e40512 Description: debug symbols for ros-kilted-rcl Build-Ids: 6906928bc25fe1a62005e823ce32077b069ae9ff Package: ros-kilted-rcl-interfaces Version: 2.3.2-1noble.20260716.013305 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5852 Depends: libc6 (>= 2.14), 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.20260716.013305_amd64.deb Size: 396448 SHA256: ed7207a60169fab653221ec39953e4f08a22a23b95654f1d13f7291c8e3338ec SHA1: ef2cc019f0f330f1e2b58abb1e4cbb3e262fa6e0 MD5sum: e208ff01d16ef08b382cd57e392c2286 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.20260716.013305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5150 Depends: ros-kilted-rcl-interfaces (= 2.3.2-1noble.20260716.013305) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-interfaces/ros-kilted-rcl-interfaces-dbgsym_2.3.2-1noble.20260716.013305_amd64.deb Size: 4300998 SHA256: 2e9866a94158b017b58a64aaefc7e6e2f0ffac8c4d0cdf9b4885c8e989f0e899 SHA1: a07abb34d349d0bae002356082a06f2037dd27e8 MD5sum: aab0a8611605bac1c592119d979ce2e8 Description: debug symbols for ros-kilted-rcl-interfaces Build-Ids: 04cab5f57fc4773363a509063a0ebd9960b4a5a5 10682db5ba9b18c81edb444a055c6dd7e19a16bc 1565c155214e1c9ae8344a15ab8c26e44b3008a0 3614aca059acc6bdeeccf1714dd0c6d70e591905 47d95862d9ce6d71fec517ff435c7fc5e28ea948 5d100172844089310db8ea7f12d6e2ac5ce4f186 a26bcf069d0f7bc7a1b8237fff4f688998d8d1c0 aaadaa958444e819d8374075c5f99b04f76aebc9 d1744045d6cd9d8a3fa63ba6f33f162c6cbe0fbb dbcf9950797a63e5c447716b117f9b756547e678 e0ae7e26bb3c86736ef010baaf2b4bd078dcfa0c Package: ros-kilted-rcl-lifecycle Version: 10.1.5-1noble.20260730.205452 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 146 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/rcl_lifecycle/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-lifecycle/ros-kilted-rcl-lifecycle_10.1.5-1noble.20260730.205452_amd64.deb Size: 30344 SHA256: 9b4b4678ad454ca195f3ebd544c7ec948de6c6dc1199b60b960799f380f8ac37 SHA1: d55704f3a5730db6161b9b9912344837f2ed690c MD5sum: 3d8ef4484239594e57510949d06b7c15 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.5-1noble.20260730.205452 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 54 Depends: ros-kilted-rcl-lifecycle (= 10.1.5-1noble.20260730.205452) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-lifecycle/ros-kilted-rcl-lifecycle-dbgsym_10.1.5-1noble.20260730.205452_amd64.deb Size: 33842 SHA256: 549aadb9c1634c39f77faaf01aa5b1e9f2c10f8ff339c408b0146029bc74e346 SHA1: db270e135b7e8c507e516f2e2bba431487192dfe MD5sum: 0aed5c93be25d6b5305d74cbcb4da9a9 Description: debug symbols for ros-kilted-rcl-lifecycle Build-Ids: 635eaf34f73260718769136d7526acf91153db74 Package: ros-kilted-rcl-logging-interface Version: 3.2.4-1noble.20260730.175948 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 81 Depends: libc6 (>= 2.4), 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.20260730.175948_amd64.deb Size: 13468 SHA256: da6d6763904262076f8099b52a2c8e41ad8e13de5497a223def5cbda0ef9fbda SHA1: 68b84106f26ee897c1f974e74b73aa2657c42873 MD5sum: 04c5a9ce3997b68def3d9ec8d8d50b1e 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.20260730.175948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 18 Depends: ros-kilted-rcl-logging-interface (= 3.2.4-1noble.20260730.175948) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-logging-interface/ros-kilted-rcl-logging-interface-dbgsym_3.2.4-1noble.20260730.175948_amd64.deb Size: 4782 SHA256: eec21f97c7b8a65fe82f5757cb43dcc8ca3e5e086eeee6eaf5ab5223f504b7e6 SHA1: 9690d70aecb55c34ce1b332851a2dd1aa2bcba01 MD5sum: 10811d36e754fad10666423de3f02cbe Description: debug symbols for ros-kilted-rcl-logging-interface Build-Ids: 1fd4a0945baad789226c60db2e53d73dbcf51542 Package: ros-kilted-rcl-logging-noop Version: 3.2.4-1noble.20260730.180723 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 76 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.20260730.180723_amd64.deb Size: 11520 SHA256: 8146dfb22c07031dee4103226faf072bc38c7699eae93c41f7f1f0cd7afc3778 SHA1: d2cf598ad5f8fd658c77ff3defa01c1931351fd1 MD5sum: 1f644700826198c969778259933efc5f 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.20260730.180723 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 16 Depends: ros-kilted-rcl-logging-noop (= 3.2.4-1noble.20260730.180723) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-logging-noop/ros-kilted-rcl-logging-noop-dbgsym_3.2.4-1noble.20260730.180723_amd64.deb Size: 3534 SHA256: b3b021a88136e5721bb42e0bba5f173f854649e35290debbb76ff532e5e007ab SHA1: b7f4e1c275d92f98176c932c80b204e668c2ca21 MD5sum: 57190be010a7e80a4c346ed65ee644dc Description: debug symbols for ros-kilted-rcl-logging-noop Build-Ids: 3923745e060dcc7473751e7094e740df6e04f47d Package: ros-kilted-rcl-logging-spdlog Version: 3.2.4-1noble.20260730.180301 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 105 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.20260730.180301_amd64.deb Size: 22718 SHA256: 7e5114dd28c09fa3980d38cfc43ef7ca8ccaecbd5a959002258d6e8180c4fa43 SHA1: 94539d1cdaf6274625cbfbf274c65cb0a7dd0ca9 MD5sum: b3e5f3e3cbcb5d10246c318c4bccecd7 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.20260730.180301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 222 Depends: ros-kilted-rcl-logging-spdlog (= 3.2.4-1noble.20260730.180301) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-logging-spdlog/ros-kilted-rcl-logging-spdlog-dbgsym_3.2.4-1noble.20260730.180301_amd64.deb Size: 200724 SHA256: 5526c9ebe4af40111eb388811107e8a33ea6704f6451af34c9da4be5b5d6db56 SHA1: 16b699a612cf5acaf95f4242829d972486afa6d7 MD5sum: ca64b606c0e0b74350d0779568bd2627 Description: debug symbols for ros-kilted-rcl-logging-spdlog Build-Ids: fbf43a31f84070538f4f9a8544be02a0f061a84f Package: ros-kilted-rcl-yaml-param-parser Version: 10.1.5-1noble.20260730.180545 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 129 Depends: libc6 (>= 2.14), libyaml-0-2, libyaml-dev, ros-kilted-libyaml-vendor, ros-kilted-rcutils, ros-kilted-rmw, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rcl_yaml_param_parser/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-yaml-param-parser/ros-kilted-rcl-yaml-param-parser_10.1.5-1noble.20260730.180545_amd64.deb Size: 30032 SHA256: e5901fc3df930d4367b55c5828e36abbdfa5cf23f753ecdf775c3af0071ec136 SHA1: 2a7226d5d7df0e43d09dc020916941ff4adf43ad MD5sum: 697f0bb33c8d313230406d17c1367996 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.5-1noble.20260730.180545 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 63 Depends: ros-kilted-rcl-yaml-param-parser (= 10.1.5-1noble.20260730.180545) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcl-yaml-param-parser/ros-kilted-rcl-yaml-param-parser-dbgsym_10.1.5-1noble.20260730.180545_amd64.deb Size: 43720 SHA256: 32ab9c920b6a4590f736394773ab1f47a5a68e47d1a2492b030f5957cc0fefbf SHA1: 5217b5ac549cba2730d33ca3b8ddc24605d26e16 MD5sum: 384622932e907ae15381a1e848c21b0f Description: debug symbols for ros-kilted-rcl-yaml-param-parser Build-Ids: e247478910ac8ad0eaeaba945e9ba27b78175c92 Package: ros-kilted-rclc Version: 6.2.3-1noble.20260805.080615 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 263 Depends: libc6 (>= 2.4), 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.20260805.080615_amd64.deb Size: 47982 SHA256: 38105eb0df3b325dc634dd277185a6d8cead541876d72761d6961cc9e9695daf SHA1: 5d62a8be2406df192140473667d78546246a1b3d MD5sum: dbaf6d7b1ce61be73745eec54a80b9bc Description: The ROS client library in C. Package: ros-kilted-rclc-dbgsym Package-Type: ddeb Source: ros-kilted-rclc Version: 6.2.3-1noble.20260805.080615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 128 Depends: ros-kilted-rclc (= 6.2.3-1noble.20260805.080615) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclc/ros-kilted-rclc-dbgsym_6.2.3-1noble.20260805.080615_amd64.deb Size: 87258 SHA256: d089cbf035686ed31013dec2eb4a7a195e3d2590172b003e0925183b9ef6fcd6 SHA1: fada9f4b6500ed95db069e035aa4c1b1523d9be9 MD5sum: eda06e28adc7cc8066ab411e23985f7a Description: debug symbols for ros-kilted-rclc Build-Ids: d27c9c76aaafa9d9bd214b3a814866a323a8f971 Package: ros-kilted-rclc-examples Version: 6.2.3-1noble.20260806.074116 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 261 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.20260806.074116_amd64.deb Size: 34606 SHA256: c376bcaea34a066c9bd8cf403a70f8f31d3241e7458201f226df8cb8b4d4b75d SHA1: b1eb549d8d2570244664bf2b50262440d9a50927 MD5sum: 84c6cb2433ac9917b10463b0b13ec29b 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.20260806.074116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 266 Depends: ros-kilted-rclc-examples (= 6.2.3-1noble.20260806.074116) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclc-examples/ros-kilted-rclc-examples-dbgsym_6.2.3-1noble.20260806.074116_amd64.deb Size: 159352 SHA256: 956cc5dc41c15804410591493de75c91944ac10bb487aaa3fef0c4dfcc9de8f6 SHA1: 9f5a96bb6a8db5b40653237f5ee84ab40e8591a6 MD5sum: af826d3d651e9d1b6b30c039987e0db7 Description: debug symbols for ros-kilted-rclc-examples Build-Ids: 3a62e0763ac43f27f941cc0d447e7d55ddf605b8 81feb5fab35ae1bfd2db7acacd0ed898edc16c6e 83abcceca7b740ab110a425a40dab30900fbbcce 8b8fa7699b224800241fb9f8d5a9b4fda06437e2 a6814c62ae362747a371095777cd0a31184ad159 b0221a4f825a07b448b17159f8d3dd396160713e bc1494319bdefe0d86f70d15f851eaf6e1ad6d3d d8cb50ef0cf89a0d20b4126e9643969aae818f3a f41b9dcf8221098b53cd6608006cb09d6c0d2cf2 f4af21f5984fb76088f39f4d8144f6f3a12b487f f8b022af43c5c5d69e698196a3d3d34e4b3c9a77 ff4a0a8adbd88c5f986d20875b64d6306edc381d Package: ros-kilted-rclc-lifecycle Version: 6.2.3-1noble.20260805.081458 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 94 Depends: libc6 (>= 2.4), 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.20260805.081458_amd64.deb Size: 17488 SHA256: 4cdb29e7a0ed6709a58ddac110faebef30e4cea96054cd5634903ea2536d2b49 SHA1: faa677031860e73d6ed7b18c6b1857778a171e92 MD5sum: c5bdb2b68f7f398678160506e846a499 Description: rclc lifecycle convenience methods. Package: ros-kilted-rclc-lifecycle-dbgsym Package-Type: ddeb Source: ros-kilted-rclc-lifecycle Version: 6.2.3-1noble.20260805.081458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 38 Depends: ros-kilted-rclc-lifecycle (= 6.2.3-1noble.20260805.081458) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclc-lifecycle/ros-kilted-rclc-lifecycle-dbgsym_6.2.3-1noble.20260805.081458_amd64.deb Size: 20954 SHA256: 496c25a7dfb424008956c84d793da55d0911cabd9b0b3418b0b318637b7a0e93 SHA1: 87f27616267427f286a0c4f4611c775e6c15523e MD5sum: e1f2aef01d7aebafb3e794f439154541 Description: debug symbols for ros-kilted-rclc-lifecycle Build-Ids: 97b88fbe6eaf45a20d70518cc8cb0d8680dff59b Package: ros-kilted-rclc-parameter Version: 6.2.3-1noble.20260806.073527 Architecture: amd64 Maintainer: Antonio Cuadros Installed-Size: 132 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.20260806.073527_amd64.deb Size: 24466 SHA256: 10fb2aed0112c30cf16ab8dc778bc6af0fcb4654a46633c7b5ec2f32ff59c185 SHA1: 64f2819775bcb9fd59c1d2834bfd6da7c8773332 MD5sum: ae80268904ac82b849965a37ed1581a2 Description: Parameter server implementation for micro-ROS nodes Package: ros-kilted-rclcpp Version: 29.5.10-1noble.20260804.155730 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 3898 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), 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 Homepage: https://index.ros.org/p/rclcpp/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp/ros-kilted-rclcpp_29.5.10-1noble.20260804.155730_amd64.deb Size: 821578 SHA256: d635fa0c4d22d3ff2616dab7dbcb20ab0dbf4f8dd2dcfcf6c1cbdf2e48c49e2c SHA1: d562d8fad9aed417de60efe880bfadd6083204da MD5sum: ac4c6f444f73097950f1a7895a257c11 Description: The ROS client library in C++. Package: ros-kilted-rclcpp-action Version: 29.5.10-1noble.20260805.080913 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 415 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 Homepage: https://index.ros.org/p/rclcpp_action/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-action/ros-kilted-rclcpp-action_29.5.10-1noble.20260805.080913_amd64.deb Size: 98650 SHA256: 0e7a7c336179ff866210ada5064379a250b07c19290362f6f4f49eccf2e6d433 SHA1: 6a3e7918a19046109a2b8ce233231684571e9ccb MD5sum: bba6f6701b4aa817c7866c57fa88fdf9 Description: Adds action APIs for C++. Package: ros-kilted-rclcpp-action-dbgsym Package-Type: ddeb Source: ros-kilted-rclcpp-action Version: 29.5.10-1noble.20260805.080913 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1297 Depends: ros-kilted-rclcpp-action (= 29.5.10-1noble.20260805.080913) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-action/ros-kilted-rclcpp-action-dbgsym_29.5.10-1noble.20260805.080913_amd64.deb Size: 1196244 SHA256: 4ceb13683f8b2b777db973c9a4b8f5b8bb46fd216ca26d61698387d9929197b6 SHA1: 648285826d27f47c0c533e36d9959faaa1c80905 MD5sum: d4164ea255262537c926e4939355a4ea Description: debug symbols for ros-kilted-rclcpp-action Build-Ids: f33a7490b1aa12dc6391f7d1db196cd126670a64 Package: ros-kilted-rclcpp-cascade-lifecycle Version: 2.0.4-1noble.20260806.073422 Architecture: amd64 Maintainer: fmrico Installed-Size: 807 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.20260806.073422_amd64.deb Size: 146174 SHA256: c98a1147e3c0fa25f29a1b097df9974ab5cc3bcb915b4b21ca31c85f0dbec5ea SHA1: 577b93e34f6a9b4f93dcc73a08aef4e06e0c941d MD5sum: 787729e51ab9abdbc28e289882761a7d 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.20260806.073422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: fmrico Installed-Size: 3246 Depends: ros-kilted-rclcpp-cascade-lifecycle (= 2.0.4-1noble.20260806.073422) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-cascade-lifecycle/ros-kilted-rclcpp-cascade-lifecycle-dbgsym_2.0.4-1noble.20260806.073422_amd64.deb Size: 2652540 SHA256: a01fe1c171f89ba56d073beb502df1bcbbd7c5d9ca099d010a67f5324702ff29 SHA1: ff458a4c47cd0bd432ec9160e3ec68c79fd36e4a MD5sum: 75905fb4ce11ddc1b84237a64e64ff0f Description: debug symbols for ros-kilted-rclcpp-cascade-lifecycle Build-Ids: df6d456bd3c978fb5a7921e9c39d7a90e27c0768 Package: ros-kilted-rclcpp-components Version: 29.5.10-1noble.20260804.165934 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 406 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 Homepage: https://index.ros.org/p/rclcpp_components/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-components/ros-kilted-rclcpp-components_29.5.10-1noble.20260804.165934_amd64.deb Size: 89372 SHA256: 92782372ad95807ed20aac6b410aa1409d69aef15f4e29411e09937639953fe0 SHA1: 2dbeb82ea5329a27da7477464ae7c3679535bc66 MD5sum: b5eb59aae5bde5d08c271cbd0e032653 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.10-1noble.20260804.165934 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 2159 Depends: ros-kilted-rclcpp-components (= 29.5.10-1noble.20260804.165934) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-components/ros-kilted-rclcpp-components-dbgsym_29.5.10-1noble.20260804.165934_amd64.deb Size: 2034436 SHA256: 4af72f56b5f848b4c001436a1c26708e4f3b7cfaf7790c29ba8116ea86d26c27 SHA1: aeecc3e4c33caf387fe7a72f1f9019fb00d4f4e0 MD5sum: 2c21d02db9025463dc33ecde76c559ac Description: debug symbols for ros-kilted-rclcpp-components Build-Ids: 5fb94887218438781542f8d67c0bb265849b06ff 99b20af96a818452d5240a556b61920226f84f08 bf692ff6e8306a1d56bf40f64460357729141dbb cb8ad60f909fa6d37e5575bb877ff1e7e8bb7e02 f64fb6b336363e5deb57838bc09e8e3429488ef4 Package: ros-kilted-rclcpp-dbgsym Package-Type: ddeb Source: ros-kilted-rclcpp Version: 29.5.10-1noble.20260804.155730 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 15784 Depends: ros-kilted-rclcpp (= 29.5.10-1noble.20260804.155730) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp/ros-kilted-rclcpp-dbgsym_29.5.10-1noble.20260804.155730_amd64.deb Size: 14654024 SHA256: 32a6119590d53d0e680da139089c0d125050243eb76817100a7548a3b4ad2be0 SHA1: 9a4fa605aa2fbcf029fa93292a9deec20c3f6731 MD5sum: 9d5bfae9ec16cab35cd90cb624d3c28c Description: debug symbols for ros-kilted-rclcpp Build-Ids: 7fda1b3726b89fec83c498ba68db59d7c1246672 Package: ros-kilted-rclcpp-lifecycle Version: 29.5.10-1noble.20260805.075552 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 375 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 Homepage: https://index.ros.org/p/rclcpp_lifecycle/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-lifecycle/ros-kilted-rclcpp-lifecycle_29.5.10-1noble.20260805.075552_amd64.deb Size: 83346 SHA256: 593045ee54f89fd43dea4312ce3e40e97269f20ff1302acddfa319d34747612e SHA1: 12cb512863ba5ac37260352bcf8247739e03bae6 MD5sum: 40d265f33557b18a81c88cc4138ce114 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.10-1noble.20260805.075552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1257 Depends: ros-kilted-rclcpp-lifecycle (= 29.5.10-1noble.20260805.075552) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclcpp-lifecycle/ros-kilted-rclcpp-lifecycle-dbgsym_29.5.10-1noble.20260805.075552_amd64.deb Size: 1151732 SHA256: 8d5ce1d995109798d1a4f7807ae175a48a2dbc081c7db7672e1826e4b9409872 SHA1: af18f51c658147feef7db9945e3ba495efe45f78 MD5sum: 444d4348ac099ea7ec5bdbcf08ed6358 Description: debug symbols for ros-kilted-rclcpp-lifecycle Build-Ids: d1cfbd1bb5a7465d8d69b5ef5046a0ad7a6aa854 Package: ros-kilted-rclpy Version: 9.1.6-1noble.20260805.135526 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 1896 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 Homepage: https://index.ros.org/p/rclpy/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rclpy/ros-kilted-rclpy_9.1.6-1noble.20260805.135526_amd64.deb Size: 481242 SHA256: 1f22b93f73f5bfff18619227553b799a29b59f08a394e055006988453b9c8212 SHA1: 0fd6564b6ce9f2c1844b787179441c6b67ece6bd MD5sum: bc8424e21694307f67c5adfc18bc5759 Description: Package containing the Python client. Package: ros-kilted-rclpy-cascade-lifecycle Version: 2.0.4-1noble.20260806.073416 Architecture: amd64 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.20260806.073416_amd64.deb Size: 9452 SHA256: d6769f61f433fa11b1f2d56cd405a1ef6971f60103d73bb74f968139d3f16be6 SHA1: c8f8d8ea56d26518058c8fb1c92868b2ec68f410 MD5sum: 12ab304793d85c05a237125f10e9dc8b 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.20260805.140450 Architecture: amd64 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.20260805.140450_amd64.deb Size: 14822 SHA256: da52dccce647dc3bb8a857d6ec4468c4fa80468af6f84db43bf2847f8bb565f3 SHA1: 3835471986fc86ce6f68c725db90574cee5920ee MD5sum: 3defebe6c08854d0a8122319942646a0 Description: Converts between Python dictionaries and JSON to rclpy messages. Package: ros-kilted-rclpy-message-converter-msgs Version: 2.0.2-2noble.20260716.013247 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1331 Depends: libc6 (>= 2.4), 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.20260716.013247_amd64.deb Size: 106582 SHA256: 9116cb907546ca186611e0ed4557bf2d53bd2ce9ba4cd6d000e5c63cc469a26e SHA1: ddb064f0e0554baaa80dcfe657ef6b3177ed4e90 MD5sum: 5c1cbbe2f87338bec9c047dfbc5e53c7 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.20260716.013247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1017 Depends: ros-kilted-rclpy-message-converter-msgs (= 2.0.2-2noble.20260716.013247) 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.20260716.013247_amd64.deb Size: 789600 SHA256: 470c83b0c92d511d056e491ef1ccbc3345ecc635ecffa709d428b155cf1683cb SHA1: ec6636527b3451c2fdde513be0da4baaa898ea1f MD5sum: bae8439e80f114624abb0fce9e2cda54 Description: debug symbols for ros-kilted-rclpy-message-converter-msgs Build-Ids: 0178c190eaaad6d19672a6abadb6a843004c0145 0270c6deed43bac985db4605bc28a5903050f528 03226e65df4986db03aeaf7cbe75364076219e93 14e11e2cf33908edb54b7bc572505d7017c01920 3419296744a9e83fe763b18c95889fc9a8caad77 4be9fbe7cc6e033b373e3e830b609f8edce035d8 683b7a42d51a4fa34178cfc5a082b3293378086c 8a1a3390e40ead54ffea69f48aaebbbab72389f8 e3296869c7563037e12bb1195c7c019110440f8b e4f7382db544e0a4a4b2f7c7bdde90b18ef36a3a f6491343139a1b1e383439e24d8be4caed2aaba7 Package: ros-kilted-rcpputils Version: 2.13.6-1noble.20260703.001317 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 298 Depends: libc6 (>= 2.33), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rcutils, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rcpputils/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcpputils/ros-kilted-rcpputils_2.13.6-1noble.20260703.001317_amd64.deb Size: 56784 SHA256: 6330e705d993dc14e919bd352ff4f13200666de037ee609e3794c6057f975002 SHA1: b17a37cf1bdb5ec0d7d261b3989a82c1abcb568a MD5sum: e54586eaf1e1bf2122fcfbd7e4c420bc Description: Package containing utility code for C++. Package: ros-kilted-rcpputils-dbgsym Package-Type: ddeb Source: ros-kilted-rcpputils Version: 2.13.6-1noble.20260703.001317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 307 Depends: ros-kilted-rcpputils (= 2.13.6-1noble.20260703.001317) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcpputils/ros-kilted-rcpputils-dbgsym_2.13.6-1noble.20260703.001317_amd64.deb Size: 280162 SHA256: 32aecc49ef5a5aa31b005b9273d1386cddd9d942a0376572842106b4d8b80245 SHA1: 99f3f87a7f151b4917f6f342b129db1b358bdcdd MD5sum: 51f514d144004d152a341c53d021f68f Description: debug symbols for ros-kilted-rcpputils Build-Ids: 8d7e37b67ec8c19e02f644c81c27024e1a98cbb2 Package: ros-kilted-rcss3d-agent Version: 0.4.1-4noble.20260804.170401 Architecture: amd64 Maintainer: ijnek Installed-Size: 194 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.20260804.170401_amd64.deb Size: 57658 SHA256: 544b9b4475b861518b66c50d0f66f6b0c90036f1b33ba852dc3b89ca8ae0d1cf SHA1: 7e28a3fc8f7e00ad1aa6be4c328caa600036ca38 MD5sum: c07ba96de9b5caf9051605ca795ef251 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.20260804.175712 Architecture: amd64 Maintainer: ijnek Installed-Size: 1443 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.20260804.175712_amd64.deb Size: 205136 SHA256: 3b6f3102180007b318ccb289b108bd17beb9546da4f487bab08424dffaa141c4 SHA1: ad74f25c2c17eddd0b2b4b32d75f88a35bf7c3cc MD5sum: d693f50b3391b57929461db708e0f212 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.20260804.175712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 6179 Depends: ros-kilted-rcss3d-agent-basic (= 0.4.1-4noble.20260804.175712) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-agent-basic/ros-kilted-rcss3d-agent-basic-dbgsym_0.4.1-4noble.20260804.175712_amd64.deb Size: 4873138 SHA256: 0c71dc4d90795cbd831979356f6de7384106b3d617391da70d42e93139fe1595 SHA1: b7f9651f0644141eb6c42e5b9a45a73d3011ddb2 MD5sum: 8d23929f68bcaaf324487dfd799b7570 Description: debug symbols for ros-kilted-rcss3d-agent-basic Build-Ids: 9b7f4313c047f0c9d7c828f9357d695c1d4f113e b450b9042df8562b396559645034ddc9907f7973 Package: ros-kilted-rcss3d-agent-dbgsym Package-Type: ddeb Source: ros-kilted-rcss3d-agent Version: 0.4.1-4noble.20260804.170401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1061 Depends: ros-kilted-rcss3d-agent (= 0.4.1-4noble.20260804.170401) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-agent/ros-kilted-rcss3d-agent-dbgsym_0.4.1-4noble.20260804.170401_amd64.deb Size: 1025320 SHA256: 8ac46f6d574ae50e1ce4ad06f14ce6c8dbf8adc07dd762e3069fa9a33fcd5338 SHA1: bd6ceb01786ad12025c2ae4bfa869d535c31aa07 MD5sum: 8c016e28f143a6774d327ce109691337 Description: debug symbols for ros-kilted-rcss3d-agent Build-Ids: 82ac472661839423b1ef0595d9d037f500cf1be8 Package: ros-kilted-rcss3d-agent-msgs Version: 0.4.1-4noble.20260716.013315 Architecture: amd64 Maintainer: ijnek Installed-Size: 3504 Depends: libc6 (>= 2.14), 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.20260716.013315_amd64.deb Size: 265160 SHA256: 066a007207cfeac133d7b7613fc7880c26cc5d09f5fb78b9544205d196418c25 SHA1: 525fef955c9ce2fb0c2bde4db5918e19fee494ae MD5sum: 2d48906356c9b03353d36b067ea0837e 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.20260716.013315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3033 Depends: ros-kilted-rcss3d-agent-msgs (= 0.4.1-4noble.20260716.013315) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-agent-msgs/ros-kilted-rcss3d-agent-msgs-dbgsym_0.4.1-4noble.20260716.013315_amd64.deb Size: 2550000 SHA256: b3b32737f8b77fcb049e77a1441013018d3a40b630f61260c5982acd3e64feb6 SHA1: 295c80a6183176dc62a104ef4129ac31902a8a65 MD5sum: 5df03f5b8c6bc374b13600bdbda7e79e Description: debug symbols for ros-kilted-rcss3d-agent-msgs Build-Ids: 080924022617ce9e82da68600747ab3072697a6a 24544a9cb7dc3baa89befc215852063f2a30a134 2ad07cf5de207074d1fca04152b6b8a5067b7b21 3e4f63ab9d42c22b3efb596802b144c2770ccd55 58bddc8c2a94939fb7d575deb224477bdf6e96d8 636b4454768de037e3951fdcfd058d78a95a7ed7 6df3f9d3f0331baf87cf543072dbb5770d10c0f0 8680c08846577613a969834c12de81207fd74fc5 af9797fbcc0a43d0d4e04a92fe67fac1ae01b489 de25a3f450fe6bf15e18ea04df0cd78d70d490fa ffbbe819abb65d8a1c04422520da7ad72f932a32 Package: ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces Version: 0.4.1-4noble.20260716.021427 Architecture: amd64 Maintainer: ijnek Installed-Size: 83 Depends: libc6 (>= 2.4), 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.20260716.021427_amd64.deb Size: 14462 SHA256: b5e461d67d40c29853f59440fcc732ef9966097f72347d532e79ef931bbe6657 SHA1: fe92acb06afa7bbc65fb8cb8466c52f55cea90e0 MD5sum: 309a4e5ff64d8098fc2d2e9029d2d9f9 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.20260716.021427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 120 Depends: ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces (= 0.4.1-4noble.20260716.021427) 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.20260716.021427_amd64.deb Size: 106508 SHA256: 1358aa662bee4a8bed2b1c3af0c535859f77cba1abf95bdffe1cae1c99527b44 SHA1: e98ea2278ce05ba7e357e25abead2582b2d7c103 MD5sum: 1fb7d0882e748bc9d97b3dc8956c6741 Description: debug symbols for ros-kilted-rcss3d-agent-msgs-to-soccer-interfaces Build-Ids: 32384ddbf1e495785030047b3e350d4f5a11c5e1 Package: ros-kilted-rcss3d-nao Version: 1.2.0-3noble.20260804.175716 Architecture: amd64 Maintainer: ijnek Installed-Size: 1312 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.20260804.175716_amd64.deb Size: 239186 SHA256: cf73ae4ae011c28259fc560f2e8f914c2da8a3813a09e3306e31ebfffd8ad9cb SHA1: 742d35193220ef902eb7421a275865630c6c628b MD5sum: ecbefd7f7d5ac06ba241430d8bbb6ccd 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.20260804.175716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 6411 Depends: ros-kilted-rcss3d-nao (= 1.2.0-3noble.20260804.175716) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcss3d-nao/ros-kilted-rcss3d-nao-dbgsym_1.2.0-3noble.20260804.175716_amd64.deb Size: 5476286 SHA256: 19326372f346c8e5341b92afd6276cbdacde352b546e29498b8f453852a86aa6 SHA1: 819bf62f71a2b338582231cfd3affb79c8cf45c7 MD5sum: 8ed35f89b82d2ee8ad98a1d81567c94c Description: debug symbols for ros-kilted-rcss3d-nao Build-Ids: 232198e43157803e89e5f061b75b434dbb99e458 d8d5e938c073d86b9a061fc4cc05f4a87511355a Package: ros-kilted-rcutils Version: 6.9.11-1noble.20260703.000916 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 507 Depends: libc6 (>= 2.34), libatomic1, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rcutils/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcutils/ros-kilted-rcutils_6.9.11-1noble.20260703.000916_amd64.deb Size: 93644 SHA256: 77afe1773f56775718f298167b95ccec2d539389e8b020de82e7279c0dfc7862 SHA1: 73d09cfbde3588ca7a3aa4f0bc7b444ca9e6550c MD5sum: e9955e3284e74a7784005ccae33bd5a3 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.11-1noble.20260703.000916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 132 Depends: ros-kilted-rcutils (= 6.9.11-1noble.20260703.000916) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rcutils/ros-kilted-rcutils-dbgsym_6.9.11-1noble.20260703.000916_amd64.deb Size: 95428 SHA256: 66613512ca25c02e59244b6f607ca6732d9b6e2f60d489ecb6d1f278daa30ef5 SHA1: 774ce0a3ea4be35b03aaedbe0c4f5ba8b60c6fe3 MD5sum: e48b08051d3c6e441fa1bfa0278cca1f Description: debug symbols for ros-kilted-rcutils Build-Ids: 36c371eb8ac9cd8327a9e3f3a2dce5758b40b4d2 Package: ros-kilted-realsense2-camera Version: 4.58.3-1noble.20260805.142834 Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 2134 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-action, 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.58.3-1noble.20260805.142834_amd64.deb Size: 543668 SHA256: d22e980fdecf2e6d551d0fcaa70a04e56d59e9c799c14d214e07797cb98f4a3d SHA1: 5e59c28324091979c68988bf52a83395e3348497 MD5sum: f3dc6a8fbb285635a52194fe04268ce6 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.58.3-1noble.20260805.142834 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 14198 Depends: ros-kilted-realsense2-camera (= 4.58.3-1noble.20260805.142834) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-realsense2-camera/ros-kilted-realsense2-camera-dbgsym_4.58.3-1noble.20260805.142834_amd64.deb Size: 13355472 SHA256: 804673de9d06804fe6393de311e9bc0fdc2b2e5c75d987fee34a1b06dcbcecf1 SHA1: 1d6ec71c7a504bdf29e1accf2cf0554de619b315 MD5sum: e31fe30f08c790245c25196f9cdec184 Description: debug symbols for ros-kilted-realsense2-camera Build-Ids: 6ad159a9091afec2125f0efed6690b27ae697539 bd78617203af0dd1538a49157c892753e5f103df Package: ros-kilted-realsense2-camera-msgs Version: 4.58.3-1noble.20260720.174116 Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 6733 Depends: libc6 (>= 2.14), 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-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.58.3-1noble.20260720.174116_amd64.deb Size: 407490 SHA256: 705079079707daf3fc6e5f2d07993d43bbc005d56d51a85bfc34c8769684bdfb SHA1: ca63f62b769adf42a9bbf162b0aef7b66e1b1152 MD5sum: e4faa7c88d77782a694a722d3222bba7 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.58.3-1noble.20260720.174116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 4512 Depends: ros-kilted-realsense2-camera-msgs (= 4.58.3-1noble.20260720.174116) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-realsense2-camera-msgs/ros-kilted-realsense2-camera-msgs-dbgsym_4.58.3-1noble.20260720.174116_amd64.deb Size: 3471866 SHA256: 96c2c8e2886b3a0a7234e40cba2231975b6532c6a3452dc65a3b46c7551fefd7 SHA1: e738c4ef80dc090959645a8033012726bb1038da MD5sum: 8530a221d5bf4b0d6f9c5f93fd9ae945 Description: debug symbols for ros-kilted-realsense2-camera-msgs Build-Ids: 1861d84dd0107c8571001219845c0a12d9439cd2 39d9f4456bffa07cdd8b19aa0a735cb00fda4ad7 3ec22ea519deb96033863d5fb3cf94296232da04 4cf3a30d799ced2bcc6811433ab678eb2c9bf386 7aec35bf456435f20eb79037a3d68cba2eade570 a02b91bcd7c6fe8869932a587328ba8aad4fea57 b120061ca68dc2480cea691200f5d7cbf0a1f9d6 c4a8c9142621875ba055737ac165b27ec686d8bb c9c468b45c92442b174a493fd3b27a024b45272d d4817921f787d75fd759d27c27e0ffc6587c073b f46f38de545e7a01691bb8311fae6793928662d7 Package: ros-kilted-realsense2-description Version: 4.58.3-1noble.20260805.140931 Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 93981 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.58.3-1noble.20260805.140931_amd64.deb Size: 15525800 SHA256: e26c4580f63d4622eaab0877b3c52adf9a0250e075dd87cc5a0ef08b5b9333bc SHA1: d1a35d6898180c5bcee6ee70dbc809836be93531 MD5sum: 6c74ef1463407beaa709cbfbb3f8f62f Description: RealSense description package for RealSense 3D D400 cameras Package: ros-kilted-realtime-tools Version: 4.8.0-1noble.20260805.081544 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 221 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.20260805.081544_amd64.deb Size: 41812 SHA256: 11a6394ab9ede78ba247a8a77b646d5b158dc926301101ca880096f598231119 SHA1: c29353757f1c1cb16f50350aa307f3c3928622d1 MD5sum: aee4010e747984ed1ac4ef56c155a73b 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.20260805.081544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 221 Depends: ros-kilted-realtime-tools (= 4.8.0-1noble.20260805.081544) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-realtime-tools/ros-kilted-realtime-tools-dbgsym_4.8.0-1noble.20260805.081544_amd64.deb Size: 98824 SHA256: ecf3b5e68e5179d6ea73173c8e50e595c4495dd460f79879711fee23655c5e61 SHA1: aebae35f5acf288bda9ad9eb161741958560fdbf MD5sum: c5c00a7fad7cac14ed3ece07a35bc73d Description: debug symbols for ros-kilted-realtime-tools Build-Ids: 01a160d479d16143c002abb66d6ed149289aa0c3 813cd2c12b23321190563635fd88f938fa98216f Package: ros-kilted-replay-testing Version: 0.0.4-1noble.20260805.140831 Architecture: amd64 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.20260805.140831_amd64.deb Size: 24588 SHA256: 8efa8034d64cd3a44b4612d1abb85f9bb771c2d72296894b780be17b957e1306 SHA1: b402198305a676c77b4bc5e4c5af9e86d8f3e9e2 MD5sum: f7a8208ce7742420ae11b7dac3d3727b Description: A testing library and CLI for replaying ROS nodes. Package: ros-kilted-resource-retriever Version: 3.7.1-1noble.20260730.180404 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 144 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.20260730.180404_amd64.deb Size: 28854 SHA256: 9af783ec5241c27bbe03098e0f01871ce48e5a27318faa65a62b93a610b8a2bd SHA1: a34b42a264bc1be7f19e3a6942cb990e51051c48 MD5sum: dbab105cb8e6f2ade7863e2832f1fbaa 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.20260730.180404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 236 Depends: ros-kilted-resource-retriever (= 3.7.1-1noble.20260730.180404) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-resource-retriever/ros-kilted-resource-retriever-dbgsym_3.7.1-1noble.20260730.180404_amd64.deb Size: 209150 SHA256: 4c3ceaa610e0a0ad1b0ad1ed5327fd376439b59e32c9970705737c8a2b120e4c SHA1: 43604b1e87712d98a78145e0d7a2c01db8d4fdc0 MD5sum: 997f79d4924695b4fccfe87753819f5f Description: debug symbols for ros-kilted-resource-retriever Build-Ids: 66adf9444ca853658f6377ca5c0d093c400f4c4b Package: ros-kilted-rig-reconfigure Version: 1.6.1-1noble.20260804.171329 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 1416 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-rclcpp, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rig_reconfigure/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rig-reconfigure/ros-kilted-rig-reconfigure_1.6.1-1noble.20260804.171329_amd64.deb Size: 599510 SHA256: fc06c5ecd1afdd18fcbaa0ddda50d7f288c7df3bdd813a5a631c1b77239624b0 SHA1: 10e1f66f1db194a5f931dbdefe131fc71691988f MD5sum: 101eb96fde0bc05502eeb10f8ae58757 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.1-1noble.20260804.171329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 5358 Depends: ros-kilted-rig-reconfigure (= 1.6.1-1noble.20260804.171329) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rig-reconfigure/ros-kilted-rig-reconfigure-dbgsym_1.6.1-1noble.20260804.171329_amd64.deb Size: 5173698 SHA256: 9118d45439cd2d90c7bf729625c3c577fde203b083d22ff6806ad3062726c4a7 SHA1: 813babaafb7b5639a3f359e0724afd41b02e37e0 MD5sum: 9a94a1fa32f61434b4de6b8dd04f6bf4 Description: debug symbols for ros-kilted-rig-reconfigure Build-Ids: 65c5b917e2a8760aaaec018b6285a6c665cc726a Package: ros-kilted-rko-lio Version: 0.3.2-1noble.20260805.142808 Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 5681 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.4.0), libeigen3-dev, libtbb-dev, nlohmann-json3-dev, robin-map-dev, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rclpy, ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-py, ros-kilted-rosbag2-storage, ros-kilted-rosidl-runtime-py, ros-kilted-sensor-msgs, ros-kilted-sophus, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-tf2-ros-py, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rko_lio/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rko-lio/ros-kilted-rko-lio_0.3.2-1noble.20260805.142808_amd64.deb Size: 887612 SHA256: 96c99dd000bc37d06c969a5a79b4b81fe96b96718cf6470f2aa2358e34b8ddf9 SHA1: 6106119232bdcc333e7491bbd95694df4ee8c937 MD5sum: e010e262d05049cb31918cccf42d1680 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.3.2-1noble.20260805.142808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 34413 Depends: ros-kilted-rko-lio (= 0.3.2-1noble.20260805.142808) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rko-lio/ros-kilted-rko-lio-dbgsym_0.3.2-1noble.20260805.142808_amd64.deb Size: 32987430 SHA256: d20ca071fa95ef82e1dc8a8db9d763a2a5c131fea9bb4fd4578d0ec8a0791a50 SHA1: a849d2e3cdec9adb2259adde3035688cad5010b3 MD5sum: 549b34d3909ee114ce5acfde976350b4 Description: debug symbols for ros-kilted-rko-lio Build-Ids: 19145ccab9bc2b3a12858ff7921b7d7da1b01d28 258d63d6e1b9e3f50c3093189acdf2099d643655 39e6209258387535646751d56b5efc5f4dc4ab02 70e79b1c4a0ddce259ac32df2bf856477080d92f b922ff269cab27a4ddd809208628307f86b7a465 Package: ros-kilted-rmf-api-msgs Version: 0.5.0-1noble.20260410.112530 Architecture: amd64 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.112530_amd64.deb Size: 23804 SHA256: e92122e97a07bac594fe75f5402c4b1cd580e725bd31eb9946dbe053713de7c5 SHA1: e5b69bb1a31e8053e0e9aaf25307019c7f73b474 MD5sum: 63edb1b5dfabcf1edb2c97b20964b762 Description: RMF API msgs definition Package: ros-kilted-rmf-battery Version: 0.4.0-2noble.20260410.113739 Architecture: amd64 Maintainer: Yadunund Installed-Size: 81 Depends: libc6 (>= 2.4), 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.113739_amd64.deb Size: 13268 SHA256: e46adbf0c8f8471670b5c33865ace345c4c3b35c90be1f22a6c846487d96b6eb SHA1: 618169d6846d14187af1915dfe07dedb16691676 MD5sum: 845cdf6fb634e33282a688677d3788e2 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.113739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 198 Depends: ros-kilted-rmf-battery (= 0.4.0-2noble.20260410.113739) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-battery/ros-kilted-rmf-battery-dbgsym_0.4.0-2noble.20260410.113739_amd64.deb Size: 181250 SHA256: 3613e7ee5b3b09ccb6d63a50d80740d27d92bbe363348326f418d58af5b5bbe0 SHA1: 105f2061af88fcc19db7d2cacf958ebd01717c63 MD5sum: 9c5b399519ecefdb0ee332238df53e9e Description: debug symbols for ros-kilted-rmf-battery Build-Ids: 104ad9d946ed8a420f3d0402bf473e1b5ab88ea6 Package: ros-kilted-rmf-building-map-msgs Version: 1.5.0-2noble.20260716.015546 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2558 Depends: libc6 (>= 2.14), 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.20260716.015546_amd64.deb Size: 221166 SHA256: 0041efaa48e139079571b5e6e9d64226fc6552092ca9d54b982cc12ddc5300c4 SHA1: fa568d25bdc4f760006ea2f00999abf1a0e40d60 MD5sum: 3a8c974a896e4c732f12fe71f5307210 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.20260716.015546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2618 Depends: ros-kilted-rmf-building-map-msgs (= 1.5.0-2noble.20260716.015546) 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.20260716.015546_amd64.deb Size: 2261336 SHA256: 53b483148724f4b251a27fc8f7a99c8acb9b68bc8d7234a2dc659afb2391cac4 SHA1: 4a92c04b1851f9195dec48d1732637ec2ea873d0 MD5sum: 0268fa001ec3c42507317408fb48085e Description: debug symbols for ros-kilted-rmf-building-map-msgs Build-Ids: 01a8071583f16b29810980ec1f80b8ef3beafc95 15fcb8f6d237274daed5975b19641d0e45f723f5 2303424b9f336666b9d95efed6553e16a9fa8016 286f77c52cf0f75de7ff19b2d7020e8b96666037 364e6f65fa8bc0d012f41a2f2425d108cf436a4f 3a9a7db88c46bd51ff262feae8b84e5bd3d5c975 3ec69185f37d158a22194f9ef401397e342b2c9a 65a7af67592ff784bf01aef413c12433f739a917 a5cd401abb1d701025a4b2ccf7e8cf259ca3b3d9 a7a8d149e6633b2c7b96e2c7921ed0091369bb75 b5197ed5f71362763d92e971235b209c69e3cafd Package: ros-kilted-rmf-building-map-tools Version: 1.12.0-1noble.20260805.140456 Architecture: amd64 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.20260805.140456_amd64.deb Size: 10836458 SHA256: a553d0b4b484f5ea395def9ee0020284cd852927c1c40b42e74cd6f65e7ae621 SHA1: 43329d67c693666a34845741b60ea89a26aeb6fd MD5sum: af4d3d24214be89fbb1f2665762362c2 Description: RMF Building map tools Package: ros-kilted-rmf-building-sim-gz-plugins Version: 2.5.0-1noble.20260804.170520 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 2391 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.1), 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.20260804.170520_amd64.deb Size: 476496 SHA256: 9611fbd8b83875144964f5d18e8d369e255bc8295e7213ea8d2385c43bb36776 SHA1: ef3b6fb8b1d5643454d59bb49a8504224f493f37 MD5sum: a4e84b0389038652582b94b84b4c38cc 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.20260804.170520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 14453 Depends: ros-kilted-rmf-building-sim-gz-plugins (= 2.5.0-1noble.20260804.170520) 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.20260804.170520_amd64.deb Size: 13048884 SHA256: 512d912bf5825cf0a0d8b999db3ca1bf10f306133bec1dcfbddd6c91ee998574 SHA1: f62101778401973046517448e0016efcab9b4487 MD5sum: 407b05c4887e51618c4227234ef22f51 Description: debug symbols for ros-kilted-rmf-building-sim-gz-plugins Build-Ids: 09dfd3c0c35eeabe6bf2c1058028f53c03cec948 0a6514a628d6827cde6bcef980620704e27dc42e 921c99e19463a0c42ae28a61f2195ef758f94ec4 969cbb05eef9147e2a6313919fb594332ee8b518 a25d2710d31f27efe34c32b769f5d90e254f0769 c30c29fa4743dbd7d297d583f086f93a886e7e45 Package: ros-kilted-rmf-charger-msgs Version: 3.5.0-1noble.20260716.013335 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 756 Depends: libc6 (>= 2.4), 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.20260716.013335_amd64.deb Size: 69726 SHA256: f1f0a49cdb0d7fd7a40e38e1e8b5b6f45a9991adec4448c2b753906aae661f39 SHA1: a16930acbd62c40a43614a6a30770d951421379b MD5sum: be7fb2cf5c940f66b049ac39598964fe 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.20260716.013335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 518 Depends: ros-kilted-rmf-charger-msgs (= 3.5.0-1noble.20260716.013335) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-charger-msgs/ros-kilted-rmf-charger-msgs-dbgsym_3.5.0-1noble.20260716.013335_amd64.deb Size: 388812 SHA256: 49b8405a8c9fee399fd2e9e5f8d4d956af8b6e5672470cbc24c11cc21eb25601 SHA1: 45a65a2083b70f4840203d719a2f1d58cff8038a MD5sum: 8f3bcb3e32382c365a7854b002a9f54f Description: debug symbols for ros-kilted-rmf-charger-msgs Build-Ids: 0022b3bfa5c2d87c91ef5c66b35f665eae0c0219 23cdcdaac239517acf574c400e46959be375d66b 389e0cdfbbbe03d81ad865e628585ab6cbb63f1a 786f1ca892ecd382c44b5e3a4a97d5944f402246 ae8a61c1529b801d27b342399f18d26cd7036ddd bbe84f2641ff518dbb78e7f6504fa941b89ccb17 c9552f810021efe86d7889cbdb8d12ca53a77581 d3fa245332780510343deb2738fcf138e216feda d4f745360b7936908894d3034654d2321c191c13 d9ed46d5cf5b29faee1afae187619b0fe641c4f3 e696f5989cf79ff500a00d77633e889337d63fd8 Package: ros-kilted-rmf-charging-schedule Version: 2.10.1-1noble.20260805.140501 Architecture: amd64 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.20260805.140501_amd64.deb Size: 11088 SHA256: bdb49d98d0861892c8be5c6cdb333a549919f99c7649a05d78dd13102149990d SHA1: 49f0b4c84ef70a16ae3f808e41e1be6018087770 MD5sum: 0ab4703f0652235e9b2897e67346cef4 Description: Node for a fixed 24-hour rotating charger usage schedule Package: ros-kilted-rmf-cmake-uncrustify Version: 1.2.0-6noble.20260410.113257 Architecture: amd64 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.113257_amd64.deb Size: 6568 SHA256: 25f34dd51cda9665d5b4cee66e1df77f23d06e7b5a244700672918fe86101d56 SHA1: f350ce620cf608ed34867b5abda74142d9868fe0 MD5sum: 8cd00e579f15880d47be75456d79d24a Description: ament_cmake_uncrustify with support for parsing a config file. Package: ros-kilted-rmf-demos Version: 2.5.0-3noble.20260805.160107 Architecture: amd64 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.20260805.160107_amd64.deb Size: 19802 SHA256: 7a8949f6de10e670704d66569ee259be31ca2e8b604151d8d6fd6b1713757f37 SHA1: 0fc8f81d40c4e23a3f1f80e292e0647d84e3a1b2 MD5sum: e846846253fb7d708a7f5bee35e5988f Description: Common launch files for RMF demos Package: ros-kilted-rmf-demos-assets Version: 2.5.0-3noble.20260410.112523 Architecture: amd64 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.112523_amd64.deb Size: 6793300 SHA256: 87d78cb591348d74066a0b02f64cc16304a1a7fc0ad9deea793d89af026f0d16 SHA1: af5964b6aa41f7acb38e3fdaa398428f21565707 MD5sum: b8f01c8ba47fd657b5e041b1984eab9e Description: Models and other media used for RMF demos Package: ros-kilted-rmf-demos-bridges Version: 2.5.0-3noble.20260805.142033 Architecture: amd64 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.20260805.142033_amd64.deb Size: 13034 SHA256: ba7f7847f32219087f5f8da67171888036c2aa3dd64ca86316cdfae958041053 SHA1: 1cf1b03490af1d52c9bfd4d312008d732340a37f MD5sum: 16d6e508777344e2ae9c76aec2cc6ced Description: Nodes for bridging between different communication stacks Package: ros-kilted-rmf-demos-fleet-adapter Version: 2.5.0-3noble.20260805.140827 Architecture: amd64 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.20260805.140827_amd64.deb Size: 40028 SHA256: aa574555247e1b49220969f39f079e28796541cca8e3d12fc3acc86e7cfc72c7 SHA1: b9b4e75ab2bea98af2f22b2e132f21dd8c8df1aa MD5sum: d3983cbea7fcf3935a06984335a53ed8 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.20260805.160228 Architecture: amd64 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.20260805.160228_amd64.deb Size: 7638 SHA256: 33e0fabae9fff467e56723b49e8f93eb6c1e819e73239335057d01ef314cf498 SHA1: 3865b1286592013524826327e7a17e5bfa8aac1f MD5sum: d9a144d12f3882024e9cfe33eaa1a029 Description: Launch files for RMF demos using the Gazebo simulator Package: ros-kilted-rmf-demos-maps Version: 2.5.0-3noble.20260805.141529 Architecture: amd64 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.20260805.141529_amd64.deb Size: 12522712 SHA256: 8f88e07f81763d572ff37d5f77cd7b1af96672f802500822a6df49182e00406a SHA1: 328c4b9a7fa51317d70b8dc785af2c3e029186f8 MD5sum: 2d41d227099e816a038a90c23da2ee3e Description: A package containing demo maps for rmf Package: ros-kilted-rmf-demos-tasks Version: 2.5.0-3noble.20260716.021312 Architecture: amd64 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.20260716.021312_amd64.deb Size: 37240 SHA256: 2f5c2709def9f357da752a1a6c13188828587fb8863239b2e2a1b990ff55ae55 SHA1: d95c526a6a3deadf248415db7690e20ad4370fe3 MD5sum: af32966a1e8f694e8f58fe13cb6a1503 Description: A package containing scripts for demos Package: ros-kilted-rmf-dev Version: 0.2.0-2noble.20260805.160227 Architecture: amd64 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.20260805.160227_amd64.deb Size: 6052 SHA256: 5061a42c65b4260fe9c912b277103c3185715cd718b4ddae7dcb0da4c731a668 SHA1: bf5326834ad0a133d8783bf94301a5a1541c867e MD5sum: 035d28816a73cf2561f0d33b942f871a 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.20260716.015553 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 934 Depends: libc6 (>= 2.4), 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.20260716.015553_amd64.deb Size: 86598 SHA256: edc1a366d6089ded546a179a9183c37f3ee791f005ef7233934d596f8ed4197d SHA1: 2ca825c166138eb9a9d41995ca790313626fc84f MD5sum: f48502d6cf0908724b9d5a6badf1fd88 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.20260716.015553 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 708 Depends: ros-kilted-rmf-dispenser-msgs (= 3.5.0-1noble.20260716.015553) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-dispenser-msgs/ros-kilted-rmf-dispenser-msgs-dbgsym_3.5.0-1noble.20260716.015553_amd64.deb Size: 558480 SHA256: f53281f51c5e8f76cfafcda755ce5154eec1e236dd3a9a67487e286d834d1551 SHA1: 4d5e110d9dea97302e3137af7d86c901b53e7ad4 MD5sum: 2d4afb5f0eb63c1e467b196aefdae9de Description: debug symbols for ros-kilted-rmf-dispenser-msgs Build-Ids: 30f52972a7b76f10678433fe4c2bcc8ce761ee55 46d2d182d5be425c9b59e17608b31cfa43b67397 5ad7fee4de2a9b1b1aa46981fe0f9d14b9a2d025 5d174282d29b82d7a43d25908ca3fff2f9c1dac4 68f95f98e51b00e9aa110c2b40f57c79d9d9d2c1 74924d0e4e0d6e7f9b0ad4ed8bd9ba733675384b 80cdd1d7605c836ed785142e6a5839ada8055be0 b2fdf57f9cff7712ed47758c82e63c95a170279a bf671056f23682e33a625097b4bb24fd64725e2a ca47b306849cd409b5e40f09e0416e4b2c2fa5ac cae07ecabe8944a8eb8eed7bc659c3eabcb45bd5 Package: ros-kilted-rmf-door-msgs Version: 3.5.0-1noble.20260716.013338 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1084 Depends: libc6 (>= 2.14), 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.20260716.013338_amd64.deb Size: 94302 SHA256: fbc8db0ae012b92c41d575db94b2d564713f0db987e2a7bbf42d12a61738ee3f SHA1: fe80bc3de311dbd951586634a05356d03238e09b MD5sum: 86be950a6ffe07e85f91d069667f057d 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.20260716.013338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 873 Depends: ros-kilted-rmf-door-msgs (= 3.5.0-1noble.20260716.013338) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-door-msgs/ros-kilted-rmf-door-msgs-dbgsym_3.5.0-1noble.20260716.013338_amd64.deb Size: 695518 SHA256: 2fa5b9a7df12f2c6b5efe7ab5bda6e7478b569515e3965f541827a61720df682 SHA1: 961f145c3258a6891722a4dc9f6cb6b64a5e0bec MD5sum: de5841946cca21d096fe9b6e4213ee0e Description: debug symbols for ros-kilted-rmf-door-msgs Build-Ids: 342e5a3b54cc01048fc11d19800269789bc1def9 516a3b94903cf31a84773e165ff2fa40705771e0 9853babc5ba8066e2b50416e9bdaf1a89e78401a 9ae5cddfbdd45715398bd8e8502444df34fd96cf b5bf8f033cb03a6b9ab3a3eb9fae8e27eab1237b bbfa3099bc63083a807db2241e34e95024e8ce47 bd996fc5a1c56871aa87f143bc7c978e4030550e c66b4f8814dd06da924a180b3f833b545c4a7fa1 d304b7261c926404ecc5b3d286ab3c6354342489 e0568b6ffc5c25ba509fb9f3a79c2f9ca9402b91 fc1e4cb8248610af6c078f2d48731cdb807bcfa8 Package: ros-kilted-rmf-fleet-adapter Version: 2.10.1-1noble.20260805.081512 Architecture: amd64 Maintainer: Grey Installed-Size: 19193 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.20260805.081512_amd64.deb Size: 3052426 SHA256: b04db027bb5a6ef4a21d8ac7fe324c19a04a5bf151172a8068e58e189a6694b7 SHA1: f83d04de0922a63ad9a0b845f408ec339280652e MD5sum: b1f38908f0b1a30809babd11cfde90ef 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.20260805.081512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 126114 Depends: ros-kilted-rmf-fleet-adapter (= 2.10.1-1noble.20260805.081512) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-fleet-adapter/ros-kilted-rmf-fleet-adapter-dbgsym_2.10.1-1noble.20260805.081512_amd64.deb Size: 109614088 SHA256: dd75de1c0af347aa13d3a9cd7a090f0788ced8fb7a7213f1cd4cb5de3ceffa45 SHA1: d5854593fc91f0a5e178aa4f40fe670295749a22 MD5sum: 35d4f0457ee118ebf0770ee6758e1001 Description: debug symbols for ros-kilted-rmf-fleet-adapter Build-Ids: 176721eeb234ca9f4e6bd3efa13e817c419a710f 1eb321ecdcbe973510c5e8270681c6f5e1c29c4b 25f6e757f01beeef036875faab464a656808d93d 3d1c5847512bb05b8f5a78df9a7cee2a3c78cc0d 5143aeb5e57b4b08cf315d653e87929e098b9157 5953efd4d53c8e564232e8ffca71e628fbd4d3f9 643812cc84b7bb5a1118441d0e908b0a40d1cec5 6f4da1669654eb2cfed67658e8a1e5c45095af53 95e53c1132c9a01d1521e953a594358c9003962a a712f5a3715b07cb15039329d6dbb76d9bbaaefc a714ebdc5e415d859e6e79dd91169aa9f35052fb b8bfbc487efcd7e851b0fe2a7a56f72e0c28ed9e c3738123d3ef34a0c70ff6ebfc510b8e49c774dd d168a6121e6d1845d3a4ca1a47a52e383b3b368b da6ea4a03d698a500f6dbf12b4a6b65fa1d4ec24 ebb224dde77eb8d9f00ff577f14cf3e53a28ebfe Package: ros-kilted-rmf-fleet-adapter-python Version: 2.10.1-1noble.20260805.140127 Architecture: amd64 Maintainer: methylDragon Installed-Size: 1388 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.20260805.140127_amd64.deb Size: 368622 SHA256: 5241db6d4b2cd562213087b4775629dd03568c8792e788088205d3971b015aa6 SHA1: fe233f61d56ea6a3a44523bdc702962c707d20a5 MD5sum: 01361a26887852d24e83f820c0f3e6e5 Description: Python bindings for the rmf_fleet_adapter Package: ros-kilted-rmf-fleet-msgs Version: 3.5.0-1noble.20260716.013351 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4919 Depends: libc6 (>= 2.14), 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.20260716.013351_amd64.deb Size: 348396 SHA256: f39cf33b159f0184a036cbae728107cf8c88479838a02873f6d5a8a5bbe440cf SHA1: bde8819fb503f30af7947ba4f604fe81744f0e20 MD5sum: 1138a18fe0cc10c160eb3df016d82a21 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.20260716.013351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4182 Depends: ros-kilted-rmf-fleet-msgs (= 3.5.0-1noble.20260716.013351) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-fleet-msgs/ros-kilted-rmf-fleet-msgs-dbgsym_3.5.0-1noble.20260716.013351_amd64.deb Size: 3491872 SHA256: 3f1230fb54ba4f425d5047ae712eb5afae9bab7383eb2046fd86a65ad5ad1133 SHA1: dfa8872714352fab679ea5d5ec4a7e72308efbf9 MD5sum: e5482f8d1750b2a1bf74bf848678fc8f Description: debug symbols for ros-kilted-rmf-fleet-msgs Build-Ids: 39864aa39d270e7086055e67ca89d23ea0211ea2 5bc421f4defed4683cd474466de0ab5b186e54ee 60ce94a967cc73de74f75caf04de485d4fc9571a 6c21fd49709a96549e78d5c0ae8705fd7d3edee4 839fd568fe5bf4b4dc76ffc7f1547678c40bd64b 8a8a3fdf110ee294ae980e1226862093323cd36f 9ad560ab425625981c2b09f7fab106758acb3e50 d0de381570d6098cb702a2f47b8a3874663b3bb1 dc2a4ddb5167dee8c06f48a02342c501421aaacb e6ee8ed8ff5e3f91930e536fc7b2603658d87ba3 ead953c3235f9c455bae72ef6e1575c8aedbc042 Package: ros-kilted-rmf-ingestor-msgs Version: 3.5.0-1noble.20260716.015943 Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 929 Depends: libc6 (>= 2.4), 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.20260716.015943_amd64.deb Size: 86644 SHA256: 4662565e796cf08653ef1ea14e74ccdf41d8571ef928451495c05c05a04a7e34 SHA1: 49b13b480dfd1e229dda026cfe6f815b9e6b9c09 MD5sum: 021f2b2b568445ebda986a5a4a3d0dbb 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.20260716.015943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 704 Depends: ros-kilted-rmf-ingestor-msgs (= 3.5.0-1noble.20260716.015943) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-ingestor-msgs/ros-kilted-rmf-ingestor-msgs-dbgsym_3.5.0-1noble.20260716.015943_amd64.deb Size: 554710 SHA256: 113bbd199c16f8b5c4159a072ac1e50903c96cb6bd1c820d1d77f4163867e921 SHA1: 8b12435da5a42dddbc3911cfaaa1084ff0b37b24 MD5sum: b7333739ed4296466a524b2dc0ec605d Description: debug symbols for ros-kilted-rmf-ingestor-msgs Build-Ids: 14f48d2f92825db75ddea732b07a95c6cbcd967c 5ceb18559b983e1e8df2ee20347b852814336bb7 6005f264406754ada2fd20f7244eb653aeef2fb9 6f09a9e609d24455edda1b9c2cf5da79581efc48 7cf28c0572848940ea8613662a3d57fd44a936e5 7f46da2f1da66d9e3eb3da39728bff6e984ac46f 8ceec5e4fcbe2e22b13853586eb44335c6c66ac0 9f89d691822f50688b7beaafb7f87b53d6413aa1 b02dc7f14a229846f520a389373efd7642139b6a db2b3a5341222bf543e59090e8aaaa5d0169fa85 ea946f1d639e125c002647fe1216ac14bdb319a6 Package: ros-kilted-rmf-lift-msgs Version: 3.5.0-1noble.20260716.013348 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 692 Depends: libc6 (>= 2.4), 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.20260716.013348_amd64.deb Size: 72478 SHA256: 47c3b1b06e177961eb6e556edb2a06620e0eccd2d21c36647dc6eb4b4e0c23e0 SHA1: 650f4181231741ba9047858f41e1e8a8367fb5ce MD5sum: 55107eeab172cd39d98e39418aa66280 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.20260716.013348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 493 Depends: ros-kilted-rmf-lift-msgs (= 3.5.0-1noble.20260716.013348) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-lift-msgs/ros-kilted-rmf-lift-msgs-dbgsym_3.5.0-1noble.20260716.013348_amd64.deb Size: 381810 SHA256: de7be7d2243379daccd81e748d83fe71e0a3ed232b12daa60588e5cb5b82c596 SHA1: 791b895840651035c2f122a3fa2e35fc4f532a81 MD5sum: 3fcd952e792d88058a65e9a8c80777f8 Description: debug symbols for ros-kilted-rmf-lift-msgs Build-Ids: 08275d10e645eb8249c0112c848303d96955dcfd 28d0cdd519a51990022b0fe2d1a6e46ae90a2e73 2cb7f7af8b179ebab9523bb6befb408cc2d4ec3f 463aab718b4242621c7a84f206e8db1c28eb2fbe 4c09b341872da667f41042725951e8ec01191cdb 6846383e3474c7a87f3d3973db857dd7f5227fc8 95f0807e5ac00bda4f2de5d97c1aa819b7b4b1d8 c00bd2fa3742d30566eb33faa7b2385654a8091b c257b3f4fe6b2fde9b850654c019bde390631e43 c3736a97456e32b5d53d16c16138a14bb1cb4e77 cdff9a9bbef16c044be61712e7812c43c07550f7 Package: ros-kilted-rmf-obstacle-msgs Version: 3.5.0-1noble.20260716.015633 Architecture: amd64 Maintainer: Yadunund Installed-Size: 825 Depends: libc6 (>= 2.4), 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.20260716.015633_amd64.deb Size: 83354 SHA256: accde336929d99cfbe7aeeef942c35ee600ae50a196899e2c1556577cec2688f SHA1: 2faa1f7924595771659318d047429a794d4912cd MD5sum: 5f8a44359ce0b43e58c645eb4646ff9e 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.20260716.015633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 625 Depends: ros-kilted-rmf-obstacle-msgs (= 3.5.0-1noble.20260716.015633) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-obstacle-msgs/ros-kilted-rmf-obstacle-msgs-dbgsym_3.5.0-1noble.20260716.015633_amd64.deb Size: 486984 SHA256: e64d91ab418e6b8222b08604ed942f512e66a8b6daaada7b6f4e7aa4511df068 SHA1: 18f0c1d1f436321cc7ab636e209bd11671ef6a69 MD5sum: 9b5d8cbc8e208425a5a8a90c3c0961de Description: debug symbols for ros-kilted-rmf-obstacle-msgs Build-Ids: 11d06ffcab035be1f154ea0b2354ad06024173da 14d215197484b1368889439a73b6816a2e0381a4 379a7b6a51f705a2a85c5493adcc6c81bce6e4ca 4791493a3de4e1b56d3125317e8a61efefb4c39b 4bdc430f0aab10227f4dcce774956094873e24b3 6f703e32fa5fe746ba8b30d01d253ff8caca4eb8 75cc63f0364b0900b603707382c2d5b9769f7c00 8d5679dffd0a59d0d97bc88652e1d143359ad981 9a8ca5f7b4eb794cce9521a8e081ebf6297bca83 bee6bdc3e7d55e93aa57bb39b2e8e339d8001a7c efd80f8adea49fef04b0d52ccf59e795631d4d0e Package: ros-kilted-rmf-reservation-msgs Version: 3.5.0-1noble.20260716.013401 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1735 Depends: libc6 (>= 2.4), 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.20260716.013401_amd64.deb Size: 131424 SHA256: f25adac78153272deb8d2935e2382c5f1f65d30266b026f9596fb925b438c21f SHA1: 66bc22a99748c0f2644ba73bd5cdc89629b65fd9 MD5sum: 018d62a5f2d85501b50d3e3a782355fc 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.20260716.013401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1336 Depends: ros-kilted-rmf-reservation-msgs (= 3.5.0-1noble.20260716.013401) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-reservation-msgs/ros-kilted-rmf-reservation-msgs-dbgsym_3.5.0-1noble.20260716.013401_amd64.deb Size: 1071956 SHA256: 23db83295e3ffb8f82b8a2e488da814514752a50ff6377c08b780a9e637bc57a SHA1: 61ffd07ffdcd8fcdff169cfb9d20c07cc852e2c1 MD5sum: add0df2588b5cc4bfffee13afa4c05a0 Description: debug symbols for ros-kilted-rmf-reservation-msgs Build-Ids: 000970772cf7faa846fc9381a969de67501e873e 1d82d9049b823ae72def9673a63f4a147f65fd80 2cdd1958f94abde427bb08658baa6cb3a4fd3071 420d77e3bfcdf5333bf977b7b05e6f03b4a71860 4b0448c2594a65edd21abccc2401326db4ee8b41 5062d2d2ff3ba413f0c9e98b6fc54901d92ce0d3 957f44b8f39ee9d60d0ef2ddfa25db2ccc33359a 9b8175924ad273c6a185d88b833669bbc6f00b8d 9bab94139d8eae7c84b4bdf0867f1b5672578055 baf65aefcccef15d60f64a186d7e37620e6a5917 cbcbd2f42ce411d3f0f5b22d60e63cfdb10fbcef Package: ros-kilted-rmf-reservation-node Version: 2.10.1-1noble.20260805.084523 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1343 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.20260805.084523_amd64.deb Size: 217506 SHA256: 0a2386fd208d2887cec8674a7d7cb3cfc2f34a1d8148509c5bf735ca82e7566a SHA1: fe3a12a9b189d2ac0ec1abfd50ce1de33d15c95b MD5sum: 2f20b522234687c8f4821188628ad783 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.20260805.084523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 5899 Depends: ros-kilted-rmf-reservation-node (= 2.10.1-1noble.20260805.084523) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-reservation-node/ros-kilted-rmf-reservation-node-dbgsym_2.10.1-1noble.20260805.084523_amd64.deb Size: 4750310 SHA256: 9c1844fbb06b1c11ec4dc6ca03b10fcb781f04bec39254a3c8fe47801f5cd2c9 SHA1: 3736d4e66a668a223a5c8047867f00cd343924ed MD5sum: 512fe4ed6fa90d2ebaace90ea1f67652 Description: debug symbols for ros-kilted-rmf-reservation-node Build-Ids: d832574a2c527de2f688043fe0189a9182451b53 Package: ros-kilted-rmf-robot-sim-common Version: 2.5.0-1noble.20260805.150407 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 1838 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.20260805.150407_amd64.deb Size: 291570 SHA256: bf74f41911f76fd0f9c3c93839cad2e8d2e49c3bca0a7fcfc79daafdbcb1d026 SHA1: 7d9d8bbea1f3aefc1f5c7d5ddfe7aaabced637fa MD5sum: 60c3f38b4c2e01a2c510033f4f949514 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.20260805.150407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 9171 Depends: ros-kilted-rmf-robot-sim-common (= 2.5.0-1noble.20260805.150407) 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.20260805.150407_amd64.deb Size: 7763590 SHA256: a9b7ce61076ffc843053bcab6c7b0e592fdab63d9e0176f9d04c9719c606ff25 SHA1: a6dd00b4d075cc7099af95941d4179e622112a01 MD5sum: 99e06d9075207c66869881c31af03c83 Description: debug symbols for ros-kilted-rmf-robot-sim-common Build-Ids: 0563ccf8aa6ca6759fdedf4eb86d1a6b13f76811 5a97a10d49efccbb51568893c32f2f0b1ef0975b 79a80d0863bbb8f281a19e6398502b445cf368f6 Package: ros-kilted-rmf-robot-sim-gz-plugins Version: 2.5.0-1noble.20260805.153848 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 2596 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt5core5t64 (>= 5.15.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.20260805.153848_amd64.deb Size: 470358 SHA256: 654a4b29c8ec24d90b8a3cb45320c452faa2af3d5f36bd4a03e2fd8f543748dc SHA1: 10ad62e0fd0dbb7783ea0b9f5411c9528266ec89 MD5sum: a769b3de76f209048166a65944e561fd 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.20260805.153848 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 16628 Depends: ros-kilted-rmf-robot-sim-gz-plugins (= 2.5.0-1noble.20260805.153848) 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.20260805.153848_amd64.deb Size: 15008530 SHA256: 672ebb655dbd01ca81f70a2d5606601ac8cb90c68a9aca5054d728f16c4da648 SHA1: 16e9a1ca49863d70f2456ab65cca8a28530b16eb MD5sum: 6fc02a0f943e647000a2374b18114b54 Description: debug symbols for ros-kilted-rmf-robot-sim-gz-plugins Build-Ids: 344f63234178d72ff34e3d5a56f27a138255b2d3 54f142983c421f011f23bc102f7b4c94bcb859e3 807b06c55de4b8298619da4f12231d9d6583512e 9463dd3ce5384fe036c4c683580c1c5c9eb5aa91 a49374e305a12d0895793c63ab2293b029d31c3c Package: ros-kilted-rmf-scheduler-msgs Version: 3.5.0-1noble.20260716.013430 Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 4900 Depends: libc6 (>= 2.14), 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.20260716.013430_amd64.deb Size: 315524 SHA256: 4a1310acdfb44d6d0afb51a4220eb77be7c02e05ce36de36eeb7243a4a406293 SHA1: 2447f72e4182330cff6a1ca23d802fc3a0340a1e MD5sum: 47c188244adaf53607a6bf6c9eaf5356 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.20260716.013430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 3854 Depends: ros-kilted-rmf-scheduler-msgs (= 3.5.0-1noble.20260716.013430) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-scheduler-msgs/ros-kilted-rmf-scheduler-msgs-dbgsym_3.5.0-1noble.20260716.013430_amd64.deb Size: 3125474 SHA256: 65de96106025f0e1dec182afbcd203ab6c96e641bec5d6d6d3d8e6d2bb0838b6 SHA1: 61b5ca6c021441ba903901b4c1cbbd31ccb3f64c MD5sum: 97a7a533d6226789c25bb99402cd28ec Description: debug symbols for ros-kilted-rmf-scheduler-msgs Build-Ids: 0231af416547a2ec2658c216f76cc315d9b6fae7 0adbf05c0000b6d98cc3a71db143b1071556bee6 24d3c7709bffa7dc6c13d057702191f9d487b2ce 32578b5bd423d53ff45e5def24529ed84be4a203 65caaf772f891b6689131746e76d013a1f901ae2 6b46e6e9c5ab8dfef7a53d07685fa4e82c8eee6f c2aa08cfb6644a2cdbb42825bb0e0bda90381fc3 c37ae2f8507710c174f1656a8b5501b6d47f53b3 d6146c81f7b54c5835bb58f47430bce8b6f5c1d9 df6202c704754043c1379802b0add51b7b0df003 f1abb4348ff50767389442f8d0da2618b9654c08 Package: ros-kilted-rmf-site-map-msgs Version: 3.5.0-1noble.20260716.013419 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 449 Depends: libc6 (>= 2.4), 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.20260716.013419_amd64.deb Size: 46074 SHA256: 3e8e886e54fff2d79369ce91a636467eab69563c4abcb5c070b0d7ff86048787 SHA1: 64b76debb3586c77d08fa94cbc1b44b2b00924cd MD5sum: 56f2d849add2f11a13d45215ec2799ec 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.20260716.013419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 279 Depends: ros-kilted-rmf-site-map-msgs (= 3.5.0-1noble.20260716.013419) 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.20260716.013419_amd64.deb Size: 192748 SHA256: e70cff3d2280b5a9d81457f19158ee4fca5b3d7d5d52c6ea91d5ffaee16423a5 SHA1: 2a82df73ad6468a874457d42f4e80d6aea09d799 MD5sum: 9db73718f2574b88164da817337e8e48 Description: debug symbols for ros-kilted-rmf-site-map-msgs Build-Ids: 0b33e9a8a7d18eae07469cc30ddbfac1f68caae8 1ae44c472861af1bcaff122715bde6c552bf222f 54333b4d2d441f330e9687de84b5fa5b688fac69 5ac443da4dccd76b763023cb41df1c478f6320bb 5afe0a557bcc148ea489073bce27ff12e4b49c78 6ba776706644881b5af1ed06c2a9da3d4ecc2e29 83f5a5b827291d4d01643827077386f3fbae459d bd1c2bbb5da6d9f024d1eb6cafc1d0b4552694db d2960a0dec9680e8179f54ebdc6b1bca88dbb064 e591b77f8093f54a922f66800b11b0d64fe69bde e9a9caa5b6c80a094af186c6fec07eb265a47f76 Package: ros-kilted-rmf-task Version: 2.7.0-2noble.20260410.113902 Architecture: amd64 Maintainer: Yadunund Installed-Size: 538 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.113902_amd64.deb Size: 143868 SHA256: 7321b818d65e18d9d89e28c993eb383c24f53f6a51eaa0ca871fc9c8ab96d3fd SHA1: 14902becdf872f15f8a77fff61cb40241be29100 MD5sum: c0e9d4ba24aa7a83eda72517a1ed2892 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.113902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 4967 Depends: ros-kilted-rmf-task (= 2.7.0-2noble.20260410.113902) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-task/ros-kilted-rmf-task-dbgsym_2.7.0-2noble.20260410.113902_amd64.deb Size: 4864444 SHA256: 4a46b9af3f24e6484adb1dea0c3a45042a41fc667e21f9a5ebe4583496623a63 SHA1: 4855b986bd739c319a94dc8c2eae4bcddcc4b930 MD5sum: db3ab1a7e6f5db728c41156b7da5e466 Description: debug symbols for ros-kilted-rmf-task Build-Ids: 77adaf0028d21ca9a7e79b08ae87cd75572094d2 Package: ros-kilted-rmf-task-msgs Version: 3.5.0-1noble.20260716.015948 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 7889 Depends: libc6 (>= 2.14), 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.20260716.015948_amd64.deb Size: 522946 SHA256: b5aa56e15e795add910581c8c072cfa57489d5a70d67845fc4040811d8b21539 SHA1: 3c51bcff03c9ba1ba6f7542d8fce6832e272d0e3 MD5sum: a8887660169686897015a7535708c1f5 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.20260716.015948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 6095 Depends: ros-kilted-rmf-task-msgs (= 3.5.0-1noble.20260716.015948) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-task-msgs/ros-kilted-rmf-task-msgs-dbgsym_3.5.0-1noble.20260716.015948_amd64.deb Size: 5012936 SHA256: bc733d6cfa3ece89f4e93ca9f81c11a58841fd6d044a96b52722ed746bb91b85 SHA1: e9781c09a318db2031ec006256194e82c5969c49 MD5sum: fcfff7e627f7e4a87e6ecdc6997bf1c9 Description: debug symbols for ros-kilted-rmf-task-msgs Build-Ids: 163e23e501824dac63a02390451687f1dfaaed0f 1b8d85182ee2e87c8d74b539c074b903c1921004 2e1d0afc338cde843920005360309f4d4949a0c0 4ac192d91f0a0c2196dc9300dd78b66cb4f0f59b 7e47c7211039d1935a3f252b43ad7767df1bfbbb 9295aea82f543e078dee33d504601ddc9ae5b5b4 a5df608fa1a86a75607b488e6c9d57fd60b814f5 cda808cdd8e098af3e36bb8d82a71b3ece9dfe36 cdb37b2cade76622834e5f2ecbde220a70eebe59 d9554b1e1ec90d1198f3070f8fd94623cf3e8bb4 da7e9e0417451d52ee2f1f71d88ffc9fe1ec26ce Package: ros-kilted-rmf-task-ros2 Version: 2.10.1-1noble.20260804.175529 Architecture: amd64 Maintainer: Yadunund Installed-Size: 2112 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.20260804.175529_amd64.deb Size: 375096 SHA256: 086229851432a270b2bbfd09aa3203e0369872870c9a7d9bb3d61393166e505e SHA1: e199ff2077b95383b1d24b6a7f7a2e30bf38ff6e MD5sum: 1c4520e0613189317c67271953a62275 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.20260804.175529 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 9584 Depends: ros-kilted-rmf-task-ros2 (= 2.10.1-1noble.20260804.175529) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-task-ros2/ros-kilted-rmf-task-ros2-dbgsym_2.10.1-1noble.20260804.175529_amd64.deb Size: 8262988 SHA256: e74a86e554b510fb16012a57fddc0a915227c4397e33a3b6b04184c97928bdef SHA1: 0ed1554bc79da0b8f1feaaed1e1b2fca583911ca MD5sum: fe4e0b8087ca4ac156eb13b18f52edd3 Description: debug symbols for ros-kilted-rmf-task-ros2 Build-Ids: 8b50802c0d6bfe2b0d1204c42d18dc3b8693f4ed a5a2b7d36f2a76a1b718414f99b48166e916c14a ef63fe27d1ceb49ee34e724b79bdc9ab6482ffbf Package: ros-kilted-rmf-task-sequence Version: 2.7.0-2noble.20260410.115412 Architecture: amd64 Maintainer: Grey Installed-Size: 553 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.115412_amd64.deb Size: 152910 SHA256: 7aaf2a44cd628749dce0b3910ab28c8efaf4265aecea3c8a1493ccb80791449c SHA1: cae2b9845b9e227acf30dbb1d56c1d7cc8709ed5 MD5sum: 2f2e916a1791ef0a49df60b906496244 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.115412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 4757 Depends: ros-kilted-rmf-task-sequence (= 2.7.0-2noble.20260410.115412) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-task-sequence/ros-kilted-rmf-task-sequence-dbgsym_2.7.0-2noble.20260410.115412_amd64.deb Size: 4574414 SHA256: d0fad9142588d03f5ef87e73f38e3fbb75db1fe763bb7ead669772b34672f5c4 SHA1: 4879556459afde1126e330ce66d2e8875635175f MD5sum: 1e106cff083b422228877f13ec9b1a64 Description: debug symbols for ros-kilted-rmf-task-sequence Build-Ids: 49a73c510e71622c08ab9f9c915d74448b0cf192 Package: ros-kilted-rmf-traffic Version: 3.5.0-1noble.20260410.111511 Architecture: amd64 Maintainer: Grey Installed-Size: 5775 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.111511_amd64.deb Size: 1031278 SHA256: 3e701997bc6e2a49f4419d48d1e8ec00aa963ee8cd3d9631f6492df71095c574 SHA1: fa36564ce5df98f85854b47ba74835f50efce4ff MD5sum: f467fa4f56f35d0beffb64c6d5d48790 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.111511 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 49913 Depends: ros-kilted-rmf-traffic (= 3.5.0-1noble.20260410.111511) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic/ros-kilted-rmf-traffic-dbgsym_3.5.0-1noble.20260410.111511_amd64.deb Size: 46640784 SHA256: 57dc83e177cfdce1d54adf6b903e1f91771df8bbeccdaa2f3da7e9819b3503b3 SHA1: c7b3a9a8c002410cdbd2bec9031ed4122cd4823a MD5sum: 12f372733428b8a93425398d9e417436 Description: debug symbols for ros-kilted-rmf-traffic Build-Ids: 9000523bd71cc513b5f38b4f5f88305fbb9c401e Package: ros-kilted-rmf-traffic-editor Version: 1.12.0-1noble.20260519.013220 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1387 Depends: libc6 (>= 2.38), libceres4t64 (>= 2.2.0+dfsg), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libproj25 (>= 5.0.0), libqt5concurrent5t64 (>= 5.6.0~rc), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.8.0) | libqt5gui5-gles (>= 5.8.0), libqt5network5t64 (>= 5.14.1), libqt5widgets5t64 (>= 5.11.0~rc1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libceres-dev, libgoogle-glog-dev, libproj-dev, ros-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.013220_amd64.deb Size: 450314 SHA256: 771a0949ee481bb7e2583dfd12f02bfd8f8bc645d1b7e44c826e66cd5d33ad38 SHA1: 2d36480dea6e5974a7ed47f547ea2a5e5fefffd8 MD5sum: 7a1e49d0afafc619d171466c4008533a Description: traffic editor Package: ros-kilted-rmf-traffic-editor-assets Version: 1.12.0-1noble.20260410.112530 Architecture: amd64 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.112530_amd64.deb Size: 12104546 SHA256: 2d1e17344c3d4b49282e825fc2c555c81e841c8529b1a3ee3bbafb9ad9861901 SHA1: 50ed8783de0ffc0dcff8403dd430dd8219fbcf74 MD5sum: 99c3c0cd714865e8058eaa9ec879735a 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.013220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 17830 Depends: ros-kilted-rmf-traffic-editor (= 1.12.0-1noble.20260519.013220) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-editor/ros-kilted-rmf-traffic-editor-dbgsym_1.12.0-1noble.20260519.013220_amd64.deb Size: 17716732 SHA256: 882a555c29efcde50976c26b4913b77ba0af63fc76785de4ba93b098fdb9e308 SHA1: 00d5d702f9144d8db2624c7ab4e1335afa0a4ab4 MD5sum: e62e79263d055ba7be1c59bbb4b91e47 Description: debug symbols for ros-kilted-rmf-traffic-editor Build-Ids: ab4f37e18b8860466bb6a9372a8c506d55ef566a Package: ros-kilted-rmf-traffic-editor-test-maps Version: 1.12.0-1noble.20260805.142102 Architecture: amd64 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.20260805.142102_amd64.deb Size: 188820 SHA256: c0e35840708fdb687549adefcc685d81582e9914c883ee7f8c8383b380063ef5 SHA1: a9da44e31a6450adfdb5e45f4a1c33b1ca52f469 MD5sum: f9cbe1311b7ee4b739e7a3bb0fcd2e1c Description: Some test maps for traffic_editor and rmf_building_map_tools. Package: ros-kilted-rmf-traffic-examples Version: 3.5.0-1noble.20260410.113742 Architecture: amd64 Maintainer: Grey Installed-Size: 71 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.113742_amd64.deb Size: 16766 SHA256: 3cc638ccd408d332f583afce3322bfc5da9bd141dd6ae13ebdcd09af4555aada SHA1: dc14c00bae03a01d2f193afbc70ee46988d2c4d7 MD5sum: 84770203b15b9fceb4a700fb8ce86920 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.113742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 609 Depends: ros-kilted-rmf-traffic-examples (= 3.5.0-1noble.20260410.113742) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-examples/ros-kilted-rmf-traffic-examples-dbgsym_3.5.0-1noble.20260410.113742_amd64.deb Size: 589424 SHA256: c6282c33c78bd2cb7efc18e9e83a7fef6e20c14e66c18dcd86f8e482ae3969f6 SHA1: 6885c94b257d113f2711029b10606522a03bfd52 MD5sum: 55f0b7f99200059bb4cae7beb99a29b4 Description: debug symbols for ros-kilted-rmf-traffic-examples Build-Ids: f9190c773189f95445f0841126de4fc419bf8706 Package: ros-kilted-rmf-traffic-msgs Version: 3.5.0-1noble.20260716.015634 Architecture: amd64 Maintainer: Grey Installed-Size: 10746 Depends: libc6 (>= 2.14), 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.20260716.015634_amd64.deb Size: 680208 SHA256: 889ac3bb1efb6388fa59a004cb1f166f1f1e21d90dcd4d391c86ddbef15be304 SHA1: eb19fc033c3edd22413a66a6120f1a639a4e641d MD5sum: 17699feb3e353d4aa30b0d3b626e76d4 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.20260716.015634 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 9325 Depends: ros-kilted-rmf-traffic-msgs (= 3.5.0-1noble.20260716.015634) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-msgs/ros-kilted-rmf-traffic-msgs-dbgsym_3.5.0-1noble.20260716.015634_amd64.deb Size: 7829188 SHA256: 1a22d473788bfd3e45336084cc9fee5e61110a61fd6b218bf4fc5daa19657cd8 SHA1: afd452dc1cf0156e174491634d22b5f70bf2ddad MD5sum: 7ec36abd1d15203269ae9cfe98d46101 Description: debug symbols for ros-kilted-rmf-traffic-msgs Build-Ids: 0742e5dfad42faa37b98a62bd7a3ee47b86cbb61 2406f5d8780e44f27f352bab9d22f6556d66f2c6 5c455176f4e687710207d0a8177399581b73164f 69811e216e14f17629eb15967b4ed8d7221e4fa6 73203c34a02b41ccea554e00aff813ca3aedc813 8d7f4444593ef80d90618ca38b33b9140e10609c 8ee6329a2e74088bbdd25585c4b9c75d16f31e81 8f3d35c1be1f3d6d755d5212aa755d97f02981b0 a8a79fcaf136da5327c45af0a79d615ec52b21a0 e7387401c4d108a5cd68c0edb5bc03b7f434a656 ffa76a24d85f503641b2e9827f8da9d491e84adc Package: ros-kilted-rmf-traffic-ros2 Version: 2.10.1-1noble.20260804.170606 Architecture: amd64 Maintainer: Grey Installed-Size: 7939 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.20260804.170606_amd64.deb Size: 1048242 SHA256: b8e7d3310a0bc68298eb647a9bce5181dcb5040eb751176544470e28cd175eca SHA1: 735d4cd643455625ae25276dd5a5f03f32e114c4 MD5sum: e1b44a5e2a9e1a9ea5d1e9329a561a25 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.20260804.170606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 38361 Depends: ros-kilted-rmf-traffic-ros2 (= 2.10.1-1noble.20260804.170606) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-traffic-ros2/ros-kilted-rmf-traffic-ros2-dbgsym_2.10.1-1noble.20260804.170606_amd64.deb Size: 31297060 SHA256: 958f835b8d9726683e014789d25fbc902e768f94da001d4e741a1e2859b38727 SHA1: 5d84cf866a04b9623f19da405ea198e9df4e58cc MD5sum: bd61f70ab4d85b28f97344d8d302c954 Description: debug symbols for ros-kilted-rmf-traffic-ros2 Build-Ids: 05ebb0142507bfffc9e3b16e129d89672204862e 65f6c4d5b4ccae7af41d76c1f36ea1465cf690d6 832170dbfe337e91afb8a902c6408ef00fcacd9f cd793a1229079f63c61c1b392ab7f4559b146497 f1a1176fdb48a89dc13e31cf6cdb8719f01228c4 Package: ros-kilted-rmf-utils Version: 1.7.0-2noble.20260410.105026 Architecture: amd64 Maintainer: Grey Installed-Size: 827 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.105026_amd64.deb Size: 132170 SHA256: 6a6bc45156c9f23b458354d04e9bfb53bfa64e1aa6bbfb6b0ab6d478d81e15c8 SHA1: 12f7fbd34e12c7218a019813b1405fb6da8dec3f MD5sum: b1bc0494a6c96929eedb28288b8a2c20 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.105026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 34 Depends: ros-kilted-rmf-utils (= 1.7.0-2noble.20260410.105026) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-utils/ros-kilted-rmf-utils-dbgsym_1.7.0-2noble.20260410.105026_amd64.deb Size: 20598 SHA256: b03bfd7634e63c2a9dabbd81343e99e4585d821b16f34bf79c7b257aa496c8c5 SHA1: 00056f6b4fcda2db687146e3669c8a9f6fce30ff MD5sum: 070846b875e10a5a6e865c692e2011a4 Description: debug symbols for ros-kilted-rmf-utils Build-Ids: 81df58c54db6a53df4f2db00ac2eefb152b31d60 Package: ros-kilted-rmf-visualization Version: 2.4.2-1noble.20260805.155948 Architecture: amd64 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.20260805.155948_amd64.deb Size: 6888 SHA256: a6821084a0870731efe7c5c08a26870f95d2f2f1a843ffdd9c3e61fccb9a258c SHA1: 8e1f3beab9a328b58fd8c3827deac652f36d4f8b MD5sum: d462f87538a25630234befbc1a88c0d8 Description: Package containing a single launch file to bringup various visualizations Package: ros-kilted-rmf-visualization-building-systems Version: 2.4.2-1noble.20260716.021305 Architecture: amd64 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.20260716.021305_amd64.deb Size: 12526 SHA256: e651d1115ba1aa33f79f2a22c4d1e73fbe2531444d8ca810546dc2026cd874a7 SHA1: 3d02df6af21dd1dee78260c7cc58a5abeb140b5b MD5sum: 37a3bb8dd9be764a6df39ad6dca47811 Description: A visualizer for doors and lifts Package: ros-kilted-rmf-visualization-fleet-states Version: 2.4.2-1noble.20260804.175051 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 786 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.20260804.175051_amd64.deb Size: 153150 SHA256: c515aa70fea1679da3b78705b3babd9a5e595ef26b41919ce3ea1f82b48b0c7f SHA1: 7ce8962441bbdfda1de13b6f86a71fbf4f15a18b MD5sum: ad5ae92d559af158901a243a8ffc36f3 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.20260804.175051 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 3695 Depends: ros-kilted-rmf-visualization-fleet-states (= 2.4.2-1noble.20260804.175051) 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.20260804.175051_amd64.deb Size: 3100006 SHA256: 136ca17cb1465868c5d7fa18d732b0a654694c3fa35bb60297b90d944fbc17fc SHA1: deba9e296e74771d4a430a4408f1a4999185fc60 MD5sum: 4dc7e09eddebd074945ea3d5905392a6 Description: debug symbols for ros-kilted-rmf-visualization-fleet-states Build-Ids: 4634ec02d6b0454f762a55e42d163fadb06c509e db820571a6d1b6a50a013116e6c9eab658193fdd Package: ros-kilted-rmf-visualization-floorplans Version: 2.4.2-1noble.20260804.175211 Architecture: amd64 Maintainer: Yadunund Installed-Size: 789 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.20260804.175211_amd64.deb Size: 150898 SHA256: 5aa7f5ab00ecebe6d506497a9c3aad77bd156434baf627dbf59361bc116d0a60 SHA1: 3151c8e7be9212187b8992011c57cb123c08c53e MD5sum: 68004cd1488c6029bb16a4a9c260611f 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.20260804.175211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3927 Depends: ros-kilted-rmf-visualization-floorplans (= 2.4.2-1noble.20260804.175211) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-floorplans/ros-kilted-rmf-visualization-floorplans-dbgsym_2.4.2-1noble.20260804.175211_amd64.deb Size: 3337890 SHA256: 02eb78562e97565a67f693c8a0a5d9638659bb39f2d1e003d4bf57405e14dfa8 SHA1: b4d3e30425e911518daa1b408af193820ca2ec2c MD5sum: 63b1e94f12528df62fed51d232287725 Description: debug symbols for ros-kilted-rmf-visualization-floorplans Build-Ids: 2c12bc473c592567db58572a0f05fb7cd8fafba4 d1bf46a02612dfd668b110f444c993e0ffa467d0 Package: ros-kilted-rmf-visualization-msgs Version: 1.5.0-2noble.20260716.013420 Architecture: amd64 Maintainer: yadu Installed-Size: 442 Depends: libc6 (>= 2.4), 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.20260716.013420_amd64.deb Size: 42654 SHA256: 191f3fe6892cdfccc9216c30220af4f64536bffc66a998594d5ee5908b2617f2 SHA1: 221499030fcf2a2a21eda625e157355b865d11c2 MD5sum: 38f4f57fd625be2f2bd0e8dc2beed294 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.20260716.013420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: yadu Installed-Size: 273 Depends: ros-kilted-rmf-visualization-msgs (= 1.5.0-2noble.20260716.013420) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-msgs/ros-kilted-rmf-visualization-msgs-dbgsym_1.5.0-2noble.20260716.013420_amd64.deb Size: 184446 SHA256: f0e165eb3eb798a0bf476ee9dd5812f173c6be6a8c7852ddf43accaca3fc03c9 SHA1: 9e96f59e43696d896fb6b314da76360eb2155ed8 MD5sum: 6c4d06c96672ac3295c11da70c30fcf1 Description: debug symbols for ros-kilted-rmf-visualization-msgs Build-Ids: 09a908ddea863f0fbc50c7ad49ed7001af61a98f 2a9171bb6005ba125f2c13dafd84a145bc1fbc48 33629f65004c7280bb2a531d35b2d24088f735a2 74f5042e50db3f3fdc25e73b51bef35b317d199c 845ddaad134f1a7ac038e274d95b1d3521cb1a5a 8cb52d241c44a79aa270b0a79a68e677e544d377 9582b8e6d5678c77270c552fc148e92f2a5d6370 c125d7a8da4736976ba2438392558386db96d39f c341a05ee12ff1d9527b5216dcb3801a93e19779 e28a6e487a6f62e220aee6d993fecd4d40c68fcf f70743667925f6d13fe0edebead92613d0b8b537 Package: ros-kilted-rmf-visualization-navgraphs Version: 2.4.2-1noble.20260804.175313 Architecture: amd64 Maintainer: Yadunund Installed-Size: 1057 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.20260804.175313_amd64.deb Size: 191316 SHA256: 3ade22b77d515b71beb9130d578d78379c3c313f14473470b67247c3fef1c411 SHA1: 07f74d240530513ace18b5bda7c06cb8046c7c9d MD5sum: 6e89624c47cf4ea45ff05139ac432b29 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.20260804.175313 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 5020 Depends: ros-kilted-rmf-visualization-navgraphs (= 2.4.2-1noble.20260804.175313) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-navgraphs/ros-kilted-rmf-visualization-navgraphs-dbgsym_2.4.2-1noble.20260804.175313_amd64.deb Size: 4172032 SHA256: 046a528aa9e07b8f169debcc0e2cf26862959614c40d8183c5ad2fc2f93b712a SHA1: 8e16c6dbf036571ff1dd4e5eef9c9f2ded1de8bd MD5sum: f2c9b3fff9556582e00b870e40662fed Description: debug symbols for ros-kilted-rmf-visualization-navgraphs Build-Ids: 2ae238b4bdc08668c3ac01f3159b615b0087528e 6d9732e8a8941cb452eccc24f7947fe0b13d9ab6 Package: ros-kilted-rmf-visualization-obstacles Version: 2.4.2-1noble.20260804.175509 Architecture: amd64 Maintainer: Yadunund Installed-Size: 781 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.20260804.175509_amd64.deb Size: 148750 SHA256: 65cee25b3332448a0ee5546f576a715134805d31ff3ed9b5139cbff8ddc857b9 SHA1: 1571178a37b00126ae909535ab4e8c64b2380949 MD5sum: d17b715a076d3179f66252e7a355a5ec 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.20260804.175509 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3628 Depends: ros-kilted-rmf-visualization-obstacles (= 2.4.2-1noble.20260804.175509) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-obstacles/ros-kilted-rmf-visualization-obstacles-dbgsym_2.4.2-1noble.20260804.175509_amd64.deb Size: 3034298 SHA256: 922395af96a43180689d5d6f64fee45ae445599e706f2a84848848a4c31616f8 SHA1: 119bf96d0de2f92e11abdd83160a44d9263c1a88 MD5sum: 31689500c3f6a415753931e1687394df Description: debug symbols for ros-kilted-rmf-visualization-obstacles Build-Ids: b2637ea060b6400ee94d70af2cc3c550d323ca89 debf9ded3fba9037b277769c9c5d316c69480d73 Package: ros-kilted-rmf-visualization-rviz2-plugins Version: 2.4.2-1noble.20260805.153756 Architecture: amd64 Maintainer: Yadunund Installed-Size: 1453 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), 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), 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.20260805.153756_amd64.deb Size: 252920 SHA256: 3f27e1daeca01591b7c27233c8af96f34bbe5b563e8ac0378dd779dd4a4ef316 SHA1: 9033e8fd277eb068f40176fa318f955c992182d6 MD5sum: fc12e9efc060d41140ab81ed0fa98ce9 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.20260805.153756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 7595 Depends: ros-kilted-rmf-visualization-rviz2-plugins (= 2.4.2-1noble.20260805.153756) 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.20260805.153756_amd64.deb Size: 6436466 SHA256: 371b7f58aa01a97bce313abd3b220cb1bf09b572f92bcc3ff93c54f177101109 SHA1: d8398276dcc5669199bcc0147561d7d8b6aab5ab MD5sum: aff709180d536faf333c83d929c57bb9 Description: debug symbols for ros-kilted-rmf-visualization-rviz2-plugins Build-Ids: 32c9996d475fc775ade31abd65edd2780c7d40f8 Package: ros-kilted-rmf-visualization-schedule Version: 2.4.2-1noble.20260804.175321 Architecture: amd64 Maintainer: Yadunund Installed-Size: 3860 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.20260804.175321_amd64.deb Size: 622302 SHA256: f1c5310834f86d86ecd28f11998f6d345170601fba900139e841d8ec041b75f9 SHA1: 9476012d8653dbf9e1c219e1973448a3d9650a05 MD5sum: 9d27ed780cb8711946eca37416a32ed4 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.20260804.175321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 9926 Depends: ros-kilted-rmf-visualization-schedule (= 2.4.2-1noble.20260804.175321) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-visualization-schedule/ros-kilted-rmf-visualization-schedule-dbgsym_2.4.2-1noble.20260804.175321_amd64.deb Size: 8736238 SHA256: f82934178684fcc65cdc6576bae76bf03fd67efc7c403fc224270f4c0506d7a8 SHA1: ea4381b2e10adc7d6f33e5dae3477b7244ec81a1 MD5sum: 2324da492ba0e431e3f8be6f57e1c900 Description: debug symbols for ros-kilted-rmf-visualization-schedule Build-Ids: 07d862c6b1bbcce361fcece8bcf56b2bc37439f3 45f936f598c5043866366610c46d0494db28ecd2 95fa1760acf4683731d9789fba5c1e378bf6546d 9f04f00a1e88274dad09371d8497344954f4e5a8 Package: ros-kilted-rmf-websocket Version: 2.10.1-1noble.20260804.170702 Architecture: amd64 Maintainer: Yadunund Installed-Size: 1054 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.20260804.170702_amd64.deb Size: 281494 SHA256: 74105bcf43ee42fdd8f4448589f7c284823a2bb90d4b0474297c96194b1cf3a7 SHA1: cb45d7af3b90b07a1153ca1730bf2465bb985bf8 MD5sum: 2ea22a30047f8f9b5e90f7db040ff6a3 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.20260804.170702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 4815 Depends: ros-kilted-rmf-websocket (= 2.10.1-1noble.20260804.170702) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-websocket/ros-kilted-rmf-websocket-dbgsym_2.10.1-1noble.20260804.170702_amd64.deb Size: 4387492 SHA256: 89ad1047d350298fc1ff8912038ba6fb77ad28288f6c7e19ce4917be812b3650 SHA1: 57b3a37625595fa6e53d1b9f90273740692885ce MD5sum: b1e1d175614ee9b032d325beb0558c94 Description: debug symbols for ros-kilted-rmf-websocket Build-Ids: 0895b1ddbdaca70bb09a1a5f01fe8aa9c4f9b1f6 Package: ros-kilted-rmf-workcell-msgs Version: 3.5.0-1noble.20260716.013910 Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 1174 Depends: libc6 (>= 2.14), 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.20260716.013910_amd64.deb Size: 103840 SHA256: b590f4334d952b65c0da04f6972a27229787b3cfb014efb9dd8b4e9bc5f5841c SHA1: dfe39f96a56aa16af384eba6f3de38f24c178776 MD5sum: 0c5c4105276145b2f36f1176a4bd4502 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.20260716.013910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 977 Depends: ros-kilted-rmf-workcell-msgs (= 3.5.0-1noble.20260716.013910) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmf-workcell-msgs/ros-kilted-rmf-workcell-msgs-dbgsym_3.5.0-1noble.20260716.013910_amd64.deb Size: 792772 SHA256: b87ce8d2ce180291e13d198ce00030bd440ffdc27f1d642939eb2802dd9ce152 SHA1: 616bca5c4e7982dbd581863b18d3f0229bf5c360 MD5sum: e511db5a7ac20853aa7cf9c8ce79149a Description: debug symbols for ros-kilted-rmf-workcell-msgs Build-Ids: 28fe2cd7c67b853d9dd3b9c2afeb7b0c1f8554bb 36fbb5ad0fa1f20e0e8cd566a3799110f879bba4 746dbd5e09b30da82c52a4e944c6c322d2049a75 8993bbb0619c1d0f5b6af1cd3747749c3beb4ef9 961dcd8a20eca78e41e87f62a926782bfb23dd78 af77cbd6a6d93d9e4d84f3dde5ef91eb4fe762f8 bc7299aac1207bd87a7376cb8a01849e50b6c127 c81f8caee22efcb759a1d5397e1172d7c1070628 e4f7b0e0faaf9353f018083feab31b0d5202b5d2 ecc417086f4846a0f134494541a6ac5bc4ac0249 fd40fabea643669599e86f339564841dd14b2d10 Package: ros-kilted-rmw Version: 7.8.2-2noble.20260715.011929 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 524 Depends: libc6 (>= 2.14), 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.20260715.011929_amd64.deb Size: 72698 SHA256: 08446abbf379120128eeb715f22bfc99d725b6e540cc9d492bb4a1b5eed99229 SHA1: bb3b4cd9a85615b6fef3727ac341a2db4ad19fe6 MD5sum: abde746dd84338bb14de5936063871e4 Description: Contains the ROS middleware API. Package: ros-kilted-rmw-connextdds Version: 1.1.1-1noble.20260716.022243 Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 110 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.20260716.022243_amd64.deb Size: 18434 SHA256: 5fe052ce6f9209f155dde17a0e87d94d695bc1483c8a93717845876a4e10b32a SHA1: dd3a844e9a857191f4b6e00cf92ef4e6f801229d MD5sum: 29463ad9d9b7c4f6c923e6aed768bab0 Description: A ROS 2 RMW implementation built with RTI Connext DDS Professional. Package: ros-kilted-rmw-connextdds-common Version: 1.1.1-1noble.20260716.021120 Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 1024 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.20260716.021120_amd64.deb Size: 267596 SHA256: 8d2d9d4d2cfe88ebea8e34bf9789f70d7edd33c51788999456a5f61e5eaafada SHA1: 70eaabcfd500d47e2a486b1c153d10cf48d0451a MD5sum: f8084b56f14c5dac67067a0817702746 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.20260716.021120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 3122 Depends: ros-kilted-rmw-connextdds-common (= 1.1.1-1noble.20260716.021120) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-connextdds-common/ros-kilted-rmw-connextdds-common-dbgsym_1.1.1-1noble.20260716.021120_amd64.deb Size: 2901318 SHA256: bb5ca0dff1844e5ec2664278397f9bd2eb7fca93632845d95e3b6276c1c59046 SHA1: 6f3d0f0d66ce29e7b87d99354925502e6657a857 MD5sum: 687af570018a8b5e1d6f802b60428b47 Description: debug symbols for ros-kilted-rmw-connextdds-common Build-Ids: a6174150e0157610f4ab71e78dee865092ab4afc Package: ros-kilted-rmw-connextdds-dbgsym Package-Type: ddeb Source: ros-kilted-rmw-connextdds Version: 1.1.1-1noble.20260716.022243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 125 Depends: ros-kilted-rmw-connextdds (= 1.1.1-1noble.20260716.022243) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-connextdds/ros-kilted-rmw-connextdds-dbgsym_1.1.1-1noble.20260716.022243_amd64.deb Size: 101658 SHA256: ac3006c0cbf2e614c50acc925c277fffb1211305be2df5f148d5056ba5fc3dc8 SHA1: 0706055740bcd4bd2ba6f86822463f3ab1bec5ef MD5sum: 8890841f9596d87498e6c47bf989feaa Description: debug symbols for ros-kilted-rmw-connextdds Build-Ids: c9043eefbf65378f85fe7fce3f083421daad58a1 Package: ros-kilted-rmw-cyclonedds-cpp Version: 4.0.2-2noble.20260716.021125 Architecture: amd64 Maintainer: Erik Boasson Installed-Size: 535 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.20260716.021125_amd64.deb Size: 175836 SHA256: 507a6ebff3ac32e3f20ff8642007dc1f83bbed84168480ef1db4a1d92a48bf0e SHA1: ad2b1dbf598a26d0dd712bcc331806adb34c397e MD5sum: b6ef00507e087a9557e9dab651a4cc4f 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.20260716.021125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Erik Boasson Installed-Size: 2299 Depends: ros-kilted-rmw-cyclonedds-cpp (= 4.0.2-2noble.20260716.021125) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-cyclonedds-cpp/ros-kilted-rmw-cyclonedds-cpp-dbgsym_4.0.2-2noble.20260716.021125_amd64.deb Size: 2175788 SHA256: 9ba1b9e3155f194e1409e98d379ce3091f97357424f41fd30b4a0304eaec7b2f SHA1: 1d5476753822071e297c82c8319d1fb7c15ceb65 MD5sum: 86e4efffe6ff82044723fb607d2b8ded Description: debug symbols for ros-kilted-rmw-cyclonedds-cpp Build-Ids: 0c22ef91765d256db3036261e7cd2e40abbb96d3 Package: ros-kilted-rmw-dbgsym Package-Type: ddeb Source: ros-kilted-rmw Version: 7.8.2-2noble.20260715.011929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 63 Depends: ros-kilted-rmw (= 7.8.2-2noble.20260715.011929) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw/ros-kilted-rmw-dbgsym_7.8.2-2noble.20260715.011929_amd64.deb Size: 36118 SHA256: 82671278dd6ec778a7724835bd72a99adab66d7dcd39349492371bcd0f7e04ce SHA1: 5fa30f9a9b2b1049728f57eb5318333ce97a669c MD5sum: 2958bd515b900e3478b07038b7e6a0ac Description: debug symbols for ros-kilted-rmw Build-Ids: 5af89d4583ca69f996a9de136472258b7d7e38a9 Package: ros-kilted-rmw-dds-common Version: 5.0.0-1noble.20260716.012731 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 898 Depends: libc6 (>= 2.14), 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.20260716.012731_amd64.deb Size: 115762 SHA256: 264188bfd1e3969eaae670e57afbd167ac0249a058bed20553128943d97536c9 SHA1: 2739e9c33b9ccb200cac5dfdb7f1835f5484f99c MD5sum: 065f9e3bd5a1662729bfaac212494bf3 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.20260716.012731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1145 Depends: ros-kilted-rmw-dds-common (= 5.0.0-1noble.20260716.012731) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-dds-common/ros-kilted-rmw-dds-common-dbgsym_5.0.0-1noble.20260716.012731_amd64.deb Size: 985150 SHA256: 07caab25e6229041081c182cdc40a8edc0379692ec0ec97b74e484ede524e0db SHA1: ec65b7636077acd7e08ff301d027bb5704f0824c MD5sum: 0604a01123262e15382a127fd21e02e8 Description: debug symbols for ros-kilted-rmw-dds-common Build-Ids: 04b8f20f7cd07d8a157138ca24646bc0d3c82ef4 070e30e61f2cf48b563a47d2bef9b93e65c16d11 4b6b06431a229ca0be5b1b32b1fdabdc48c94a5d 5c288bf31d44504736608124bf5824707b2f7249 63302f28ef94f0025afe2cff886c6fbb85f26af6 6678d418010f2fddc987252882ce7a8e42ed8675 9e8515c81dadfe27c5b9318eef40ea690b12b83a b3513e4046f875d2d3760018fb2217cd37716765 bb8d4e63f07222729f816129fb914c5af1b80aac d18e2bae1af0ca948bea765da54f5853ac0e5818 f503db1683a083ac12149e0df37cfd080c94fcf5 fa365348b2f64e54a888e99cd9672e6c20f3ac10 Package: ros-kilted-rmw-desert Version: 3.0.2-1noble.20260716.021208 Architecture: amd64 Maintainer: "Davide Costa" Installed-Size: 429 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 Homepage: https://index.ros.org/p/rmw_desert/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-desert/ros-kilted-rmw-desert_3.0.2-1noble.20260716.021208_amd64.deb Size: 143612 SHA256: fc90d43cd3e482b645af2e0748594f65cf8abc1dd7b1278c90ddc1c809e60b3c SHA1: d97939214d7e0857838527b9796ec950feb9f54d MD5sum: b87cd664513d63233b8eca3b9e79168e 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.2-1noble.20260716.021208 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Costa" Installed-Size: 3249 Depends: ros-kilted-rmw-desert (= 3.0.2-1noble.20260716.021208) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-desert/ros-kilted-rmw-desert-dbgsym_3.0.2-1noble.20260716.021208_amd64.deb Size: 3151734 SHA256: 1ae5bf68b2f0c76193ba772515cd4e7d388d943d19487810a92ed9c255ce8464 SHA1: 6371e055d48790267cde1ee66663fc25bfad8ab0 MD5sum: 3e461f741d0361794019b254fd8eaef4 Description: debug symbols for ros-kilted-rmw-desert Build-Ids: d855a31e46f9aff2d2e2c184e75b12472db06e81 Package: ros-kilted-rmw-fastrtps-cpp Version: 9.3.5-1noble.20260730.173809 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 343 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 Homepage: https://index.ros.org/p/rmw_fastrtps_cpp/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-fastrtps-cpp/ros-kilted-rmw-fastrtps-cpp_9.3.5-1noble.20260730.173809_amd64.deb Size: 90462 SHA256: 49d0f8c9953e596dc659a70ec3a9cf70514272a6ef3c737a5866c0c5344b406f SHA1: 1e7016bd6f8cf970713b8f18da48ebf5754d2815 MD5sum: 4bee119b502b9fa9999e208325b9a818 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.5-1noble.20260730.173809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2660 Depends: ros-kilted-rmw-fastrtps-cpp (= 9.3.5-1noble.20260730.173809) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-fastrtps-cpp/ros-kilted-rmw-fastrtps-cpp-dbgsym_9.3.5-1noble.20260730.173809_amd64.deb Size: 2497016 SHA256: bd1ce557813e2c1ff01cf130b767b33580a9e6bd3dd63533cee735437374ce65 SHA1: c18d2026fd2feac31874ccb919c03a7f3f1baeca MD5sum: ea4d131a4b5809b571280f875c5d8308 Description: debug symbols for ros-kilted-rmw-fastrtps-cpp Build-Ids: 239f96dc047a8ae6f4c6ac313479a4fd7f1942ed Package: ros-kilted-rmw-fastrtps-dynamic-cpp Version: 9.3.5-1noble.20260730.173255 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 414 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 Homepage: https://index.ros.org/p/rmw_fastrtps_dynamic_cpp/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-fastrtps-dynamic-cpp/ros-kilted-rmw-fastrtps-dynamic-cpp_9.3.5-1noble.20260730.173255_amd64.deb Size: 111350 SHA256: bba5379ff0d661b8c8522696931b82c6fe235fe9fe5e6fcdf7fa4baf68821fb5 SHA1: 4502fcf1b7dc8e3e1406fa1141e39f61736529f7 MD5sum: f0bf19dbea299e8fc8cba0bbc6da11d2 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.5-1noble.20260730.173255 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 3166 Depends: ros-kilted-rmw-fastrtps-dynamic-cpp (= 9.3.5-1noble.20260730.173255) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-fastrtps-dynamic-cpp/ros-kilted-rmw-fastrtps-dynamic-cpp-dbgsym_9.3.5-1noble.20260730.173255_amd64.deb Size: 2969724 SHA256: 05bb60ce3a025e26c1d50987a9a0e2e9316eb19b3aadb5ff29a709ed7c4cab0b SHA1: 5868aef0de3d4e9824aad1067b10c36a36a063e5 MD5sum: 22ecca6396722c2db7cb8c9846aaee19 Description: debug symbols for ros-kilted-rmw-fastrtps-dynamic-cpp Build-Ids: 05483a6843f0c2a43aaf71318a37de4ca3c88927 Package: ros-kilted-rmw-fastrtps-shared-cpp Version: 9.3.5-1noble.20260730.172906 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 627 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 Homepage: https://index.ros.org/p/rmw_fastrtps_shared_cpp/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-fastrtps-shared-cpp/ros-kilted-rmw-fastrtps-shared-cpp_9.3.5-1noble.20260730.172906_amd64.deb Size: 168232 SHA256: 4d43f6355944801428f28978f46b75987c60c2c928bcfa85d682312ec63b9e88 SHA1: 4bc448194bd76ff9bf02342e89db6c871f486a7d MD5sum: aa30daf6a2dfe776d11b03d1d088b962 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.5-1noble.20260730.172906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5155 Depends: ros-kilted-rmw-fastrtps-shared-cpp (= 9.3.5-1noble.20260730.172906) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-fastrtps-shared-cpp/ros-kilted-rmw-fastrtps-shared-cpp-dbgsym_9.3.5-1noble.20260730.172906_amd64.deb Size: 4889112 SHA256: 07d7cefe5ac65e871d80d0140ade28749e32103a512e163dcad24ae37c113fd0 SHA1: 0cf945d7e01680f961d999c6397fe46dc504a0bc MD5sum: 374448ffc8032b723ee04996a00dcde8 Description: debug symbols for ros-kilted-rmw-fastrtps-shared-cpp Build-Ids: 825c68471168f9c8090339710efa4cbb09bb45aa Package: ros-kilted-rmw-gurumdds-cpp Version: 6.0.1-1noble.20260716.021254 Architecture: amd64 Maintainer: Donghyeon Lee Installed-Size: 681 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.20260716.021254_amd64.deb Size: 186970 SHA256: 9d760a4680c148690a98e093eb3264f484f828a2751cb5e031844adfcb04f5c7 SHA1: 3b5880ccf83683d0bbcc4ee48bb05a7d2961eb75 MD5sum: b1eb515fc0dd4cddf89a7c3ceb9c3475 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.20260716.021254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Donghyeon Lee Installed-Size: 2424 Depends: ros-kilted-rmw-gurumdds-cpp (= 6.0.1-1noble.20260716.021254) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-gurumdds-cpp/ros-kilted-rmw-gurumdds-cpp-dbgsym_6.0.1-1noble.20260716.021254_amd64.deb Size: 2305794 SHA256: 84cc4183f2b26f1f5ec7f8db155274d7216d6565e6720ad0986c7d9fb11afca6 SHA1: 15c0c0ceca3e2b2f03525e2a990a1a55bb6414cb MD5sum: 245fd952c714ca04a14689a5fe3bc060 Description: debug symbols for ros-kilted-rmw-gurumdds-cpp Build-Ids: 1e6d4095210b1848f56f07acc0e15541656fcb3a Package: ros-kilted-rmw-implementation Version: 3.0.7-1noble.20260730.174256 Architecture: amd64 Maintainer: William Woodall Installed-Size: 115 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.20260730.174256_amd64.deb Size: 24490 SHA256: fe1a2afee2cd11b7072fcfa36076b7231e9f2a3cb17c7c0a2d3a0f7424699136 SHA1: 43ade366fa95f3516ccb0d940bb6885fbd6598dc MD5sum: ccdf822d7e5f4467f3c246af5f89d51a Description: Proxy implementation of the ROS 2 Middleware Interface. Package: ros-kilted-rmw-implementation-cmake Version: 7.8.2-2noble.20260410.112552 Architecture: amd64 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.112552_amd64.deb Size: 9168 SHA256: ea7ea721292d60e59f2c3dc67b6bd6916f437c4df726be49da93da6867dd0a97 SHA1: 5db5445e65b1113ac91281ab74abfd796daef29a MD5sum: 796b8008a437609c2482ac8ffff5069c 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.20260730.174256 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: William Woodall Installed-Size: 124 Depends: ros-kilted-rmw-implementation (= 3.0.7-1noble.20260730.174256) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-implementation/ros-kilted-rmw-implementation-dbgsym_3.0.7-1noble.20260730.174256_amd64.deb Size: 100480 SHA256: b70194eeb1634bd2cc03b7c03bca7d2d093c7ae09bda5d2a195eac7114642d90 SHA1: b82e7c90f0cd09dc7d26cc917ecd2cae39573f42 MD5sum: 157cfaf387adbf8077bb80554c13ae6c Description: debug symbols for ros-kilted-rmw-implementation Build-Ids: 8daa976ecb372a8b3695c498995b4a26cc2e2c40 Package: ros-kilted-rmw-security-common Version: 7.8.2-2noble.20260715.012226 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 116 Depends: libc6 (>= 2.14), 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.20260715.012226_amd64.deb Size: 23502 SHA256: eb073101be843d68c7105d99e34bd9a591d25a8ef89256e634f63b835927ee84 SHA1: 1d2499216bf8278b37d22a0ddfbac4c010cd6fb9 MD5sum: 7f1f9c58268819684707914cd828a90d 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.20260715.012226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 232 Depends: ros-kilted-rmw-security-common (= 7.8.2-2noble.20260715.012226) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-security-common/ros-kilted-rmw-security-common-dbgsym_7.8.2-2noble.20260715.012226_amd64.deb Size: 211046 SHA256: b43ab57334700bbcc1c0f5cc3cc4d71ac7251ea43eebc3d6cd3bece54929f999 SHA1: ce62f4a736101e08948dfe31cc5190d5dd042f5f MD5sum: 24fcd6cf4991722a49125f4794692656 Description: debug symbols for ros-kilted-rmw-security-common Build-Ids: 60c4fd8e168373edaf1e5410750f138a446a9e8a Package: ros-kilted-rmw-stats-shim Version: 0.2.3-1noble.20260716.021725 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 119 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.20260716.021725_amd64.deb Size: 28876 SHA256: b00601e92dfb32240e16496f32d78b0e2a6a1c1070e9eafdd89da1c2950b3463 SHA1: ed98017dce33a0efacaffc7f9582f762f4932135 MD5sum: e7e4a56c70a2897e71e82a35bdc1ed6c 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.20260716.021725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 296 Depends: ros-kilted-rmw-stats-shim (= 0.2.3-1noble.20260716.021725) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-stats-shim/ros-kilted-rmw-stats-shim-dbgsym_0.2.3-1noble.20260716.021725_amd64.deb Size: 277566 SHA256: 73fb930153aec5f655d23feb623b5e66b86b6a8c763ecbc5589dc441d9eb442f SHA1: b41620a3a09865da7439a1d21787b65d8b20e3bb MD5sum: 31b48d8933a887cb67f042519ed4e999 Description: debug symbols for ros-kilted-rmw-stats-shim Build-Ids: 2e7d25cfff42ab286325b92b72bada0a9f9f8c93 Package: ros-kilted-rmw-test-fixture Version: 0.14.7-1noble.20260715.012233 Architecture: amd64 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.20260715.012233_amd64.deb Size: 9018 SHA256: c205226f47086993775b04eaa2e8eb5da4d434a00535466c0c74d22a249658e4 SHA1: 3b3af9341ac78c346d92c80058859a33fee0577f MD5sum: 316a36d02b976c89bbe81e0fcfc94ce5 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.20260730.174751 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 128 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.20260730.174751_amd64.deb Size: 21010 SHA256: 3ec77c8f4235930366a1bf3c0d6f622e2041d498d48f51de2b4aae7fa9805e23 SHA1: 419ce8541484f867a1774c439e99a9edb94b8a55 MD5sum: be51b145e252032a45714b61aff9904a 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.20260730.174751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 116 Depends: ros-kilted-rmw-test-fixture-implementation (= 0.14.7-1noble.20260730.174751) 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.20260730.174751_amd64.deb Size: 86270 SHA256: c5fc31bcc67efa639d4789b14433d1f155a4b58d1b1a5b36315577a6a9ce5dbd SHA1: 537a68a34ee5e6936b9a7db5b4bf570ffb9ed493 MD5sum: 4f13aebb3bd5eb0da52a942fef1d310d Description: debug symbols for ros-kilted-rmw-test-fixture-implementation Build-Ids: 507f99ea5055ae44683a87a32aa47378ce97b79c 76844c3da2981cdabea28bb578ef0443a3ba2dde ae1fbf9c9b51dc318a9fae2c441c2deddb425e51 Package: ros-kilted-rmw-zenoh-cpp Version: 0.6.7-1noble.20260723.193933 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 807 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 Homepage: https://index.ros.org/p/rmw_zenoh_cpp/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-zenoh-cpp/ros-kilted-rmw-zenoh-cpp_0.6.7-1noble.20260723.193933_amd64.deb Size: 245760 SHA256: b036abc7a59da935b22e601f87d8a0dbf58c6ab469ab14aabe0c0bac1e1c0c86 SHA1: efc3235523ec6f2cc7dd7e6e7bde807ea3807a05 MD5sum: 4ad9602da08b21509f028a5a0a3811f2 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.7-1noble.20260723.193933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 6043 Depends: ros-kilted-rmw-zenoh-cpp (= 0.6.7-1noble.20260723.193933) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rmw-zenoh-cpp/ros-kilted-rmw-zenoh-cpp-dbgsym_0.6.7-1noble.20260723.193933_amd64.deb Size: 5892360 SHA256: 20e94ce5aa4810f3602b520b074e38eef36a870e3762326fbb6bf281a6253564 SHA1: 06800ec4e06f5b95371ecdf3120186b7a7d9fff6 MD5sum: 09106518df7398bec6830ba583402cdb Description: debug symbols for ros-kilted-rmw-zenoh-cpp Build-Ids: 27acd51e820bed7477f921c3a931c820226d6f72 39d411c76d167769dc19c8f0c3f4cdee308079ef d43f5befb96bd2ba3357d654b76cef3a1e53ffec Package: ros-kilted-roboplan Version: 0.6.0-1noble.20260803.130810 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 1847 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), liboctomap1.9t64 (>= 1.9.7+dfsg), libstdc++6 (>= 13.1), libtinyxml2-10 (>= 10.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-kilted-coal, ros-kilted-pinocchio, ros-kilted-urdfdom, libeigen3-dev, libexpected-dev, ros-kilted-tinyxml2-vendor, ros-kilted-yaml-cpp-vendor, ros-kilted-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan/ros-kilted-roboplan_0.6.0-1noble.20260803.130810_amd64.deb Size: 491260 SHA256: 8a2584a962069d2aae6c00b59ddf02c3e521494f760fdd6eb038a334a0125684 SHA1: d604d54a4fb5be936a8ed6914824e81f15947c66 MD5sum: 3ae057ed333fdf96e78d6ff498a378e7 Description: Core types, scene representation, and utilities for RoboPlan. Package: ros-kilted-roboplan-dbgsym Package-Type: ddeb Source: ros-kilted-roboplan Version: 0.6.0-1noble.20260803.130810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 23941 Depends: ros-kilted-roboplan (= 0.6.0-1noble.20260803.130810) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan/ros-kilted-roboplan-dbgsym_0.6.0-1noble.20260803.130810_amd64.deb Size: 23521986 SHA256: c7095ab6d97a595cb3dadd397f9e1f17c14f7b7bd5001cd05a0abaabcb0f5419 SHA1: 662361a9ab85a458b6eb611819497e05a34d6c84 MD5sum: 2ce79603bced2e313973d49436357201 Description: debug symbols for ros-kilted-roboplan Build-Ids: 09934dde2e83ffc12234706a18f494f2a62e0362 3f8e34a8f7db64fcddfcf035d4929079a59d6736 89946dfe54e9035390994774ebe211e369a531ef 98518fdbec6c1fa9a1748d9922e73e50fa1c9d2b Package: ros-kilted-roboplan-example-models Version: 0.6.0-1noble.20260803.130809 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 88494 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-kilted-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-example-models/ros-kilted-roboplan-example-models_0.6.0-1noble.20260803.130809_amd64.deb Size: 22883594 SHA256: e043ae62f7b5e0a21c6da3305a12d975ed064ba1d9fa7d6f08c3a11839a274f1 SHA1: 4ece1893e29a446ca1a45eca5efcdbb7ac08c906 MD5sum: ec9dfb3bb8b3082aefb6fb50834bb716 Description: Robot descriptions for RoboPlan testing and examples. Package: ros-kilted-roboplan-example-models-dbgsym Package-Type: ddeb Source: ros-kilted-roboplan-example-models Version: 0.6.0-1noble.20260803.130809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 608 Depends: ros-kilted-roboplan-example-models (= 0.6.0-1noble.20260803.130809) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-example-models/ros-kilted-roboplan-example-models-dbgsym_0.6.0-1noble.20260803.130809_amd64.deb Size: 572808 SHA256: e501959973434a206d7695807f9e3c11df3bd18c421b663c3571b1e07c72cd83 SHA1: c2a1cece26dc59ed8a8022991ce5b04ed55708aa MD5sum: 433f7421630ed282544a67c6d52a4572 Description: debug symbols for ros-kilted-roboplan-example-models Build-Ids: 4cc1cf9c96e81af0439668342586508540730692 bd0388bb305857dbd10caf2ccb8d1cfb678e3a8a Package: ros-kilted-roboplan-ros-cpp Version: 0.6.0-1noble.20260805.154105 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 391 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-coal, ros-kilted-pinocchio, libeigen3-dev, ros-kilted-geometry-msgs, ros-kilted-roboplan, ros-kilted-rosidl-generator-cpp, ros-kilted-sensor-msgs, ros-kilted-tf2-eigen, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Homepage: https://roboplan-ros.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-ros-cpp/ros-kilted-roboplan-ros-cpp_0.6.0-1noble.20260805.154105_amd64.deb Size: 132740 SHA256: 22f6abee9dbc1d0d4f5e5754ba4535ff4feebfaf7c9e7374f5aa89f04d1eb1ad SHA1: 3a7e323c82e269db4feffc09417772f6ae76aa45 MD5sum: fed8e24f6a964c866834712a5224bdd1 Description: ROS 2 C++ bindings for the RoboPlan motion planning library. Package: ros-kilted-roboplan-ros-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-roboplan-ros-cpp Version: 0.6.0-1noble.20260805.154105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6175 Depends: ros-kilted-roboplan-ros-cpp (= 0.6.0-1noble.20260805.154105) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-ros-cpp/ros-kilted-roboplan-ros-cpp-dbgsym_0.6.0-1noble.20260805.154105_amd64.deb Size: 6158476 SHA256: 7ca4ef4159156da740be1fe59d187a8ced3f1906c6014d7379c93160f780fdd0 SHA1: 6b30ba367226f13fde7baf9e6c80f40423a3eb57 MD5sum: f72bb2d321e8926d4c3e910ca9ab847f Description: debug symbols for ros-kilted-roboplan-ros-cpp Build-Ids: 751414c3dc4f1982a406d60339f54aa001b3b547 7f21772ac29007f1ba3210638dad670aa1197a0c Package: ros-kilted-roboplan-ros-py Version: 0.6.0-1noble.20260805.154825 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 43 Depends: ros-kilted-builtin-interfaces, ros-kilted-rclpy, ros-kilted-roboplan, ros-kilted-roboplan-ros-cpp, ros-kilted-sensor-msgs, ros-kilted-trajectory-msgs, ros-kilted-ros-workspace Homepage: https://roboplan-ros.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-ros-py/ros-kilted-roboplan-ros-py_0.6.0-1noble.20260805.154825_amd64.deb Size: 7576 SHA256: 54746c7142989684016592db003d3cb76a5190d0870b54012508d25c66c71901 SHA1: 445d903afb901d1bac36d4d7949cd3fe496daee6 MD5sum: 8eafc9af2aa136007f94a12fd5933b98 Description: ROS 2 Python bindings for the roboplan motion planning library. Package: ros-kilted-roboplan-ros-visualization Version: 0.6.0-1noble.20260805.154732 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 321 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-coal, ros-kilted-pinocchio, ros-kilted-ament-index-cpp, ros-kilted-geometry-msgs, ros-kilted-interactive-markers, ros-kilted-rclcpp, ros-kilted-rclpy, ros-kilted-roboplan, ros-kilted-roboplan-ros-cpp, ros-kilted-roboplan-simple-ik, ros-kilted-rviz2, ros-kilted-sensor-msgs, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://roboplan-ros.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-ros-visualization/ros-kilted-roboplan-ros-visualization_0.6.0-1noble.20260805.154732_amd64.deb Size: 106960 SHA256: f9365e6187bf936d7a1ff81920713198c2b2143d880db50717f6d2c10385e419 SHA1: 17264a9eb04e5db64ac8a9e7825ec6321e439449 MD5sum: 0c8dae40d0cddf6a25051d1e05f0673f Description: ROS 2 visualization tools for the RoboPlan library. Package: ros-kilted-roboplan-ros-visualization-dbgsym Package-Type: ddeb Source: ros-kilted-roboplan-ros-visualization Version: 0.6.0-1noble.20260805.154732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 8226 Depends: ros-kilted-roboplan-ros-visualization (= 0.6.0-1noble.20260805.154732) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-ros-visualization/ros-kilted-roboplan-ros-visualization-dbgsym_0.6.0-1noble.20260805.154732_amd64.deb Size: 8245640 SHA256: 4102450d237c5e84748bb4b4b63f5227aebcf11937b42c9a82080b70a8dc09e7 SHA1: 123fd158b3c5078f51adf9002602d2bfed62068b MD5sum: febb984c1441756b65369541e8d07ff8 Description: debug symbols for ros-kilted-roboplan-ros-visualization Build-Ids: 0d212fc2901c1cb238887725f8b9c1fd5fb45e9f 72cd585bd4a120388170a8268955febbdbc7aae5 Package: ros-kilted-roboplan-rrt Version: 0.6.0-1noble.20260803.132744 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 839 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-coal, ros-kilted-pinocchio, ros-kilted-roboplan, ros-kilted-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-rrt/ros-kilted-roboplan-rrt_0.6.0-1noble.20260803.132744_amd64.deb Size: 251380 SHA256: 1523993aa8196ac41e6fdc37c5ae962410ad4f24657ddbfbecacb1ca110dbcce SHA1: 3d1d52ec9474bb56bfa573e20e089a13640ae1ff MD5sum: 13fe74f2116cc1ce3fb03b7b76f09b87 Description: Rapidly-Exploring Random Tree (RRT) implementation for RoboPlan. Package: ros-kilted-roboplan-rrt-dbgsym Package-Type: ddeb Source: ros-kilted-roboplan-rrt Version: 0.6.0-1noble.20260803.132744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 17044 Depends: ros-kilted-roboplan-rrt (= 0.6.0-1noble.20260803.132744) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-rrt/ros-kilted-roboplan-rrt-dbgsym_0.6.0-1noble.20260803.132744_amd64.deb Size: 16966262 SHA256: 2786447b6f4b6443e8af66ca53a2cdb50bbed83fd0fff5da55cec65ba93fd877 SHA1: 6e8403ebbe168fb7e22cdc52743d532172305f2c MD5sum: 00f9f65f746fe7a394ebe556adc8fe08 Description: debug symbols for ros-kilted-roboplan-rrt Build-Ids: 9cfe74b7efebdea8af7b6993c88273aca85c4680 d878bd3d263c3557f9f979fd42f0e75db9a2673d Package: ros-kilted-roboplan-simple-ik Version: 0.6.0-1noble.20260803.132634 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 565 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-coal, ros-kilted-pinocchio, ros-kilted-roboplan, ros-kilted-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-simple-ik/ros-kilted-roboplan-simple-ik_0.6.0-1noble.20260803.132634_amd64.deb Size: 169958 SHA256: b131693692f36166a619e8ceacca4834a7935f0c84f268fb514fd14cda67643f SHA1: 04113ceaef30de3544f08af5eb8c4827ffc82c37 MD5sum: d6ef8570ee789274cc62b16800821129 Description: Simple inverse kinematics solver for RoboPlan. Package: ros-kilted-roboplan-simple-ik-dbgsym Package-Type: ddeb Source: ros-kilted-roboplan-simple-ik Version: 0.6.0-1noble.20260803.132634 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 15313 Depends: ros-kilted-roboplan-simple-ik (= 0.6.0-1noble.20260803.132634) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-simple-ik/ros-kilted-roboplan-simple-ik-dbgsym_0.6.0-1noble.20260803.132634_amd64.deb Size: 15250714 SHA256: fa537cd012c6adbcef71b2d22a0d6ba8f3d505d8da354642f7d0246ad172452b SHA1: ba62b0171247e9efb83fc3631a205ce8dcd0af51 MD5sum: 746b1765674d076f3a45a819499701d0 Description: debug symbols for ros-kilted-roboplan-simple-ik Build-Ids: d6f3ad73c74d1accc9f3e099e178f5b96fa6c4b0 ee6414c854ce07b794a78fb7436e0a1cb23431ff Package: ros-kilted-roboplan-toppra Version: 0.6.0-1noble.20260803.132920 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 307 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-coal, ros-kilted-roboplan, ros-kilted-toppra, ros-kilted-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-toppra/ros-kilted-roboplan-toppra_0.6.0-1noble.20260803.132920_amd64.deb Size: 94676 SHA256: 77ee7cdce7673bae2c5d9faddfc52bac2a6efdd6a1b5f5900336e92105630425 SHA1: 183332b1d1a8724b2d481d7ab1d3111b3a207b98 MD5sum: f48cbb0e73d40728da47b89069431ecc Description: Time Optimal Path Parameterization based on Reachability Analysis (TOPP-RA) wrapper for RoboPlan. Package: ros-kilted-roboplan-toppra-dbgsym Package-Type: ddeb Source: ros-kilted-roboplan-toppra Version: 0.6.0-1noble.20260803.132920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6248 Depends: ros-kilted-roboplan-toppra (= 0.6.0-1noble.20260803.132920) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-roboplan-toppra/ros-kilted-roboplan-toppra-dbgsym_0.6.0-1noble.20260803.132920_amd64.deb Size: 6260520 SHA256: 906c44f6d760e9732aae5d8121722bc3d6a3759e9ccb5f43dc876efe2104bd72 SHA1: cc5c21e3151ccad2f75b47dcce743b6ec7f19704 MD5sum: 3da8694987fa4bec1ac585fea284372b Description: debug symbols for ros-kilted-roboplan-toppra Build-Ids: 700674e2faae7e232a7923505b82f9a9ce3aba75 a64431f5379d3fee6581b4b8ec63e5d5c8c9d976 Package: ros-kilted-robot-calibration Version: 0.10.1-1noble.20260805.145803 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 5158 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.20260805.145803_amd64.deb Size: 960226 SHA256: 16c6d99819d496b2867848d30cf5a2d35c53f6a1e0c432c30592e15a4d25dc02 SHA1: 5d384b8f8a92945b279d599ba8242a41f41e6c34 MD5sum: 156a14458e0591bbf73cf650f615f61e Description: Calibrate a Robot Package: ros-kilted-robot-calibration-dbgsym Package-Type: ddeb Source: ros-kilted-robot-calibration Version: 0.10.1-1noble.20260805.145803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 33121 Depends: ros-kilted-robot-calibration (= 0.10.1-1noble.20260805.145803) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-calibration/ros-kilted-robot-calibration-dbgsym_0.10.1-1noble.20260805.145803_amd64.deb Size: 29893484 SHA256: 0de17bfe9ef2c241fe5304238385305a8adf37d2efaed6670966b78a14eae234 SHA1: 2cb6ca00cfa7bc426c4384b8826c08f9f6a39b1b MD5sum: fdb30268960a6b4cb6a78ba898ac7506 Description: debug symbols for ros-kilted-robot-calibration Build-Ids: 290fa2e813f0d92c507d7094abfe71bd6e0836cd 308d0a2d9874e8dc646cf0fa5303754ab72b9073 4933aa48d05b7f596f0847b75ac3b8e8bb5d43dd 6bd7f0483019b89ddcbf425a1dd3b53e62cfd68f a3a298aa9817e625df19503f88c0d42d6c68755a ad99c3360be0ff5a81f02640caa1e5479bc3aad5 edab21c1214408193f145ac0bb02a3f2d751ca82 f92a2ff08cd852fbc640d572a101d36af5b24a54 Package: ros-kilted-robot-calibration-msgs Version: 0.10.1-1noble.20260716.020611 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2498 Depends: libc6 (>= 2.14), 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.20260716.020611_amd64.deb Size: 184474 SHA256: 9b3884817b108873f6171efdf9dd023f0b1d69479d87f35134a55dc943448ad6 SHA1: 927ab2ecc7706b1bdbabe473abc977c0bd08f1f6 MD5sum: 4aa6d9b7bb33013ef4b380e0f08c1d5d 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.20260716.020611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1694 Depends: ros-kilted-robot-calibration-msgs (= 0.10.1-1noble.20260716.020611) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-calibration-msgs/ros-kilted-robot-calibration-msgs-dbgsym_0.10.1-1noble.20260716.020611_amd64.deb Size: 1304928 SHA256: 94f1225bc7094715d0a037a12213a3f7955a40131288af917cd1ed3962efcc93 SHA1: 537a7a8942546224a82cd56133e9945c2512eed9 MD5sum: 57aca4ec11993f5594c623d7b8b594f5 Description: debug symbols for ros-kilted-robot-calibration-msgs Build-Ids: 00b44d22d4ee85e139ff76a139036c542e67364d 15e1f105ba150838f6ce46aede433422a09cb94b 6128dfb6e82a6c5b25e5a3370e7c3391741e27aa 629dcdab34a4683e4c703e6238775ed7a896ad6f 952e3701158d552c30ace4ad374b729f3a9c9f31 a427c7b82578a4c98d63bd768213d034929e24bb c9e56b797c1368de71915b54b542bec5ad969055 cabd76c8bb633e561484c09bc7ef98639e25753f cce80f9a590130559cbfa99c78b08cfc93db59a1 f1d71d8dbabb8281d94dcd3666e69d74997482a2 f8aae9bc1147f0236d02a41966376b7051c86dc3 Package: ros-kilted-robot-localization Version: 3.9.4-1noble.20260805.151717 Architecture: amd64 Maintainer: Tom Moore Installed-Size: 7275 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.20260805.151717_amd64.deb Size: 883914 SHA256: b90626a2296e9b2db8d89353694b1baf12a1b4cef9b4a2ac0ed02c02098fa394 SHA1: 6f441097b906365301615f070d229441770d0a92 MD5sum: e2292bf771646296d1fa007ce78fde63 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.20260805.151717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tom Moore Installed-Size: 24539 Depends: ros-kilted-robot-localization (= 3.9.4-1noble.20260805.151717) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-localization/ros-kilted-robot-localization-dbgsym_3.9.4-1noble.20260805.151717_amd64.deb Size: 21502468 SHA256: d823045d40b8788af5fec8fb9d85f9833ed3b902bd1fd3582987ae903e2ee1f3 SHA1: 3325c652ecae91ef9d7290f6a836cc7c649d7505 MD5sum: 5285a7920237e81fbecdaa61a2805f8e Description: debug symbols for ros-kilted-robot-localization Build-Ids: 42746e7d69619e5174aff866d073ceae0b76ba93 53ccbe8144dd437ffb75ca78e6dc05b78dcb7bcf 67ab660276f34fde237885a07d984ac1d28d1405 6ffe7972fab9cbac8b4f1da21bf1c51e76eb0657 72b6bb7e053c564d4d2ea1b7ccea6869392de29d 7f54b774b9f5703d235c68498acb35ce611b1a90 8e8857e268bf146b8adc02ff87cf1cdd85a1efc7 9427b56ed347fdc5408dcced5e182f27c7a5c650 ae508c29098bd70f425c7ded77983248d8f2e883 c1a52c51b6c779e7d7791fcccdcd167a2e9c8b2b d08c6e5566a4bee0b80988c5f4b085e38c865d73 d2d8bee045a818be9cae116fcae20d2529359195 da64405e759664dd4d330ebf61d13c43d363411f e8cd5c1bc3d6bf32de7d20b4f8e18276e55daa7e f384a2e477d4a42da40d58ae090e9a01f4e09e4e f577abea13aa63b33d73f30c15eb421516d19d10 Package: ros-kilted-robot-state-publisher Version: 3.4.3-1noble.20260805.150059 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 939 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.20260805.150059_amd64.deb Size: 177584 SHA256: d17a1d0bee24b3c9152dc18096b5f2c00ad4d2c57cd38f5b9c3627404c06c705 SHA1: c95b9c18097231081054bb922d75f7c8242c1de2 MD5sum: afb497444f21e3bc3f56d83e747389be 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.20260805.150059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4158 Depends: ros-kilted-robot-state-publisher (= 3.4.3-1noble.20260805.150059) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robot-state-publisher/ros-kilted-robot-state-publisher-dbgsym_3.4.3-1noble.20260805.150059_amd64.deb Size: 3536596 SHA256: 4caf4c8dcd02c0d4f7807e18a481b1166b421b6e0d4e4f286b69e75cfb00748f SHA1: 1b866cb908caf9c5649cfb0a484cc38feddd8d21 MD5sum: 1750527b04cbff1545dca37c45e64ffd Description: debug symbols for ros-kilted-robot-state-publisher Build-Ids: ace81ebb8d09f3613d033cb55108b1794776b7bd c0ab9e2ca5c5ff3aa3177ea989e24023a8d89283 Package: ros-kilted-robotiq-controllers Version: 0.0.1-3noble.20260805.150705 Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 163 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.20260805.150705_amd64.deb Size: 37764 SHA256: 68bd1c58b683ba166076d109d55fb10a4673207272171385ff654782f55a860e SHA1: a9eb470bab1e121b06b1c4a7abeb99f56d71a50e MD5sum: cbba38d7695e49430783442bf4669a8e 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.20260805.150705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 600 Depends: ros-kilted-robotiq-controllers (= 0.0.1-3noble.20260805.150705) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robotiq-controllers/ros-kilted-robotiq-controllers-dbgsym_0.0.1-3noble.20260805.150705_amd64.deb Size: 565492 SHA256: d2f8f812ef0544d1d4262aeff7d0cdb345b3f1137def23d5d2af0667b58f7734 SHA1: 614a44f6e15b0b085c6abfa3deffbf48db09a5ce MD5sum: 6bcb3ba5d0106878b7a1c6c113c2c204 Description: debug symbols for ros-kilted-robotiq-controllers Build-Ids: cd86bb37b11e9835462808dd974810a8b2615998 Package: ros-kilted-robotiq-description Version: 0.0.1-3noble.20260805.154348 Architecture: amd64 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.20260805.154348_amd64.deb Size: 794440 SHA256: 4383fce02e46a8d6c0fa8ec5f13e95d269f87d332cac6e6065594a86a4af4a29 SHA1: 44a40d1b8c5758ac09604a720c1fa9066cb4d998 MD5sum: 59936cb90e5a694b5e5497032d1055c5 Description: URDF and xacro description package for the Robotiq gripper. Package: ros-kilted-robotraconteur Version: 1.2.8-1noble.20260524.190755 Architecture: amd64 Maintainer: "John Wason" Installed-Size: 19733 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.8-1noble.20260524.190755_amd64.deb Size: 4425856 SHA256: d1682d718483954cdac61482256e43651ae85898f01549a3f3889ca476248f1f SHA1: d8526fcf6449234f91a3009b1c37b6d02be62a86 MD5sum: 87e4c3fbf55eba431f6ff994eefb8201 Description: The robotraconteur package Package: ros-kilted-robotraconteur-companion Version: 0.4.3-1noble.20260524.225510 Architecture: amd64 Maintainer: "John Wason" Installed-Size: 18472 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.0t64, libboost-date-time1.83.0, libboost-filesystem1.83.0, libboost-program-options1.83.0, libboost-random1.83.0, libboost-regex1.83.0, libboost-system1.83.0, libboost-thread1.83.0, libyaml-cpp-dev, ros-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.3-1noble.20260524.225510_amd64.deb Size: 2754808 SHA256: 487bf036c6554e8fdd54850b440d365fd293f4458c05108b9feb4c3e47d47398 SHA1: 17135473f647cd83653025f7e11a6521008dc820 MD5sum: 2871fe6e1cc22cda8dbe99172e601487 Description: Robot Raconteur Companion library for C++ Package: ros-kilted-robotraconteur-companion-dbgsym Package-Type: ddeb Source: ros-kilted-robotraconteur-companion Version: 0.4.3-1noble.20260524.225510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "John Wason" Installed-Size: 67746 Depends: ros-kilted-robotraconteur-companion (= 0.4.3-1noble.20260524.225510) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robotraconteur-companion/ros-kilted-robotraconteur-companion-dbgsym_0.4.3-1noble.20260524.225510_amd64.deb Size: 58240482 SHA256: 4064b51084397e72bc1904c24e1dc355f74afab874250712f959bb7713177e8e SHA1: 8c50018b9c608b645ee98f326465f49778be6e5e MD5sum: d0c3d91c4bd5f837637310ea65fa1092 Description: debug symbols for ros-kilted-robotraconteur-companion Build-Ids: aa300e897243667f1799493026c24a902ba27f11 Package: ros-kilted-robotraconteur-dbgsym Package-Type: ddeb Source: ros-kilted-robotraconteur Version: 1.2.8-1noble.20260524.190755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "John Wason" Installed-Size: 72898 Depends: ros-kilted-robotraconteur (= 1.2.8-1noble.20260524.190755) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-robotraconteur/ros-kilted-robotraconteur-dbgsym_1.2.8-1noble.20260524.190755_amd64.deb Size: 66911114 SHA256: e0eeb381e66f5bd3a0836256e0ef64cb77d5787f29f62a25644a21a003505876 SHA1: 2f45af28fa238f94d3791111b02ee1d2ab8b77b5 MD5sum: f6c4dff031abdc0f60ea080efe291780 Description: debug symbols for ros-kilted-robotraconteur Build-Ids: 3f4b5e96c67331063474b5d6c6ec10ab60cbefe5 64a493620b68eb21eeb2d0498705c50eb9e508da 7a203da3f245739a80c531b3ac2a80a86814dc52 Package: ros-kilted-ros-babel-fish Version: 3.26.40-1noble.20260805.081519 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1879 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), 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.20260805.081519_amd64.deb Size: 370564 SHA256: 66f7433fb9f26f1458d38bf28ac653c446a39f0a243ef3f7042dfb3a6f083d6c SHA1: dd0416515c2f73703c4a5d3cc9b037f978a0df3b MD5sum: 30ab56954d040ebbea3a8d3b95e8cc19 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.20260805.081519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 7887 Depends: ros-kilted-ros-babel-fish (= 3.26.40-1noble.20260805.081519) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-babel-fish/ros-kilted-ros-babel-fish-dbgsym_3.26.40-1noble.20260805.081519_amd64.deb Size: 7027760 SHA256: 49a1eb6a212162cc08c271adbf1c0d13c3fc70d08222e7235ed0453c638a1308 SHA1: 1737848648d0a87ecc3dc458d3eed128261d4026 MD5sum: dcaa6838fb5d8dc2e1808d2e6d1072f0 Description: debug symbols for ros-kilted-ros-babel-fish Build-Ids: 12436d0d2321dc1dbe6b47fe854df92cd3e254ce 125aba1253d4905a0bedfa5a9dcdb57c1a6e5b1d 2e703fcda61e9131e408d32d328bb59c6d07308e 6416847becb29ba173d52821f7c20a107489a026 8f8dad36882a65b6a674d1d1f38fe8091cbcc40d 96d16eb0fc84365975fd35a1ae5e5f8e7f710ba7 a9dd4f39ce3e487b47629582359a8b0bb2c27838 Package: ros-kilted-ros-babel-fish-test-msgs Version: 3.26.40-1noble.20260716.015642 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2554 Depends: libc6 (>= 2.14), 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.20260716.015642_amd64.deb Size: 205418 SHA256: 8bcb4831a1f3532e8a574e690c2e9ff4e5ae84218ec481e1658fd806d53afd83 SHA1: a5e0191e7a8f43c78846cf438c508956d2d60f61 MD5sum: d730532de49fdda3d1df19d7e654a3ba 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.20260716.015642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1641 Depends: ros-kilted-ros-babel-fish-test-msgs (= 3.26.40-1noble.20260716.015642) 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.20260716.015642_amd64.deb Size: 1271272 SHA256: ccefca01628a2b7f37e5d1da01da3ac0c3749079110cb4f61450aa25a26591fb SHA1: 298f20432bc5454ea16687f5efd05a1dac2c40ad MD5sum: d781827d49ec5b3b52ba42e4ec5f4710 Description: debug symbols for ros-kilted-ros-babel-fish-test-msgs Build-Ids: 2d5cd753944e7f0ae9c694de235de756590a7585 351b74f9ca4600890350e60234171dc9ba66a2a9 45d083888226f292a02bd19723ade165ac09631f 51809dc8a7a86c80e9e46ecdac051cdf7347e58a 6a9d3708264c79062ab08df7c3dfb81b5e7ae4c4 795d7a8dba3a62f3f977ba24b84640d6ebc53c8d 7e1af03bc845d76352fa7be7595e8fb791ab8656 a834b119697a96e52b185d5e7f490d5fb50abfc8 c2af318912a0641fccf67d52ab83b4bdd93b7bc8 c8515080b6748d7a9fd19d08f3879b38f8adc21a f16eb43b9dc07a24405066c26879f3fe85409db7 Package: ros-kilted-ros-babel-fish-tools Version: 3.26.40-1noble.20260805.082037 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1351 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.20260805.082037_amd64.deb Size: 204024 SHA256: 15aca3a9402f7ee6298723f324634a70a41fab91a152944b5e38537a0450d272 SHA1: 5e1ccba09999b2205aa7b5a7bbfd860ea539c9e1 MD5sum: 5f026ff2fbc25afc26c80b76d6d1ea94 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.20260805.082037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1368 Depends: ros-kilted-ros-babel-fish-tools (= 3.26.40-1noble.20260805.082037) 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.20260805.082037_amd64.deb Size: 1250616 SHA256: 1146f1de0dd4775a4096711ab37f83b971b7000112f58fb361b5b44d68dfc5b1 SHA1: 37e4438d2068d6aa0f23a4683c386b80307f353f MD5sum: d6bba906d0a80e87112ff7283fecac79 Description: debug symbols for ros-kilted-ros-babel-fish-tools Build-Ids: 75d6b517c194fb5fdf6069e0884e08f3bc9ed92c Package: ros-kilted-ros-base Version: 0.12.0-2noble.20260805.152026 Architecture: amd64 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.20260805.152026_amd64.deb Size: 5676 SHA256: f106ae3f198684f60221ea78fc9326455105c2b0073e938b99a30c479fd9d60a SHA1: 1492219cdc55e27702ea6375ce61a1ac5108889b MD5sum: d4bbc94d80dbf3b91eea236de6e18914 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.20260805.141631 Architecture: amd64 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.20260805.141631_amd64.deb Size: 6470 SHA256: 91ebfa5f8b20dc9ea9fac0f760161d852753bae3ca0a66801ac9bb9e9e0882f9 SHA1: 3c1d6a7bca5322e4dd58b429cf9d05f0ed844887 MD5sum: e60c25652cfa3935864a48f977b9ea90 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.103441 Architecture: amd64 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.103441_amd64.deb Size: 5858 SHA256: 7e9fc3ca63f620ebca92a2e242f2705798263bcbd448d46804a93b780b65165e SHA1: b86506ad102e3c0dd72e090f645754e156e3e2b0 MD5sum: 95ac44e660caeed6b842c4602e8472b8 Description: The package provides the environment variables `ROS_VERSION` and `ROS_DISTRO`. Package: ros-kilted-ros-gz Version: 2.1.17-1noble.20260805.202920 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros_gz/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz/ros-kilted-ros-gz_2.1.17-1noble.20260805.202920_amd64.deb Size: 7094 SHA256: 3989a08079c1033369a4631d2b28e704e488e4d3b49fb65bae75d42a32a57a2b SHA1: 433d50a5b1587b7bbd87ea6315625a93c0aca1e6 MD5sum: e70f14f63a09f41f209a1e0b9bae360c Description: Meta-package containing interfaces for using ROS 2 with Gazebo simulation. Package: ros-kilted-ros-gz-bridge Version: 2.1.17-1noble.20260805.140938 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 19047 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 Homepage: https://index.ros.org/p/ros_gz_bridge/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-bridge/ros-kilted-ros-gz-bridge_2.1.17-1noble.20260805.140938_amd64.deb Size: 1921454 SHA256: fee9057e7d9c6159ec17d939b79e0242fbb77181b5a99c09f7d8070507b9ebfb SHA1: 56dd08c5741501d1dda5e88276e1996ea349bcf4 MD5sum: 24fa6d94ba238bb8ed8bffdd62da6027 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.17-1noble.20260805.140938 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 78804 Depends: ros-kilted-ros-gz-bridge (= 2.1.17-1noble.20260805.140938) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-bridge/ros-kilted-ros-gz-bridge-dbgsym_2.1.17-1noble.20260805.140938_amd64.deb Size: 60239954 SHA256: 0d8b50879bc74baf88990bed8f8e15e215790efeb025f0f904105af1af59517f SHA1: 5b66677668442e5eb264b74188d6429dfb318ea9 MD5sum: 87e60df5625a59651b72b38bb46541f1 Description: debug symbols for ros-kilted-ros-gz-bridge Build-Ids: 2e13bfe120cd23339db3eb8a78ef244c5993db79 62827dd3d98e914c4c763758a0a24bb0219a5116 8096756a3023b8445b48fcb383d69170947c4768 8720ec2f907b4fe831daf69dc948879185a80123 ec34fa2669b5fe5f620c9d750f8d0907bcacacf2 Package: ros-kilted-ros-gz-image Version: 2.1.17-1noble.20260805.145554 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 104 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 Homepage: https://index.ros.org/p/ros_gz_image/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-image/ros-kilted-ros-gz-image_2.1.17-1noble.20260805.145554_amd64.deb Size: 27144 SHA256: 0c4b53558df09ff709719a0b2f6921d91befcc5a114b6ef40079febf43c1ae77 SHA1: 13acbcc8f814d4de17737dc2574efa7212d68bf0 MD5sum: a34cd6dd675f49a5b2bd21dc69b4f59e 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.17-1noble.20260805.145554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 519 Depends: ros-kilted-ros-gz-image (= 2.1.17-1noble.20260805.145554) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-image/ros-kilted-ros-gz-image-dbgsym_2.1.17-1noble.20260805.145554_amd64.deb Size: 493170 SHA256: 4de14247c28dc31f68530b936d6abb7e1f37947f1fd21786fa1813e6f0384906 SHA1: b645da7fd8c54cc9e15af81393c107c8b5521b98 MD5sum: fdee5799c59167a56d2a793e0b7df793 Description: debug symbols for ros-kilted-ros-gz-image Build-Ids: bbe0bfbfeaeb5946b26b05d1e931c990b6d72330 Package: ros-kilted-ros-gz-interfaces Version: 2.1.17-1noble.20260716.015650 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 5620 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/ros_gz_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-interfaces/ros-kilted-ros-gz-interfaces_2.1.17-1noble.20260716.015650_amd64.deb Size: 393936 SHA256: 91e877a9dc1cbc6478c78faa0205f011a8aba65cbbb8b6c7d61ee360684b6dc2 SHA1: 594719f66eb164758b3f0272496e92701e88e88b MD5sum: 6aeededf04d9d7fe42a443310fa6286e 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.17-1noble.20260716.015650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4335 Depends: ros-kilted-ros-gz-interfaces (= 2.1.17-1noble.20260716.015650) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-interfaces/ros-kilted-ros-gz-interfaces-dbgsym_2.1.17-1noble.20260716.015650_amd64.deb Size: 3579550 SHA256: d4a6a7075abec0a7763847a5c14f9d425770aba69fc59dadf1f010a4edac3d79 SHA1: 015eaf143f661e27bf224986c59492f791ddc497 MD5sum: 322925c60b5307aab35ddca701a77787 Description: debug symbols for ros-kilted-ros-gz-interfaces Build-Ids: 0c3b15a25c10172a06cbbcedf4744df35151fe4a 1cab802f6cf68f462743fffb9d639ca5f8b5528e 36828c329483761db292325ac6345361a4f45c86 3c1e67fc3b8d0e041afb46414833ccd6928cd3c6 4faffb2a4ea9352ecf01e63c4c002c0bc8b91c98 5a4768121b1e99f95b5f691be8a3421169268bf2 62d42c7d754c762637e4c6493d331d15adfe0ca9 913a109ae3b464c37fd5561060a0e02a79c73e9e 993b9b5181ae1631b5f4cfe90fd458fbab24d84d be07869aad088c714bde5086040f439e871b078f e884544bd1050485798ea2102ff722340cb08e2f Package: ros-kilted-ros-gz-sim Version: 2.1.17-1noble.20260805.142845 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 3875 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 Homepage: https://index.ros.org/p/ros_gz_sim/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-sim/ros-kilted-ros-gz-sim_2.1.17-1noble.20260805.142845_amd64.deb Size: 702342 SHA256: 85f43a56228b45fdb1edac7c9790e3c8637f2b34ea2f9c48bc8059c84d7ce6c0 SHA1: 02fa0b24c3f0cea4f164313226346d744a8e39d4 MD5sum: 9a3323633d43f7590fae19f01acf3918 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.17-1noble.20260805.142845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 23723 Depends: ros-kilted-ros-gz-sim (= 2.1.17-1noble.20260805.142845) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-sim/ros-kilted-ros-gz-sim-dbgsym_2.1.17-1noble.20260805.142845_amd64.deb Size: 22224656 SHA256: 83fc047d420dec52cac3b365cbee6c7cd0d2c749bde908c710f26cef4f4ee2db SHA1: 603e5873cdfccebf96d537ffc992d606be2e1543 MD5sum: 568518da5b253048f67123603305e8d9 Description: debug symbols for ros-kilted-ros-gz-sim Build-Ids: 226fb863325fcbb556c0fcb0f984023cd97732b1 267cdecf04cf905ad177f8ae7c7c93718689286e 32068c04de9841dc097bbc9fcaec212584245781 5ed90cae7ce7fad691ffbdd6e833f29475d05f0e 6d6538c29b39606f389c35b69c5632da935a0520 701c9a74277c9927f12e59fccaea8526bc08c124 ab640f7546959129654a856af326d4f5c4ff0ea5 bf4246fbff97e7abd4a673d603f5ddaac903f5f2 cab7939e215abf234d990380482c63d9fad62903 da209c90eb6f7262ec183f5f57dcabfe1c188782 db3f7ed2a7454ec68b0a0a94d8e95171ffc7f679 Package: ros-kilted-ros-gz-sim-demos Version: 2.1.17-1noble.20260805.202434 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros_gz_sim_demos/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-gz-sim-demos/ros-kilted-ros-gz-sim-demos_2.1.17-1noble.20260805.202434_amd64.deb Size: 924592 SHA256: d55d7dce49f8f81f6a8e2b3002899d3e86ebdb4600ffff2d38a18f991a16aa08 SHA1: 69de135e37f7da9dfcc6fd126ebda9f6e86db6b3 MD5sum: 19f149e9644d7e4cdd002de15e258984 Description: Demos using Gazebo Sim simulation with ROS. Package: ros-kilted-ros-image-to-qimage Version: 0.4.1-4noble.20260804.174644 Architecture: amd64 Maintainer: ijnek Installed-Size: 326 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.20260804.174644_amd64.deb Size: 54646 SHA256: 356f7850bc389ceede46f2ffad71fc7d1e7c86f680505a78ead864d84a832183 SHA1: cb8662242654feda1685d914abc47d8441a7a347 MD5sum: 07ede718e79e7d0cdf7dcecdc665caa2 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.105057 Architecture: amd64 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.105057_amd64.deb Size: 22784 SHA256: 5d3575c00a96974c0bd6604d8c29b8b0918e1aa00deacee5cd64eaf344e25052 SHA1: c9735f35c64be38d57cb77c096257eb2b880f00b MD5sum: eb383f52a7777332a237880c8ff4b39c Description: Contains boilerplate cmake script, macros and utils Package: ros-kilted-ros-snapd-interfaces Version: 0.0.1-1noble.20260717.151017 Architecture: amd64 Maintainer: "Ubuntu Robotics" Installed-Size: 1971 Depends: libc6 (>= 2.14), 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/ros_snapd_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-snapd-interfaces/ros-kilted-ros-snapd-interfaces_0.0.1-1noble.20260717.151017_amd64.deb Size: 145740 SHA256: df2e768486c144bd7c72a4d5fa96ef470628ff51c821b95447ca76aafed1ff31 SHA1: 4ca389d87ec883e809e3af6c9fc8cb1a9298328a MD5sum: 54e05b0ec0ae70290c0d3dc3da2ad0fc Description: Interface definitions for ros2-snapd. Package: ros-kilted-ros-snapd-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-ros-snapd-interfaces Version: 0.0.1-1noble.20260717.151017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ubuntu Robotics" Installed-Size: 1451 Depends: ros-kilted-ros-snapd-interfaces (= 0.0.1-1noble.20260717.151017) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros-snapd-interfaces/ros-kilted-ros-snapd-interfaces-dbgsym_0.0.1-1noble.20260717.151017_amd64.deb Size: 1128262 SHA256: 1e43c3ba5cb5fbe5aab172150f15aa2d44ed4b74a49b37d698a3fe0f4d7d72f9 SHA1: 806075aba514ae04abbcb3a50697910eb2fb6212 MD5sum: cbbf236f4ffa0d59b0983d5b57b62567 Description: debug symbols for ros-kilted-ros-snapd-interfaces Build-Ids: 24065fc1a69146b0c2fbea75de2cda2e737c0092 29526dc9a8b9d49166402208aaf493f4c56c6d81 360d6edc053915452bb344062d1a80bf49e56c5e 4911e0ff5b663e74f502cf52db082173e77b5114 506dd5437539342118615ad65511c203c9563e5d 5873b82c51632e07990fecbd2f9d4d1562e5ab98 5a676484543d96b113ccb8da74610ef38cc03ceb 7bf73f8c85035fae0f31f787b6cf9a75c9c2a38f 8597fe611d4f278c0710bf8db6a9e59b1ca32125 ab02304171496516a4089c859f7771e9669b69ab d902d8326071bf2132ebfd0002de97397838dba7 Package: ros-kilted-ros-testing Version: 0.8.0-2noble.20260805.141101 Architecture: amd64 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.20260805.141101_amd64.deb Size: 7116 SHA256: 110db3e25a8172d8230a2a2e61df2e9147b924ff9b82953af87a6b2ab5a8f7e5 SHA1: 4f97d62476a43eaf48ad8eb683d2c9cef8a41ab4 MD5sum: e98debfadfd383f8cfe85d09b3d30212 Description: The entry point package to launch testing in ROS. Package: ros-kilted-ros-workspace Version: 1.0.3-7noble.20260410.095742 Architecture: amd64 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.095742_amd64.deb Size: 14966 SHA256: 42b8b2e9fcdb750d2b13ded07a5c29ddafe4d095bf63484b9ad46f56296e3d8f SHA1: 726784a462872e5f14bd8b94d6ccb6e4836d914e MD5sum: f2b39600a97da1457f34db21e14c84fe Description: Provides the prefix level environment files for ROS 2 packages. Package: ros-kilted-ros2-control Version: 5.16.0-1noble.20260805.145354 Architecture: amd64 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.16.0-1noble.20260805.145354_amd64.deb Size: 6992 SHA256: 68b823a57422cabec54b57fe32e0866a7ab6a008cc6fbac381aabb6df63088bf SHA1: 9f21408232673984b2d1585223d5428cf26f9196 MD5sum: 8833c8c663ecb684aa87a46e5cd6a604 Description: Metapackage for ROS2 control related packages Package: ros-kilted-ros2-control-cmake Version: 0.4.0-1noble.20260429.101929 Architecture: amd64 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.101929_amd64.deb Size: 7574 SHA256: a4a1b5d0c4d13d8cacdf2d8ebd60d37237bea0df841a623177acacbc5b001625 SHA1: c950b3857f4a7c18397921f692593540e9d8fb8f MD5sum: db8e2c2858761ecd4fa82fd290de161f Description: Provides CMake macros used by the ros2_control framework Package: ros-kilted-ros2-control-test-assets Version: 5.16.0-1noble.20260714.081447 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 181 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.16.0-1noble.20260714.081447_amd64.deb Size: 20334 SHA256: 543d11e4468419c849ce03507ddc91ca47b934cc235aa1ab04febb176ffad511 SHA1: 9cbe912ea17ae63f8f77732bb6570629e705bfa7 MD5sum: fa71b8a860870eeed23410b091aab93a Description: Shared test resources for ros2_control stack Package: ros-kilted-ros2-controllers Version: 5.16.0-1noble.20260806.074612 Architecture: amd64 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-magnetometer-broadcaster, 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.16.0-1noble.20260806.074612_amd64.deb Size: 7914 SHA256: 9951c82f56c8dda9f3485a9d84ceda7e1644c35486db923abf862586fdac0a59 SHA1: 7597eb490c27b224fda2b6cc2605d41379413700 MD5sum: 61aa02482cad85966e3d191dbd4538c6 Description: Metapackage for ros2_controllers related packages Package: ros-kilted-ros2-controllers-test-nodes Version: 5.16.0-1noble.20260805.140518 Architecture: amd64 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.16.0-1noble.20260805.140518_amd64.deb Size: 13108 SHA256: 9bbc174a3e43f7d521053feb17663a3d717d6c5d3fa9cccff092a50eba872d22 SHA1: 3e38de7967d6b336aba6099e86da57cae5ffb0ec MD5sum: 3bf787539e7477660a18b1873bf54a94 Description: Demo nodes for showing and testing functionalities of the ros2_control framework. Package: ros-kilted-ros2-fmt-logger Version: 1.1.0-1noble.20260804.175608 Architecture: amd64 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.20260804.175608_amd64.deb Size: 13346 SHA256: 5ffc3cc87a84d9d2ca18b300b15ee2c7c3f33edbba04b54f879edab76f1b7956 SHA1: 79764d555523099b09cfd04f24ed5a63195bfe64 MD5sum: b9d75d2bf50059b0a5d5c7f42969a196 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.20260805.141248 Architecture: amd64 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.20260805.141248_amd64.deb Size: 226608 SHA256: ac5d947342a1ce49c63bcad645e110a795018d39275b5d9d1a37d87a5e51d19d SHA1: 22c61fe79dc1e46c0e21521dd5071bf63b519362 MD5sum: 5f298c96724da3019b6b97f40ca0ee79 Description: ROS2 Snapshot - contains workspace modeler and snapshot tools Package: ros-kilted-ros2-socketcan Version: 1.3.0-2noble.20260806.073519 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 1112 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.20260806.073519_amd64.deb Size: 199352 SHA256: e49424214a151cbf91e59a2e2635f38d173f26a9ec8c1bd98b3137827c4a7a11 SHA1: 820aa3d9ce6d194bd8c7fe8cd91bb723ef5c4bc6 MD5sum: 19a1fc4a22b2755c1944db06236d3a71 Description: Simple wrapper around SocketCAN Package: ros-kilted-ros2-socketcan-dbgsym Package-Type: ddeb Source: ros-kilted-ros2-socketcan Version: 1.3.0-2noble.20260806.073519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 4920 Depends: ros-kilted-ros2-socketcan (= 1.3.0-2noble.20260806.073519) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-socketcan/ros-kilted-ros2-socketcan-dbgsym_1.3.0-2noble.20260806.073519_amd64.deb Size: 4095500 SHA256: da5f832275e9d23da0b30163855b7b9d3c000d510e118fa2c8d98228b732becb SHA1: d256301c836be8e10ffecba7d12eaac803c188ce MD5sum: 5115f4a7f34a6dff4364010df034ac4e Description: debug symbols for ros-kilted-ros2-socketcan Build-Ids: 02a0feaff3dcae11205dd4e4df639ae528f34195 46d39ee4fc2914363990d3215cbfa46d7c3317a1 96a5f0d66b2871b3e1d9e60fd5e9daba2b8378f1 9d8f00d6ed5d38977965e50495628dc555bad39f abbc07cb0a0886c05d6c3e0122400696752f6011 Package: ros-kilted-ros2-socketcan-msgs Version: 1.3.0-2noble.20260716.020218 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 488 Depends: libc6 (>= 2.4), 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.20260716.020218_amd64.deb Size: 50342 SHA256: 6a01a1dcedae2f213ef7a3947ade9ddffd159dcf7c55b92d7dd5a89b29ac85b5 SHA1: 3df7c061f6a89be623a28eb7f3589c95bc40a9a7 MD5sum: b172b3c728bbe7f6dc0f965fc2ec82d9 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.20260716.020218 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 313 Depends: ros-kilted-ros2-socketcan-msgs (= 1.3.0-2noble.20260716.020218) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2-socketcan-msgs/ros-kilted-ros2-socketcan-msgs-dbgsym_1.3.0-2noble.20260716.020218_amd64.deb Size: 218218 SHA256: abf833c4881bbf69eca1fd63b0612544acc3d434d5a640448e1f7cf6ba6d0fe9 SHA1: 8e3e881eb82f3f5626836757292821e1a5da5b2e MD5sum: 157e71b20d6ec6b292de4fd29ea43081 Description: debug symbols for ros-kilted-ros2-socketcan-msgs Build-Ids: 1a50b4f25fb31e32fbfd0c7dded6a2838fd9891a 442938978b3ab0874c61dbdd4aa00177433f18b7 4e575339e9babe48a63d7add53c134c96d2d61b0 aa1367135b6e979d1021375f6bdcfeda2cea1cff ae651886e500969152c36c598eeb68abe7a815f4 b4b353c77a520989726354c912d8e6ee71d823a1 b59f48659fbb839dc3d1102866e960563e58e899 ca9a8b81b44e61cc8b44e8773c7591c74673932d e0317d28327894343f12eb63c44a7a802b038a6d e92fbdd8002e70f4a7999cec52bb806b240ec682 f921bdc0c64b32bd1e6fe73d26d9618b7f5acd9c Package: ros-kilted-ros2acceleration Version: 0.5.1-4noble.20260805.140731 Architecture: amd64 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.20260805.140731_amd64.deb Size: 13472 SHA256: 61a90af3038354a56653a6758c9e507055cc173f5e8905023dac20d89db15747 SHA1: 29eda369c7cbd7327f2b25df7712c992341e190a MD5sum: d2d002a9bea0f4adb49b6c458ee24bd0 Description: The acceleration command for ROS 2 command line tools. Package: ros-kilted-ros2action Version: 0.38.4-1noble.20260805.140905 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2action/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2action/ros-kilted-ros2action_0.38.4-1noble.20260805.140905_amd64.deb Size: 29470 SHA256: f5031ccc5571f4f156bf170b8c9ee28e28248bbb4de29a8d0ad739a2390c27a1 SHA1: 8b6d335596e92bbe22dbe92504f1e52bc0470c9c MD5sum: 77622b99bcee4a2671544d03fc5be44a Description: The action command for ROS 2 command line tools. Package: ros-kilted-ros2ai Version: 0.1.3-3noble.20260805.141042 Architecture: amd64 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.20260805.141042_amd64.deb Size: 24280 SHA256: af03765da43a20e75b8b64bcfc973dbf35c471feb99a5a71687d9dadd29cdc02 SHA1: 7ceb13598f37cf126f64ce258880553396fa94d3 MD5sum: 6d66d45a87ea4eef29019c43912928d5 Description: The OpenAI command for ROS 2 command line tools. Package: ros-kilted-ros2bag Version: 0.32.0-2noble.20260805.140643 Architecture: amd64 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.20260805.140643_amd64.deb Size: 43472 SHA256: 7c40a52d66b9a1187ff47eafaf416c906632a1546a970ca1ed9487c409cea877 SHA1: 8f407d39baf6c66d54ead4e76eb5ae2fe473542b MD5sum: ab17c3a0a687b00d6f49e9e4c9db285d Description: Entry point for rosbag in ROS 2 Package: ros-kilted-ros2cli Version: 0.38.4-1noble.20260805.140521 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 238 Depends: python3-argcomplete, python3-packaging, python3-psutil, ros-kilted-rclpy, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ros2cli/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2cli/ros-kilted-ros2cli_0.38.4-1noble.20260805.140521_amd64.deb Size: 54030 SHA256: 08d86c3bacfd7cf3f08a4ef7a3dd7a05d3cde72ed762c47ce5ca289b839c9c94 SHA1: 908d4b3c711dbef99914e5161d586c9c3f274dd5 MD5sum: d255fc6f321279a0e1e5f30a818ca361 Description: Framework for ROS 2 command line tools. Package: ros-kilted-ros2cli-common-extensions Version: 0.4.1-1noble.20260805.141423 Architecture: amd64 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.20260805.141423_amd64.deb Size: 5806 SHA256: b884abfd4baf8c7115f40b9f0c3197772181d39315f685965fff5ed4fe68ce19 SHA1: 0ddb0b5fda4cf2b3243d289353abc09e02a78dc8 MD5sum: cee0dc2b7c5483bcd3a070300eaef007 Description: Meta package for ros2cli common extensions Package: ros-kilted-ros2cli-test-interfaces Version: 0.38.4-1noble.20260716.013441 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 2566 Depends: libc6 (>= 2.4), 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 Homepage: https://index.ros.org/p/ros2cli_test_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2cli-test-interfaces/ros-kilted-ros2cli-test-interfaces_0.38.4-1noble.20260716.013441_amd64.deb Size: 168304 SHA256: 19f47e71856ca6ae7d0248163840d9198f573395608b4017fd683db500fcbd5d SHA1: 3f073cfeb2aeaf845a699df2b11bb2c14265d4b8 MD5sum: ebeabbe2d45d08806c44f057eb67cf61 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.4-1noble.20260716.013441 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 1495 Depends: ros-kilted-ros2cli-test-interfaces (= 0.38.4-1noble.20260716.013441) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2cli-test-interfaces/ros-kilted-ros2cli-test-interfaces-dbgsym_0.38.4-1noble.20260716.013441_amd64.deb Size: 1084406 SHA256: 118bf772c8230864d86ebbf8c2cd49e511bdac2575c3cf562678b474e0abc6b9 SHA1: 28701574f52b6e785e09f217b739d89787d3eeac MD5sum: 1fbe65c95e46bd9f884fce9a74e9eeeb Description: debug symbols for ros-kilted-ros2cli-test-interfaces Build-Ids: 0881e370ebe0ae9b977f45510c214543a7b74114 232ada44c3dd6ee82af1ad92e9b73a3335c914eb 28dae5c1feea43311bcd6742122ee9de8fe6dd39 3411046950690c5960be5a9834f300c158059854 3ed579690a2d4cbdddb9a0ceb970987503fd3801 50a97590d3e90e3a1334b8702480a404a558e7cb 5fd0599bea11662aacc8ab0f8a296c8165d85c76 6931eb1d9384365ff9df0120fe56316a7d35df3e 76ef9a71bed7cdff404b0cd436ce2d2cbe186f1d 9bdd44cfa134b68427d1c44c7cfc1b2ba85bb09c f2285c20f459c565ffcabbaa443e033c190dcd9e Package: ros-kilted-ros2component Version: 0.38.4-1noble.20260805.141204 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2component/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2component/ros-kilted-ros2component_0.38.4-1noble.20260805.141204_amd64.deb Size: 22948 SHA256: 2710cde2d1549a1ecb110fcaa8c3dd622386bac58b466ee979d2e5b5cb93b841 SHA1: 12d8bd405c1e94e14ec099ab2f370b9d046e6338 MD5sum: c3e3f6ec5547dab85af734725ffe8e6d Description: The component command for ROS 2 command line tools. Package: ros-kilted-ros2controlcli Version: 5.16.0-1noble.20260805.144516 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 158 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.16.0-1noble.20260805.144516_amd64.deb Size: 30468 SHA256: de663ffb121f38d1d4c506cf1626cc6ab123b15b074e1350db216ade79180aa5 SHA1: 9802e8c8b1e212e03815eece9112fa22c3abde0b MD5sum: 9ebbf5e4c3f297b0ca2cf32d0d5dfbf9 Description: The ROS 2 command line tools for ros2_control. Package: ros-kilted-ros2doctor Version: 0.38.4-1noble.20260805.140742 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2doctor/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2doctor/ros-kilted-ros2doctor_0.38.4-1noble.20260805.140742_amd64.deb Size: 40158 SHA256: 80f672f2612ffd13bb416fa8805cbd3a153b5ffce2a4e59f65b827232a1582eb SHA1: da0f2b5ce7c8178879eaca02e7c23a6e531acd76 MD5sum: 52b54072bc21b6ad24bb658e9d57e8bd Description: A command line tool to check potential issues in a ROS 2 system Package: ros-kilted-ros2interface Version: 0.38.4-1noble.20260805.141113 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2interface/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2interface/ros-kilted-ros2interface_0.38.4-1noble.20260805.141113_amd64.deb Size: 18622 SHA256: c75e32bb429edb8fa3601d34ca859b8f4f3bd3474d065ac50370c4ed2c365b22 SHA1: b9b1d1ae760fa166d1f40ce0de7be2b4690e9366 MD5sum: 94c47e5e7fec45d8197d443a53f6d563 Description: The interface command for ROS 2 command line tools Package: ros-kilted-ros2launch Version: 0.28.6-1noble.20260805.141338 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2launch/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2launch/ros-kilted-ros2launch_0.28.6-1noble.20260805.141338_amd64.deb Size: 18354 SHA256: ba2b9d126dff26bdeb9490cf518aad4f67d0345ce785fb92730b8c31ed053a25 SHA1: baf3a02acf88af63d894d0a7c7f40d03648421a9 MD5sum: 3f60d2eba3c1cba0b7ca763546118412 Description: The launch command for ROS 2 command line tools. Package: ros-kilted-ros2launch-security Version: 1.0.0-5noble.20260805.141930 Architecture: amd64 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.20260805.141930_amd64.deb Size: 9986 SHA256: 251aba60506a402ba53ed030e83d0f7dda7719cd8d224667b88326bbba6475b6 SHA1: 2e47244b35d8c70950e0c24431cce9480853512b MD5sum: b67c674e45022b3b4868ae54fb1c3e48 Description: Security extensions for ros2 launch Package: ros-kilted-ros2launch-security-examples Version: 1.0.0-5noble.20260805.142347 Architecture: amd64 Maintainer: Ted Kern Installed-Size: 747 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.20260805.142347_amd64.deb Size: 154298 SHA256: d4428f8409c5f7ae0243abc7dd6ac11b163c9d51e5082d095cd3303b8648afbf SHA1: b52e785eb18092070fc5f5eca6e671d5a0f932cd MD5sum: 1e270930a3881769e2c8aafe8ba42f87 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.20260805.142347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ted Kern Installed-Size: 3910 Depends: ros-kilted-ros2launch-security-examples (= 1.0.0-5noble.20260805.142347) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2launch-security-examples/ros-kilted-ros2launch-security-examples-dbgsym_1.0.0-5noble.20260805.142347_amd64.deb Size: 3363584 SHA256: bc024bab6bd81b4d435e04829cc11fbcf19b8390d57eff5f9b263bcd4c36fdd8 SHA1: c005a1bbcb7efdece769a823955fa94ffeb2ff03 MD5sum: 116ab9e48da6b6cef56e4776ae55033d Description: debug symbols for ros-kilted-ros2launch-security-examples Build-Ids: 088058d94db6ab52bbc0550763a0fd3a8aa0c639 1719654c25aa2c608541394a5f4b0b7bd77a3b7a 410ae395e843c06b45e4c8ba64316c008806ea6e bcbf6692e6da60e3228dda89bb272d28ff5e9bac Package: ros-kilted-ros2lifecycle Version: 0.38.4-1noble.20260805.140947 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2lifecycle/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2lifecycle/ros-kilted-ros2lifecycle_0.38.4-1noble.20260805.140947_amd64.deb Size: 16392 SHA256: 27e36e96dbcca5e1a4b622a55876847e2ae0791a2355bb5cd585e8c415e1f7cc SHA1: d334d3ee1e0365c26fe3a3d8b3fd37e3545be37c MD5sum: 8fec5d444082556c5a3988b90b76dd11 Description: The lifecycle command for ROS 2 command line tools. Package: ros-kilted-ros2lifecycle-test-fixtures Version: 0.38.4-1noble.20260805.080503 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 72 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-rclcpp, ros-kilted-rclcpp-lifecycle, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ros2lifecycle_test_fixtures/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2lifecycle-test-fixtures/ros-kilted-ros2lifecycle-test-fixtures_0.38.4-1noble.20260805.080503_amd64.deb Size: 14432 SHA256: bc9790c1bc5fede462f3af34dfb55ba1e8374d8d04fd594c83b56c3ba0580886 SHA1: f3bf19d8b716a3b1e94af9619d11cf0b3363e4a1 MD5sum: 591b1927d7f3f9ea25b3a06efd09c8cd 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.4-1noble.20260805.080503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 261 Depends: ros-kilted-ros2lifecycle-test-fixtures (= 0.38.4-1noble.20260805.080503) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2lifecycle-test-fixtures/ros-kilted-ros2lifecycle-test-fixtures-dbgsym_0.38.4-1noble.20260805.080503_amd64.deb Size: 245168 SHA256: ff37ee22edbbb5dcd3c1fa8ea49c0664bebae47de0bebe98e66e2435034c8909 SHA1: 54492aafd8b7420a4efaf519ba18fc931f8eb033 MD5sum: 481c00adc4a43fd04541ff2cbe44eee9 Description: debug symbols for ros-kilted-ros2lifecycle-test-fixtures Build-Ids: 7fd054e318cff56beeb81f8051893427d92a8d2b Package: ros-kilted-ros2multicast Version: 0.38.4-1noble.20260805.141116 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 62 Depends: ros-kilted-ros2cli, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ros2multicast/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2multicast/ros-kilted-ros2multicast_0.38.4-1noble.20260805.141116_amd64.deb Size: 10814 SHA256: b5adb8db1b9b0c12ef2a91091d378128c9645c54d86add81ecd590b6170d0185 SHA1: 2c2a8a308ea70e8fd3ae9fcd74db8a843440b828 MD5sum: 7cfbd68f2a8d7e401dafbd78eb131032 Description: The multicast command for ROS 2 command line tools. Package: ros-kilted-ros2node Version: 0.38.4-1noble.20260805.140759 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 76 Depends: ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ros2node/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2node/ros-kilted-ros2node_0.38.4-1noble.20260805.140759_amd64.deb Size: 15576 SHA256: ad53ae9724837b2518aec0ebca6eba0a8db703fabe9ec849cbe0a9b06a88534f SHA1: fb36e3f2fece8129eecdf1d479ef2476533d1671 MD5sum: 272a207ab40be77d4b599b5c110d1046 Description: The node command for ROS 2 command line tools. Package: ros-kilted-ros2nodl Version: 0.3.1-5noble.20260805.141438 Architecture: amd64 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.20260805.141438_amd64.deb Size: 8364 SHA256: 85fe6a45db111e12601698cf5718fd8011d8ca37985dcf192b4451882c14ef73 SHA1: 11c307127717bc89fba73c0564ed3879ed940cfc MD5sum: 166e458dcee59da5815ffb8ab2df194b Description: CLI tools for NoDL files. Package: ros-kilted-ros2param Version: 0.38.4-1noble.20260805.140947 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2param/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2param/ros-kilted-ros2param_0.38.4-1noble.20260805.140947_amd64.deb Size: 23026 SHA256: 90631e903a001019d86bc97f6292681541d0c541ce56e48241b734026114165d SHA1: 7b6e67ff4c471a28ee2cc96bac4d55aaccc635e6 MD5sum: 976de0f1c7dad9b3766b60e2bd171e27 Description: The param command for ROS 2 command line tools. Package: ros-kilted-ros2pkg Version: 0.38.4-1noble.20260805.141123 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2pkg/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2pkg/ros-kilted-ros2pkg_0.38.4-1noble.20260805.141123_amd64.deb Size: 30994 SHA256: b4811608b79d544d592be7c3bb93e4c44a216aafff0eb8934553eafd83ae8d2a SHA1: bbce0d9a362afc282a3e65e232f1addd8904c978 MD5sum: ec39020ca239149d74b4ef08dc1c8b14 Description: The pkg command for ROS 2 command line tools. Package: ros-kilted-ros2plugin Version: 5.6.3-1noble.20260805.141248 Architecture: amd64 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.20260805.141248_amd64.deb Size: 10098 SHA256: 3c172fa607f397ea8a069ac5a039aab178bd617ef36e9d16ba6d21c33060a657 SHA1: ea8232c17c2a547151316e70dec3f6366fc86372 MD5sum: 0334d6a64da28c5e7ff99becba6828a2 Description: The plugin command for ROS 2 command line tools. Package: ros-kilted-ros2run Version: 0.38.4-1noble.20260805.141341 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 52 Depends: ros-kilted-ros2cli, ros-kilted-ros2pkg, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/ros2run/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2run/ros-kilted-ros2run_0.38.4-1noble.20260805.141341_amd64.deb Size: 10358 SHA256: 47482cbbda83faeba03e673324c147e8eefc8d58a5936367e2ce26149bb8c7d7 SHA1: aecb8fdc5dc9693037fc0c35152e44c666afcd01 MD5sum: 5534ecbfee00769f496c5d5ee47c4d4c Description: The run command for ROS 2 command line tools. Package: ros-kilted-ros2service Version: 0.38.4-1noble.20260805.140900 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2service/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2service/ros-kilted-ros2service_0.38.4-1noble.20260805.140900_amd64.deb Size: 23822 SHA256: fdcb921e682f376c132a9bb417e08dfba66c28d0c58722bb6719502c2f7faf7a SHA1: a121dde34cbbd9fac9586823cc89057bb027bfe3 MD5sum: b873f0f4405ea832d000225fcc39476a Description: The service command for ROS 2 command line tools. Package: ros-kilted-ros2test Version: 0.8.0-2noble.20260805.140951 Architecture: amd64 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.20260805.140951_amd64.deb Size: 5634 SHA256: d5ed61aed34ca4e8a9d4a3ffbfa3bd5dfeb3a2783aa3ad6ce8f33652980a6184 SHA1: 460ad123e5021d768a1a2a435897c10402ab133f MD5sum: 90cffe3c40723c97005776265c49fedb Description: The test command for ROS 2 launch tests. Package: ros-kilted-ros2topic Version: 0.38.4-1noble.20260805.140809 Architecture: amd64 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 Homepage: https://index.ros.org/p/ros2topic/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ros2topic/ros-kilted-ros2topic_0.38.4-1noble.20260805.140809_amd64.deb Size: 54664 SHA256: 5a0ed434b98777b3602537ef0af16ba35c8189ccc84987c011e488a091b1dcf1 SHA1: e98a680b6be4dfea1b4bd5aa661e1e8cc32b7396 MD5sum: 139fef7e6fbca668a06283ddf0f18e1a Description: The topic command for ROS 2 command line tools. Package: ros-kilted-ros2trace Version: 8.6.0-2noble.20260805.141135 Architecture: amd64 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.20260805.141135_amd64.deb Size: 7680 SHA256: ac89c1dc54901abdc4c421b0423d2ea028c26702fcdbecd3b0e4c33188383fcf SHA1: 15344f246a754be8d042bf91a32d17872f311d6d MD5sum: 26207f8d87e0fa9510ed759f1bc01864 Description: The trace command for ROS 2 command line tools. Package: ros-kilted-ros2trace-analysis Version: 3.1.0-2noble.20260805.141135 Architecture: amd64 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.20260805.141135_amd64.deb Size: 6038 SHA256: 87eee2edf7e13560734b8604467787d56d35292de401b639efc5c8a656a31da0 SHA1: 55f44025774d9e7d6b0c42ad6f34cad421264381 MD5sum: 27c9ae10fcc0ee2d22c5874827cc00aa Description: The trace-analysis command for ROS 2 command line tools. Package: ros-kilted-rosapi Version: 3.3.0-1noble.20260805.141205 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 132 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.3.0-1noble.20260805.141205_amd64.deb Size: 21760 SHA256: 39cfe8e531df40fc9e081ac1d9b1d60789417032b44c4c9c88da30057faa9820 SHA1: fa07a1533a4669e7553a12b0f221c3fc569facc6 MD5sum: 188c6dabf100dd4ef7f66e53e191f192 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.3.0-1noble.20260716.013451 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 12156 Depends: libc6 (>= 2.14), 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.3.0-1noble.20260716.013451_amd64.deb Size: 690032 SHA256: b0294f00b4760dd1057731cf77eb02ab3055a6203bcd41a9974482a35a5d6ee1 SHA1: c14430043d86cc82ff7d4113dc725cc4b6d99e12 MD5sum: dbb090cabf7c4cfc217d8881e329a86b Description: Interface definitions for rosapi package. Package: ros-kilted-rosapi-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rosapi-msgs Version: 3.3.0-1noble.20260716.013451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 9321 Depends: ros-kilted-rosapi-msgs (= 3.3.0-1noble.20260716.013451) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosapi-msgs/ros-kilted-rosapi-msgs-dbgsym_3.3.0-1noble.20260716.013451_amd64.deb Size: 7417816 SHA256: c4c0127a853a64d1e9dcca03482005c5f5a95ea86727c85f3eda80958c81faef SHA1: fd96d38b8bf0e29f7e4e67b7294ee1a5f44a2369 MD5sum: 16c2e62c4d33cbbf41cc004fa66a45bf Description: debug symbols for ros-kilted-rosapi-msgs Build-Ids: 0230af3129f0c79a261059119ad0c1bd8ea2ae36 237bcd9f426f25825cb52e975084ee2acc8b1937 26c0c2fd94efbbd1c5fbc926283819ad54b8b2cf 4ea6a032f6ac1ea523f5fd911e8a1ca2ac1f8805 a87bab55f55163d32d43061192c9a4248840a256 afb9e9aca829ccbcd60f5ac44c149b903b10cb4e c04061859b32696622f9a6844c82e5c2a5e8750c e270088eb6921175ac8e2f46bec7788f9bf34fb1 e4db13d50467efabcfd53e64fd3c2c427752ca5e f920c1d065a86c1c5327427775bbf47953d47c4e fcf41b8c2423a20b9fea29e036ae5c486582dbbd Package: ros-kilted-rosbag-timing-inspector Version: 1.0.1-1noble.20260804.180246 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2913 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.3), libopengl0, libstdc++6 (>= 11), ros-kilted-rosbag2-cpp, ros-kilted-rosbag2-storage, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rosbag_timing_inspector/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag-timing-inspector/ros-kilted-rosbag-timing-inspector_1.0.1-1noble.20260804.180246_amd64.deb Size: 729072 SHA256: 0496f891c3fbe6ea4ffae13f2af02d30296fc9ad3dbeb5246a15ff02451c651c SHA1: 610f305f702b6f1c30751ca1c76cf4219fb35894 MD5sum: 3f1eda3a23d88e85a2af6e87a5f7d625 Description: GUI tool to visualize and analyze message timing from ROS2 bags (mcap or db3). Package: ros-kilted-rosbag-timing-inspector-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag-timing-inspector Version: 1.0.1-1noble.20260804.180246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 5567 Depends: ros-kilted-rosbag-timing-inspector (= 1.0.1-1noble.20260804.180246) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag-timing-inspector/ros-kilted-rosbag-timing-inspector-dbgsym_1.0.1-1noble.20260804.180246_amd64.deb Size: 5393452 SHA256: 1c7ad25872bb5f58bbfaab9a54e2b784c791099996d820a75bc21090428ace17 SHA1: a83efc99ba1123b59db4bc5e21492631c1bd2a3c MD5sum: e82f53a05f0085c98b45bfd86881602d Description: debug symbols for ros-kilted-rosbag-timing-inspector Build-Ids: cd96e3fe4524bbf510387a3c14adb7d203b4aa11 Package: ros-kilted-rosbag2 Version: 0.32.0-2noble.20260805.141339 Architecture: amd64 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.20260805.141339_amd64.deb Size: 8714 SHA256: 3f970376e56db02b0a39aa5c70c2d21851383ba69c675b9484fc64ea9336a5fe SHA1: 294a8639437a7fbad7d5e45649ee0fb4598e9257 MD5sum: 1a6663202dd420d4ff8c5b316e08fd3a Description: Meta package for rosbag2 related packages Package: ros-kilted-rosbag2-compression Version: 0.32.0-2noble.20260804.180008 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 474 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.20260804.180008_amd64.deb Size: 133514 SHA256: 1f9147f91e06b7687e88da81410d8f08e0a690aed1fda1dcb7234634b3e61963 SHA1: c1294120b4b32756780511737e10cc27851e0bda MD5sum: 00d5384a2427efacb2caf6bc03e8d534 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.20260804.180008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1730 Depends: ros-kilted-rosbag2-compression (= 0.32.0-2noble.20260804.180008) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-compression/ros-kilted-rosbag2-compression-dbgsym_0.32.0-2noble.20260804.180008_amd64.deb Size: 1623906 SHA256: 39c7188f5ec33976783ad951b691b429727d82409d96c669f363e34922f5705f SHA1: 8b26ed3262c93eee1462f15d102f5111175aa1cd MD5sum: f2ccb51f831cc77aa511e5f6efd41f94 Description: debug symbols for ros-kilted-rosbag2-compression Build-Ids: eba97658e30183aa830580a059058688c23ad5b6 Package: ros-kilted-rosbag2-compression-zstd Version: 0.32.0-2noble.20260804.180354 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 152 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.20260804.180354_amd64.deb Size: 32654 SHA256: f6af9000f59811d55a9d9d929201b125367fd79ee5efad65e8db2024673c4937 SHA1: dcaf5b8b7d41e5c73515a8590c71e1734691f212 MD5sum: a2d854ffc3988c36575f2ae7e0528614 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.20260804.180354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 302 Depends: ros-kilted-rosbag2-compression-zstd (= 0.32.0-2noble.20260804.180354) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-compression-zstd/ros-kilted-rosbag2-compression-zstd-dbgsym_0.32.0-2noble.20260804.180354_amd64.deb Size: 273882 SHA256: 5092ff4e1a24f3f03323a11318183db8a34271ed73e9be190e6797442e9f16e5 SHA1: a683accf87f5516b8d410510444947b5f61191fe MD5sum: 146c5eb385e54518667be4c6f6643b4b Description: debug symbols for ros-kilted-rosbag2-compression-zstd Build-Ids: 900a29badabde22c58f76ae3db5d5c882f6faf3e Package: ros-kilted-rosbag2-cpp Version: 0.32.0-2noble.20260804.175543 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 856 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.20260804.175543_amd64.deb Size: 238504 SHA256: c2e6e7cb8ddf6fa040b0309221fdebd0dcacdf566864a39e7395c204b08139a0 SHA1: 12aa3a08e39a8492ffe17ca2793251f731cceadd MD5sum: 0fe115ba94cdb2cf9d715666ab132377 Description: C++ ROSBag2 client library Package: ros-kilted-rosbag2-cpp-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-cpp Version: 0.32.0-2noble.20260804.175543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 4146 Depends: ros-kilted-rosbag2-cpp (= 0.32.0-2noble.20260804.175543) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-cpp/ros-kilted-rosbag2-cpp-dbgsym_0.32.0-2noble.20260804.175543_amd64.deb Size: 3948444 SHA256: 53e4e96007a07e69eb3a34aa7d8ef3456a1e1a89998bc9163ed218355ab6dfb9 SHA1: cedf78fa6f583b46a171c8930cf49ffc9e001751 MD5sum: a0b196cb45ea1347fb265b2a7e312006 Description: debug symbols for ros-kilted-rosbag2-cpp Build-Ids: cd351fab3c581bcb4ce3948e1b849b81e81978a9 Package: ros-kilted-rosbag2-examples-cpp Version: 0.32.0-2noble.20260805.082026 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 551 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.20260805.082026_amd64.deb Size: 111300 SHA256: 7b04809e4163203742dbe0263d735b783e82e5d4a7a2b75e5ad777e466896eae SHA1: 3a729ba7a7deb28fc767562f08c2a09c5b27122d MD5sum: cef02e90b205001e269cecf5f476f1a8 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.20260805.082026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 3291 Depends: ros-kilted-rosbag2-examples-cpp (= 0.32.0-2noble.20260805.082026) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-examples-cpp/ros-kilted-rosbag2-examples-cpp-dbgsym_0.32.0-2noble.20260805.082026_amd64.deb Size: 2945848 SHA256: 4452e3d368e125e1d3330c7c0755f854b3ab6d290c18299994b717113fff531a SHA1: 9384c7c7601a17487c806537ac7370a04abf17a9 MD5sum: 1836ef461b37c43637d69bbc554da8d6 Description: debug symbols for ros-kilted-rosbag2-examples-cpp Build-Ids: 0d7d901538850b8c398793c4e2e9a2ac8819139c 10f0474cb17c58351e2196291bf16b31eda9b4cc 1a2b362d62e94957e9bb527591750de09089d9db d57acb73abfe9907016006e9462ae85087310a22 Package: ros-kilted-rosbag2-examples-py Version: 0.32.0-2noble.20260805.140659 Architecture: amd64 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.20260805.140659_amd64.deb Size: 8952 SHA256: 34ac1a879a7ed58f86764bc37ae61b4abcc9180e0a383e8198912eb5d485d57d SHA1: 29d85b5f77490c646caa3964d7cc58cdd607623d MD5sum: e7110e91dd51624b145e7e82fe7e8acb Description: Python bag writing tutorial Package: ros-kilted-rosbag2-interfaces Version: 0.32.0-2noble.20260716.013503 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 5541 Depends: libc6 (>= 2.4), 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.20260716.013503_amd64.deb Size: 314366 SHA256: e75bf2e91c3471b293b84ab4f9fda780a119a4523ba091576e29f968bc332181 SHA1: abdebd59a2e56b6bba35f849b5c04a43ed4cdc1a MD5sum: 0b18578f51616d94d4d2b2267aa4380c 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.20260716.013503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 3561 Depends: ros-kilted-rosbag2-interfaces (= 0.32.0-2noble.20260716.013503) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-interfaces/ros-kilted-rosbag2-interfaces-dbgsym_0.32.0-2noble.20260716.013503_amd64.deb Size: 2692550 SHA256: 9c4ac5b4ed1c96de3ef095a80aa61ba1964bd051e181eced75985aba0be721b3 SHA1: 547db4d6edacde0dbc4443222a37170a105c2f53 MD5sum: 98b0ed34f50a647c2e72396c5c4e919b Description: debug symbols for ros-kilted-rosbag2-interfaces Build-Ids: 09db24118ee3ca7011327e8bd14e21ca1c84c412 2f607a1f51777c48808e1f828bec9f8b22664a25 3d3802e556c140d888a60cdeaa8f6467776f2550 570d2baaed94fb94c288cb67601aaf61e486a0d7 600f283cc35c8b73e078270b8c8daa567822dc65 a75c9e501de14c35ca460a7855f90daa92bbc163 ce87e60fe6e0eb6545ada21cea861f48d10aafef d8a4ca2bd98ed1ee5dab6fc3a30470ad17214ded da3330ec97a244e4ad029add7f0e79436a862ca3 e9f3c2c3d83cc0acd6caec83a5046a3a3d3e97b6 eb5456351bd27047f35cb7ad0981a80b8c8c1c80 Package: ros-kilted-rosbag2-performance-benchmarking Version: 0.32.0-2noble.20260805.140949 Architecture: amd64 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.20260805.140949_amd64.deb Size: 3192 SHA256: 4a3ed2f422685df6b1880f23f613781a28752490385efe8165eba44bbd7eca34 SHA1: c1c983e4e2439f2edf0cfa53dcc77aed19025580 MD5sum: 72f22df0e6fd2d58e6b0a69d35f9f811 Description: Code to benchmark rosbag2 Package: ros-kilted-rosbag2-performance-benchmarking-msgs Version: 0.32.0-2noble.20260716.013510 Architecture: amd64 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.20260716.013510_amd64.deb Size: 2120 SHA256: e13616350fd8e2a28fc81fc3b5520632e6791b511b13dca7c5e2b8894e499e2f SHA1: 0a325f9fe1020b93717f36aff5ebc5a9679e3666 MD5sum: d5dd45822b7274c4134484b63ffd4122 Description: A package containing rosbag2 performance benchmarking specific messages. Package: ros-kilted-rosbag2-py Version: 0.32.0-2noble.20260805.140136 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2514 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.20260805.140136_amd64.deb Size: 586006 SHA256: 90a961d75f4625b70bfa19b62f806e4f431c0f73424672d11266bcdc96895097 SHA1: 7335fa2abe385542ca0e5302150674990b6f12f2 MD5sum: bd3c4ff9fa9e9f6740fe4298d2fe96d9 Description: Python API for rosbag2 Package: ros-kilted-rosbag2-storage Version: 0.32.0-2noble.20260804.170700 Architecture: amd64 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-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.20260804.170700_amd64.deb Size: 181562 SHA256: aca69cb8c05bfad95c13d5be54dc9c7fdcb1f861f91c99d82b5573dcd31b52ba SHA1: 49b4f2898cb9c857c2a63545e451319c679a3ee6 MD5sum: 8a98ae0272d10fdd41abb6ec3a7db76c Description: ROS2 independent storage format to store serialized ROS2 messages Package: ros-kilted-rosbag2-storage-broll Version: 0.1.1-1noble.20260806.073617 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 220 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.20260806.073617_amd64.deb Size: 56538 SHA256: d40c1eb80f11ac8d6a953123a4098ffbf5356bc7925ddd63825c76225024e8b0 SHA1: 22162ce8f6361f4740d9f40de5c9a00ec9d55a4c MD5sum: 2dddf0c1814ef597f330e939b042cf10 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.20260806.073617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 774 Depends: ros-kilted-rosbag2-storage-broll (= 0.1.1-1noble.20260806.073617) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage-broll/ros-kilted-rosbag2-storage-broll-dbgsym_0.1.1-1noble.20260806.073617_amd64.deb Size: 724806 SHA256: aa192b82229fe0484b320b28a733ca49aca8f7afb8a679c591b7f4585ec5b1b5 SHA1: 9aaf1581f74832045bb4641ed8567af6a89b842c MD5sum: d2884ed73511f2749c63ec439006980d Description: debug symbols for ros-kilted-rosbag2-storage-broll Build-Ids: 14d59c5b6c4e24df94ba8ed35fd00acb434a9b5d d6273de7f120963566512b96dd261f90df90a717 Package: ros-kilted-rosbag2-storage-dbgsym Package-Type: ddeb Source: ros-kilted-rosbag2-storage Version: 0.32.0-2noble.20260804.170700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2188 Depends: ros-kilted-rosbag2-storage (= 0.32.0-2noble.20260804.170700) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage/ros-kilted-rosbag2-storage-dbgsym_0.32.0-2noble.20260804.170700_amd64.deb Size: 2037276 SHA256: c88d5cf990b8b831df916ab1730ce8b8fd034a0e1653a6466c2109d47172997b SHA1: 0cbe037c6f164a4801b692c9c6bf18b56d993027 MD5sum: c63a3ef6e733ffbbd19319b9df7f173b Description: debug symbols for ros-kilted-rosbag2-storage Build-Ids: 6c4dba033796d94a1438124bfb2c488ba13b5b90 Package: ros-kilted-rosbag2-storage-default-plugins Version: 0.32.0-2noble.20260804.180258 Architecture: amd64 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.20260804.180258_amd64.deb Size: 5762 SHA256: 23a3f273a0d08a5d9cc1be4bed736a312a6468d1181c5f812096f086e6706d52 SHA1: 99a7513192bb61833e7c7097833e0b1710b47d42 MD5sum: fc75523020530a968e0499695f676e7f Description: Intermediate metapackage to point at default storage plugin(s) for rosbag2 Package: ros-kilted-rosbag2-storage-mcap Version: 0.32.0-2noble.20260804.175755 Architecture: amd64 Maintainer: Foxglove Installed-Size: 438 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.20260804.175755_amd64.deb Size: 136534 SHA256: 7832b5085b9725e48300a4a4089dd91d333785abe25f9b83d939542be62abfde SHA1: 9bbacc2830070499961de26bfe37ef01af4d1cb4 MD5sum: 7f878bb3502aca05940c1e5cc1dfebfa 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.20260804.175755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 1750 Depends: ros-kilted-rosbag2-storage-mcap (= 0.32.0-2noble.20260804.175755) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage-mcap/ros-kilted-rosbag2-storage-mcap-dbgsym_0.32.0-2noble.20260804.175755_amd64.deb Size: 1652338 SHA256: 1533b7e4136961d8f6f10f90bbb20b494115672ca488db57d2ef6c024a1349ca SHA1: 6f2271e9161a34afdab6a5bf314a66f1d6916027 MD5sum: 943bf26d523fcdabe0bf4ebcb4b02137 Description: debug symbols for ros-kilted-rosbag2-storage-mcap Build-Ids: 2466fc038a4995683f729068467da589f8f2eb8f Package: ros-kilted-rosbag2-storage-sqlite3 Version: 0.32.0-2noble.20260804.175918 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 550 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.20260804.175918_amd64.deb Size: 168708 SHA256: 6b728b38def5a1a337aa2fe26ab53fe9788522a1a24b7fa578e8491da3746476 SHA1: 3d919126734305764b566028dd282ede96513190 MD5sum: 2f3c71be6b4a5f4f1f1e31db7f9c8eb2 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.20260804.175918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2067 Depends: ros-kilted-rosbag2-storage-sqlite3 (= 0.32.0-2noble.20260804.175918) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-storage-sqlite3/ros-kilted-rosbag2-storage-sqlite3-dbgsym_0.32.0-2noble.20260804.175918_amd64.deb Size: 1947148 SHA256: 15d1adf56e5d1fa3aa808b7eb41497834da447e13e7c528d9ffcac212553833a SHA1: f2a78f91c1e38b82ac5d8105f0c99c1a5a6455c6 MD5sum: bb97ac7dd085fbfdcd48b7a35b123b33 Description: debug symbols for ros-kilted-rosbag2-storage-sqlite3 Build-Ids: 1deb39ebe6e15ef5467a3ad141b26552fc250826 Package: ros-kilted-rosbag2-test-common Version: 0.32.0-2noble.20260805.081521 Architecture: amd64 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.20260805.081521_amd64.deb Size: 21476 SHA256: 77364552372e43fbe92a6a24e19f5637ef1ef2c82b6fdeb2a0cc5156ed4f4990 SHA1: eb5eedfef9cb7a5056594f5160b6ac6201758489 MD5sum: 7d96a94a50e67ecaebd2d583eb3437de Description: Commonly used test helper classes and fixtures for rosbag2 Package: ros-kilted-rosbag2-test-msgdefs Version: 0.32.0-2noble.20260716.013523 Architecture: amd64 Maintainer: Foxglove Installed-Size: 6055 Depends: libc6 (>= 2.14), 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.20260716.013523_amd64.deb Size: 320682 SHA256: 905c7df9143afed0ea176ae7fd0eb94872bb90a82feda2e02460d9fed2f520a2 SHA1: aa7ef326da7c83c193f443b5a7280ee1777b9cb9 MD5sum: ac4ae84980e9656dde54677c085d1221 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.20260716.013523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 3202 Depends: ros-kilted-rosbag2-test-msgdefs (= 0.32.0-2noble.20260716.013523) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-test-msgdefs/ros-kilted-rosbag2-test-msgdefs-dbgsym_0.32.0-2noble.20260716.013523_amd64.deb Size: 2276084 SHA256: a53f38314ab8d32d1c963433aae16b8a09bd4303e1d47a74b40edfba09272067 SHA1: 72def2448337dbf7aaa5dfa524a9a4554f7cb16d MD5sum: 8a110ca6cc975e0376376be3e51a5446 Description: debug symbols for ros-kilted-rosbag2-test-msgdefs Build-Ids: 0f176d22b8b588f64ab3345a98fc7bbbd7fd1da4 2d5ab6e4761fb3883432e7382d607c9d3ebdd5f9 3fd03785b8aac75258c71ffa8ace8e307b23dbf6 415f30665ac734997704e9cef84e0b12705f029e 513f73037e4015d32ae5dacb66df6ed781b66f8c 59948a7496e0081f87000891ade45226d86e771f aa7e99dcda8128cc57be86400ec07cde1191ef8a da08d56f95faade7e0ca25abcb7c71c36675a0e1 da5c0648400559258b67b319d1b756cd64cb509a eaa7196d6cef1df698f3befa592cbebe9da99e12 ed6c284c5fdf9cb5863bdebcc82e28fbed3654d4 Package: ros-kilted-rosbag2-tests Version: 0.32.0-2noble.20260519.013228 Architecture: amd64 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.013228_amd64.deb Size: 9756 SHA256: c44bc275e40be4e76cea317f32deea4bd0699bfa72b887f3227d21fb5ce1a146 SHA1: 709d8942c251c74e443e8fce144e1592dd44c5bc MD5sum: 16c2144989dd57e9d7cfcf21e957f08d Description: Tests package for rosbag2 Package: ros-kilted-rosbag2-to-video Version: 1.0.1-2noble.20260805.140833 Architecture: amd64 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.20260805.140833_amd64.deb Size: 14384 SHA256: 3df5d1d7328c8f47501ae727df425c3fc9c9e95606eafdc955d0bcd2a2e186a0 SHA1: cd5834967e80708a661e2677db7db5d1f4d491e1 MD5sum: a1c50540e1c25a00c6d28549f73d6acb Description: Command line tool to create a video from a rosbag recording Package: ros-kilted-rosbag2-transport Version: 0.32.0-2noble.20260805.081525 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1528 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.20260805.081525_amd64.deb Size: 390002 SHA256: 471802dd06e2134848adfd6db2552c898be24372c376dcac767fd13a883de6cb SHA1: cf267ab2f00658bc9507589ff9f333d38cea0665 MD5sum: b73e90af5ccb7e2643f49edc3f506673 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.20260805.081525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 9032 Depends: ros-kilted-rosbag2-transport (= 0.32.0-2noble.20260805.081525) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2-transport/ros-kilted-rosbag2-transport-dbgsym_0.32.0-2noble.20260805.081525_amd64.deb Size: 8296686 SHA256: 947899d22fb4f5c5743e554a1fe65e77a4b19a68cbcbaf8dee66515887f0539a SHA1: f83c662eef6880a6ccea34e2afb96889a6774f9d MD5sum: 7f7f65ed32c1fc1af804909f092c2613 Description: debug symbols for ros-kilted-rosbag2-transport Build-Ids: 2848968cc3b24cd0bb87f1acb96e00e5de003409 40c73ff8fc4059945c4c969b5ad19168ca0a687b 45a72186200df4af02508233e1951c6fc70dd863 Package: ros-kilted-rosbag2rawlog Version: 3.5.3-1noble.20260805.152054 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 555 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.20260805.152054_amd64.deb Size: 194758 SHA256: dbf18d9c1c7fe38dc4ed84657a47fe0777d740312d63271d9e4015b67d17c5f3 SHA1: 334ce9e75a6625e93c2375cef29eb1043940e001 MD5sum: ed1caba97bc9a4e0764ac9f0cd823c12 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.20260805.152054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2624 Depends: ros-kilted-rosbag2rawlog (= 3.5.3-1noble.20260805.152054) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbag2rawlog/ros-kilted-rosbag2rawlog-dbgsym_3.5.3-1noble.20260805.152054_amd64.deb Size: 2507294 SHA256: 1b364aaaa7858a06d377435141f26a39819b9aee40286c3151993a1931c6ad5c SHA1: ee3348575b5b1c36f0ad8f2a268549d62cef9315 MD5sum: 89523d82cb227132633d56955089f56b Description: debug symbols for ros-kilted-rosbag2rawlog Build-Ids: 0b1a33c51608a88f399cf21589a5540a53f140d8 Package: ros-kilted-rosbridge-library Version: 3.3.0-1noble.20260805.140602 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 299 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.3.0-1noble.20260805.140602_amd64.deb Size: 47332 SHA256: e06832f2810f7469cef8745bc1ff4e3cdb2c7e07a7e8485c90abbd878dd500fd SHA1: 375bf594f7c77d4df222a78aac5c0c979fadcd21 MD5sum: e8d4226b0f5192a2b5dae84a4df89d13 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.3.0-1noble.20260716.013527 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 568 Depends: libc6 (>= 2.4), 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/rosbridge_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbridge-msgs/ros-kilted-rosbridge-msgs_3.3.0-1noble.20260716.013527_amd64.deb Size: 56448 SHA256: 4d3660766a00fda4d4bbb0d7d04a79a578d3669999b8609aae5ed1e704a7cf9f SHA1: d1bf74a355b1d1344954d352cc80b36629e6e885 MD5sum: c3c012568fdd19fe52ab296efa08262e Description: Interface definitions for the rosbridge library. Package: ros-kilted-rosbridge-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rosbridge-msgs Version: 3.3.0-1noble.20260716.013527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 412 Depends: ros-kilted-rosbridge-msgs (= 3.3.0-1noble.20260716.013527) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbridge-msgs/ros-kilted-rosbridge-msgs-dbgsym_3.3.0-1noble.20260716.013527_amd64.deb Size: 303130 SHA256: ce8bfdedf07302f30f551189191ae3885df9bfd376856e00246bb003a3d5f179 SHA1: 2dfc2e20400a44df325df25bbe1614b2c4cd9d32 MD5sum: 68da80374fe65175067c60a8d5499073 Description: debug symbols for ros-kilted-rosbridge-msgs Build-Ids: 0c7f29f790cc3716ae9822ccc849cb32ccfeeea7 12d949d955ca81801618609232d7b23f28ebbbd3 257f9652c32984177b82a4d12be30e7e14b8e8df 58148dec0681a8ae09b434bd61aaf9d69212e345 711a3a0c9ee3511d9a57c121a819a12daf571e16 92572bf86614ec0bd546e73131f4a9dbd5068f3c 9383ce9ec8fbd9f489e65068b6e3da2ccb7ea05a 9dbf0835eab572d3a062a75c771005e381839aa6 a8de6386ceb70053f4a48ddd0c70db36f4f466e0 b82c6c1db8664bc703f08b441b752029c4910610 bdaee921878307b56fed020bd0c9181068d55be6 Package: ros-kilted-rosbridge-server Version: 3.3.0-1noble.20260805.141436 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 102 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.3.0-1noble.20260805.141436_amd64.deb Size: 16640 SHA256: eda8dfc6cb4f70f9320cf47b3cc821a664c6966f71830947e6328ddd991bc94f SHA1: 6f9bfd1221ba9b788b455ec9a4ad5c114f35a5c3 MD5sum: 861be5e165d40df06152b2721658edee Description: A WebSocket interface to rosbridge. Package: ros-kilted-rosbridge-suite Version: 3.3.0-1noble.20260805.141819 Architecture: amd64 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.3.0-1noble.20260805.141819_amd64.deb Size: 6134 SHA256: 508f374d57d718b5c279e1741d1ab1d8bd6faec16f0ebad3a387860925996f25 SHA1: 57acfc00cffed72998a6e0e06a93ace8654837b5 MD5sum: 8a97b134dfe42a902ffd0ef0cfb22f54 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.3.0-1noble.20260716.021728 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 15111 Depends: libc6 (>= 2.14), 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.3.0-1noble.20260716.021728_amd64.deb Size: 758750 SHA256: 7f33d40db866971ab1a0ccdc958d7a312fe10d060a7a62aea3161c61b3cf7a94 SHA1: 7dce7f2f6ab7933bebf77a5b4ac11da954ead002 MD5sum: ea0541199609d3cac7e0694bbb7404bb 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.3.0-1noble.20260716.021728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 8196 Depends: ros-kilted-rosbridge-test-msgs (= 3.3.0-1noble.20260716.021728) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosbridge-test-msgs/ros-kilted-rosbridge-test-msgs-dbgsym_3.3.0-1noble.20260716.021728_amd64.deb Size: 5825026 SHA256: e0fa8ea65f2909a1aae5f650e8134bd0ea929c233cfdcebb9e117edae58f63f7 SHA1: fab70a25cc7315564ba0725e42663c2c947ee9c4 MD5sum: 5a814acef08e353e2acd736453d1b077 Description: debug symbols for ros-kilted-rosbridge-test-msgs Build-Ids: 02fe33c1b0b0b66e0df49a6cfd9afafa63f608c3 06274b77681b4f45c6c8ca54e44ca02d42482eaa 0751a0301e390a153e9e4d82bb0c2703b55eb3f9 8dcdad160cc8d4234bfd1c7fb8f081b4271b6589 9113b7f8a9de30e037dcb16f511676cb6a32e00a 9779ad3f3f2c4622a8fc2f7202affdae91ed497f 9f8efa4ab398bd0f825ee9719adf39ded47ef727 c69ef7c1ebc339daf2c51a628e6d36c522442fa8 d59a49e6911d201a04a24ca88c7f2ed8197f3160 e223bfcccff241c8159abba0dc647eb4ad802cd9 eec5416e0de4b0fbee5a1472e5be307a96ed3fed Package: ros-kilted-rosgraph-monitor Version: 0.2.3-1noble.20260805.141032 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 889 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.20260805.141032_amd64.deb Size: 204714 SHA256: 94d2a520e9e728eb7c618dbb7d7a16690976a0d8adb0f22993dd7ea8ef8725be SHA1: 1a4a3322aa14dba8cd1ad49f8c5c071a2ba026ff MD5sum: 40eb70276ee339742c8a5c1e5d10248e 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.20260805.141032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 4101 Depends: ros-kilted-rosgraph-monitor (= 0.2.3-1noble.20260805.141032) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosgraph-monitor/ros-kilted-rosgraph-monitor-dbgsym_0.2.3-1noble.20260805.141032_amd64.deb Size: 3647532 SHA256: 899f42f973a45b46bf026171e75c3d16d08b51c51e3208b7bf43edb4c53b94d6 SHA1: 05542de304ae9f10a5d6c854d8603b82f2ce58f8 MD5sum: c01ca802744c3d6b1767c0501d96e0a2 Description: debug symbols for ros-kilted-rosgraph-monitor Build-Ids: 26b3a4b8d1b123cc097abf6e82beae35a1df7350 9d3cae1ca167b44f41331340d299ee4d8dec1ef4 ae7367364e80274dd63288d3884fe4ef592d5727 Package: ros-kilted-rosgraph-monitor-msgs Version: 0.2.3-1noble.20260716.021408 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1353 Depends: libc6 (>= 2.14), 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.20260716.021408_amd64.deb Size: 125598 SHA256: 88dcea20a558f23fe333c92daf83460cf238a2ff4b67b6cdf26498e10ac27e3d SHA1: 354d6fac419e12053eee528fd4294e34f6110fd6 MD5sum: 2be8369144a82f228e69af85c51ac6b7 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.20260716.021408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1294 Depends: ros-kilted-rosgraph-monitor-msgs (= 0.2.3-1noble.20260716.021408) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosgraph-monitor-msgs/ros-kilted-rosgraph-monitor-msgs-dbgsym_0.2.3-1noble.20260716.021408_amd64.deb Size: 1096184 SHA256: de9ba4fb6cfa06381af794229072f809e47a92c99c8f2f816b481e63286e2be0 SHA1: a88abcbc47d93a789b6d8a22c2f1646e3f3e9822 MD5sum: af5b9d1c3b565e180d4d241612cf1096 Description: debug symbols for ros-kilted-rosgraph-monitor-msgs Build-Ids: 0344bc4f0f06a71403754605a360615d922c47e5 25e64c773895cccc8f9d47e19b4853bdde2f66ae 4a970bee39c49be2715b10f7a81da72b8ad6749c 4c6f03d6124ad5ce5c210c61d0b59e5217037bd2 51768c0ec3a6891c1ad1ec7af4695dbe4ec261e1 5917d37567e761927a531f37c64f422e1390c597 5d6c163be67f5e06040cae7b5058c76435d5428a 92a3052217fcc6c2154d2f877ad331fede6142f9 94f2a1f329fe80b540e4649cbe28949eb0f9925e cac8cdc971c6977f9b189f709aad144d96dd43e9 fad9c1c1dc225c60f28c5fed41cb722d1d6b6365 Package: ros-kilted-rosgraph-msgs Version: 2.3.2-1noble.20260716.014004 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1814 Depends: libc6 (>= 2.14), 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.20260716.014004_amd64.deb Size: 164246 SHA256: dfc8b27332ff3a395dde338476e135d42e76f8f1604f0f82d2cd443291386216 SHA1: 77f1b1894f91a9daba525051f5111e20423f30eb MD5sum: d9d1df7db321050e93f488bb14aa2538 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.20260716.014004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1778 Depends: ros-kilted-rosgraph-msgs (= 2.3.2-1noble.20260716.014004) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosgraph-msgs/ros-kilted-rosgraph-msgs-dbgsym_2.3.2-1noble.20260716.014004_amd64.deb Size: 1525664 SHA256: d959c445b001e351c8126d9008bb9fede3bd21f58c25e0a69f644bf469efb86f SHA1: 30de2effe0bca6dc5d0f7205a8466ae26901a258 MD5sum: cb5980599e121c9819506c84a63e0366 Description: debug symbols for ros-kilted-rosgraph-msgs Build-Ids: 0197b985adc5a928f49f29f4e87898907b56dfd0 15bd3786225e041154f614080a78791ce10fea81 7e89580b5612e9937d997d01b5644f78806743ef 80e0cd6dd4fe1bee25da956286363e9a4d323191 9a25e0ecdc304b5feac42670255a0cb6696a449f 9e452a6cee5eafb6db7a7af6872d9b9af11bd8f8 b12da29f334e19823e24e3479b63586a634a2e2c b894e4229d3e99d495eb05059bf684e05d639554 ba328a8fb87224c013c7fac127f50b2d24230b62 d744e9ce095174f7575c31da7367bc7a5b732883 ed09eaa722eb0654eb305038e5a11342221b1752 Package: ros-kilted-rosidl-adapter Version: 4.9.8-1noble.20260715.010928 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 133 Depends: python3-dev, python3-empy, ros-kilted-ament-cmake-core, ros-kilted-rosidl-cli, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rosidl_adapter/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-adapter/ros-kilted-rosidl-adapter_4.9.8-1noble.20260715.010928_amd64.deb Size: 20918 SHA256: 29b5763dce66a0a4f7e7ec3a8298c78a91adb78abb32b670f6390eb6c1bb2f3e SHA1: 8fd2df0d19d54daf1ac4b40d6512927d692d69ca MD5sum: 9dd44e2331a8949fcb804e0080b2683d Description: API and scripts to parse .msg/.srv/.action files and convert them to .idl. Package: ros-kilted-rosidl-cli Version: 4.9.8-1noble.20260715.010248 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 155 Depends: python3-argcomplete, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rosidl_cli/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-cli/ros-kilted-rosidl-cli_4.9.8-1noble.20260715.010248_amd64.deb Size: 29668 SHA256: aa934596cc4721e96ed9b0df8cb1b326d74ceb06030adb943680b6723975d85c SHA1: 078247ec7123a026212e4548644d21b7a59a9977 MD5sum: bad330e2770df18ecdf5b18c2fffcd02 Description: Command line tools for ROS interface generation. Package: ros-kilted-rosidl-cmake Version: 4.9.8-1noble.20260715.011818 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 106 Depends: python3-empy, ros-kilted-ament-cmake, ros-kilted-rosidl-pycommon, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rosidl_cmake/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-cmake/ros-kilted-rosidl-cmake_4.9.8-1noble.20260715.011818_amd64.deb Size: 16588 SHA256: 0b1b392e700ee83390802e567e8dfb8f61d7e08b494e1d9ed28a9a5e2e16c4a3 SHA1: fe3bad5b0e7380152734264025b71bf4bef66da5 MD5sum: 88e24c564019c74c3209c8a0de41e09c Description: The CMake functionality to invoke code generation for ROS interface files. Package: ros-kilted-rosidl-core-generators Version: 0.3.2-1noble.20260715.013538 Architecture: amd64 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.20260715.013538_amd64.deb Size: 6960 SHA256: 4c22e5ddc23bb682abffba90828b2ead0045ee73d067bc961036d1f7a32fe7d3 SHA1: bc20cf900e8a9937230cb8e0c51d900c211bee5e MD5sum: 28e31087f5a09269c4f66ae4545866c3 Description: A configuration package defining core ROS interface generators. Package: ros-kilted-rosidl-core-runtime Version: 0.3.2-1noble.20260715.013746 Architecture: amd64 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.20260715.013746_amd64.deb Size: 5972 SHA256: 27af669b636839f321ace9b94328a29ffad02881630acd130876a079023d1aca SHA1: 44564e4e3687d4ef50b8e6a7d354b5c088a0375e MD5sum: 9d6aee1a9a002a491014a4f24fc47ddf Description: A configuration package defining runtime dependencies for core ROS interfaces. Package: ros-kilted-rosidl-default-generators Version: 1.7.2-1noble.20260715.224753 Architecture: amd64 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.20260715.224753_amd64.deb Size: 6874 SHA256: 1569dc2f413934c7c73498c6e1367a4537971c2c24fa48b76ad77b1665af468b SHA1: 6bad302740c25496efcc1442ed3d70e22cc48d4d MD5sum: 86067b0ac2322ec0d07d29bb33c7ed0d Description: A configuration package defining the default ROS interface generators. Package: ros-kilted-rosidl-default-runtime Version: 1.7.2-1noble.20260715.224802 Architecture: amd64 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.20260715.224802_amd64.deb Size: 7266 SHA256: 9f4142819a3d2ba64ec6e7b6d3f2f66b6a03ff9169c07fba0283f0f403df8d7c SHA1: da895bffd32aa2871030576fc151f1d307fdf6b3 MD5sum: 910070329639c15c00eb91b7cdfa2023 Description: A configuration package defining the runtime for the ROS interfaces. Package: ros-kilted-rosidl-dynamic-typesupport Version: 0.3.1-2noble.20260715.011647 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 325 Depends: libc6 (>= 2.4), 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.20260715.011647_amd64.deb Size: 37180 SHA256: fe5aaee136c9ed34b759ee0bed8c8b025eebe3eb569a3c3469fe283983edce7b SHA1: a415cedd6e382114dbc38ebfe64c7803ed54371c MD5sum: c3e243f7bd40aed8ec7e95202f6e01de 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.20260715.011647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 120 Depends: ros-kilted-rosidl-dynamic-typesupport (= 0.3.1-2noble.20260715.011647) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-dynamic-typesupport/ros-kilted-rosidl-dynamic-typesupport-dbgsym_0.3.1-2noble.20260715.011647_amd64.deb Size: 78934 SHA256: 0a4f2c2cc2df26cb2063a39fb90277bb2681ecdc7e857fe5709a70bdb494747e SHA1: c17df745f1c82b47c84d27f7eef888cda314df5e MD5sum: 187a476ca299afec87c892d18ba29ef5 Description: debug symbols for ros-kilted-rosidl-dynamic-typesupport Build-Ids: c65fba8fdfbc2276342be48efcbd5c2f049117e2 Package: ros-kilted-rosidl-dynamic-typesupport-fastrtps Version: 0.4.2-1noble.20260722.135735 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 280 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.20260722.135735_amd64.deb Size: 51732 SHA256: 52a6f31ae16506b0e104afac08e24fc6422df236fe3f38d8550aa0553da7063b SHA1: 56ed82af32c81ff2960b8e11efd253beb532501b MD5sum: 6235d48a45921b74d3962498d524e8fb 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.20260722.135735 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 657 Depends: ros-kilted-rosidl-dynamic-typesupport-fastrtps (= 0.4.2-1noble.20260722.135735) 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.20260722.135735_amd64.deb Size: 569892 SHA256: d54688fc8e68be2c15b4011571da45af67e686966548f14a5f4b8e0f7030f898 SHA1: c864d6c6798f10a780cba39d72f3d1c23b902f09 MD5sum: fbd8f45e7f31219ea997cb6f2bff79fb Description: debug symbols for ros-kilted-rosidl-dynamic-typesupport-fastrtps Build-Ids: 073099253c78ebd51051d25af532aaa746ea73e8 Package: ros-kilted-rosidl-generator-c Version: 4.9.8-1noble.20260715.011921 Architecture: amd64 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 Homepage: https://index.ros.org/p/rosidl_generator_c/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-generator-c/ros-kilted-rosidl-generator-c_4.9.8-1noble.20260715.011921_amd64.deb Size: 25830 SHA256: f4136dda194fe96780e0a29e4af8fb6339f9e519453efa2e821086d435bd13f1 SHA1: 8417057f52735aed0dde62971fcf1545324000b7 MD5sum: fda1349ce41790ef6230cd25a175bdfe Description: Generate the ROS interfaces in C. Package: ros-kilted-rosidl-generator-cpp Version: 4.9.8-1noble.20260715.012127 Architecture: amd64 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 Homepage: https://index.ros.org/p/rosidl_generator_cpp/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-generator-cpp/ros-kilted-rosidl-generator-cpp_4.9.8-1noble.20260715.012127_amd64.deb Size: 23188 SHA256: 6654302aa6d8e5dcd9b0ac78b7a8df50a52205316f446d74e95a614d291879f0 SHA1: 8e7eb3991df5aa944dbd4dc122628283f8a48316 MD5sum: 4555248d50b99a3f548e52fc5ef0bb7a Description: Generate the ROS interfaces in C++. Package: ros-kilted-rosidl-generator-dds-idl Version: 0.12.1-1noble.20260715.011628 Architecture: amd64 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.20260715.011628_amd64.deb Size: 11284 SHA256: bc4d8acc737ad438513152e2cf159f9ad75d4cfaae355717f8229e3c81c80509 SHA1: 264b5513631320c7b81a83057f3d000a7cfd8073 MD5sum: f521e595900a66e2244d25fa86c94fb3 Description: Generate the DDS interfaces for ROS interfaces. Package: ros-kilted-rosidl-generator-py Version: 0.24.2-1noble.20260715.012926 Architecture: amd64 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.20260715.012926_amd64.deb Size: 29428 SHA256: 48914fa728850962f1218080b7a7173d43d0c2f51c81b154e6775651e17a8f21 SHA1: 0fda42b1f3b0aa51f3ddd106a152d39fd5473c89 MD5sum: 4a7bc309be488e7593e3dc61b27fa5f7 Description: Generate the ROS interfaces in Python. Package: ros-kilted-rosidl-generator-rs Version: 0.4.12-1noble.20260715.012902 Architecture: amd64 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.20260715.012902_amd64.deb Size: 24164 SHA256: d8de11190d97f30021212f46ebe3098111587698602d72001a876ff54be3f0e5 SHA1: c91a708c9d40082afca4ff6b4095396c76d981c9 MD5sum: 55ac7490548723c19b630ad2211e4ee6 Description: Generate the ROS interfaces in Rust. Package: ros-kilted-rosidl-generator-type-description Version: 4.9.8-1noble.20260715.011406 Architecture: amd64 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 Homepage: https://index.ros.org/p/rosidl_generator_type_description/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-generator-type-description/ros-kilted-rosidl-generator-type-description_4.9.8-1noble.20260715.011406_amd64.deb Size: 15302 SHA256: 210d744fc411dc588c453d7605cf4bc9f8c6b74ed7f3d7781ea9923c59ad2d93 SHA1: 5444bcd9b15670a52e4da8b22d391325a521aa5e MD5sum: 2b7fdd68a8f53258c74c2de9231fb970 Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-kilted-rosidl-parser Version: 4.9.8-1noble.20260715.011209 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 126 Depends: python3-lark, ros-kilted-rosidl-adapter, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rosidl_parser/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-parser/ros-kilted-rosidl-parser_4.9.8-1noble.20260715.011209_amd64.deb Size: 21524 SHA256: 673b1e4c895d20c4bd3fb40d46d6956f576c38a6cb1edef93b0908854bbedbe9 SHA1: 7c143f2ec14d740a7b5c5ce4ad4de8fd9e684c2a MD5sum: 9b16e3db615b096db78c8f1ddadd96b4 Description: The parser for `.idl` ROS interface files. Package: ros-kilted-rosidl-pycommon Version: 4.9.8-1noble.20260715.011332 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 51 Depends: ros-kilted-rosidl-parser, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rosidl_pycommon/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-pycommon/ros-kilted-rosidl-pycommon_4.9.8-1noble.20260715.011332_amd64.deb Size: 11840 SHA256: 05c2fdc28c2f8bb8787d6f898f9a2cecbdbade5c7c49e527a0ff363c1667d821 SHA1: 666e2770d5f942785d9f4a175e2c69eb639cdb84 MD5sum: e72088b06b5999d4d22d1374cb956a47 Description: Common Python functions used by rosidl packages. Package: ros-kilted-rosidl-runtime-c Version: 4.9.8-1noble.20260715.011006 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 358 Depends: libc6 (>= 2.14), ros-kilted-ament-cmake, ros-kilted-rcutils, ros-kilted-rosidl-typesupport-interface, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rosidl_runtime_c/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-runtime-c/ros-kilted-rosidl-runtime-c_4.9.8-1noble.20260715.011006_amd64.deb Size: 56374 SHA256: 5e83eadcbaab9d393034765a6a5228d5b3ca26582d2d83e0b158b8eba2247cfa SHA1: 258ce4796531671fb33d2e6d6eec339e6b2917a3 MD5sum: 6b066f235a2b5b166661a8be1d1d07d7 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.8-1noble.20260715.011006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 131 Depends: ros-kilted-rosidl-runtime-c (= 4.9.8-1noble.20260715.011006) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-runtime-c/ros-kilted-rosidl-runtime-c-dbgsym_4.9.8-1noble.20260715.011006_amd64.deb Size: 81980 SHA256: ec646c9130b1245bbfc4ca8eb174ea9251c8841119b99d2abd961dca05b82653 SHA1: 39e73bd3cff6c26301702e45c0403db7be0f4808 MD5sum: 2a15a6e3a791b1bf5a20e4c9dff3a724 Description: debug symbols for ros-kilted-rosidl-runtime-c Build-Ids: 46c4aa591c34c53c04bc0091b84e96e768f399e3 Package: ros-kilted-rosidl-runtime-cpp Version: 4.9.8-1noble.20260715.011423 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 156 Depends: ros-kilted-ament-cmake, ros-kilted-rosidl-runtime-c, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rosidl_runtime_cpp/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-runtime-cpp/ros-kilted-rosidl-runtime-cpp_4.9.8-1noble.20260715.011423_amd64.deb Size: 20752 SHA256: 20118ccb772aad1c4fdd7872a40559c054332ab7add94a1ad47a40d8ce11f69c SHA1: 1df56bc89d27b289390ba2649603f4b75f2313c7 MD5sum: e94f2b387f3b185532575855e2d03c84 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.20260715.011634 Architecture: amd64 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.20260715.011634_amd64.deb Size: 20592 SHA256: 71ab04004173901215628c29332b26e3a55307f6f472d996f4460b6cb89d0eea SHA1: 8e7a78d73d2f9970edb2c89605f8a776157cba99 MD5sum: aaf7c11f24a1cc4ac32a59b4ecd9aa0c Description: Runtime utilities for working with generated ROS interfaces in Python. Package: ros-kilted-rosidl-typesupport-c Version: 3.3.3-2noble.20260715.012443 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 155 Depends: libc6 (>= 2.14), 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.20260715.012443_amd64.deb Size: 24898 SHA256: 1409e8f1bb8e0ed0c6647f9feb1b35fd99af20995c8b94d0e14b6b056dc415db SHA1: 36f38e507fbe6bb0931b05aa7fb8b1e6802eacd0 MD5sum: ba02d8b09b106a3fb5112490b192f225 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.20260715.012443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 63 Depends: ros-kilted-rosidl-typesupport-c (= 3.3.3-2noble.20260715.012443) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-c/ros-kilted-rosidl-typesupport-c-dbgsym_3.3.3-2noble.20260715.012443_amd64.deb Size: 47218 SHA256: 9904b4178d8c0e5df34180743738a41ae1c6d879abc216d5003f04faf34fb722 SHA1: a9e2ea66390ebccb169a58b3a53cc3e3ece52184 MD5sum: 85b90317c0eada44d57aef1e6a5f90e1 Description: debug symbols for ros-kilted-rosidl-typesupport-c Build-Ids: 7e0589f772df7a1169ad0ac819aa0a6627c73959 Package: ros-kilted-rosidl-typesupport-cpp Version: 3.3.3-2noble.20260715.013349 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 156 Depends: libc6 (>= 2.14), 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.20260715.013349_amd64.deb Size: 23928 SHA256: d763da174ca2630f9860eba9ddb440fd6654ce97252d8938e36a6d722a9c20bd SHA1: ccaa85d585c3a3deeadd4222010864f98d98fadc MD5sum: 0cfe2f164e3dbf2b684763b423a51a70 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.20260715.013349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 62 Depends: ros-kilted-rosidl-typesupport-cpp (= 3.3.3-2noble.20260715.013349) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-cpp/ros-kilted-rosidl-typesupport-cpp-dbgsym_3.3.3-2noble.20260715.013349_amd64.deb Size: 46986 SHA256: e6fe5f006b8ab51be775bac590179173cf4e759273a3908063e14ff44031165f SHA1: 3d85b830132ae6132215f30c4d8aa43b4c56e1f7 MD5sum: 3405dfe9c654c31501469ac13a25bdfa Description: debug symbols for ros-kilted-rosidl-typesupport-cpp Build-Ids: cf662fd60ee257a88fe774673e5b90bdf23e677d Package: ros-kilted-rosidl-typesupport-fastrtps-c Version: 3.8.2-1noble.20260715.012839 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 186 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.20260715.012839_amd64.deb Size: 26328 SHA256: 6e2b2ee912da591ae3a3896e27a35d4eefc8fe6399938b0f58c4ce52125dd479 SHA1: 34e50bbcf481afcb80f2266321f9deda3a08d47d MD5sum: f4effa2dc775592e413cf573745a5816 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.20260715.012839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 32 Depends: ros-kilted-rosidl-typesupport-fastrtps-c (= 3.8.2-1noble.20260715.012839) 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.20260715.012839_amd64.deb Size: 18556 SHA256: 63b5323017b339d4526e95a99457cc897275d83f825d46a07832343e45865b41 SHA1: 216f1c34e6709fb370826dd08dd37f226ce84d76 MD5sum: fd4ee4de7b93c19f11a65f64eb2735aa Description: debug symbols for ros-kilted-rosidl-typesupport-fastrtps-c Build-Ids: 76b0369cea24d6428dddfbdd124dc1cf9e09a4a9 Package: ros-kilted-rosidl-typesupport-fastrtps-cpp Version: 3.8.2-1noble.20260715.012340 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 195 Depends: libc6 (>= 2.14), 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.20260715.012340_amd64.deb Size: 28340 SHA256: 56d2a8bbf40341eae036269f9866013cb1d1093cfd9c0bb36f9d94290968ba07 SHA1: 20cd0533a8008ab955541b06e9cb647dd3897328 MD5sum: 5607902dbf5f30938e617f3e7df71986 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.20260715.012340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 44 Depends: ros-kilted-rosidl-typesupport-fastrtps-cpp (= 3.8.2-1noble.20260715.012340) 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.20260715.012340_amd64.deb Size: 29946 SHA256: b946c830897dc04a103ffd7598fc69b34f26bf402309966cd54fd1edc20e7345 SHA1: 9a7cf8cb44def9388412f4d3e923ecbce950053b MD5sum: 6130edf6caaa44abf71ccf8bb0ae9e62 Description: debug symbols for ros-kilted-rosidl-typesupport-fastrtps-cpp Build-Ids: a6c270b57930f4f6b9c31d13b4c1fcdc1ba3eceb Package: ros-kilted-rosidl-typesupport-interface Version: 4.9.8-1noble.20260715.010237 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 56 Depends: ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_interface/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-interface/ros-kilted-rosidl-typesupport-interface_4.9.8-1noble.20260715.010237_amd64.deb Size: 9516 SHA256: 64ae6ceb548c547e2e77362da2d01d89762709cf8a390ddf06677fe09d1b1380 SHA1: 64cdf0048faa4acaebf84d40be5383256477caee MD5sum: 9ffacdc8d393dc2d784e3cc0f9c525a7 Description: The interface for rosidl typesupport packages. Package: ros-kilted-rosidl-typesupport-introspection-c Version: 4.9.8-1noble.20260715.012205 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 171 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 Homepage: https://index.ros.org/p/rosidl_typesupport_introspection_c/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-introspection-c/ros-kilted-rosidl-typesupport-introspection-c_4.9.8-1noble.20260715.012205_amd64.deb Size: 24490 SHA256: a4bb1db42a574877ae7796b6efa4a110a9febd6eed77e438deed87cd0f3886e5 SHA1: 549c64de26de82d6ca6303b584e69786b1da5d42 MD5sum: 30bbca9fc92e06bd9c0ca16b1ce41159 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.8-1noble.20260715.012205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 15 Depends: ros-kilted-rosidl-typesupport-introspection-c (= 4.9.8-1noble.20260715.012205) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-introspection-c/ros-kilted-rosidl-typesupport-introspection-c-dbgsym_4.9.8-1noble.20260715.012205_amd64.deb Size: 2710 SHA256: 134a91fe11042694d52d661f7ef3c328d2e8729f880dc1208d32dbf4e5e074de SHA1: b43f01557acb913483adc78d13af515d3d6b77ca MD5sum: 0034c600bd29bcdd4e5df95c42f6171a Description: debug symbols for ros-kilted-rosidl-typesupport-introspection-c Build-Ids: f085e3bb8b28f4770570f6a6624d9b8a8e8f9fe8 Package: ros-kilted-rosidl-typesupport-introspection-cpp Version: 4.9.8-1noble.20260715.012821 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 172 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 Homepage: https://index.ros.org/p/rosidl_typesupport_introspection_cpp/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-introspection-cpp/ros-kilted-rosidl-typesupport-introspection-cpp_4.9.8-1noble.20260715.012821_amd64.deb Size: 24438 SHA256: 7553677c76c30da99010e7320400a953e850cf631fb4d9622a9abe38be3793bb SHA1: 7d8199826d42b79b34e16dd23a29663f7604e2c7 MD5sum: 06be80701eb7e6c823f8cc01591da472 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.8-1noble.20260715.012821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 15 Depends: ros-kilted-rosidl-typesupport-introspection-cpp (= 4.9.8-1noble.20260715.012821) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidl-typesupport-introspection-cpp/ros-kilted-rosidl-typesupport-introspection-cpp-dbgsym_4.9.8-1noble.20260715.012821_amd64.deb Size: 2740 SHA256: 73828442b9c4e2daad7225376592702467f820e9d921d69a9ee2bd9b32a21c65 SHA1: 2e4e1ffa163488051022ba3c4e59ac8628174f04 MD5sum: aea89a98be5a54fb68fcb859afdc08b5 Description: debug symbols for ros-kilted-rosidl-typesupport-introspection-cpp Build-Ids: c1ac4a0e241e48e24725bc9dd2e9387f9134a0de Package: ros-kilted-rosidlcpp Version: 0.5.0-1noble.20260805.075927 Architecture: amd64 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.20260805.075927_amd64.deb Size: 5248 SHA256: 59b260d7240e55d6d3d24062fc8985ecddade57161d0c9bfb183e09178dc0507 SHA1: 5b491d76e1b1125037fbf356776ff4a6499f29c5 MD5sum: 7b2c3209e79c9c2651e804af353708d0 Description: Meta package depending on all rosidlcpp generators Package: ros-kilted-rosidlcpp-generator-c Version: 0.5.0-1noble.20260715.011930 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 544 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.20260715.011930_amd64.deb Size: 180280 SHA256: 8287dedcab344dd41269418bc62331deec24117d1b2e4f52f61acc43a6940a7a SHA1: 8b57617d06c9d66bd4c0aad03608cdfea07406ca MD5sum: 8ff2d0d0b39145c04fd3716014a296e5 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.20260715.011930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 2467 Depends: ros-kilted-rosidlcpp-generator-c (= 0.5.0-1noble.20260715.011930) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-c/ros-kilted-rosidlcpp-generator-c-dbgsym_0.5.0-1noble.20260715.011930_amd64.deb Size: 2348348 SHA256: 99261b8adb8f32b9f844abf8fdfd6225c75433dc63625040a59f84d147198b79 SHA1: 50e506a0837343a0532fc26e27c89013412fc7ad MD5sum: 926d33c063ed329d1ee6a9b07150f33f Description: debug symbols for ros-kilted-rosidlcpp-generator-c Build-Ids: 8c77ea3bd8238e07c6b629b163f15bcdf975743b Package: ros-kilted-rosidlcpp-generator-core Version: 0.5.0-1noble.20260410.112803 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 688 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.112803_amd64.deb Size: 199046 SHA256: 2cee950bd2146306ec87a02a37536fd9c6c7ff74f06585e23bc8db2130227e7e SHA1: b3b0345f0b0307f3cf4ab259475fd88d8167209e MD5sum: fa693997620b9b1a58f08000ed369b10 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.112803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 2224 Depends: ros-kilted-rosidlcpp-generator-core (= 0.5.0-1noble.20260410.112803) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-core/ros-kilted-rosidlcpp-generator-core-dbgsym_0.5.0-1noble.20260410.112803_amd64.deb Size: 2034000 SHA256: dbd114515a0e4d8c85b5ce321e57c20717f9b17ef444fd31ff382c67759042ac SHA1: 8d92268624e4698a125f75dad373111269a65c7f MD5sum: c86311fb1194fb633c9b66da0e0691ee Description: debug symbols for ros-kilted-rosidlcpp-generator-core Build-Ids: 21db232d46e6d20e98a3a9c28bb752b9129e6313 Package: ros-kilted-rosidlcpp-generator-cpp Version: 0.5.0-1noble.20260715.011928 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 348 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.20260715.011928_amd64.deb Size: 115384 SHA256: b93208be61f55ab0837983a8ef4a558e386d1c5c30816716cc123ee833af69b3 SHA1: f37a84441dfaa1de3536f5b18d40aab3daf0e389 MD5sum: 182cd0574fa27ab779d7ee39f7a1af16 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.20260715.011928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1596 Depends: ros-kilted-rosidlcpp-generator-cpp (= 0.5.0-1noble.20260715.011928) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-cpp/ros-kilted-rosidlcpp-generator-cpp-dbgsym_0.5.0-1noble.20260715.011928_amd64.deb Size: 1533538 SHA256: 2c4980db035e958c7b59bbdc0ba4b3c308125dc644059855b67688086c394cf4 SHA1: e30d7e05e4f4ef8e3ead3b64650f4d9a487ef1df MD5sum: 264a28b0691ab2a9f13a0f733a4be3ac Description: debug symbols for ros-kilted-rosidlcpp-generator-cpp Build-Ids: b6af88300e39e3e8e88da389194128c81339b559 Package: ros-kilted-rosidlcpp-generator-py Version: 0.5.0-1noble.20260715.012901 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 409 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.20260715.012901_amd64.deb Size: 125590 SHA256: b5d5ccfdd13095e7e2e69c98c492d52c9223ef5dbb1de0e6f6460fe70d0ddacd SHA1: 31b04123d3268808a211eb9da7cd069be9005857 MD5sum: d3f506ff5fbbcd1c3a978755db614930 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.20260715.012901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1730 Depends: ros-kilted-rosidlcpp-generator-py (= 0.5.0-1noble.20260715.012901) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-generator-py/ros-kilted-rosidlcpp-generator-py-dbgsym_0.5.0-1noble.20260715.012901_amd64.deb Size: 1659268 SHA256: 426a72a80651274812f9ca30f6c02d3bce89a188e872adf964487d505d059aca SHA1: f97c8426ae37bfe7f48c095cd63fd4e9588259d1 MD5sum: 84ba4157d4bc58fab201dd9b3c81ea00 Description: debug symbols for ros-kilted-rosidlcpp-generator-py Build-Ids: 38a45d49f450bd96603e35ee4a2a80be2a1d4002 Package: ros-kilted-rosidlcpp-generator-type-description Version: 0.5.0-1noble.20260715.011644 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 389 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.20260715.011644_amd64.deb Size: 142318 SHA256: f1546d6694927778b89ed265bd11bacb1e3ab4e350b2d404ef23f7cbcb13f531 SHA1: 7505b6679f704b8c00654a884be3e09cc3fe7dcf MD5sum: 9709a46ea18908aabbc38354161c3120 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.20260715.011644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 2234 Depends: ros-kilted-rosidlcpp-generator-type-description (= 0.5.0-1noble.20260715.011644) 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.20260715.011644_amd64.deb Size: 2148990 SHA256: 8382cb2812b2203157736e2683a1b2bcdfcf12e9efbd4582f8127db575872b1b SHA1: f8e9816fc78277ff49c55a8f183462387730a43a MD5sum: a5b57339e7bafd9c85ad0e752937b0e4 Description: debug symbols for ros-kilted-rosidlcpp-generator-type-description Build-Ids: 42a321ef9f75e7b3efe6ac4229bbb346c32d4544 Package: ros-kilted-rosidlcpp-parser Version: 0.5.0-1noble.20260410.112610 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 294 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.112610_amd64.deb Size: 94466 SHA256: 04fdb4299bdae3e88986e37939b787e69ac5fd119a0ae1921d93b2652fcf9bac SHA1: e7182a0a76f90fd7ea2b7d7d58add401ada998f9 MD5sum: 4299596dd402dac0b845bd7f6216750f 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.112610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1173 Depends: ros-kilted-rosidlcpp-parser (= 0.5.0-1noble.20260410.112610) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-parser/ros-kilted-rosidlcpp-parser-dbgsym_0.5.0-1noble.20260410.112610_amd64.deb Size: 1116492 SHA256: 570947f4531049dacd1616a1045176025817ad411ef989d71381bac607c1f505 SHA1: 0a5d9e20dd47041ace6bf9d6f47e87593441b9ee MD5sum: 23fc7311b17bf8b0aeb4d3d29de33824 Description: debug symbols for ros-kilted-rosidlcpp-parser Build-Ids: 4e514696bff79972db84eb3f90b54ec7ab628419 d269df286517d942b6570233caed9b8fd6f481fd Package: ros-kilted-rosidlcpp-typesupport-c Version: 0.5.0-1noble.20260715.012541 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 310 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.20260715.012541_amd64.deb Size: 61000 SHA256: 9695037ac89d669965ef0501c2b92ccf4fdf35e2aab547ce2c4fb5e5af230f55 SHA1: 10f00d7eb82830d7c78acec325719f4ecd051751 MD5sum: 00c8bba881c3d10fa33308381f4ba7c9 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.20260715.012541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 980 Depends: ros-kilted-rosidlcpp-typesupport-c (= 0.5.0-1noble.20260715.012541) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-typesupport-c/ros-kilted-rosidlcpp-typesupport-c-dbgsym_0.5.0-1noble.20260715.012541_amd64.deb Size: 953346 SHA256: 3d5004b72890a14cf936fbaad8c1887c8a34965d0870a8e9f80767aae2fcd0c7 SHA1: 64eaae7bea20e06d90997520b82be4cb02f8bffc MD5sum: 79350af27e9ae05a1ae1502530bf67a5 Description: debug symbols for ros-kilted-rosidlcpp-typesupport-c Build-Ids: 04e452b26627c3688936bdf3c55859c7e49657c5 Package: ros-kilted-rosidlcpp-typesupport-cpp Version: 0.5.0-1noble.20260715.013402 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 310 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.20260715.013402_amd64.deb Size: 60584 SHA256: d7d1635046d4ca52d3223d0e824161f5546ce49b0c8e806fb776c5bb510d040f SHA1: d50765ebb9fd3f0c6e355e43d7497f693d39f632 MD5sum: 42abed5afd788f913fa8af19778ed22a 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.20260715.013402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 983 Depends: ros-kilted-rosidlcpp-typesupport-cpp (= 0.5.0-1noble.20260715.013402) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rosidlcpp-typesupport-cpp/ros-kilted-rosidlcpp-typesupport-cpp-dbgsym_0.5.0-1noble.20260715.013402_amd64.deb Size: 956058 SHA256: 8dc0cf220e6035f00efecf976c487f988809dceee679fd88fdfb0fdeba6c1a45 SHA1: b11f5154f70d2efa813373524f0c7c3128ad8844 MD5sum: 49702aca06190dacaed69d5a47ea34e3 Description: debug symbols for ros-kilted-rosidlcpp-typesupport-cpp Build-Ids: 7b0bbffc3a05347d0ff090a84242fa7cd5e82531 Package: ros-kilted-rosidlcpp-typesupport-fastrtps-c Version: 0.5.0-1noble.20260730.180424 Architecture: amd64 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.20260730.180424_amd64.deb Size: 95588 SHA256: 20da215e72c32af39c0ec2b9c3a99d9bf15ded65a3f43cc6de02ab112f6e4fcd SHA1: 837399a77f35507cf1cebab58d0f3eeadd705eb2 MD5sum: 78b2bcb901fe8107a219564160b27603 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.20260730.180424 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1348 Depends: ros-kilted-rosidlcpp-typesupport-fastrtps-c (= 0.5.0-1noble.20260730.180424) 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.20260730.180424_amd64.deb Size: 1293774 SHA256: 7d1b25a249d5d1a8a47bdab93e297ed8cd7ec4042407603151f2c10cf80ffd92 SHA1: 27ef9e535cd275dae4a58eb5ac7b3f11d9934c7d MD5sum: c01b90c2aa6da3186e1f22ea34a2d6fb Description: debug symbols for ros-kilted-rosidlcpp-typesupport-fastrtps-c Build-Ids: c585d31a907a7036a28890f82fddaf93fb60eaad Package: ros-kilted-rosidlcpp-typesupport-fastrtps-cpp Version: 0.5.0-1noble.20260730.180448 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 478 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.20260730.180448_amd64.deb Size: 93906 SHA256: 4b049b741067baaf87f8012edbce88da365adc84014e15c385afd3dfd635fbb2 SHA1: 8a32d7b2de86ab484fb2488584ec9cefe23fda97 MD5sum: ebbb4ac179c861e16807a2487e1b936f 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.20260730.180448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1348 Depends: ros-kilted-rosidlcpp-typesupport-fastrtps-cpp (= 0.5.0-1noble.20260730.180448) 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.20260730.180448_amd64.deb Size: 1298784 SHA256: f0bd64c31e4d1a03b18741f140ea29fa976f1775098e21fafd9a9edb64cd971d SHA1: 7a8ec82cb63dd0f68c8e454bbe65a00c008bf68a MD5sum: 38b1ccf45ee4d92d514f4395d7f4c1bf Description: debug symbols for ros-kilted-rosidlcpp-typesupport-fastrtps-cpp Build-Ids: ec18fb243c6662adf36959a85fbae9c910c78c9b Package: ros-kilted-rosidlcpp-typesupport-introspection-c Version: 0.5.0-1noble.20260715.012210 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 374 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.20260715.012210_amd64.deb Size: 72202 SHA256: 57e99c3c7aad795913b54d0398c9d9c72fc1ba8fce54612ac82744892d40e97a SHA1: d1f68db28eb3ddb55df89fd14ee10e4a1188fe23 MD5sum: 2d7d22096c34827fcdcff86b01af76ae 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.20260715.012210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1117 Depends: ros-kilted-rosidlcpp-typesupport-introspection-c (= 0.5.0-1noble.20260715.012210) 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.20260715.012210_amd64.deb Size: 1082288 SHA256: 0471e613f918c2115083a44b9a8127b9fd1a704df43aee5a0b3f0a8dee04fe60 SHA1: 6c997a333bbf596db5b8c1dbfd39bd7bdc89de66 MD5sum: 80111b425f46e709fad5d9d0fe92991d Description: debug symbols for ros-kilted-rosidlcpp-typesupport-introspection-c Build-Ids: eb39180283efbb679e0a4ce68c333ecc3ecb6f6f Package: ros-kilted-rosidlcpp-typesupport-introspection-cpp Version: 0.5.0-1noble.20260715.012500 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 374 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.20260715.012500_amd64.deb Size: 72158 SHA256: 953df4ea39a7853d8b468e151450c6ee52d78de30c940fbd6eb5ae71849068f5 SHA1: be0dba2162a82e85983088713b88750c27521beb MD5sum: 29a933307e3f7782df0e9d52ae24db59 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.20260715.012500 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1123 Depends: ros-kilted-rosidlcpp-typesupport-introspection-cpp (= 0.5.0-1noble.20260715.012500) 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.20260715.012500_amd64.deb Size: 1086184 SHA256: 7e5f8cbe9eff5bc9ba91bc58b7db47fa4f45049a5ae91c8ebf781b05e19d74b8 SHA1: f3aca8bad0fe2b56684404779a9aea7d6547e61f MD5sum: 5862ae112e156620f25d39b948a3e39b Description: debug symbols for ros-kilted-rosidlcpp-typesupport-introspection-cpp Build-Ids: 867a69011829a75c165b56c8d266c7c5a96f2e24 Package: ros-kilted-rosx-introspection Version: 2.3.0-1noble.20260804.180245 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 1577 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.20260804.180245_amd64.deb Size: 220428 SHA256: 5057df9f2c50097843c95006f873950d1ea9783df76aa39c0fd9e4724decc472 SHA1: 672c38e1d6cd282a22c5daa4c9fd5c9e06eb77a8 MD5sum: 9b49f0ce2e802bb10630594cd0ba0a57 Description: Parse any ROS/ROS2 message without compile-time information Package: ros-kilted-rot-conv Version: 1.1.0-4noble.20260410.111523 Architecture: amd64 Maintainer: ijnek Installed-Size: 215 Depends: libc6 (>= 2.4), 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.111523_amd64.deb Size: 41756 SHA256: 7c4709fe863d705e732415ae386f18d271d7e7116c45711566da59cd7600a996 SHA1: 48e55b551be5b803dcaf0a18eaee7609e1dbd56d MD5sum: 9c6701a4282e79adb1bd065c128d620f 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.111523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 808 Depends: ros-kilted-rot-conv (= 1.1.0-4noble.20260410.111523) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rot-conv/ros-kilted-rot-conv-dbgsym_1.1.0-4noble.20260410.111523_amd64.deb Size: 792808 SHA256: 6baa4e78e62e645cbc8d721ed613b632dfc6f0fbf9b8f6628f0995f5b06b889c SHA1: 24d4338a1c0158d3f1016b92ec1421eba0160580 MD5sum: 7071219b27aa0eb84fe8ebaf645e98a4 Description: debug symbols for ros-kilted-rot-conv Build-Ids: 06f1728f0b2cbd3ec80b406c1c98dec9d5b2f2a7 Package: ros-kilted-rplidar-ros Version: 2.1.0-4noble.20260804.175356 Architecture: amd64 Maintainer: Hunter L. Allen Installed-Size: 397 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.20260804.175356_amd64.deb Size: 114070 SHA256: c6696502e549ceb347d87b2b38a14b71e8ed1f9640529f5e084cacf8b9603378 SHA1: 0abab6e9ddede665e5399d8532903824d0d98771 MD5sum: af4ceb5ff6717449ef0797740b93591c 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.20260804.175356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hunter L. Allen Installed-Size: 1621 Depends: ros-kilted-rplidar-ros (= 2.1.0-4noble.20260804.175356) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rplidar-ros/ros-kilted-rplidar-ros-dbgsym_2.1.0-4noble.20260804.175356_amd64.deb Size: 1504252 SHA256: 894c245a72340b8486b04bc7763f136435cb3b37296c1fef89ef1ceb989b042e SHA1: be03c4338707a8e2b34eff41199aa5829d77d239 MD5sum: 93a6cd1b0ddad666b9f5efc2dd607264 Description: debug symbols for ros-kilted-rplidar-ros Build-Ids: 1daff7d408faea88c8005ae8cf54288abfbebac5 a1fe586a0928a6bc9b11931a23ebd6cb9c6be1f9 Package: ros-kilted-rpyutils Version: 0.6.3-1noble.20260410.105103 Architecture: amd64 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.105103_amd64.deb Size: 7644 SHA256: 021b1bf8ecfc7c806d1078d8790c923e3bd7a58d744ddd346ec65b9ad99b8cab SHA1: c84aebf430b058278e461bfabe726b54f5f1f903 MD5sum: b17da35739aefe5b02e5e6a3ea7e7bce Description: Package containing various utility types and functions for Python Package: ros-kilted-rqml Version: 3.26.42-1noble.20260805.160732 Architecture: amd64 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.20260805.160732_amd64.deb Size: 5080 SHA256: 2235e47e49c73517c60b8074f239be52b3fca593718291a20945a21d307a9fea SHA1: 0e9bf0c84c3cf45d079526d85383b585e27bd795 MD5sum: 7a8c3e63b5bc7e389531e250bdfb9141 Description: QML-based robotics visualization and control tool for ROS 2. Package: ros-kilted-rqml-core Version: 3.26.42-1noble.20260805.153830 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 4928 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), 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.20260805.153830_amd64.deb Size: 1886758 SHA256: cf290568a6592b244fe02e5c1cfd0a1901043578d5197375696558a63777f655 SHA1: d26fe93eb037a403ba8873e20c45f092a8a612de MD5sum: b080c2f293026815f11d691a646da207 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.20260805.153830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 23850 Depends: ros-kilted-rqml-core (= 3.26.42-1noble.20260805.153830) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqml-core/ros-kilted-rqml-core-dbgsym_3.26.42-1noble.20260805.153830_amd64.deb Size: 23244630 SHA256: ee88d19cac679acd4dc32d8108af1a86af7f95afeb8335c415a66be3872f4d74 SHA1: ead6df1a89837e2c5f993360eeb9228722ca3c1b MD5sum: 3699eee996f73549f41554bbafe313e8 Description: debug symbols for ros-kilted-rqml-core Build-Ids: e40f4043f893e2126d150f48514a7921e9dcfeb2 e7f8e844621ba86837dfc98e9c9d3d5b74d29485 Package: ros-kilted-rqml-default-plugins Version: 3.26.42-1noble.20260805.155642 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 490 Depends: libc6 (>= 2.4), 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.20260805.155642_amd64.deb Size: 79740 SHA256: 79d35faa6d4bb1e839d3db01b01f4905806d3590266cd92158fb94f351a6dca0 SHA1: ec4ffe8f74a57a1d3f871ce5fc7821f951f78408 MD5sum: 6ec7a098af3d1f2136c1548600d7ad6f 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.20260805.155642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 511 Depends: ros-kilted-rqml-default-plugins (= 3.26.42-1noble.20260805.155642) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqml-default-plugins/ros-kilted-rqml-default-plugins-dbgsym_3.26.42-1noble.20260805.155642_amd64.deb Size: 491346 SHA256: 3c44f92bfaa58c48a87ede5c0b73e19084b15e91edcaf4f52bd0fe2ae86adde5 SHA1: e79e2044b13986998d34a83feebee8ccb95dba9b MD5sum: ebe82fa00b4de4bc034add4b5b266baf Description: debug symbols for ros-kilted-rqml-default-plugins Build-Ids: 4ec0561958683826c8686644c43e9fd224ddb47e Package: ros-kilted-rqml-plugin-example Version: 3.26.42-1noble.20260806.073613 Architecture: amd64 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.20260806.073613_amd64.deb Size: 6036 SHA256: 1ec6b70311451b7e7678d504ddef3ba5449cf5861ae7208f030bc23410fcca97 SHA1: eba519bdf87fd51faca16585b1aa9f83c4e03e8b MD5sum: f39ecaad7cfdbaa989814de80ef3e82a Description: An example plugin for RQml Package: ros-kilted-rqt Version: 1.9.2-1noble.20260805.201955 Architecture: amd64 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.20260805.201955_amd64.deb Size: 3436 SHA256: c85feee99d86874a09e07a25a8098b8d87a73df42a95055e748da83207310d9d SHA1: 4b25de0dbcd13bd0c2f80dd0d660fcb9d9212d08 MD5sum: 2e028e4048ce473cc78867fb4887099a Description: rqt is a Qt-based framework for GUI development for ROS. Package: ros-kilted-rqt-action Version: 2.3.0-2noble.20260805.143147 Architecture: amd64 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.20260805.143147_amd64.deb Size: 6802 SHA256: 427dbd8428aee0b0278158bd1df1f2b6a8742a00af215ba4ea3943435666260f SHA1: ec54eddc79ca6c3f5c92275e0a4049b68971a9ee MD5sum: 13cf5b68460c84e8a96e582d3810fce1 Description: rqt_action provides a feature to introspect all available ROS action types. Package: ros-kilted-rqt-bag Version: 2.0.3-2noble.20260805.141308 Architecture: amd64 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.20260805.141308_amd64.deb Size: 118860 SHA256: 9291dc008cf2c99ad2efca8fd4e2cedc5f5d13f98c8ae8b201001752e77303c2 SHA1: 863a5dba33e0c31f1d8d402fac2566ecd775def3 MD5sum: c643526ef1dda0a43ca5bc46b7797d82 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.20260805.141723 Architecture: amd64 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.20260805.141723_amd64.deb Size: 37972 SHA256: d61921b260a86cd5480ee3b667dc4d8b3b04d355bcedb710709d9404abbce679 SHA1: e8a4f7b3db1ea4a66ee77829960fe3272c9f9882 MD5sum: 883929687a983e198462f0ab4bc918b9 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.20260805.202437 Architecture: amd64 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.20260805.202437_amd64.deb Size: 6410 SHA256: 157aa64a4dd2e43aadbab24ebdf5639c2ce489755339073d6d2cbb42ce6d1b30 SHA1: 5636e9d24c0428433bb231f095a0bd94560f9213 MD5sum: 257e1929cd3cf273f62cf5ca8583b450 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.20260805.141650 Architecture: amd64 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.20260805.141650_amd64.deb Size: 66328 SHA256: d53c59dcf9a973123cbf6533580904cb04f27e51324f5304bc8bd9ea7d528d73 SHA1: bf76f96aa3c82149358e0b1bacc68825be1ef3c9 MD5sum: 3a7df7fe9ca034ba2b4773de4a9495be Description: rqt_console provides a GUI plugin for displaying and filtering ROS messages. Package: ros-kilted-rqt-controller-manager Version: 5.16.0-1noble.20260805.144520 Architecture: amd64 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.16.0-1noble.20260805.144520_amd64.deb Size: 44770 SHA256: 03ea8cd223d0f3c542e9310dad4a004579a88168857497d1add83cb9cd90a133 SHA1: e8fe82dc4c800ecf8e45585ba7deb1d21fec721f MD5sum: 180ce6bde053171ffe44663af614ea47 Description: Graphical frontend for interacting with the controller manager. Package: ros-kilted-rqt-dotgraph Version: 0.0.5-1noble.20260805.143207 Architecture: amd64 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.20260805.143207_amd64.deb Size: 68236 SHA256: 6571c193c98c672dad73ff12a051d79c81843a2d77ee36120785db13ac6a14a8 SHA1: 72f6698e274d63f09b4d4e49c7a485a44b064b61 MD5sum: 9c05e0982946a6f678f799e1c46e9184 Description: rqt GUI plugin to visualize dot graphs. Package: ros-kilted-rqt-gauges Version: 0.0.3-2noble.20260805.141253 Architecture: amd64 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.20260805.141253_amd64.deb Size: 29720 SHA256: 1bcaeca59926f7aa2702f978b5ea0ac46247883e20db0e720493a95ff571de40 SHA1: 6688c52a7f2fcb676aaed1775cc48fa37ee677a4 MD5sum: 537ca488062808eb078bfbf8c725c547 Description: Visualization plugin for several sensors. Package: ros-kilted-rqt-graph Version: 1.7.1-1noble.20260805.141255 Architecture: amd64 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.20260805.141255_amd64.deb Size: 56174 SHA256: 1f955215afdb969b42aa82836c82db8a1d3a5500d2eaf35f658c739c4aa9c646 SHA1: 63f1486ff1062e51857e869200a5cf6c0b0618e1 MD5sum: 02d52a2e1875544475e7331463452aaa 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.20260805.140612 Architecture: amd64 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.20260805.140612_amd64.deb Size: 97782 SHA256: 6836161e6e49611c3b689a83cc2cc283d1688cd3670e70c80a31bd168b7e3728 SHA1: bb72b48d83a2deb55abb3e794872d62f770808b5 MD5sum: 7c66cc828f1b89a0a9e66a333502ab5f 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.20260805.201557 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 368 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.20260805.201557_amd64.deb Size: 112970 SHA256: 9bc2c51db8afa542c9adce9a98bc0d0b49e57492bca876cd76865a8624dafeaf SHA1: cf5563bfc118ac0cc624d66b25e4cca992a3a5e7 MD5sum: 95739ae78d4a0f8d0d07aeeb13443fd9 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.20260805.201557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 1681 Depends: ros-kilted-rqt-gui-cpp (= 1.9.2-1noble.20260805.201557) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-gui-cpp/ros-kilted-rqt-gui-cpp-dbgsym_1.9.2-1noble.20260805.201557_amd64.deb Size: 1607804 SHA256: e0fde972fcd4ac7ce29bb8b2645e493fc2a5928be1c0210eed23a2ecb416d490 SHA1: 80f80ebc5ffc6af0419bc38a8fb80160888966a0 MD5sum: b4876420e228945d5a9de113d420fd11 Description: debug symbols for ros-kilted-rqt-gui-cpp Build-Ids: 84542de725370325366279fb2a43f44429ac93ce Package: ros-kilted-rqt-gui-py Version: 1.9.2-1noble.20260805.141152 Architecture: amd64 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.20260805.141152_amd64.deb Size: 8604 SHA256: c1e2335a287b4025001a2c59ff55ae92fd61c037404c74c681e7a3562f644b94 SHA1: e296d430b85b22249892cacca1007ca2b2ad47c7 MD5sum: 936828de732b444735c2dc0b30ede54e 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.20260805.202144 Architecture: amd64 Maintainer: ijnek Installed-Size: 534 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libqt5core5t64 (>= 5.15.1), 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.20260805.202144_amd64.deb Size: 154362 SHA256: 451bdbc66a6c3052424abb51eb869d1fbba81190af9ee56d3e2ca839554bcf09 SHA1: 81cad8d9e7061ecfe04e24665f2fad395dc3cdd4 MD5sum: ad0aaea8bd85e0eb1cfb5b6697641802 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.20260805.202144 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 4702 Depends: ros-kilted-rqt-image-overlay (= 0.5.0-2noble.20260805.202144) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-image-overlay/ros-kilted-rqt-image-overlay-dbgsym_0.5.0-2noble.20260805.202144_amd64.deb Size: 4575288 SHA256: df53ae206cbe3444d476ef91adf32adf11c615add03a0a05bf453bdbd908dba2 SHA1: 0a58b4ec28aa6fd6780ec6de30d46d9a8c1d8e0c MD5sum: 5be703819e6a51ac4f72a986ee6e498b Description: debug symbols for ros-kilted-rqt-image-overlay Build-Ids: e9f6d47e77989430138eb16e4999bd975e3cc534 Package: ros-kilted-rqt-image-overlay-layer Version: 0.5.0-2noble.20260805.141904 Architecture: amd64 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.20260805.141904_amd64.deb Size: 8202 SHA256: 55838c813147e41093d428c13e5d734e891ef9a35c136168bfa48d8aeff0566b SHA1: 8da493db8f2368e8708e7d279caf619366afc0c9 MD5sum: ee47b454605cf6c9d9b69bfbbc2ce9a4 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.20260805.201941 Architecture: amd64 Maintainer: Mabel Zhang Installed-Size: 491 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.20260805.201941_amd64.deb Size: 209716 SHA256: 9efbae7f4f4c8f629236bc6464dc9d254090c4242befad2f9103f80a1dbcf301 SHA1: 943689c83851c0cd8d9a0f56b0595b72e969a0bf MD5sum: be16445fc5be2e004f5c49eb0cea0728 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.20260805.201941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mabel Zhang Installed-Size: 2343 Depends: ros-kilted-rqt-image-view (= 1.3.3-1noble.20260805.201941) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rqt-image-view/ros-kilted-rqt-image-view-dbgsym_1.3.3-1noble.20260805.201941_amd64.deb Size: 2259952 SHA256: 9d9671e9e973e741226ef41cdaf602c6f83084ff11cadda797ad761da2d28564 SHA1: 26646ccdc44794afdf6bc62b27cf4ec92247107a MD5sum: 0dc4f25f636eb1fae153454e5577e8ec Description: debug symbols for ros-kilted-rqt-image-view Build-Ids: 5b1f9ade6796035344b069d6b4f326f9c4ddeb29 Package: ros-kilted-rqt-joint-trajectory-controller Version: 5.16.0-1noble.20260805.141323 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 198 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.16.0-1noble.20260805.141323_amd64.deb Size: 46070 SHA256: 05edf827d03048d0b7f33f1f31522ab4658540f4c532b2fe7f034bd50a8124f5 SHA1: 75c4a8e5b2a5a40eea32c2b393a063c7fcfe1dc1 MD5sum: 6fcaf88fc2fa0d08805fda8d0da0c6f6 Description: Graphical frontend for interacting with joint_trajectory_controller instances. Package: ros-kilted-rqt-moveit Version: 1.0.1-5noble.20260805.141721 Architecture: amd64 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.20260805.141721_amd64.deb Size: 17258 SHA256: ffa56c6e3156759fa6ae27b13432c865dcd65023c6fb36ca4eec9429463e71c2 SHA1: 9621e90016dbe345fff712cc9cafedba0ddc681a MD5sum: 6ecc59e9b3c7d73f109a0157e3aa4048 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.2-1noble.20260805.141755 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 81 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.2-1noble.20260805.141755_amd64.deb Size: 16802 SHA256: efab838a7174d56aebccada1e08c83e8ad4ad4b9a4aec7bca529764619349291 SHA1: 382682717624dbe10c2e468fe3cb2913f08f7f15 MD5sum: a5ac2fa117ad3a099dc1dec4b72a13b0 Description: A Python GUI plugin for introspecting available ROS message types. Package: ros-kilted-rqt-play-motion-builder Version: 1.4.1-1noble.20260805.202135 Architecture: amd64 Maintainer: davidfernandez Installed-Size: 502 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), 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), 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.20260805.202135_amd64.deb Size: 119082 SHA256: 5a0f1e918ebebeab667cc2a291b876d5996bafb1dbecfe2d158804fd14fe732a SHA1: ba5087bac0d971afb582b92fe7c8f2ca69b9685b MD5sum: b2710f1a4c68ef074db52e86093cb0b1 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.20260805.202135 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 3120 Depends: ros-kilted-rqt-play-motion-builder (= 1.4.1-1noble.20260805.202135) 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.20260805.202135_amd64.deb Size: 2928740 SHA256: 1b66fd9284df05729d1e06ede2628322785e4cddb6f124eba1df62302e8719d9 SHA1: 34a8e3f3cba103d024671af33a0100c8a2bbf7e7 MD5sum: 38985335ac7e07d00b2af6a26e3a2c62 Description: debug symbols for ros-kilted-rqt-play-motion-builder Build-Ids: a74d018d58db52dbac1ea745230c069cb7ce6f04 Package: ros-kilted-rqt-plot Version: 1.6.4-1noble.20260805.141630 Architecture: amd64 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.20260805.141630_amd64.deb Size: 53822 SHA256: 2dd231bdc60465c0e2dcebf0575ea516f0f26b287dcdf3d28c23bf8366772528 SHA1: 46fc1eaa7bb12d2c180f586b00d2e9d5b84b09ca MD5sum: ef5cd0e981b50c391d5c23c7e60c601f 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.20260805.141715 Architecture: amd64 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.20260805.141715_amd64.deb Size: 30730 SHA256: a3000578557eb4f949dbf5863e672a404837c2b7c62226455a2d2f7e853d5bf4 SHA1: 5e5fa5bda80d3b68137bbf250ce64c0d60137683 MD5sum: ddebe0d42bc36ea95f4f4469c525f012 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.20260805.140812 Architecture: amd64 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.20260805.140812_amd64.deb Size: 22604 SHA256: 3adbba11236d0a3c84ff2634a2cfaa1296eccb6955e0a9029b98a8bae92e677b SHA1: 1d6fe1d6a90464ac46296babd9e0d8bcf6720210 MD5sum: cc9a24cdb3cb420ff58ca815b0285447 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.20260805.141324 Architecture: amd64 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.20260805.141324_amd64.deb Size: 12604 SHA256: 3e8c69cea5141a353dfc711a0e9a6ff22418636265a1c36c50beab1dbef39c29 SHA1: 5f9ca6fed91e1b11d830856eda3c2aae94ae3c72 MD5sum: 270c579058740764b4ea2b31bc41af11 Description: rqt_py_console is a Python GUI plugin providing an interactive Python console. Package: ros-kilted-rqt-reconfigure Version: 1.7.1-1noble.20260805.141813 Architecture: amd64 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.20260805.141813_amd64.deb Size: 62392 SHA256: ba0b20a3e22642b9dcbdacc2a018e17ffc8d19b9442969688c15db9947e00c8b SHA1: 4ea49b778efde46a2287fc172008783ebf78c476 MD5sum: 7da6d972a7799b02fddb10f5906254ce 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.20260805.142239 Architecture: amd64 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.20260805.142239_amd64.deb Size: 58206 SHA256: f9f65b0d48990a787f86519565f0ae4c55321648e2d2a0bb6f7e57bc4dffe78b SHA1: 8ae7e3702e2dffe2296f6d9c06bdb33d0fd55a25 MD5sum: aa6fccdfea0e61620aa1ce4366329b10 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.20260805.141806 Architecture: amd64 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.20260805.141806_amd64.deb Size: 37008 SHA256: 3ce8b4b1af30591d47538ec2759486b8542c2d1402d710ab8fe2b892bea25387 SHA1: d6c9f0c905b3ba1299625cb5f9c75ddf3f4bcd6e MD5sum: 70b1c74ad4a85ebb2706c0dfa05513b3 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.20260805.141330 Architecture: amd64 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.20260805.141330_amd64.deb Size: 15156 SHA256: a1a8da69cb61e2cbdbdadecd89401ea219ce7a8858907959e0f55e179f626580 SHA1: 7be100e5fe048b73cfba3d1535af62b269c89e36 MD5sum: 11d28a2043596519d7cad3cef35e905e 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.20260805.141332 Architecture: amd64 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.20260805.141332_amd64.deb Size: 16678 SHA256: 1021d0b96fe1d9cbbef94c9a0ee84fb7f2e08125354087a057b05bd55c22e822 SHA1: cb3258aeee0bcced89ee895aeb4790f29e2e13bf MD5sum: d3c23b9b86219513b7afa6f3cc299fdc Description: rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages. Package: ros-kilted-rqt-service-caller Version: 1.4.1-2noble.20260805.142013 Architecture: amd64 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.20260805.142013_amd64.deb Size: 19504 SHA256: b850fcf2a328cdc72f4ec3a04f38d95568f8343cf6f71f3aa3388808cbfdb435 SHA1: 9a7467dc69247e21d862cc99abdc0325a2abf4bb MD5sum: f1b915f059e03980b3b1ba5097dad85e Description: rqt_service_caller provides a GUI plugin for calling arbitrary services. Package: ros-kilted-rqt-shell Version: 1.3.1-2noble.20260805.142020 Architecture: amd64 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.20260805.142020_amd64.deb Size: 16360 SHA256: 07ca5c902b2b0fa4e9f6c76b310d243a278d63252c525939bf86b39ab5a071b9 SHA1: c3edc184c8fd2a8216a37762c7f7f436c3f413f1 MD5sum: 7a0cc69fd933c86625736344577ce202 Description: rqt_shell is a Python GUI plugin providing an interactive shell. Package: ros-kilted-rqt-srv Version: 1.3.0-2noble.20260805.143202 Architecture: amd64 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.20260805.143202_amd64.deb Size: 6932 SHA256: 620f481f220ca0040b53467f014bddba807ba9f910a7f86f7208ad42b3e6db88 SHA1: 7df0b0198f2a0e2ec50399dc3a8a77a7f2254648 MD5sum: b7f8f3e8eee826972797f27b6bca0ae3 Description: A Python GUI plugin for introspecting available ROS service types. Package: ros-kilted-rqt-tf-tree Version: 1.1.1-1noble.20260805.143025 Architecture: amd64 Maintainer: "Isaac I.Y. Saito" Installed-Size: 83 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-tf2-ros-py, 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.1.1-1noble.20260805.143025_amd64.deb Size: 18508 SHA256: 79ebafcdf7efced8de4d04acf75e14891eaa103e6cc83864fae6e772b1cf93e4 SHA1: 939d8dc9fbb16d92643899f0441d389a53e01ec2 MD5sum: dfbffde8d3b19887c473ef5fdef0dbce 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.20260805.141632 Architecture: amd64 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.20260805.141632_amd64.deb Size: 24724 SHA256: 5227fbab30c1b3219bb60af3bd8aef5678011b5ef23a6f475289bb5d2aa1a4eb SHA1: a763b118c57028beb1d9372eb13159d71ffdf4bb MD5sum: d335c235970212f056ce0835b6dd2525 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.20260804.170559 Architecture: amd64 Maintainer: bmagyar Installed-Size: 92 Depends: libc6 (>= 2.14), 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.20260804.170559_amd64.deb Size: 18230 SHA256: 50baa2e8b8adf1588229457c4fc9228d40be608300cfdbd8e57389d339888fb5 SHA1: 76da6467328ecec0c23c5ce29745c5002194feed MD5sum: ecf7fba8199c73240a8b0934c440e610 Description: ROS Support Library Package: ros-kilted-rsl-dbgsym Package-Type: ddeb Source: ros-kilted-rsl Version: 1.3.0-1noble.20260804.170559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: bmagyar Installed-Size: 160 Depends: ros-kilted-rsl (= 1.3.0-1noble.20260804.170559) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rsl/ros-kilted-rsl-dbgsym_1.3.0-1noble.20260804.170559_amd64.deb Size: 146536 SHA256: d8b512b9f09e27a6d33baaad169b273c975a542a5bc7f9f82a409747d560cae8 SHA1: 53001fe535a397b3300fbec1248083aed1048440 MD5sum: 29af78d7319b4f848df20ef420af3b88 Description: debug symbols for ros-kilted-rsl Build-Ids: 97dffd3a1bab1dab37dc02c346bef5850286c0f7 Package: ros-kilted-rslidar-msg Version: 0.0.0-1noble.20260804.175733 Architecture: amd64 Maintainer: robosense Installed-Size: 473 Depends: libc6 (>= 2.4), 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.20260804.175733_amd64.deb Size: 48398 SHA256: a46f2a3c0466ba90145d46e568120714257658e556d354abc6e463b2f6870485 SHA1: 2d1d480e45c77e4ae4ef61b889eaa1d76e429f69 MD5sum: 377f050de4ba1a477d8f412f5369cbbb 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.20260804.175733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: robosense Installed-Size: 306 Depends: ros-kilted-rslidar-msg (= 0.0.0-1noble.20260804.175733) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rslidar-msg/ros-kilted-rslidar-msg-dbgsym_0.0.0-1noble.20260804.175733_amd64.deb Size: 209456 SHA256: 8445b2c95cd1b515e61aec3bae8b651a09efab8576e0a03644463ec1ce0ecc5a SHA1: 107b9e4676b1d7d70e17ae3f634d7b459a5b860f MD5sum: 0f9eafa0bddf8323895cf53a44c8d1e4 Description: debug symbols for ros-kilted-rslidar-msg Build-Ids: 070b913b5be49acd07495fb6383355643a269bea 140206b0721d9185d8acd1a0cee711a812841913 21eeeb0be357ed42ea645d7616e256cee00bfdfb 22b41cf0d4422e4fcb8920e9908ccedd54ea5ea5 45e1dd176d16f4b919e3b53dde94c7a0418bbf34 5d3473b9d0964a51dc0d56a04598d4d03e1e1392 765a371565b29b16bdde546985f4090eee628b7e 7af95a519a48c6497c5c78cb1e9b60f76e818f21 9ff83b9224367b366a6a285fc5b23d59761c07ed abacc326e71816cd6f9459f021d58f660a006c2e f8e9d1ce8f8583dd9448567b8df362519949efc5 Package: ros-kilted-rt-manipulators-cpp Version: 1.0.0-4noble.20260410.113400 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 477 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.113400_amd64.deb Size: 131566 SHA256: e17a5f3ec3ebb8e18d46e9f6f9093543384c2bdf7c0d0f45cb9b9d1495e0ff38 SHA1: 4ed6a6c3dc1df24e0fa8e2b4f90341cd4689d7b1 MD5sum: 9321f5dc5f268acdaa06616426d0d761 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.113400 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 3949 Depends: ros-kilted-rt-manipulators-cpp (= 1.0.0-4noble.20260410.113400) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rt-manipulators-cpp/ros-kilted-rt-manipulators-cpp-dbgsym_1.0.0-4noble.20260410.113400_amd64.deb Size: 3866846 SHA256: eb26187c783a640c1933ee368b2f919b2e17299be1abe4c66e61a5d50fb7a8ab SHA1: 7ebb70445960a7f226329d671c6cece19b59843d MD5sum: 86d65fe605d46137ae7c1dad57217b4d Description: debug symbols for ros-kilted-rt-manipulators-cpp Build-Ids: a02d1172bfe883eb9b62f4cb88b764739a364f9b Package: ros-kilted-rt-usb-9axisimu-driver Version: 3.0.0-2noble.20260806.073625 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 423 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.20260806.073625_amd64.deb Size: 102384 SHA256: e6f8b0e8fc7f7001aa1721305165991f1696c5c190b954c5d8d82bd8d6641d1c SHA1: c3c94de9d5e8a75a879c11445eafd39ec71c88e7 MD5sum: 74466011f3c54e720d1f380a8a1c49d0 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.20260806.073625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 1781 Depends: ros-kilted-rt-usb-9axisimu-driver (= 3.0.0-2noble.20260806.073625) 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.20260806.073625_amd64.deb Size: 1632926 SHA256: be5764a8a1662860fc7b1f3675ec10c55b49d129c422eaacc51f5657f9bd46e8 SHA1: a51aeba63ba61def3c358c70321166d3cb4dc4eb MD5sum: e367d59b1e8913c64d961448c7437513 Description: debug symbols for ros-kilted-rt-usb-9axisimu-driver Build-Ids: 2b39799d13443318eb6566b7f40d46b8e1eb97c3 a8c5bdd1f5a58f2294cd985c5575b9f52967d8fe Package: ros-kilted-rtabmap Version: 0.23.7-1noble.20260806.073653 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 21756 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.4.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-kilted-gtsam, ros-kilted-libg2o, zlib1g (>= 1:1.2.0), liboctomap-dev, libpcl-dev, libsqlite3-dev, ros-kilted-cv-bridge, ros-kilted-libpointmatcher, ros-kilted-qt-gui-cpp, zlib1g-dev, ros-kilted-ros-workspace Homepage: http://introlab.github.io/rtabmap Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap/ros-kilted-rtabmap_0.23.7-1noble.20260806.073653_amd64.deb Size: 6065202 SHA256: 939ab20cbf97660fad305f708f40955d5d248b2a15dfdc00927823cf88d0df95 SHA1: 64000a5545aed3d8580ae9638b60461b3cccceca MD5sum: 18d94e717dc9ddffcdad83e65f144227 Description: RTAB-Map's standalone library. RTAB-Map is a RGB-D SLAM approach with real-time constraints. Package: ros-kilted-rtabmap-conversions Version: 0.23.7-1noble.20260806.090720 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 498 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-kilted-rtabmap, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-image-geometry, ros-kilted-laser-geometry, ros-kilted-pcl-conversions, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rtabmap-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-ros-workspace Homepage: https://index.ros.org/p/rtabmap_conversions/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-conversions/ros-kilted-rtabmap-conversions_0.23.7-1noble.20260806.090720_amd64.deb Size: 169692 SHA256: 3bea0078a90cdfeb4d4c3036fd7d96973b5b9757c3a667e78a769f31899ff0b7 SHA1: 0bc38aa7b3e11d04374a6062a3869fe53d02f5b8 MD5sum: 73f3dd124621c6dbbd5127fe2f1894d3 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-kilted-rtabmap-conversions-dbgsym Package-Type: ddeb Source: ros-kilted-rtabmap-conversions Version: 0.23.7-1noble.20260806.090720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 3097 Depends: ros-kilted-rtabmap-conversions (= 0.23.7-1noble.20260806.090720) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-conversions/ros-kilted-rtabmap-conversions-dbgsym_0.23.7-1noble.20260806.090720_amd64.deb Size: 3039352 SHA256: a9fef4a4d4da4a56016065b89a46d89e4bce7b350b27efed133d121bcb05beb6 SHA1: 42e83f31c0709ac127d10e42d81897799179d243 MD5sum: e41003d41351aa539cd364e61bcb6d7d Description: debug symbols for ros-kilted-rtabmap-conversions Build-Ids: d6df6428dd2b2152778d95d1897bf5e289962b0a Package: ros-kilted-rtabmap-costmap-plugins Version: 0.23.7-1noble.20260805.153419 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 770 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-kilted-nav2-costmap-2d, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rtabmap_costmap_plugins/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-costmap-plugins/ros-kilted-rtabmap-costmap-plugins_0.23.7-1noble.20260805.153419_amd64.deb Size: 169560 SHA256: 116891648b09d13714f0f50aa63a3f61d2bbc83e3f72e78bddcea07c05db0155 SHA1: 7c2a2ac1bcaafff83ab8209f12960becd4834e4e MD5sum: 4ec6306e8e4a21422b4ba46ea6f923b1 Description: RTAB-Map's costmap plugins. Package: ros-kilted-rtabmap-costmap-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-rtabmap-costmap-plugins Version: 0.23.7-1noble.20260805.153419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 4230 Depends: ros-kilted-rtabmap-costmap-plugins (= 0.23.7-1noble.20260805.153419) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-costmap-plugins/ros-kilted-rtabmap-costmap-plugins-dbgsym_0.23.7-1noble.20260805.153419_amd64.deb Size: 3811770 SHA256: c795bbb7c1f25b6d4d9da492850c85d35da4f372420da98373709cf14f6bba22 SHA1: 5bea931b3bed26282cecf46d8b1b027b1943d6e2 MD5sum: 130f7a984f5bc20634a46ef761016813 Description: debug symbols for ros-kilted-rtabmap-costmap-plugins Build-Ids: d7ca54848c681e7e4b2ca82ce35c6f26a3e34afc e793a803c59fd7e7c09cbc4b16b4ab9c570aa5a4 Package: ros-kilted-rtabmap-dbgsym Package-Type: ddeb Source: ros-kilted-rtabmap Version: 0.23.7-1noble.20260806.073653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 114720 Depends: ros-kilted-rtabmap (= 0.23.7-1noble.20260806.073653) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap/ros-kilted-rtabmap-dbgsym_0.23.7-1noble.20260806.073653_amd64.deb Size: 111588720 SHA256: d871711ee603b1bde4dfe286a6404864adac40041e7b2f74cbfe6099233d873a SHA1: dc8da695fc10fbbce71af89bf40761c3a8b45ae4 MD5sum: 9fc020507b85b4292c0d4e8bca8ab777 Description: debug symbols for ros-kilted-rtabmap Build-Ids: 0090d2353a6861b78b92f4f62a6ba1264e5ff68e 0a7fc7f2a664c56448c954a798ce28ed358c60f8 0cfa55a041ba8134d64796b212941e59dd7d6e55 142c0dc1ce8429ed090f6eefcb8628720a815aa5 1faf3fac79c8d1cbdbca593ce534e617ee8c3387 2b8408629d1a42f9eeb0bbf8bf61a6d89d4caa0f 350d9ab4cec55d386c932ab562c3c94a0fb5fc5f 3932ddeec7a801c97f2adab481870739b938304c 3bb7e4210e62e0f1e0280e9014a975ffe560cdb2 3cb58d724c33093985f9f6a205e4006f67ba48d4 465a1597ab1ff52c7cb30104b0ba3e85b1f778c9 4dc387cb2cc84b824829dbac4fa455fbdbf75519 79dd64010858c662954648c078b87fa21049c96b 80e8499cc158ca3f2376268d5e71f30562dbaa61 84b5dcd358eb8719744600ada28a5ae59a2fe695 91d5513db491b9f43f0042b00a2f68864d1b9f74 97e58339c35c5007f14a1a6ec525a87357e941e8 a4fdc6cf56ec73134a3c08d8e9c2b7e6135a9681 a5ec4fad67168fab9a9ab534d6fdb7794d451f9e aace68ae8d6b2615d120d134b5adffcef765093e b4941c485fa8b7f4a65b88633080f49ad2b53f90 bce45c420506241b280d581f6bd4f9143d8a2137 cabb6ca3c028ef369ee0cfbd925672ade0a93d91 cfc14d0f45fe6164be375bf488037d342428b90e d0925a276220fb5dbce7d36d2d2c1fbc409b5677 dcd3d53b73e051e49477b03cfaf0ed4bee90d4b5 f5d5af2286aa49977253900fd17fc252627b85d6 Package: ros-kilted-rtabmap-examples Version: 0.23.7-1noble.20260806.110727 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 238 Depends: ros-kilted-imu-filter-madgwick, ros-kilted-rtabmap-odom, ros-kilted-rtabmap-rviz-plugins, ros-kilted-rtabmap-slam, ros-kilted-rtabmap-util, ros-kilted-rtabmap-viz, ros-kilted-tf2-ros, ros-kilted-velodyne, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rtabmap_examples/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-examples/ros-kilted-rtabmap-examples_0.23.7-1noble.20260806.110727_amd64.deb Size: 29008 SHA256: 23a88ad07c74e5879a46c5dd56be3c9decc6032268dafc2e0fd3942607eeed26 SHA1: 4e390eebd2d47a642438cd05e9218992130e4cc9 MD5sum: 63823f7d33790f6e893d9edfca204110 Description: RTAB-Map's example launch files. Package: ros-kilted-rtabmap-launch Version: 0.23.7-1noble.20260806.110733 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 98 Depends: ros-kilted-rtabmap-msgs, ros-kilted-rtabmap-odom, ros-kilted-rtabmap-rviz-plugins, ros-kilted-rtabmap-slam, ros-kilted-rtabmap-util, ros-kilted-rtabmap-viz, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rtabmap_launch/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-launch/ros-kilted-rtabmap-launch_0.23.7-1noble.20260806.110733_amd64.deb Size: 13010 SHA256: 2902bd66e29a1d0874c842272daf0b06c0369b7a11bb5afc366095cc3401c244 SHA1: 979a075c43ff21a47f844998a3757aabe45a5eb4 MD5sum: 8da3c16366696e7cac14fa233f4c6f15 Description: RTAB-Map's main launch files. Package: ros-kilted-rtabmap-msgs Version: 0.23.7-1noble.20260716.020703 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 12314 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/rtabmap_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-msgs/ros-kilted-rtabmap-msgs_0.23.7-1noble.20260716.020703_amd64.deb Size: 811612 SHA256: 4080b9d401a87b29ddc58572ada106f7cb1bfd07407a0ff1bbf94c4715297223 SHA1: a6f3559d164834d1ea7c72ccaf55ee91eac0c7f3 MD5sum: f9b9144c0d2f007b96a5340f0e35787b Description: RTAB-Map's msgs package. Package: ros-kilted-rtabmap-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-rtabmap-msgs Version: 0.23.7-1noble.20260716.020703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 10041 Depends: ros-kilted-rtabmap-msgs (= 0.23.7-1noble.20260716.020703) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-msgs/ros-kilted-rtabmap-msgs-dbgsym_0.23.7-1noble.20260716.020703_amd64.deb Size: 8434410 SHA256: 6ded1579d119571ab257cdb8926df95715e0f690867218f6a397879e87bf5e9a SHA1: a59953abebb9cc88e1abe0ad1981927460d069fe MD5sum: e35993ade3e757ab1875517ad67c5196 Description: debug symbols for ros-kilted-rtabmap-msgs Build-Ids: 088af7df8f69ba82867aeadec24dacd8a0e12f73 221798d63e047c39dd2dc056de3538c4a8a42cfa 24d477a239671bae01bba5619bef34849f2d4c20 3abdaeac44c4db363ce9fe8fe0f575e9b06a3662 6ec3f00743ea6273e1a0fbb8636b6903b4cb3844 834553cb08c621cd41a0aed5c0a17c17b49f83fe 9eaf80378edfd6bfb11ace334065f11362ceb437 a1c04d10861f8328aea91d803cb7219e3bb29672 c8b93bdaddac39ba51d0f8cbd187718ca3264bee e55b28206135bc94c2429eb0b96dc332f1aef621 fdd107e533939411e4411069bdb9dd78f7c5fb74 Package: ros-kilted-rtabmap-odom Version: 0.23.7-1noble.20260806.103915 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 4155 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-kilted-rtabmap, ros-kilted-cv-bridge, ros-kilted-image-geometry, ros-kilted-laser-geometry, ros-kilted-message-filters, ros-kilted-nav-msgs, ros-kilted-pcl-conversions, ros-kilted-pcl-ros, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rtabmap-conversions, ros-kilted-rtabmap-msgs, ros-kilted-rtabmap-sync, ros-kilted-rtabmap-util, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rtabmap_odom/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-odom/ros-kilted-rtabmap-odom_0.23.7-1noble.20260806.103915_amd64.deb Size: 734370 SHA256: b80e053b012e1bbafe0f9837ef665f8909c9478720ae29014ab0e9d772fa013b SHA1: b9334791c8781c92616eccfd74f843a4825eb02a MD5sum: 7982acae8317035137b331fcd5c4ee0b Description: RTAB-Map's odometry package. Package: ros-kilted-rtabmap-odom-dbgsym Package-Type: ddeb Source: ros-kilted-rtabmap-odom Version: 0.23.7-1noble.20260806.103915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 22840 Depends: ros-kilted-rtabmap-odom (= 0.23.7-1noble.20260806.103915) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-odom/ros-kilted-rtabmap-odom-dbgsym_0.23.7-1noble.20260806.103915_amd64.deb Size: 20391380 SHA256: b8368b730e004e86cb49c84aaca9e6480f4fd4aaa8cd5095ccea0668ff624fcd SHA1: 702b236373a166defd3de6c0fdd4a2b70e080d63 MD5sum: 92ffb282ce2ab8fcc3546502a2d5b93c Description: debug symbols for ros-kilted-rtabmap-odom Build-Ids: 02b90e3b89221ed81dfeb34f2c7d81c967acecec 688caa8bc508355c0db049c947f98bd09736b532 c625a7d07c995a967fb3bb2b4d2865ab342930a6 c65092eac9d1e146a3045bb9e9112c8fd901280b d00ab13ec97f6436d4aedfc1adf2227974d849b3 Package: ros-kilted-rtabmap-python Version: 0.23.7-1noble.20260622.082621 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 36 Depends: ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rtabmap_python/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-python/ros-kilted-rtabmap-python_0.23.7-1noble.20260622.082621_amd64.deb Size: 5078 SHA256: 2497a1a8fab489367476e93ca13acc981f82b0c30591817c3320161943b1aca5 SHA1: 452ef07dbe6e57c3b13e937786d123f754959d9a MD5sum: 6f13ab43ca44fb74e7a9358886104838 Description: RTAB-Map's python package. Package: ros-kilted-rtabmap-rviz-plugins Version: 0.23.7-1noble.20260806.091936 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 1487 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.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-kilted-rtabmap, ros-kilted-rviz-ogre-vendor, ros-kilted-pcl-conversions, ros-kilted-pluginlib, ros-kilted-rclcpp, ros-kilted-rtabmap-conversions, ros-kilted-rtabmap-msgs, ros-kilted-rviz-common, ros-kilted-rviz-default-plugins, ros-kilted-rviz-rendering, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-tf2, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rtabmap_rviz_plugins/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-rviz-plugins/ros-kilted-rtabmap-rviz-plugins_0.23.7-1noble.20260806.091936_amd64.deb Size: 294616 SHA256: 30ca0ca8d0d92b5894fe7a04c28e9cc5fbaac267e61bed05ed65ead425412f6a SHA1: 523b6f5302b7bf27a1af6035eb8b17ba04060c82 MD5sum: f8d89280fce5cb8a234330d752253379 Description: RTAB-Map's rviz plugins. Package: ros-kilted-rtabmap-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-kilted-rtabmap-rviz-plugins Version: 0.23.7-1noble.20260806.091936 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 10422 Depends: ros-kilted-rtabmap-rviz-plugins (= 0.23.7-1noble.20260806.091936) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-rviz-plugins/ros-kilted-rtabmap-rviz-plugins-dbgsym_0.23.7-1noble.20260806.091936_amd64.deb Size: 9421980 SHA256: e7f5f13276f20e92f0617092b9a8f2ccb299f2de2ee07461128b27748a70b685 SHA1: 4af52415afec33d1ada598e622a4cdc2b9cdfb78 MD5sum: 83635e108fbad80bb53b2aee66abb282 Description: debug symbols for ros-kilted-rtabmap-rviz-plugins Build-Ids: 1c71da0e7649cc13622078878e9ab25f585c4a08 Package: ros-kilted-rtabmap-slam Version: 0.23.7-1noble.20260806.103904 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 5949 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-kilted-rtabmap, ros-kilted-apriltag-msgs, ros-kilted-aruco-msgs, ros-kilted-aruco-opencv-msgs, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-nav2-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rtabmap-msgs, ros-kilted-rtabmap-sync, ros-kilted-rtabmap-util, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-tf2-ros, ros-kilted-visualization-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rtabmap_slam/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-slam/ros-kilted-rtabmap-slam_0.23.7-1noble.20260806.103904_amd64.deb Size: 857404 SHA256: 331a35e83cef9def86a9b21e0371e3466eba92e3948538a8da084941cfc62567 SHA1: e08a619b68a11596524270f2653a3e63ce75991f MD5sum: 640859b3021f4e534c4c1e930c5a4f91 Description: RTAB-Map's SLAM package. Package: ros-kilted-rtabmap-slam-dbgsym Package-Type: ddeb Source: ros-kilted-rtabmap-slam Version: 0.23.7-1noble.20260806.103904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 27162 Depends: ros-kilted-rtabmap-slam (= 0.23.7-1noble.20260806.103904) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-slam/ros-kilted-rtabmap-slam-dbgsym_0.23.7-1noble.20260806.103904_amd64.deb Size: 22287878 SHA256: 2bdf6e366d6026d690fcde4c0a7a4b87a88ecdf0844e75f164c8a2230545574a SHA1: 0f89fac32913fe98148320932136099126babc64 MD5sum: cd921dffc880cbbcb8c9d587dad36f01 Description: debug symbols for ros-kilted-rtabmap-slam Build-Ids: 19e39d09602ab1f166329f20616670be8fcff4ce 67e0b11ed17f2c0de61cb9b6b343532a18c09a49 Package: ros-kilted-rtabmap-sync Version: 0.23.7-1noble.20260806.091930 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 11313 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-kilted-rtabmap, ros-kilted-cv-bridge, ros-kilted-diagnostic-updater, ros-kilted-image-transport, ros-kilted-message-filters, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rtabmap-conversions, ros-kilted-rtabmap-msgs, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rtabmap_sync/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-sync/ros-kilted-rtabmap-sync_0.23.7-1noble.20260806.091930_amd64.deb Size: 1431886 SHA256: 5bf03125cd17f2a055db7dbbbd9352a4f3d4660020eaf6fef070567c533ea074 SHA1: 428d51e7cf9eb809dbae8b56c3dc4c3310450b04 MD5sum: 1dd9ba016c57c97ad8f39ae2dbbac6c0 Description: RTAB-Map's synchronization package. Package: ros-kilted-rtabmap-sync-dbgsym Package-Type: ddeb Source: ros-kilted-rtabmap-sync Version: 0.23.7-1noble.20260806.091930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 58779 Depends: ros-kilted-rtabmap-sync (= 0.23.7-1noble.20260806.091930) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-sync/ros-kilted-rtabmap-sync-dbgsym_0.23.7-1noble.20260806.091930_amd64.deb Size: 51233154 SHA256: 2d1f49b304d52a1dc97b3d6eadc4b9393b29d1b5f84b1ee263588a23ec937bc7 SHA1: 398c397f12bab8a6071f8c862107f2391f14ba43 MD5sum: 0bbf23df8737986333cf4e00097f92b4 Description: debug symbols for ros-kilted-rtabmap-sync Build-Ids: 19ebfe53a31d82ef56f774c259d40f716b7ed223 19f5505b921b03291815ff75df71655db4ff64c8 9deb5d781bc916a6abf3ffff21ec48d266fe5ba1 a187caf27ab78591aed77f64ff826dbe17dbe808 af924f14cd685641aded97eada1dd0c700f54838 ca9d3da4bf159d10e8de054da7c6b930d6cc328d Package: ros-kilted-rtabmap-util Version: 0.23.7-1noble.20260806.100355 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 5446 Depends: libc6 (>= 2.35), 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-kilted-rtabmap, ros-kilted-cv-bridge, ros-kilted-grid-map-ros, ros-kilted-image-geometry, ros-kilted-image-transport, ros-kilted-laser-geometry, ros-kilted-message-filters, ros-kilted-nav-msgs, ros-kilted-octomap-msgs, ros-kilted-pcl-conversions, ros-kilted-pcl-ros, ros-kilted-rclcpp, ros-kilted-rclcpp-components, ros-kilted-rtabmap-conversions, ros-kilted-rtabmap-msgs, ros-kilted-rtabmap-sync, 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-ros-workspace Homepage: https://index.ros.org/p/rtabmap_util/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-util/ros-kilted-rtabmap-util_0.23.7-1noble.20260806.100355_amd64.deb Size: 942124 SHA256: 9a6aebce2c7efbaff7034b10b0a8cf95dc638892181ae4a2d7b27dc3da9307ba SHA1: 2a17d88628040f794ae27fe495d71da61b0aecb1 MD5sum: 580b6c544a37dc7ec041466f0782f448 Description: RTAB-Map's various useful nodes and nodelets. Package: ros-kilted-rtabmap-util-dbgsym Package-Type: ddeb Source: ros-kilted-rtabmap-util Version: 0.23.7-1noble.20260806.100355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 39051 Depends: ros-kilted-rtabmap-util (= 0.23.7-1noble.20260806.100355) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-util/ros-kilted-rtabmap-util-dbgsym_0.23.7-1noble.20260806.100355_amd64.deb Size: 35522082 SHA256: 21450aaea956b80d8808683d26c9c1bc08accfdc395dadc1fe716f6080fa1599 SHA1: eae210286d6f68b7f48f2ad7d892b77eb99b6460 MD5sum: 906aa85062715c9f97c9f142e6971366 Description: debug symbols for ros-kilted-rtabmap-util Build-Ids: 01fb6f6ef896c03d70dfedd1d90881beea5fd6cb 19c114cdc123a1d0104883c9b483b2e3e0a490dd 212c9e0265272574f864e4a2c7a7334c8ebc006d 340ff177d8d36a70faa25f76a4b8781a2483e08c 3b725638535c3370d5f6ab09aed4e7042523e7be 3c2f7caead8387fa18ce92f39c7e70c8c409d5e3 4a5bd67818b23b170686b8acf50ee00a821de111 4e94a5015268c9df8498ae61fc2dd7643857e830 58b012d45660f86ce55cd9e6063929d5e6d81b1b 99d938952524b8ea3d9736b2acdd9686853bce2d c1d6607b643ad0c5dd306f3294a92a650436f309 cc5cbd5ee7b9ab8fce6d1fe3bc2de09563781364 cef0724a5de5e9552ffda68f72d2ec0285fcf22b d1cf573b3f7bd81fb3a2627584c523afa4e78f92 d80df09d2d8212946d7d451b4932d3b4aa40d601 Package: ros-kilted-rtabmap-viz Version: 0.23.7-1noble.20260806.100432 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 2569 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), ros-kilted-rtabmap, ros-kilted-cv-bridge, ros-kilted-geometry-msgs, ros-kilted-nav-msgs, ros-kilted-rclcpp, ros-kilted-rtabmap-msgs, ros-kilted-rtabmap-sync, ros-kilted-std-msgs, ros-kilted-std-srvs, ros-kilted-tf2, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rtabmap_viz/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-viz/ros-kilted-rtabmap-viz_0.23.7-1noble.20260806.100432_amd64.deb Size: 460862 SHA256: 81e00c2722198919c3ae7b9d59cf5c173184c0081654972e29a8ce3938ad5657 SHA1: 339c342a63a8bd4e2ff9780377b795233bcbf0a7 MD5sum: b5e8f0cb25740e8946f695608c3445b9 Description: RTAB-Map's visualization package. Package: ros-kilted-rtabmap-viz-dbgsym Package-Type: ddeb Source: ros-kilted-rtabmap-viz Version: 0.23.7-1noble.20260806.100432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 14680 Depends: ros-kilted-rtabmap-viz (= 0.23.7-1noble.20260806.100432) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtabmap-viz/ros-kilted-rtabmap-viz-dbgsym_0.23.7-1noble.20260806.100432_amd64.deb Size: 12859328 SHA256: f61cfd470f3ebc864d63d7eba0be1160c3b9f9e0b6b6611409dafefe865e3917 SHA1: 8a5c5718928a895af2f26f54dc8ffc41f9397048 MD5sum: 2a3ea8229b4ce6d99106a940ab057643 Description: debug symbols for ros-kilted-rtabmap-viz Build-Ids: a037f58a99a1f231e9d7d5ee47afb55d96f36cc6 dbd4627c7ea46e3e8ea9142f64d6e7604cd9910c Package: ros-kilted-rtcm-msgs Version: 1.1.6-4noble.20260716.020317 Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 449 Depends: libc6 (>= 2.4), 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.20260716.020317_amd64.deb Size: 46966 SHA256: 22d085fb7f888983ffbc5159b1b95fc91bf077d196f9c789706ed1bce70d01e4 SHA1: 1f51a7d4d462a777df4a1a3e465c296b27fc6d7c MD5sum: 2290ac9f9b1ae6b1a32660317cf22749 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.20260716.020317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 297 Depends: ros-kilted-rtcm-msgs (= 1.1.6-4noble.20260716.020317) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtcm-msgs/ros-kilted-rtcm-msgs-dbgsym_1.1.6-4noble.20260716.020317_amd64.deb Size: 206834 SHA256: 3c1dd61764bae08d8629520825cb594bf83884b55d45f2a8bfbe75f40c3c1397 SHA1: 1b5cd977cb60fe1e1a98027368e49b6a8497d22b MD5sum: c5b754b89f18976a9fd2488aafdd6921 Description: debug symbols for ros-kilted-rtcm-msgs Build-Ids: 13f71dd7ffed93b6bdb6a8a16a76737d3fc0b86f 6156f14d1daf908ca2d17fb7faba72740e596534 6bc36cbb4bf44cf22f745c9288a1a31d083194d3 84ef9a0921ddcff83dfb0c5d00358ef09db7c651 a053c75bd7ceda5084f7c6f01efc0c7a48b87aea af9ffb93543c69cf1831ac058a075caf057f81ed c5d97cbff5ec7a8a5eb74ff582a7cdb449e09b8d ca4875d27b1876a7ce62a5b13944fd060fe8d787 d3ec01ce3346447a247785a5a7fb4de2fb33342f d6308ce415837435324ecedae0ef296bd9b259fe df8a70641b4b0d1e801bfb30c1b33de90c9a045d Package: ros-kilted-rtest Version: 0.2.2-1noble.20260805.081833 Architecture: amd64 Maintainer: Gary Cross Installed-Size: 342 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.20260805.081833_amd64.deb Size: 56578 SHA256: 50adf98cbef0acaf8084f255ca82ddd6d611e8b05b4d765f6fb6fef6d7cf6e16 SHA1: 17523d507cb76f635cc1a1317ed6dc9b1d5bb544 MD5sum: c11424762ab8e64795fbac1ec9098816 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.20260805.081833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gary Cross Installed-Size: 590 Depends: ros-kilted-rtest (= 0.2.2-1noble.20260805.081833) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rtest/ros-kilted-rtest-dbgsym_0.2.2-1noble.20260805.081833_amd64.deb Size: 561218 SHA256: 32cf7275e6aba5b8b439702584e384c59f86c674f7f40e2e41315877c13488eb SHA1: d5dceed2a058dce30be7ca9b99b74b1d58df1beb MD5sum: d22990695629f1e2439b05399a07d4f7 Description: debug symbols for ros-kilted-rtest Build-Ids: ee7582256cf04a2563390a55656fea72694cc7d7 Package: ros-kilted-rti-connext-dds-cmake-module Version: 1.1.1-1noble.20260410.112613 Architecture: amd64 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.112613_amd64.deb Size: 12476 SHA256: 6a4659a487c1b8218675738df9a0fe3133c4ea2338a58efde137a7d6c7fde49b SHA1: 79d5b25a904c80f72d74b21cc2d02a1f5c6d4e04 MD5sum: 351b14c9c7a432f85c8fe0a3970ab60f Description: Helper module to provide access to RTI products like Connext DDS Professional Package: ros-kilted-rttest Version: 0.18.4-1noble.20260715.192235 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 125 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rttest/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rttest/ros-kilted-rttest_0.18.4-1noble.20260715.192235_amd64.deb Size: 30834 SHA256: 8bc389f8c9979deee95cfa2e3b6ba97b31ff880c56487692c9d7c9c6d4b50837 SHA1: 11b6f2e279722b54b1ea49b63587c8c0abc4a767 MD5sum: 3931c59c4d77599d4c152d367e120390 Description: Instrumentation library for real-time performance testing Package: ros-kilted-rttest-dbgsym Package-Type: ddeb Source: ros-kilted-rttest Version: 0.18.4-1noble.20260715.192235 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 187 Depends: ros-kilted-rttest (= 0.18.4-1noble.20260715.192235) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rttest/ros-kilted-rttest-dbgsym_0.18.4-1noble.20260715.192235_amd64.deb Size: 166182 SHA256: b513972768af0edd25b918fd02ae19e59553366f2ddb650acccbe720c51f8e8a SHA1: 400bfafe52a776171af9ae249317f9450313404f MD5sum: ffd1a523f15e24622c972f9afbf4e0b4 Description: debug symbols for ros-kilted-rttest Build-Ids: 9318c4379bb7fc9751c59f012fad5a111a658702 Package: ros-kilted-ruckig Version: 0.9.2-5noble.20260410.105151 Architecture: amd64 Maintainer: Lars Berscheid Installed-Size: 272 Depends: libc6 (>= 2.4), 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.105151_amd64.deb Size: 75170 SHA256: 8c634d6c9766405e0b77ab6dcbdbcbc82b28d5137eabff1b941a7cad200753db SHA1: ee1ca271dd0cad746d0962839ebdaee3a5cfb763 MD5sum: 5574435c23b377103b660746d5f9f784 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.105151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lars Berscheid Installed-Size: 233 Depends: ros-kilted-ruckig (= 0.9.2-5noble.20260410.105151) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ruckig/ros-kilted-ruckig-dbgsym_0.9.2-5noble.20260410.105151_amd64.deb Size: 215206 SHA256: 8d3a046a506c19a719139565a97a4fd4c8925b8f6af1f1cce3813169fea0d62b SHA1: 7261594da1e25ef4c5d78781c2b9c9d1c1c1c185 MD5sum: f7560daab6c05632cbb51d1e504faa0c Description: debug symbols for ros-kilted-ruckig Build-Ids: 7fe3628823712cb7bbab0dc219b7e3aeb6dccb66 Package: ros-kilted-rviz-2d-overlay-msgs Version: 1.4.2-1noble.20260731.141106 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 524 Depends: libc6 (>= 2.4), 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/rviz_2d_overlay_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-2d-overlay-msgs/ros-kilted-rviz-2d-overlay-msgs_1.4.2-1noble.20260731.141106_amd64.deb Size: 51654 SHA256: 2127d87e722a2d8822a2047bc612fbeeceda3c7430c5f229669fce8b392dad49 SHA1: f375c48d6939b87559b7733a6d5bec463dcae6a5 MD5sum: 6ea9ac41684ac1f5820c4fe3f2c592cc 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.2-1noble.20260731.141106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 306 Depends: ros-kilted-rviz-2d-overlay-msgs (= 1.4.2-1noble.20260731.141106) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-2d-overlay-msgs/ros-kilted-rviz-2d-overlay-msgs-dbgsym_1.4.2-1noble.20260731.141106_amd64.deb Size: 211268 SHA256: bf705ed06c45e63c7b6d95789d447b9e9515447e2769dafa0521107ffc9c16a1 SHA1: d91814129f953ba3447db479d1a5abf4ac78239a MD5sum: 31160b03932fca7163701d6f94136478 Description: debug symbols for ros-kilted-rviz-2d-overlay-msgs Build-Ids: 35f05eb4f5acf65813def73b1d8b709a647bd906 369cdae9118384677c8848ad1226e28d9909e7e2 37f046408bcba08a728b4b30f906a91e8105620d 81f19f6731acce170429f49ee8e1b178eb616f7e 9d5f408822f59e485650bca6b283c4e20e145ae3 9ec6b70e1fd5650f8b033a75cea31ad25c614cb3 a0810ffc55740df7f3e4eaf58b3224826c134108 dc0fd981d97ce1a1aba3663146c502adad8cd477 e3b82d5ff5e2c08e7955eed43f35bf7f31ff5b51 f5918e77041cf84760371389e9d7d248328cce49 fd099392b74178337f08c05209b73d9202e6d5ca Package: ros-kilted-rviz-2d-overlay-plugins Version: 1.4.2-1noble.20260805.153103 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 1466 Depends: libc6 (>= 2.34), 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), 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 Homepage: https://index.ros.org/p/rviz_2d_overlay_plugins/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-2d-overlay-plugins/ros-kilted-rviz-2d-overlay-plugins_1.4.2-1noble.20260805.153103_amd64.deb Size: 292736 SHA256: 6a465740f6c8796a8f806b4d5da8db3489969da79b44525d0182b75a53730176 SHA1: 8496f8523045b690f58b765e0b666bd47406ba4b MD5sum: aecb653690626fbc18d8b1896ee35dd3 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.2-1noble.20260805.153103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 8365 Depends: ros-kilted-rviz-2d-overlay-plugins (= 1.4.2-1noble.20260805.153103) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-2d-overlay-plugins/ros-kilted-rviz-2d-overlay-plugins-dbgsym_1.4.2-1noble.20260805.153103_amd64.deb Size: 7418874 SHA256: 5926f8801e66dd10958144334b60f5e616216ecbf1648bbeeb11ae372340d0fc SHA1: a6d103a8a12e9712c6b03910fb70f9ea5e373e6f MD5sum: 807bfbf7a5196185810617aebcbad6e6 Description: debug symbols for ros-kilted-rviz-2d-overlay-plugins Build-Ids: aec31f1ab5d4858247d9985dc0da54e1071068c8 e678f284842784d092d2d75c5c26bda2b14e3f46 Package: ros-kilted-rviz-assimp-vendor Version: 15.0.14-1noble.20260716.080516 Architecture: amd64 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.14-1noble.20260716.080516_amd64.deb Size: 8424 SHA256: 1966458b41284a7e4275925fca6176d6df1b97e8fb1eb2fe1aaec95e6877b9ae SHA1: e794e6b809f294a36299c27ca6d117e8c96d5833 MD5sum: 4bfb9f154d27cdaf415056e12dd02da8 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.14-1noble.20260805.143005 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2554 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.14-1noble.20260805.143005_amd64.deb Size: 633472 SHA256: 907b945665b52c0aab04c11e6a668ebc49d4a0ea0d17c104f7e9e0c978aeb07b SHA1: 8d23bdb6af5a1eeb1dfa500a4e7002ee779e7f51 MD5sum: 387e576c0b329b1dc4a93c898a62ec27 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.14-1noble.20260805.143005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 27505 Depends: ros-kilted-rviz-common (= 15.0.14-1noble.20260805.143005) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-common/ros-kilted-rviz-common-dbgsym_15.0.14-1noble.20260805.143005_amd64.deb Size: 27239844 SHA256: 282a26b4b2f7ec8b0f6015d3125f975313dfa9c65ed7cc976486afb12b9c3c15 SHA1: 1381b3d7eea4a9ebed03fd43e48e107d746606e5 MD5sum: e71afa24cab7f681471f206699398bfe Description: debug symbols for ros-kilted-rviz-common Build-Ids: 54fac8be5e46f291685452da169e9232ed4ada1e Package: ros-kilted-rviz-default-plugins Version: 15.0.14-1noble.20260805.145517 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 10546 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.15.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.14-1noble.20260805.145517_amd64.deb Size: 1563516 SHA256: eafcdcbea9afbc2712ccaec43180059644a3cee0c8ec2f5d467aa2938d8b6617 SHA1: 3dc92a9f835a850acf82069ff79b8dc3987248b0 MD5sum: a6f28d028b5e0b9723033660bf79e50b 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.14-1noble.20260805.145517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 88009 Depends: ros-kilted-rviz-default-plugins (= 15.0.14-1noble.20260805.145517) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-default-plugins/ros-kilted-rviz-default-plugins-dbgsym_15.0.14-1noble.20260805.145517_amd64.deb Size: 80285308 SHA256: 266c738d14617c8eab44f3e9b94b90a100876c0dfe5e0ee6af62001462dd3be2 SHA1: f90c483410a327166c2e71cbfec755ddac65bddf MD5sum: 8950a110fdf7e4c0db9ddd09dacb8d72 Description: debug symbols for ros-kilted-rviz-default-plugins Build-Ids: 3062bed743a245fcb8e523c1bfaf9cc0bc413a3b Package: ros-kilted-rviz-imu-plugin Version: 2.2.1-1noble.20260805.145015 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 916 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260805.145015_amd64.deb Size: 172736 SHA256: 6c13e74b22962856b649b886b58cf3d5a2cb50ad61e084576a876ae62b2d78a9 SHA1: 92e79cff6f34a93cb913c791f1546464c274f8f0 MD5sum: 9ad6027b24ffecc1063922a22a725bef 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.20260805.145015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5908 Depends: ros-kilted-rviz-imu-plugin (= 2.2.1-1noble.20260805.145015) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-imu-plugin/ros-kilted-rviz-imu-plugin-dbgsym_2.2.1-1noble.20260805.145015_amd64.deb Size: 5263056 SHA256: f140f55ac8d985af29be6845c2f38c4b3f79a9758a63e467ec7352893ab10f5d SHA1: 7ff19bbfddf2ed57ae17aeea29275f279a6bf454 MD5sum: ce6830db8bcda09c88fc0898f72ce4fb Description: debug symbols for ros-kilted-rviz-imu-plugin Build-Ids: 990d6e5126df7c6fff25f05ac7e21da8b7ea98e1 Package: ros-kilted-rviz-marker-tools Version: 0.1.5-1noble.20260805.154115 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 94 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.20260805.154115_amd64.deb Size: 19820 SHA256: cf3442594d9e495a45552658112bba31000d4b478a64c355400a5dcb5d4c2b0c SHA1: 807fbdedecf3d1199fdfa7eb7c39a3e74d424b13 MD5sum: 75bae1029daceea850c89eb255d555dd 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.20260805.154115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 878 Depends: ros-kilted-rviz-marker-tools (= 0.1.5-1noble.20260805.154115) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-marker-tools/ros-kilted-rviz-marker-tools-dbgsym_0.1.5-1noble.20260805.154115_amd64.deb Size: 874430 SHA256: ddb537129d78151aa39dd2a3205fd9eea64a98e39a39978e26b5cbf037b39248 SHA1: d8f492369c565aa2621f324f71811fd07179856b MD5sum: b4ff06bea2be731063232267caf08dce Description: debug symbols for ros-kilted-rviz-marker-tools Build-Ids: d4b910f83dbb22ef9435c6ae28f00662e9c481a9 Package: ros-kilted-rviz-ogre-vendor Version: 15.0.14-1noble.20260715.010345 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 17664 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.14-1noble.20260715.010345_amd64.deb Size: 3837084 SHA256: 11d63a272f8f0939918acaab75d096af39c0cc9fe4c2178bc8a2d5fe19b2deae SHA1: cb6fccee419efef1d35b619f67f85ce26a3e1cba MD5sum: 6802d558fe8f56d9121965060f76f512 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.14-1noble.20260715.010345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 78660 Depends: ros-kilted-rviz-ogre-vendor (= 15.0.14-1noble.20260715.010345) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-ogre-vendor/ros-kilted-rviz-ogre-vendor-dbgsym_15.0.14-1noble.20260715.010345_amd64.deb Size: 76439822 SHA256: a42b55469a6c7c14622ac011403b013a905ba468323b723a42414113ba11f60f SHA1: 6339e9e2a245c6f61618aa94029b21afc6110540 MD5sum: f118dd9b7766cf95d9c65870e2f02959 Description: debug symbols for ros-kilted-rviz-ogre-vendor Build-Ids: 06c4494dc8894e68901f44f7eee5127352772e85 293f4aa6e75fa997527fe04c7c1bbe67c5e4d9a0 2ff5f9b5fb696b26c28bd1d445d64aa908ad76a9 4d8103710bd52f8ca4f8596b102b6cd4bcf8c8b4 4f27599dc70894cd0b2fbaa4ce1fea8c0786efdd 93293ff49821b528626d3f293b266d3a2c1d63f9 9b3fbc71fe89e909c1bffbe3160502e202813029 aa1eb9c1e4f4c188f9dc746b1cee0938a7410f33 b30656c3e09fdf24c7afcde41567bbf4c9b87d9a bbd5242f11db88b5db0ebdb6db1b351a4f8dea72 c163a20d020c10dc5ec639377f16734ce682a2f4 cbd8c0476a2a0c3a1d0ec6f3018962f1612848c7 e86279a2186fc0bd931a23ea00bbccc7a8b68a18 eac1e0064346b00681066790b654bb4423d994d9 ec029c885c920c14c390029f4570f68c9bd27978 ff45eaa6e63ee40470dfe0611923b32d92fd2662 Package: ros-kilted-rviz-rendering Version: 15.0.14-1noble.20260730.180636 Architecture: amd64 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.15.1), 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.14-1noble.20260730.180636_amd64.deb Size: 790278 SHA256: 2fe74efd83344074114d4365c2213a5452937f8434f9f9eff9ae8cded933e675 SHA1: b0696bd34e61880f1d25e98ae15124c9ff282289 MD5sum: 0d899433c59481feb29bd2f65d9868e1 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.14-1noble.20260730.180636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 6011 Depends: ros-kilted-rviz-rendering (= 15.0.14-1noble.20260730.180636) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-rendering/ros-kilted-rviz-rendering-dbgsym_15.0.14-1noble.20260730.180636_amd64.deb Size: 5954080 SHA256: b55d9c8e5a44098f9eada1ca4af807937f1e8b53e14a1aefbb7cd5e033c6e6ff SHA1: 0cdbffba1ece95057b399b09bda380bc44562189 MD5sum: 7964ba1a17b3869826dab866f0fe9b6f Description: debug symbols for ros-kilted-rviz-rendering Build-Ids: 77b1b9aed7d4f62f162a8e2b84b48d5290aab12a Package: ros-kilted-rviz-rendering-tests Version: 15.0.14-1noble.20260805.075726 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 44 Depends: ros-kilted-resource-retriever, ros-kilted-rviz-rendering, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/rviz_rendering_tests/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-rendering-tests/ros-kilted-rviz-rendering-tests_15.0.14-1noble.20260805.075726_amd64.deb Size: 7384 SHA256: 1fd58ebb0fbcb4c125eaf84ffafb2dda06d6a4d3c963ac65c6ab3536fa5b54ec SHA1: 88f45876899f83c36d6d68d0644d4cf1690a7aef MD5sum: 68a5e58a9efcc553881fed0055a34564 Description: Example plugin for RViz - documents and tests RViz plugin development Package: ros-kilted-rviz-resource-interfaces Version: 15.0.14-1noble.20260716.013555 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 823 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/rviz_resource_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-resource-interfaces/ros-kilted-rviz-resource-interfaces_15.0.14-1noble.20260716.013555_amd64.deb Size: 83770 SHA256: ccddcc76bd17a29f4518bb678a62a5f4c26427f1ec38c915ec3a728a8889166b SHA1: 75f78829f809c0deac3615a17ffc1010b3e46a58 MD5sum: 5ed3da91cb7c5d06d02d1743a910278c 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.14-1noble.20260716.013555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 607 Depends: ros-kilted-rviz-resource-interfaces (= 15.0.14-1noble.20260716.013555) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-resource-interfaces/ros-kilted-rviz-resource-interfaces-dbgsym_15.0.14-1noble.20260716.013555_amd64.deb Size: 464512 SHA256: 13ebaf802d4c5386b09f96dfef2c80b40dce834cd02261c8ad06cfb6c560d844 SHA1: 5cd3ebe799d6ca547f722e19327f4f9e21f0b068 MD5sum: 4221f6655b24bb3e9421db3dfbadb0b7 Description: debug symbols for ros-kilted-rviz-resource-interfaces Build-Ids: 11d4c3d844c17dd1dfc7c8bc4492a5035a23fd4f 1b868a2344edf4db384ea1b2a40b942ca05f8947 1f98c5514f361b316d583c1e6edf508884fb85aa 2ded8f50a0f0afe841ef9ae45d7b23a711b36caa 50ad51ef4e7747f4de2ad5692c39ecaf68ef891c 6ab54f031bc6b873cb092368ed4dae4664ab9200 70a406e39a1f6ac191c5cb1b8efb5f1b79c0d9f8 914eee0550f037b2c20b2f2b3767dd00d0eaf7b3 96ee495958fc84de1617ff3de6db6f3b069aa427 a7ae918e026d5dfad73fd127bd7862269270183e fa0dedcc438163a732e9c518be39d58864bc45fe Package: ros-kilted-rviz-satellite Version: 4.3.1-1noble.20260805.153821 Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 746 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libproj25 (>= 5.0.0), libqt5core5t64 (>= 5.15.1), 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 Homepage: https://index.ros.org/p/rviz_satellite/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-satellite/ros-kilted-rviz-satellite_4.3.1-1noble.20260805.153821_amd64.deb Size: 190678 SHA256: 110a62a27ea80a07bfb4d94894f697a08e64a375bce30f81f71ee558e650f260 SHA1: c5b51eaec43060a37de1bfc99e0fbcea588ceec8 MD5sum: f087bd0806a51db88d8ce786195dc6a8 Description: Display satellite map tiles in RViz Package: ros-kilted-rviz-satellite-dbgsym Package-Type: ddeb Source: ros-kilted-rviz-satellite Version: 4.3.1-1noble.20260805.153821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 4853 Depends: ros-kilted-rviz-satellite (= 4.3.1-1noble.20260805.153821) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-satellite/ros-kilted-rviz-satellite-dbgsym_4.3.1-1noble.20260805.153821_amd64.deb Size: 4488560 SHA256: 4b591ed21a8cf213deec21fb0ee00772c43d35c56770bf18ba253554aa2a1660 SHA1: 3760dde5f02d5c6762ae1759c0bd14abdcdf8c79 MD5sum: dbb8ef3ddd2c36bf2f7a87f24078ec8d Description: debug symbols for ros-kilted-rviz-satellite Build-Ids: 0130b8118c270b8abe9fec2b93f6587b6dd41426 Package: ros-kilted-rviz-visual-testing-framework Version: 15.0.14-1noble.20260805.145933 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 413 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.14-1noble.20260805.145933_amd64.deb Size: 75476 SHA256: 4b2bd1fe0b101c9f4c121e25662a7cf5ee1fee33fba4cd2fcfe4fc848e66c978 SHA1: 77ffcb719b35ded8db61643207c4406d00dd5595 MD5sum: 073d25a182ab06c0b6a786f76433debb Description: 3D testing framework for RViz. Package: ros-kilted-rviz-visual-tools Version: 4.2.0-1noble.20260805.154402 Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 1517 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libeigen3-dev, 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.2.0-1noble.20260805.154402_amd64.deb Size: 302460 SHA256: b3839dde45a939a8413207196929198d0e2cd3af1463d00f47987348dd991378 SHA1: 87a253f8286df72788dd40b9597084ac21e6fa87 MD5sum: 0e078bcbf4652898bc9f10c13af9b847 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.2.0-1noble.20260805.154402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 12143 Depends: ros-kilted-rviz-visual-tools (= 4.2.0-1noble.20260805.154402) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz-visual-tools/ros-kilted-rviz-visual-tools-dbgsym_4.2.0-1noble.20260805.154402_amd64.deb Size: 11437130 SHA256: f3b51234cd2d78c07df89bf6036886b1f0bfecd66bf0467804e9cca20fdc2416 SHA1: e9762cce5a8c18d9279d072f47f7b5b2e66d0063 MD5sum: a5f3e6c37f8e09529e34d4a661d68ff8 Description: debug symbols for ros-kilted-rviz-visual-tools Build-Ids: 13cf92313a0fbcad4da96b439c0b455ae0f50ef2 1920f7172812062302a2caa22c5b237c6783265b 2f0cc0b7fe6cbdb01605d1b5bdf56758ef7bdb94 7cfe0d34d8f92fd62e02de69ae1e010582aa8291 93c5ea7b197c046885a1a3f5fcc46c595d9714ee c3b34751bff82265fc10481f95b822110c39918b Package: ros-kilted-rviz2 Version: 15.0.14-1noble.20260805.153734 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 120 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.14-1noble.20260805.153734_amd64.deb Size: 19960 SHA256: a1842c20570fb35ae03aaca156cf50bf1e90cda98a6082b6015cc248b400bd5a SHA1: d47c23e17efade73550e0881babfbef5428332da MD5sum: 23c0de507e3e40609746bc7587bb0d87 Description: 3D visualization tool for ROS. Package: ros-kilted-rviz2-dbgsym Package-Type: ddeb Source: ros-kilted-rviz2 Version: 15.0.14-1noble.20260805.153734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 430 Depends: ros-kilted-rviz2 (= 15.0.14-1noble.20260805.153734) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-rviz2/ros-kilted-rviz2-dbgsym_15.0.14-1noble.20260805.153734_amd64.deb Size: 415590 SHA256: 3b04f7b35e6fc47a92c3a66f7db64ea92a47549412d8056a31163e6d5fdbcdf1 SHA1: 5d141a621a8078856721211b7fc7169795d3f10e MD5sum: ddaeaf910bbcb76ce3f05f7306c7e413 Description: debug symbols for ros-kilted-rviz2 Build-Ids: 674e2bd38e6b9fce5e823bc5043f334a098dadd8 Package: ros-kilted-sbg-driver Version: 3.4.0-1noble.20260805.150102 Architecture: amd64 Maintainer: "SBG Systems" Installed-Size: 44578 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.4.0-1noble.20260805.150102_amd64.deb Size: 10714198 SHA256: 27acf705a818630510bb85871bc63d2388179b12c387a7e2b618747c2c129d2a SHA1: 6b33c18ba12acc29454d2f48c3f74b0f63531dd3 MD5sum: ba1fe0161f7403a9a79c0783d88fad5f 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.4.0-1noble.20260805.150102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "SBG Systems" Installed-Size: 24990 Depends: ros-kilted-sbg-driver (= 3.4.0-1noble.20260805.150102) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sbg-driver/ros-kilted-sbg-driver-dbgsym_3.4.0-1noble.20260805.150102_amd64.deb Size: 21433210 SHA256: 462cd59ccdfad478e76710958c5b581b6faa9beaa196a7f0d00069db2e16f0e8 SHA1: 0d3772e573ad27d20b2aa189bb371af22c7361b5 MD5sum: e545c616011ead652bc345f8c25d2f0c Description: debug symbols for ros-kilted-sbg-driver Build-Ids: 234257ecb56536ceee2ec0d1a0f53085a91739d9 3457f0c789ab816a687c8e458c692ae82cf7a1ab 35387e7e932b98ec826ec6b72b2534246b02b1ab 43196f45751ae72ddd001c7ca65fd9e15caf1940 52b5dbb50f5216f8440491450b48e0f8fbe92e40 5d4f90c5256e0b2e9d9b18dc457400b11d87ce1f 69c91c5bbd0db74db18423786e83d825f3e8d270 8069fbe70d2a8111b1393b65972cdb606a6378b9 96562817df18eecb4aa8fe75e81a74f1d9139193 96adcec35d7a96c71ffa1b9cee6e42807318b9b8 99b52df42eec7e7c391cb1bafe9e927093dc6cbc e307efac0c233129d0261f8378bae4ebbf1a13f8 e6851c22ff67773fe5543445f83e4987b069bdc1 Package: ros-kilted-sdformat-test-files Version: 2.0.1-2noble.20260410.103307 Architecture: amd64 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.103307_amd64.deb Size: 75378 SHA256: f3fa501c4e5b934402e4267724525ccc7b3e7e6330e53259a444416d207d0f35 SHA1: f12ce78600db177607fa3addeca8676461989e18 MD5sum: d033f78fc623d029f948dc2aea74369f Description: Example SDFormat XML files for testing tools using hthis format. Package: ros-kilted-sdformat-urdf Version: 2.0.1-2noble.20260805.080618 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 196 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.20260805.080618_amd64.deb Size: 49024 SHA256: 3dbfc19ae765de112467b6ee00f4cfb1c13a27e87d760ba75812d9480fd9be0e SHA1: 5ddee9c6ea98d31f0998982556b6d77cd91b2763 MD5sum: 98520e5c0b88a09f59de1960bf4f317a 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.20260805.080618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 740 Depends: ros-kilted-sdformat-urdf (= 2.0.1-2noble.20260805.080618) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sdformat-urdf/ros-kilted-sdformat-urdf-dbgsym_2.0.1-2noble.20260805.080618_amd64.deb Size: 692590 SHA256: 3e28aa6d9347da0c59096eb09f8ac2542f926ed620f0913e4978a5e307bd321d SHA1: 168d3ee41ace718a245e0bd7e9c8904ca72d6eea MD5sum: cbca971c09f48a14bd1673693bcd8403 Description: debug symbols for ros-kilted-sdformat-urdf Build-Ids: a13c164b23eb1e8f457cc997bc2beb17f8b29ff6 e932c78342cccad084170608cec2785c626f3128 Package: ros-kilted-sdformat-vendor Version: 0.2.7-1noble.20260618.082204 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 8502 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.20260618.082204_amd64.deb Size: 922692 SHA256: 42ffe86a6e9eebf06f02df4038519844e230fcb9c182c459e53a8a5e98c99c2b SHA1: 66a2822f629516b583a391ed64e58f38f14a928b MD5sum: edba11cb985087311c99ee06368c4b4a 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.20260618.082204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 16066 Depends: ros-kilted-sdformat-vendor (= 0.2.7-1noble.20260618.082204) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sdformat-vendor/ros-kilted-sdformat-vendor-dbgsym_0.2.7-1noble.20260618.082204_amd64.deb Size: 15483774 SHA256: 88bde2332c3cde476b1f01694ff8ae26ad27e634241572e7b4a4e5bf2cf3cd42 SHA1: fb5cc754de4bf8761722b66bb5aea581cfd7b050 MD5sum: e11e542536c6e6c2c9f3c0173b3ff1b1 Description: debug symbols for ros-kilted-sdformat-vendor Build-Ids: 4466c8cc6a9ddce04d825878b22be516070d4e7f 988b3c3e8dd5d64a5a27cc2501a42de4e967d302 Package: ros-kilted-sdl2-vendor Version: 3.3.0-3noble.20260410.112651 Architecture: amd64 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.112651_amd64.deb Size: 6012 SHA256: 61fd76bb86604cf4cfad8ba0f351fd4527e57fe9e7c4510dbb925b888b9569b5 SHA1: cfdba27e168976fd67204e96c5126863fe710cc2 MD5sum: 8a7b8af0ef98fb1e4275143d176a03e8 Description: Vendor library for SDL2. Package: ros-kilted-self-test Version: 4.3.7-1noble.20260805.141417 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 233 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: https://index.ros.org/p/self_test/ Priority: optional Section: misc Filename: pool/main/r/ros-kilted-self-test/ros-kilted-self-test_4.3.7-1noble.20260805.141417_amd64.deb Size: 59692 SHA256: 8f0cbcd1f78d7df90deec3bc36521df2da0c8fb2290f8fe5e6171f556efa65c6 SHA1: da573eaa36b8bb2f2a3ce0ab8e3eff19e5f84cb7 MD5sum: eeb46b20bfcf8823a281df9279c3b39d Description: Self-test tools for diagnostics. Package: ros-kilted-self-test-dbgsym Package-Type: ddeb Source: ros-kilted-self-test Version: 4.3.7-1noble.20260805.141417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1143 Depends: ros-kilted-self-test (= 4.3.7-1noble.20260805.141417) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-self-test/ros-kilted-self-test-dbgsym_4.3.7-1noble.20260805.141417_amd64.deb Size: 1077872 SHA256: 99adfc2789bb50f7f023d5513e519a7853a7ad66d48821b385a0013758999456 SHA1: 95b15e8901c40a4622888d7fbef12c0f796ffd19 MD5sum: 80a5dfb041b1389e3c6859d75fb15458 Description: debug symbols for ros-kilted-self-test Build-Ids: 79fd03307c22541f443c188125d554a43177a026 9ae5cd852a9d06aa4b896c55efecc5ff6aed2cbb Package: ros-kilted-sensor-msgs Version: 5.5.3-1noble.20260716.015718 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 5216 Depends: libc6 (>= 2.14), 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://index.ros.org/p/sensor_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sensor-msgs/ros-kilted-sensor-msgs_5.5.3-1noble.20260716.015718_amd64.deb Size: 389628 SHA256: a9c6fc1dd19956d5a8c55cf9d5e0715eaa98e0ddf01edd32b777f7abdcab1662 SHA1: 461f3a257ca693436249a5fca77b0b092ca4b799 MD5sum: 7591f55a2c1cf7215fbd8c3debaf971f 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.3-1noble.20260716.015718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3986 Depends: ros-kilted-sensor-msgs (= 5.5.3-1noble.20260716.015718) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sensor-msgs/ros-kilted-sensor-msgs-dbgsym_5.5.3-1noble.20260716.015718_amd64.deb Size: 3335436 SHA256: e1ec31cca5c083913b2c101741ed89e853fd6726f0ae6e2c643a017cc4422c6c SHA1: 1d1f8ccc5c31c664b349f6b7844e2be26c1cae29 MD5sum: 0e89f000ab1c845b747bbc0903f11c55 Description: debug symbols for ros-kilted-sensor-msgs Build-Ids: 0d3e1274ea9b5ebf4e0099c75c8e92ec52dee65e 100be3f6b0b4079f480aa6ef2ef312a2e0964794 29302ebf484eb5d8e196750b662cc7d31b63c7ab 45a3ea44de921b48766cbcec5411400778e2f52f 69c4e18213fd4b7d0029d86b601b6f5f5f6bf213 6ae8f0e1b6e01a8473501c6a266863c2c15a064e 6cfd779da91a13c804a72828cc7e3d527c295afb b3f4f7f09c230b625097a846b9ea37de8a95ceef bd8c64269cf306c7e55050387350a8fc7bced3c7 c95f80ae64f18452bc747c1d9e4041b9f6f40987 f2aed7f4e303d96ab331487a67792b5f9ffd3630 Package: ros-kilted-sensor-msgs-py Version: 5.5.3-1noble.20260716.021645 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 72 Depends: python3-numpy, ros-kilted-sensor-msgs, ros-kilted-std-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/sensor_msgs_py/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sensor-msgs-py/ros-kilted-sensor-msgs-py_5.5.3-1noble.20260716.021645_amd64.deb Size: 16724 SHA256: 501d2255bc81c6ce5137c12731c31ae1e79c631d992f3647a088ad4dba1e3dc4 SHA1: 1d1ff6f6b1bc0f51a39b94ff837c367f87a6d0a9 MD5sum: f1429abde1c1fdbcd04daa05915b5a19 Description: A package for easy creation and reading of PointCloud2 messages in Python. Package: ros-kilted-septentrio-gnss-driver Version: 1.4.8-1noble.20260805.152204 Architecture: amd64 Maintainer: Tibor Dome Installed-Size: 9405 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.8-1noble.20260805.152204_amd64.deb Size: 1045650 SHA256: ff44c9f6627d1540fe4424853718d3e2ace42331fcf016728ac75b4e7107c1e6 SHA1: 797e0911aaba3a5591112f98135863933e45a0e4 MD5sum: e8f1706d336019c537341ef37ad1d064 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.8-1noble.20260805.152204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tibor Dome Installed-Size: 29281 Depends: ros-kilted-septentrio-gnss-driver (= 1.4.8-1noble.20260805.152204) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-septentrio-gnss-driver/ros-kilted-septentrio-gnss-driver-dbgsym_1.4.8-1noble.20260805.152204_amd64.deb Size: 26621308 SHA256: 9a9f3b5ad5e056e5f353410a87814db88d0e4090458ac88a9b94bfe89b7b065d SHA1: a7017967e5f6621b8153912e93ceba629bd9f23b MD5sum: 885303470dfa94dd1df5a58dcff00b98 Description: debug symbols for ros-kilted-septentrio-gnss-driver Build-Ids: 081a39e73c79f6bb4a8fc46a6fe9327f5c339ae1 19ec28de8f0b320c7d1e7ae707979ed9f3b5d28d 472d78e397ddc3a61be1e4e6585a560bc4be40ad 5d0254085a94cf7d0938096b4584bc3303abf606 5ec747540322963830d642b764f4b290ed2b17e1 61708f6642636c3ceb204ff2507188feed6101ef 62db95f6d80e19a1e8e825198bd3e2611388c7d8 6d5f6991c845d662c2481322908e65da8621eae7 78214be4fbea9e24e77a6b1fe57c1ec3bc7db806 82550f222378fd5187217884d43f6b8f9158433d c2488665d6c49371f09b0cafb60effc2ab77188f dfe5c003451d95c9c711787b3be18d21b70c7393 f2d6ba1da57a8c98d43e6130c23105fee6b6e7b2 Package: ros-kilted-serial-driver Version: 1.2.0-4noble.20260805.080611 Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 745 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.20260805.080611_amd64.deb Size: 167366 SHA256: ce8bb5193744b645557d642b0a1d42a7a3f3dae7cdf8be1e3ee672b100afed6d SHA1: 89ee96055a77e033965b11cc1f5ce9a97350b774 MD5sum: db8c5207a1d9c566c4f5cd6f257ff35b 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.20260805.080611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 3187 Depends: ros-kilted-serial-driver (= 1.2.0-4noble.20260805.080611) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-serial-driver/ros-kilted-serial-driver-dbgsym_1.2.0-4noble.20260805.080611_amd64.deb Size: 2786106 SHA256: 0a2ee266316535f8cb9d5c6d197d59c6f397d4818d9b0d8b95a09b717e3a05f1 SHA1: 38e62f2454aace4b4978035dfc5090a797850278 MD5sum: 8302b87edd74f7ba974f9568a75e7835 Description: debug symbols for ros-kilted-serial-driver Build-Ids: 01a0a5a69a3ac9d876fcc2733c1f3af0fba78d8e 7211fb6e100ddf8199cf78c7a603d2332ee8b7be f03fbb9ad5bbc956f5d719ce39497787fad5d788 Package: ros-kilted-service-load-balancing Version: 0.1.1-3noble.20260804.170831 Architecture: amd64 Maintainer: Barry Xu Installed-Size: 293 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.20260804.170831_amd64.deb Size: 92966 SHA256: d88ea8dcdbab08c9f8bbecb7823a65b07f361e039bca8545410e6fd2d70e717d SHA1: 28d5d732f9f3fb97748d54c01f57587c4fa28b74 MD5sum: 6b56c8b1850b8557edd020465ea4edf1 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.20260804.170831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Barry Xu Installed-Size: 1974 Depends: ros-kilted-service-load-balancing (= 0.1.1-3noble.20260804.170831) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-service-load-balancing/ros-kilted-service-load-balancing-dbgsym_0.1.1-3noble.20260804.170831_amd64.deb Size: 1895578 SHA256: eb1069daab10f7ada4debd21f5499aeca1f5975ebafddbcb460c30db7ffaf3f7 SHA1: f6b0ece91f8e7e89bb84fd150aed944ac68fb158 MD5sum: 2fbb53c5e107ed45e41bb52346da73dc Description: debug symbols for ros-kilted-service-load-balancing Build-Ids: 49c70763b53b3aa0b61abc15472fa22220f0d1e3 Package: ros-kilted-service-msgs Version: 2.3.2-1noble.20260715.014710 Architecture: amd64 Maintainer: "Jacob Perron" Installed-Size: 458 Depends: libc6 (>= 2.4), 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.20260715.014710_amd64.deb Size: 45204 SHA256: 08b8287c76662f88477e063c73fb9f0428e79b496ac57f9ec329b17554bf59ab SHA1: e413ef18300129e92a2e20c0f0121ae733f49184 MD5sum: f3bfa16d66034963fd779ba872ca7a7d 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.20260715.014710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jacob Perron" Installed-Size: 269 Depends: ros-kilted-service-msgs (= 2.3.2-1noble.20260715.014710) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-service-msgs/ros-kilted-service-msgs-dbgsym_2.3.2-1noble.20260715.014710_amd64.deb Size: 177498 SHA256: 9388f505d2cdf534dae5e9c35dc59d7cca438105c59ed905ba4db800e286fed5 SHA1: 155140abf6029e709829f5379044ab78272309d2 MD5sum: 172b516c051471bfc0b829693c754890 Description: debug symbols for ros-kilted-service-msgs Build-Ids: 03d79c5189b0fde14e376cf135933a960441e122 1a97aba0971287190cc353c41c448bf110e3183e 2c2cd384987b6a1f92e0ea3688d5e848d9b2e223 3ca565362a5fe49acc526e91129b260d7e9e007c 47bb60d0ff59499e2bc031c9d8a9e59103055a28 52086f8c679888ffc70e0e1e53103e323b4cb2f3 d2fcced8e83fd9d5468956fc05729cac5a2f0981 e6d7e74ba339fdcdcc52352f2119f277cd582ac1 ed699e021b309eee0b7e3e01e0739a02285ca557 f148f945a97b499cecc95e65bb550c4515ed39b6 f149fe7ae12d5e154d77ac0ca960bc0b80aa895c Package: ros-kilted-shape-msgs Version: 5.5.3-1noble.20260716.015744 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 842 Depends: libc6 (>= 2.4), 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://index.ros.org/p/shape_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-shape-msgs/ros-kilted-shape-msgs_5.5.3-1noble.20260716.015744_amd64.deb Size: 82336 SHA256: 8d655e092224de17ff9ca490c648d1e839ef59a134284ee0a8e8e9f5c258b3a7 SHA1: 6cdb6275daa3d180b7a5996c5584f5193bbac1f5 MD5sum: 54aead5a57740a6a562e4abb483d0212 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.3-1noble.20260716.015744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 636 Depends: ros-kilted-shape-msgs (= 5.5.3-1noble.20260716.015744) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-shape-msgs/ros-kilted-shape-msgs-dbgsym_5.5.3-1noble.20260716.015744_amd64.deb Size: 493730 SHA256: 095a0ea71de2ebf06468a46dff6a98ad92bceab51467dbb77eb4812c137e84d6 SHA1: e3bb725392670592a99a078d165b7d2a02aa4956 MD5sum: d6c7f3665f5092bd95730cc1d4a8caa9 Description: debug symbols for ros-kilted-shape-msgs Build-Ids: 1cdf3c12e6842e65dd53be060092b63f7ed62e28 1fbb816ae4620adda6f26be77bd954b7356616eb 2b52109e579a41e815f6a8a0f3e891ed272de723 326ce76bae0518f1f1a1da81829735c2facc1482 7b68641d69a1c64351a3bfb9542a34de43336e02 8a76861ad5a23b6f5d40480cbc0be29d330635dd 8d46113276c445f67dbf42e7d2cf5a4361ab759e 986d71dad2105192a96ec31190915e0c52dd4d84 af98a6d98594f68599b1fd27406da461506fb4d8 c296f9f26541b49e740b1c5ee9791c7289873562 e4d4e3f8915ece44c2f3bb77bb3ab07a16fb5448 Package: ros-kilted-sick-safetyscanners-base Version: 1.0.3-2noble.20260410.105206 Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 1127 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.105206_amd64.deb Size: 203192 SHA256: f824833dc2f86c02ce0c0fd480562e1395a0b8c30aee3913a8f70091a72f3375 SHA1: 1798c546df1d5c747936f3782e3f1c23fe51f3cf MD5sum: 10ae7d5a2ee5017d25947ee64e893ce9 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.105206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 8471 Depends: ros-kilted-sick-safetyscanners-base (= 1.0.3-2noble.20260410.105206) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners-base/ros-kilted-sick-safetyscanners-base-dbgsym_1.0.3-2noble.20260410.105206_amd64.deb Size: 8134948 SHA256: 3baf5fa959747b031749e49dcf9e996c2fcb82f855169f704584112586d986a7 SHA1: 7b8502ae73237b680b55864420253013a7bc775c MD5sum: be042005eb83ba2cb86c51696b3374e9 Description: debug symbols for ros-kilted-sick-safetyscanners-base Build-Ids: d8303787a31b78e82e34017ebd71c9a129ad76a2 Package: ros-kilted-sick-safetyscanners2 Version: 1.0.4-2noble.20260805.154451 Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 1943 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.20260805.154451_amd64.deb Size: 399692 SHA256: 94073ef07a17c7523e421f912109685b882be54f3a4a5120f44409268e2352df SHA1: 02980993cef4ef587965c5ae36ad06cec036bcba MD5sum: 70b1217392cb9761f09de62c37f60e98 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.20260805.154451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 7110 Depends: ros-kilted-sick-safetyscanners2 (= 1.0.4-2noble.20260805.154451) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners2/ros-kilted-sick-safetyscanners2-dbgsym_1.0.4-2noble.20260805.154451_amd64.deb Size: 6618568 SHA256: e765177bfbdbca6dfb82bb895390fb28a4ac2b393c7c514fef08b7eb16c0b255 SHA1: c04212a9c9448de9917d38527dda9bd5e0b8e6e4 MD5sum: ee0faf4f7e83c62f13613bf768c730a0 Description: debug symbols for ros-kilted-sick-safetyscanners2 Build-Ids: 38d13b88e2272476acd3afbaa025b5ae6fcafc8b a98e424c393a180d38604108efad60128da9c85e Package: ros-kilted-sick-safetyscanners2-interfaces Version: 1.0.1-1noble.20260723.194240 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 4179 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/sick_safetyscanners2_interfaces/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners2-interfaces/ros-kilted-sick-safetyscanners2-interfaces_1.0.1-1noble.20260723.194240_amd64.deb Size: 298006 SHA256: ef7d4bbec60671c3ab0f27284b224ba2dda65cda7202d81321e3d09dcaa1b475 SHA1: 3edd2b88d930c9fa3f46c28902dfe39a1d270f1b MD5sum: bd4823af9dadec6fee079fa4c9658938 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.1-1noble.20260723.194240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 3064 Depends: ros-kilted-sick-safetyscanners2-interfaces (= 1.0.1-1noble.20260723.194240) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safetyscanners2-interfaces/ros-kilted-sick-safetyscanners2-interfaces-dbgsym_1.0.1-1noble.20260723.194240_amd64.deb Size: 2520326 SHA256: 325b99d0d90fead0265c7fc35be238079cc60a45fda92cd5f293001b32a32ae9 SHA1: 4072a893327c1771fee52c2c1feb81d4f2ad20f3 MD5sum: 597fd19c2929390baa52f87262f87d1a Description: debug symbols for ros-kilted-sick-safetyscanners2-interfaces Build-Ids: 0962d709525a8a026c9277ef16c593726c0439e7 2a878e22f76b079e6dafae8766beac93480bf9a8 2cbf3a869285e45b38fef9ff27b127d85d0db1a1 37512b918f78086ad35ed85cb1697a75a5e38c65 3e125a824d83b655b4b87634f2a72b86f8b86a27 4523d79516013f531e41cb0757bda922a398ef4d 4bf5551581bf89f85e2194e569f73af023e9e352 6b8f7857c4644cf820bb33fb1210965796c7598e 8380367137a7bd3b0ca45546c46a0ca0d1b9e6dd bf7a02467020c610eea6be6d91ae643047d2c359 c47e0faaf861e37066ce76365d9f0d927461b5ef Package: ros-kilted-sick-safevisionary-base Version: 1.0.1-3noble.20260410.105213 Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 415 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.105213_amd64.deb Size: 104922 SHA256: 89d503c35a35ccf0ef2829b5d362804ce7952a3b33a697cdf2849c56bd2351a8 SHA1: d58511c337f610d6e21fecbf76b09dfbefa87277 MD5sum: 4dabc4af8f85a116dd65ac89f02f255c 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.105213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 832 Depends: ros-kilted-sick-safevisionary-base (= 1.0.1-3noble.20260410.105213) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safevisionary-base/ros-kilted-sick-safevisionary-base-dbgsym_1.0.1-3noble.20260410.105213_amd64.deb Size: 772394 SHA256: feaa2e670ff8d67d706d135221b0584cd83fd708d8f587da1ac84d5a18ec0da3 SHA1: 1f80be12b05b73fa7abca071d0cc9e03c9c64c25 MD5sum: 0fdda5501ed8efd95e654bc3fa5529e8 Description: debug symbols for ros-kilted-sick-safevisionary-base Build-Ids: e8398cc29751a31326b416982aaafb6073a29a42 Package: ros-kilted-sick-safevisionary-driver Version: 1.0.5-1noble.20260805.080717 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 710 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.20260805.080717_amd64.deb Size: 163860 SHA256: f83eb1bc5e18c60cc7b71ef7ac832f4ff128a03ee0e977eac84b54c0db720e7f SHA1: 61c3dd433df6f597a0e42778d0a793ac9726e83e MD5sum: 1fc94316f00dcc1f9bb067b6dcd1fc7e 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.20260805.080717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 4006 Depends: ros-kilted-sick-safevisionary-driver (= 1.0.5-1noble.20260805.080717) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safevisionary-driver/ros-kilted-sick-safevisionary-driver-dbgsym_1.0.5-1noble.20260805.080717_amd64.deb Size: 3648580 SHA256: e6d7277aa50bed78fe636a1088f8c2694dec0dc4caaedb2bb76f2e533868b9f8 SHA1: 47e22bd95be14b22a66e3885b63a372cd157bff8 MD5sum: f553e9af1ac867740b7cbce47f5f4050 Description: debug symbols for ros-kilted-sick-safevisionary-driver Build-Ids: 6e18a8f9b3e66e4507003c1aae59cbf00ea0fce4 Package: ros-kilted-sick-safevisionary-interfaces Version: 1.0.5-1noble.20260716.020339 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 2645 Depends: libc6 (>= 2.4), 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.20260716.020339_amd64.deb Size: 167438 SHA256: 278b20d07e5c472a5934b24119ef89f26f86c0f0eca64d13a99fd6063a58b676 SHA1: 3e0ff58d53942866ac984d69b3c8ccfb7a5b6305 MD5sum: 9cfbc783cd92790b2bbf25ec7c700bed 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.20260716.020339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 1736 Depends: ros-kilted-sick-safevisionary-interfaces (= 1.0.5-1noble.20260716.020339) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-safevisionary-interfaces/ros-kilted-sick-safevisionary-interfaces-dbgsym_1.0.5-1noble.20260716.020339_amd64.deb Size: 1379512 SHA256: 81e180ab2cdd06c8103c94c544db567a2d71fb1bcc1b7e78d22fe0115e725bbe SHA1: 20e4bc022acc03d5a0b905d0a0568e58a7d6ac01 MD5sum: b72538529dc60a7b320248b7759e432b Description: debug symbols for ros-kilted-sick-safevisionary-interfaces Build-Ids: 01d970046f485b41aa1d7ad66c3c051337c8b67e 47c3346058b3edb49c3c66ad5783dee63ab19def 50b68d5bbe60bf08b88ef924ec60bb60e9f556e9 6048229db8adc409d27fcf09f5c5505cd3927892 77cacc85afb71643b834d57a9fe89cf76e25c7a2 8aa87ae877a800c1d5780dc0972974711a1b8099 9c0c63794164dbba740986368c4ec077bb7f3312 a0eda6e725999b1c96d48e9da174d7cbb15bf9cc bdd51716309a5a8999fa82e746f7c228f299a987 bed035abc7503c8ab99b5162b65d7da2999653c0 ecd03dcf480183e781e9e88952b4132d08ec8221 Package: ros-kilted-sick-safevisionary-tests Version: 1.0.5-1noble.20260507.124458 Architecture: amd64 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.20260507.124458_amd64.deb Size: 5870 SHA256: 533542d756f712df4979a7faf0bf616ac8bde1fa3858f751bca60c16917a8481 SHA1: 329a9b0414ee885a334ff3a852510d6ba7284e8b MD5sum: 1ec11d872310e1ce9bedb415e2de93af Description: Integration tests for the SICK safeVisionary ROS 2 driver Package: ros-kilted-sick-scan-xd Version: 3.9.0-1noble.20260805.142905 Architecture: amd64 Maintainer: rostest Installed-Size: 40065 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.20260805.142905_amd64.deb Size: 5637456 SHA256: 74de29f4f12bf416f5bd88c6d71f736c9dbcadd66379e0f6b0faaec16d41cfe7 SHA1: dc5f32adca2fd436e98294327acc342911f92431 MD5sum: 0059667f4727014e1888195f7f7145c2 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.20260805.142905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: rostest Installed-Size: 42857 Depends: ros-kilted-sick-scan-xd (= 3.9.0-1noble.20260805.142905) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sick-scan-xd/ros-kilted-sick-scan-xd-dbgsym_3.9.0-1noble.20260805.142905_amd64.deb Size: 38200854 SHA256: 20b856c7d2d5f9eb1679e4b55566908af618b46a7078d2a359dfed63f326382e SHA1: 9b04be09bb0a5a44d5bbcfd4b5c069724c57c4ab MD5sum: a8d0a6f58e7a94eba7e043b982a44b04 Description: debug symbols for ros-kilted-sick-scan-xd Build-Ids: 096a11c80b560c864d45e7785ceeb05e6606b29e 2d2eb6bcbfa09543f4bd705a0a8e90e62bcc62d0 305d1aab7484e978fe6d17d3ceff62d611c869d0 47ef254e3d14170810f81155876aa64569d7c27d 4d44c5f5715066016485e07cabf0c575b2e161af 68869ada939cc932257da26b92a9715e975ebcfa a602e0184e95f0a0b3f666df73faf013f6da6385 b00f0bd7f9720e3af8065131a9d8bcdf03690f13 b238ffb5cfefd98e4a8c9dd70dc8389926766f30 b9c753c132d3372ac30ec91b4660f76ecf19450c de9dfeada10e945eff5d661cbf6a06cf4fb9730d e5c08b118a2909522e6a6c614f486239e8eb2705 ffc1f64f6d1cabcbe27d139ceb650f7157d84143 Package: ros-kilted-simple-actions Version: 0.5.0-1noble.20260805.140205 Architecture: amd64 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.20260805.140205_amd64.deb Size: 11280 SHA256: a2756d35e475f8e8495619ec4efc24be17e5eb0eb885a74ad403c33b1edd0ca5 SHA1: 3102bb3488c561274a92f40369ca2eff98c54fb4 MD5sum: 77bb06a64f74258514a4079578c2b054 Description: Simple library for using the `rclpy/rclcpp` action libraries Package: ros-kilted-simple-grasping Version: 0.6.0-1noble.20260805.155050 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1042 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.20260805.155050_amd64.deb Size: 244532 SHA256: e14c2111ab4a9613e4234c857c261993d4260d5440707a11ca953ecc2f01f166 SHA1: 85d544e81771203b993a7e0f5ced41adb4cb7417 MD5sum: fc579344a241af09780cce928abf3251 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.20260805.155050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 9934 Depends: ros-kilted-simple-grasping (= 0.6.0-1noble.20260805.155050) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-simple-grasping/ros-kilted-simple-grasping-dbgsym_0.6.0-1noble.20260805.155050_amd64.deb Size: 9398816 SHA256: 5d1b6327503ebf8d09a95ec52d960a96b398f8fa2706aab8625a834fe1d924d9 SHA1: c3f91ff87c5f8cfaca7d8f3cd40878e0867d5efb MD5sum: 16d43b835da9639023ceb9f1ebb5f4db Description: debug symbols for ros-kilted-simple-grasping Build-Ids: 581ff6e38aaf1d55c4ebcfb5efe90f2d7ce7d8e6 65a69fd684ab2521b39d99f5146406d0505626e1 973bc40beba1dafb76ef666c4510ed504eab17a8 bc966e4a20ebf38685ea8a0b8dc5a0e535752b40 c5ec7740ebcc714f0f9a6c9ac77a6a1193840cdb Package: ros-kilted-simple-launch Version: 1.11.0-2noble.20260805.141008 Architecture: amd64 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.20260805.141008_amd64.deb Size: 30768 SHA256: f7fd34af72b82ece762ecdcc132c5b63e637196cb86db1db1668d634ff0f38a8 SHA1: 8e37f8b186213b016b0002771527697cbdfc95e5 MD5sum: 60ec1e3c7ea9f7af8c95b457d3fec5af Description: Python helper class for the ROS 2 launch system Package: ros-kilted-simulation Version: 0.12.0-2noble.20260805.152256 Architecture: amd64 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.20260805.152256_amd64.deb Size: 5300 SHA256: 6d6576711b3462fa7f974139d65e373d74fd9b2332a804f48235a2e3648eef7c SHA1: 7556a5200aa821bce363f24ef9224a1e9b68e1ec MD5sum: c20ad72745adaf1ef4ba19fa652f1141 Description: A package which extends 'ros_base' and includes simulation packages. Package: ros-kilted-simulation-interfaces Version: 1.6.1-1noble.20260716.015010 Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 13777 Depends: libc6 (>= 2.14), 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.20260716.015010_amd64.deb Size: 822226 SHA256: 26db46875030892ec0cdab22f579c69eef18f9a36cb8392d929f029635bca640 SHA1: 552636fb63616199c4a98055a2604d9e331351e3 MD5sum: c87458f2e3339b4842d98078f8e4cb3a 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.20260716.015010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 10153 Depends: ros-kilted-simulation-interfaces (= 1.6.1-1noble.20260716.015010) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-simulation-interfaces/ros-kilted-simulation-interfaces-dbgsym_1.6.1-1noble.20260716.015010_amd64.deb Size: 8118160 SHA256: 4d8db08e6f3d3683e7c4cefa8c33b705f58963a543b9d5d88e0db5c29190f512 SHA1: 8d25ff3de84cb7e03ad088dab46f7d387d791288 MD5sum: 61a620263c5fb2a47dc902d15506cc39 Description: debug symbols for ros-kilted-simulation-interfaces Build-Ids: 0dd3f53032bd36c1bdfb069351c90ea0212ce37f 1738b0c31bf4be5e9e162cc47003613ec99d5f23 1e3ef110f9e23158ba7de198c39403298583f671 26243bcdd3ae5e54c57a8293079c989d79c8749f 5bb400c6f3e450aa77c131ee1f29bfae91382c72 5d4bc992507a6601c920b9a8835fc2ecf4e7d9a3 6c17b33be294e6383560dc9c411d936335069631 8828668916e980b84879d76f5fe9d7df391617bf 9d999e7d178fb314d3c78b3f41007922307fc592 a10457f6309d8356de6c69f413bfd784e35c1e26 c39e13edac6e466bda25bf1626efb9c3e89598f1 Package: ros-kilted-slam-toolbox Version: 2.9.0-2noble.20260805.153919 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 14783 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.15.1), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.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.20260805.153919_amd64.deb Size: 1817972 SHA256: d6ceb06198b7a6a5884067f248479b6478875c84594aafe4935054693073fe80 SHA1: 4bdc88ffad5ac44dec5f539dbe4b361d24ec3934 MD5sum: 07159fae61718313d0d3bd4454bfecf5 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.20260805.153919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 54445 Depends: ros-kilted-slam-toolbox (= 2.9.0-2noble.20260805.153919) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-slam-toolbox/ros-kilted-slam-toolbox-dbgsym_2.9.0-2noble.20260805.153919_amd64.deb Size: 47028542 SHA256: 3a10d373adca052892bc1970f6c3df1b3a523345f18ad7178629059a60cce899 SHA1: 58a2f0dce93637fbaaa5c9c5c123d716f55c94a5 MD5sum: 708ba6da21ceb1d0ebaf19a19b93a213 Description: debug symbols for ros-kilted-slam-toolbox Build-Ids: 02109f367670371c1a010a92f4a88e9e1069b828 1d372f67f7bd577a0ea2586d3933bbbf1cd69dcd 22676adfc929315443e7befad982ed4e26c81c1c 37f8add3747cf63b15704e348668f157c32ee697 39d39008e7a9fc5e599c3a4352da8d20f4aebd1b 3e52da50231123f8e9d58ec383b07ef0ac08c7a1 4d733918d408abd9d5ceee0f869b3a29c054b348 51c08be0c07491d653fb472f26cf50ef24a74262 56973ea512459a90886a2b0ed15cbca73bc5fd26 5cd93aa6b8aaeea9ce239e97deec18a9630efb73 679b305278a1b3b83e6f1e93eb19a58b9f2c1338 74ad399addcf00f39ff111f212e09a07ad3bece9 79513caf68be8154ed4a48c4b63a617ed8a7feb3 7aa457c76e4a0430848f7f733188e4785174cd97 8133c3ac12f95add9018f90e24fb5ffdf7b84f98 82e040c0c297247489d287164961449c0da7bd7d 89e207e6e0e2c2629d7dce5a208dacbaa5d0b41d 8c5548380e94b93737363ceb43fe248a65f82fa3 94e6c7abcdb6fa79aa994fffb0e90eae1ea60cb0 96d46f0cafc23ced8086715b209e06177f6ef717 a2e32aeb96f3d315ec18c85894151e7c3dee8a82 af742885833d41f2fcc9f8d958cba45eecc824fc df6c728b9a60eb96580f3847c7da7f8500a66895 f1e8936ccc2ed5b9f528bfe4edd51eb5231c3cda f5878c810e97883882251304a043af1625e3f7f5 f8f8141a162c8ee4e0c5d59319558ff732e8d3b8 Package: ros-kilted-slg-msgs Version: 3.9.1-2noble.20260716.015738 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 635 Depends: libc6 (>= 2.4), 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.20260716.015738_amd64.deb Size: 66832 SHA256: 4dedb8b50e750e44073b50ff0aa8a4e46c83c6cca6f9b0bed0bd4ad33827638a SHA1: 3b30958cfe253508c75ab0e1e6d6d5c629402ce3 MD5sum: 51da540645333cbcd1f2f60f7bb4d611 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.20260716.015738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 443 Depends: ros-kilted-slg-msgs (= 3.9.1-2noble.20260716.015738) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-slg-msgs/ros-kilted-slg-msgs-dbgsym_3.9.1-2noble.20260716.015738_amd64.deb Size: 333556 SHA256: 3ef389bd5cb7c4616b4564b646bc5062a4c389a8ee3cd058e7f41f3c1b7c7b48 SHA1: 907405be2c7914dba033ac2471282d0f2ff9512f MD5sum: a5e761da10ded2827a6f6dde7822d4e8 Description: debug symbols for ros-kilted-slg-msgs Build-Ids: 2d36fd57469d44e02179871bc6a153fc677b3523 4ea36e3ffdf04384d7b654839d7320cd90f97105 570d98c8949a10cb3a3c5693930a96e4e153dd3e 637bde4a92868355eb6756191f28fa484786090f 6467d8cfb74b1cfe12e427bccfa0e3d2d61061bb 6de162b425bbdb7476a0f377b0787cf713d2424f 78483bbe030da1aede521b6a4451c1f38f7a29b8 9b5282b326f4e8fbfc7cec9a7e7497346f8027fc a419973378428f28c92860a4e3321cdfe821cc82 ba2954d4cf11121e6fea12cdc4c74d429e5e2ebd c8fa2b029d77af39b595debf622d68b0861d2162 Package: ros-kilted-slider-publisher Version: 2.3.1-3noble.20260805.142023 Architecture: amd64 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.20260805.142023_amd64.deb Size: 11758 SHA256: 593977809d86da63709b13c3de706b716a1f601ae65ed73e4c29de29dbf0f40e SHA1: 5f8686264156e3bb906d1e3bf68f2adfc2085f17 MD5sum: 093bb81e9423cf8b2ff8a148c73bd35b 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.112341 Architecture: amd64 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.112341_amd64.deb Size: 45918 SHA256: 2679b84420ca3dcd9db9c1a02b0683ffecc6667514f0478734833fd9ebc82eea SHA1: 2afce52f6bdd94f77754ff241125ba301e1445f0 MD5sum: 1682ea717556a2a7c7d309bdc8071645 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.20260716.020331 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 922 Depends: libc6 (>= 2.4), 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.20260716.020331_amd64.deb Size: 87098 SHA256: 0d0fd62843b230fad1c6f3b39c6b823fa9a67c5f06e1cf83032d0d57029e7455 SHA1: 10ef7bc687a0baa2c39353677f2870a964d249c9 MD5sum: 500a59b78cc53d274b58ed529cdfcc0f 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.20260716.020331 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 698 Depends: ros-kilted-smach-msgs (= 3.0.3-3noble.20260716.020331) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-smach-msgs/ros-kilted-smach-msgs-dbgsym_3.0.3-3noble.20260716.020331_amd64.deb Size: 550234 SHA256: b10e597044737dddad5e6d944c438df76629434b98b92e486df6d65bfe46ab50 SHA1: 93c99c7e7e768ef048e0d100b3748d6b7048f492 MD5sum: e9ac4af1721e8f840bd3962be282cdc3 Description: debug symbols for ros-kilted-smach-msgs Build-Ids: 4f9d2969db8e8e75fc6ad66168c897b6afae605d 561e70779c7bff33b691ddd2505171fed9ca6058 62d406027804ee806fcf9c49ae74cfe9cba81c4f 73266bbc516968d18daa7cc467359e36db9ad036 7b97790aff6dc2414217cc3e0ef79784c2032287 7d831fdd5d8c04a05ef97373475b4eae368f87b6 835be858b551e57685d4ba559d2dcc9e10c3e0a1 8bbe9b557f9bbbd832a304b5b53c4c55379612ba 9373b6ad2408a41878a48650a8f62fd79f9c3577 a84c68b2e85308d49dd543b7d853e7e3ceb94617 cc8bef8c5d8c6e2aa7775055773ba4859c293041 Package: ros-kilted-smach-ros Version: 3.0.3-3noble.20260805.140811 Architecture: amd64 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.20260805.140811_amd64.deb Size: 38898 SHA256: 903b9c1d9a56471ac52470656d03482ecffb1abb32c7f172e80cb54725070e5e SHA1: 15d578cde629997ec4f3e7ce6c3e0512de9cf4aa MD5sum: 9db2c3b0d3e555510cc9f0d8164c1345 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.112744 Architecture: amd64 Maintainer: miguel Installed-Size: 393 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.112744_amd64.deb Size: 80822 SHA256: 96d0e78d3a5b16ac5db88c2213936fc69b05c8bda40f4aa8ee04ec8e0c9ed2f7 SHA1: 2cbff39ceb7f79a623f8526ab4c1cc211f9ce061 MD5sum: 4b3bc482cf5f868bf6bd0cf68d5c9945 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.112744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: miguel Installed-Size: 4363 Depends: ros-kilted-small-gicp-vendor (= 2.1.0-1noble.20260410.112744) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-small-gicp-vendor/ros-kilted-small-gicp-vendor-dbgsym_2.1.0-1noble.20260410.112744_amd64.deb Size: 4388886 SHA256: eadb30a8af40c724cda50ffd9a3298b3252ae34924e267766e2a1ba0de2d3405 SHA1: 1cc48f80a68fe52ab88742872b7b83b4a10d9244 MD5sum: 309def2b4af8b175a607d6a84bf41caf Description: debug symbols for ros-kilted-small-gicp-vendor Build-Ids: 97549a3bd669ba789373c042b07fe8cafe1aebf8 Package: ros-kilted-smclib Version: 4.3.0-1noble.20260410.112347 Architecture: amd64 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.112347_amd64.deb Size: 14086 SHA256: 0008e575952b4e9a29d4af7cc295ee506a516566edb5eb19845bf551ef4e0b3e SHA1: f392c5fe7c76c4c7a1e997ff9e7601fc87853909 MD5sum: 6b7245bb620c1c5a7569dbbb9b8113ef 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.20260805.153044 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 127 Depends: libc6 (>= 2.4), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260805.153044_amd64.deb Size: 31244 SHA256: 85717d1583b9499ed72fa43518aadff994f6c1dfa1dc524e7fa485b9c7e0e152 SHA1: 1211be3435515a0b98b124f6700f0f542fb8ff5f MD5sum: 18df2ca33c1641a747b65b1a54b37976 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.20260805.153044 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 406 Depends: ros-kilted-snowbot-operating-system (= 0.1.2-5noble.20260805.153044) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-snowbot-operating-system/ros-kilted-snowbot-operating-system-dbgsym_0.1.2-5noble.20260805.153044_amd64.deb Size: 387698 SHA256: 2655219f67527e20161a7f319febda8db76c3ab576d03d269743492275de853b SHA1: bbe2dec2f176d206a5467cedcf297ccd5d0954fa MD5sum: cbd630dd1329c54b8148c4b8355ba28e Description: debug symbols for ros-kilted-snowbot-operating-system Build-Ids: 460d6e230ef93c2ad46157ced1529048cc96e641 Package: ros-kilted-soccer-geometry-msgs Version: 1.0.0-2noble.20260716.015744 Architecture: amd64 Maintainer: ijnek Installed-Size: 458 Depends: libc6 (>= 2.4), 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.20260716.015744_amd64.deb Size: 42968 SHA256: 69b1387c0286c0bae2126c2a5d3f00e3ec95774c039ef1535b130ed20800dbc2 SHA1: 212d7736c4e289766cf9c63ac4a15f0fc7141d6d MD5sum: ab3524a5cbaf08290c9bba573eedb4fe 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.20260716.015744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 263 Depends: ros-kilted-soccer-geometry-msgs (= 1.0.0-2noble.20260716.015744) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-geometry-msgs/ros-kilted-soccer-geometry-msgs-dbgsym_1.0.0-2noble.20260716.015744_amd64.deb Size: 171460 SHA256: e4ed7016a91509824e2a55b4ed0c477936dcb0cf0981468ce245326cf44777e1 SHA1: c90eaf0d1c26f11b5369c2df92dc301a80e2e92b MD5sum: 11c360893fdd58ba2798f1762ce00f2d Description: debug symbols for ros-kilted-soccer-geometry-msgs Build-Ids: 19ed7a8af1bec9f0ef5ee2f30dfc02c9cbbea95c 2429f9c36149abf7a76907dc995b3a1ed9c1e0d6 268c635f7256c8b25138934bd3f8166cd4959e2b 425cad22b11e9846c9e46eab60d51df1420770d9 6945d00c1a1e86d2bcfddac779bf1fd12074f5f3 8f7b28b428f4af28e1aece1ea685c87b8cd4cc82 b72aa2043006bc96427a046468c5e731611b1bd2 baa767ebb103ae7b0e6e6d6193b7f5c438950e2f d2bee6d1bae14f567a7e358bf383223bb322d5f3 da9947be8d2c8664084e26b26c5d70ea8527b80a ea70bdfe4d403e4ca3983f4593abe9fd3ddc1d27 Package: ros-kilted-soccer-interfaces Version: 1.0.0-2noble.20260716.021420 Architecture: amd64 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.20260716.021420_amd64.deb Size: 5060 SHA256: c4d3fd50e36eee37ea7d3878552a912c801cab16248d5ac103516038e1b43c7d SHA1: 24a170d4ab4eec8a437708ab9e99c6d37dd7d8c4 MD5sum: 832620c59d5ee8f451f7df2369ed4d96 Description: Metapackage for soccer-related interfaces Package: ros-kilted-soccer-model-msgs Version: 1.0.0-2noble.20260716.020058 Architecture: amd64 Maintainer: ijnek Installed-Size: 1053 Depends: libc6 (>= 2.4), 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.20260716.020058_amd64.deb Size: 85386 SHA256: 40c92faf3bbeaa1cda949d6beb983c73a733c33e67db8eab69894d18db4b63ae SHA1: ae0e07abf044c5ddaa25c3ea2dc32cd61cc5eec5 MD5sum: a6578cb538cdeed423c8fbd214c7ebba 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.20260716.020058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 770 Depends: ros-kilted-soccer-model-msgs (= 1.0.0-2noble.20260716.020058) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-soccer-model-msgs/ros-kilted-soccer-model-msgs-dbgsym_1.0.0-2noble.20260716.020058_amd64.deb Size: 599360 SHA256: 42ba98cfc8c3ba6c62ad73b4475d3023f160ecf54f9cb3f506f462e46f5a953e SHA1: 311dc4c98ebfc7127299b4900cefec1f5ebfb82a MD5sum: 09d137e4a4c6be20d73ac0ea8004b1a6 Description: debug symbols for ros-kilted-soccer-model-msgs Build-Ids: 05356cd341639c99bdc3c0195a269ee10e4cdf87 260d8d7d697df151ac554184a8e0b79b501daa1d 2dbb7a2864d07dcc9f97ffc6ff53a868c6c8e898 3e484caa60b6b77d0bc93648eb233cae5513ad32 501655db005cc05ab4b7fb38c9d9e815285e599c 67dfd1bf6781e1e2c2d761ff79f357a269a70f72 7e546f60e0c59da44d83d7c1742c15fb2362f83d a881dc1b1c45484a695237e5a9efc7673cdd0f64 b7f100a8c21d08e609b024ed1a496a51b8ebc9e1 b8fb2e9c8cf77190637004171046097a3d3c581e e68ebae15073d704af8cbd81ccacbf07aa174a04 Package: ros-kilted-soccer-vision-2d-msgs Version: 1.0.0-2noble.20260716.021005 Architecture: amd64 Maintainer: ijnek Installed-Size: 2288 Depends: libc6 (>= 2.4), 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.20260716.021005_amd64.deb Size: 160962 SHA256: 387ab2acad4fa9576854bb9a0d43494aecb2c8a24917abafcddedeecef443043 SHA1: 746dbc4f119d5bdd3a5097ad323853e158b7f19d MD5sum: d188d1ba620334d15e7c1eccc75bb697 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.20260716.021005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1726 Depends: ros-kilted-soccer-vision-2d-msgs (= 1.0.0-2noble.20260716.021005) 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.20260716.021005_amd64.deb Size: 1394354 SHA256: 8d7a6c6847fc4a995985346bc20c6398976a50a60c07a684d5b43d390e0de691 SHA1: 0048c4bc1d5d7c57fd30e4db2c659fbdf1eb0dfb MD5sum: f9285992f961e568680a09b4bf1bdb58 Description: debug symbols for ros-kilted-soccer-vision-2d-msgs Build-Ids: 11535d30fc5dfddbf4798d0c8de7ec1893066b5f 28524c7892344a8ab12ec01f09fa81486f364bf3 39b283a9d5b5e37d7a314eb02ebed193784aa8e6 3b42294d8d4557b53035f740fc47f4fec8c9cb4f 6283507abf5006401ee96eb9b8390fb4d1d1dc3a 81a19256d00b316e7c3ca73f31beb4373f8cd636 8f1cdd1ab5f1f918794267f5b25a2320343a029a b34374c12d3c1da203564e4dfad6ad953216a6a3 c2b8b18fdfe933c3de4eb025e02dae7589c55744 cdc3a03c11e5103986aa6fb5286b11c567d7be49 f5e253cf0f0fe36e0555b6a2c244f45bb3137814 Package: ros-kilted-soccer-vision-3d-msgs Version: 1.0.0-2noble.20260716.020957 Architecture: amd64 Maintainer: ijnek Installed-Size: 2301 Depends: libc6 (>= 2.4), 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.20260716.020957_amd64.deb Size: 160760 SHA256: 824e8d638d17afeec1ce5bca738f1f672401554a94b1a84e8ffac7ed8eb2a53c SHA1: afbf4330642b5c54ca1a7daf8dc3407ebb12a1f3 MD5sum: d30a2ff8ce19a7185ed9b8086b0e1d7f 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.20260716.020957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1742 Depends: ros-kilted-soccer-vision-3d-msgs (= 1.0.0-2noble.20260716.020957) 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.20260716.020957_amd64.deb Size: 1408192 SHA256: a617099f5279f50e8e17ef001213380158b7934ee94f82d41d2c4760786a8c7a SHA1: ccf67f9e12b1509ee6a692de11e9de716cbf9d0c MD5sum: cd59171ef148457bc73fea92f8ba4caf Description: debug symbols for ros-kilted-soccer-vision-3d-msgs Build-Ids: 05f589eadfd055d0daa50d4c7982bb2e3c2c8eac 07614c55d650fafc9cf19a42f76e7bae01a85f66 118f4e3f9b5b9f9776e9489244567dcb1079e8d2 244abf1e13a40a5379bf8da2aa1c75584507ca58 25280e088b0096e1e25e0765e1e5a98ff15000aa 47db1ce62ad35d3c0103fc54fcaf217e6035fa04 4b66f00deb46a607560f615db8f4545db15c4711 54bcd5370860d919d145adb5ad17bbf802bf8a39 951e3dd2f9ad92c851d3a1efc6dadb5902c5ef0e c48658134df8b9a55adde7e27b8ff3c3950e798a ffc632d76bbbd30f8bd0dcd9c0129ea92f61379f Package: ros-kilted-soccer-vision-3d-rviz-markers Version: 1.0.0-2noble.20260805.140824 Architecture: amd64 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.20260805.140824_amd64.deb Size: 165202 SHA256: 11b13ee7cbcb19489e64da7b7332165d3ae34df9c2bb2dd8b6c4258165c2cc8a SHA1: 239c71d31fe2dbfbf209e4b5a1dbc447d4c3854c MD5sum: 205774ca59138e32050f55bc957db12d Description: Package that converts soccer_vision_3d_msgs to RViz markers Package: ros-kilted-soccer-vision-attribute-msgs Version: 1.0.0-2noble.20260716.013604 Architecture: amd64 Maintainer: ijnek Installed-Size: 693 Depends: libc6 (>= 2.4), 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.20260716.013604_amd64.deb Size: 57102 SHA256: 8fd218a2c1def1e306eda3b934b810102552de6ceb018193c613fad48dc58a19 SHA1: c826e8de646d50b8f9e5ff2e60d6188c2064a83e MD5sum: 4567b46f6ae0f0ed8d5f372006540426 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.20260716.013604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 433 Depends: ros-kilted-soccer-vision-attribute-msgs (= 1.0.0-2noble.20260716.013604) 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.20260716.013604_amd64.deb Size: 313656 SHA256: 67c3665df3b3ffa60e2cad07829a13b1ed19b163f91d36d08fa4e62d0f7b30e3 SHA1: 290085eef1c38a5773fe5150a3fd9ccf91218469 MD5sum: a49821338e7646d15ac213be9f7fc252 Description: debug symbols for ros-kilted-soccer-vision-attribute-msgs Build-Ids: 11814f10444295c7ea1cfe1d07978a02f8bdc498 16bd283ffe0604cc6ee397cbf12e94dc2fd1c488 36d854bbb2455fec444d0ba18f634a32a7c86bf2 445f3e8a6d4b7097ef3bef6d92a8d1ffdae9a3bd 5391392917a919459a8f216c5e47c2d7006739e1 74f9bca605bda18febcf60d28193fc968ef9a2f2 8c6267c947af42337a1454c306aed8085ef214ad c87320ca0e6f16bf21a3b95667c5620bebe2ec5d cb16ff8ab843038839131a1fbb1406331d972368 f59d9bbadecbe4d5631af756ea24f7017a1f962b ff274f8e16c9923a5c21e4e4ddbf92c74909bff8 Package: ros-kilted-sol-vendor Version: 0.0.3-5noble.20260410.112751 Architecture: amd64 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.112751_amd64.deb Size: 148370 SHA256: 718a866ad1f214167723a52c3c57eadb3aeb72ae51fcd85cdcd95b69de8617ee SHA1: 7dd3b189bd1afef07ecced367777e58520865258 MD5sum: fa175cb7da5b7f32f757bf0ce4a7c6f1 Description: vendor package for the sol2 library Package: ros-kilted-sophus Version: 1.22.9102-3noble.20260410.105231 Architecture: amd64 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.105231_amd64.deb Size: 43422 SHA256: ba5cd4c82756c8b42aba649d09421fdc332484c00360b39c492716f8549cceb4 SHA1: 4f41e421a4e3276f4bedebeef3bdd21780764b8d MD5sum: 44dffba138f2f1eda5ccce10a7a50c37 Description: C++ implementation of Lie Groups using Eigen. Package: ros-kilted-sound-play Version: 0.4.0-2noble.20260805.140815 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 305 Depends: festival, festvox-kallpc16k, gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gstreamer1.0-alsa, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-tools, libgstreamer-plugins-base1.0-0, libgstreamer-plugins-good1.0-0, libgstreamer1.0-0, python3-gi, ros-kilted-action-msgs, ros-kilted-ament-index-python, ros-kilted-launch-xml, ros-kilted-rclpy, ros-kilted-sound-play-msgs, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/sound_play Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sound-play/ros-kilted-sound-play_0.4.0-2noble.20260805.140815_amd64.deb Size: 169694 SHA256: 0bdb06d899828a63897ac292a4a2af22bc2daa691f33325bab0bd402282ca6cc SHA1: b300754d56cdbbead02b381e814883396cba7882 MD5sum: fc2a5f20c574c7c9241c5c45f7224988 Description: sound_play provides a ROS node that translates commands on a ROS topic (robotsound) into sounds. The node supports built-in sounds, playing OGG/WAV files, and doing speech synthesis via festival. C++ and Python bindings allow this node to be used without understanding the details of the message format, allowing faster development and resilience to message format changes. Package: ros-kilted-sound-play-msgs Version: 0.4.0-2noble.20260716.012329 Architecture: amd64 Maintainer: "Shingo Kitagawa" Installed-Size: 1776 Depends: libc6 (>= 2.14), 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-rosidl-default-runtime, ros-kilted-ros-workspace Homepage: http://ros.org/wiki/sound_play_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sound-play-msgs/ros-kilted-sound-play-msgs_0.4.0-2noble.20260716.012329_amd64.deb Size: 133208 SHA256: 2032c95aea0ee4bee2f89987348a78837b792c1282e044ab3253274d8095cb48 SHA1: 7b861f8ae6a01d523b680f16f02169cf9973850b MD5sum: 2a243976c0ccb62c17a2f29acb6de631 Description: Messages for transmitting sound via ROS with sound_play Package: ros-kilted-sound-play-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-sound-play-msgs Version: 0.4.0-2noble.20260716.012329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shingo Kitagawa" Installed-Size: 950 Depends: ros-kilted-sound-play-msgs (= 0.4.0-2noble.20260716.012329) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-sound-play-msgs/ros-kilted-sound-play-msgs-dbgsym_0.4.0-2noble.20260716.012329_amd64.deb Size: 670838 SHA256: 3979404c94ce223b694d716099f7712bda4c70ef3dbfb5c03465a1e719093b39 SHA1: 10656025aed53d12e119de8860de05039062bed9 MD5sum: b64b5743a87382feacb96c3c8193c545 Description: debug symbols for ros-kilted-sound-play-msgs Build-Ids: 26473251d73b9c05ba74b5af45ac5cea323a0fc5 2f2ad11e0780277885ce5d8ce023f165ff2f1925 5b904ef6d3f1ac955adfce79c629f2ab0109a819 78dd9c2e95b3a8098f1a8cdeeebacc576b3e3ac2 790df3743b63bc47667dd3d34a32fb0619574c34 82bfa4679805261a80224d5e9f78459235ac7c05 86bdbdf12da66685cbb829d11523f3d8e8c79ecb 933c18abd5207f6f33e9b26e2de5988767fd4337 9da9b025578285f77d738917b9f5b33dbfeff4ab d9e52e911ca1bc00d78f646d81a753985b638707 fa309d0956be13713ac3bbc6e57d90aa42c88c4d Package: ros-kilted-spacenav Version: 3.3.0-3noble.20260804.175357 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 413 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.20260804.175357_amd64.deb Size: 101708 SHA256: eeeb8a9470390e3f7fd32f736bc8d3b081e78fa421c3e3227967fcfc23c781a9 SHA1: 69d05b14b4fbd6e223328ece7755f3329cb7c283 MD5sum: 28bb2db1a5e533af6eb20349a24b23b5 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.20260804.175357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1936 Depends: ros-kilted-spacenav (= 3.3.0-3noble.20260804.175357) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-spacenav/ros-kilted-spacenav-dbgsym_3.3.0-3noble.20260804.175357_amd64.deb Size: 1767140 SHA256: a693ed461bb74c04784c8e51cf34b3d963d8420082128b898098c5717e665492 SHA1: 24b73709892719a5e448fb48d7c0de00138f7736 MD5sum: 2ce2aea597c0a78e1b660299c6bef4d6 Description: debug symbols for ros-kilted-spacenav Build-Ids: 475c2ce055622fcae0455a6454b224ea9f33b950 6b7816e531fc966b3da067f2742f58878a9ba654 Package: ros-kilted-spatio-temporal-voxel-layer Version: 2.6.2-1noble.20260805.150919 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 2243 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.4.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.20260805.150919_amd64.deb Size: 430890 SHA256: dbe1b61030167d02f2ec4d11d6e20a673e42caccba553013ebd00d9bed9dde1b SHA1: 0a3574d7caa508fc00672e917f89815a5d239aef MD5sum: 55467a4960e6e4c98522a3dbe7abcbab 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.20260805.150919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 14077 Depends: ros-kilted-spatio-temporal-voxel-layer (= 2.6.2-1noble.20260805.150919) 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.20260805.150919_amd64.deb Size: 13096086 SHA256: 3e9f9afedb10bec471da5ee7b4c9cadb4d99a8c7e64a8a807e787cb081120877 SHA1: 75cd72bbacf497c416be53b3e711eab905be9c63 MD5sum: 34a01be8d6066f65e079155569032ea6 Description: debug symbols for ros-kilted-spatio-temporal-voxel-layer Build-Ids: 287321c254e8d94f5940a1cd9f876db4b433d91a 515da3fe1488cf0c3d9fa69c14e7bc9d50155825 554321c1bef97a21d0d8c867484277840174e907 5df0643ef1fa4b8a4ba1a1eaf1a983d3ecbd994b 60a78de9573b197ea283d0b1a4ecdfee40d8234b 624fbc7c3a346a6a164f40be24594008724dd443 63d29009eef0481848551de53c6cb18ade399823 82489814defe5f3c30ffee8ff7b267dc94c1fbc7 892ff54a29d2c867cbb0e0a15a98601b065a042f af502647bbbbead38d80024cdf18d6714bd868ba c971028933958f2f1a25e43787c0f3639e6f1683 dd516e88fa3dd9d6b4c30c8665159210ca8be969 Package: ros-kilted-spdlog-vendor Version: 1.7.0-2noble.20260410.112753 Architecture: amd64 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.112753_amd64.deb Size: 6622 SHA256: d76ca859f14b64245344398bdf90f682d96d7ee1f7f24e5acf540348b0707bab SHA1: 9118f8f230daf6b8f61e1f6360aa8888592fa311 MD5sum: 03417aa6bdfb23dca67d8b89849ec58b 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-speech-recognition-msgs Version: 5.0.1-3noble.20260806.123121 Architecture: amd64 Maintainer: Yuki Furuta Installed-Size: 1482 Depends: libc6 (>= 2.14), 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 Homepage: http://ros.org/wiki/speech_recognition_msgs Priority: optional Section: misc Filename: pool/main/r/ros-kilted-speech-recognition-msgs/ros-kilted-speech-recognition-msgs_5.0.1-3noble.20260806.123121_amd64.deb Size: 141204 SHA256: c4c439c447c98f825d3ff03fc8b0c9953b395dc96f9538d85ef40a89ccb9b828 SHA1: 678368df361d7bf9dc1aad6ced52db7d9b3dfa9b MD5sum: cdce1fc27f2c8f1597e78b0337302642 Description: speech_recognition_msgs Package: ros-kilted-speech-recognition-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-speech-recognition-msgs Version: 5.0.1-3noble.20260806.123121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yuki Furuta Installed-Size: 1393 Depends: ros-kilted-speech-recognition-msgs (= 5.0.1-3noble.20260806.123121) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-speech-recognition-msgs/ros-kilted-speech-recognition-msgs-dbgsym_5.0.1-3noble.20260806.123121_amd64.deb Size: 1159254 SHA256: ea08e9c0226003935839901891f669eddac8d8ce1f11bb4dfa4457390147e509 SHA1: acec35729bd30c3f37b41dd318bd42efee83b1c8 MD5sum: 384e610efb78353c8b57f53f308265e9 Description: debug symbols for ros-kilted-speech-recognition-msgs Build-Ids: 2a65bf319af7d55af03d7d57d671da183d185e34 2e21225ff50a1744c2b70fc046f220ea4bfa96ca 37aa45d4e4cfe8ac28da558d4afdb713a367e7c3 480df0d141f451786651ae8010d65bd9e412dad7 5519f2c1787e3d076d30c5a905fe01c8b063a75c 624ecbfb1d45e7c189619493dc53068a63e3f76c 742b09a4e2685a65cb4e3da037b2c9d3e11c3835 aceb58aff42a12be79bf2f32fb5eb05f779a76f2 be0823c81a8a3c00f8bb881d366b32c8ff8bd0b4 caf5fb7cabea38f5eae37d34a6522b2bcbec3289 faa149b1779916454f342ece42ac44cb9308685f Package: ros-kilted-spinnaker-camera-driver Version: 3.0.4-1noble.20260805.142929 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 61287 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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.20260805.142929_amd64.deb Size: 11254180 SHA256: d473cd81d8756d143be27b1236ff2874e865be81abfcdc36d993d2ade95b411c SHA1: 126f2cfc4cc3ae893dd144fed84ca5d01291125e MD5sum: fc9fe4eb7cae9944ac3f627c4ef7152c 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.20260805.142929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 5983 Depends: ros-kilted-spinnaker-camera-driver (= 3.0.4-1noble.20260805.142929) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-spinnaker-camera-driver/ros-kilted-spinnaker-camera-driver-dbgsym_3.0.4-1noble.20260805.142929_amd64.deb Size: 4453394 SHA256: d225c51c316d07dedc17a42d0f766e50da88d685cd4800bb95e4027c9b196bb8 SHA1: 88fe97d95b0d0f9f9a85aacdc7104a243aba8c6b MD5sum: 7c5bfafbb24782e926dadbb608b2fab6 Description: debug symbols for ros-kilted-spinnaker-camera-driver Build-Ids: 0f1010ad37f82d07fb1b7ee1ea3040686f7d01a6 65b28d6e4ab05b79f748a9425854c886b3fcaca5 72a3b0c37fc90100125939ade7a5d80ad8afb258 934cdd02f2789307530bd7739620ed25408de46f a6549b7a9936bf9ba9515e21a052153482c84517 ab8dcfbb5338b5fa4eeb0a698e2175634a9b3719 ba588e857e60ca61054c1417f50976e8401d3721 cd1fa73f1afee28dea52c1cd6e1fd547ee22322f cd5cb05d3911c294f2d66abab2a9744f7a4f3c41 Package: ros-kilted-spinnaker-synchronized-camera-driver Version: 3.0.4-1noble.20260805.151106 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 220 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.20260805.151106_amd64.deb Size: 57556 SHA256: 9eaf8aedef94d7cdb279a0a5c549a328a40b5ff27205f9236c044f50a730c048 SHA1: 0a5f4042ccfe33b1c798eade4c9973eb6c9d7136 MD5sum: fae3b68860a441e5c364c10a45971db5 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.20260805.151106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1843 Depends: ros-kilted-spinnaker-synchronized-camera-driver (= 3.0.4-1noble.20260805.151106) 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.20260805.151106_amd64.deb Size: 1791242 SHA256: 683d44121f8897a90fe8f4abe6abbb5fb967c147526f7b4b8074090a4d450f7d SHA1: 333f2da50696d3e44c46652b5ceab8f809ea8a4c MD5sum: ea9eb527deeee86e9f9d93b5b103f88f Description: debug symbols for ros-kilted-spinnaker-synchronized-camera-driver Build-Ids: 266e797c0ef975cf3cd3236e5d5ef5fd6cae49f0 cb13b28f3223c787f56c7450c727bcbc0eb5066c Package: ros-kilted-splsm-7 Version: 3.0.1-4noble.20260716.013619 Architecture: amd64 Maintainer: ijnek Installed-Size: 483 Depends: libc6 (>= 2.4), 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.20260716.013619_amd64.deb Size: 50162 SHA256: ec9ac0487f2bdef383446ef82bba3d17df3ffc852b8c7dc2dadb38eed83238e6 SHA1: 2dce81d4329e1356680455b8e775bed875da1ce6 MD5sum: 6e1b9fe68518bb329f63fc91a148b559 Description: RoboCup Standard Platform League Standard Message V7 ROS msg Package: ros-kilted-splsm-7-conversion Version: 3.0.1-4noble.20260716.021316 Architecture: amd64 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.20260716.021316_amd64.deb Size: 6108 SHA256: 53aa06c653e83c33fce516e4a0f18415299fa27b0a6d29c61c8b81f7594f369b SHA1: 4ac61194a0bf4bbb0ea99b2817f8d59a00367eb3 MD5sum: 5511aa554810acfda4ba6242339b6b59 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.20260716.013619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 308 Depends: ros-kilted-splsm-7 (= 3.0.1-4noble.20260716.013619) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-splsm-7/ros-kilted-splsm-7-dbgsym_3.0.1-4noble.20260716.013619_amd64.deb Size: 218342 SHA256: ede70041f1f9e420600aba6ef873fbb0858a08062d27fc50928670c87e5ae92a SHA1: 663113765907367885f5c96e14e655627b74c9c3 MD5sum: 78b9121924234c3306e95a7dd2f75dd9 Description: debug symbols for ros-kilted-splsm-7 Build-Ids: 03cedae5daf34beeb7945fffd045fa3c8644e80a 07681257737546a7b7fbbb283c9a676f0381b77c 0d48038c03da3428481ddf1353f393ca5c315a61 26943e74883b73d33385a5f168d3a19f1fee80cc 40563793f92bf4187f704c4ab894b27b2bcfbda5 4fb14c0651f33900720b84d6821731f35c0d1c4e 957e0ddee72f93343a3027826924f94a454b2665 9c2f33f313885eed55b7983b062d705e4b1a0a54 c3c18be83b2ad751a54f3f31959ec64f1f30146e d605f39dcfef52a906078db0f28386cc77c47604 f9adb9f7c873f91ab467ff109911f19b93a38e6d Package: ros-kilted-sqlite3-vendor Version: 0.32.0-2noble.20260410.112756 Architecture: amd64 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.112756_amd64.deb Size: 8030 SHA256: 12f81136f7157461ff22613f5929f841effd471e0696d1159fa4d043b23a0347 SHA1: 8766c44b730a4117caf7bc8c9857a6f254996e49 MD5sum: c380f504cc37861288f3df978f2d27b5 Description: SQLite 3 vendor package Package: ros-kilted-srdfdom Version: 2.0.8-1noble.20260805.141914 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 225 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.20260805.141914_amd64.deb Size: 60602 SHA256: 229d34ae26949af3d67e42d6ec8bbab4af8e95f4eecc233e7c1632f08bc0c215 SHA1: 60886921469a04342949555a24fc721c6d45733e MD5sum: ac26fed17b22cd1d64cbda366f7583a9 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.20260805.141914 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 716 Depends: ros-kilted-srdfdom (= 2.0.8-1noble.20260805.141914) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-srdfdom/ros-kilted-srdfdom-dbgsym_2.0.8-1noble.20260805.141914_amd64.deb Size: 684840 SHA256: 478600cc79d085fa6033a8765bdf169a2581e88758598f9478672d0a8056d594 SHA1: fbaa43442ea1e55cfe9d84c5cfccca20b674bb06 MD5sum: 3f17481cfbbacc6229ccf4377baac54f Description: debug symbols for ros-kilted-srdfdom Build-Ids: fe04aa3a00283fd5f1a7eac3962e83f0647da054 Package: ros-kilted-sros2 Version: 0.15.5-1noble.20260805.140811 Architecture: amd64 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.20260805.140811_amd64.deb Size: 44050 SHA256: eccb01d100ebdaa2b9c4e09f8e22f0db9945b61392b2ab2b6377f2c32e1b2d3a SHA1: c19395a3eb82684db10e652ab9101fc544234da2 MD5sum: c61b47f2d0e11b9eff63033ec68302df Description: Command line tools for managing SROS2 keys Package: ros-kilted-sros2-cmake Version: 0.15.5-1noble.20260805.141206 Architecture: amd64 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.20260805.141206_amd64.deb Size: 7068 SHA256: ad4fdf962afc271aabc165345f9c5dec279e7b27330254db7b49508add91ffba SHA1: c88fd1d0c7b1f42556b2c61be022cb9f37d54fe8 MD5sum: ab5762ff37124cc0598c0edd46d1f129 Description: CMake macros to configure security Package: ros-kilted-state-interfaces-broadcaster Version: 5.16.0-1noble.20260805.144052 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 321 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.16.0-1noble.20260805.144052_amd64.deb Size: 85862 SHA256: 290b6888a65fdbc4aeb87397236fbe28bbeeae3197b839c111c91e92f49b42ae SHA1: e94f2c51b3fb70641f4e972ef800601fa9875d7b MD5sum: e707cee2f8aa341da1e51c0fe1ded27a 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.16.0-1noble.20260805.144052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1375 Depends: ros-kilted-state-interfaces-broadcaster (= 5.16.0-1noble.20260805.144052) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-state-interfaces-broadcaster/ros-kilted-state-interfaces-broadcaster-dbgsym_5.16.0-1noble.20260805.144052_amd64.deb Size: 1272092 SHA256: 766fcdb2d77a28e0908c8a2ca4c28f694c4ca35a7ae2a3703b956e48f28cbe6f SHA1: b2c522f211ccc126013f82f34902f8c20e8229af MD5sum: ca81d675d3a68a53943332b3027b8fef Description: debug symbols for ros-kilted-state-interfaces-broadcaster Build-Ids: e2b9d6d54d85899063caeaa7d8e42063957ebd68 Package: ros-kilted-statistics-msgs Version: 2.3.2-1noble.20260716.013629 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 727 Depends: libc6 (>= 2.4), 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.20260716.013629_amd64.deb Size: 68894 SHA256: d26a9f34ff5dca075c1b106e06e3dd486417b5d911e63cf306ac43771ed445ed SHA1: 7457c0c6172020c0b21efb0dd6d0c695f235a3d1 MD5sum: 5001d2aaa8deead9939e75c868d6067d 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.20260716.013629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 504 Depends: ros-kilted-statistics-msgs (= 2.3.2-1noble.20260716.013629) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-statistics-msgs/ros-kilted-statistics-msgs-dbgsym_2.3.2-1noble.20260716.013629_amd64.deb Size: 378402 SHA256: 11519770678790ed15bd0113032b6b90a79e1b5c35bf66062adaf475edeae1ee SHA1: 4ae846a7656f3e4a3c515fe1a4a5be4b28f2bb84 MD5sum: 52e8cdb9043e1d1717f4992df7efe104 Description: debug symbols for ros-kilted-statistics-msgs Build-Ids: 37743518d3ee743a941fbeb6143ae1d1697d3030 4719eed584a57754bbd6c40ec8267142bb69c445 4b4a9107404d8a23548dadc4a6da4ae868f6a833 53cfea18ba34b9e9e6faf11795724e4bd12b8b05 590d54163acff2f958788b86b88dc474f68ab8d7 60c816b97b7210e6e04e408f0adc9d49eeef22ba 64a81d147bbbfaf9da8a2b86b57c8f752305a871 9edcac901f82ddd53acc13305c10ff9cdb0f0896 c833c0ebc11aad0789fc152041b885b0367ec563 df28f8e97f95a88554e4825e982519a9c284cfe8 eca5e104f18e8d2699ca67f734e2f82611da5cdb Package: ros-kilted-std-msgs Version: 5.5.3-1noble.20260716.013627 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3851 Depends: libc6 (>= 2.4), 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/std_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-std-msgs/ros-kilted-std-msgs_5.5.3-1noble.20260716.013627_amd64.deb Size: 236152 SHA256: 8448c007f1eabb6ffa9cd9c726148ee59fe8c658bf754fd97bed8879658ab071 SHA1: 3620bdb0d366651b8f45896ea04af8d0b170ebd1 MD5sum: 190b87fbbdfb28981f2b8984c583ee89 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.3-1noble.20260716.013627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3299 Depends: ros-kilted-std-msgs (= 5.5.3-1noble.20260716.013627) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-std-msgs/ros-kilted-std-msgs-dbgsym_5.5.3-1noble.20260716.013627_amd64.deb Size: 2726834 SHA256: 80832b836aebc7b453fb83d43c8cb3fa2e3ef519c29cd9da1cbba7e160d6d8a0 SHA1: a508472491e4c53adea1ee966f9f1fb514800709 MD5sum: b4a8198081b160da3c87d0d24810107a Description: debug symbols for ros-kilted-std-msgs Build-Ids: 16c024402db222990a627c6d9a90004974984a71 2528792dc6c1f126422465f750370ed5f50f019a 3c01581694db31baabd074c48e21ccdf8d33516b 547bd2f724c1f321caa7d7619501289654fb35f6 6888e2ad70f5c3dd379ac306a67bdb65ff988aa8 776aa01da080d95c53773269598b4ede9a4e3f2f 8bbf3e45bc845284186900ec52adef519165c637 9aa8e1f2491391e9b1af8248efa0abfe7d2f2ded bd31f297a582f1f2ad51407925ad5f3234d39e2b d0de3ec53247e5154a4acee425de888e2919f300 d3d1e6e38677ed98772ba385ea8265f58290b17a Package: ros-kilted-std-srvs Version: 5.5.3-1noble.20260716.013627 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1433 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/std_srvs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-std-srvs/ros-kilted-std-srvs_5.5.3-1noble.20260716.013627_amd64.deb Size: 111546 SHA256: d64e12abad2c05f6189749c03c6fc4aa5c068032c39658422f608f645fd5a444 SHA1: 8c3a5aae69924eb1ad5403a3ce6ed62922443997 MD5sum: e0fd9feeadf235eda7f303687a2a78ab 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.3-1noble.20260716.013627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 993 Depends: ros-kilted-std-srvs (= 5.5.3-1noble.20260716.013627) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-std-srvs/ros-kilted-std-srvs-dbgsym_5.5.3-1noble.20260716.013627_amd64.deb Size: 765384 SHA256: b1e52a079c65557993c59093bcbfbabcf1dc410ef9a31c53c81cbfb4ae2afda9 SHA1: 2ab1588c5abba2e00ffef73e0daf726090645ba3 MD5sum: 21e7f3301a8b5e0a1417f72c036d18a0 Description: debug symbols for ros-kilted-std-srvs Build-Ids: 2023da830077dd5395b988270ce0231b5d20ba90 41a1c40b8d8fd4aede570adef49be252147fdfa2 42542a9e0f319085f124001e6df3cd58941a072c 47db8c5e4327c3c681141ca69bd0cc2af68f7df2 a13c5b5bab75c4e2e100ebde14de878c06428321 a4205fd17f5ddbe2c77cd0757f125a3e1658e9d7 a8fd2d10042c299a0126fd35342b92c5c8057eeb adfc0a3ba590c7173ddb71530a2d61d60a4bed6f bde6a96e76269a8452695c72350100950ccafd4f ea175382506bb59bdfcf6307afcb8a2121a8e1e1 f6d98384607ae26c3a5775d267ce5a5bc10a90ee Package: ros-kilted-steering-controllers-library Version: 5.16.0-1noble.20260805.144035 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 879 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.16.0-1noble.20260805.144035_amd64.deb Size: 199130 SHA256: 0e322d8439c8968a591b24904e7a1537edb33041c911befd47fa626d63965245 SHA1: 28f1f81caf27f4446128e6f9180f82bafcfa706c MD5sum: 29ef2f2672b6b0c604f194e75c028059 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.16.0-1noble.20260805.144035 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3672 Depends: ros-kilted-steering-controllers-library (= 5.16.0-1noble.20260805.144035) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-steering-controllers-library/ros-kilted-steering-controllers-library-dbgsym_5.16.0-1noble.20260805.144035_amd64.deb Size: 3234782 SHA256: 94ce81f5e7af5c62ce95cc5f88869520c6e8dae57d9aa3e6620fb8f2bd879103 SHA1: 85221f6bcc7cb5557a1acd2bfa753921cfb1a897 MD5sum: e813620701d0ba587607cb3e0b404291 Description: debug symbols for ros-kilted-steering-controllers-library Build-Ids: 7a6decdc41ccfaebb0ab198aa6a1d25a0aabf44c Package: ros-kilted-steering-functions Version: 0.3.0-2noble.20260410.103521 Architecture: amd64 Maintainer: Holger Banzhaf Installed-Size: 1037 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.103521_amd64.deb Size: 150790 SHA256: 19b1e76f2ef4e3e8d3b4fd4d72cd084d8c5a48151f2b51bf47d9a032f7468e8f SHA1: 258d8f3f9fe155b89897d7dc07ffdc161fe373d9 MD5sum: 88b32d7a49675895e02afdb9cacb1e73 Description: The steering_functions package Package: ros-kilted-stereo-image-proc Version: 6.0.13-1noble.20260805.150515 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1385 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.13-1noble.20260805.150515_amd64.deb Size: 282292 SHA256: 0aae8055827806163cf7440be0328936c73572137d811a27da97a327315736f4 SHA1: 4e8870c6977c2875740451a75029237d8d639dbb MD5sum: f0f46bcf6e453b43515fb6e3f28210c4 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.13-1noble.20260805.150515 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 7155 Depends: ros-kilted-stereo-image-proc (= 6.0.13-1noble.20260805.150515) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-stereo-image-proc/ros-kilted-stereo-image-proc-dbgsym_6.0.13-1noble.20260805.150515_amd64.deb Size: 6233066 SHA256: 2287ba0a2a451bb30b370fb4b85ee65afbe5de0baaa4179bf809fcc328acac3d SHA1: d51236bb0e4fa764cdebfff63e803273238d0827 MD5sum: d8de43cf99e9c7789e398c3618705dbe Description: debug symbols for ros-kilted-stereo-image-proc Build-Ids: 31a9e50971f935fe750af3d9b00d702f02fe32c0 36464498a85c19d2a433bd80ebd62ae177e89315 e42ff7b5bfb60bf5111f5f211e34faee225b87be Package: ros-kilted-stereo-msgs Version: 5.5.3-1noble.20260716.021249 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 508 Depends: libc6 (>= 2.4), 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://index.ros.org/p/stereo_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-stereo-msgs/ros-kilted-stereo-msgs_5.5.3-1noble.20260716.021249_amd64.deb Size: 49220 SHA256: de7242fa70a53bf63ee89aca8ca680555db6e5cf3f398d1b9ba13490d398acf2 SHA1: 69927073340cc677d396786f1d1a6b46e7474370 MD5sum: fad721947014a7a51f200da7d7b88c9e 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.3-1noble.20260716.021249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 300 Depends: ros-kilted-stereo-msgs (= 5.5.3-1noble.20260716.021249) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-stereo-msgs/ros-kilted-stereo-msgs-dbgsym_5.5.3-1noble.20260716.021249_amd64.deb Size: 205600 SHA256: 7eca8da3ba175507a181bb0678ee8bb43bf301e0250a07ea02d177adfbd541a1 SHA1: a119c2bfaa520f3437e2f949582c609ec4410e24 MD5sum: 9e851ef649525cb3c77c0b0377e42966 Description: debug symbols for ros-kilted-stereo-msgs Build-Ids: 04f3ffdb431bbb47619c7ef37464a5409d850acb 0d42d66fe81fe1aef46e01f22d35732f6732acd8 28e4f72af0bfc7568650385b9e46861474e38365 389ed44b8633e9026286183055c86c1256c0287f 5d65ad553b858174c5c4d159d359cde7e3ab7cbe 7c98d312c28d6164438170dec38f6afc4e1940db 8cbbe1c205494a5f6e1d6a7c41665eac66a2b0f5 a2f65cc8601b9f2da28abf07cb9563388ca159ab a733ab6ba331e266e3b7c922c67b08556bb92011 dbc66aa7a743f381737a0c6e3f4fe66334709140 e8272a709dca115d99207e79931f9baa063d83a5 Package: ros-kilted-stomp Version: 0.1.2-4noble.20260410.105204 Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 212 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.105204_amd64.deb Size: 67888 SHA256: 867cbe96cebf7c8229a51f91edf84dd2878ab7827a1a1f51358d1bd51704674a SHA1: 3ff6305e4387746e952e6e6b13244152cc01838f MD5sum: 9292714c569b6096f218c3873b5bb30a 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.105204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 2633 Depends: ros-kilted-stomp (= 0.1.2-4noble.20260410.105204) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-stomp/ros-kilted-stomp-dbgsym_0.1.2-4noble.20260410.105204_amd64.deb Size: 2629594 SHA256: 96be7c41b1b1374cd8069f7480e9b34969e9f3bdfaf70dc7ab1bef18a04a2e58 SHA1: 6b7d47bc77022630c263a7fa51d100addffd1eeb MD5sum: b9e7aeb8c82b301b5d82506988d646d7 Description: debug symbols for ros-kilted-stomp Build-Ids: 80b38666519082e815a491c3197e108734a52146 cfcba951d361e7b8b388c4c6daab6dc6d49a388e Package: ros-kilted-swri-cli-tools Version: 3.9.0-1noble.20260805.141037 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 91 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.9.0-1noble.20260805.141037_amd64.deb Size: 14558 SHA256: 26179b0adebe754c98ad486dbd1c43c1baa7544a8f74aa8e838d9d5b0ea18faf SHA1: 3b08c4451d575dfff03f8404b08c33bcce4ca19c MD5sum: 62611161312965d24089ec735d84e86c Description: Command line tools for introspecting ROS systems Package: ros-kilted-swri-console Version: 2.1.4-1noble.20260805.082025 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4840 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.4-1noble.20260805.082025_amd64.deb Size: 1808306 SHA256: e91c57f9e8b0404ec33cd437d9668018c3f80d9d17e603e7603d8ef4ebe2bcfc SHA1: 2bd5ffc40a00ede583b3d52dae453b17712804d2 MD5sum: b66ed6d537332e2870d90617ef7f0473 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.4-1noble.20260805.082025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 5693 Depends: ros-kilted-swri-console (= 2.1.4-1noble.20260805.082025) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-console/ros-kilted-swri-console-dbgsym_2.1.4-1noble.20260805.082025_amd64.deb Size: 5376528 SHA256: a86571bfaff5dd634f3eff9814e84e09f0d2d6b51c501558a0d9921343670929 SHA1: e70517b5ece8ef0d1fe3b4aa0bee4441e5ba7ba7 MD5sum: 759d887e8f002f7f2ed4da4fd1fac0d2 Description: debug symbols for ros-kilted-swri-console Build-Ids: 1036179a5ad9d92484cda0a4a9af168a4d98c2c2 Package: ros-kilted-swri-console-util Version: 3.9.0-1noble.20260804.170825 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 89 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.9.0-1noble.20260804.170825_amd64.deb Size: 17762 SHA256: b6dfaf4b41875616120a2c11aeef7dc135e08a1f0df01c1bd17722e27e5666a4 SHA1: f8d8d9da88f126b8cd644e6219a0ee804795b94b MD5sum: 5795b79ef86b06968ccb6702acd560a1 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.9.0-1noble.20260804.170825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 219 Depends: ros-kilted-swri-console-util (= 3.9.0-1noble.20260804.170825) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-console-util/ros-kilted-swri-console-util-dbgsym_3.9.0-1noble.20260804.170825_amd64.deb Size: 205210 SHA256: bd6047ef13510a4e03e3e477bb799ba030d7b4d9beed1e455f04159e2c11d2fa SHA1: bc6a439ba00c3e65262e36580271a0e878c09510 MD5sum: 45290bcb06eb2470391edc6e4f1baadf Description: debug symbols for ros-kilted-swri-console-util Build-Ids: 141a1f37703870d991671873168228da7d8a7cdd Package: ros-kilted-swri-dbw-interface Version: 3.9.0-1noble.20260604.023217 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 53 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.9.0-1noble.20260604.023217_amd64.deb Size: 8766 SHA256: dd17ee951f0d5b84747fe3fd4a5c51f02263c6b2a1c9cef887c4212e50ec7bc3 SHA1: 3dde24fda1ba0c6228bef4ee61150e70fbcb31c2 MD5sum: f3391500354896e572f3934c9ead8e9e Description: This package provides documentation on common interface conventions for drive-by-wire systems. Package: ros-kilted-swri-geometry-util Version: 3.9.0-1noble.20260730.180751 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 159 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.9.0-1noble.20260730.180751_amd64.deb Size: 46648 SHA256: d97752f4996dc7b8560cc258ce6dc5e55873d58fbffa1a17da8f590f3429124e SHA1: 8a57cc9e2d2c5dc9018513be2d2593d5619f014f MD5sum: 3d499ffe8d77733b27296244b4802801 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.9.0-1noble.20260730.180751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1778 Depends: ros-kilted-swri-geometry-util (= 3.9.0-1noble.20260730.180751) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-geometry-util/ros-kilted-swri-geometry-util-dbgsym_3.9.0-1noble.20260730.180751_amd64.deb Size: 1782528 SHA256: 1c6f39609b7ea2c936d1dc4387adda9c0e73c4cabdc314cd4ca333c44de222d7 SHA1: 8354cf1b8d015e4175cad4b91783bc2ea49b22da MD5sum: e6a02aada2fe3a016ad58d435dbf706e Description: debug symbols for ros-kilted-swri-geometry-util Build-Ids: c26216f42ce68fee0c6e28e35e6b797f990bff3f Package: ros-kilted-swri-image-util Version: 3.9.0-1noble.20260805.142750 Architecture: amd64 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.9.0-1noble.20260805.142750_amd64.deb Size: 169612 SHA256: 59add21389a4ed24382b5b794eb922ee071ff4d9127b1e9498e5e804e839ae24 SHA1: 37121f67fde081aa1f71e6b478706a20cd0cd642 MD5sum: 67f985ecb49f5d4b851d8e6f5b0a1f0e 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.9.0-1noble.20260805.142750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 6303 Depends: ros-kilted-swri-image-util (= 3.9.0-1noble.20260805.142750) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-image-util/ros-kilted-swri-image-util-dbgsym_3.9.0-1noble.20260805.142750_amd64.deb Size: 6120212 SHA256: 533f962d8b7369bebcf464441a8de64bdd3bd6f89180a3b90d9859bce25c0427 SHA1: 073dc7f7ddcc9d97a10d8c1ad6d0c712d6051b90 MD5sum: 0cc132cce29172dfeb80d65e22b6a611 Description: debug symbols for ros-kilted-swri-image-util Build-Ids: 01ca904cf774698ead796f4d9b97830ab3d12e13 1657423fd16c788e95daee330054aad27965b98c Package: ros-kilted-swri-math-util Version: 3.9.0-1noble.20260804.170754 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 145 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.9.0-1noble.20260804.170754_amd64.deb Size: 31574 SHA256: 655ea3b792e4feeca5938d622c4e51edb1b514a6db65f52938b0e170786a4e11 SHA1: e78cb8a358ccf19a4d0f4279876ce6a69e1ce1be MD5sum: 678ea35df2968e58dc4250d7e431d6bd 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.9.0-1noble.20260804.170754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 333 Depends: ros-kilted-swri-math-util (= 3.9.0-1noble.20260804.170754) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-math-util/ros-kilted-swri-math-util-dbgsym_3.9.0-1noble.20260804.170754_amd64.deb Size: 314376 SHA256: 5453faa51ec724be3fd8ddb6bc7f677d3f8d0d1064b8ce65aee0d24bd3d463c0 SHA1: 3145dc6898f8e609613412981cbbd252e01a40fa MD5sum: e2f506df9c9da13e62ef14150eea3623 Description: debug symbols for ros-kilted-swri-math-util Build-Ids: 58e1d3cfa291c07f978ace3d9973bd2b48b5e01e Package: ros-kilted-swri-opencv-util Version: 3.9.0-1noble.20260804.174655 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 204 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.9.0-1noble.20260804.174655_amd64.deb Size: 47784 SHA256: 488468b5b7788d07ce8e42594ca1237e33f48ab42f94905b9ad091a4931340d5 SHA1: 82af9a8fb1e180c56c035868806240809791ea04 MD5sum: 93d383e59e545bf8d9f25d084ebae329 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.9.0-1noble.20260804.174655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 515 Depends: ros-kilted-swri-opencv-util (= 3.9.0-1noble.20260804.174655) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-opencv-util/ros-kilted-swri-opencv-util-dbgsym_3.9.0-1noble.20260804.174655_amd64.deb Size: 489552 SHA256: 71efb2c0184a71c569931f11cb9ff44e8208855eafc7f97e02d9c200aa5ac261 SHA1: 4d0f1d8b0f0e3a580cb925d4fc2914bf0258004b MD5sum: d98a3e198ab3d943ca19c4e17bd1e2d0 Description: debug symbols for ros-kilted-swri-opencv-util Build-Ids: b7dcf50bf5a59ab59ab7f88f9b86e8efa6b61e70 Package: ros-kilted-swri-roscpp Version: 3.9.0-1noble.20260805.141434 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 622 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.9.0-1noble.20260805.141434_amd64.deb Size: 130616 SHA256: 786bf8de21a857191bfebb70e1e61d0c0684269367c8a2c2bee23618918b881e SHA1: f840407616b33720d7f7cdfcb997bec1c7a3a4e5 MD5sum: 45cc05e2dc769f2b5b7f82b11448b426 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.9.0-1noble.20260805.141434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2265 Depends: ros-kilted-swri-roscpp (= 3.9.0-1noble.20260805.141434) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-roscpp/ros-kilted-swri-roscpp-dbgsym_3.9.0-1noble.20260805.141434_amd64.deb Size: 1921882 SHA256: 49fd375e40850a0a8062454507c8b892afd53d60eeb6d25492b07fc8fe351fde SHA1: ce9ab0324c61c539120620ae923da2fa84757cdb MD5sum: 62b2fd56ff67297c8d8279e2c379079e Description: debug symbols for ros-kilted-swri-roscpp Build-Ids: f8b0e14c804a830b0704cc4237a2ada7fb9ffccd Package: ros-kilted-swri-route-util Version: 3.9.0-1noble.20260805.150815 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 225 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.9.0-1noble.20260805.150815_amd64.deb Size: 66322 SHA256: a2a8c920a8490774f8b6d7f436505787e593e753169c55ce01c742ff1443eaeb SHA1: 966c4dc4e4620a4035f4bd0fee298f01b33bba25 MD5sum: 13da9c7fb71cf4cd7423a58ba6a27445 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.9.0-1noble.20260805.150815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1065 Depends: ros-kilted-swri-route-util (= 3.9.0-1noble.20260805.150815) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-route-util/ros-kilted-swri-route-util-dbgsym_3.9.0-1noble.20260805.150815_amd64.deb Size: 1034812 SHA256: 5ab52f6994369b41ecfbbc586c60d2ce5d2f74c75b015844c405b1031f87431a SHA1: a36b3ee4dbc4a31f91e36ba72a9d200f7a4a41e4 MD5sum: d8732e2cffabaa7a11865445bdb5bca0 Description: debug symbols for ros-kilted-swri-route-util Build-Ids: e9baf77d3e7c75b2a1f1f6b6698cf963783a0dfc Package: ros-kilted-swri-serial-util Version: 3.9.0-1noble.20260604.023207 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 97 Depends: libc6 (>= 2.14), 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.9.0-1noble.20260604.023207_amd64.deb Size: 21370 SHA256: e63847e4f43d79ab1d8c9c26b049130d04610f76c25aaa911eb40c1940582ea4 SHA1: 24f773aaea0df48426444b2889c1b28fb7aaf261 MD5sum: 12f4e47dc11f3d23e2150156dc7f87a4 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.9.0-1noble.20260604.023207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 106 Depends: ros-kilted-swri-serial-util (= 3.9.0-1noble.20260604.023207) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-serial-util/ros-kilted-swri-serial-util-dbgsym_3.9.0-1noble.20260604.023207_amd64.deb Size: 90910 SHA256: 323e5db13cb74f3798552adc5ea4ac15200b82f4544b7365326d2d6e97d75f14 SHA1: 73b939954dc879188efd941b114730e7308edf61 MD5sum: 346abbae962e6f01860b6a4456ab83e3 Description: debug symbols for ros-kilted-swri-serial-util Build-Ids: 36083036a5961f7e02d4d607c7d4bc8b3010cfda Package: ros-kilted-swri-transform-util Version: 3.9.0-1noble.20260805.143354 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2730 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 (>= 6.1.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.9.0-1noble.20260805.143354_amd64.deb Size: 443586 SHA256: c7c357ed7d0742c6d1d83b8f0754231d2868bc72bea6ba24b54521507231d683 SHA1: 353870620331507be37549e2d3788040dbed8781 MD5sum: 492ef6731a9f48406ec73fe4620ddac6 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.9.0-1noble.20260805.143354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 12679 Depends: ros-kilted-swri-transform-util (= 3.9.0-1noble.20260805.143354) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-swri-transform-util/ros-kilted-swri-transform-util-dbgsym_3.9.0-1noble.20260805.143354_amd64.deb Size: 10681604 SHA256: 96bbd3d5f9dcb07cb47536fc5e4dad8b5ed9b0a48fe4f344b46897829b1c8e1f SHA1: d956626800e41b75c29d6b292f763c2fd34077b9 MD5sum: beebcaa855c3b001374739875dd17505 Description: debug symbols for ros-kilted-swri-transform-util Build-Ids: 05e2d2e5fa33d4cd8ab8a6c4dec4bebf4260e183 6e3228b4cad608c4c4d9bd6f1507eef45cfed08a e508001f1dcb2e23341fbd76cd90bf6b0ce94b34 Package: ros-kilted-synapticon-ros2-control Version: 0.1.2-2noble.20260805.150604 Architecture: amd64 Maintainer: Elevate Robotics Installed-Size: 5343 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.20260805.150604_amd64.deb Size: 1335556 SHA256: ae9ce03717739a6899e0bc7980416c43834da0bb9168e81e71296f5faee6b537 SHA1: 7c87db046b724a011f23a6a3559c16ee2b943c59 MD5sum: 430fdfbddba05236fba9e4b2e15c343b 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.20260805.150604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Elevate Robotics Installed-Size: 990 Depends: ros-kilted-synapticon-ros2-control (= 0.1.2-2noble.20260805.150604) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-synapticon-ros2-control/ros-kilted-synapticon-ros2-control-dbgsym_0.1.2-2noble.20260805.150604_amd64.deb Size: 939220 SHA256: 39be771ff9a2abc630c179c958502299e115bc0218819b74df95713ac51e2b28 SHA1: cd1183ee13f60cc2d7309850e86375c0c6f9f1d6 MD5sum: 1b121c685d6bcddb6a4e1b78d960c42e Description: debug symbols for ros-kilted-synapticon-ros2-control Build-Ids: 09e001087105e312a98a4bc429b55899fb5d7aec 31291a3252cdadb7f4b373c47e729c29559b632e Package: ros-kilted-system-fingerprint Version: 0.7.0-4noble.20260805.141034 Architecture: amd64 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.20260805.141034_amd64.deb Size: 10708 SHA256: d556c29497be1bfdfa0476bce1ca81c0411fb9cf44b078e14dabcda309150822 SHA1: 4eedf6b884ffd3ae4cb4ffb7258d780ec0606095 MD5sum: e9b881b9d734df9cca5693cb193a0681 Description: The system_fingerprint package Package: ros-kilted-system-modes Version: 0.9.0-6noble.20260805.140959 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 3004 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.20260805.140959_amd64.deb Size: 467060 SHA256: 507450a085439c80454b56a3a0e4ce8f8d0235c966f6ac8ec832ce141ae60b10 SHA1: b67f712e0f1dae5ef13829b19918b571d9caad99 MD5sum: c9f2b58e799b36a4e815ab00c4bdf35e 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.20260805.140959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 14554 Depends: ros-kilted-system-modes (= 0.9.0-6noble.20260805.140959) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-system-modes/ros-kilted-system-modes-dbgsym_0.9.0-6noble.20260805.140959_amd64.deb Size: 12204866 SHA256: 755e24dd3a7b28b84b1ea5f2530b8c85a2179dc4badf3da8f89dedf1c431736a SHA1: 8f67396cf241f00533a11a7fd54b504329b32df9 MD5sum: 70c8857672226c8c43f3f55350ea1c08 Description: debug symbols for ros-kilted-system-modes Build-Ids: 0410f3cd456be389e120fefe803460fd8d3cc9c8 092d46d9181df4dcdfa0393f3e997bfceefc2626 58a581635338fc79e6e9467c3cd7f8f117517a7f Package: ros-kilted-system-modes-examples Version: 0.9.0-6noble.20260805.141811 Architecture: amd64 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.20260805.141811_amd64.deb Size: 33172 SHA256: 5b337eb500a926ab407d0351af1e3d0a15ff92aae47fb76c53638a3f3202e2d7 SHA1: 9059f53c342765dd26eb3fd5a487e958e3e9a271 MD5sum: 1192b674bc437c98063f64ebcce9fcdc 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.20260805.141811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 771 Depends: ros-kilted-system-modes-examples (= 0.9.0-6noble.20260805.141811) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-system-modes-examples/ros-kilted-system-modes-examples-dbgsym_0.9.0-6noble.20260805.141811_amd64.deb Size: 731274 SHA256: 07bac760c10b0c39bd670c206ddce3b0d7754b86224888c25f094e08cbe19e67 SHA1: 7d8a319e343e0e97a9bc5e4334f690d436a93f3c MD5sum: 6f15f22daafeba07de617d3999c33d5e Description: debug symbols for ros-kilted-system-modes-examples Build-Ids: 4de1d887b9c7e2a644f7e526bc8cc64c75ce7c17 fe55249febc12922a8c310f22ed31458431a8464 Package: ros-kilted-system-modes-msgs Version: 0.9.0-6noble.20260716.013630 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1758 Depends: libc6 (>= 2.14), 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.20260716.013630_amd64.deb Size: 137118 SHA256: d42a8c844dae0d9387e47d3c5e51c6d91ecbf3a49becad4becdcd83cfc29319a SHA1: 8de3c073c4bed4cfbef9e084ecd032ed0b12c5f0 MD5sum: 3e5084a6d07080f753a9bc2b10b6628f 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.20260716.013630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1312 Depends: ros-kilted-system-modes-msgs (= 0.9.0-6noble.20260716.013630) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-system-modes-msgs/ros-kilted-system-modes-msgs-dbgsym_0.9.0-6noble.20260716.013630_amd64.deb Size: 1027950 SHA256: e54be97439754f11735bf33f1483559fdd738fd66849dc1ef43c0ab14f2ac62c SHA1: 7280aecfb889ab612a44d6783b4c6730d6c4acb5 MD5sum: 06e3194ec3fe66b8088641936798c9d1 Description: debug symbols for ros-kilted-system-modes-msgs Build-Ids: 105907661108a7c497bf2787e127585a1fb3d23d 24f338c36cb9323475d791f66e60c9b0848b270b 371f053dbb5682a0478a184c5c9635b2e36cc386 464fcfffd5c51a4cb1d0eaf3d1506c31e21a3e2f 85cd6e6771ea3d552ebd0281219f5bf0671dfec9 b59244d94475326f4ff043e7fad783353edfc777 c0f7415b67f02ff0b84bf214b8ade85c60d5d51c c7640f12b4215ac5dede3b455cac7bd375709394 cbd447accdc13a4f573190a95121293153d6a790 f0beea89e77c57c0fd6b1afaeae42346d58a4552 f383d4489a92ac1fd6ebbb536818e9c34396dcfd Package: ros-kilted-tango-icons-vendor Version: 0.4.1-1noble.20260410.112844 Architecture: amd64 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.112844_amd64.deb Size: 6170 SHA256: f860f129c3eb7ca16079d15f5bc7c56a14d0e7a6e2f30c0ae11ef880542925d4 SHA1: 08e372f831f38b91ec9ea15cc3c293318571dc40 MD5sum: 5eecd2fbaa229c2efaaee6b4a75c5181 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.2-1noble.20260611.075526 Architecture: amd64 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.2-1noble.20260611.075526_amd64.deb Size: 10962 SHA256: 63717d2a74f8380760bdbaa729630c51e9f52250255dae9863966b7b0481a857 SHA1: 6659a1898f036cb3bf4dabdff3c8c831e0c603c0 MD5sum: 095ebeac7a9f03a3582d8375ec0cb986 Description: Implementation of C++20's std::span Package: ros-kilted-teleop-tools Version: 2.0.0-1noble.20260805.140908 Architecture: amd64 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.20260805.140908_amd64.deb Size: 5808 SHA256: 4064236c29122d0f1946aa981e70ebc6fb96df8a3f1450a896179ea6dfb59f7e SHA1: f89c50101f6bc558886ed8b23aedb5f1b11b1648 MD5sum: d15ab496f9a3fe948b932ca318101f79 Description: A set of generic teleoperation tools for any robot. Package: ros-kilted-teleop-tools-msgs Version: 2.0.0-1noble.20260716.012604 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1597 Depends: libc6 (>= 2.4), 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.20260716.012604_amd64.deb Size: 121022 SHA256: 350d8243027a27b2f24becdaa3a2f360750a902ac34cc088926406ebab0074a3 SHA1: a8e035d64759d6b1385189092ab56dd0e4a5cf5d MD5sum: 9f8c0f3cd79f831891720f1cdfee921c 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.20260716.012604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 814 Depends: ros-kilted-teleop-tools-msgs (= 2.0.0-1noble.20260716.012604) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-teleop-tools-msgs/ros-kilted-teleop-tools-msgs-dbgsym_2.0.0-1noble.20260716.012604_amd64.deb Size: 554498 SHA256: 2649f1ed139fb82ec87a79c4c47d80e882daad0562f36e8038ab7f977cd84ed2 SHA1: 580a74171e2f638391f02c9d191e93e1c8809c52 MD5sum: ef7b39b5f81567746329cbadef9ae161 Description: debug symbols for ros-kilted-teleop-tools-msgs Build-Ids: 21efdfc56ab2e305af9579d6f2827131162888c1 4d5388e9a1c083a4a439195848b00d9adcbbf6fa 4f7f35649c61f54806704bacae2a2ddb8cf19b76 50fa29fa69b835304f92b184eb831100d9cc8b62 5693363de709ec4023a576d804a36271becb81d7 59f28512a37fe6b378f220b0bf074028b54417aa a01adc6dc3853291a2bc833e92f4b8b7d441f584 df8720c6f05bb374167347df79e068ff10ac782c e17129cc6b35c596e1a2731e2921df18e9345f35 ea2edf13146267141cd5c1f1b32ab409d4c78de0 ecc4132627f879cc2f73d7f281ddcc38e4ac962a Package: ros-kilted-teleop-twist-joy Version: 2.6.5-1noble.20260804.174722 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 650 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.20260804.174722_amd64.deb Size: 143202 SHA256: db7d92fcb2000c9a7a06e921b08470181a89630f0488e6c900090aac647a3bdc SHA1: add42509755a4b1dcd7947972577d44647841c68 MD5sum: 004ee2030e402e72ac07d73561a25a48 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.20260804.174722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3016 Depends: ros-kilted-teleop-twist-joy (= 2.6.5-1noble.20260804.174722) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-teleop-twist-joy/ros-kilted-teleop-twist-joy-dbgsym_2.6.5-1noble.20260804.174722_amd64.deb Size: 2641474 SHA256: 5b3b8cb825548cd972373e37a71f0d95614d53932b006e5d30765be6e6cc5997 SHA1: 40e5831eed98981dd74233bf6cf67fa682b1b718 MD5sum: 13928c128d8b8de722fe6fcec95bcc37 Description: debug symbols for ros-kilted-teleop-twist-joy Build-Ids: 2d7927995ba70da1edb042b9f68dc4a4da76c984 e0084e7c8ce831352ef755a1b547f98323cd2ada Package: ros-kilted-teleop-twist-keyboard Version: 2.4.1-1noble.20260805.140835 Architecture: amd64 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.20260805.140835_amd64.deb Size: 9442 SHA256: d8d6fd5a04ee1191b5f42c9a8026f7032d0d4b6e25af094eef8a85f49d9693bd SHA1: befe951b702d26fe3b03c3f11cc78058c5b5cb64 MD5sum: 99be4dc5557bc5f6fd84dabb3f24dc9f 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.112909 Architecture: amd64 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.112909_amd64.deb Size: 6552 SHA256: 0e8b102415c5e6afd925e6b007ddb449887b25772c4596458984209ec04fea69 SHA1: e42e6a5607acfe2e5ab28f8817c230209d8d9097 MD5sum: 5bc6b36f1ccb3cf7936963ecd993ad94 Description: Exports a CMake module to find TensorRT. Package: ros-kilted-test-apex-test-tools Version: 0.0.2-9noble.20260410.111102 Architecture: amd64 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.111102_amd64.deb Size: 5018 SHA256: e548388716c7513212e13070f5329cbe5ca20d35aece8bc9a86f59b4f08354f9 SHA1: 1018d808a3efb9091ad6f0f12eb241753b7e92f4 MD5sum: c1d0df9178b60f305eda5d79729e2b0e Description: Test package, which uses things exported by apex_test_tools Package: ros-kilted-test-interface-files Version: 0.13.1-1noble.20260715.192235 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 66 Depends: ros-kilted-ros-workspace Homepage: https://index.ros.org/p/test_interface_files/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-test-interface-files/ros-kilted-test-interface-files_0.13.1-1noble.20260715.192235_amd64.deb Size: 8624 SHA256: d9b3bb1a8cd5e5b9541ecee1db3e0fbb36461062e0c6289b4a94ee95e0ddf876 SHA1: f0803ae86671f611ee2aabef7bd5fc251d004afd MD5sum: 36c1bb4dd076d92e74341af0a80d16a6 Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-kilted-test-msgs Version: 2.3.2-1noble.20260716.013706 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 10488 Depends: libc6 (>= 2.14), 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.20260716.013706_amd64.deb Size: 665190 SHA256: a7442d64edd0da02d94eb88bcbe349872c99741a640362dda6adc5e61f4547cf SHA1: 52fc9b5bbf1cfe542cbde8273c8e44138d08bee9 MD5sum: dcb2f8a8cb503ae77d00cbf87f39a895 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.20260716.013706 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6725 Depends: ros-kilted-test-msgs (= 2.3.2-1noble.20260716.013706) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-test-msgs/ros-kilted-test-msgs-dbgsym_2.3.2-1noble.20260716.013706_amd64.deb Size: 5496008 SHA256: d88d17faee928260282f90de56c9fea61e432675b67b44f81f73fbb84c22fc41 SHA1: e989c3a399eb352e4bf8ef732ed9dd586f089bd1 MD5sum: 42fe85bbfca740d114f5be0a72b6afa0 Description: debug symbols for ros-kilted-test-msgs Build-Ids: 037843b4dfb79c0012845c221393d4cf7b63262f 2a0618b521e496ba9a7977d8f65400ea76208a47 3353428c509e984046b0300c4c6bc15a612cb581 6b8aae87e55a442839d5ce03644f6eb1a40b27d1 74ebe770386dc1141b174ef4fddede03130d016c 8f3b4a603523a1f15e9a81e24a183ea708a0f935 95b7a724a1721e3b79fcfb2d50724d65de3ff163 a535b395cb0960d2ee37e7d04f1785c3f122a6f1 de214f475956a492097b90b34ff9049faeaaef86 e02306e54f1951fb4bbedb753875037b8b6c43fb e7980f87fd5e125514dc601875ebbb106878af15 Package: ros-kilted-tf-transformations Version: 1.1.1-2noble.20260410.105239 Architecture: amd64 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.105239_amd64.deb Size: 23954 SHA256: cf50d3c2398628d5e24bc3089ad2e3c52f22e4a15228510c9259a84759b82d5d SHA1: 8a77ab8ae5dfb067723c8614418112098712617f MD5sum: ddbd08f92660bc70a648ca30d4229d2d Description: Reimplementation of the tf/transformations.py library for common Python spatial operations Package: ros-kilted-tf-tree-terminal Version: 2.0.0-2noble.20260805.143113 Architecture: amd64 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.20260805.143113_amd64.deb Size: 14496 SHA256: c27598b80b5c4aecece762c1e2ebdb3eee48d5d9bc45655bf2f4c7bddc9c83b9 SHA1: 9ef92183bece94a4cf275792dccb8d5e6aee5807 MD5sum: b9db3df667a3215060faed5fa05749ea 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.9-1noble.20260730.180032 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 414 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.9-1noble.20260730.180032_amd64.deb Size: 94534 SHA256: d5932b3e7028787d0e62d47f7abb24f87cb98eda4699a92ffd1f2511ab047bde SHA1: 591d1d4988401cfe5b1a601c2e33a3d26f0d40b9 MD5sum: 58f743d544f9f553a9c7078f1f0b5956 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.20260805.150636 Architecture: amd64 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.20260805.150636_amd64.deb Size: 15980 SHA256: b6158fe4d1be4f3a9bef96ef0b3a59747689e9cd25996bb1e274c36e298fa937 SHA1: aa4a9a4ad677c48900602599756496efa5ea044f MD5sum: 906827a63e4be07b480442d2c14628a9 Description: A set of 2D geometry classes modeled after the 3D geometry classes in tf2. Package: ros-kilted-tf2-bullet Version: 0.41.9-1noble.20260805.150517 Architecture: amd64 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.9-1noble.20260805.150517_amd64.deb Size: 10634 SHA256: ea1f69d4354057817b9bf6271466a9a62a53fe932a091a41a9af5048d135dcb8 SHA1: d967b7be29506df20c690b06585730b850fcec43 MD5sum: 40a7c062f6fbaa7f581bb99fde671368 Description: tf2_bullet Package: ros-kilted-tf2-dbgsym Package-Type: ddeb Source: ros-kilted-tf2 Version: 0.41.9-1noble.20260730.180032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 591 Depends: ros-kilted-tf2 (= 0.41.9-1noble.20260730.180032) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2/ros-kilted-tf2-dbgsym_0.41.9-1noble.20260730.180032_amd64.deb Size: 548024 SHA256: 5185ee352d16ef20d98c87231506ec556674009ec6b962c235b36c1dc3cf0630 SHA1: c53630d3ab7d1c5172f6fbc28cc154f4c613ec1e MD5sum: 0fac33abde02d5773a5b52e5c9e0acad Description: debug symbols for ros-kilted-tf2 Build-Ids: afb1c72b501664a8ab4d04f9d92d2bc55b03863e Package: ros-kilted-tf2-eigen Version: 0.41.9-1noble.20260805.150839 Architecture: amd64 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 Homepage: https://index.ros.org/p/tf2_eigen/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-eigen/ros-kilted-tf2-eigen_0.41.9-1noble.20260805.150839_amd64.deb Size: 13720 SHA256: 759933ff6e2aabf2eaef4728e87b2445188b7d86f1359336a09298aacbe85d00 SHA1: f365c22045c9fdfefc22831c6626c0684337b251 MD5sum: f5f5154367c95941436d4d722f7458c3 Description: tf2_eigen Package: ros-kilted-tf2-eigen-kdl Version: 0.41.9-1noble.20260805.075753 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 90 Depends: libc6 (>= 2.4), liborocos-kdl1.5 (>= 1.5.1), libeigen3-dev, ros-kilted-orocos-kdl-vendor, ros-kilted-tf2, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/tf2_eigen_kdl/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-eigen-kdl/ros-kilted-tf2-eigen-kdl_0.41.9-1noble.20260805.075753_amd64.deb Size: 15276 SHA256: ffd2d26ec78edced97fa98dce4cc01658dd0daeb5c85fbbe243e902a1c951ec1 SHA1: 6acdf16ca00e1a5078cc3e308097a9cdb394b1e2 MD5sum: 8fbaa9b64d488a767ecaaf0200b87738 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.9-1noble.20260805.075753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 102 Depends: ros-kilted-tf2-eigen-kdl (= 0.41.9-1noble.20260805.075753) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-eigen-kdl/ros-kilted-tf2-eigen-kdl-dbgsym_0.41.9-1noble.20260805.075753_amd64.deb Size: 88744 SHA256: fa3e02a23af42d90dd5473ea40aa67ce3a0984099c28da72ede8fe28b57fb288 SHA1: 285d9e7916ef2fe58808a818dd1c0606f5a69e66 MD5sum: 909774fec82a2bd7aa17c0cbdd6ec34a Description: debug symbols for ros-kilted-tf2-eigen-kdl Build-Ids: dbfdb89070567a888df37854bebe7b8120f446cf Package: ros-kilted-tf2-geometry-msgs Version: 0.41.9-1noble.20260805.143050 Architecture: amd64 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.9-1noble.20260805.143050_amd64.deb Size: 19944 SHA256: c8cec0379af9eb8f016a205b3fb58ab5688d8f784460388410a44e7fb6a8a9b4 SHA1: c976c26d56ca4f9b7215cc47fabb8afbcfd2f152 MD5sum: 590d8dcd797da043c1fb45ad7a8d1180 Description: tf2_geometry_msgs Package: ros-kilted-tf2-kdl Version: 0.41.9-1noble.20260805.143112 Architecture: amd64 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.9-1noble.20260805.143112_amd64.deb Size: 13794 SHA256: a8dd7f2580539d29a3cacbdea8d629c027a08cbdae6a66a79678fc69785346a3 SHA1: 1aa5fa63541438873feac93e14139d05718b0f12 MD5sum: 7b920a3a46aae06dc90efe43ca41b471 Description: KDL binding for tf2 Package: ros-kilted-tf2-msgs Version: 0.41.9-1noble.20260728.175407 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2343 Depends: libc6 (>= 2.14), 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.9-1noble.20260728.175407_amd64.deb Size: 178852 SHA256: 1a5c16234b5c577ce2379af90f593df25be2a65077b97e6eacefc5b91a94b972 SHA1: 672fcf372e7ae24f4e5ac73b378f4003abe9574f MD5sum: 019525644587cfee244d2b6037f9577e Description: tf2_msgs Package: ros-kilted-tf2-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-tf2-msgs Version: 0.41.9-1noble.20260728.175407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1446 Depends: ros-kilted-tf2-msgs (= 0.41.9-1noble.20260728.175407) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-msgs/ros-kilted-tf2-msgs-dbgsym_0.41.9-1noble.20260728.175407_amd64.deb Size: 1093416 SHA256: c504adf64790b1356aa231ff317c05d7dc8e4302927fbd4c0586b6f58f518f2b SHA1: f74eb081c1e1397ec33ebd7e8252ba06784bd733 MD5sum: 32ef2c84ac76a3cca69be139e622b3c9 Description: debug symbols for ros-kilted-tf2-msgs Build-Ids: 1b9a80ce768ceca8d8f091b2e1240ad756011bf1 2136f57da8ef084e26b37722499935f72f7daadc 24f0a2b143b5d190d2810c7f6d98e3f1940a194d 4ff09d8d6bfba159c713f61f902236b399f03c9f 5bfbd1a42c92c3ab30de5a6afea71c89646a0949 85fff96d26c80525ae720d47fbac677633d42cbe a7dce79b667604dec3b6c47995595eb0b3e974fb b3744e3714af576be9943b9f8a2300ffa00ddf6d d56f8244ef43fa1a24a49c4f5acdd4ca522a3db1 f076fd17a550166b20ac2bdfcde370df772f849d fbd1fcccc7f161a0a1a0ce8d55dc15cd7ffd39f8 Package: ros-kilted-tf2-py Version: 0.41.9-1noble.20260805.140849 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 122 Depends: libc6 (>= 2.14), 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.9-1noble.20260805.140849_amd64.deb Size: 28272 SHA256: 2d7b3782f2e1856b9788c9aec940bcb1297684ba3d718183b40d9a841e797752 SHA1: da09f9ae1f166eb33cba1bc83cc77d2401244109 MD5sum: b7602fd749b8a8aa00614cf8a485f786 Description: The tf2_py package Package: ros-kilted-tf2-py-dbgsym Package-Type: ddeb Source: ros-kilted-tf2-py Version: 0.41.9-1noble.20260805.140849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 184 Depends: ros-kilted-tf2-py (= 0.41.9-1noble.20260805.140849) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-py/ros-kilted-tf2-py-dbgsym_0.41.9-1noble.20260805.140849_amd64.deb Size: 162562 SHA256: 06bb4b3aa3a07469f1f38ae08b7bb35b8cd576c0b36385e035ec9a4cff11721f SHA1: 7dedff69ca16c98ef8b28432cfc9e55d71066505 MD5sum: 14ba2bdb7421f9bdb778d742614fb947 Description: debug symbols for ros-kilted-tf2-py Build-Ids: f65d625a7a5e1e63f7d9da58efe52e5c21233ee6 Package: ros-kilted-tf2-ros Version: 0.41.9-1noble.20260805.141904 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1642 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.9-1noble.20260805.141904_amd64.deb Size: 325730 SHA256: 7daa1c3ef0a4171477d2cb1423d1a0c41c0dc05d16f51a36de2a5634cbc92f74 SHA1: f8ec48ab8e8f9079d3aba3f221cac34bb252703f MD5sum: b1eca896e322733c0ed3ca1c50cc6f49 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.9-1noble.20260805.141904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 8213 Depends: ros-kilted-tf2-ros (= 0.41.9-1noble.20260805.141904) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-ros/ros-kilted-tf2-ros-dbgsym_0.41.9-1noble.20260805.141904_amd64.deb Size: 7347740 SHA256: e439ea00ce8d55d5f71cd5e5d2567b1e86eb9a8d74bcd2791168e9135dcad038 SHA1: cb1dbc47af652d70c7a857aba060f0e5a850b903 MD5sum: e6aa91a31fa792339d358a6c7ed3e838 Description: debug symbols for ros-kilted-tf2-ros Build-Ids: 5af6dff60082e87ee82ec8c661477d42d8d0ff56 7458eff3cdf030cbd3fb76e1c38e2018aac6f263 890d4f08a54351de042f54ae8a5ffb0e13999dc0 a068793f19d03ea8c3a403c1f8336dc19878f989 adb633bec44d6db3c8833668d9d7a3f103a334ab b86c6fa2db6e75e309e78ba32dc294a10cf1ceea Package: ros-kilted-tf2-ros-py Version: 0.41.9-1noble.20260805.141113 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 155 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.9-1noble.20260805.141113_amd64.deb Size: 29108 SHA256: da1da478236294037791d5d6996e6ca84b816f0d32fbcb56be33a9defea24f32 SHA1: 244d38abe49f7845e963260378d02b79b7928a44 MD5sum: 02c80bf60e3f48452eacf6d735c9a1af Description: This package contains the ROS Python bindings for the tf2 library Package: ros-kilted-tf2-sensor-msgs Version: 0.41.9-1noble.20260805.143128 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 89 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.9-1noble.20260805.143128_amd64.deb Size: 15286 SHA256: 3b14ba66e74c1fb55acf0e5bb502003d46dc8770011c8a611dbb0f06bb08a47e SHA1: 36a7291d8563130fa6f51f468a7f7204ec228bad MD5sum: 9bb8ce041037a4a2e843cc3b99e8f092 Description: Small lib to transform sensor_msgs with tf. Most notably, PointCloud2 Package: ros-kilted-tf2-tools Version: 0.41.9-1noble.20260805.141329 Architecture: amd64 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.9-1noble.20260805.141329_amd64.deb Size: 10754 SHA256: 1f9f740000a34624b0912f49bf6d1f34ff3f0fef2b5ec1dee19b54bfb59548d3 SHA1: 3191e611c1dcdb1d7946e87d9d523f6a492ec2a2 MD5sum: cfb4a4562aac7366d9aab8c62f2fed6f Description: tf2_tools Package: ros-kilted-tf2-web-republisher Version: 1.0.0-1noble.20260805.150204 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 245 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.20260805.150204_amd64.deb Size: 58994 SHA256: 64a75be1cfeb72630826094e31aa6506e229b4ca9931dc29c784a144f06f823e SHA1: 312347d68c4444a348c502b09463300f27d3c516 MD5sum: 1664f8baacb2f4e3befd586086e7bada 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.20260805.150204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1150 Depends: ros-kilted-tf2-web-republisher (= 1.0.0-1noble.20260805.150204) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tf2-web-republisher/ros-kilted-tf2-web-republisher-dbgsym_1.0.0-1noble.20260805.150204_amd64.deb Size: 1057252 SHA256: 599fdbce4e6f3486f46d76a165eb23668e6033b067076224645fc243300c7470 SHA1: c3aa0693f1686486f02235f305f2130a1dcb2ac1 MD5sum: f1b8243d35b50234bebd2bd1a54d3bb2 Description: debug symbols for ros-kilted-tf2-web-republisher Build-Ids: 1bbc3ea138c5096750ec75bd0933ec4e4bd37df5 9851d25f5bf278716e9f90b7c5e06ba6103feac7 Package: ros-kilted-tf2-web-republisher-interfaces Version: 1.0.0-1noble.20260716.015016 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 2450 Depends: libc6 (>= 2.14), 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.20260716.015016_amd64.deb Size: 175520 SHA256: e4bc5504aa2837d6714aea5694635d19a9b049ef8d0c8d186f824c27165ad93b SHA1: 3966527726b0276dc1ce8e7cb06cc2be93683cc4 MD5sum: 86d5dcb60205b28a9d155ba9cd510e55 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.20260716.015016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1470 Depends: ros-kilted-tf2-web-republisher-interfaces (= 1.0.0-1noble.20260716.015016) 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.20260716.015016_amd64.deb Size: 1083440 SHA256: 3f82031a04886d18f545e4e077fcbc7f6f7c1912534e8cb283b863efea933436 SHA1: 468ce2d0a528166ad3e32f8a8f9a14f8bfac6a5a MD5sum: fed18b8a4b3bbf4b03af746a419a298b Description: debug symbols for ros-kilted-tf2-web-republisher-interfaces Build-Ids: 386113284cb28f292195d173a85b148f74ccd0e7 5f1dec1ce5ae933828c3d0f3f5022c2d8edaaaa6 6bedbea5fc9deec5bf5843fd6e829f4f086edcb8 8185a86bc95e183e81ddda716c1ffd9721983bc3 90f162417690b112def0738dffe82907e4503aeb 992646976fbf5786aaaddd4c85c6eecf5d8eaf55 a812b5fbd7467d255b1b4fe8f568a97c8b470ebe a8ebf753c2da01c24867fe5179fed8dc564b3ea9 c6d6b11afde4810b6cc7f68dbfb10649823e8b9a d95a998929e62b8d81fe5a3cda7c6bca8ac7ef18 e63ae78f82b6e8854d5f6e503db507cc6aec73fa Package: ros-kilted-theora-image-transport Version: 5.1.3-1noble.20260805.145209 Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 1793 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.3-1noble.20260805.145209_amd64.deb Size: 300862 SHA256: 93935ba5b586f43ba44315976beb24f6089095bbd6aaf20f32bee5176ba0e155 SHA1: e74252237e7a9e07e43c21d77de00182954a62ef MD5sum: 23d7fcce2b3fd63ac9a718d74e480902 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.3-1noble.20260805.145209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 7051 Depends: ros-kilted-theora-image-transport (= 5.1.3-1noble.20260805.145209) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-theora-image-transport/ros-kilted-theora-image-transport-dbgsym_5.1.3-1noble.20260805.145209_amd64.deb Size: 6034338 SHA256: be4d3b47c1500df29369a5a7258595722d1a2b6f530e3095eb841e3f0c8f1ef0 SHA1: dce6e66441727ca9ad377180df9396b9f44943ca MD5sum: 9855d50446c923675b21f4d031fa6c65 Description: debug symbols for ros-kilted-theora-image-transport Build-Ids: 0cca7d54f0cd01a7c34eaebd08c71afd2cb3444f 127b61e1bcc17eefb5f9e07dc5860aaf6dc68353 3bd3e05f3d167403bcb743ab015f2a76383dca06 41058213c2e08f425f259dbaa04c1572d523d459 45c68a18b015c18e56d6fdf829097e2d7fc40176 8234c707ef1834659b1f16e3a661cd109e23543f 8c436cffaded5ee2efa32f826b1f5a2d25c6cb1f ab4a8d8bc41fadb20c8af11d62f086ae71df057b b9076411e88fea3ad24596d20c1fa33b9744e36d ce9bb009649bb19c5820281cb88e3341f0311701 d305da5774d50e7b9a5358be655db76e66334ae4 d66079c63678df5cfcb4987d1a43d4c35627e7a2 ed9f1c6f4471e762acebc3604005c17043c2fdcb Package: ros-kilted-tile-map Version: 3.1.0-1noble.20260805.202658 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 366 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libjsoncpp25 (>= 1.9.5), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.1.0), libqt5gui5t64 (>= 5.5.0) | libqt5gui5-gles (>= 5.5.0), libqt5network5t64 (>= 5.14.1), libqt5widgets5t64 (>= 5.0.2), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libqt5opengl5t64, libyaml-cpp-dev, qtbase5-dev, ros-kilted-mapviz, ros-kilted-pluginlib, ros-kilted-qt-gui-cpp, ros-kilted-rclcpp, ros-kilted-swri-math-util, ros-kilted-swri-transform-util, ros-kilted-tf2, ros-kilted-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tile-map/ros-kilted-tile-map_3.1.0-1noble.20260805.202658_amd64.deb Size: 100856 SHA256: 6f16152dc11148f8ce7ff6882c71c168e043d7b17730d38b204c34df9b985e80 SHA1: fcf463229e8c03647a72ebf7a0bce08ae149bbbe MD5sum: cc795901bb0a38d14230dd736ca9e69c Description: Tile map provides a slippy map style interface for visualizing OpenStreetMap and GoogleMap tiles. A mapviz visualization plug-in is also implemented Package: ros-kilted-tile-map-dbgsym Package-Type: ddeb Source: ros-kilted-tile-map Version: 3.1.0-1noble.20260805.202658 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2835 Depends: ros-kilted-tile-map (= 3.1.0-1noble.20260805.202658) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tile-map/ros-kilted-tile-map-dbgsym_3.1.0-1noble.20260805.202658_amd64.deb Size: 2787728 SHA256: a65c14256bb9cbcec1e3623a87a4152d447b346331fda821124d27eaa4758930 SHA1: 55e7ebebb5601b9938e42ed0bc6d4085830076d7 MD5sum: a6336f4a200b7d7e686abca6d5d7dc8b Description: debug symbols for ros-kilted-tile-map Build-Ids: 5df1c0e95cf3fd8b668474c09e178ba35638c18d 5e86e38ff7ec1fac0bfb2b9d94a4d7ee7c580118 Package: ros-kilted-tinyspline-vendor Version: 0.6.1-2noble.20260410.112909 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 440 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.112909_amd64.deb Size: 108288 SHA256: 2077161aaab7295bf8ce3a7963a2f62771f2b26d24e14718fd6b3c8ae5bd4e82 SHA1: 0ee454e6d1435989ec79d52ea29bf2a82f020d90 MD5sum: 36e13378170c067486def38d6e274394 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.112909 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 371 Depends: ros-kilted-tinyspline-vendor (= 0.6.1-2noble.20260410.112909) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tinyspline-vendor/ros-kilted-tinyspline-vendor-dbgsym_0.6.1-2noble.20260410.112909_amd64.deb Size: 320236 SHA256: dd76f217ce50adeaa422e7abcb054d523e91e84081e183e10d2e015e492efc07 SHA1: a7b31bfcd27852e21a1c3d6a8b8fab3f9774e66a MD5sum: 1c8e4f79e1049d510dddb3bec9c5e66a Description: debug symbols for ros-kilted-tinyspline-vendor Build-Ids: 428ba4f5a7e10419d0f305a0679434778061fdf2 9565217a2a5227204925807950aa8a63934355f1 Package: ros-kilted-tinyxml-vendor Version: 0.10.0-3noble.20260410.112925 Architecture: amd64 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.112925_amd64.deb Size: 6484 SHA256: edb24a73f77cd5aea4e2adaf3ebe2792193115f87de58bf3832537e91b07bf14 SHA1: 93f00b81315ae3773d4e32bc55f6344a5d069ce8 MD5sum: 79ee58fe819438179cee8e9d441992dc Description: CMake shim over the tinxml library. Package: ros-kilted-tinyxml2-vendor Version: 0.10.1-1noble.20260410.112934 Architecture: amd64 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.112934_amd64.deb Size: 7024 SHA256: 56241fa2058854b81bbf8aa5c324221797f10e5f5b717552a6dbb98f7f9075c3 SHA1: 0c2071641d85fdf8f38e65f4f22a3eb9c46be54b MD5sum: 666c39b3958b7ae3e565a719a01e6b28 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.2-1noble.20260611.075451 Architecture: amd64 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.2-1noble.20260611.075451_amd64.deb Size: 17508 SHA256: ccdda71eeac0d943fcc9438430f5fff05067a2466826f47f7bd54ee9c70b3cb1 SHA1: 50743c4e6d85c0ea78032f27dc5ade4a64f17d16 MD5sum: 7ff3c71645ee84ccced55bb118935bd7 Description: C++11/14/17 std::expected with functional-style extensions Package: ros-kilted-tlsf Version: 0.10.2-1noble.20260715.192024 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 63 Depends: ros-kilted-ament-cmake, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/tlsf/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tlsf/ros-kilted-tlsf_0.10.2-1noble.20260715.192024_amd64.deb Size: 12136 SHA256: faf8a6257d24d696dcf78cc2b953f1ae5b571ba486c981aabd12af288ab5f5ba SHA1: d4a3bc2221dac60cf793b1506637b566e0d0a7e3 MD5sum: 244678ef8cc7f4539032849f90d83a87 Description: TLSF allocator version 2.4.6 Package: ros-kilted-tlsf-cpp Version: 0.18.4-1noble.20260804.170843 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 545 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 Homepage: https://index.ros.org/p/tlsf_cpp/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tlsf-cpp/ros-kilted-tlsf-cpp_0.18.4-1noble.20260804.170843_amd64.deb Size: 120012 SHA256: 2cb1283e9e87d5106aeccf2903e6707eb0de9a67700152d9aa959652c3c89cd6 SHA1: 8878676f21ca684631a6f501663de57054e97c81 MD5sum: bd71f00f21c06d92fc194c7aecb46716 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.4-1noble.20260804.170843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 2378 Depends: ros-kilted-tlsf-cpp (= 0.18.4-1noble.20260804.170843) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tlsf-cpp/ros-kilted-tlsf-cpp-dbgsym_0.18.4-1noble.20260804.170843_amd64.deb Size: 2014548 SHA256: 7bba8112431cd97b438fc0b5142365aba9a2bc4b9e6869a3f50712cda4dc70de SHA1: 7c8947e74ee7ddb521e75c3a9f06970504805ea3 MD5sum: 562ba67dc53410026ae82baeddbed604 Description: debug symbols for ros-kilted-tlsf-cpp Build-Ids: 3d03ecdc9965c1bf690c737b73c7549352807e79 Package: ros-kilted-topic-monitor Version: 0.36.5-1noble.20260805.140412 Architecture: amd64 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.20260805.140412_amd64.deb Size: 21568 SHA256: d6df2b489bf7705f62ee73caa556fe67d92e4c783e1bdf9cf65bf537492374d9 SHA1: 36ee19bbf21e38cee7d8b9f642c79724df7571f0 MD5sum: aff9aeef25c5ee97252e298192349d8f Description: Package containing tools for monitoring ROS 2 topics. Package: ros-kilted-topic-statistics-demo Version: 0.36.5-1noble.20260804.171001 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 917 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.20260804.171001_amd64.deb Size: 153756 SHA256: 7141dea2b0ce3e6efd541933f4d3e75a777fb588fe5ecb8a3b1733547a2c8a76 SHA1: 7c08ce0c8dd3dd77afe42930eff57e9a47b3dcd7 MD5sum: e7504fa6a759d2043a1b8caf3d46577b 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.20260804.171001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4515 Depends: ros-kilted-topic-statistics-demo (= 0.36.5-1noble.20260804.171001) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-topic-statistics-demo/ros-kilted-topic-statistics-demo-dbgsym_0.36.5-1noble.20260804.171001_amd64.deb Size: 3745616 SHA256: 96140fe13d81c017317ad7b00b6a7df70e06f001bb11223f397c933d42b6039c SHA1: 860c4d0943ce94a8d654ec08a6f4421b1ec14051 MD5sum: 62fe675d26a1f256366cf530759435f5 Description: debug symbols for ros-kilted-topic-statistics-demo Build-Ids: 8ea0e9e22b58f72e44198b3c72a5359dc6762371 Package: ros-kilted-topic-tools Version: 1.4.5-1noble.20260805.140616 Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 1303 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.20260805.140616_amd64.deb Size: 210996 SHA256: 64dd446b649fd259df17060d5ed61e2527950e0e57b1dca7b57fb4329ca5199b SHA1: 20a290f67c198464226d6993f27d5d206a61ee99 MD5sum: 2668f19ca124ed177b7efb8eb4bb6cda 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.20260805.140616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 8287 Depends: ros-kilted-topic-tools (= 1.4.5-1noble.20260805.140616) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-topic-tools/ros-kilted-topic-tools-dbgsym_1.4.5-1noble.20260805.140616_amd64.deb Size: 7765412 SHA256: 5592f3e3f4c12ce9e456e2a47e3401371326e68da36557768bd9609e1b75baed SHA1: 2329c01d967546bfbad30e04bbd217f9cbff18d6 MD5sum: 8f6a3ad460bd80d6246150ff47647e82 Description: debug symbols for ros-kilted-topic-tools Build-Ids: 27591084245b793bb864d2ce2b8ebe219ee77530 640ef40396cc7e7ba7e099dd3c5cf06434f1b845 892d19f88c21bb782578c565dbc02b3424b1533f 8d517f798204de765ad91e8583d76418ec6e895c 8e8b1a9b584384c4ae48967d6b05ec986a9d53ed 9b8b1759f664119814ad668dc25220c67ac9c46d afa52e4b01fac8ca27941eb5167f703e9ec454be b07cf8e876c5f0ed1b4818de3328136e7971a081 c12fc4929f6dee2a102191c4afc3b30b1bc3b16e c93b54d3b329d1bf6d26c4a5c382ecd4ed72d3b5 dbdc5d25f15d7163aebc98d01f30ca3a568f26f8 f8d3fd99a642274cfa71ebd0aca479d64661364c Package: ros-kilted-topic-tools-interfaces Version: 1.4.5-1noble.20260716.013713 Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 3523 Depends: libc6 (>= 2.14), 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.20260716.013713_amd64.deb Size: 220614 SHA256: 687c43a1155f12fb8a93164b20e074397e62c62aa1d734bca72ff4765418dc41 SHA1: c3ccbe249b718118581fd7bcfd326dc7bb145b3f MD5sum: 21086c77a543e33f25b7c9291eacb503 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.20260716.013713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 2546 Depends: ros-kilted-topic-tools-interfaces (= 1.4.5-1noble.20260716.013713) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-topic-tools-interfaces/ros-kilted-topic-tools-interfaces-dbgsym_1.4.5-1noble.20260716.013713_amd64.deb Size: 1981764 SHA256: ce25f23a9bfed0e3b774f4f882500b8c684ba10094170bba8e065b43b5e76be4 SHA1: f38dfbf338dd5aac9a0360016a5b33995cb2d0fe MD5sum: 89d13ffeac34d21c0e019047a4bee5ad Description: debug symbols for ros-kilted-topic-tools-interfaces Build-Ids: 17ae71fe553d50c60a5ef992d5062018b18acd78 38c075fc4dcb96516718cf1b58916150da4c21b1 3eb1e13ecd5c69ebd5bc173334d790ec607fb323 43666418e28ae7bf2431aba0ae24aba00bfad46f 4822fc5e8bf612fb75a73d8c116255d1c7cf23a1 5950be277d1386e6e4eb5a44d786ae462b0a3b38 84aeeef13c9c36bfb0568a8139057e7ee231376a 9074336c9b9780d42833c169d8c1197f10e67d91 cd634ef370045a1d59bf447c22402f14b5b234af e9fe6e5c0e21220fea55925311d71683d9232d58 f0f5249eaf63dbc8809fd4162be01bb3ff4ed153 Package: ros-kilted-toppra Version: 0.6.9-1noble.20260728.081506 Architecture: amd64 Maintainer: "Hung Pham" Installed-Size: 645 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.9-1noble.20260728.081506_amd64.deb Size: 213196 SHA256: 5e8b0f3294442a9e0c461363591635369842f5c498e0b8d053128e971c10e79d SHA1: 8732f21e1ac2dbd5788e202068710b35045edf4a MD5sum: d93539f26179c2b61be6b37086108ac2 Description: Time-Optimal Path Parameterization Package: ros-kilted-toppra-dbgsym Package-Type: ddeb Source: ros-kilted-toppra Version: 0.6.9-1noble.20260728.081506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Hung Pham" Installed-Size: 4874 Depends: ros-kilted-toppra (= 0.6.9-1noble.20260728.081506) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-toppra/ros-kilted-toppra-dbgsym_0.6.9-1noble.20260728.081506_amd64.deb Size: 4891564 SHA256: d1af51cd386ef961789febd3259214ce7616559a651d901ab87cb4c48d006329 SHA1: eaad40685992d8c3e1e115a32b1757d9d8c7cc66 MD5sum: e0ef46cfbcd2c70bb72f3085d6de487e Description: debug symbols for ros-kilted-toppra Build-Ids: c2af364f5b5c3bac39856e488ef34f1f639132db Package: ros-kilted-trac-ik Version: 2.1.1-2noble.20260806.073714 Architecture: amd64 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.20260806.073714_amd64.deb Size: 5714 SHA256: bcca5d665c5736cc96acc11b3f161e62a5b5809e36dd8613fa8ae3136b33aa65 SHA1: 1966c83e65607b8282a69855a7666e0807a0967b MD5sum: eee6fc15c5c10a0313a6496a20051b98 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.20260805.154900 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 220 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.20260805.154900_amd64.deb Size: 58456 SHA256: 360761d5f6cc59d020ddbffb87d53c61d7e22dfedfc0823304c9b9bd86a02e07 SHA1: 454605bc602e1832cd793a9f5282ec262c4019a4 MD5sum: 3b136a729dcb14454d1816f9c9c000c5 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.20260805.154900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 1867 Depends: ros-kilted-trac-ik-kinematics-plugin (= 2.1.1-2noble.20260805.154900) 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.20260805.154900_amd64.deb Size: 1845522 SHA256: 385fa525a241652702aaa7a6cd7e060751fd7466de8603a2cad307198c283159 SHA1: 9c0f6c5b6962afb8b9b063a245286e60c90c0fcb MD5sum: ef9b9dacf4450373df87ac914a2aa160 Description: debug symbols for ros-kilted-trac-ik-kinematics-plugin Build-Ids: d265b38958c238fcb75ee8d4b2c81f072702b3f1 Package: ros-kilted-trac-ik-lib Version: 2.1.1-2noble.20260805.081134 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 301 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.20260805.081134_amd64.deb Size: 94112 SHA256: e54e0fdf1720bdbdd1f0b0c734278414ea3bfdb44c94988d0b0df232f75983e4 SHA1: cfb3398d43ea9be855ca50bbf91a45827d8b2784 MD5sum: f8dec263eb0cdff57375a7c3f78abb15 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.20260805.081134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 2660 Depends: ros-kilted-trac-ik-lib (= 2.1.1-2noble.20260805.081134) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-trac-ik-lib/ros-kilted-trac-ik-lib-dbgsym_2.1.1-2noble.20260805.081134_amd64.deb Size: 2650864 SHA256: 89c94be1a8323746a068e9b8c7d24669799debe738afcb9fd00c4a0e31d20101 SHA1: 4a09389a9683090421a7fe7979f2942969d075a0 MD5sum: e1633c8c670f550d6defe6319f8926c5 Description: debug symbols for ros-kilted-trac-ik-lib Build-Ids: b0d34962ff560f2a63907567cf7d4739bcab4df1 Package: ros-kilted-tracetools Version: 8.6.0-2noble.20260410.110402 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 266 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.110402_amd64.deb Size: 39920 SHA256: 8783314b52a82f30cefba908e524189654e51b959ec174fbc6def307dfcffd1c SHA1: d3b1106a51b79dbd308caa2c1971b91d6d35884b MD5sum: eea35e01befd846a0e2683c9c7a69172 Description: Tracing wrapper for ROS 2. Package: ros-kilted-tracetools-acceleration Version: 0.4.1-4noble.20260730.180441 Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 102 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.20260730.180441_amd64.deb Size: 13878 SHA256: d941adaf908c68b5806f21f8ddc4c254a3c6d0161a765a71565bad79592769c7 SHA1: 37071f588b0c7c29a5a696275bb5dc509be70c21 MD5sum: 027eaf048a7a68c625426a6199d0de4c 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.20260730.180441 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 25 Depends: ros-kilted-tracetools-acceleration (= 0.4.1-4noble.20260730.180441) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools-acceleration/ros-kilted-tracetools-acceleration-dbgsym_0.4.1-4noble.20260730.180441_amd64.deb Size: 6456 SHA256: 467bc06173246faff31f096a7fc88237640196e6776712396253b09b21a7f778 SHA1: acd76d63fd1c2b5ad51c3fa050e727511697c46f MD5sum: 28ad47e90b8a4d79a48f4ba43f4209f5 Description: debug symbols for ros-kilted-tracetools-acceleration Build-Ids: 22e41183eaab773e5adca05c7c21d4637d0d7c55 32bdd4bd981edfb3b528d8e3e15c0caa369346ff Package: ros-kilted-tracetools-analysis Version: 3.1.0-2noble.20260410.112659 Architecture: amd64 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.112659_amd64.deb Size: 71582 SHA256: 7a6c6b4b9e054cfe8ff9d0dd6cc4c72eeaabab37fc63ed17c2a97dbd58a9e29a SHA1: db92ea837a16c1e31460ad241ef9c3907ebc0392 MD5sum: 6d93173e5910b88c7662be5e43d7ca1f Description: Tools for analysing trace data. Package: ros-kilted-tracetools-dbgsym Package-Type: ddeb Source: ros-kilted-tracetools Version: 8.6.0-2noble.20260410.110402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 183 Depends: ros-kilted-tracetools (= 8.6.0-2noble.20260410.110402) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools/ros-kilted-tracetools-dbgsym_8.6.0-2noble.20260410.110402_amd64.deb Size: 95780 SHA256: c171d6b4ac797ea12ed7112a6c08a5452ac36caa9f6c41b3d9e59d54f97630ba SHA1: ae7f477c5bf8daf0428bc84d4adfef64158b306a MD5sum: 70d90c07e434ac067ed5f99556ff5b35 Description: debug symbols for ros-kilted-tracetools Build-Ids: 505f2b001dccaddd621a27aef0bcaaf457fc9e1e 89eb3fa8afb6c3bc1ccfe1ada144bccf429361ff e17e52eabda48f0bbbc57aeb461e89dc0ddb0fa6 Package: ros-kilted-tracetools-image-pipeline Version: 6.0.13-1noble.20260730.180549 Architecture: amd64 Maintainer: "Víctor Mayoral-Vilches" Installed-Size: 104 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.13-1noble.20260730.180549_amd64.deb Size: 14084 SHA256: 09ecaeb9d39eb7d40819f4bb5a897f3571e354669e4d51d4df5dc05afec2944a SHA1: d84aa9695c8c30aa68f37f31ee77e88f02dce45a MD5sum: ce77cc52ccb91b291204615064256155 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.13-1noble.20260730.180549 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Víctor Mayoral-Vilches" Installed-Size: 25 Depends: ros-kilted-tracetools-image-pipeline (= 6.0.13-1noble.20260730.180549) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tracetools-image-pipeline/ros-kilted-tracetools-image-pipeline-dbgsym_6.0.13-1noble.20260730.180549_amd64.deb Size: 6354 SHA256: 9a5fd8f14a7ed45bc8e6f8913e994f26f0f09b2886f9e3d71aa951e8314673cd SHA1: 0e0ebe21f04739164dd654e37a5d5fd0689cb6f1 MD5sum: 5f4a92f1f5a23b72f98523c46175818b Description: debug symbols for ros-kilted-tracetools-image-pipeline Build-Ids: 4d7cfcab51cc2dcc7cbed820da2f02bb834f1243 a209231b66d42ba7ada9f1127d3a7201fdfea3fc Package: ros-kilted-tracetools-launch Version: 8.6.0-2noble.20260805.141012 Architecture: amd64 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.20260805.141012_amd64.deb Size: 21052 SHA256: 24f2d2d68f2768348edc76914216373e134554409027c96d562813fff405e86c SHA1: 2027d24a824b2079a9924b2451cefcadd1fba117 MD5sum: dcd21ccaf6c10303328472ef6f669e89 Description: Launch integration for tracing. Package: ros-kilted-tracetools-read Version: 8.6.0-2noble.20260410.105302 Architecture: amd64 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.105302_amd64.deb Size: 7868 SHA256: afc0b103d6bfcf12808bbf84db9fbc6fcd2846e6801d7f6ff9a783dfa2e791bb SHA1: 40cad1216e825843f60f84fac9af398ef9c3a2c2 MD5sum: 6540a6d018ae30e2368e0a5eedceec50 Description: Tools for reading traces. Package: ros-kilted-tracetools-test Version: 8.6.0-2noble.20260805.141113 Architecture: amd64 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.20260805.141113_amd64.deb Size: 19942 SHA256: 4fdaf7ec59f9177e88b801980d59db049795a80468441c1501db401f12e8350a SHA1: 71de034ba119c10001b1e98d6fec7b3bc41bd548 MD5sum: 7dbe46448f83154c92f4fc6567a6d38d Description: Utilities for tracing-related tests. Package: ros-kilted-tracetools-trace Version: 8.6.0-2noble.20260410.112613 Architecture: amd64 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.112613_amd64.deb Size: 31256 SHA256: acbb1c72dedd486c69ab704b79a7946aa22667ba1ba6057391cb95e0804e8b12 SHA1: 37573ee4337880c4c999e835b37180da91806733 MD5sum: 2763ebbf9f47409d7ceb3d4aba1c199d Description: Tools for setting up tracing sessions. Package: ros-kilted-trajectory-msgs Version: 5.5.3-1noble.20260716.015803 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1127 Depends: libc6 (>= 2.4), 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://index.ros.org/p/trajectory_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-trajectory-msgs/ros-kilted-trajectory-msgs_5.5.3-1noble.20260716.015803_amd64.deb Size: 101268 SHA256: dbd98e37ac5e7d952828eda30f63e9b7ae12f23b55e3a36e1e17c6a539359236 SHA1: 4213ec09dec53f0f75d04e9e40ac56c8408b870a MD5sum: ecc963b297dc33d122978fa9228a588f 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.3-1noble.20260716.015803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 866 Depends: ros-kilted-trajectory-msgs (= 5.5.3-1noble.20260716.015803) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-trajectory-msgs/ros-kilted-trajectory-msgs-dbgsym_5.5.3-1noble.20260716.015803_amd64.deb Size: 695114 SHA256: e204a4992050e59cd8e82e2f1c68cb1dc68777a0c8e641fa27879679351f91bd SHA1: 4e98162f22cdd1f87c388237b994850a4da76c2e MD5sum: a6bf8f66875f98bc9ce1b78cef039ca4 Description: debug symbols for ros-kilted-trajectory-msgs Build-Ids: 264a22a8a5e5371545ef1674a22af0df8a1aab40 26bd0ffa3c1aef499d7011da355e954bb2516f7d 6360d9e4fb1f8fa30422cb48bea8d5e4a3dd5b05 7f2aa20a2cabe7185a3eaedf1af1172ab0700c57 a09cab5eee9499cb1fe82a0d893744f6d00491a4 a0cbf57bc6fbbf8ef54e79cc1cd3e25e8116eab7 ad73367f2aada914e61b76e5d8c2c5fa25e75aa5 cd1a9cbade17162c86de7ae1dc5f5b12327c58f6 d34e7c383e6e0dddcce08ff1fea56f88d4ced486 e285d82a4777fab3c1f7a8299ccc0ba24a00dba4 fad2e1f5e48842ef7bcc59939cbb2780169a772b Package: ros-kilted-transmission-interface Version: 5.16.0-1noble.20260805.142624 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 265 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.16.0-1noble.20260805.142624_amd64.deb Size: 58362 SHA256: d59ef17ae8d0353afa807d646399e24ca09d2ffd09028ece34ac695d94a5998a SHA1: f72f9257d2dc4af89b1de7d4692fd796b6725093 MD5sum: c40a82c98431c877bf145af3f045eabc 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.16.0-1noble.20260805.142624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 665 Depends: ros-kilted-transmission-interface (= 5.16.0-1noble.20260805.142624) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-transmission-interface/ros-kilted-transmission-interface-dbgsym_5.16.0-1noble.20260805.142624_amd64.deb Size: 620638 SHA256: f8a40467c6ab3b8dbbd7fe0104e065822c38bbf4941964d3376b2cf84b6cc66d SHA1: 9973230b9485388ccaddeb3b4ff9d73002a521da MD5sum: 0f82170b1da60f5279132e02cc484614 Description: debug symbols for ros-kilted-transmission-interface Build-Ids: 4955537aa40c4d285d5e5e03e457424049c71b02 Package: ros-kilted-tricycle-controller Version: 5.16.0-1noble.20260805.144032 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 958 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.16.0-1noble.20260805.144032_amd64.deb Size: 217358 SHA256: 4af6a2873e44de74fcadc2df26cec2e1dfd0260ca72a78201286b553bf1da3fc SHA1: 6d3fd6792c8a611e0bd25eda874c8dac1358214e MD5sum: 3c454e983e654aa5bfbd2b71aa9270f5 Description: Controller for a tricycle drive mobile base Package: ros-kilted-tricycle-controller-dbgsym Package-Type: ddeb Source: ros-kilted-tricycle-controller Version: 5.16.0-1noble.20260805.144032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3937 Depends: ros-kilted-tricycle-controller (= 5.16.0-1noble.20260805.144032) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tricycle-controller/ros-kilted-tricycle-controller-dbgsym_5.16.0-1noble.20260805.144032_amd64.deb Size: 3478370 SHA256: 95444c77202a7ae04a93df6899e77b599e9918ab967a24f1db8c300223d377e5 SHA1: e3531f20ddd24791bb495b4f0a8edd0cb404bd3b MD5sum: a69e0693287729555c3caed80b8b74f1 Description: debug symbols for ros-kilted-tricycle-controller Build-Ids: a42fe5125dde397f67c6d44b9ada9b609b695d52 Package: ros-kilted-tricycle-steering-controller Version: 5.16.0-1noble.20260805.144644 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 197 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.16.0-1noble.20260805.144644_amd64.deb Size: 50236 SHA256: 5cc6b369c3c784ad65f4408bcd3e105437c16cab686582f817fb8466df7c44de SHA1: e342426219c06a9447418bd4a2fcf211367a86f6 MD5sum: 41a3ef498459d0e1a7916d00b28c7605 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.16.0-1noble.20260805.144644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 738 Depends: ros-kilted-tricycle-steering-controller (= 5.16.0-1noble.20260805.144644) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tricycle-steering-controller/ros-kilted-tricycle-steering-controller-dbgsym_5.16.0-1noble.20260805.144644_amd64.deb Size: 707554 SHA256: 0d34465f580abc30ece6272af6def4dc5413000de1590e968552f929c46801dc SHA1: 9952c327bc1f2b0367d68a961a8c47db53a3fa36 MD5sum: d713f765b12f30772904290a6b380fa2 Description: debug symbols for ros-kilted-tricycle-steering-controller Build-Ids: 5ce89a0ad59b4a8fa1770a9f2a93a8db7b22d2e4 Package: ros-kilted-tsid Version: 1.10.0-1noble.20260708.120304 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 2680 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.20260708.120304_amd64.deb Size: 585034 SHA256: 4873126ba54120b46b384c07f5c8b64a7262596c3513bc132e3a6d171a5e34c3 SHA1: 8bcc915aa1b807cdb830d3cb31fdc094af46e32e MD5sum: d4ccda9422e96de60dc66d259c695eab 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.20260708.120304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 36700 Depends: ros-kilted-tsid (= 1.10.0-1noble.20260708.120304) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tsid/ros-kilted-tsid-dbgsym_1.10.0-1noble.20260708.120304_amd64.deb Size: 35411528 SHA256: cc28e89b5484bc2f3ea188badbbb1d7d2f6656c72a350703c54ff1cd50532207 SHA1: 7604ad9a57314fa45cae9e15e6c500b5aed1b9f4 MD5sum: 8ed2cc5eb999ed6dac043816401027b4 Description: debug symbols for ros-kilted-tsid Build-Ids: 312be40fa25bd3d5a98adcaf66037acd2a8e4147 ea1b68c5ea1d54ce04bfff5a019aa05449b28ba9 Package: ros-kilted-turbojpeg-compressed-image-transport Version: 0.2.1-5noble.20260805.145208 Architecture: amd64 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.20260805.145208_amd64.deb Size: 96576 SHA256: f150981549b6274eaba161d2c117f6bf4f0e6d6b3b5b22c3a48d97bf79a8c393 SHA1: 58dfdc1b7365cedc244c8d0b90d172b7bec9073e MD5sum: a0d90baf06483edfe8c3c3b4870c139c 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.20260805.145208 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishiamtsu Installed-Size: 1696 Depends: ros-kilted-turbojpeg-compressed-image-transport (= 0.2.1-5noble.20260805.145208) 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.20260805.145208_amd64.deb Size: 1604262 SHA256: bfe23d8b0117f65a90f22ae41f838fbe4d8e540ecf917e0aac94c469d3c7a427 SHA1: 005dfdc982d1bb3a1a3e7408ce98fd2ddde5ff20 MD5sum: cc8edb9ccba0948d3b1159d2826d511d Description: debug symbols for ros-kilted-turbojpeg-compressed-image-transport Build-Ids: b92d5ed849537d682b7910f55f29d1f839f88a8e Package: ros-kilted-turtle-nest Version: 1.2.1-1noble.20260410.113111 Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 11407 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.113111_amd64.deb Size: 1503798 SHA256: 02d4d2fcb8b97429b916b916c794f23f213c936c53345d766ff0f15d48d49bfc SHA1: 2241f48388bc9663df53538b83f8740dfcb8a83c MD5sum: 5c3938eff152bb54d31b06695054d87f 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.113111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 3804 Depends: ros-kilted-turtle-nest (= 1.2.1-1noble.20260410.113111) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtle-nest/ros-kilted-turtle-nest-dbgsym_1.2.1-1noble.20260410.113111_amd64.deb Size: 3757966 SHA256: 455c0c22a6c87a478fd0e3e45d8badb8d6acba015200592068f77bb866825641 SHA1: e1bd2da57c298d40dbefa7d0baff2d77ee561aa9 MD5sum: b6cab3901b53ea3a182d94200fc9314b Description: debug symbols for ros-kilted-turtle-nest Build-Ids: 1f9622b856a4d356df603cda48cd3d9fded3ed50 Package: ros-kilted-turtle-tf2-cpp Version: 0.6.4-1noble.20260805.143459 Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 1526 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.20260805.143459_amd64.deb Size: 285196 SHA256: fdcd0593618051f468061045f52fd5d6d406bebbbe5bb31cbbb902ece50b90e1 SHA1: 917a4b15de0fd1c6c375fceabbaa1901de1e3e64 MD5sum: c76c13ce2269e8dc6f2a77a6fce41892 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.20260805.143459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 8170 Depends: ros-kilted-turtle-tf2-cpp (= 0.6.4-1noble.20260805.143459) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtle-tf2-cpp/ros-kilted-turtle-tf2-cpp-dbgsym_0.6.4-1noble.20260805.143459_amd64.deb Size: 7244258 SHA256: 77953dbd066d1b72f0e790632459ea9cb0af73fa22c763eb21346130271cf08e SHA1: 46fd7a676b82ad55f93e619307aa9522faad3aed MD5sum: f6b88e5ba16adb33f10773fac61b6936 Description: debug symbols for ros-kilted-turtle-tf2-cpp Build-Ids: 1d7ed2319051a9bd7c175ab43c72576a60e1a0d5 4bfb7b5992b18cc86486d06089d4e5275036441b 53aeb07511816610bc96c8c595e9060bbfc204b4 67ad02bbc941459b2b53b394a61ada8d918ed27d 9296e2bdcacf2672fea96ff35c4700cb1bb9803c e00d129d920e4201be0d39a529d179ebfec547d5 Package: ros-kilted-turtle-tf2-py Version: 0.6.4-1noble.20260805.143130 Architecture: amd64 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.20260805.143130_amd64.deb Size: 17232 SHA256: 885087533fb5a365b58a829460beb7544c34c1521dbb04f4d14970ac543e74d3 SHA1: c2c39055467be90b605780e62e6b10ef589ae5a9 MD5sum: df6b03df67aa343ce23d31948f0f83bd 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-bringup Version: 2.3.6-1noble.20260805.155247 Architecture: amd64 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.20260805.155247_amd64.deb Size: 9886 SHA256: f95fc5f117a9b17d2482dc2da511103cc4df68fd3f168804de7944f400f3063e SHA1: 3555ffa19e828ddb7a938c6ce5a6e25af8509dbc MD5sum: a3b034fc89024613980cb7736287bacd Description: ROS 2 launch scripts for starting the TurtleBot3 Package: ros-kilted-turtlebot3-cartographer Version: 2.3.6-1noble.20260805.155503 Architecture: amd64 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.20260805.155503_amd64.deb Size: 10564 SHA256: 630da489ce915c264ed601b445fe3601d96076c043a6237803e96b8aa2278674 SHA1: 76ed6ec0b6da9c41186d8da9daf71725165fba3f MD5sum: d477686d981dcd84e1f7cf0d050e544d Description: ROS 2 launch scripts for cartographer Package: ros-kilted-turtlebot3-description Version: 2.3.6-1noble.20260805.080708 Architecture: amd64 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.20260805.080708_amd64.deb Size: 5280054 SHA256: 1869beb7961b4fb3b1c805c49de838ddd1bb0d73f2fbb6e419f5ebe9aff8903b SHA1: 7120fb2f52da60d6ae0304a6ce926ea6fbf33b90 MD5sum: ed94fc37184711f3d1b367f38b7efc73 Description: 3D models of the TurtleBot3 for simulation and visualization Package: ros-kilted-turtlebot3-example Version: 2.3.6-1noble.20260805.140855 Architecture: amd64 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.20260805.140855_amd64.deb Size: 26550 SHA256: c3bf32a534b1528126618cd45d84ab791c5807ab1a618576767121ac6b729fce SHA1: 3f76119e7066201dbc410f0e29a72a87c02e9f9c MD5sum: 39c817c55e7cf87fe53afecf45735b9d 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.20260805.153812 Architecture: amd64 Maintainer: Pyo Installed-Size: 632 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.20260805.153812_amd64.deb Size: 133422 SHA256: 48b69c78d2fd86d97a596c36c081865c88a83ff330a1ae1286f4ed295f26996a SHA1: 2beeb21013158ad621fc7b349ac45f3530d1b608 MD5sum: 07fbb464e1f45da1e6a4948f19891027 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.20260805.153812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2836 Depends: ros-kilted-turtlebot3-fake-node (= 2.3.7-1noble.20260805.153812) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-fake-node/ros-kilted-turtlebot3-fake-node-dbgsym_2.3.7-1noble.20260805.153812_amd64.deb Size: 2440230 SHA256: 62042c4d718b18ee711feef63153c6f101cf6038c3563548d23b42b157be7b50 SHA1: f5ee11c77b3e182c0f7175bd8ae2166e36976d6f MD5sum: bd2e279ef60ef1715fe0cf85f5cd9157 Description: debug symbols for ros-kilted-turtlebot3-fake-node Build-Ids: fcac5a55a1813895e8154acbef4b9e082946a35f Package: ros-kilted-turtlebot3-gazebo Version: 2.3.7-1noble.20260805.150640 Architecture: amd64 Maintainer: Pyo Installed-Size: 46133 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.20260805.150640_amd64.deb Size: 8604222 SHA256: 29f2b751df5b23d499ffc1952f5ed1192782b5fad25ef25bb3bb24a07c764f25 SHA1: d0fe8704a0c94b942056f494094b3c4779c39149 MD5sum: ae63c528ee5194c3b88a6afe281abcf7 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.20260805.150640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4199 Depends: ros-kilted-turtlebot3-gazebo (= 2.3.7-1noble.20260805.150640) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-gazebo/ros-kilted-turtlebot3-gazebo-dbgsym_2.3.7-1noble.20260805.150640_amd64.deb Size: 3572720 SHA256: 019d6857ba2144bba1d176d1c13b39435a91874e072002bcd6c7673c5d5e514b SHA1: f495a095954df3732c352a1c01f1dadc1e2678cf MD5sum: df7b961d0c77fcbbe965bba2fea753ba Description: debug symbols for ros-kilted-turtlebot3-gazebo Build-Ids: 8e0bfffe01e5cbb5728ce7cb8e5e54179608423e 8ee083eca084b8a06b751e70f16f4277a0f3e09e c5efef0e169ff8d1ea885b16ffe6949e6e588d68 d5ddcf3886ac968d53e78e1535bff1aaca7615ba Package: ros-kilted-turtlebot3-msgs Version: 2.4.0-1noble.20260716.015011 Architecture: amd64 Maintainer: Pyo Installed-Size: 3188 Depends: libc6 (>= 2.14), 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.20260716.015011_amd64.deb Size: 224988 SHA256: 50e3c39a41a71db6a939c1c9644e4de49634fa4d95123d5b33550dca258e43f3 SHA1: 6376cdca3aaee15fd41332a50cf306f98e7db7e3 MD5sum: 301fe349f9f55fd024de62824dafd472 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.20260716.015011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2011 Depends: ros-kilted-turtlebot3-msgs (= 2.4.0-1noble.20260716.015011) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-msgs/ros-kilted-turtlebot3-msgs-dbgsym_2.4.0-1noble.20260716.015011_amd64.deb Size: 1538236 SHA256: 1c97110e993078a25b4dc574c7e213ff04b7e7bcc7978d49514be9aaf634f8a7 SHA1: 9def5531f9070a44bc24588ee7e564afde10744d MD5sum: 852adaab33269c2846949595cf44003c Description: debug symbols for ros-kilted-turtlebot3-msgs Build-Ids: 044d742a406aaa3ba2fab1d11c4f95b68f5dc9b0 23fd6151159f3baa187027e8eedd3106aefef353 3de38aafe2dd7a759a13ea9be96c4552379044e3 42a992035da28b7ecf1c22d8e6a7e47115cf9824 738422a28074e60e40d0be64d5115228d81b4502 84926a403fb6d9c2b4606871bbf182d0f1fc3986 973732517d611d9e24435cb842f9944a1d71602a b70e16662618be46cbc1ddd2b091df612a174a1f be32f94a271adbef0c60a4ff0b1a38c76fd669f0 bf037cf5136a2f265c7781c857d49d7321863f11 e03d39c8aa0ae4c69f131df9d7b49068ddbb76f5 Package: ros-kilted-turtlebot3-node Version: 2.3.6-1noble.20260805.143030 Architecture: amd64 Maintainer: Pyo Installed-Size: 1976 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.20260805.143030_amd64.deb Size: 352384 SHA256: 32bd6906d18a57a913f3c55be173e07a4eed50aaaef0810a8ed8a5f6fc5110bd SHA1: 95592a9dae5fcde8d11f832f219f55356b6032e4 MD5sum: c9b7fea05f9e77f955f69a8a151d978b 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.20260805.143030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 10546 Depends: ros-kilted-turtlebot3-node (= 2.3.6-1noble.20260805.143030) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlebot3-node/ros-kilted-turtlebot3-node-dbgsym_2.3.6-1noble.20260805.143030_amd64.deb Size: 8996610 SHA256: 8024761bdef28750b317615437ae6ab53948b063abe9bb6b13b7928d1b90accd SHA1: a01125d4a2052728fd4a7dc1853c151d4a897ca1 MD5sum: 7571402e740f3845159084844183f94d Description: debug symbols for ros-kilted-turtlebot3-node Build-Ids: 4dbb82df3f0780966cb875eee57af2d5aee104ce Package: ros-kilted-turtlebot3-simulations Version: 2.3.7-1noble.20260805.154238 Architecture: amd64 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.20260805.154238_amd64.deb Size: 6570 SHA256: ed290a2c741586f58e5666560594fd85d4160042133cfa6e7855190c224e9482 SHA1: 5e6374a8afb6d5864511487ad622b96ef956eebe MD5sum: 17bca6a0d45253c65ad17a19b0b3c1d6 Description: ROS 2 packages for TurtleBot3 simulations Package: ros-kilted-turtlebot3-teleop Version: 2.3.6-1noble.20260805.140916 Architecture: amd64 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.20260805.140916_amd64.deb Size: 9614 SHA256: cf8ae285bb7964b069d744552b4d78758cecd8f5907035ae116b291d3253781f SHA1: 4ea7d29c252e582c3dfe3ea82b8e2a5ef37446a3 MD5sum: d1fbae6d758c822fe7e022c8f4590cc3 Description: Teleoperation node using keyboard for TurtleBot3. Package: ros-kilted-turtlesim Version: 1.9.4-1noble.20260805.204423 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2265 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260805.204423_amd64.deb Size: 446078 SHA256: a5a5722d2983f76ca5104d933338a33590d515d53d5047e4990b94a4c7018a9f SHA1: e344704dd691649ae1cb25d2da676f88790376a1 MD5sum: 2f3da4b0786f2084ffb696c6e44fbe53 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.20260805.204423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 11626 Depends: ros-kilted-turtlesim (= 1.9.4-1noble.20260805.204423) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlesim/ros-kilted-turtlesim-dbgsym_1.9.4-1noble.20260805.204423_amd64.deb Size: 10117358 SHA256: 276b8adf092bb2390fcce6cd588452e1dc847f7dc5c71a26382e0a4b68da045e SHA1: 0f32afafe717fa0a904e68597fbeec475abe4e0b MD5sum: 2a442df6519341cded741f9a474f07b0 Description: debug symbols for ros-kilted-turtlesim Build-Ids: 037811de405d6e1f9eb93a179808aa2c284bfcd2 74572c14dd2a8bb1b42320469ff34277c7136a01 91e574cad812e5b622f58260bafcf8d04309b3ed b9e28222ce24769309cb4eebb6e58d3ca455b692 Package: ros-kilted-turtlesim-msgs Version: 1.9.4-1noble.20260716.013713 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3816 Depends: libc6 (>= 2.14), 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.20260716.013713_amd64.deb Size: 242672 SHA256: b408ad942241804a4ac02f150b9bbf19fb92aef864968053d3d6c3da8c0f3668 SHA1: 90cb8ce83d79674f7306fc63cd5fb628c2c209d4 MD5sum: 582217b3188c8e2cf2144c7ebe69ff7d Description: turtlesim messages. Package: ros-kilted-turtlesim-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-turtlesim-msgs Version: 1.9.4-1noble.20260716.013713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2332 Depends: ros-kilted-turtlesim-msgs (= 1.9.4-1noble.20260716.013713) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-turtlesim-msgs/ros-kilted-turtlesim-msgs-dbgsym_1.9.4-1noble.20260716.013713_amd64.deb Size: 1755568 SHA256: 23398423e5aab16fe4fc135e71b842fa31c6b933936b4bc265dee160a619e3ad SHA1: c5ae2a900d149d9ad047cc8e44a9aa5894f4ccb1 MD5sum: 2468bacb7d175fa9b9cad98e712dca95 Description: debug symbols for ros-kilted-turtlesim-msgs Build-Ids: 073e1283f480441cba78fc390b55a55b6a623eb9 21f35d90c48cf6dab990e0ea87f381eca11cd8a7 2dcdbeaceb172f79b8b5f0b1a6178e4666453191 35aad877c13cc2cb0673a761c643ecb96c9fc0d1 71c3870339864d9687a491304b6f2af6915c496a 78efaec8eec1023d92df9a94233b8412dcaa2187 839223aeb045029599e57509b1db850e049c0e16 9f1c64d30d70aa74e6e0c0cd16a949be9a96cfcc c56aeea2e4324a603769fbea3fde82be089322e7 dbd733a8c525397c3319a3aa955715b2835a1cdd f3f832e6e44d742994aa57c21b417a243d83ed28 Package: ros-kilted-tuw-airskin-msgs Version: 0.2.5-2noble.20260716.020645 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 825 Depends: libc6 (>= 2.4), 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.20260716.020645_amd64.deb Size: 82692 SHA256: 07b99e576bae777ecf0b24be4f3092e9115e0850eab8a0f7e4b9e6f10c55c1cd SHA1: 6c75afd02571389690cef487cd18af75c6b4874f MD5sum: 0cccaf732243a9c8f7dda003e340a761 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.20260716.020645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 658 Depends: ros-kilted-tuw-airskin-msgs (= 0.2.5-2noble.20260716.020645) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-airskin-msgs/ros-kilted-tuw-airskin-msgs-dbgsym_0.2.5-2noble.20260716.020645_amd64.deb Size: 519024 SHA256: 3d317268180493448d6024a38513da2d418b0bcd36add525af6ab8b6374549f8 SHA1: 0055cc34ec67b50d5dcd512f8b8b9b5c4ba751e5 MD5sum: eca6cd635ca73bfc397adfee97bc0c45 Description: debug symbols for ros-kilted-tuw-airskin-msgs Build-Ids: 36e79a9c98b294d1f9c43429686941ee57aa3935 47cb493bd4f0dac495c7f1f683781f9ca7a0d7ea 6c2b1861ed570ecb251e6f4fafd394dd83a1ac83 6e06abca38813608d339cd84c7550a8e79429410 94c4d7b70270a70330f4a76a2dbdfa48f8fa67fc 98b5554569fe233b7fedb2f0c1f1d5d8f6e278b4 999ed69a992bbed55454d06e985c8ada07118aec af4597308bc9f29dab8657991767e8742f9f97f8 ef5acbb2ea8e4549bf49b6f97c4614d42ba1375f f1797d167f6a67ec2dd77e4b137fa81e21a6934a fe84d42a01f02f46fa9b3d0de7c99f48b8fcd382 Package: ros-kilted-tuw-geo-msgs Version: 0.2.5-2noble.20260716.021943 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 931 Depends: libc6 (>= 2.4), 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.20260716.021943_amd64.deb Size: 89756 SHA256: a2dc18ebe568e316a017838c8fc418a6b4281253be7f1e35a4099de4ba4f8752 SHA1: 38d75887c86c4b597f305bd6104d9d68468e13e3 MD5sum: a74b938bf9ef8df2086dcc15c08bb94e 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.20260716.021943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 767 Depends: ros-kilted-tuw-geo-msgs (= 0.2.5-2noble.20260716.021943) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-geo-msgs/ros-kilted-tuw-geo-msgs-dbgsym_0.2.5-2noble.20260716.021943_amd64.deb Size: 618188 SHA256: 528922a6b2d675f5febd5e76a8aeb35a2eeeca5c4367500a165c394e44916d9d SHA1: 46492a316deced32c7489e37cf9a19abede8a4b5 MD5sum: 0af957c6a445e927a30bb44eccf051ca Description: debug symbols for ros-kilted-tuw-geo-msgs Build-Ids: 102d4ec7d015beee7f6a61ea1cad85d17e7dbcac 358e0a7a7767e96b6da8b8fc7cd9b0d00337d244 3feee0331d6e3ae07c2911f5847483eea6e6a8d2 4c5200fe1933dfb8278db39d267f7e419256673e 638bd310042725320771ebc0a89e1b99f3c93f6f 722301ad0a28a41d4cfee9db062abc9034c84c4a 786fa08a8a03b53b13732c50c8a1d3ae0d472968 8206d5840ff2125216688dce7eefe398a706c831 b82fac76235db342ca6ff7a83e201539a12f67eb c273ce6fcc5c55278954a8a3e1778baae420b9c6 e9219dfa32f5ade178075d8afde93091cd1cfbab Package: ros-kilted-tuw-geometry Version: 0.1.3-1noble.20260804.175430 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 297 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.20260804.175430_amd64.deb Size: 64772 SHA256: a30e6be3888b2d34c92093488e4eab3105523adb92e1432144c74f2ac07f971b SHA1: b3fc5f746db07ab58fcc9c8682b1e1bd62fcd651 MD5sum: 507ca103a61436201d9628e8e0b7f342 Description: The tuw_geometry package Package: ros-kilted-tuw-geometry-dbgsym Package-Type: ddeb Source: ros-kilted-tuw-geometry Version: 0.1.3-1noble.20260804.175430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 851 Depends: ros-kilted-tuw-geometry (= 0.1.3-1noble.20260804.175430) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-geometry/ros-kilted-tuw-geometry-dbgsym_0.1.3-1noble.20260804.175430_amd64.deb Size: 817502 SHA256: 4e08c8dd6d78db3bfcb24ff75667d497f98554d5e922064ce77ef3276b09bb95 SHA1: b830f624a0047b860d1c073ce02ad1b85ab25d00 MD5sum: f9e3a64579395b200dee4620a57374e9 Description: debug symbols for ros-kilted-tuw-geometry Build-Ids: 7f78817fae2e971061c176049d6343f9cd8643a0 ccc6c3b6c6f89d2f3c2dc3f6a74fe987dfb17b04 Package: ros-kilted-tuw-geometry-msgs Version: 0.2.5-2noble.20260716.015802 Architecture: amd64 Maintainer: George Todoran Installed-Size: 917 Depends: libc6 (>= 2.4), 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.20260716.015802_amd64.deb Size: 79550 SHA256: b5fd5ff4442d3722ce6dce8d9db3050d82061881beabe6733bf8527b50390919 SHA1: c505dea4833bc004d27bbfc467b696dc9a840443 MD5sum: 284b3616b53dd54740edb2ba53df8a9d 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.20260716.015802 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Todoran Installed-Size: 652 Depends: ros-kilted-tuw-geometry-msgs (= 0.2.5-2noble.20260716.015802) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-geometry-msgs/ros-kilted-tuw-geometry-msgs-dbgsym_0.2.5-2noble.20260716.015802_amd64.deb Size: 497590 SHA256: 82f0e1cc7e167a2c3a71b958376c1c950b4419c75c272b49d1c296f5822142bb SHA1: 85ec0d24b6b1aa4e7480043fbeed468810fba94e MD5sum: 1955441a29a987cc257169c8360a02a5 Description: debug symbols for ros-kilted-tuw-geometry-msgs Build-Ids: 3d876c508fb1dc3006b9640cbb5c0c6f0d2526d4 414b9e9592a1c71ab86917e0c719b7e27214f59d 6f0cd105bbd754ad0b265fec9422de8afb75b21d 703acf0cabdabd5a0d9076538311eca508f9d7da b430a26f365a579b0da3622d32ba6d9533bd06ff b7586d439227d581a4f11fb1cabb15e4a9df89c3 cd93b6d5dc09840c32e00a38a376a26705c47db3 cea7460da7fc84d71a1b1d9554f1da959f758320 d07dc4448f2aec9c0b6e758d54e628b0c1bce1cb f3ca2d5be3846f8d02c2e2b59d242b177e3afd23 f817c730beecb59960b4d9b3ac9fdf283ab6ad3f Package: ros-kilted-tuw-graph-msgs Version: 0.2.5-2noble.20260716.015811 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1519 Depends: libc6 (>= 2.14), 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.20260716.015811_amd64.deb Size: 140434 SHA256: 13d8d3dc0b03f1830a364bcfe9c85e36b34196021d47998210c7968a3f721f44 SHA1: aea48badb2d7d0cd1f469bbce9d625bcaa95e3eb MD5sum: a0a9e03d12c805a57bbcac4ecd026e36 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.20260716.015811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1278 Depends: ros-kilted-tuw-graph-msgs (= 0.2.5-2noble.20260716.015811) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-graph-msgs/ros-kilted-tuw-graph-msgs-dbgsym_0.2.5-2noble.20260716.015811_amd64.deb Size: 1058802 SHA256: d1cdecf999313c2c07fa5d9e81e3d4dc6db14db7a50f7cb3bd7450181af8699d SHA1: 4290381718e4ba0d3b168a1cb90c706caeb6073b MD5sum: 5f16a2e547b89c20aace4b7101024791 Description: debug symbols for ros-kilted-tuw-graph-msgs Build-Ids: 013745b225904d5a66869acdce5db7674766c15c 0c9735a390ecef0d7f22c167d89f1e6515f59bbf 4540014cf51388406136cec5e8a7680c2e0f158c 69d68dd3df6f617146017cce2f9c13f9e756e496 717cf5caf7a41ca24f813dfe1c76f17e48bf9c8f 740f3d9691db35bd2ed88446feaf526a01d9f0e1 b2d3db8e5b8da2a09b161efbaf7cc4448ed56076 cc7065021338c58947a80f7f2a53e48b73f858e1 e7e24d702ca5e892d6cca9ef49de2f23e8058858 e865a431bb6f7ac4b975da515c0e554aa4171362 f2b69b16f55421d112418f0e586ac4fa4c992a72 Package: ros-kilted-tuw-msgs Version: 0.2.5-2noble.20260804.175436 Architecture: amd64 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.20260804.175436_amd64.deb Size: 12706 SHA256: 25b3704e64c1bf1b47071162cf971cacc54637c7130c59d6b39a3530bf2b7223 SHA1: 5c34babb3b1a77fa10c9ff31a94a3e55c8f8b930 MD5sum: 33d2121c3d5243e32c2d6393a5e5a164 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.20260716.015812 Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3827 Depends: libc6 (>= 2.14), 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.20260716.015812_amd64.deb Size: 279816 SHA256: fe6f6b4f383f45ce587a187db1b931399b70f03834a6d244967d1adaa36c0ea1 SHA1: 09e5dabae18f120157f0ecd60bb805d2a53f6cf3 MD5sum: 12adde46d34f87215c20ad1dcd6da013 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.20260716.015812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3103 Depends: ros-kilted-tuw-multi-robot-msgs (= 0.2.5-2noble.20260716.015812) 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.20260716.015812_amd64.deb Size: 2572566 SHA256: 2ed4125cdb5dd3c5ce8eadb3b939a3186124c9550ba1fbeabedd842e4517792f SHA1: bca73ee9fac205562c445f79fecd79de09eb9962 MD5sum: a3735adccd049f6b2c98049b6bf5a367 Description: debug symbols for ros-kilted-tuw-multi-robot-msgs Build-Ids: 1b53f23475341f038f555852c26ca30ef06e7d5a 1f43f43a7f929f277f3cd3a0ee58ece8625aad48 23ad2485de380d5b676493dc5242fd9514ab8d6f 3f4cc869d9f1512519b3ceeec2ffaf1885cb6123 87062cade0c3d3b8655be213152bc27c6935cc2f b1ea7bc63bdb7e6133b398d6851598ebfdad9a87 b30a0687a39afe4a3cc075b329ff91365721a223 c67f0c19d33946b9377b2df819574946f98ddc75 eba3b95b4276f239ab4886bda283fc10ebb1e9c5 fd45b2c31d5a50b0969cf75ec15fa40e4d829b86 fdde11767827154f1645e24f4db3e21a0ef390ed Package: ros-kilted-tuw-nav-msgs Version: 0.2.5-2noble.20260716.015943 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2297 Depends: libc6 (>= 2.14), 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.20260716.015943_amd64.deb Size: 176452 SHA256: 4d32afe653e6098110f7f4586b8515fe71919b9a57e948c50448431529eccf36 SHA1: b7a94c440431842129993fa915526223aa3886b6 MD5sum: 94ba7b639b9fd267dd1e3025ce5048d7 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.20260716.015943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1768 Depends: ros-kilted-tuw-nav-msgs (= 0.2.5-2noble.20260716.015943) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-nav-msgs/ros-kilted-tuw-nav-msgs-dbgsym_0.2.5-2noble.20260716.015943_amd64.deb Size: 1454000 SHA256: 19ef94057e9d436dd186d47e8528d2b87e5207f498358c92221e422f2bbaa5eb SHA1: f740e6739b4626ca2939e70dc50bdf730457a13d MD5sum: 9b5b302d53024345582967c5c444b7c9 Description: debug symbols for ros-kilted-tuw-nav-msgs Build-Ids: 01b03bfa90abd65899585a4b9a172b33556531d6 076012b6eaf8d43565d813fffc9de3b5356bc04d 34bc3b59c05fbbba9c0152f0b1751c02ab791564 4054d74166c6f7fed130c5afe6cb7c6c12d47df3 415f273dd53a11b6b10798938b16dc60b81182b3 42a787ee1f76bc48627a0a01296af131cf0b158a 8ff05ba1b2519bbe3279ef8ffb2df44e3a982bd0 9058366e7ca28bba72405b12c6b9986b3af4f7d0 9d5a29724fb16b8dffeedd14834ac5c06614ca34 cbefb5e64f5cd6c34ad456a6ca74cc1bd69bb65d ce104776c493e40022f01bd5ecb94c27d7ad0272 Package: ros-kilted-tuw-object-map-msgs Version: 0.2.5-2noble.20260716.015756 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1887 Depends: libc6 (>= 2.14), 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.20260716.015756_amd64.deb Size: 160836 SHA256: 10686055c1dbfd51fc620825381a3a35f29519d8f87e41629ba2c2529ce756de SHA1: 599686cc00414b70c71b9b8f35cffa8539442460 MD5sum: 2ae2fccc9358738f97a6849345584aa1 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.20260716.015756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1632 Depends: ros-kilted-tuw-object-map-msgs (= 0.2.5-2noble.20260716.015756) 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.20260716.015756_amd64.deb Size: 1359136 SHA256: a1b5492b01fc89dab52874ae5673619082726365f5b77fd3ae6da8f02418a489 SHA1: 408fe53de1115f1a57f3ff23ead602a71f0b92aa MD5sum: a8cfb0685388bbe737eb16a5bd4b86d5 Description: debug symbols for ros-kilted-tuw-object-map-msgs Build-Ids: 2a2057f3ee77abcc2020f63c862c22c24fde304f 2cddbe52fa6847ca035d096c9435873ed3957f8a 547579be6ce509bc86bb9bad0c23179e6a214a2c 79498814e0f05dfe238932b8dca778b3d7f2db83 7a570785be5658780cb285e9412f800fbae88e4e c60ead79311a125346ef39a784d702a2ace38950 cc19312aad0233805211763b1fcffb733776fb77 d194622abef6807f1717302f5b72269996f1f34e ea8b8898c4d5eab458bee9054748c07b1ba00482 f4df39837f17f0b989f3a8606f83849193155db0 ff100dafb69f1b8fdef4aa5e403f3292c8d962d3 Package: ros-kilted-tuw-object-msgs Version: 0.2.5-2noble.20260716.022251 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2437 Depends: libc6 (>= 2.14), 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.20260716.022251_amd64.deb Size: 199912 SHA256: dab2ac62e4904238e8052e0c5064b2f1b94c7f631c27c054854486bdabd0fded SHA1: 7dc47a6a70cd271b1ffc0cf82ae126ec79cc5c5d MD5sum: 6f2cdeae6e646110202196cf7feed57a 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.20260716.022251 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2102 Depends: ros-kilted-tuw-object-msgs (= 0.2.5-2noble.20260716.022251) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-object-msgs/ros-kilted-tuw-object-msgs-dbgsym_0.2.5-2noble.20260716.022251_amd64.deb Size: 1768248 SHA256: 8c8f13797c9e51c1d364849a6a312300fa4d922299b1cabae4d30410e080ff66 SHA1: 1585fd2d1b77bb1580c61c4846d24b40552846ca MD5sum: 71e85c8ab19b3a480d7c8a8f27ee7140 Description: debug symbols for ros-kilted-tuw-object-msgs Build-Ids: 0de9a1647a3cf82226c4298f287d65c47da420f8 123e253a6af06c1ec55bb7664e1a5cbcb861f9d3 1da81bed57534708180868cc687c6efa45a9ce55 20ed09a880a2e8065c73995060a2366d93163015 22145f953b84e359bdb452b1bc40cb9324756d1d 753c7e0825cbf98e9d4b3e381150d319aeb35a99 803abab5ab8842b5426605c992990c7fca324fd1 823caa9d8e18164a4dc8d2378716bc996a440516 8352af7584640788bed66a3ec884e1cbbaad76dc b5e6e9af54b1ea83ca0c6616e56a6d76d19158f9 e645aa35d9774fd1d13c600df98d8c353e49dcc0 Package: ros-kilted-tuw-std-msgs Version: 0.2.5-2noble.20260716.020345 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1133 Depends: libc6 (>= 2.14), 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.20260716.020345_amd64.deb Size: 102064 SHA256: dcbcd3506e81885173b699f19ad86ec724109f773323f952e35d504cd4249fe0 SHA1: 028f7a6e5ace1e2ce98bb7896391316132c8d095 MD5sum: dbc0ccbd9a65c4b7eb6427bcefc1a104 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.20260716.020345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 865 Depends: ros-kilted-tuw-std-msgs (= 0.2.5-2noble.20260716.020345) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tuw-std-msgs/ros-kilted-tuw-std-msgs-dbgsym_0.2.5-2noble.20260716.020345_amd64.deb Size: 673962 SHA256: 44f27c095c432f270f7a273fc343ce6e5e9207aa6f877c16de1fdb58d9343381 SHA1: 58fb0946b66ad9319ace153e71da8ab9aa2c3653 MD5sum: 50f2900382d6bb918306dceda36d3300 Description: debug symbols for ros-kilted-tuw-std-msgs Build-Ids: 2f06a21062c42b8a34c883c6a541f3e3298a8d53 3bc47d0448d244e623fb4de2682ad1e0748a7a5e 482e8d4f2af3fdc719473aeaed9000d7e5914ef7 5e1a9383bfe5a364009123a9dc6ca795c7051ce5 5f556a38fc5ad26fa045415eaf49ff61244ad940 75364a71c2926aa9282f043b28be9894f146214f 98dd7b0bc908c54eaac1bdde3ee259c10dca2bdb ade697df6a88de3363e3bcc8946f888c816531dd b1cea74edc03e2f5ff452dcaab3155f7753d6f10 c6c2f12b0fc977ff3e892299a23d8835c9093d57 f5d96fddda70f1236142155f95dc6f48b3b5d64c Package: ros-kilted-tvm-vendor Version: 0.9.1-4noble.20260410.112715 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 37030 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.112715_amd64.deb Size: 9942430 SHA256: 7a275258d5e5ee79d193a24bb7bcd559a22b879e8533b1c5b6d3cf626c0adc62 SHA1: 40b16f1b665dfd1af787659944adb822ad083417 MD5sum: 8e2050c181cdca0e2fd90a4e97eb311a 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.112715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 234624 Depends: ros-kilted-tvm-vendor (= 0.9.1-4noble.20260410.112715) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-tvm-vendor/ros-kilted-tvm-vendor-dbgsym_0.9.1-4noble.20260410.112715_amd64.deb Size: 222599208 SHA256: 59cdfb1a2c97aa16a27d885144353c5c20a3c8020b4deeeb4d4707f4c9565824 SHA1: 60223f403bca8a7dc514b547c2d7c0021bbccbeb MD5sum: 18461bc5ad9798546fb4df08974a52b8 Description: debug symbols for ros-kilted-tvm-vendor Build-Ids: de1861f8137b30a7e378bc74776f8361531f40de f63e1cb11171e00ac2ef3b47507dfff40a514fb2 Package: ros-kilted-twist-mux Version: 4.5.0-1noble.20260805.141421 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1758 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.20260805.141421_amd64.deb Size: 274498 SHA256: cfdd822bd86d3f0e76e299be708cee6cacb3f0f169a9c5c364163e9ccf4c3361 SHA1: c6af11637938961083035353d4642403c071240f MD5sum: ec4ab0de7c51be0d559b58ff82e0ac2c 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.20260805.141421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 8282 Depends: ros-kilted-twist-mux (= 4.5.0-1noble.20260805.141421) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-twist-mux/ros-kilted-twist-mux-dbgsym_4.5.0-1noble.20260805.141421_amd64.deb Size: 6890252 SHA256: 665f06a04f250a8f4043674b6e4e87448be91546cb8fd789cb7c6f68adc71f88 SHA1: 6bfda5262b40ab07c701a6714db024238ab4cfad MD5sum: 56106f29e2f1a4faa368c6cd343a5733 Description: debug symbols for ros-kilted-twist-mux Build-Ids: 8730aad094c446bdd00921d1b7da2722d0dd5fab c8725b2a7250466ada7bcb485de609118d328cec Package: ros-kilted-twist-mux-msgs Version: 3.0.1-3noble.20260716.012337 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2789 Depends: libc6 (>= 2.4), 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.20260716.012337_amd64.deb Size: 169872 SHA256: 609a71ca32c0ecf523d5fa44ed5bdb8cf8ca52359a4eb3f9da09e7a3ce3aa17b SHA1: f50a0d5cbf40960a2c8a8ffcb3d54079295a2f8b MD5sum: 3942e5f60271f64deb394b996842848f 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.20260716.012337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1290 Depends: ros-kilted-twist-mux-msgs (= 3.0.1-3noble.20260716.012337) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-twist-mux-msgs/ros-kilted-twist-mux-msgs-dbgsym_3.0.1-3noble.20260716.012337_amd64.deb Size: 853586 SHA256: 69d37104d46b10cb6342d33d4c1acefe29e6f1d564035da76c3e11172d0dee1c SHA1: 18d2f179952dd3ce40fbe981ca66fac402fca2a2 MD5sum: e1fd25dcab00f28bb9decca223c99dc0 Description: debug symbols for ros-kilted-twist-mux-msgs Build-Ids: 0c9864128c2ce6298e85f721b13cc149ad619382 1daf8da53951f1a05ee98a41294cc1d301df375e 4df73d5613324022a974676a3cc27784b72da375 56d693306b064ed4ef05ebea131919320ebf3efc 7d1457e6f6e4a6d5fe11bff85ac4890fe56dcbba 890ebfe8f95ae01a3fcf110346df77fb48d7919f acd7c747402d185f2f87800271f8427923014b6a ad415bbbcec825aed801134c1429ef3e0ee701d6 afde4b1445d47ff085b10fa42d1c326161436660 ddf22e4a5d7e6a64a2cedae9a24c070903de1939 fa251cb79d752ad3cafe93769550a284c856089b Package: ros-kilted-twist-stamper Version: 0.0.5-2noble.20260805.140905 Architecture: amd64 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.20260805.140905_amd64.deb Size: 6666 SHA256: 4918e1169c2af2444fbe100fc487d659d6c54872d4fed00d8184f5b95706a899 SHA1: 79944532d395a0c049ecdf9eea1fcdc5c5bd4a5a MD5sum: b8bc4c47d35910d428c949da1e19d572 Description: ROS2 package for converting between Twist and TwistStamped messages Package: ros-kilted-type-description-interfaces Version: 2.3.2-1noble.20260715.015437 Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 1903 Depends: libc6 (>= 2.14), 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.20260715.015437_amd64.deb Size: 160486 SHA256: 2273ae9e41220e6bac9a5f92ece963a4363bc88746507935f7724b75f4fa8ccf SHA1: 8b3c318434a1209d03bb525d41df73f00690694e MD5sum: 42c2836baedffc3f7fdedb6de83bb1ac 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.20260715.015437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 1530 Depends: ros-kilted-type-description-interfaces (= 2.3.2-1noble.20260715.015437) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-type-description-interfaces/ros-kilted-type-description-interfaces-dbgsym_2.3.2-1noble.20260715.015437_amd64.deb Size: 1260542 SHA256: 3c629339bb2e5136e0b8c67e6c5c3d4a37a4be17e1d28b27c49f8dbac5f0f1d2 SHA1: cc46e1cfcd89b45b64a2138b1804c551a55258b0 MD5sum: bcbf5ac56556728b876b34d892331c35 Description: debug symbols for ros-kilted-type-description-interfaces Build-Ids: 099c766f11b7b2c0ac440870d9bef8cc9d34d9c8 3070407bfe305e163909890a9fce8755016d1e55 3b398ffc11d9a18b6bafe0ce908bb7bfcd9f321d 3b85da1d72c21391600c0c11c27b0ba021161824 56a1a53c7bd99b2b3e8f03d1232010dbad9b2245 62ad339247b492e3271bca313fc1197bbaef6c73 85b0c9c794ff820b81209ce56e9ddf5e2e880ae8 9071edec4463e5fd8efa9e091295e1898fb9b8b1 b6590592a0a7766e74c6a695a3d2d3e7bd9a5a87 cf6ef639d1d24ec04d27e6f53035d9ec43e28603 fcba73fb9d8352f06e7665e7f68ead0924a5bbe4 Package: ros-kilted-ublox Version: 2.3.0-4noble.20260805.142503 Architecture: amd64 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.20260805.142503_amd64.deb Size: 5320 SHA256: da6e70823d624179ac8d4674e0eddb9ca555e0a015f22bf9e459a3bbd0018712 SHA1: 69922fd5c2f22d43524709ee8f168aff85963a50 MD5sum: 8a3dbc42916fc4c23b30a23677ef1817 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.5-1noble.20260804.180246 Architecture: amd64 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.5-1noble.20260804.180246_amd64.deb Size: 11678 SHA256: f0e45a384ee773820ed580509492c45fc548bdc8d601d2db3994658c40a65ba3 SHA1: 91a1549b95d44e1f4a6735dd8c40125129930305 MD5sum: 79b43d1eb370d4c168ddd642ac2c35d0 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.5-1noble.20260804.175506 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 3901 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.5-1noble.20260804.175506_amd64.deb Size: 687868 SHA256: 2cd7b253aa368f5d10304a4737f6a41632dbc1fd0c3c9383421f865f21454b5d SHA1: a595a439357c6123b60db8d62511c0e7c61866e0 MD5sum: f4da75662d15faa242ff179437219ea0 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.5-1noble.20260804.175506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 18692 Depends: ros-kilted-ublox-dgnss-node (= 0.7.5-1noble.20260804.175506) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-dgnss-node/ros-kilted-ublox-dgnss-node-dbgsym_0.7.5-1noble.20260804.175506_amd64.deb Size: 15920768 SHA256: db9c5354a2a85352acd01ff00aab64916be177aac1b6511e6d39d0e48d90f496 SHA1: cb068b671205bf3af67e32873903acc55e21f1d3 MD5sum: 0e76adc24dfad94c35c9b0f8e5a59791 Description: debug symbols for ros-kilted-ublox-dgnss-node Build-Ids: 5c64a820fbbc9e1d8a9355c7a4273b7356f5849b 716e339d42c1df2de5bd1bb37edc64ba288d102c Package: ros-kilted-ublox-gps Version: 2.3.0-4noble.20260805.141432 Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 3764 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.20260805.141432_amd64.deb Size: 744988 SHA256: 60503d77f8df4ae944e7acdff06df9570b566ba4ad4192d688d357f5676fa736 SHA1: 3abdc2c3dbb5d19145876d81d8fb367d2f08382a MD5sum: 5e6c0c931b50842e5792a1238c35da5a 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.20260805.141432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 21065 Depends: ros-kilted-ublox-gps (= 2.3.0-4noble.20260805.141432) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-gps/ros-kilted-ublox-gps-dbgsym_2.3.0-4noble.20260805.141432_amd64.deb Size: 18994346 SHA256: bc0ead5a5e52b09a1d753f61bde3b9796f7b4ee660d2205b90d3e22a5e499a14 SHA1: e1965dfabd58152c37e71953c9fb7a6e0fbd3cc7 MD5sum: f6037f51c1f8bb8e4b4c8cd0cd026958 Description: debug symbols for ros-kilted-ublox-gps Build-Ids: 135a5487ddeef7bbc688fb527863323d2643aeee 30d44eded6e147eb9de83b8e2f6d629c729743a1 7cd2ab9eebebdd2eee69edfe6363d556cc1882bc Package: ros-kilted-ublox-msgs Version: 2.3.0-4noble.20260730.180403 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 13394 Depends: libc6 (>= 2.14), 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.20260730.180403_amd64.deb Size: 818848 SHA256: ae7f7f92e13b93bf84835702bb8d53b252045a564a272f0b5231ee163beb302a SHA1: f24485adefc7ff83fe5f07a0f9a846e25d8fa221 MD5sum: 92754f5973f168ae501f0e6cfb36e0ee 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.20260730.180403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 8669 Depends: ros-kilted-ublox-msgs (= 2.3.0-4noble.20260730.180403) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-msgs/ros-kilted-ublox-msgs-dbgsym_2.3.0-4noble.20260730.180403_amd64.deb Size: 7136300 SHA256: 42a43da886e0e57b572084048cb931982c1e91ea88a4a698bee96bbc06272102 SHA1: 65d1e749c894cac494112d72a627584f0cfacccc MD5sum: 9999f383afb30cd93da968a6afb0f3b0 Description: debug symbols for ros-kilted-ublox-msgs Build-Ids: 14b23fa539d24b3a948da40248b7099040322250 1f8d770cd636040b11e20a6905f56016e2a00d83 28949a30331c18142461f43c7dbe9c40bca37b0d 495fb331bdbb6b3b2e0b9dd059dd27fe44631eca aef4b03fe235e3ef3ed87f83b887c9c9693de681 b1c5223db182d0a85f4346ac85c9866b7e3fe9f9 bbe9cefbd4ad60a4108ed270c9cb785aa84ec547 d3548e53df937be67769234f657ffe5759fdc1ae d977dd3cb7e90521a6d9b1bec3eb7f2648c5613a e8ecb4446fe78cf087b2ca03489a03ec67189ca1 ed91b4d63047bbdd69bc89fb594c180d193bc020 fa870ec2ac096c4ebad594b7dd4852a75e107815 Package: ros-kilted-ublox-nav-sat-fix-hp-node Version: 0.7.5-1noble.20260804.175524 Architecture: amd64 Maintainer: "Geoff Sokoll" Installed-Size: 1007 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 Homepage: https://index.ros.org/p/ublox_nav_sat_fix_hp_node/#kilted 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.5-1noble.20260804.175524_amd64.deb Size: 161718 SHA256: ec577069822e6debff6611a0856d30e45e1b7dac56144c4f217c95249c4edf00 SHA1: ae367a360327949d06f7e8ef55cea4e0d2cefbf7 MD5sum: a6798b67ccef218be29be2f9bacdfd61 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.5-1noble.20260804.175524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoff Sokoll" Installed-Size: 4401 Depends: ros-kilted-ublox-nav-sat-fix-hp-node (= 0.7.5-1noble.20260804.175524) 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.5-1noble.20260804.175524_amd64.deb Size: 3576326 SHA256: 4b5ff5e6c5b8f09a7b3f7ff486f52c3df2fcf6055f47e87c6716a19a7ccb9704 SHA1: 2f645b3749125ca83e86507785baf82a36121b88 MD5sum: 458e15a952a3566be13d4d40c5ff1248 Description: debug symbols for ros-kilted-ublox-nav-sat-fix-hp-node Build-Ids: f7af694f4473fce0c5b41bb2dc754d8df427f484 fa77b69af40bcdd254e1ad1a6d974057d3e8762a Package: ros-kilted-ublox-serialization Version: 2.3.0-4noble.20260410.112939 Architecture: amd64 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.112939_amd64.deb Size: 12718 SHA256: 1aa98e27361517c9c736240a9ee6643eeecb570b3dddece0eb94605496149e81 SHA1: 966b343a6fc533038f6cec45dfcb737c3f3975a1 MD5sum: 01e768e600d178fd172c862273572ac8 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.5-1noble.20260716.013719 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1849 Depends: libc6 (>= 2.4), 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.5-1noble.20260716.013719_amd64.deb Size: 121578 SHA256: 7898cbd6f05a96e92d8b2b7fcaa0eb3fc312585a758d18da81e74b6c26dbbb31 SHA1: 8af42547f19391ca8413d5389fdc9dd0953a2044 MD5sum: 2281a2ff4d6befca1ac68ee9814eda74 Description: UBLOX UBX Interfaces Package: ros-kilted-ublox-ubx-interfaces-dbgsym Package-Type: ddeb Source: ros-kilted-ublox-ubx-interfaces Version: 0.7.5-1noble.20260716.013719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1151 Depends: ros-kilted-ublox-ubx-interfaces (= 0.7.5-1noble.20260716.013719) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-ubx-interfaces/ros-kilted-ublox-ubx-interfaces-dbgsym_0.7.5-1noble.20260716.013719_amd64.deb Size: 844974 SHA256: 406544c26b76af2ce125769d86d485cc3cce94e963a61bc916b4dd626cf21301 SHA1: 96540e6a572d9001d069fd012f379c2bc028941d MD5sum: 734a44c320549a5f7d9ba2c307487a45 Description: debug symbols for ros-kilted-ublox-ubx-interfaces Build-Ids: 20b724975dcac29988c86a4bd522aab4883cdc47 221f8dfc99306ba836f72438d7a29c8417803294 54c5c9a002c2b983adb0a8f7c599299f1b2ca232 a0faccf541a157fd6da036d8c36599b8661ae1b4 a78aadde19ddeac0b2dac4a9535698c2c5767ac8 a928801363fdfd3b2cfe7454e1a89bcaf24cb9ff bb76fea6a5baf4dbcee7514efb068766f80d2e8a c856231de3872380a94c3c81bbdcdebf3220a026 cc93ab69b0c6536ffb298dddfdd245a09d51c724 e9a89cf77147f815e112f8e2b88a0347809e822a f2fc39b24caf990132d3a66b478fc4def4cac2e7 Package: ros-kilted-ublox-ubx-msgs Version: 0.7.5-1noble.20260716.020345 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 10662 Depends: libc6 (>= 2.4), 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.5-1noble.20260716.020345_amd64.deb Size: 649452 SHA256: d776b33050f2925f4cadb2e38005ad9c9e78641c4971f5d0af6759d274fb2a71 SHA1: a78d614115d18b3be52aa5519ac513bc4887bad2 MD5sum: e917bcb57f1f7932139d951b54235818 Description: UBLOX UBX ROS2 Msgs Package: ros-kilted-ublox-ubx-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-ublox-ubx-msgs Version: 0.7.5-1noble.20260716.020345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 7125 Depends: ros-kilted-ublox-ubx-msgs (= 0.7.5-1noble.20260716.020345) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ublox-ubx-msgs/ros-kilted-ublox-ubx-msgs-dbgsym_0.7.5-1noble.20260716.020345_amd64.deb Size: 5884790 SHA256: 7f8a6b63ffe9c405e1935f7c14da678b8370b311c06cd17fb842667b824b5cfd SHA1: 31570c94226cb019176c3ff409f4249186d5a471 MD5sum: 3678eb61048697817e315d4063699c7b Description: debug symbols for ros-kilted-ublox-ubx-msgs Build-Ids: 1c41fae1dcd80e9d21444d54c0548a88344ac1fa 1f1e9628fa792d3e160c62112d3b6ec9fb38f7ee 64e4411f4b26c26b0a58b3a33e8f5694e7721520 660db95a87602f4e2911922784c781c87eebc9ff 6c16d5899f1366c16a848f1cc4f17d5dc404a6b7 7e9e834c3b7981d746e7093a2afda5d007e9e5de b4808abeb210fa8bc50c56a8e586db0921ad1480 e4bed8b066a8a1ffe306d537cf31658689e0f4f9 ebe6913820bf2347ed8fa0cd67960bc7bd47e482 f599163a078ddeec61d3dc1dbfba17b1a9808f46 f91012cccf87e4c2743d490d9622c840b177d634 Package: ros-kilted-udp-driver Version: 1.2.0-4noble.20260805.080454 Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 834 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.20260805.080454_amd64.deb Size: 179766 SHA256: bd68fe127f14a81a8b33d7b4fdd6adb766a0e647d16f67b1087dc806829fc19d SHA1: 9f9d01be6809234b075e9b2f8995f8c229dd8fcf MD5sum: 212a2c54aa6fb4d3cb722229bf75c5df 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.20260805.080454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joshua Whitley Installed-Size: 4156 Depends: ros-kilted-udp-driver (= 1.2.0-4noble.20260805.080454) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-udp-driver/ros-kilted-udp-driver-dbgsym_1.2.0-4noble.20260805.080454_amd64.deb Size: 3612738 SHA256: 047cdcf531b47796ed8fc41a1bfa4f2b408cbc2f3e103eb223fda9f8ebbb4a4f SHA1: 6757ad2a07bc48c360d9236a85ade0f1a3c0cd8d MD5sum: 9fa2326543f5cb7859cbccb772ed76a9 Description: debug symbols for ros-kilted-udp-driver Build-Ids: 1dc1f36a5c8bfaf0742d01a6d210e6764bf3b243 4bc5248cadb997835813713d87571a3144a14458 9b25daf35878a5b33908db9eb781419c07c239a7 ab3fecf28c367c84225d7e8987c8b29e2e4b669c ae8353f1394554e17834a1817c9e3ca1611c2d93 Package: ros-kilted-udp-msgs Version: 0.0.5-2noble.20260716.020402 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1292 Depends: libc6 (>= 2.14), 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.20260716.020402_amd64.deb Size: 115264 SHA256: 022649176bca753e701a309f9d63f1164b56d6e86110d83a24a16e53129451c4 SHA1: 8ef1a0495c889924169d3679f2974a4a96afd5c1 MD5sum: e99b20a5fdabd55b777dbe29ad3a5ae4 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.20260716.020402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1000 Depends: ros-kilted-udp-msgs (= 0.0.5-2noble.20260716.020402) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-udp-msgs/ros-kilted-udp-msgs-dbgsym_0.0.5-2noble.20260716.020402_amd64.deb Size: 798108 SHA256: 28ac76dfd334cdd2da3ba6f67532b75d34ef3937822f65ffa97212cfaa09809a SHA1: a6b78cd3351f46689e40bc241e691e7826e162d5 MD5sum: 507c1066bfc481b9ee3f1cb5163e5890 Description: debug symbols for ros-kilted-udp-msgs Build-Ids: 0b52709cdc7aafc47169c62bc5df547bfb35f56f 119fb0c6e6bb3d327aaed47f8de0bcffc168a794 371da08131abddafacbebcd22596a9309fcfe5d5 5b3ee9d1c3c3357ed20a3bb0e14c8395423ea69f 6933d3f42ef05d80c51a28fe502213c3ed9dc361 895d02a301c6197ede416f35d12814820861cf15 ba7d8ef25a9e2ffc381f28e16d43ceb960327652 d0379e8dc48f366860372efd0e423d954110cb7a d3f6c0c3b77476ab29e9f83c5f301d7bb81cb102 df7387f1d2876f64505d6631b87080aca5402afe ec445737b53813907646efc45e1bc97602601f9d Package: ros-kilted-uncrustify-vendor Version: 3.1.0-2noble.20260410.112940 Architecture: amd64 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.112940_amd64.deb Size: 8094 SHA256: c8b22552ba223685f9f567a64019c365867ee55f1a6425883d090907f93e00ea SHA1: 1cc7fe9e610d2728db3f14bfdc95b7a9c5375418 MD5sum: a892ea4739fd57412cd7d307ae390183 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.1-1noble.20260715.192025 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 432 Depends: libc6 (>= 2.4), 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.1-1noble.20260715.192025_amd64.deb Size: 40904 SHA256: f346925e4798c9d9354986b9f15fd7ebb4adac38fea8c2d24fd24a1648446de9 SHA1: c70615aa2aa8071104ba1dd4c8046a5bd5e69773 MD5sum: 297901bc257184fe45e134754d0ed855 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.1-1noble.20260715.192025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 251 Depends: ros-kilted-unique-identifier-msgs (= 2.7.1-1noble.20260715.192025) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-unique-identifier-msgs/ros-kilted-unique-identifier-msgs-dbgsym_2.7.1-1noble.20260715.192025_amd64.deb Size: 165822 SHA256: d3de83ad7611915d3a7092206987ba41cf5721100b8dad154b0ffb8ef5ed2ef4 SHA1: 33af8156490d6e0b70ae5080d80afae096db8b1e MD5sum: 0e0aa7a1343667fbd8577f405fb225fb Description: debug symbols for ros-kilted-unique-identifier-msgs Build-Ids: 0b2a73fb68f67d6cace20a0fd152cd02a3a3b504 470460acbb17128b37468c5459cd89f9a8fe72b5 4ab738b9ad548db69b7d38b645aef320a72261bd 5566135f496c9ef88e482d0d229c2fb706c3f456 601c80c5690a4f6e6236a5b39023459a66273009 77675351592c4a14b0a1185ed243bfbbff4d67cd 7802ed95c372d2b18458e79036f6d255850b2093 aeaf3bfd6395095d091bd0903a0bc7703b959951 bff9f05f465acf2e4b1374bf54a0f117559c53bd eacf6cd5336538710518705db81d4a780f182ed4 ff482eb7711bf2d5e68fc17f68dc8c4912409d8c Package: ros-kilted-ur Version: 4.8.0-1noble.20260805.173752 Architecture: amd64 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 Homepage: https://index.ros.org/p/ur/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur/ros-kilted-ur_4.8.0-1noble.20260805.173752_amd64.deb Size: 5904 SHA256: 57fe6e2c237467569b8d3ac4936bb835982990b1e1c095a55cb7ac1a4cc01f28 SHA1: 1d10088ffbe9a6813b507d9e4c8c8934d35c0689 MD5sum: 0661018382f8503c4aff0f10b4aa0947 Description: Metapackage for universal robots Package: ros-kilted-ur-calibration Version: 4.8.0-1noble.20260805.160713 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 194 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.8.0-1noble.20260805.160713_amd64.deb Size: 57134 SHA256: 11691ac69680480c878b549ca5db790d506cb29f04d4707f05d6934528a56022 SHA1: c71e232ac5eaff9f3b9c20cf407ed0e5e89cdfa2 MD5sum: a23a259641f5a34107a8a133cebfb2ea 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.8.0-1noble.20260805.160713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 1583 Depends: ros-kilted-ur-calibration (= 4.8.0-1noble.20260805.160713) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-calibration/ros-kilted-ur-calibration-dbgsym_4.8.0-1noble.20260805.160713_amd64.deb Size: 1551076 SHA256: f2278c281ab203d0d9a7fe6da44d5e66ab199d314161d8b0c81f520d0be2f251 SHA1: 4fd65d4f7ffea1ddc80d1205504002bc7b85700b MD5sum: b2b74ab23c36537335035b6e9a83a0dc Description: debug symbols for ros-kilted-ur-calibration Build-Ids: 0ea6986f095db420dd98bc40d986fecaeb2ff6f0 Package: ros-kilted-ur-client-library Version: 2.14.0-1noble.20260717.150846 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 2089 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.14.0-1noble.20260717.150846_amd64.deb Size: 550418 SHA256: 8a30b4a1f798931475ad18c995962fa3dc292e3e7386bae23a7faee2f2a04991 SHA1: 89cfb9df1ee6eb25e76d6eddd22dd3d4d8206278 MD5sum: ca9e09271cb39e30252d86bc84be4a25 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.14.0-1noble.20260717.150846 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 7919 Depends: ros-kilted-ur-client-library (= 2.14.0-1noble.20260717.150846) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-client-library/ros-kilted-ur-client-library-dbgsym_2.14.0-1noble.20260717.150846_amd64.deb Size: 7475154 SHA256: 6b0e276cb10d9896d1f424cc9526f7ea1752a01c23089f7fa223db43a82ae2db SHA1: c3cc3a77314736ad86017b222b96f241efb3e275 MD5sum: 5f3f02e0ee405210b9b99e741837418e Description: debug symbols for ros-kilted-ur-client-library Build-Ids: e90ead5f7efe43a0ed182280ced8523a9cc8b930 Package: ros-kilted-ur-controllers Version: 4.8.0-1noble.20260805.145220 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 2054 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.8.0-1noble.20260805.145220_amd64.deb Size: 455152 SHA256: 74dd1934e815fbba7bb8a15fca2536746bec1ea39af7adddbc72c99ac2239829 SHA1: fc3bb3c14107294d17f4b9e9b4c55aa9ba956d62 MD5sum: f794768941f228af53da6aa1c8dfdc5d 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.8.0-1noble.20260805.145220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 10253 Depends: ros-kilted-ur-controllers (= 4.8.0-1noble.20260805.145220) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-controllers/ros-kilted-ur-controllers-dbgsym_4.8.0-1noble.20260805.145220_amd64.deb Size: 9331822 SHA256: f85e3979147ccdc9428e68b519bf5cc55ac760bf9cbb08190dd200cfcf634db8 SHA1: 7f82e81fbba6d9adba588636772a896bb1b2b0a5 MD5sum: 2684f468da7038bf142dbfa7cb2287f6 Description: debug symbols for ros-kilted-ur-controllers Build-Ids: 2f584e78e84ed853a2100f60c8d92ea9794aa8a8 Package: ros-kilted-ur-dashboard-msgs Version: 4.8.0-1noble.20260716.012425 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 12505 Depends: libc6 (>= 2.14), 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.8.0-1noble.20260716.012425_amd64.deb Size: 701422 SHA256: b491517b9124c792cf4f9ef2c92e283f86791ad77eaa50bfbb9520991597420d SHA1: cf6b7c43dffc3a6d56f8527b075bab4a6fe1724e MD5sum: 1d6abaec5cb57599d54c6d97b31a7dc3 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.8.0-1noble.20260716.012425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 8750 Depends: ros-kilted-ur-dashboard-msgs (= 4.8.0-1noble.20260716.012425) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-dashboard-msgs/ros-kilted-ur-dashboard-msgs-dbgsym_4.8.0-1noble.20260716.012425_amd64.deb Size: 6823844 SHA256: 3c0c2b8b4a86be501493e701971ebb192ae0ebe1dbd24c76517242f1b3c78e71 SHA1: 769b956e69c679e3143faf659d6c955a01f03c71 MD5sum: 82759e278a17a1dd4094e70cd19a2511 Description: debug symbols for ros-kilted-ur-dashboard-msgs Build-Ids: 264a1aec8a6e624ce3da212a47d9975984d60add 3d0894777b47d5f3f1768532637635a81f721a9d 8031e0ddeb421d619f33d97b7af6b0b449796c9b 80afafa3e3bb01c6b7cb2154ff454c42afcce59b 8f1d79f69faa3a53400f9c4f219467d055b6a679 a072451998e87b74f510bfd0b77059ddc380cf2c a70549c009237e5fae70e2c24daad5c4ab621f2e aea31dc3d650e29c54c9e765bc27750847b42281 b1ccbe463925a6bf7d52fc97523afc1657e54ec2 eabd508eb4fbc9f1bc1c63f08a7c2d7d94b0273b fd17d2d953430c8eb2d89210eecc529c4b2d00f5 Package: ros-kilted-ur-description Version: 4.3.1-1noble.20260805.154407 Architecture: amd64 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.20260805.154407_amd64.deb Size: 22124394 SHA256: 45440d3e4e16e78c905230293bf66fd75536650245875c1c553aa699efa0ac5f SHA1: f6273641654f96ee7831f77e6f69e5f442bbf6ae MD5sum: c3f66f94d8af0de54a25f9e00f2cea21 Description: URDF description for Universal Robots Package: ros-kilted-ur-moveit-config Version: 4.8.0-1noble.20260805.173653 Architecture: amd64 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.8.0-1noble.20260805.173653_amd64.deb Size: 16876 SHA256: 8c7064d360f7e603a9008f054a545520714c2f21d836f85e134850a8b4db2c6e SHA1: c72bba2b06be5ff854dd1181cd8339bffc7f01aa MD5sum: eceb444e2ab1063909fab55734c1fe1f Description: An example package with MoveIt2 configurations for UR robots. Package: ros-kilted-ur-msgs Version: 2.6.0-1noble.20260716.022759 Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 9196 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/ur_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-msgs/ros-kilted-ur-msgs_2.6.0-1noble.20260716.022759_amd64.deb Size: 578500 SHA256: a0b12263273597384df9847cc606ce88cc669ff55a22f68dff74cb04cfd257e7 SHA1: 909892ac7f5ef2c0339993191d99de4a6f7cec57 MD5sum: 776790e6d0cf86cdf51cad2f330a8746 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.6.0-1noble.20260716.022759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 5525 Depends: ros-kilted-ur-msgs (= 2.6.0-1noble.20260716.022759) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-msgs/ros-kilted-ur-msgs-dbgsym_2.6.0-1noble.20260716.022759_amd64.deb Size: 4249026 SHA256: cea93be560cf92a909f40769e53357ae508348094045e9e66fbeb1e1d7293ccf SHA1: 378924b58cbf1e632fa3e1f556b9f652a06a73a4 MD5sum: 19fd80062dc2f2bfd2854c03f425cb88 Description: debug symbols for ros-kilted-ur-msgs Build-Ids: 1301757368c8c6ef6c45203aab2e46e00ceddf81 2f743b694e776829764216801b83da6bf2278bbc 446c20caa965913c7537a6a1598b52f4b59632a8 4f0e31f3d219ecc5e8854b541df75889276d99e3 566377c4d957b6815486da130e872dbde1e95acd 7ebe56ebace155077bfbe07ace90a8b9cf03cd4e 8e40bdd6532a83c20f9b6c8c69b2a0c5a570a7c6 b1925619a575a8f13f62aa98e77bb84744042324 beffa54933e0fde47d020648367289772f3df486 d2d5bb709c81fb5d9bd74eed0808b35f48475a0d de5117857caeea46ad69e518cfda43149c3aa77a Package: ros-kilted-ur-robot-driver Version: 4.8.0-1noble.20260805.154718 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 5227 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.8.0-1noble.20260805.154718_amd64.deb Size: 1003740 SHA256: 20ce5716a89c6c4024e9f72460ef4b13f06aaa2ed32bd1539bb5e45cb75b03cc SHA1: aa2587aab333b980ded1de926d77188b5e1a8945 MD5sum: 1c86d6d475fdde18567d4b494e2bf52c 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.8.0-1noble.20260805.154718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 23667 Depends: ros-kilted-ur-robot-driver (= 4.8.0-1noble.20260805.154718) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-ur-robot-driver/ros-kilted-ur-robot-driver-dbgsym_4.8.0-1noble.20260805.154718_amd64.deb Size: 20532576 SHA256: 98b6f4a702d5161a66b5934781191ddd37408a602608dd463ddb96c261b9ccb6 SHA1: e2e096b50819518f4e171a5fbc2a5faecd5989d4 MD5sum: e3a83c3197c21bbe11a74051b020a924 Description: debug symbols for ros-kilted-ur-robot-driver Build-Ids: 403fed87fcd99e3728cc226a371e5fc2587d11ca 4481755943ea5b0c38262b98ab512da89f63a3ec 4c0d6c0e183a11af31a1372594256138e49d3855 508e170e520aaf8120f317fc5b6b84a58f2dde68 8de8a4070a3a5d17b4ab050afb37b40df808996c a1562ddb04baffb4d17b4c7dd4f2a6cadf10e408 b774bb429063a97aacec6b537111610d30bb0ef7 Package: ros-kilted-ur-simulation-gz Version: 2.5.0-1noble.20260805.173735 Architecture: amd64 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.20260805.173735_amd64.deb Size: 11276 SHA256: 84f78e4c66000350bda3eb81bb9615e810f500f5a17132bf18683fe45bc24bbc SHA1: 9ca9714905ca2ed21fff1e1600f56922cd4d9406 MD5sum: 529bd72607749187ee2784ff1e6bb208 Description: Example and configuration files for Gazebo simulation of UR manipulators. Package: ros-kilted-urdf Version: 2.12.3-1noble.20260805.075826 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 366 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.20260805.075826_amd64.deb Size: 106218 SHA256: 92041e1585bad2f72bd05c5954fef316fd339949b7fd40a72ddcd5e68e8caf25 SHA1: 245a9609b2d1d0a83798ea8c85f4ab06ba7c83b9 MD5sum: 1fc75e434eb837c4728a2761ec969ce7 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.20260805.075826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1272 Depends: ros-kilted-urdf (= 2.12.3-1noble.20260805.075826) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urdf/ros-kilted-urdf-dbgsym_2.12.3-1noble.20260805.075826_amd64.deb Size: 1194520 SHA256: 8aa405c8f601a2050b82f096c64c7afdce91c1ac692c08f7b9ceba49fdebeb39 SHA1: 7a1f21ad942fceb5902db87b6ad61ec5a0ea68bd MD5sum: 655fccf0b6e0f20ef7711d834c7aa1e7 Description: debug symbols for ros-kilted-urdf Build-Ids: 104db1127e2382c9bbd86c63979e275d8f7a6153 7910dd7b329c4bb264e6dd0d46873e74cdf6e8c8 Package: ros-kilted-urdf-launch Version: 0.1.2-1noble.20260805.154413 Architecture: amd64 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.20260805.154413_amd64.deb Size: 6440 SHA256: a9635f2896b799987528a531b6310bb521956c3cba4efb07196cbcf229032d80 SHA1: d38326ecddce0a57b520a9af83f808deaa36b3c7 MD5sum: 4dd26c2efeb03dee3a3a99b63f829dcd Description: Launch files for common URDF operations Package: ros-kilted-urdf-parser-plugin Version: 2.12.3-1noble.20260730.180629 Architecture: amd64 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.20260730.180629_amd64.deb Size: 9878 SHA256: 2c74cc70947d52b574d9dd05a0698c7d0aacae063192a3e6871dc177f94d35cd SHA1: e2475bfb3705b6568aac0c0ff9e62f0e8e4fa1cc MD5sum: 34c5ebef9798d48a462f3ee55f01f0b1 Description: This package contains a C++ base class for URDF parsers. Package: ros-kilted-urdf-tutorial Version: 1.1.0-3noble.20260805.155956 Architecture: amd64 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.20260805.155956_amd64.deb Size: 731338 SHA256: a31062b23adec17aa431d5ad55cd28d91ec9965f61ab38c4e022fe93243836fb SHA1: b9db859d8c2a367f16424a4956c52f31bf72575e MD5sum: 7406ce5e471e22ca6c88ac69d29668b9 Description: This package contains a number of URDF tutorials. Package: ros-kilted-urdfdom Version: 5.0.0-1noble.20260410.113103 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 428 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.113103_amd64.deb Size: 72362 SHA256: 3d609ee1dc5fa1920881ea2f611f278b9ab9b159c125daeab1c802fb558128b7 SHA1: 8aaf8174c21f446685c5c34e115e45c3724a2f84 MD5sum: 1e4131c6ce9cf514690616fa3e8ef2ff 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.113103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1886 Depends: ros-kilted-urdfdom (= 5.0.0-1noble.20260410.113103) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urdfdom/ros-kilted-urdfdom-dbgsym_5.0.0-1noble.20260410.113103_amd64.deb Size: 1231238 SHA256: e3e078c2c8d34c4f693cbc000e9893dc7a70ffa28317bfd95ac5a4ded4d7cd1e SHA1: b13605a7c84935a408dc3542ac7ad58997e07744 MD5sum: 1a0b27e0e94b1778f55a20a53b3f8bab Description: debug symbols for ros-kilted-urdfdom Build-Ids: 05b2122c129f67555b90bc52491acd869abe5bf5 32c8edd53fd58e8ec81342a16d682501f4e97cfe 38d8c3a413fbd8426ca6d9aa5080a1151dc781ce 3cc418b634ef2ac906085ffc490641ddc7c5cb10 4b59d75ba7a32566f83878b4c2928116cbf5bf81 a5fabb7637ae58c275384acd7bfac89f94e881d2 f7f0282ca11c339bd6bca0defdae670dcb1da48f Package: ros-kilted-urdfdom-headers Version: 1.1.2-1noble.20260410.105306 Architecture: amd64 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.105306_amd64.deb Size: 13432 SHA256: 2d0280951a6cea904f86c879506132472c6b8d577c7629c4a898b373f820fef3 SHA1: 30157ba4a58a2d28c407f2254cbe70f2372932a3 MD5sum: f4e5003df83c0b5f83dbbf7f82941bda Description: C++ headers for URDF. Package: ros-kilted-urdfdom-py Version: 1.2.1-3noble.20260805.140910 Architecture: amd64 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.20260805.140910_amd64.deb Size: 38694 SHA256: bc53a1de77cc0f5a0b3b5a9e4b1da2cec64595500d5d3a5c76cc0a4d5d1c7f78 SHA1: 4153f56d1d157e5e177cb5ae0f7f403a09bae8b4 MD5sum: 44aab9eb28b5c7b00e4859a521f41da3 Description: Python implementation of the URDF parser. Package: ros-kilted-urg-c Version: 1.0.4001-6noble.20260410.112951 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 311 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.112951_amd64.deb Size: 41304 SHA256: a852cabf6a103f3ed1b09133e223447a58aa6c4d80b72f0e5a420a884dc91393 SHA1: 9437ee35b98567fc112b54eb6f03616a03850bed MD5sum: 186bf19df0ac267d6c22304c12a46c85 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.112951 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 198 Depends: ros-kilted-urg-c (= 1.0.4001-6noble.20260410.112951) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urg-c/ros-kilted-urg-c-dbgsym_1.0.4001-6noble.20260410.112951_amd64.deb Size: 98890 SHA256: d989ecdef8cb7dcd86601d0473821bf4f22aefd2d198fbe72313edc88a0f0c8b SHA1: 86353590a747c52c78d81e450f1d58d9097670a9 MD5sum: 803a9ebbf5ac5334c189b12f660a8d64 Description: debug symbols for ros-kilted-urg-c Build-Ids: 1583df9facc81b25e0810c70b331e7e125988adc 20c40cb608f6e6ba266bf14016612ee3e1718828 601f2987f3e5af8bf64c93730114b0f9a457ffb0 89060af38cc43bad1d1631c26fdcd2ebb41fc408 893dd64779af2d5825fca443b8ecb3358ffa8423 8aa37c35c319abdcc86a8531c8c1c2337ec021c7 8e321a121d4455e9517bf7b47514f0a47fe5a801 998a74c143865edc39b75fda4a87107fc9603e01 9d0446dcda085c361c8feb3bef3249d490fb4e89 bebe424cf90dd1f91079ba9499fe3c487f73218e dde36052143a8b54e9aa032e35b2af753a028953 feeae4935a6e21db0441c17eaddba0193e75befb Package: ros-kilted-urg-node Version: 1.2.0-1noble.20260805.142036 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 613 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.20260805.142036_amd64.deb Size: 185274 SHA256: 9fdca785eb4a4de8245a18f1b6945d96818883b155cb618f3cc34156894281f3 SHA1: 009bd61c5929cb6e6c1c434ab4120eaae2c5c238 MD5sum: 6c524cbf003e4f85bc333e27fe19def8 Description: urg_node Package: ros-kilted-urg-node-dbgsym Package-Type: ddeb Source: ros-kilted-urg-node Version: 1.2.0-1noble.20260805.142036 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2388 Depends: ros-kilted-urg-node (= 1.2.0-1noble.20260805.142036) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urg-node/ros-kilted-urg-node-dbgsym_1.2.0-1noble.20260805.142036_amd64.deb Size: 2236102 SHA256: e4ae141d8df30baeedbb54070b456f0b3a0b7152a6b0f9bbaf7e7d49b89da576 SHA1: db86a09de45eb808d57c592c40c67db2b9cccfe8 MD5sum: a07d97a4548a52d505e93ecbb7889661 Description: debug symbols for ros-kilted-urg-node Build-Ids: 08b72a9635625028bdc25da0c645fc4679a8438d b766209631e6cb0501f199774ffc26839095092a e12c9db9f5ada6c86e48e86a88db341b00598864 Package: ros-kilted-urg-node-msgs Version: 1.0.1-9noble.20260716.020412 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 454 Depends: libc6 (>= 2.4), 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.20260716.020412_amd64.deb Size: 42898 SHA256: 3496ff699fe8f883132922c77ab9a40913c61a7b917d14723b60fb0a667a9d3c SHA1: 7e7a30f888826b5b9c5aac9a849ae8eff05ed160 MD5sum: 7c7786ee7c82bdd575c75ad318c263d6 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.20260716.020412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 256 Depends: ros-kilted-urg-node-msgs (= 1.0.1-9noble.20260716.020412) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-urg-node-msgs/ros-kilted-urg-node-msgs-dbgsym_1.0.1-9noble.20260716.020412_amd64.deb Size: 172916 SHA256: 1bbd958b6fc3d498e6a3f149002e5f776f463b8f5ef1da60284474e349d5e3f4 SHA1: fb646582d070707d469b5f7020aed6107fe1efd4 MD5sum: c14affafa61e63b23e5ac21035c57f79 Description: debug symbols for ros-kilted-urg-node-msgs Build-Ids: 0c2b3d11b01311b18a053ccc01620ca914b8d2be 12cf64bf71635082720bf4485c356a7da617674c 1656d90543f7a742d994208548077f302a69584e 1683399424c7462bd83c88ad37e12eaee30a55c6 25c0ae74982e3d818b334efbff370f45b14762cc 2c34dec7ef198aa7f64fd38648ce3c5e6c636806 3d50ae070ea6e8be37a5c2b6466c0ed7cf1c256e 4979e4db1d5da54828164c75eb09eceb032dbf3e 81efce31f0f32ff45bb9304029e20e7d1f2bb79b ce2f91a1c116decde1337e12b7e44d82ab7cc34c f141e1df6d89732b61ced8446d569a9134a48cd8 Package: ros-kilted-usb-cam Version: 0.8.1-2noble.20260805.155519 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 700 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.20260805.155519_amd64.deb Size: 168560 SHA256: 2b55721233fa596432459bed64e8f085fe49d04600bd3babd3b873915acc4b5a SHA1: 2d8250cbeb25126188f88d30339a2ac60daf9315 MD5sum: 3c58493baf2b5783fb61c8542f64b75d 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.20260805.155519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 2663 Depends: ros-kilted-usb-cam (= 0.8.1-2noble.20260805.155519) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-usb-cam/ros-kilted-usb-cam-dbgsym_0.8.1-2noble.20260805.155519_amd64.deb Size: 2464988 SHA256: 6827f2025700b4d49c3c5909c68c0696d14ff2d8c8cd56eacfa6c50f678aecf6 SHA1: f8e01b2e86bc8c358db476d866210c7e05401c1e MD5sum: 2ad64a39d72d1da3bf06a0044f3e089c Description: debug symbols for ros-kilted-usb-cam Build-Ids: 36ac265424129b8c8070422abbfcc9fd1821b1d8 72b158baf8f1bbe1522f41b2266065cb749b9172 8336e2899a66a146cf1426e3f44e103a12c53fec Package: ros-kilted-v4l2-camera Version: 0.7.1-2noble.20260805.145015 Architecture: amd64 Maintainer: Sander G. van Dijk Installed-Size: 901 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.20260805.145015_amd64.deb Size: 218036 SHA256: 0e50125f2fbe44ea049d0558edc8a7a1e16ae4623982189fd3e1f57a83350ca0 SHA1: ba7d56e2b3d91a9125351752dabb14008a71587c MD5sum: cf882b0f56f416a2931d81fc1c27041c 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.20260805.145015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sander G. van Dijk Installed-Size: 4580 Depends: ros-kilted-v4l2-camera (= 0.7.1-2noble.20260805.145015) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-v4l2-camera/ros-kilted-v4l2-camera-dbgsym_0.7.1-2noble.20260805.145015_amd64.deb Size: 4148440 SHA256: 18891a01fb6c92dca1a455d970631cb9115b0ca985dc5ac23526b8eb711d7839 SHA1: 2444602a32ea2deac6fe413091b748d17870e107 MD5sum: 7e12fdd35d6868db89b233a6798c0e67 Description: debug symbols for ros-kilted-v4l2-camera Build-Ids: 36c51eaf9a605108c74144674a743412ecd246df 4264aacaa1d23c79a7941632daa44e043207dbc1 b4d23e48073b2e4ccdfba843c82c5cb1b5177632 Package: ros-kilted-velocity-controllers Version: 5.16.0-1noble.20260805.153027 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 118 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.16.0-1noble.20260805.153027_amd64.deb Size: 28042 SHA256: 6520661f4a9e5de8db3e848164a2c16e642fae59fce0f4f075a002769c87a343 SHA1: 64a992e3cad73a6d328ba0b9e8a11bb73f055b99 MD5sum: a1c5c0e361fc6dbe9a13ef4b9f42048f Description: Generic controller for forwarding commands. Package: ros-kilted-velocity-controllers-dbgsym Package-Type: ddeb Source: ros-kilted-velocity-controllers Version: 5.16.0-1noble.20260805.153027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 433 Depends: ros-kilted-velocity-controllers (= 5.16.0-1noble.20260805.153027) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velocity-controllers/ros-kilted-velocity-controllers-dbgsym_5.16.0-1noble.20260805.153027_amd64.deb Size: 411346 SHA256: 60447b73bf913ec6ae03292347f5271c9faff6b0bccd5cb458e1f11c8cba4f49 SHA1: 01afe66b2d05e3310298c5101c7fc7f34ed08fc6 MD5sum: 9088e6a8d7fb6dfb5353c11fa482f8f4 Description: debug symbols for ros-kilted-velocity-controllers Build-Ids: db69c9a800e07448f0d40330238e9d6f8c15f73f Package: ros-kilted-velodyne Version: 2.5.1-2noble.20260805.151129 Architecture: amd64 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.20260805.151129_amd64.deb Size: 8514 SHA256: 226eb428363ae6da06e67eb62de58cceb0b139dea8277a4f8268f6cdfcfbea0f SHA1: 781c99de864b21a204b60b0f960b5362a842bf3f MD5sum: 3b68dd20b129e5ca7cad127dd3e8a5fd Description: Basic ROS support for the Velodyne 3D LIDARs. Package: ros-kilted-velodyne-driver Version: 2.5.1-2noble.20260805.142957 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 697 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.20260805.142957_amd64.deb Size: 155622 SHA256: fc5a01643d736f9841ca19820bc4c94755474a2006bacd6e18deaa23fef63fb4 SHA1: 750592509c6f7232fcec0cb4a1ab554fb76a5f6b MD5sum: 11952509dc8293ff2a36fc90baf8db5c 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.20260805.142957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 3186 Depends: ros-kilted-velodyne-driver (= 2.5.1-2noble.20260805.142957) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-driver/ros-kilted-velodyne-driver-dbgsym_2.5.1-2noble.20260805.142957_amd64.deb Size: 2808872 SHA256: 1584c1ace578edcbb8daf50b36193720e380fb00b9e53c9dec187172cd8cc5f9 SHA1: c4f959c3c5e424602419fb586fb0659cc929b888 MD5sum: bbd7d4c09453d5e128a03fe8e949347a Description: debug symbols for ros-kilted-velodyne-driver Build-Ids: 0439715cbee43b4d049770652bd2321b5479dd02 43b91763c46370430b3e3aa2ad3985587c141ecd 6d378ded640dd627b37d50f66d5c493b11b07d7c Package: ros-kilted-velodyne-laserscan Version: 2.5.1-2noble.20260804.175526 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 593 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.20260804.175526_amd64.deb Size: 127126 SHA256: 110044a381688fe038efba62b254f6be35d933a6c09264bdc941169c80ccfd0b SHA1: 07b176e2f42a81757d60aadd5650fa68f0d9e095 MD5sum: 1c56aec6141c001c3a02c6481d8c9405 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.20260804.175526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 2718 Depends: ros-kilted-velodyne-laserscan (= 2.5.1-2noble.20260804.175526) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-laserscan/ros-kilted-velodyne-laserscan-dbgsym_2.5.1-2noble.20260804.175526_amd64.deb Size: 2373454 SHA256: 0d787ab31a5d61057734d842d744c29f36935946456c97a6d9fb493e6316b8db SHA1: 2af6b4763ad524d3d24e7b537d067ac2e2378ff5 MD5sum: c55cf315ccdc4f6a3d6c90fd123d37df Description: debug symbols for ros-kilted-velodyne-laserscan Build-Ids: 29b8b7feccbf9c0da2cb431a1ac3cf8e35cc45b9 61e667420c86d8f7e7e94f9cb26ec4cc9037f63e Package: ros-kilted-velodyne-msgs Version: 2.5.1-2noble.20260716.020426 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 574 Depends: libc6 (>= 2.4), 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.20260716.020426_amd64.deb Size: 57688 SHA256: 40a351341239406a7b1bb8f088adb829b44acf7fdfb21dbaefa47657999da2da SHA1: 8065c8f28fa172448436225276537a8119e0a4cc MD5sum: 74ca1fb836139fe09280027084a0bfe8 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.20260716.020426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 407 Depends: ros-kilted-velodyne-msgs (= 2.5.1-2noble.20260716.020426) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-msgs/ros-kilted-velodyne-msgs-dbgsym_2.5.1-2noble.20260716.020426_amd64.deb Size: 297872 SHA256: a09d0db44404f44d819f51e085aa50cd6f907271b4f7f996075244249683d47f SHA1: 854c30c2dfb23d72e65dce14c2c2d64e7a8ffe0f MD5sum: 7a4f0203451905846bd11efa79324d24 Description: debug symbols for ros-kilted-velodyne-msgs Build-Ids: 099fc0153ae51bfc1a569d4284fe30c7c92cefeb 2689e1218e50b981a5ef0d9d5c11247b3f317e28 298cadf3bf970a6eeda1906ff60db31630d2bd86 30f2b7b63edfc85d989dcba06eb214b6df97d298 3388cb96f4c5c3da645387c5c75a007fd792bf86 4a55fd760600f248462d42bf0994b25c05b68c6c 78f225548ea8673fa4ecf4d1c0e1f95d5f59a101 7ffb3677834c91731d5aa35e20495f51c3ef015c b35526ea4cf5fd07b1f88b562db01567f109cdc4 ca7e4ef689b092ca8d1b9af9864a11398fcf3695 f8b738b1600b1b84f605f1436bc8f9fa5f951db7 Package: ros-kilted-velodyne-pointcloud Version: 2.5.1-2noble.20260805.142935 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 1085 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.20260805.142935_amd64.deb Size: 227512 SHA256: 49252e995cad3c99f17394002c380b96b44642d122c2823677a1bb583efbeeb4 SHA1: 5b7de36432a129ead36a3699a39d9deab041cfbf MD5sum: e8a9eba124b38c716f3cbf348c0ebd4d 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.20260805.142935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 6294 Depends: ros-kilted-velodyne-pointcloud (= 2.5.1-2noble.20260805.142935) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-velodyne-pointcloud/ros-kilted-velodyne-pointcloud-dbgsym_2.5.1-2noble.20260805.142935_amd64.deb Size: 5888242 SHA256: 8ad92821070205cc476012b516f9fd450536c79c11cf8494ddcd692233e6613a SHA1: 7f8afe187702097d7142edbf3d1d1e74dc340e7b MD5sum: 98c4eb709863a2b6f7be7d11dfcf2530 Description: debug symbols for ros-kilted-velodyne-pointcloud Build-Ids: 7191db54d5252e0c855b1c236cd05e08d8239521 793d483b77bbb3b1e5b2af9c4c29ba611f08a7ac 8d2cc907715a3e6c14eaaed942e580a93fdea6a5 9db52c9fd52d46cc0882182b7b7efed4168d4657 Package: ros-kilted-video-to-image-msg-publisher Version: 0.9.5-1noble.20260804.171653 Architecture: amd64 Maintainer: "George Stavrinos" Installed-Size: 295 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core406t64 (>= 4.6.0+dfsg), libopencv-stitching406t64 (>= 4.6.0+dfsg), libopencv-videoio406t64 (>= 4.6.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-kilted-cv-bridge, ros-kilted-rclcpp, ros-kilted-sensor-msgs, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/video_to_image_msg_publisher/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-video-to-image-msg-publisher/ros-kilted-video-to-image-msg-publisher_0.9.5-1noble.20260804.171653_amd64.deb Size: 86398 SHA256: 83a91cae8225b4d371d4893992c61de3809b33f9f6b9c83f2fef748fe3a08318 SHA1: 3ed36f580a856e81bd0d701ad211289f6ad0bea5 MD5sum: cd7e456b330ca945092b5ebd1362c513 Description: A simple node that publishes sensor_msgs/Image messages from a specified video file Package: ros-kilted-video-to-image-msg-publisher-dbgsym Package-Type: ddeb Source: ros-kilted-video-to-image-msg-publisher Version: 0.9.5-1noble.20260804.171653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "George Stavrinos" Installed-Size: 1662 Depends: ros-kilted-video-to-image-msg-publisher (= 0.9.5-1noble.20260804.171653) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-video-to-image-msg-publisher/ros-kilted-video-to-image-msg-publisher-dbgsym_0.9.5-1noble.20260804.171653_amd64.deb Size: 1579666 SHA256: 06e0756774924b075dbe21faeb05ead738a212048d6508b2e4f50b8a08537b7f SHA1: 6d32b7bd857a2dd8c1767f68e374978ad59ec20a MD5sum: b7c2d4a14ec0c882e20050b16f793f55 Description: debug symbols for ros-kilted-video-to-image-msg-publisher Build-Ids: 5f49d1002da750b9a65f4d276aaf00cf0bfcaefd Package: ros-kilted-vision-msgs Version: 4.2.0-1noble.20260716.020019 Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2565 Depends: libc6 (>= 2.14), 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.20260716.020019_amd64.deb Size: 189074 SHA256: 353be2de35f82f949ccd582a4d746f5c79b2ca738ced39f119592402b90052e2 SHA1: 51856a1b669f3adaafa79904c9567fabb085d365 MD5sum: b1de1bce7b0615029a199eb5708f7a80 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.20260716.020019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2137 Depends: ros-kilted-vision-msgs (= 4.2.0-1noble.20260716.020019) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vision-msgs/ros-kilted-vision-msgs-dbgsym_4.2.0-1noble.20260716.020019_amd64.deb Size: 1771970 SHA256: ef377ed6f1d4e64bb6d04752be1239d720c0937fc86416c1a4e995eadc0241b8 SHA1: 44b0f830aaaec75fd49678575ffc94742ee7b379 MD5sum: 3f1fdd5a8f1c9b8d40f2f5c8d72b32f8 Description: debug symbols for ros-kilted-vision-msgs Build-Ids: 08c351096e05280e4d954962f06fb9ece0617a8f 191488de1289243abad6a3730b7194b64c321ba4 29e3d159a4ae714842ae188a8b27222d0a15e0bb 54e57552322626b0aecbd633c78789203a1db7c7 7bd19cb7396671ae29106ec35a4e2c3ac0d75819 a21869f44ff25e6e44c8ccad9fd8b1c9db4a1d78 a63549097342bda58dff9d687a0dc929ee8b24fb b228914e434f0a1f6ee7b3a16a519a5af504c325 c3d9d5577b49dabc7adaa3b0e69e6bc3ff8a3329 c72c6f27b54fcefa06f47454ae8ec4f13c61e7f7 f3225ba40d05c9c17aa8bced2e868d012da1c8f4 Package: ros-kilted-vision-msgs-layers Version: 0.2.0-4noble.20260805.142355 Architecture: amd64 Maintainer: ijnek Installed-Size: 115 Depends: libc6 (>= 2.32), 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), 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.20260805.142355_amd64.deb Size: 21118 SHA256: 0ede27b498e4841c2684807012a832a5d6cdb2c36c8092b66f1b1a4b09f745de SHA1: e521bdb9e3efa3ae4fa7a9407c023ae197af2f79 MD5sum: c1a9f385ed377384b21a5026bffad8de 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.20260805.142355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 444 Depends: ros-kilted-vision-msgs-layers (= 0.2.0-4noble.20260805.142355) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vision-msgs-layers/ros-kilted-vision-msgs-layers-dbgsym_0.2.0-4noble.20260805.142355_amd64.deb Size: 428750 SHA256: cf36b360c81d340c32cea4c7a1d107a69f3d1117746b1bb2a88a6ee247d8d1da SHA1: f905e2e533f322c763eaf6704d43acf7cad9477d MD5sum: f6161732f1f567305adeba1db7848881 Description: debug symbols for ros-kilted-vision-msgs-layers Build-Ids: 1e11555cd1d1de4d7e2a89ae0f942bfd5c3e1e3e Package: ros-kilted-vision-msgs-rviz-plugins Version: 4.2.0-1noble.20260805.154656 Architecture: amd64 Maintainer: Georg Novotny Installed-Size: 1432 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260805.154656_amd64.deb Size: 231588 SHA256: a0309a4c1dd5010cb67246875949c3108f6003c6d3914224be1b79f7a4af37ca SHA1: d809ba73fa233ee53e0212e0c335447437ff0b90 MD5sum: 97b16d24449f3c3420e81da70bff0af5 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.20260805.154656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Georg Novotny Installed-Size: 9856 Depends: ros-kilted-vision-msgs-rviz-plugins (= 4.2.0-1noble.20260805.154656) 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.20260805.154656_amd64.deb Size: 8762716 SHA256: 758f0272e6304b0942d2fbcb6ded67f859768273a7082463f1837ad2958cbe50 SHA1: 24a99f8f48865819ee2c91ad2984d37ae5b68bd9 MD5sum: cbaac10af72e88596e293b6467d2b9e1 Description: debug symbols for ros-kilted-vision-msgs-rviz-plugins Build-Ids: 38f0e4ec9ed269b9af6698b7b98beed21844358f Package: ros-kilted-vision-opencv Version: 4.1.0-2noble.20260804.175512 Architecture: amd64 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.20260804.175512_amd64.deb Size: 5748 SHA256: 634a412d4c3cf04f212484047dfbf22ec55dc2953fe700a1c023f0067c4610a1 SHA1: 52129c39c327fecbbd4e438c2fee20d43557a568 MD5sum: c286e4cb6aad5107e1db89475a661b33 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-7noble.20260605.133429 Architecture: amd64 Maintainer: "Fabien Spindler" Installed-Size: 14497 Depends: libc6 (>= 2.38), libdc1394-25 (>= 2.2.6), libgcc-s1 (>= 3.3.1), 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-7noble.20260605.133429_amd64.deb Size: 3486848 SHA256: 13c8a263a89e42590efddcb4e323f0ae2eb2c169d75b3e9674a29773adbbafba SHA1: 9f62344a80a88a8593946d46a46c35ab260bf0d5 MD5sum: c89943e78f98241c1862215077fbe685 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-7noble.20260605.133429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fabien Spindler" Installed-Size: 54326 Depends: ros-kilted-visp (= 3.7.0-7noble.20260605.133429) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-visp/ros-kilted-visp-dbgsym_3.7.0-7noble.20260605.133429_amd64.deb Size: 52743038 SHA256: 78b48bcf9124854bcd62b8e50d95be3a005203b42887376da522c1e07935f0b7 SHA1: 2f4cfab95480e3b50eb8d031d36391e29a3fe4cd MD5sum: 14513af384c929db750c4ad7d6bce8bb Description: debug symbols for ros-kilted-visp Build-Ids: 01ce370e93f8fa146e5cf31286486de64c6c4ac3 04ae903fa9441580beabe09286ce86868d5fd26f 0fcad60d0610dadcfe64082f9907c3e78ed472c2 1005f2c26f5fe72ff447ee4f6b0ba986ec48401d 2af40a610c7c6217df626ad3092f3c8bbe03ce14 3268d84a50e167d9716364abb19609a505c79872 5e60391cf37646bcb53e151f6695a10f95239c30 5f993c642f28c22e581a223a824f15ab9c2f4926 62d1a6de9a572e86be282de45ba24e86e68e5b25 660f08bff0fe09c71ed7f70aede8891bf1895571 789ea57d3c0f12af1cd5267131fa9ed6e9b8d2e2 9abdd3c3a5d2c037c9da6b5c1315d4d10d0554a6 aac24250e810b0781b48d1c892504d1333287e0d b821cee3a75a14344abd3a9e77e54d333f118539 b8286fe83997b9135e3c531b3fde8c42aa86437c cc4fb05fdbe7a507c346c9170ee7792ffa9c1bc1 e4f26a57eca982138b61dcc0de974f1789d58d1f efb82829adfcc19f545fce691f5c881cb6c46e9a Package: ros-kilted-visualization-msgs Version: 5.5.3-1noble.20260716.020959 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3298 Depends: libc6 (>= 2.14), 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 Homepage: https://index.ros.org/p/visualization_msgs/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-visualization-msgs/ros-kilted-visualization-msgs_5.5.3-1noble.20260716.020959_amd64.deb Size: 264060 SHA256: ad9e730b1f11d8da870d801098f976b124b67ed7bc96051b44e05cd2f90ac72c SHA1: 93d04c4bf70614e277a5b8d6fcb3fae37349b1dd MD5sum: cfbc84f44738e2211f44845c8dd7b6a1 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.3-1noble.20260716.020959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 2997 Depends: ros-kilted-visualization-msgs (= 5.5.3-1noble.20260716.020959) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-visualization-msgs/ros-kilted-visualization-msgs-dbgsym_5.5.3-1noble.20260716.020959_amd64.deb Size: 2570426 SHA256: f2953341e0c780755b87bb7dddeffbbd0cf6866da6f62f4cce93fc64bd7dfc7e SHA1: fdb3ab0066ad51a797a2b3851f1898e97612f526 MD5sum: 5851a810c99bb40aa5cf38ff87cf2782 Description: debug symbols for ros-kilted-visualization-msgs Build-Ids: 02c98410a36b9843d7ec68bdf4f7bf6ca722db5d 12d05c192f0c008f92d6ca8274f6df19fd376578 2772badedfb98eb89571adea566bf72abe16ded2 2e5e5e032c1417a3c851a5697f80bac7b10c7db4 4e9d78ebb0b2e66b3cd493e8fea251b56c57622b 8b2abf49ad7bbccf9bcc813cadd86b2be55131ee 8ef8ac6f8f81bfc4796dff066c49d87f0956b3af b40fe0be5084ba7997a4ee1bf46c9cc8452ce53a c212d8a205867fa6e47b3078293c18c19bb7a2cf cca720f0bea39ef5e2b2322d0f9ab92242a0a7fd d7c281b0d5c87986d4b063dd7deeeaa2a32bd13e Package: ros-kilted-vitis-common Version: 0.4.2-4noble.20260730.180657 Architecture: amd64 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.20260730.180657_amd64.deb Size: 5496 SHA256: 50dcfe5df128c106917fc14fba0bd0ee0cae2eb85ca02de06ce52f29e4a886ea SHA1: 6eb253b1645a3f0bbc16c9d2df1616a0e1a5fb5b MD5sum: a9e90f0c5d197d732aa3edf825775498 Description: Common code for working with Vitis™ Unified Software Platform in ROS. Package: ros-kilted-vrpn Version: 7.35.0-21noble.20260410.113049 Architecture: amd64 Maintainer: Alvin Sun Installed-Size: 1708 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.113049_amd64.deb Size: 298730 SHA256: f4c8778c777f6128c5c142e2b699aadaeebae8d82364f513b5a1ee89d9ed93d5 SHA1: 51b63473b93c43d82726e4428f0b059c286bb817 MD5sum: 18da38ba6df9700900f3922f0b5ae47a 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.20260804.175924 Architecture: amd64 Maintainer: Alvin Sun Installed-Size: 1826 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.20260804.175924_amd64.deb Size: 305766 SHA256: 042102b55a69c6f89b69eb0510209cc22691129153558de1b7c97ea93537473d SHA1: 1b8a7f80ac2728377e4a6d9197c2ecaf22b9453a MD5sum: 4ef48bf46f1c0be1d7fec0c9ab5d53ad 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.20260804.175924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alvin Sun Installed-Size: 2622 Depends: ros-kilted-vrpn-mocap (= 1.1.0-4noble.20260804.175924) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-vrpn-mocap/ros-kilted-vrpn-mocap-dbgsym_1.1.0-4noble.20260804.175924_amd64.deb Size: 2431114 SHA256: 4a72f89160a1afe259e01d49de44c9c5b056c3fa47073f184d4b59377495ecb0 SHA1: ce14b6c9293e817e8a75f514ef4ae05ad55c1867 MD5sum: dca8c4c614cd2ed253b47f5b0f383373 Description: debug symbols for ros-kilted-vrpn-mocap Build-Ids: 78220fc8da251e0578ed0780fb9c7be084b312dc Package: ros-kilted-warehouse-ros Version: 2.0.7-1noble.20260805.150202 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 428 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.7-1noble.20260805.150202_amd64.deb Size: 123288 SHA256: 19d95d554a328119fdb0dbd4993e38fb36c3943f07eb2443507868a167806023 SHA1: 9382e7d926d9621cbcda0bda917480da1d96be97 MD5sum: 32db5b03bdbdb942fd809887ec640c54 Description: Persistent storage of ROS messages Package: ros-kilted-warehouse-ros-dbgsym Package-Type: ddeb Source: ros-kilted-warehouse-ros Version: 2.0.7-1noble.20260805.150202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 2990 Depends: ros-kilted-warehouse-ros (= 2.0.7-1noble.20260805.150202) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-warehouse-ros/ros-kilted-warehouse-ros-dbgsym_2.0.7-1noble.20260805.150202_amd64.deb Size: 2907692 SHA256: 321115dca87b3ea99df33a96ff5aabdab9cee64f1780fb2e799807ac27a95ceb SHA1: 45ffc0c82f7c355f85072f1675c5606abad7ed04 MD5sum: a035737f2594598327f20d3868bce4de Description: debug symbols for ros-kilted-warehouse-ros Build-Ids: 8b53957eab4d47e9486a13a9d8bb46d540d2e5f1 d39c7a7400e7e51de0ddba2d46237b93930d0036 Package: ros-kilted-warehouse-ros-sqlite Version: 1.0.9-1noble.20260805.155503 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 225 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-kilted-class-loader, ros-kilted-rclcpp, 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.9-1noble.20260805.155503_amd64.deb Size: 65382 SHA256: 0b4e8b63483a12f4a7cc83434c39ffd9618ce317cc0d3057bf7fe043ca31c798 SHA1: 0b0ca1cfedf03347d965e316ee9995a049bd38d4 MD5sum: 000961254f54ce9f46fcb7f9d495d735 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.9-1noble.20260805.155503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 1181 Depends: ros-kilted-warehouse-ros-sqlite (= 1.0.9-1noble.20260805.155503) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-warehouse-ros-sqlite/ros-kilted-warehouse-ros-sqlite-dbgsym_1.0.9-1noble.20260805.155503_amd64.deb Size: 1126884 SHA256: 441517543ba7abee862d05b2b809ce3a890ec265868fd0fe15ecf4cbfb815067 SHA1: 91d8fc244987effecb6e3d633d539396ea56be97 MD5sum: 31a959cd975ace33a3ec4eb95e815f33 Description: debug symbols for ros-kilted-warehouse-ros-sqlite Build-Ids: 9599b9a861a2adb472a9c6c022897b1dfa9cf876 Package: ros-kilted-web-video-server Version: 3.1.0-1noble.20260805.145245 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1324 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.20260805.145245_amd64.deb Size: 303256 SHA256: efb2d5d4d4098bfa391b0ef61db0dbc0834125efe60c3f74771cdea50108cb1a SHA1: 8f0870d35a94475146b5cad58428cc187a182cfd MD5sum: 1dae4ae152d8ee68a04c537df5d563a3 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.20260805.145245 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 7445 Depends: ros-kilted-web-video-server (= 3.1.0-1noble.20260805.145245) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-web-video-server/ros-kilted-web-video-server-dbgsym_3.1.0-1noble.20260805.145245_amd64.deb Size: 6871890 SHA256: 40345cbe88f208af1b4d5b43739aad70f1c53ec7156c27d378d00d1053dca2ae SHA1: d062f3128981e39b606e243a6d9d7528111d5d2b MD5sum: 1dc1f856ba3234db14422ccb6b94f4cd Description: debug symbols for ros-kilted-web-video-server Build-Ids: 4558168a6cdf986115210fecc102311fc3e7b564 520c875a7593c414682a5977f72e3b8344fc872a e08b0da983df7b3c2c37d28a62ba479b8474ec0f Package: ros-kilted-webots-ros2 Version: 2025.0.1-1noble.20260806.073714 Architecture: amd64 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.20260806.073714_amd64.deb Size: 5660 SHA256: 8fb24374c2a5ddd4267a3fa5394188fc18326655ed895f285b8db7482b46f495 SHA1: a5c010447d4133ad55be9d47afd359237a0b7ab6 MD5sum: 4fd3f9a48d00a7d4603f927938d18089 Description: Interface between Webots and ROS2 Package: ros-kilted-webots-ros2-control Version: 2025.0.1-1noble.20260805.145318 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 422 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.20260805.145318_amd64.deb Size: 123012 SHA256: 088d4c59f902430e06eb907ee7a35f6d3bf994fa4492422357a1ff81be22b3ac SHA1: 19168140151129794208aa2aa26290892c2759ba MD5sum: d42305813c9632e169262c2710ae6164 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.20260805.145318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 2028 Depends: ros-kilted-webots-ros2-control (= 2025.0.1-1noble.20260805.145318) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-control/ros-kilted-webots-ros2-control-dbgsym_2025.0.1-1noble.20260805.145318_amd64.deb Size: 1930126 SHA256: c41f468fcd4d4193b3e7d8c6a2355f098c07481b154a9abe05d67a6f2fac4edd SHA1: 4476b6ce838246f21433d45dcd8f3ab1bb79d9f8 MD5sum: 51d13613bd3f7f4b2a8775354a2d1828 Description: debug symbols for ros-kilted-webots-ros2-control Build-Ids: f16d181180d2a3cac225bb80e8dc613114535c69 f88f119154628e396d4c56937cdd37f4cb46452b Package: ros-kilted-webots-ros2-crazyflie Version: 2025.0.1-1noble.20260805.144453 Architecture: amd64 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.20260805.144453_amd64.deb Size: 14512 SHA256: 689f126c6492bb7c852f11b464d3cba864b636594bcad0890a041da9784f4c8b SHA1: d63999ef7be9b4c925d68b1ea9e856e18c0cb7fc MD5sum: 47e055ab6a671a98c9dacb8ff8210348 Description: ROS2 package for Crazyflie webots simulator Package: ros-kilted-webots-ros2-driver Version: 2025.0.1-1noble.20260805.143450 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 4023 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.20260805.143450_amd64.deb Size: 850140 SHA256: 8ecd0c1309eb8f38de61315daf7303f24241118842ac2ca1997588e270c06cc7 SHA1: c3eb9dc7560d35baa2727e243a02dec48a076234 MD5sum: f62e4227cb4a5f3e52e3881dd26885c5 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.20260805.143450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 15995 Depends: ros-kilted-webots-ros2-driver (= 2025.0.1-1noble.20260805.143450) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-driver/ros-kilted-webots-ros2-driver-dbgsym_2025.0.1-1noble.20260805.143450_amd64.deb Size: 14355668 SHA256: edd7621bd948758a5ea43fb32d314d3360a73eac093518610f9d753a6e8727ac SHA1: 7903c4341bae47561253a17872d2d468c4f0405e MD5sum: 77759034a55d6f49ca3a8672b73a0c5b Description: debug symbols for ros-kilted-webots-ros2-driver Build-Ids: 5a85605111ae6261030862a0b3d8e19238ebfd75 8614a6bc7cb3f54847298446574948995c961879 d19c860e32abdbef1299ed4aa2a8f2885b38b3f2 e1d415b7de4c545e457b18fe1c9fd5129e24a077 f6f5dc9cdb195f0c5143760e328b1b6a6ee92485 Package: ros-kilted-webots-ros2-epuck Version: 2025.0.1-1noble.20260805.155521 Architecture: amd64 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.20260805.155521_amd64.deb Size: 32128 SHA256: ded7bc005c6cdf7c2b81fbaab50065c1f3559909d869b5d72a0b12d94fb43459 SHA1: 3f1febbd0d827b7d377a271dcad2521221a77fd2 MD5sum: 2ed927f514acbf93e9d8ed9c5713d364 Description: E-puck2 driver for Webots simulated robot Package: ros-kilted-webots-ros2-husarion Version: 2025.0.1-1noble.20260805.153317 Architecture: amd64 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.20260805.153317_amd64.deb Size: 46174 SHA256: 40f172946a20f64d0028bc36ade4193e6a7eaf6f593141774861f7be83289b0e SHA1: bacf74096a203d7be38ef7d368377db2d1826596 MD5sum: 0ae87ffcddfbd9c4b90da182f23e0a1d Description: Husarion ROSbot 2R and XL robots ROS2 interface for Webots. Package: ros-kilted-webots-ros2-importer Version: 2025.0.1-1noble.20260715.014732 Architecture: amd64 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.20260715.014732_amd64.deb Size: 63450 SHA256: 6235507d83593e4c45b7b917a317388808918f95e23f7436695ea50a93e23c08 SHA1: 467732ae417d8bbaa01181c2c5280004d5d0c620 MD5sum: 5a9f14ac51b4ba7d2677b7ad8786cd52 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.20260805.144519 Architecture: amd64 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.20260805.144519_amd64.deb Size: 10298 SHA256: 438f7c585dc25d8686edc3442529660ec1f5eb9d8703774854193749b6bf9ba7 SHA1: 14248c6aa15912918cf788ee4aa9a9f1a4304e45 MD5sum: 223ed3884b2a6347d210e5856f3ce5ba Description: Mavic 2 Pro robot ROS2 interface for Webots. Package: ros-kilted-webots-ros2-msgs Version: 2025.0.1-1noble.20260716.021011 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 3331 Depends: libc6 (>= 2.14), 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.20260716.021011_amd64.deb Size: 233876 SHA256: 281441f5c431313b2ab14b94aba5f37a489250cf98109da40dbdf8fd7c2d97d3 SHA1: 8c504ce318175d02b3adcf0f098fe5a030236316 MD5sum: 20853b27173e8640fd8acbddf727763f 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.20260716.021011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 2486 Depends: ros-kilted-webots-ros2-msgs (= 2025.0.1-1noble.20260716.021011) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-webots-ros2-msgs/ros-kilted-webots-ros2-msgs-dbgsym_2025.0.1-1noble.20260716.021011_amd64.deb Size: 1974392 SHA256: b5bd705aa3889645697f321bc5a6c60bc5a33e58561e3d12066db7f1534e834b SHA1: 4d9c75c8e21797880d8f626bfc378edd95f18a1a MD5sum: d74135e2d9b448aa80bfc2d626806f92 Description: debug symbols for ros-kilted-webots-ros2-msgs Build-Ids: 13a80d8d57264825f5e932e342c4e88d551206a8 25979a0b1247e524208a92c2e1a3c1ab5996ef68 644dff70d5274024686ae4eeb9c14028d8ec3080 a2641910bb105aade06946e7bfb0a9f37e28f3e0 aa279ba45d59e598e1674e7ac190ee020c82ee9d ae0e070f05382408fc61388f1c1f8cfbefd31304 b88bcf1469de72b8f54729c6586efa9834fee9ad bd830a3465ae95bc492d893315cf05d58560f413 cb3456b1be5a99262c7a8fd5190677e28dca96f7 dbe83c221ffe3979ae23646f6bbad32bf91beb7f dfb7a06da2e8fdf48ff3ba20ea988cdb3bd42601 Package: ros-kilted-webots-ros2-tesla Version: 2025.0.1-1noble.20260805.144514 Architecture: amd64 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.20260805.144514_amd64.deb Size: 13642 SHA256: c804cb1ee8fb04a9b419abd80017571667660fd7a6a21ce235f1ecf44eec21a6 SHA1: d05c3e7ac32b0e2dc1f1582112bf810c36f144af MD5sum: f36d2c3e466f6cbad6d758ff15da115e Description: Tesla ROS2 interface for Webots. Package: ros-kilted-webots-ros2-tests Version: 2025.0.1-1noble.20260805.144536 Architecture: amd64 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.20260805.144536_amd64.deb Size: 8656 SHA256: 28b5f217a415391c33251eff3256f69471c4feae1678c60ad5fdc297ae03e0ce SHA1: 904cf8546103cf494c938bdfd0ef22ecec942324 MD5sum: 6a770ac547d21249576c251ba5db8a3c Description: System tests for `webots_ros2` packages. Package: ros-kilted-webots-ros2-tiago Version: 2025.0.1-1noble.20260805.154936 Architecture: amd64 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.20260805.154936_amd64.deb Size: 20656 SHA256: 736bb82e37505db2f8e1c32e1b21ee6127616291438ff7fd4627be6b928e3e00 SHA1: 87ccde1f9411c33418bcbc76e2b993e705ae76d9 MD5sum: ba97f114cdb7bec5c79317f7be2e2156 Description: TIAGo robots ROS2 interface for Webots. Package: ros-kilted-webots-ros2-turtlebot Version: 2025.0.1-1noble.20260805.154655 Architecture: amd64 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.20260805.154655_amd64.deb Size: 14224 SHA256: 2ec62e3572123988bc29dfe56141e7353b6dd3ce18fc0c87dcbe25f8c6d9e847 SHA1: 7c8d2172a7fd970c25613008d6ce77c24f96c9ed MD5sum: 138b109ad4dfdd93f590ba90ebcaa360 Description: TurtleBot3 Burger robot ROS2 interface for Webots. Package: ros-kilted-webots-ros2-universal-robot Version: 2025.0.1-1noble.20260805.154653 Architecture: amd64 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.20260805.154653_amd64.deb Size: 3130644 SHA256: 44ec06f8285d30292f197527cbb90927a2c491d0935cc8491229d66a73ef9998 SHA1: 37dd40e2a0bafeb8ff4daf82914e2a4c884b652d MD5sum: cf0e877974f86c99d309a584f3763306 Description: Universal Robot ROS2 interface for Webots. Package: ros-kilted-wiimote Version: 3.3.0-3noble.20260806.073715 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1714 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.20260806.073715_amd64.deb Size: 306250 SHA256: 3ad537c35e0a54a63a6902aaed44ed0a81f34dfee054913bf227061839434110 SHA1: 2b6e65863c3797983be7be55af045d6375517cbe MD5sum: 9be2a00aadab846cf752e554ad51faf2 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.20260806.073715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 7774 Depends: ros-kilted-wiimote (= 3.3.0-3noble.20260806.073715) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-wiimote/ros-kilted-wiimote-dbgsym_3.3.0-3noble.20260806.073715_amd64.deb Size: 6564970 SHA256: e4068f91205c48b4611c39b68da3614977714a2522d7d8934a28bfe6167d1204 SHA1: d1a0ed702bb33c30a31448f3ea7bcafd70aaedb8 MD5sum: a29542038aa1cc60831a5ec2c94f7f01 Description: debug symbols for ros-kilted-wiimote Build-Ids: 28309af8747646a1420e26704b76cd38df69a6d2 4cf65911c38dc77e01d813fbbcc3ae2a97f717e7 62c23215f63e763adaddbcc3a15db3f5c7d3e910 7fd37d15c6eb85593f5bf862149acf2735c376d4 Package: ros-kilted-wiimote-msgs Version: 3.3.0-3noble.20260716.020502 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 975 Depends: libc6 (>= 2.4), 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.20260716.020502_amd64.deb Size: 92824 SHA256: 1badbad61ab343b5e25e5631e7cdcb4afef285338d9e84d8d73d1510b3c63016 SHA1: ececc2a85efbda9121329afa125255cc429b5044 MD5sum: 3db0c3cbdadd3d97856ad4f5d5cd7c9d 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.20260716.020502 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 605 Depends: ros-kilted-wiimote-msgs (= 3.3.0-3noble.20260716.020502) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-wiimote-msgs/ros-kilted-wiimote-msgs-dbgsym_3.3.0-3noble.20260716.020502_amd64.deb Size: 467114 SHA256: 42229c98b0dd49f702af38d93e9e66b419e5a0d3b6299937d2dc459cc2ad8f6b SHA1: 21374ce45d13760f5faeec0af9eb89fa05f77234 MD5sum: 7e44306687afa54bb33e6e0ba1942076 Description: debug symbols for ros-kilted-wiimote-msgs Build-Ids: 0a44a2a85cf3fd51b8bfe2ec125923c51e08681f 1fdfc077f99e1ecf50f8314972ad4982fd94d1de 4920dc1d35ce3093681aa35d96f60ead57184715 6b61eaade6f7e53853fbb7d4efbf7b4b484f818d 71314a1d75fa5ad867b246bbec4dec93b59a812c 723291a4e7f7bfa12493566ee1f1f88df8017f29 9a693ab16a17bd74b371a91e085bfbec22fd6710 aa11a4b6f812750f4a437c6c78a06b5193b16987 bfbbb3637ae3a9f353d1ad46e50adb8577407c1c e479fb418f3afd285d8b3e6cd4627d7758a8c52d e49351ba983527ac68e50edd0eac97d3df1b85f0 Package: ros-kilted-xacro Version: 2.1.1-1noble.20260519.012932 Architecture: amd64 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.012932_amd64.deb Size: 29412 SHA256: 70e7833689f181bcb3358ee91cb3453f1e3b889eb02ad20ee4388c6f5b604527 SHA1: 54e0231a16a58219c0381ecf2281c80c4412b167 MD5sum: 47142d3181f7df493d7ce9f4f161c3b2 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.112344 Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 118 Depends: libc6 (>= 2.14), 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.112344_amd64.deb Size: 23520 SHA256: 035b76f2422e28afe2028bc3960650f3004839e8891451d28fa2ecb6e7f97e01 SHA1: 1a8f343421232db1b16e11492ebabb3695dcd5e0 MD5sum: 1ddb95fe26e0388d409daa302cfe0631 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.112344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martín Rico Installed-Size: 155 Depends: ros-kilted-yaets (= 1.0.3-1noble.20260410.112344) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yaets/ros-kilted-yaets-dbgsym_1.0.3-1noble.20260410.112344_amd64.deb Size: 136560 SHA256: 748a5e0c54b708be7dd8594fda7ff9f034db9fd92ca48ab7d67602763ca5627f SHA1: 98c41a3d18d76b8173d4aed41dc6193a325a4a6d MD5sum: a688696b690b6e1dbd7c4d39a202b7c2 Description: debug symbols for ros-kilted-yaets Build-Ids: 3418c35046442398865ef57e3d3a1b26e2d42632 Package: ros-kilted-yaml-cpp-vendor Version: 9.1.0-2noble.20260410.113218 Architecture: amd64 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.113218_amd64.deb Size: 6738 SHA256: 318e7b020bd3767157a9121c11a0c0405dac5f19a1e902cd9d90b384264224ed SHA1: 48daa8d5c4947c793f6662cb323ed73ed0f9b45f MD5sum: 022276301749fdd4ae1e364b06d8c523 Description: Wrapper around yaml-cpp, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-kilted-yasmin Version: 6.1.0-1noble.20260727.082620 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 2575 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_6.1.0-1noble.20260727.082620_amd64.deb Size: 578674 SHA256: bbfd2fc9cf30e146be646ce38e8633c6d072951d600b821a2efaab8b0de999e9 SHA1: 4fbe0deee89193ee5cd26135fe18a0a6b59dbded MD5sum: aee7933c712e0c81ae22c3b07657fc73 Description: YASMIN (Yet Another State MachINe) main package Package: ros-kilted-yasmin-cli Version: 6.1.0-1noble.20260806.074711 Architecture: amd64 Maintainer: Maik Knof Installed-Size: 192 Depends: ros-kilted-ament-index-python, ros-kilted-rclpy, ros-kilted-ros2cli, ros-kilted-yasmin, ros-kilted-yasmin-editor, ros-kilted-yasmin-factory, ros-kilted-yasmin-plugins-manager, ros-kilted-yasmin-viewer, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-cli/ros-kilted-yasmin-cli_6.1.0-1noble.20260806.074711_amd64.deb Size: 47904 SHA256: 04f283ef7b8849b02c55edf9a4facd988b3f7b2fd9d1111513b504d55efbd353 SHA1: 22ae9d3d10cdb32ec9c8b384389d346c061f01e7 MD5sum: e837ce6dda19c294ff6d12d1ce44c230 Description: CLI tools for inspecting YASMIN states and metadata. Package: ros-kilted-yasmin-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin Version: 6.1.0-1noble.20260727.082620 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1572 Depends: ros-kilted-yasmin (= 6.1.0-1noble.20260727.082620) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin/ros-kilted-yasmin-dbgsym_6.1.0-1noble.20260727.082620_amd64.deb Size: 1501262 SHA256: eb9af3757c53cb088bba6b72c66861b070bc84b3473c3743bc200764938c1848 SHA1: 0080aa26d680c0005e7f20a160bfb2b5d97e0986 MD5sum: 36f370b36b655ee747ba9d8005f976e6 Description: debug symbols for ros-kilted-yasmin Build-Ids: 52a0a1bc01efcb86b96eac019ec44c7df9debd52 Package: ros-kilted-yasmin-demos Version: 6.1.0-1noble.20260805.145710 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 2062 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_6.1.0-1noble.20260805.145710_amd64.deb Size: 393964 SHA256: a221b539039fbb228b40bf5030c588ee9314c74bc344cc521bd0914d21476ee6 SHA1: f5219770293ffa6879bacb01a328970dde38e57e MD5sum: a9f2032455ca7a6d28c056d0405cd159 Description: Demos of YASMIN (Yet Another State MachINe) Package: ros-kilted-yasmin-demos-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin-demos Version: 6.1.0-1noble.20260805.145710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 13637 Depends: ros-kilted-yasmin-demos (= 6.1.0-1noble.20260805.145710) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-demos/ros-kilted-yasmin-demos-dbgsym_6.1.0-1noble.20260805.145710_amd64.deb Size: 12646152 SHA256: c86fada984253aac7c06f8d66c030c5b6ed252d3056a849e9bc87f00dd1e10b6 SHA1: f25b97fdd203db816133f65a7f70a6ae028619e4 MD5sum: 0dc079a6903fbca6ea0e7bb85a3040b6 Description: debug symbols for ros-kilted-yasmin-demos Build-Ids: 172c7752626b2e469d001b9b41cf221674a01411 2458c733cd01f481b7edd4d9c3991a01c705a57e 27d3d6d48c4a1a6e6ff16c46f62f7edbaff13833 2d5f327549eae61e7795d34afbd185704c3f870b 4a40a23fc9e4771c82820f15ce48a38662132105 5ac102e446e88ec8b19ebaf23edb10bbce40a6ce 5d795f1a13d682434edeab8ca5f70c304c09fdb7 6580d156d5ad19c25fcd71a110b48f9d89a4fc68 7ea6a92618c626a980d36fea44db5c043b0d5301 83b785e92b22cc33ef46a297428ad5f39fd36442 8afe1ee64b39dfcfc8b60ad2ec57bd41dae9e2a4 a3c937a2224618cdc1b085ab9861dba9bf828e8b a59256aa07cce5ccb00926a03793c32f1fb963cf a61ae2d4338b8d9a4e23f2eb5304e05241deee8d b888bc51a4cc375acf5332d262d31a1ffa7835e6 d46398a2ce9ea71a175c9e6dde168beae439d67f e8af6c0db30cb63c14fea64f8cdcb89cfc4c532a ec9fc90a64ef0d35f6928430d62becab0b2cf658 Package: ros-kilted-yasmin-editor Version: 6.1.0-1noble.20260806.074207 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 865 Depends: python3-pyqt6, python3-tqdm, ros-kilted-rclpy, ros-kilted-yasmin, ros-kilted-yasmin-factory, ros-kilted-yasmin-plugins-manager, ros-kilted-yasmin-ros, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-editor/ros-kilted-yasmin-editor_6.1.0-1noble.20260806.074207_amd64.deb Size: 123350 SHA256: 35b9cd21d235f604fa92df7bbbc217ab522ee4dfa31659fc4087189ebb73a74b SHA1: e156da397790464dc2fa63650956f3a327bd2c7a MD5sum: f5957551d425a4eb995241c4d96d6cc7 Description: Editor for YASMIN (Yet Another State MachINe) Package: ros-kilted-yasmin-factory Version: 6.1.0-1noble.20260805.144558 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1195 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-rclcpp-action, ros-kilted-rclpy, ros-kilted-tinyxml2-vendor, ros-kilted-yasmin, ros-kilted-yasmin-msgs, ros-kilted-yasmin-ros, ros-kilted-yasmin-viewer, ros-kilted-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-factory/ros-kilted-yasmin-factory_6.1.0-1noble.20260805.144558_amd64.deb Size: 319996 SHA256: 8cc8bbc3666e2f104895a9bed5fb97c771c0926d2f283889e3a4c71bc766c810 SHA1: 7c605e07dac58308e12e786aab47e53bf8648f79 MD5sum: d763dc1cd8d6bcc484f6299257dc4998 Description: YASMIN factory to create FSMs from XML files Package: ros-kilted-yasmin-factory-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin-factory Version: 6.1.0-1noble.20260805.144558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4446 Depends: ros-kilted-yasmin-factory (= 6.1.0-1noble.20260805.144558) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-factory/ros-kilted-yasmin-factory-dbgsym_6.1.0-1noble.20260805.144558_amd64.deb Size: 4221746 SHA256: 7e96fecd51f4f45f788f1cd74c551b97fecce13d6c82a9460398c3c96505786f SHA1: ec6e150dd34b665f828517d24348323390bdd1b0 MD5sum: 5576cb0ea22a19eae0db248336a33f03 Description: debug symbols for ros-kilted-yasmin-factory Build-Ids: 40ab5d3ab143c109a0c0b7386b342ae6adc0ef12 b2091ae017f5ab0c1a1b8934b00e9a13afb24e72 d7db68a95313d03efdd15d60d7af031247afd101 Package: ros-kilted-yasmin-msgs Version: 6.1.0-1noble.20260727.082626 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 2027 Depends: libc6 (>= 2.14), 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_6.1.0-1noble.20260727.082626_amd64.deb Size: 159828 SHA256: f0fb163925baeda936e143dff7011e1d90ff9d2762df51488ffddc418c23652a SHA1: b0a14cfcb28bf310417bcddaf7906ff7156bb5e0 MD5sum: 6ce566c7213e4ac05634e1659b4ab500 Description: Msgs of (Yet Another State MachINe) Package: ros-kilted-yasmin-msgs-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin-msgs Version: 6.1.0-1noble.20260727.082626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1312 Depends: ros-kilted-yasmin-msgs (= 6.1.0-1noble.20260727.082626) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-msgs/ros-kilted-yasmin-msgs-dbgsym_6.1.0-1noble.20260727.082626_amd64.deb Size: 998374 SHA256: 83ce59fb8d5f42424d6ab17e812e5a1596140e2693bb6d903375d2e3e10b0774 SHA1: 062008035a37464508b827a2f2f4c24da8a8cd19 MD5sum: 68e279612c6e63a8813a9fe3e77e4037 Description: debug symbols for ros-kilted-yasmin-msgs Build-Ids: 0d9107ebe3038d9733f85cccbfdf2da706c28f2a 18e0296304671cc41c76b05e90e54c4c3c639737 4d0a27ec4a0fdfcbbcadc94026b6ca529d557390 4f527991aa9a77c0f190f63e76617c02cfa5d2d5 600d79415e0d7a3525b0215da977251a05c86582 6dc117893c069146a19eae77b0c3c4ae6ef7ee6e 7599267152f76f9f26339c9f76ec0b0ea8a296f1 8629bd7d587825eb179b89509d87cff23d4518d0 ab815c604240164cf1a2764ddf98059956ab3775 af3cc98638cd85e31f2b93b8f5ed3bcdae49c79f b2686c33e6a86603c67fad9c4c3f54b0c63ed486 Package: ros-kilted-yasmin-pcl Version: 6.1.0-1noble.20260805.143207 Architecture: amd64 Maintainer: Maik Knof Installed-Size: 418 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_6.1.0-1noble.20260805.143207_amd64.deb Size: 102702 SHA256: 0cf1aaa19a973a84fa7add5176eda7e3b2994f419b7c216914e45d78c6fd61f3 SHA1: 18a89d0c9b51e08b6fbc98972066af9a63281537 MD5sum: 92cf9bdd48db90d43ca81e8e1773d9d8 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: 6.1.0-1noble.20260805.143207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maik Knof Installed-Size: 5601 Depends: ros-kilted-yasmin-pcl (= 6.1.0-1noble.20260805.143207) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-pcl/ros-kilted-yasmin-pcl-dbgsym_6.1.0-1noble.20260805.143207_amd64.deb Size: 5494504 SHA256: 328d589b42f694fa61d1fa1fef92016c0e49783d25ed806b6aa0539761928899 SHA1: ed0d8c56bd539864523df392e5cbb0d57c99f9bf MD5sum: af3d83450112b15d406642d464f64edd Description: debug symbols for ros-kilted-yasmin-pcl Build-Ids: cf2645a8b201cbd4290fb4094ed3c28044f07414 Package: ros-kilted-yasmin-plugins-manager Version: 6.1.0-1noble.20260806.073726 Architecture: amd64 Maintainer: Maik Knof Installed-Size: 146 Depends: python3-lxml, 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_6.1.0-1noble.20260806.073726_amd64.deb Size: 41360 SHA256: a337f27feab478e18d95a9fda139ec586e7ee1c1b8293aa51652b3cd846eb4c6 SHA1: c79a2f910ada4afbc3cd0426b20e21d75a573497 MD5sum: 85e6ffe83a760637ee3984580a56f213 Description: Plugin discovery and caching for YASMIN states. Package: ros-kilted-yasmin-ros Version: 6.1.0-1noble.20260805.143440 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1023 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_6.1.0-1noble.20260805.143440_amd64.deb Size: 222180 SHA256: 334056816721aa06d05f330ca099fa7db0f861dd7f3e8fbf4b6cab15cc2f70b2 SHA1: 69a7b1766d1779cb9b818f92d01176f67ad9047e MD5sum: 04e2fd9aeda87841288c6c92c6a88514 Description: YASMIN (Yet Another State MachINe) for ROS 2 Package: ros-kilted-yasmin-ros-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin-ros Version: 6.1.0-1noble.20260805.143440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4720 Depends: ros-kilted-yasmin-ros (= 6.1.0-1noble.20260805.143440) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-ros/ros-kilted-yasmin-ros-dbgsym_6.1.0-1noble.20260805.143440_amd64.deb Size: 4274278 SHA256: c0649c0e0eee38df2b2193200bcbcb3a2e0e2e15be2932dcc599441f7cef3e94 SHA1: 5386166009251b193e7c143d1d08dee9ce3eeb6b MD5sum: 1d519eb6f85e4d4d20c0a740ca30e931 Description: debug symbols for ros-kilted-yasmin-ros Build-Ids: 12f60847d9d145881a591dc198b7e92b19037dfd 4698b300487dcc69f74b5f613b731d40b8b7ad75 b725dbcfce20f8a606723a37bdd45b77f937246f eab23725d032a2cac0d3cf3beb4254bc8c08d122 Package: ros-kilted-yasmin-viewer Version: 6.1.0-1noble.20260805.144011 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 3906 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_6.1.0-1noble.20260805.144011_amd64.deb Size: 943234 SHA256: d4221620fedf41fd4aa69e78ff4cb88ebdb1e869dcfd3ae4c221f86fd3bbefa8 SHA1: 0f518c917443df1624d9ea581d3c71fe3a06ce80 MD5sum: 95d8d74c132034cd6eba024d105fc1ef Description: YASMIN viewer for FSM Package: ros-kilted-yasmin-viewer-dbgsym Package-Type: ddeb Source: ros-kilted-yasmin-viewer Version: 6.1.0-1noble.20260805.144011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4516 Depends: ros-kilted-yasmin-viewer (= 6.1.0-1noble.20260805.144011) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-yasmin-viewer/ros-kilted-yasmin-viewer-dbgsym_6.1.0-1noble.20260805.144011_amd64.deb Size: 4041122 SHA256: cba31951b7fd3e610004d77de9d0ae5c0fa25f050d152637b679d2cee0e93e8c SHA1: 5a2722a5e9a059d2bb595c9b3d2fa3a349e8a976 MD5sum: cbb215f00360da55899fe75e118a8b22 Description: debug symbols for ros-kilted-yasmin-viewer Build-Ids: 75efb9d7c4e3066e5f991bd31068bbcd63c3b8d5 c11501feda066d0ad89d5a78d54e9495b698f69d Package: ros-kilted-zbar-ros Version: 0.7.0-2noble.20260804.175607 Architecture: amd64 Maintainer: ijnek Installed-Size: 2623 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.20260804.175607_amd64.deb Size: 302472 SHA256: 424ffcee98d5ca2db6368cbc6b4e36f85b6873507b75b47009bfc345daf94dad SHA1: 56445f70b10bb03ef48f72be4ffb5012c9b46818 MD5sum: 08b8eccbdce092e1832216f3f29668bf 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.20260804.175607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3220 Depends: ros-kilted-zbar-ros (= 0.7.0-2noble.20260804.175607) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zbar-ros/ros-kilted-zbar-ros-dbgsym_0.7.0-2noble.20260804.175607_amd64.deb Size: 2837294 SHA256: 509997cb4ae6215eefcdb914e318278c002d7adcb41c39c6d9805bab88871df3 SHA1: d57ac243c48b65e9f9a9f8842044c763d7b1d8c1 MD5sum: 00b4b9ac49aaba715eb4623ab699c175 Description: debug symbols for ros-kilted-zbar-ros Build-Ids: 656ef09e4d5289e3bd3969c394bd6ba858d2fd5e Package: ros-kilted-zbar-ros-interfaces Version: 0.7.0-2noble.20260716.021017 Architecture: amd64 Maintainer: ijnek Installed-Size: 457 Depends: libc6 (>= 2.4), 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.20260716.021017_amd64.deb Size: 47046 SHA256: 437cf415121edd1edec6bec88632d96c2e563e7d7fc96ae5f3489780c626551a SHA1: fc2bed045528fe3cd410b3a77dd623f1ba17ba34 MD5sum: 01edaa45dac9280b8b7500269418b825 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.20260716.021017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 301 Depends: ros-kilted-zbar-ros-interfaces (= 0.7.0-2noble.20260716.021017) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zbar-ros-interfaces/ros-kilted-zbar-ros-interfaces-dbgsym_0.7.0-2noble.20260716.021017_amd64.deb Size: 210468 SHA256: 54d4207970c9b34792e7ec75debb58fa041ebaae90743925940aefd7b66e655a SHA1: 2cadd0f83bcca59f6bfea27b6f989c124b179f15 MD5sum: 8e5458440093f406c4c65c324e87ecfb Description: debug symbols for ros-kilted-zbar-ros-interfaces Build-Ids: 5c64de8a21c5afd28b29ee4050dcad4f351183b3 6c5fb9368cfae0b61548c64691ac3e7d93283dab 6deed877d8bf8e894c0acdc9f83f9a639b234c12 8124b23f4901e463643ba716b8abc6775e768046 8e6df4424baa05d5bafc6145ead492d71943c3db 9039bf3f1b290e70d3e4f6d1aaceb211f327183f b4eb2e91f70ef47809bcc2962d4991e247bed3d4 bc40dcddb15874eb6c8ee15a83044457e88ef6e2 db43c1ae2f416f180f35a53288fd00e65b80b0d9 dcff4fc28c8c92fc94d48cb96984cb89000d1373 f5dc4b36673129500dabaf7c192338a943eeb67b Package: ros-kilted-zed-msgs Version: 5.0.0-2noble.20260716.080648 Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 40990 Depends: libc6 (>= 2.14), 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.20260716.080648_amd64.deb Size: 10707896 SHA256: 7cf3c0186f54acae568b8b86c5554d0c377d24488a5d35d2850002d29febcb9f SHA1: 18b083eddb16d3a6609732263bd95f9486db30d3 MD5sum: 90450e8c230599da709cc54163a087b6 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.20260716.080648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 3330 Depends: ros-kilted-zed-msgs (= 5.0.0-2noble.20260716.080648) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zed-msgs/ros-kilted-zed-msgs-dbgsym_5.0.0-2noble.20260716.080648_amd64.deb Size: 2723808 SHA256: 732b2d8ee9ad174ac7385328588fcdfb96cb4429669a915588b7b6e85184b3b9 SHA1: 223e3d9d48884be839f2b2dbd4a124a0d8afbb00 MD5sum: 103909cfea0ee0749887a71c6ab791d2 Description: debug symbols for ros-kilted-zed-msgs Build-Ids: 074b7702b4b4fb696af681dbe72329b4e0a4d565 11b958288b28c8f2252feafb61d36188148637b4 148f5cfd743dee1c9376b744645e63155d31f5cd 2edf62490ca84689b77527fe53542065b8140314 3ce725020b84214749659f02ffa6dbdd7c1f720d 42a53f52785935a0a438f2999ac69ba29772f4e8 6e2a69cd0b78b70739c63d0b3b8aa9d87b8e4b26 a3421cb601178d596aee0e70082943510fcd4f0b a825213ec0ffa2e6c70487887c72baec17ab257a e078492c9caef1c6386228039e13365cdad0b999 f0c04ac809a32202bc92b2aca98f285a35da6aa2 Package: ros-kilted-zenoh-cpp-vendor Version: 0.6.7-1noble.20260722.215837 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 47381 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), ros-kilted-ros-workspace Homepage: https://index.ros.org/p/zenoh_cpp_vendor/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zenoh-cpp-vendor/ros-kilted-zenoh-cpp-vendor_0.6.7-1noble.20260722.215837_amd64.deb Size: 10086882 SHA256: b3c7557e3e6de8ecd8316966020aff618d276a6391cdc5809cbba8b32236b85d SHA1: 59f7e71632e4388a4ed73edd282a9d238163fa89 MD5sum: a1ee8e30ab469d444c4f842713505b9b 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.7-1noble.20260722.215837 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 3780 Depends: ros-kilted-zenoh-cpp-vendor (= 0.6.7-1noble.20260722.215837) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zenoh-cpp-vendor/ros-kilted-zenoh-cpp-vendor-dbgsym_0.6.7-1noble.20260722.215837_amd64.deb Size: 2246154 SHA256: b1cece195e4185dc16647d9eef6f08170bb70e65e6776cf1dd27d008cb373f33 SHA1: c3bd660517c18ba75c0aa453ef5d9040207ad1a6 MD5sum: f2c1b713fe8a8d09001e3daa2472d248 Description: debug symbols for ros-kilted-zenoh-cpp-vendor Build-Ids: 62d207a7abcb3adb1700c2c921bf6233db1c6549 Package: ros-kilted-zenoh-security-tools Version: 0.6.7-1noble.20260722.223418 Architecture: amd64 Maintainer: "Alejandro Hernanadez" Installed-Size: 254 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-security-common, ros-kilted-tinyxml2-vendor, ros-kilted-zenoh-cpp-vendor, ros-kilted-ros-workspace Homepage: https://index.ros.org/p/zenoh_security_tools/#kilted Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zenoh-security-tools/ros-kilted-zenoh-security-tools_0.6.7-1noble.20260722.223418_amd64.deb Size: 81274 SHA256: 1e72f678de4522b42761500c5c7a7c3ed21e7257484da208e4855468d2fbf45b SHA1: 509859ba7abb9eba512665454a69b3268d9a91f4 MD5sum: c42e79adee8a8d7ac1a0929de61615a7 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.7-1noble.20260722.223418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernanadez" Installed-Size: 1065 Depends: ros-kilted-zenoh-security-tools (= 0.6.7-1noble.20260722.223418) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zenoh-security-tools/ros-kilted-zenoh-security-tools-dbgsym_0.6.7-1noble.20260722.223418_amd64.deb Size: 1008448 SHA256: 15a065779cf987be82738186e089c24e4a06865d33bbae0ae27270007f2647e5 SHA1: 971f11028854e06c783390396cf14769b4cef12e MD5sum: 4d22f4ef77d49942474210fab2462a25 Description: debug symbols for ros-kilted-zenoh-security-tools Build-Ids: b96e0cbe8374cbf3c344c7bb2672cde5b9bd6451 Package: ros-kilted-zlib-point-cloud-transport Version: 5.0.5-2noble.20260805.142507 Architecture: amd64 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.20260805.142507_amd64.deb Size: 125526 SHA256: e65ab357681e52dcb0a7159156eb52b3ba3db4a73e7a5d4bb0d9fc0e30b80831 SHA1: 9badc0df5c61e6efa137b40edd9da20b2bd02293 MD5sum: ea774453a44286029c8fb6b1bbb47df4 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.20260805.142507 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3287 Depends: ros-kilted-zlib-point-cloud-transport (= 5.0.5-2noble.20260805.142507) 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.20260805.142507_amd64.deb Size: 2901292 SHA256: e3d3e90cb3832d8588f40c7f2b7a92662a3978d4229c77a1b3129d0397975462 SHA1: a1cd2c8b983164a01097ddc3cd0494f71b5678f1 MD5sum: 52b951b2f4e9660676dceb2ef3832042 Description: debug symbols for ros-kilted-zlib-point-cloud-transport Build-Ids: 28888c94a1b0da798e8647d91ffeae566be20dcb Package: ros-kilted-zmqpp-vendor Version: 0.0.2-4noble.20260410.113249 Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 1334 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.113249_amd64.deb Size: 127204 SHA256: f43aaf72911f3d8c39df9bd1d37b70d66e982bd45b7ec6a035058b5efe2d6fc8 SHA1: efdc24c3594055987fadb030a1ef9320d0018798 MD5sum: 16114e9e2da7c8d4b024cf55d27af431 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.113249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 794 Depends: ros-kilted-zmqpp-vendor (= 0.0.2-4noble.20260410.113249) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zmqpp-vendor/ros-kilted-zmqpp-vendor-dbgsym_0.0.2-4noble.20260410.113249_amd64.deb Size: 748734 SHA256: 0b45527d7aba6f57642e6a9807b07a036b3782bfb3244eb949e7ca4637570b62 SHA1: 86261d6eb9751d0032b6b39a1553be4673632d9a MD5sum: b72f6367bbc93d2e0fa07131fc068ca9 Description: debug symbols for ros-kilted-zmqpp-vendor Build-Ids: 17bf4d75270a6dd626952c80e670b89e258bc89a Package: ros-kilted-zstd-image-transport Version: 5.1.3-1noble.20260805.145635 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 533 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.3-1noble.20260805.145635_amd64.deb Size: 116662 SHA256: 6907ae688c011c31a84a5858acd802ffda52738429a549b5f7ab825537e77bdb SHA1: 1aa80f732f978005a865f23502297e6d2d538bcd MD5sum: 33fbf2d62caf73ba194a3a193d840f05 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.3-1noble.20260805.145635 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2586 Depends: ros-kilted-zstd-image-transport (= 5.1.3-1noble.20260805.145635) Priority: optional Section: misc Filename: pool/main/r/ros-kilted-zstd-image-transport/ros-kilted-zstd-image-transport-dbgsym_5.1.3-1noble.20260805.145635_amd64.deb Size: 2244992 SHA256: 3231abaf85a1f1fa44a52267fd8a494bcd9745ad0af8b04cb265f385cd737311 SHA1: 6aac2e1b072860e2a5a2671acf6952c3ae607b01 MD5sum: dcac7811da118ef24024c116b693e69c Description: debug symbols for ros-kilted-zstd-image-transport Build-Ids: c9b4c9ceff546fd40fc8b8f365b64f41c43de159 Package: ros-kilted-zstd-point-cloud-transport Version: 5.0.5-2noble.20260805.142512 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 582 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.20260805.142512_amd64.deb Size: 123834 SHA256: 65277c08cbadf64d7fdba7ded5990398416aabd1ccfd3fd85b0ee230c364e5d4 SHA1: b73e1b02ae2b9e82184e63ec9fc5341428e2cb34 MD5sum: 99dbebc7600cba17d20f471fddc0b1b1 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.20260805.142512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2705 Depends: ros-kilted-zstd-point-cloud-transport (= 5.0.5-2noble.20260805.142512) 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.20260805.142512_amd64.deb Size: 2317616 SHA256: 23cd6b853dfb463dec818f06a3f6824a8b33cb76bb2ff849dc3dfe613093ccb2 SHA1: 8a51fc1f232608aebf9d6a20f2b47f8a2828d715 MD5sum: b72f7ee9df94eb919d8a5930df46e16a Description: debug symbols for ros-kilted-zstd-point-cloud-transport Build-Ids: d601fe56a94cf387c25e764f86fac76d3b8f4c07 Package: ros-kilted-zstd-vendor Version: 0.32.0-2noble.20260410.113436 Architecture: amd64 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.113436_amd64.deb Size: 7668 SHA256: 5c0039881b68a2766001bf070001241a0cbda804ee10fc810d578816f3edd069 SHA1: 4521ae2085dd403db20d06e094d036f59bc84467 MD5sum: 920d11fac6ae11facbb11d949070d99f Description: Zstd compression vendor package, providing a dependency for Zstd. Package: ros-rolling-acado-vendor Version: 1.0.0-6noble.20260423.213923 Architecture: amd64 Maintainer: Christopher Ho Installed-Size: 38971 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.20260423.213923_amd64.deb Size: 6139208 SHA256: ae3ff099a1bcffac92a344caab5fcbc2ff4727d79ae7f017d3d5faa072073aa1 SHA1: 7154b48b2f75d2b7bdf5c2f6fd48d16baee2f34f MD5sum: 5a76a3c8895527e91c29b53029dff895 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.20260423.213923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christopher Ho Installed-Size: 2534 Depends: ros-rolling-acado-vendor (= 1.0.0-6noble.20260423.213923) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-acado-vendor/ros-rolling-acado-vendor-dbgsym_1.0.0-6noble.20260423.213923_amd64.deb Size: 313454 SHA256: 6f31195767dd6e0bc0634b665f8372b1a19ed8ce4c41885343bf9001bf3bc1a6 SHA1: 5fa4d2434bcdc44a06166db4d97dd1c9a0528c88 MD5sum: a4be976a5c5c5d316516fd1e09da9983 Description: debug symbols for ros-rolling-acado-vendor Build-Ids: 0992b637f1a82d30502dbaaf646a91d670449ce4 c6a0e52674c612a7724b2efe1620a5ffa34a0286 Package: ros-rolling-ackermann-msgs Version: 2.0.2-5noble.20260425.034623 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 596 Depends: libc6 (>= 2.4), 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.034623_amd64.deb Size: 54136 SHA256: 3a8322d0bcebcb14a6140ea6f188b78e623be00c7b56685c8338110171754c28 SHA1: 71310559ac0a5d7c353d8f44f19b52476fba7d74 MD5sum: c0ab3a44c1543dc44a4a74f76788932a 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.034623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 376 Depends: ros-rolling-ackermann-msgs (= 2.0.2-5noble.20260425.034623) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-msgs/ros-rolling-ackermann-msgs-dbgsym_2.0.2-5noble.20260425.034623_amd64.deb Size: 270318 SHA256: 33f15c8f0ef15495102cf7bef8a70031f888a4695d36662cace314a2471044fe SHA1: 95c944029b7be83e8dca484e0f98d96ffeec7f1b MD5sum: c5965e8af8cc40fcd36bbb912180501b Description: debug symbols for ros-rolling-ackermann-msgs Build-Ids: 504fa0fb3c583848f7dba5751684f548005b0420 6c4f15b19082948ad10776848bc9801c4831dfc5 7b732a82815ce28323a0f63d875f257f63763635 81fb5ddd07107e24a1b53f64dd2f039c2d49d804 9c78f296c72c075f4f0bd811244b31f42b61900d a3e6d429c8a2ed272d6c3c539813c6b1cd40bbbd ad34217f635b54621dbb6ef1cd244685b47675de b32376c6a8f2614863cedfa642572a09535c5bbb c14e22f74c4d7f1692d3439903bcb19c63678ff5 c358f9ff3da11c3d2c3d77214a6993aa6f274a46 e9d98d56aec511649ecfbc8e4b134db0fc434d4f Package: ros-rolling-ackermann-nlmpc Version: 1.0.3-1noble.20260425.040130 Architecture: amd64 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.040130_amd64.deb Size: 46190 SHA256: b0a9a313871e3a69e18b99c3662966df7d881e3656dc074256ae4dfd2032a371 SHA1: 5292ead9a183d709cfaaf29735cff69e4b3cfd47 MD5sum: 478ba58bb78330ac9e0a312116c22638 Description: Lightweight non-linear MPC controller for autonomous driving in 2D environments Package: ros-rolling-ackermann-nlmpc-msgs Version: 1.0.3-1noble.20260425.034630 Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 691 Depends: libc6 (>= 2.14), 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.034630_amd64.deb Size: 65840 SHA256: 821102d5cba708ab381939ff036a311d88df7780a60d864b6a4e5e2b3e779a73 SHA1: 9840419ba2565111a379b1370e9cebecd8e8dae9 MD5sum: ce5d35c806618333910eba2192f8945b 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.034630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 456 Depends: ros-rolling-ackermann-nlmpc-msgs (= 1.0.3-1noble.20260425.034630) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-nlmpc-msgs/ros-rolling-ackermann-nlmpc-msgs-dbgsym_1.0.3-1noble.20260425.034630_amd64.deb Size: 345474 SHA256: 8af90d63c5509596a5d02e867997bd4fc76d6936d597e605a0ca08f5376d9ee2 SHA1: 8faf8c7e4e08a3d2a27acf99a9c9d14de05fc385 MD5sum: 76a4087272108128581cf74e2608629f Description: debug symbols for ros-rolling-ackermann-nlmpc-msgs Build-Ids: 0447389afb0e3952d3def686e0179be56503a9de 2282cadd4f0b0b591e2b2369c69c8a059f429732 23ef1009100cac420b025c308bb2a9580c15890f 3ded721e17d12ac9d84769aad1e2b70930915a51 43443da9b84223270934abc8637bbe9a56283bcf 5c90a66503cbb4b683ccd6a268fab9dc6adb3039 8d0ee9eac8421a23ac4b641a9260cea46acdcf73 af3c2edd5f539cf185da6036209da9e68d8119ff c7ba79a737debae1f409c978149bb24e38d8cfde fb2675ec574fa53420cec87f709958fa6e6aed4e fde3aed409c46606b1b21bcb05720bd0d17930c1 Package: ros-rolling-ackermann-steering-controller Version: 6.6.0-1noble.20260425.052115 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 209 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.052115_amd64.deb Size: 51566 SHA256: 66ec8efb093f9fc664b50f2f548c6fddf2f9fb94e81f597e6ef1ab160158c347 SHA1: fc8e8c770e2016a72271cf55ea863b9a08998bdd MD5sum: 0d58dc4855be1d764ed69ac838508a00 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.052115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 744 Depends: ros-rolling-ackermann-steering-controller (= 6.6.0-1noble.20260425.052115) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-steering-controller/ros-rolling-ackermann-steering-controller-dbgsym_6.6.0-1noble.20260425.052115_amd64.deb Size: 712744 SHA256: 895f12d9b5f65a6534cf5f2e3a52f589a1af29b976e2f23407513eee85e5b5ca SHA1: cb1e89e02e394bed1f25ae402b15c5422d4f39be MD5sum: c206958fa7db275b5295331702687b65 Description: debug symbols for ros-rolling-ackermann-steering-controller Build-Ids: a49388b6677d37377310717b095e9bea428db8ef Package: ros-rolling-action-msgs Version: 2.4.4-1noble.20260425.033043 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1140 Depends: libc6 (>= 2.4), 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.033043_amd64.deb Size: 101506 SHA256: b8f1bdf88ffab6f00b51112b7e405479d672e0926e15fe337c9e751ff11f3e86 SHA1: 962d880c6c729a608cf0d1fe23ed400ed9aa14c8 MD5sum: 51e7a66a62a487f7927e3cf1fb21424a 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.033043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 817 Depends: ros-rolling-action-msgs (= 2.4.4-1noble.20260425.033043) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-msgs/ros-rolling-action-msgs-dbgsym_2.4.4-1noble.20260425.033043_amd64.deb Size: 637930 SHA256: 3fba874b41932d8c079a961602c4c120bf25df6ccb2a7d4c032b5f7c18dac4e3 SHA1: 0ae78c2ad5cccf3f735d9bead9b677c1189b8861 MD5sum: 72ca9009c5289f5322413dc977e75c7c Description: debug symbols for ros-rolling-action-msgs Build-Ids: 099e6b393dd49c7d266bd7e507646b10763ed0e1 10ec7bc4fd8ab4ef20a474def6772d0d1d4b56a4 1dc5edbc3978b73c8cd02c8fd8e2c1350f602dff 25e0b10947067e7c0e8fc7e84568024c73ebd728 3f645080fd7cf41fc61fd989dc3030fe626fc3aa 5799d1359cfbad13d4fed324c192b1d8f459b26c 9158f11642cedea682ccc26fb4a8e72b6cebdaff 999b2e3c68031141b913ee09d2bf475bfc4bf46c a140d397c478004bb466452f8399e96f63a07a34 c203085225924565811989e5687aa797a7c27c79 e0fd820eb6df5ab37c1b6fa4012bf1fdf092879d Package: ros-rolling-action-tutorials-cpp Version: 0.37.8-1noble.20260425.043323 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 356 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.043323_amd64.deb Size: 82026 SHA256: 32a9fd094e6c1b8b7a138a4d0938d5d55bb9bbe1b32a0f05cc977411392fc3ae SHA1: 4378a89c42b842e6b3bf7df2131873468070c039 MD5sum: e158794cf22661d8c4016317dd0276d1 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.043323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1895 Depends: ros-rolling-action-tutorials-cpp (= 0.37.8-1noble.20260425.043323) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-tutorials-cpp/ros-rolling-action-tutorials-cpp-dbgsym_0.37.8-1noble.20260425.043323_amd64.deb Size: 1457068 SHA256: 0e77c3b088ff7ff8fd9d6db0ea8ee8268d9c10b5b14092d83f66f3a6edff9b79 SHA1: 2dc433d180c7002a8d04c5459c710cf997b078b3 MD5sum: 34f1b9dd9a31088e9e15935bb37fd837 Description: debug symbols for ros-rolling-action-tutorials-cpp Build-Ids: 8ed0dc7de7c487f8244b013cf38be8faff17a567 b21301cad79f557c392217e210520fb0a3cbd38e cc95746576c3be752474c99c2117588549fefb01 Package: ros-rolling-action-tutorials-py Version: 0.37.8-1noble.20260425.042517 Architecture: amd64 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.042517_amd64.deb Size: 11868 SHA256: 446bd48f272bad765c476f6521f8a9c6467ac485e5e46926a33c0579e99d6f01 SHA1: de547d4b8402f9af5c5124d13d16601208d5323a MD5sum: 9394da93a158612dc24130a408c85339 Description: Python action tutorial code Package: ros-rolling-actuator-msgs Version: 0.0.1-3noble.20260425.034639 Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1441 Depends: libc6 (>= 2.4), 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.034639_amd64.deb Size: 105028 SHA256: d94c919985d6678409434d4f796cae8d334fc256e09449bbd89b4f9736242c7b SHA1: 8acab0bba8f381f8f74265922df8972a6cf36773 MD5sum: f23dff342b8787d2ecb6d436e5ce8e40 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.034639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1082 Depends: ros-rolling-actuator-msgs (= 0.0.1-3noble.20260425.034639) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-actuator-msgs/ros-rolling-actuator-msgs-dbgsym_0.0.1-3noble.20260425.034639_amd64.deb Size: 857700 SHA256: d2b5df87278025a3eacb164f8d5d281dada8c70e3f2d01392de873bc5ff9ce5a SHA1: 288d55fa75699a5ccdc410df2c17ae237c175277 MD5sum: 00856e190e8a3903db3fdfcdd25f42dc Description: debug symbols for ros-rolling-actuator-msgs Build-Ids: 0ee7fed7097190d69e443bdaff7b30fdac05c459 15a21a70b8d1d2a36c8a7a36afb6248bd398a5f9 1c37ff72732abb3e5a061d85cd1c7b2449b239ac 3d763f3a0807eea7b15e16cc79a341b87f58d17d 48c4b360cf2ff98172aa26a8111509bc7350cf18 965736426e56d5c4f1381cf61a383ff9bf3cbb26 b9313bfc29a50bfba20f71b092f2b2e561f386f6 c3992b9c5e446a8f74f63807057bb9bd2b23c3a6 c9204dc114de7ecdfed5dde39e9b4389209b3ec4 ebbdd80e41495660a452af4c244af61d526781c0 f58e802f290c67d26b7ed71023188a39c79199ca Package: ros-rolling-admittance-controller Version: 6.6.0-1noble.20260425.051815 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1170 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.051815_amd64.deb Size: 260770 SHA256: 6f5f51954645a0347a23347ff1a0ee72fe1bbfd019d1385c0023632883013695 SHA1: d7a981072bb1e00f7a4268aef654f6ef71eca487 MD5sum: bec09a6240e5c92967b600fc030ecc29 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.051815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 6354 Depends: ros-rolling-admittance-controller (= 6.6.0-1noble.20260425.051815) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-admittance-controller/ros-rolling-admittance-controller-dbgsym_6.6.0-1noble.20260425.051815_amd64.deb Size: 5749710 SHA256: ed8d29a178f231f49c1ac77544dc69d6ed89f923db2ba891d076f8824188c6ff SHA1: af055d105ee567ed6747540eb7f3399c0e2c77ee MD5sum: 1c0e359909cdd7f70be81fb89b3056de Description: debug symbols for ros-rolling-admittance-controller Build-Ids: f8ba199e664995bcadc4510bf0d97f99b67d7fa3 Package: ros-rolling-ads-vendor Version: 1.0.2-1noble.20260423.213918 Architecture: amd64 Maintainer: Nikola Banovic Installed-Size: 519 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.20260423.213918_amd64.deb Size: 148064 SHA256: 3d320e33ad0fe4dffba83d8b320f336f13264de5b7b02d7b64a23a63881b8f61 SHA1: 6d317a05c487d63ee8277f6687940e3c22feecc6 MD5sum: 43f0b1b582f506576081e82a3b7b7b34 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.20260423.213918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nikola Banovic Installed-Size: 1862 Depends: ros-rolling-ads-vendor (= 1.0.2-1noble.20260423.213918) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ads-vendor/ros-rolling-ads-vendor-dbgsym_1.0.2-1noble.20260423.213918_amd64.deb Size: 1789698 SHA256: 34065b43516aa3b4c0ba114287986faa92786bffdbee45aa4e585264e5ef8359 SHA1: 9f7952b966a7211d4ae910efae402ec190128d1e MD5sum: 779f8ae5280d8f171f91fd62854990e3 Description: debug symbols for ros-rolling-ads-vendor Build-Ids: 2cebd8b88fe2330b984a79dc37f60780aa1bbe0f a813b1267997eecfe03f236b5b39170051da9315 Package: ros-rolling-ament-acceleration Version: 0.2.0-4noble.20260423.210607 Architecture: amd64 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.210607_amd64.deb Size: 5942 SHA256: 78e309d7cfd372d6b472fbb887be1a2d07d1291fe29dcb958a2a452aa5b2a56e SHA1: ea646c5d6e51064b71c78baec2284fde09ad9bb1 MD5sum: 7b87ca3e666a947950aa51630885e8b8 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.212352 Architecture: amd64 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.212352_amd64.deb Size: 12184 SHA256: 5f1b527018a30a0a732aea8589230045cc833abbbf71116178fa3e7263b297b3 SHA1: aab6c07a1b1aa8738232abdcab02ee7f6049fc14 MD5sum: 63edb13a2768d5e2cd6a5d1c39f5951b 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.212608 Architecture: amd64 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.212608_amd64.deb Size: 16848 SHA256: aeb12c63f72382440f6e58062c351286ea4e2faea88ac0bbeb7fdcca57ae6edc SHA1: dc98d29b972677035643c6e7c648915c695141c7 MD5sum: 5dfb859f8b7c2f746e2b38d9c799e4d4 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.212716 Architecture: amd64 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.212716_amd64.deb Size: 17808 SHA256: 120e2c01ee019da6aa4145bf6164f317bd22c5f793d65e71b5f68215afca8487 SHA1: 561dd46686af4a6d8c8190b35367de900d56f367 MD5sum: cfb84da478f035e334c20b6b091b1c7b 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.20260423.213723 Architecture: amd64 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.20260423.213723_amd64.deb Size: 7974 SHA256: 036128bca5cbd66b69bf7f10d3a25d93f35254f177f099a573b4295de5b3c1d8 SHA1: 5ccefb7ab805e4f627ea27534f87e7c14e4ffa9e MD5sum: 5e7a001255ac376dc48a97d5bd91b10d Description: The entry point package for the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-auto Version: 2.8.7-1noble.20260423.213918 Architecture: amd64 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.20260423.213918_amd64.deb Size: 12160 SHA256: 5eb853ab044548775a1043716b228eaae8c9b565f65fe848e63822220c0c7238 SHA1: 7e212b7ee71185b5939db8b16d6d7f20496687ed MD5sum: d9658924774a102f068e1e2a63ab21f9 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.20260423.213740 Architecture: amd64 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.20260423.213740_amd64.deb Size: 7202 SHA256: 8c9d15bcd8d32417237dbe264ad8d7830914db8f2957be36bde3bf04e4e39509 SHA1: 479f69a49f6171201b6af4cb0491ef2eae06eaae MD5sum: 55720d7f8abe8238aa2c570276798e5d Description: The CMake API for ament_black to lint Python code using black. Package: ros-rolling-ament-cmake-catch2 Version: 1.5.0-1noble.20260423.213735 Architecture: amd64 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.20260423.213735_amd64.deb Size: 7148 SHA256: 49cdb52bde900ec77f18560de94d468e6488f0eedbca9966765726aae7a83faf SHA1: ef499d1a5695f884d5a320ac18ac779e0a226ad6 MD5sum: 7569dd039a203b775fbd51572e24846b Description: Allows integrating catch2 tests in the ament buildsystem with CMake Package: ros-rolling-ament-cmake-clang-format Version: 0.20.4-1noble.20260423.213737 Architecture: amd64 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.20260423.213737_amd64.deb Size: 8392 SHA256: 15e7d68489b02348a51d389872d3379a67edd002900f183b1e7b7031f110e47a SHA1: afaebb27a093d1f5157c3b1515a00d4b6849db56 MD5sum: 5b87af884f61741ec9270c83e44091ac 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.20260423.213740 Architecture: amd64 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.20260423.213740_amd64.deb Size: 8434 SHA256: 5e7c47bbab0b958b600fdb5d96649abccdc392fc97a0388fc8b7f4b70cae4339 SHA1: 17a522d874279c2a0670421218f61f6872be9712 MD5sum: 1ae77aec025e10f30143396fb3aeab60 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.20260423.213740 Architecture: amd64 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.20260423.213740_amd64.deb Size: 8336 SHA256: 554e0a85072c2629b14145b7516ad067355bd07361234dc7955191a18fd5882f SHA1: 38515a2e4d71c7876faa5ea4414d5c90abde340f MD5sum: 7081688dbc98b2579ebed2f8b5d3c123 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.050343 Architecture: amd64 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.050343_amd64.deb Size: 27440 SHA256: ac95107cc3d7456262fa340a6a91619a0080cbb04e0f2aff743fe5227e008d9a SHA1: 4961f369fbedfa24db42d7a1c09b3e714339de2d MD5sum: 68b10428db4eaac3be57a8eea02de48c 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.20260423.213744 Architecture: amd64 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.20260423.213744_amd64.deb Size: 10104 SHA256: 5120473492b3f436cd93a58fca895bebd5d9dc42284454604749e3d59062f86a SHA1: 72031b737814aeab08b81c2e36eb4f40f54df18f MD5sum: d71c82cd423f5e9ad611e741b0eabb8c 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.20260423.213746 Architecture: amd64 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.20260423.213746_amd64.deb Size: 8746 SHA256: 4c61e8ab68e078d310901ebf516226fa1b21d6d7f9e6470e8a4bc0dcca409481 SHA1: 643d687296a92e0dd7ac2d9a787804a53ba74885 MD5sum: 453011ade6f294fe7ca5874364ba4402 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.211030 Architecture: amd64 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.211030_amd64.deb Size: 7698 SHA256: 2887bade2cfc43f52da6c78dfe0618527459c08ec772b0bafbf035d32466e5a7 SHA1: 68252967588051f7e6fa15d8043dee88aa42ffae MD5sum: 14076512f71e03ad8e184593da72c33a 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.213540 Architecture: amd64 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.213540_amd64.deb Size: 9092 SHA256: f68548e0ad780eb2b5f5a811b5fc6ef6751b1b91d3ce93b41154022f2ee20576 SHA1: 2581ebb1da09835b1fc108a40038239ed6916a0b MD5sum: aa1a7620afc3b19feedc7fc6f7e5c4e5 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.211110 Architecture: amd64 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.211110_amd64.deb Size: 8028 SHA256: 2ce1a97905a37b1d3e627ce365e1e55fde00d894f5c91b316909f6a3d4743be1 SHA1: 90fb824cd412a85ce36c278e56287a571bd90ff9 MD5sum: d4c2f74b7585f06c2d7093aab33bf948 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.211142 Architecture: amd64 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.211142_amd64.deb Size: 9962 SHA256: 77188a44bf157176595a4f64a200180ac9710b1c2dff9416ecdc01e7b1aa721b SHA1: 464cca8dc2cc4f9542c8fdbb1f7d1f8e7ff59dad MD5sum: ea256c14e994055bcab023d82c2e5655 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.210527 Architecture: amd64 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.210527_amd64.deb Size: 7638 SHA256: 0cd584c0b8b303481aa6e1aa2a2dbfb0767e270fead63fb010e874a3be75efc3 SHA1: 182c658d080fdb7955034e9da9e32fb40341b254 MD5sum: f1541ca6f720979c72d4d195526d3837 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.213543 Architecture: amd64 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.213543_amd64.deb Size: 8742 SHA256: 19c29cdeaa2458f534ce50b6554c2707c937697cb4db1c98924a4482727d95e4 SHA1: 5279d9327052b4dc9f1c53cb6e2f0f10283e1e3b MD5sum: ccdf32f576d314d6d2bc32b09c6df603 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.20260423.213757 Architecture: amd64 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.20260423.213757_amd64.deb Size: 8208 SHA256: 2b4e28ebdb0a7e1a66976878e1b6546a6f99ee8d1c3a9454c07f3a4705467f01 SHA1: 76105f2f7bf4e6057b7a6a7a487b1108fea539da MD5sum: fe2c4e2c0cecfd6f069c5ce0830fe1e9 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.211152 Architecture: amd64 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.211152_amd64.deb Size: 9304 SHA256: 08398562aca395e39ea5e51cd0709e60f2222389b84743a68f7c89e546add355 SHA1: d08e8c9c19dc26e4a1e3b4cdac4a5556eae415fe MD5sum: aacc9849d223af3908d498953a742f05 Description: Generate a C header containing the version number of the package Package: ros-rolling-ament-cmake-gmock Version: 2.8.7-1noble.20260423.213833 Architecture: amd64 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.20260423.213833_amd64.deb Size: 9710 SHA256: 1579fb38bb2a7af1c4f8ee636374b3a34e92d4d041862b3170cb1c2905259127 SHA1: dcef548da680023d83b9d78264bd6a9f9fcfa8ec MD5sum: 6b5be60de82025e680d42062da4e178e 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.20260423.230518 Architecture: amd64 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.20260423.230518_amd64.deb Size: 13700 SHA256: b618d337d91d573b8dcd6ac5235d5cc84ca88015ec541e7d969c66d73673f5b8 SHA1: df47890e17a726755c9c341c86967f8a851d3285 MD5sum: 78d683675ad6cee9a3612969cd1d6862 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.20260423.213802 Architecture: amd64 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.20260423.213802_amd64.deb Size: 9912 SHA256: a5a27a84312a682fdc10cfee5711c0bf16b5c071d6cb8d0427b1cb3a85bcde16 SHA1: 588dc69617a43b4683f494d90fa6e1d61b369175 MD5sum: 40f3643e4110c8403dc07d3f4966cf93 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.211154 Architecture: amd64 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.211154_amd64.deb Size: 7786 SHA256: 971aa1e4b8fcf0cbb479c9f7166b25a191f666c623abe95c50374d7420f3eb33 SHA1: d1c9092af826cc77ef8e48762fa646d0fe11937c MD5sum: f1c5020bc61850be93a8caaf061a6d12 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.211207 Architecture: amd64 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.211207_amd64.deb Size: 7614 SHA256: 3fffd06a3852cc98111600cd24f00ed1270f377c14a826795bb28d01321308d5 SHA1: 57132f033212852461837328c79e5068bd5ae69e MD5sum: 8f49e02c9fc30c133e837422e3846d02 Description: The functionality to deduplicate libraries in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-lint-cmake Version: 0.20.4-1noble.20260423.213708 Architecture: amd64 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.20260423.213708_amd64.deb Size: 8138 SHA256: f93d05df360216bc1299793e8796913ea93fe2c2c2bcf4060a8f061e1e9f5989 SHA1: e3519504d7de3c8576b0c8e145c0fb8858441bef MD5sum: 42398307a18af7018e2734521b5a04d8 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.20260423.213845 Architecture: amd64 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.20260423.213845_amd64.deb Size: 8506 SHA256: 2e04a73fda6cdd82e01d91c8b8a57300f0b066c4260bf66b88f5f2580a89a587 SHA1: 4ac0749e95fb1c2b794a78573edc9c98ad61a212 MD5sum: d057ce88c23ae3f90189a2e26dc6c7ce 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.20260423.213844 Architecture: amd64 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.20260423.213844_amd64.deb Size: 8420 SHA256: c665230f4a4cd9ee46ca8218f79e55733aaf38b9493f0f62dd418219035c4a30 SHA1: d576c41eb02b257d6cfaa0c28c7a3734241a2129 MD5sum: a517899836a1112e64422d0a018263ed 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.20260423.213851 Architecture: amd64 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.20260423.213851_amd64.deb Size: 7902 SHA256: 8d0f543c41aa5473d5a6b454b6fb47fd5a2c9136bc0061a2373be5f266319dfe SHA1: 77251e7f7e2e86f4d18cdfadff5c27bba6c348ef MD5sum: c3ad488efff3f8d7cd19431392e19d2f 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.20260423.224141 Architecture: amd64 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.20260423.224141_amd64.deb Size: 8138 SHA256: 52ea2bcda1e8000f4064ac7166feb19a7713edfddf6bfbaf41f365f5bdfa3eef SHA1: e03d2a43634ef5054895c5ef31098193785afd59 MD5sum: a43a79437ad018253dbec318a2913f06 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.20260423.224142 Architecture: amd64 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.20260423.224142_amd64.deb Size: 7794 SHA256: 1a374154c7f1463e48d590399eb3c50418c02febf7d26dd2efb97e3786f10083 SHA1: 86badedd7e07318806c87bcc73c1bbddcc878641 MD5sum: 689a7390b882b8d8e91b412ce1a5f079 Description: The CMake API for ament_pyflakes to check code using pyflakes. Package: ros-rolling-ament-cmake-pytest Version: 2.8.7-1noble.20260423.224147 Architecture: amd64 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.20260423.224147_amd64.deb Size: 10774 SHA256: 159e679813200c7986594cc4b5933494c3e9312b8a936974c333b0339e958f6e SHA1: 45e246b41e2dda056ae1f3b35d0fffa5ebfae1fa MD5sum: acede2ecb581188120d6ce4decc7ea6a 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.211208 Architecture: amd64 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.211208_amd64.deb Size: 11488 SHA256: af70ff480667f224e3534be3854070f887c1fff599d4dbf339a762d4bfc12344 SHA1: 1cba605bfda66b32aa3ce985701f3b651294594b MD5sum: 52a0f796efe876d53165fce34fad8ff2 Description: The ability to use Python in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-ros Version: 0.15.7-1noble.20260425.040136 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 63 Depends: ros-rolling-ament-cmake, ros-rolling-ament-cmake-gmock, ros-rolling-ament-cmake-gtest, ros-rolling-ament-cmake-pytest, ros-rolling-ament-cmake-ros-core, ros-rolling-rmw-test-fixture-implementation, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-ros/ros-rolling-ament-cmake-ros_0.15.7-1noble.20260425.040136_amd64.deb Size: 8800 SHA256: 7c41f4b8b48cda49ae1fa79fc61da0b873bea271f2e08e5cebc0db079c9d8f6d SHA1: 73182063a13e75ad65660f01418b88a5c07ff7b3 MD5sum: 0530aafdba245db92102530912233ca1 Description: The ROS specific CMake bits in the ament buildsystem. Package: ros-rolling-ament-cmake-ros-core Version: 0.15.7-1noble.20260423.224207 Architecture: amd64 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.224207_amd64.deb Size: 9050 SHA256: 01407fed4b089af144d4811412d68e12fbec2553dfcf60d9d505a2d9720527fd SHA1: 8c1a172757f56ae83749bb5e35522ce32b5e4493 MD5sum: 4130ee1ec3dc994097b78b8d4e82c741 Description: Core ROS specific CMake bits in the ament buildsystem. Package: ros-rolling-ament-cmake-target-dependencies Version: 2.8.7-1noble.20260423.213451 Architecture: amd64 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.213451_amd64.deb Size: 8722 SHA256: f95033d94167e6f97da42f6509e01b6a14fa7f070cc4437e72001ebd1a53a2ec SHA1: a57f47ecff4ebacd342d99434db7984377ea8494 MD5sum: d75662f2ed705e47469aa5fd0a71c49f 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.20260423.213447 Architecture: amd64 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.20260423.213447_amd64.deb Size: 15910 SHA256: 18188a361a1545da47bd3e796dccee60a387e04d7e53e5c2acba6dd3f41b5990 SHA1: 6387d461794e5bb9cf8e26e219d4fb78cfc59ee1 MD5sum: e82ce0e8b8ecf7ec3c76aa75ed8954d3 Description: The ability to add tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-uncrustify Version: 0.20.4-1noble.20260424.001515 Architecture: amd64 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.20260424.001515_amd64.deb Size: 9466 SHA256: c950455cfb85f9da7b618d076f86dc18c36eba82ba0e902d7045a3e63443d965 SHA1: 42d3bbca52d8b42d70930d11f340e684e42b0a6b MD5sum: 66ad6c473b89bcab1d3fc763ed584bec 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.224211 Architecture: amd64 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.224211_amd64.deb Size: 11800 SHA256: f1eec03cae8d5c84679bfc85e9b8c9b785d78e3d2f40189f8d868ff706d9a7fc SHA1: 43c40238ddbc464d3efd06694fa229ffd1df9f21 MD5sum: 32b9bb1c0f6ff738091429689140a0b6 Description: Macros for maintaining a 'vendor' package. Package: ros-rolling-ament-cmake-version Version: 2.8.7-1noble.20260423.211914 Architecture: amd64 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.211914_amd64.deb Size: 7970 SHA256: 719b1948b5a27ad989f732e73d8187dbfedd38a5697487299b951279a063120e SHA1: 0eb93a4d783f1c421df4bd788d1f8965132577e8 MD5sum: e00177c5b76019eb794d996df052875e Description: The ability to override the exported package version in the ament buildsystem. Package: ros-rolling-ament-cmake-xmllint Version: 0.20.4-1noble.20260423.224151 Architecture: amd64 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.20260423.224151_amd64.deb Size: 7882 SHA256: 25b24f310e98cf8d3bfac373d021a425aa268fc42e4203f213e39ab2f516ab06 SHA1: f59d68f27a49e5f0f71b1fe9b9bb1ae1136a4953 MD5sum: fe13383a01ef8e4aacffac6ebd2af1d4 Description: The CMake API for ament_xmllint to check XML file using xmmlint. Package: ros-rolling-ament-copyright Version: 0.20.4-1noble.20260423.211256 Architecture: amd64 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.211256_amd64.deb Size: 52360 SHA256: ae89c1e4749932bc84b9534a4c6d96a5b169efc4df049b7c12f55413a6764497 SHA1: 62bc290df75e2b46698815e5a4b82e1826251abf MD5sum: 13f04320a87af8676e8776b93959163f Description: The ability to check source files for copyright and license information. Package: ros-rolling-ament-cppcheck Version: 0.20.4-1noble.20260423.212949 Architecture: amd64 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.212949_amd64.deb Size: 17052 SHA256: 1a1d6019aaae1e0d5cf820323c07c76c7149d650ccfbf6c9ecc693f635446002 SHA1: ac5eb94ce6fd584d1796ece0545444bcbbd8cc73 MD5sum: 473e6d61739bdeeeafee01777a42a6c6 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.212952 Architecture: amd64 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.212952_amd64.deb Size: 147506 SHA256: 76cada5694d9535ec4f63cb1fcade761184759c9b4bbae6ab83e9a7f3f1412f5 SHA1: dfd11e7e8d54a97f554fca7cefe7b220bc77601d MD5sum: 73b1e35a40b7a4263e800ba0434d9ef2 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.20260423.213921 Architecture: amd64 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.20260423.213921_amd64.deb Size: 9022 SHA256: d237b376a90e7a5ea6f73e042c9568ee7c5cc01f23c2c3991cf918f685be9e40 SHA1: 5e3887162f3889326c94641d8c608167bc6c0dd2 MD5sum: 50121ae8afe3772ab649a1fb0ec25c1b Description: CMake macros for downloading files with ament Package: ros-rolling-ament-flake8 Version: 0.20.4-1noble.20260423.211351 Architecture: amd64 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.211351_amd64.deb Size: 18016 SHA256: 9435f3ad003a84b799478ed0e4e31a28782aeee92300e79f74f2cabb926d2b20 SHA1: 6e84a1185bf1c919dcb9fa1083c43fcecbec184b MD5sum: f832361abd177cf73683a6677a56c4d2 Description: The ability to check code for style and syntax conventions with flake8. Package: ros-rolling-ament-index-cpp Version: 1.13.3-1noble.20260423.213927 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 143 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.20260423.213927_amd64.deb Size: 33394 SHA256: ab4d41d1698307c43a25a89475559c3f236a622424eb39b23dd250fe7513f814 SHA1: bc40d020aac227c5244fa793e51b5745f4b6f211 MD5sum: 826a04cc9612624d172a685288c2f404 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.20260423.213927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 566 Depends: ros-rolling-ament-index-cpp (= 1.13.3-1noble.20260423.213927) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-index-cpp/ros-rolling-ament-index-cpp-dbgsym_1.13.3-1noble.20260423.213927_amd64.deb Size: 545626 SHA256: 763d4f6e6ca992bbbcd34a391bc294782a9ac5acad0ac368220b9292528de2dc SHA1: e7d29f1cd64241d3d0bdf49e67a5696d17af84ac MD5sum: 7cb85b95f225a17930eeef29f0f16ec1 Description: debug symbols for ros-rolling-ament-index-cpp Build-Ids: fcb20a2d73c0a082a228a8b05f719040dc78287e Package: ros-rolling-ament-index-python Version: 1.13.3-1noble.20260423.210602 Architecture: amd64 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.210602_amd64.deb Size: 15194 SHA256: bc2c42db7003ea7c58c751b3c725e5e7cd62f0e74cb7753a47bc228b3a0dbfd8 SHA1: 080539e2e15422637139d66f74266927368a1806 MD5sum: 9a77c7b25b5a49c24765cfd0d9aef0cd Description: Python API to access the ament resource index. Package: ros-rolling-ament-lint Version: 0.20.4-1noble.20260423.210527 Architecture: amd64 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.210527_amd64.deb Size: 5022 SHA256: 659fff494db4896e56deda125c6d4520d69f979bfd21aeab9b3714b7ccc8f53f SHA1: 981300474dd9d1c4130ae8bef7747670f5862da1 MD5sum: 0be14222bf75aac7db2f93e44787ede9 Description: Providing common API for ament linter packages. Package: ros-rolling-ament-lint-auto Version: 0.20.4-1noble.20260423.213711 Architecture: amd64 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.20260423.213711_amd64.deb Size: 8002 SHA256: dc257820338736e4e3d1b7a79ebf74e00a86fc34e80d14eeb6e568cdbcaa9cff SHA1: a1c4a8ea57e923dd5d8b99f2fabaa6180d175c55 MD5sum: ed00996e2f17471b8e27de84eed480a7 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.212955 Architecture: amd64 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.212955_amd64.deb Size: 26048 SHA256: 5fb685cb3d71b811959e0ec268c7d1ac2f41efd611827d75363e1465a3a2fac5 SHA1: eb58765d872e005e8501b4015342622b24e73c25 MD5sum: 63d2aaf468a9ae81c8d0d3ce61678fcc 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.20260424.014316 Architecture: amd64 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.20260424.014316_amd64.deb Size: 8008 SHA256: 36060f66ab527358c65e9b28ed4162c2fff04cbf93f50cd0e12c69382c9ce0b2 SHA1: 2a28fe468405f8b424cc8c7fbc56110c5c938e4a MD5sum: eed42b478d67570f722b40a948837662 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.213554 Architecture: amd64 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.213554_amd64.deb Size: 14514 SHA256: 2ea8fd802fa60d4a4ea887b128ea8ae6d3f9ee51798db6c4f9fa993689bca251 SHA1: ddd80e6902164064174962b8839719e489a8dd3b MD5sum: f44902ebc5b0690de7493e006f493c4b Description: Support for mypy static type checking in ament. Package: ros-rolling-ament-nodl Version: 0.1.0-6noble.20260423.213926 Architecture: amd64 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.20260423.213926_amd64.deb Size: 6870 SHA256: 9e3ec3bfb7fd20c80bb68f5bc0b448c6c68fb5fcade9955c5a8f1955afb9b4bb SHA1: 0e726a5d7763690defa697195547198c026a9261 MD5sum: 58641967d8d5a347080cb9473816b27f Description: Ament extension for exporting NoDL .xml files Package: ros-rolling-ament-package Version: 0.18.3-1noble.20260410.080842 Architecture: amd64 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.20260410.080842_amd64.deb Size: 27516 SHA256: b2b5bf5e3bac3a3621ce95dfc67811324b04a51394a46f8ecfc404370167fb78 SHA1: d8023536cc3ee830e9e911a244ecfc1f0f7214af MD5sum: c6af757319d3039b616018cd2591c005 Description: The parser for the manifest files in the ament buildsystem. Package: ros-rolling-ament-pclint Version: 0.20.4-1noble.20260423.213555 Architecture: amd64 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.213555_amd64.deb Size: 44366 SHA256: 55f3959dff42414f8630042dedb51089a2039bae3aec742f0909cb044e359f20 SHA1: 5779504f6858fc49c8d7db42403580cb2fb8ed72 MD5sum: 8d706777141f56fa4a8e258f4264f5f0 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.211415 Architecture: amd64 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.211415_amd64.deb Size: 14020 SHA256: fe07942476fdb8fabc41df0521d61d4ee674c97c2184c07164bdd20f6d124127 SHA1: 3b2231147aaa322c1e024321047394d45d89d0ec MD5sum: 93732a6d1f725e6626b881da6def82dc 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.213555 Architecture: amd64 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.213555_amd64.deb Size: 11504 SHA256: e03d5dc0e6a3161c48f877339bac7f9275d09cdea490517da9b37fbf19e65081 SHA1: cbf0ee3fafa73a57033f55de1afb84dd3106c591 MD5sum: a2890fdeed21986414dbd1758a780b4c 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.213558 Architecture: amd64 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.213558_amd64.deb Size: 12644 SHA256: 1cb2bad93693ae2bec55e6874eaa3d7879ba295534eb3a785caf07144193d554 SHA1: 929689fb8f90119dff2581e483622ac874d79731 MD5sum: ab49400d8d027a3ffc8f6162e301287d Description: The ability to check code using pyflakes and generate xUnit test result files. Package: ros-rolling-ament-uncrustify Version: 0.20.4-1noble.20260423.233355 Architecture: amd64 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.20260423.233355_amd64.deb Size: 51268 SHA256: 84da1d69db1c19879fab01c78999251758ed9e31006ade35b1209569d804ca67 SHA1: 1c33217e60f1954d025f6dc798880a0a2cc934d8 MD5sum: d809b4cfb8b1af5b68e2e55fd9f705bf 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.040213 Architecture: amd64 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.040213_amd64.deb Size: 15650 SHA256: a04820c861f342d87ebcd5c1d662b1b6f4784f23160e2d1fce36b02dba487bf6 SHA1: 92639a28195c20c2996b5451b5a391b0ca9bbb3c MD5sum: e1995d815a0b8559925907265db2a0c6 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.211452 Architecture: amd64 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.211452_amd64.deb Size: 15490 SHA256: 832a26e82d84a4a389ef2454d842ae39b23a6696a02302bc6700c5d80535186b SHA1: 7665dada23436523496ff91df0684eed815acdd9 MD5sum: 8e4d8ebbfbac1ebe104c2c8d6cd9a956 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.20260423.213929 Architecture: amd64 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.20260423.213929_amd64.deb Size: 14228 SHA256: caa8f1606f917e1bdc5b1a2faad29c586e0ae53fdaf207f6ae2e6e500cfd2d6c SHA1: 09358dba67fe59b4740cd2d928763b2f4318f783 MD5sum: 8c5840ae9ca24c95704b3d7663dcfb0e 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.20260424.002512 Architecture: amd64 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.20260424.002512_amd64.deb Size: 8326 SHA256: 67d7bd740a387af7cbc99beacc241072a25dee131659e87148843d7c91032c34 SHA1: 9fe694697ff2fc0370fb193ab6151b0c0c743960 MD5sum: 7c8398703ad7382a78a700e09abfb584 Description: The package Apex.OS Test Tools contains test helpers Package: ros-rolling-apriltag Version: 3.4.5-1noble.20260423.213603 Architecture: amd64 Maintainer: Max Krogius Installed-Size: 1790 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.213603_amd64.deb Size: 1160508 SHA256: 1ece4bba9c27e020448586ea25b06f768798b893c46eafb9acff2728db9f81b4 SHA1: eb4fa70d695116d46854a8ec5b4516004565e5b6 MD5sum: 8d4ebb0359e432a1be8434d6e6180d14 Description: AprilTag detector library Package: ros-rolling-apriltag-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag Version: 3.4.5-1noble.20260423.213603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Max Krogius Installed-Size: 406 Depends: ros-rolling-apriltag (= 3.4.5-1noble.20260423.213603) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag/ros-rolling-apriltag-dbgsym_3.4.5-1noble.20260423.213603_amd64.deb Size: 333704 SHA256: 60e08a4db2fa9f19f803a64e3c1badabf3f876a8b0814c47b4f7f2b062a6f70b SHA1: 14389a285c99b0ead3764f9103a1fbda704d6e76 MD5sum: 174bc1cbd53081ca4542b24350fa9260 Description: debug symbols for ros-rolling-apriltag Build-Ids: a80efbd3b29e6a5ecfa56eb25278826c1883235d be706a36f8d6aa3a570d07fa7157e4676e29dfe5 f3b2ea639e2d6faca46a32238e34f365cdbbc74a Package: ros-rolling-apriltag-detector Version: 3.0.4-1noble.20260425.045337 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 439 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.045337_amd64.deb Size: 128686 SHA256: 83f1cd7c9dd0b1c72b98c4ccbe73db701db401edec998810ea93e0c50a3d2f19 SHA1: c61c84871f58c2bd30ae48d0457a333c83f9b614 MD5sum: bf1b92ec1d651ca1aa0f0b533b2b338c 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.045337 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2015 Depends: ros-rolling-apriltag-detector (= 3.0.4-1noble.20260425.045337) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector/ros-rolling-apriltag-detector-dbgsym_3.0.4-1noble.20260425.045337_amd64.deb Size: 1900608 SHA256: 466d155824c19d2f04af2d38b6f0f37bb3b65f7b068d7aee18bdd3d904635779 SHA1: 70bf236c6482146ef4c301a2d97eb3fe071bb3ab MD5sum: 4a41e902b3ef899d00cfd94822adb202 Description: debug symbols for ros-rolling-apriltag-detector Build-Ids: 2737120f676ca97bbbe520575ca879d8bc17124c 4730c19c7d146ab79114999ff3629ed09cba0a38 Package: ros-rolling-apriltag-detector-mit Version: 3.0.4-1noble.20260425.045807 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 123 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-apriltag-detector, ros-rolling-apriltag-mit, ros-rolling-apriltag-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-mit/ros-rolling-apriltag-detector-mit_3.0.4-1noble.20260425.045807_amd64.deb Size: 29990 SHA256: cf607c01bc2956ad3352057b8848f29793089abdbcccd6662b71d74be6699c3a SHA1: 390e2057df83df05e28d23451c9ab731fedb1adb MD5sum: 2c2bd281ba5e304b3696f56deecead65 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.045807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 478 Depends: ros-rolling-apriltag-detector-mit (= 3.0.4-1noble.20260425.045807) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-mit/ros-rolling-apriltag-detector-mit-dbgsym_3.0.4-1noble.20260425.045807_amd64.deb Size: 459178 SHA256: 7b86ea4b2927ee1a6d90b5e55d792de7f6d11850b1954f506192939ba650f9a9 SHA1: 5cdbf27498045edd3a35194fb42d4719a693b1f3 MD5sum: 6b35a159cb451536ace4a93d013d6433 Description: debug symbols for ros-rolling-apriltag-detector-mit Build-Ids: 9b0abdf15af9502f351ac2408e3adace25576d1c Package: ros-rolling-apriltag-detector-umich Version: 3.0.4-1noble.20260425.050111 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 119 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.050111_amd64.deb Size: 24898 SHA256: 291b61f1d6b4a20fd06adb03bebc715fa809bdd7dd9462fff7c72e6be9b32bb3 SHA1: c91be6cf5a66f31074d321c08d3be9cadcaa26e6 MD5sum: 3e4c58d689d7e5a2a3fd97d0f2708104 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.050111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 459 Depends: ros-rolling-apriltag-detector-umich (= 3.0.4-1noble.20260425.050111) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-umich/ros-rolling-apriltag-detector-umich-dbgsym_3.0.4-1noble.20260425.050111_amd64.deb Size: 439750 SHA256: a7ca422b1dc89de85ed9fe11fa96bd192493bb27b633a1b2f1d784cef38be95b SHA1: 81527dd1b3290567a1533fc0218bbf79a4b96474 MD5sum: f9ac6daf9466f84f276b99168d81fe54 Description: debug symbols for ros-rolling-apriltag-detector-umich Build-Ids: 177fb15ced66e0d47bcf7382cc6da1ca7e41e342 Package: ros-rolling-apriltag-draw Version: 3.0.4-1noble.20260425.045342 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 652 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.045342_amd64.deb Size: 152062 SHA256: c52ab06e82e6d3c3c9e7af6fef24e247450f02bc0984a01fcd2e82fedd5f1de1 SHA1: d320ff138fdf2cb63c1aab275b2fbe87495d4b5d MD5sum: 0f8dfd7c47680f734088765022849249 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.045342 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3078 Depends: ros-rolling-apriltag-draw (= 3.0.4-1noble.20260425.045342) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-draw/ros-rolling-apriltag-draw-dbgsym_3.0.4-1noble.20260425.045342_amd64.deb Size: 2728592 SHA256: f4b0d96ca54aa7800f3137dee5267ffe0f162cca4adcb63399a1fba2e3660d4c SHA1: c2b0df37877b69703718dd81e6f91cb036eafb53 MD5sum: 9bd1dfaf07271db35715a6ed23eca1f6 Description: debug symbols for ros-rolling-apriltag-draw Build-Ids: 083c38b1403872c516743e6fc1868094ff1fe586 8933161df5316ffb8696624c4a9e9cbdaabadb01 Package: ros-rolling-apriltag-mit Version: 1.0.3-1noble.20260423.213635 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 250 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.4), 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.213635_amd64.deb Size: 76108 SHA256: e4fbbff3298fa2d8fc787320be6f5557363d0817cb98f6df31d11ff76c391148 SHA1: ef2b7f0f7a3814163d41f5f42a80be0de5bc5aea MD5sum: 9e9e98cc3384e5b245e3c2d731ce12ca 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.213635 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 841 Depends: ros-rolling-apriltag-mit (= 1.0.3-1noble.20260423.213635) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-mit/ros-rolling-apriltag-mit-dbgsym_1.0.3-1noble.20260423.213635_amd64.deb Size: 826608 SHA256: 5dc1c7a03bfa546093b6d84241318aff0c29b9ef164cdae12b3004d95fb9778f SHA1: 61882eb7cf6fe643fc0f69fd4cb46ac765cb00e2 MD5sum: d6277b19b7bf19adbca721f621e0caa8 Description: debug symbols for ros-rolling-apriltag-mit Build-Ids: 82fdccf22399e21db8c961851e04d7be7dfec2d1 Package: ros-rolling-apriltag-msgs Version: 2.0.1-4noble.20260425.034641 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 765 Depends: libc6 (>= 2.14), 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.034641_amd64.deb Size: 75938 SHA256: 80c79ccf7bb284725b6c0dd8a1de2fdea4ad427f14a1cb8558b53b786a25c2ef SHA1: 70c7dcb239f09dfa1c9efdfdbf6618df7f548c32 MD5sum: 065c22f3b7fb8311aba5618fcf9267c4 Description: AprilTag message definitions Package: ros-rolling-apriltag-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-msgs Version: 2.0.1-4noble.20260425.034641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 577 Depends: ros-rolling-apriltag-msgs (= 2.0.1-4noble.20260425.034641) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-msgs/ros-rolling-apriltag-msgs-dbgsym_2.0.1-4noble.20260425.034641_amd64.deb Size: 447772 SHA256: a2501cf6f6070cbea3f1ab630e2ede1f6a2579f3148b1b8a4c6fc13192c2773e SHA1: 7ba5164d3d0cfc9979770c78d7cda809e1981ae1 MD5sum: 6f633f6127562dcab1f2680aa4f0925a Description: debug symbols for ros-rolling-apriltag-msgs Build-Ids: 0faec850e3ccfd796a158113f58d611882b78eff 17203c5a5705e21439a5aa3e3dd209aa3bcf958f 1c49db328cf4bcc20d9ee3402418ea2dd4b11953 2121449e74527887c983cd9c6c76eadee057bd2c 25063086938709daaa44ad3554a997e3c106c461 68d6e865eb0314a1a48c11c9a762ad9aebde4692 726aad875a113712b7c41dbcf1ba4df3cd0d27a5 8ee4d8ef4e8c54d7e4a61b90481950d55493ef7b a0e92967a42b7a08c1c9699b84e6b2b7eb0cc321 bb9221adb564fa8dac19bd2d6e644e15360523d7 e15e35edeb65b7b1ead1dd173a63c7e4aed96a12 Package: ros-rolling-apriltag-tools Version: 3.0.4-1noble.20260425.053940 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 109 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-apriltag-detector, ros-rolling-apriltag-draw, ros-rolling-apriltag-msgs, ros-rolling-rclcpp, ros-rolling-rosbag2-transport, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-tools/ros-rolling-apriltag-tools_3.0.4-1noble.20260425.053940_amd64.deb Size: 27170 SHA256: c4ba666be7657de5bc33ca2a7713f62b584381df8f5d0d9c57f3a49e80837790 SHA1: 472eec1694479b6e49a6adcf3e2400e7a29bc913 MD5sum: 647158858e445dca4b837e4faf930407 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.053940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 513 Depends: ros-rolling-apriltag-tools (= 3.0.4-1noble.20260425.053940) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-tools/ros-rolling-apriltag-tools-dbgsym_3.0.4-1noble.20260425.053940_amd64.deb Size: 487118 SHA256: 12b3c4a7489a58237575bc92bc9af32ca423ad4e33b8249e89ae2158e1a56fe5 SHA1: 765bd11a62d6a1050e5c57ed42d7167954aef1e4 MD5sum: 121ef8b55d322824c7743cc2189c7c29 Description: debug symbols for ros-rolling-apriltag-tools Build-Ids: 90b84b17c898f1e27415977b367fddaf9b5ac6bc Package: ros-rolling-ardrone-sdk Version: 2.0.3-1noble.20260423.213934 Architecture: amd64 Maintainer: victor Installed-Size: 11360 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.20260423.213934_amd64.deb Size: 1276374 SHA256: c3e1b395a833fd54675c9a7713143b507e11ad27d182588caa106278cfe7c7da SHA1: f59613b984402197ab9de035884eadc936a3451a MD5sum: e5bd42ff8fc79ef962bcb67384d2ae2c 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.20260423.213934 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: victor Installed-Size: 4195 Depends: ros-rolling-ardrone-sdk (= 2.0.3-1noble.20260423.213934) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ardrone-sdk/ros-rolling-ardrone-sdk-dbgsym_2.0.3-1noble.20260423.213934_amd64.deb Size: 3410448 SHA256: d869d08565b4883a921db368ce4fc6c785d29ee029eb9cc5903b68c1d28ab0a6 SHA1: c2e96ebac348e6d23c3f613ab484ebc5d4324127 MD5sum: ce65b9a5f01407049e27d3c877cf1553 Description: debug symbols for ros-rolling-ardrone-sdk Build-Ids: 4d263196f95a0e1d98767d7774400f364d491f39 86fcb1a802006c5838be56cf9760c40dd3845bea Package: ros-rolling-ardrone-sumo Version: 2.0.3-1noble.20260425.044208 Architecture: amd64 Maintainer: victor Installed-Size: 715 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.044208_amd64.deb Size: 169806 SHA256: b64ac378afd156521d0edc6bda30d2295c6ed3a8f31d6e55d9a85dde9a7c34de SHA1: 00f0162d91ba9ee029b5c007f4b3cb96ba2575d0 MD5sum: 95d621f31bbdf3f7edce17a69c8209d8 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.044208 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: victor Installed-Size: 3342 Depends: ros-rolling-ardrone-sumo (= 2.0.3-1noble.20260425.044208) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ardrone-sumo/ros-rolling-ardrone-sumo-dbgsym_2.0.3-1noble.20260425.044208_amd64.deb Size: 2957460 SHA256: ab6ad69d090a005de2a9314e92df145623fa4dbd23140dcdf526bcffb60b5571 SHA1: d5f9a5a7cace487c21ef231449022be8b280731d MD5sum: 1f3694455c4f0c69ef89895639d11ab8 Description: debug symbols for ros-rolling-ardrone-sumo Build-Ids: 4110d3c0ab9e4489a3910fcf072274e59df3644d Package: ros-rolling-aruco Version: 5.0.5-1noble.20260425.052303 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 857 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.052303_amd64.deb Size: 297958 SHA256: 8e2669a5b1ea9b82b0414978376bb86e72fcf14c32a2f6ac74d7e49ef079b95a SHA1: f73a865d514f652e530a2f52a1e9050967df080f MD5sum: 7b56519a10e316591e96433e68978786 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.052303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 4473 Depends: ros-rolling-aruco (= 5.0.5-1noble.20260425.052303) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco/ros-rolling-aruco-dbgsym_5.0.5-1noble.20260425.052303_amd64.deb Size: 4414976 SHA256: 286b474c72fdf51d73aebeb788b320aeb6adc414b742736bab0bd1bbab13f8e9 SHA1: 0c53b99befc3ad4eca2dbf98b23d523baf041d50 MD5sum: dcaa2cdff4a55e46e29b8456f2093784 Description: debug symbols for ros-rolling-aruco Build-Ids: 94216a6a874585af499dd57706bd110006c37358 Package: ros-rolling-aruco-markers Version: 0.0.4-1noble.20260425.050131 Architecture: amd64 Maintainer: David Brown Installed-Size: 971 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.050131_amd64.deb Size: 226920 SHA256: 996c1e9d26243f6c0dc7fab6e5e7bec92d52b0b20faee8ee086003fb62e5f6b3 SHA1: c56700fa45dff9064c10698877f3b5245cb637ab MD5sum: 6f9b54877b2ed1adf5a2c9483c2efcd1 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.050131 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David Brown Installed-Size: 5170 Depends: ros-rolling-aruco-markers (= 0.0.4-1noble.20260425.050131) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-markers/ros-rolling-aruco-markers-dbgsym_0.0.4-1noble.20260425.050131_amd64.deb Size: 4693542 SHA256: c8eb3d07266526d68b28e89c018e6aaf57b790e731b7fc98a5697893e81dea86 SHA1: be7e5ea954e718e414546129fe580363251f39cd MD5sum: ba777e1dbe33de31a597cbb3f7fdf825 Description: debug symbols for ros-rolling-aruco-markers Build-Ids: 18a850ac7abe9779eb7562299d0936d689806e56 f290c1c8df9ae79842235b5f8924deb524d111da Package: ros-rolling-aruco-markers-msgs Version: 0.0.4-1noble.20260425.035518 Architecture: amd64 Maintainer: David Brown Installed-Size: 629 Depends: libc6 (>= 2.14), 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.035518_amd64.deb Size: 63728 SHA256: 43470396a75cfaa5277f7d2b58a09c321f253ab3ab606962ba7afc93fdc516cb SHA1: 32d35576344737d68902441743015b81e357c25c MD5sum: 793ae2311070dda9d4a389b63467addd 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.035518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David Brown Installed-Size: 455 Depends: ros-rolling-aruco-markers-msgs (= 0.0.4-1noble.20260425.035518) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-markers-msgs/ros-rolling-aruco-markers-msgs-dbgsym_0.0.4-1noble.20260425.035518_amd64.deb Size: 343526 SHA256: c319f45a9a53e7724adb0a31c48f15f965b786dee0f7f6ab71fb9adb64e1b01b SHA1: 0172bc35e3321a5fcccdbe97b9f3f5967a91702c MD5sum: 61b705ad37d9b884013e611f9825ddce Description: debug symbols for ros-rolling-aruco-markers-msgs Build-Ids: 034432e831cb31a8aeb203abf11968bc8d159fd9 0ee756c8a352ca3e0abe6edd25f1cb23b078e719 5525efc341b1453f50a235d5e4038ba2424c80d6 62e1c11ab3d30ec9548279afa3659bbd54acabff 8322ca5ee642409b368be34449cba964f372a658 bd7529f71b699ec4e7bdfe5a3f354bf1642c0aca c8220a4efbc6e9c01491b236477ccd8d706374e3 e3e3d80d650178c2723514cb42c06086b430be4d ec97ddfd9d633db0b25bb940ae2ac53f736ebab7 f25bc4592391a8ec73c7a949152e0fab58c4b959 ff2c4e4a6341396a5cf9a63ac26c567f629af4b9 Package: ros-rolling-aruco-msgs Version: 5.0.5-1noble.20260425.035516 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 612 Depends: libc6 (>= 2.14), 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.035516_amd64.deb Size: 61662 SHA256: 51abb5f6cc9fbaeb2b3bbd7f76d8641ea09c33ca8e809242a69e8ad192e5e923 SHA1: 192c1a8dac21515df9f7b10a9fda2760c4c78b0b MD5sum: e258cd913f565719aad4a874a413e484 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.035516 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 444 Depends: ros-rolling-aruco-msgs (= 5.0.5-1noble.20260425.035516) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-msgs/ros-rolling-aruco-msgs-dbgsym_5.0.5-1noble.20260425.035516_amd64.deb Size: 335338 SHA256: b4502c70bf61af316794023421a0679ef94aecb8c7ff191c3b30ab87ff63a68e SHA1: 70009c996652f65fcf2ebbd8fa1737a7214e77ec MD5sum: 2b053fd7dba08574b3caa7b9cff4ac7d Description: debug symbols for ros-rolling-aruco-msgs Build-Ids: 34e59d1281ab7b284028d5ad6fdf8dce777d4592 41df7601f316a29d2d3681f4da448a82161edb4e 72f61edce32f0bc2b39d494de2a2530f1d7cac76 769a58ab089a093e222dac736adfb667787a894f 8e41927599101c877a7dbdc460809c021ace3127 8e96e140bbc2edf77ebfdc8cfbaa6a0503349f42 bb792cf6ee4472a96ffa3fc8865bfe49535b741f d062bc827e491853bafbe098c62d62cc96a198c9 e3363f7c8c666426f5cc688a69848b638c2d797f ec10822a0b435ac77a9fbc5ba33759fe3e98a951 ee39f162771ea5a86fc9e174b4227f6ef0f6bd0f Package: ros-rolling-aruco-opencv Version: 6.1.1-1noble.20260425.050413 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1473 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.050413_amd64.deb Size: 298970 SHA256: 95b2f5bef1d54964b5edce1f19963554e586b40c72b00210a39e3b792c43f5af SHA1: 2e6bbf2a73c64b5485ef0519d5b45f7f1681c639 MD5sum: 4e4513ae0231777a6f3930d6007c1bbe 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.050413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 7483 Depends: ros-rolling-aruco-opencv (= 6.1.1-1noble.20260425.050413) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-opencv/ros-rolling-aruco-opencv-dbgsym_6.1.1-1noble.20260425.050413_amd64.deb Size: 6443486 SHA256: 66c85d3cf1d0637f86ff030d9e924313ee96c9d03c370d7b90f75a76ff73823e SHA1: d806e01f3552312885d0d0edf4215c2044cc7a09 MD5sum: 7dd67c94183ee741b9725ecd944a4026 Description: debug symbols for ros-rolling-aruco-opencv Build-Ids: 0318f7735a94b89a65e4860f93e4dc20a2c9a85c a0a4e5eaaa75846acce97643311992f48978dfbd c4bb5df1fb4042ef9ff5555a8006f97f50f2c79b Package: ros-rolling-aruco-opencv-msgs Version: 6.1.1-1noble.20260425.035520 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 750 Depends: libc6 (>= 2.14), 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.035520_amd64.deb Size: 72906 SHA256: 629f032d34f46d403e41f840e9bcbb503281093a9ae288382cb8af9f6102aa4c SHA1: a11ddb0b41c8d480b29bdf6297e07645482536da MD5sum: ec807e763e44696704e0f8320ac4ab71 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.035520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 577 Depends: ros-rolling-aruco-opencv-msgs (= 6.1.1-1noble.20260425.035520) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-opencv-msgs/ros-rolling-aruco-opencv-msgs-dbgsym_6.1.1-1noble.20260425.035520_amd64.deb Size: 446304 SHA256: 1852f82a313fe257f464f55e8c77477dc3d2efcadb3dcd5e5f88ecfa637a3db0 SHA1: 764948c2117ee69ad0b44844508133e91053a85a MD5sum: 58ccf278cce325d330a99291d938ca89 Description: debug symbols for ros-rolling-aruco-opencv-msgs Build-Ids: 0c4fcd63a3a433a30d941405575cadb7c752f000 3c309a41a9b0453b65077bdddea68a21cf76de34 468162d5e6b97e55016139f616bd6ede9c0d9c12 6ae3b233a4a766dfc04c9825de6be0207d5d7390 84783d7fe0649f75b153fd505bc1e0e681a220c1 a1a67b6df1673929b0af8f2ed20b084f3d52eb86 ad74a8a28bcbd8501c10b3004f6786ce4a3dd46f b4b069dd68a4545dc0527d873a39553b6fcc6cdc bca8e38e10db7fddc2affdeca6bc95b179221404 d5855725a2d2fdb03eee664be2c3ebb1ca89200c fbcd72f24042144ab69871a4a675d5326b087063 Package: ros-rolling-asio-cmake-module Version: 1.2.0-3noble.20260423.213938 Architecture: amd64 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.20260423.213938_amd64.deb Size: 6318 SHA256: 405dda893777de7e99cbbe3fe4edf9f08471e93025692045459a31dd56b698d7 SHA1: 964b57a92e5ef6a21cacbe17c25de94eceb0d17c MD5sum: e2ee666278096a93e206d11aef64c2e8 Description: A CMake module for using the ASIO network library Package: ros-rolling-async-web-server-cpp Version: 2.0.1-1noble.20260425.040215 Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 598 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.040215_amd64.deb Size: 182526 SHA256: e9c0e26eb810899843c98e105fc2b6f5dc21768a11cd8e3a7c7b938dadbce039 SHA1: cbfc166ae7ef75397e891c836370f47dd5e9f116 MD5sum: 33b61f028e8792f2bca0f8842cb00733 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.040215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 2832 Depends: ros-rolling-async-web-server-cpp (= 2.0.1-1noble.20260425.040215) 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.040215_amd64.deb Size: 2645762 SHA256: 72c4654e10f7f0dcfb6620af2aaa7d22ddd4850fee8e82cfd993308709be77d2 SHA1: 3941a77724a7438dbc8a3681fe37a247e0044371 MD5sum: abdb88bdd70986e4fc676bc78690f0b8 Description: debug symbols for ros-rolling-async-web-server-cpp Build-Ids: 29c9b41833921b6d9883e251904330cea66264b8 Package: ros-rolling-at-sonde-ros-driver Version: 1.0.0-1noble.20260425.042627 Architecture: amd64 Maintainer: MA Song Installed-Size: 197 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libmodbus5 (>= 3.1.4), libstdc++6 (>= 13.1), libmodbus-dev, ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-ros-workspace 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.042627_amd64.deb Size: 56546 SHA256: 9f7a7a015a846e0e77477dec81498c9affa1532811ae4fb908edc95ce4ceaaab SHA1: bd4bc8cb97e1f46580cebba6c16dc0f4d0f84a69 MD5sum: 6658296818d74e92f4176422ce780dc0 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.042627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MA Song Installed-Size: 856 Depends: ros-rolling-at-sonde-ros-driver (= 1.0.0-1noble.20260425.042627) 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.042627_amd64.deb Size: 797004 SHA256: 24fc61f4f70970c127f84c2df38eee7e60bfc6102d8091b6a1b6865f32aaa62f SHA1: dae457ebf8e63a7b9c150f66e559e764a264e0d9 MD5sum: d89e986b86cbd3f0db1a454cff74f125 Description: debug symbols for ros-rolling-at-sonde-ros-driver Build-Ids: 64ca26d8ac296af0e70715005b7507645099e5f2 Package: ros-rolling-auto-apms-behavior-tree Version: 1.5.1-1noble.20260425.052101 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 4353 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.052101_amd64.deb Size: 881992 SHA256: 636c0d6b59f929b14dc34935da7e70d47734ecf48db653dc7b17303196100211 SHA1: 39b2aaa712bbe4911b5e4bf31c53e330a3ed5d30 MD5sum: 3b26347120bb8c342c7c8be9156db301 Description: Standard AutoAPMS behavior tree nodes and deployment tools Package: ros-rolling-auto-apms-behavior-tree-core Version: 1.5.1-1noble.20260425.051231 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 1770 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.051231_amd64.deb Size: 439938 SHA256: a38da2e6a9fea62232aa3d2c15c12e226a7e475a61071388c39762f6499a94f4 SHA1: 5bd6fabfb659ff146dce7fe3d07a4922ac07b79f MD5sum: fbe483525ce59d2b2e82182f7ccdf41c 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.051231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 10852 Depends: ros-rolling-auto-apms-behavior-tree-core (= 1.5.1-1noble.20260425.051231) 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.051231_amd64.deb Size: 10550844 SHA256: 89c1b484e68d031ace20a99300491c37cfeb828f71836ae833691d3639e4996c SHA1: c49df26252bbf3a32adf5396b890398565f6c5a8 MD5sum: ebea5c06366b145e643b8f5bd79cfaad Description: debug symbols for ros-rolling-auto-apms-behavior-tree-core Build-Ids: 2063171616277c3d821eaeb6e56dc9bf25ec18ae 7ecfe53093e786a4d4e876591b45d74861aa8fab 87f51f3bd94aec6fa62a5cac5dc0a0e8b5a26f49 92502c7de99fd6aec309981c979364645d260338 ecb323c73f33ceaa2f0b4e49ffee48438ad67d20 f7f7d360486a11240236ae2aaad79e8be65f2502 Package: ros-rolling-auto-apms-behavior-tree-dbgsym Package-Type: ddeb Source: ros-rolling-auto-apms-behavior-tree Version: 1.5.1-1noble.20260425.052101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 26456 Depends: ros-rolling-auto-apms-behavior-tree (= 1.5.1-1noble.20260425.052101) 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.052101_amd64.deb Size: 25284124 SHA256: 9a0f8100a0d6497758fc5e0410678851c7c609567b53f0ea47216b78e8932d81 SHA1: bb90d4709f4bea80352af723bec5de0078872498 MD5sum: 38efb7a793bbeabfb480c50238c76dc9 Description: debug symbols for ros-rolling-auto-apms-behavior-tree Build-Ids: 3d5d45696b91391d8244e58628d03ba0077d7f74 4eda8639da06a36a4f7e1f16e68bc3fe942ef4f1 679e8961f81e5aac62e58db0902d303d7589c8a6 826f53f937c3b6617b2842cfc7fa521fa91a2a6c 82f95d8e2053b166413b52d20d39d3211ba8112b b86321d94693820a8185b31c59b665022d841a5e e0821cc78bea6efae3ca8215c10f8161e8b080d0 f9892ac31c38be5855783c455467666666922f81 Package: ros-rolling-auto-apms-examples Version: 1.5.1-1noble.20260425.053517 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 775 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.20260425.053517_amd64.deb Size: 182626 SHA256: 5b3a199de02d330a3eee2b887c8a203ff252b724fa564c1a463eacbdfe4102a7 SHA1: 643837acd84fc6e9bda188e4f1d200af0e6f9c3c MD5sum: ea6294a58365e62c40d1bfd67c57b821 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.20260425.053517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 3466 Depends: ros-rolling-auto-apms-examples (= 1.5.1-1noble.20260425.053517) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-examples/ros-rolling-auto-apms-examples-dbgsym_1.5.1-1noble.20260425.053517_amd64.deb Size: 3268218 SHA256: 4854fff468daad790ac1dce41e249eab612ccf7e167969508ace975d1684f50a SHA1: 4fb10599e4f396e9b13684f8f280779cfe9d3234 MD5sum: 92c2657b330083b62ee5d542936fc7da Description: debug symbols for ros-rolling-auto-apms-examples Build-Ids: 37a1d4de5adfb5c63fc463cfd4382c2fd4344298 97550d9bd9c972403b6bbbe3f9364f42a7dca7f2 b0ffef59454951a7c29ea318384402fe07215305 Package: ros-rolling-auto-apms-interfaces Version: 1.5.1-1noble.20260425.033745 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 5816 Depends: libc6 (>= 2.14), 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.033745_amd64.deb Size: 315548 SHA256: c5cdfe0232d536bcdd4c7a33008124cca9ca199acb41d39c6c85f32cdcd644cd SHA1: 3aa94412b873fde6d3e2b76ff9c18547566fed7f MD5sum: f9ce20b3d01c75e77aef76c8f692bba1 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.033745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 2760 Depends: ros-rolling-auto-apms-interfaces (= 1.5.1-1noble.20260425.033745) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-interfaces/ros-rolling-auto-apms-interfaces-dbgsym_1.5.1-1noble.20260425.033745_amd64.deb Size: 1875254 SHA256: 59bf40982f2fb0a3513fb263fffac9575927ad80f538514c7dbe2ce871e61a54 SHA1: d05aa4d4eaa12a6e9bdd93e698363005d90ea387 MD5sum: 548e6da298ac047ec95013d9e71c45bc Description: debug symbols for ros-rolling-auto-apms-interfaces Build-Ids: 2215b62c52bb06cb19b50405c3db869530a286aa 231183c33eb4fdb0d0335b155e8278d1a8d9544a 2b221ada1d826c2466edaf3a293809893477be5b 409b23f69168cf08a7a9f5f5951a0fa13ade22ab 496b6afff3396efcb99cf2f0cb77e5add1992773 4b92443bee85a14ca844c6eb0a02ac34cbe1d8d2 54b54b3182d381780e10b49e667f2ccda29d37d3 8c6bd9ef351a8dd7f03e61c121353981d95478ab a4c7861d59eb185459ce65837231a4b56d0a964a e2db23be80b0ddab63d274a71636fcf89d774bbb ee869a5da314a2732a76f4e43e4aa274142b185e Package: ros-rolling-auto-apms-mission Version: 1.5.1-1noble.20260425.053141 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 710 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.053141_amd64.deb Size: 157206 SHA256: 239aa267bac4fa956cb0475ea53cf0a31f2e74f473570318951a7851749e6ef7 SHA1: a15a37627b91a28bbed1ba8b922abd632caab995 MD5sum: 1ef37e9fb22a165305f669430fd92d8a 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.053141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 4908 Depends: ros-rolling-auto-apms-mission (= 1.5.1-1noble.20260425.053141) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-mission/ros-rolling-auto-apms-mission-dbgsym_1.5.1-1noble.20260425.053141_amd64.deb Size: 4741762 SHA256: 30b32efe8d31a60adabc94f64223da52931772cd0f76e9e548d5071a8683ae67 SHA1: 3ef29bc5ec60dae71961363dc3e3d6d6b226ca3f MD5sum: d9463ce96b27623865900e23959b8b0f Description: debug symbols for ros-rolling-auto-apms-mission Build-Ids: 5c8e8180ed709e7d6b8211c83a549a96f33c30e5 608e6885fbaab9b0d19622c9be8a9683d75a3c3f 7e00701572f1ad02311c92b086263fce30a0c9ce 80f5810fd3e6146a53568ed7f579952f4689b237 Package: ros-rolling-auto-apms-ros2behavior Version: 1.5.1-1noble.20260425.053138 Architecture: amd64 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.20260425.053138_amd64.deb Size: 28078 SHA256: 64d3d9adfe147c5a9f0d3bc1cc196c0b43f01cd13fdc88e2c28c45f00eb18d91 SHA1: 9f4929c785d669056b84378511e43d403144a21b MD5sum: 59388f1aad7b8edb89717e98b6ea536e 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.051015 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 216 Depends: libc6 (>= 2.14), 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.051015_amd64.deb Size: 44134 SHA256: 2c3ce1724f0ee3a3764e1235552d962257c3e948c98996b54869309b093420a2 SHA1: 325b2f8576ef02604e22439b7bd789f82185faca MD5sum: c5672a3a3a58825cb8d199272020bc6a 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.051015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 283 Depends: ros-rolling-auto-apms-util (= 1.5.1-1noble.20260425.051015) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-util/ros-rolling-auto-apms-util-dbgsym_1.5.1-1noble.20260425.051015_amd64.deb Size: 261192 SHA256: dea3b6f968b82c758f52177f6b235746f6122401ef13c3ebb70b9564c2ab39c0 SHA1: fc1ae88c5634c07f990b65b6680f42893dafc9ff MD5sum: 5f6114e37e1bd79d36e2010619b68c2e Description: debug symbols for ros-rolling-auto-apms-util Build-Ids: 2ce4dba8a1f97083523422a3f872bf6b06958213 Package: ros-rolling-automatika-embodied-agents Version: 0.7.0-1noble.20260425.045611 Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 4183 Depends: libc6 (>= 2.14), 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.045611_amd64.deb Size: 508010 SHA256: 273652041bd14c94a49eb80ef06080f4395a33287af14958ea8c219caa6e6b65 SHA1: 213b93b45b313690ed87ae665cc79e510536ae5c MD5sum: 168f849f6e23cfc69891e5fbf1d4bb64 Description: agents Package: ros-rolling-automatika-embodied-agents-dbgsym Package-Type: ddeb Source: ros-rolling-automatika-embodied-agents Version: 0.7.0-1noble.20260425.045611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 2568 Depends: ros-rolling-automatika-embodied-agents (= 0.7.0-1noble.20260425.045611) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automatika-embodied-agents/ros-rolling-automatika-embodied-agents-dbgsym_0.7.0-1noble.20260425.045611_amd64.deb Size: 2081932 SHA256: 6ad60444fd9b789cf8c8c5d3f4616e3d6dcd66ef7a61d74b2dee70f55ecced90 SHA1: 6b941c994f20eb485a5559cb6f2313c3fc06efcb MD5sum: 881324242a65284b841e1b15f3fad555 Description: debug symbols for ros-rolling-automatika-embodied-agents Build-Ids: 50495f24075c2d585e34be1b1a0de96166c8ae1b 71765eee0da5bf2073d7c5d71ebc6ac1408cc49e 75b1f6c6d59e0ec0836ab3314fc5bfdacbb9760e 7698ec72f81e08e4f1dfeb35e1a73a39e2c657dd 769d6a42214908cfd7f8b059e57a18fe75c942d2 8797d7922ecdbbbac7bca6cd986bb76c39be0fba 9b45e154dc104397f096568120a099870e4b7577 9d12060c0fff40a5df6ec35fcbb146108f9ac4f2 a515cc6655326f5a8ec1f2098e206e91fc030ee4 d5e3844301056b0120f6e5f32d3990bd86ca97b3 efc66a8ff2260b882423b720fafd30499aa03ccd Package: ros-rolling-automatika-ros-sugar Version: 0.6.1-1noble.20260425.045022 Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 3956 Depends: libc6 (>= 2.14), 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.045022_amd64.deb Size: 688740 SHA256: 204ed2d868b905e7d5eb6a19fd0482621f6aaf5c26ebb1dc15b3f6b05d81ab26 SHA1: b7367e6c59b8ee103c1bfb2a75276608d6af31ea MD5sum: 1d124adc72fc91f925274fc0076ae2c3 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.045022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 2187 Depends: ros-rolling-automatika-ros-sugar (= 0.6.1-1noble.20260425.045022) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automatika-ros-sugar/ros-rolling-automatika-ros-sugar-dbgsym_0.6.1-1noble.20260425.045022_amd64.deb Size: 1772592 SHA256: a5aeb0c62f834b40fdd1aeccc1e9eb5ca75b2868facc7fb95edee078578ba1f5 SHA1: 3752d8e7fa80024458b2164fe2deeb784df3e624 MD5sum: fb91e94c5ba37dc495882411ec45b577 Description: debug symbols for ros-rolling-automatika-ros-sugar Build-Ids: 2aa3315af23ec243bd1faf9c1c7ebcd305377fd0 356b73d421db2c6d8d9bd1650687631a17ec0343 3f45d3837b8e93d86dee6de2dc1b577cd1c5e0ef 51217fbf9acaad2196234e938d0b2f0ea83fb9d8 7819386fc7abeb65fde98e7fdb18f20adac3b5f5 b3b939ba5812dbccbd87e52717b605d210ed941d b4cd6c2aadee660517948588e6a91ba9d9e2d58d b5360110993dbff717dc7671fd037e7631ca0401 bd75af4b935d6d23db585802d19a1de79e531855 f50347191246eebd89edae81ba2a317711c4ebf5 f87e20919442170f1a31115b806adfa8e4ee549b Package: ros-rolling-automotive-autonomy-msgs Version: 3.0.4-5noble.20260425.040120 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 45 Depends: ros-rolling-automotive-navigation-msgs, ros-rolling-automotive-platform-msgs, ros-rolling-ros-workspace Homepage: http://github.com/astuff/automotive_autonomy_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automotive-autonomy-msgs/ros-rolling-automotive-autonomy-msgs_3.0.4-5noble.20260425.040120_amd64.deb Size: 6004 SHA256: eedaf3f6cdb08c7021ac3cfa0b31504ce1809e5b71d39c540024d23acff414fd SHA1: ddfe9fd8280c33c9be88ee209d145766da508b86 MD5sum: 6018820f50b6dc9ccd47a1f9c61ec00a Description: Messages for vehicle automation Package: ros-rolling-automotive-navigation-msgs Version: 3.0.4-5noble.20260425.035728 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2340 Depends: libc6 (>= 2.14), 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.035728_amd64.deb Size: 169458 SHA256: ac581ac254bd09aeb9beea68a76ca56961aed793feb075237ba89f6a20f17093 SHA1: c731238d0ee30a6bb8564a8b9e0de3dd3a14da26 MD5sum: 35d9d8d8c618255f6a4ccd3b765ea898 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.035728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1817 Depends: ros-rolling-automotive-navigation-msgs (= 3.0.4-5noble.20260425.035728) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automotive-navigation-msgs/ros-rolling-automotive-navigation-msgs-dbgsym_3.0.4-5noble.20260425.035728_amd64.deb Size: 1480068 SHA256: 3cb29ff8defe9e71dff1bc3ddb9c9a9f00909ed523e1678467fc6cd9501fb11d SHA1: 4961c6f41938bf9fef92e3a30a40d9b4513a4548 MD5sum: 0659798875c55b841c9865c5c06c6f58 Description: debug symbols for ros-rolling-automotive-navigation-msgs Build-Ids: 40305282d06260e39808e4d33ee5b4b4db7d491a 5adf886261f04fd0898ffe31ea2585a3749f767b 6b5501ff88964ff1dd7464c0d9216e7e8cb3ca75 80f84f5231e9aa72c5cc5703ca23b895e5a3d8dc b1782a7dcc6ebcab789be72dbbecaeca133226a2 b7e8b1f38e69be93f3114829ed64ee2e1d8f0689 b93d7062f9dd06bec53de9dffec557d9abcf9f13 c103e1c77c9c1cbc29c7b9e910a9b3483c7f815d c49c4edc6278405bf8e95b24653578ec1004b0d6 e4a5cab6a2bb720f72300daf0420b71e12e71fa9 f7e311234cf88a3c6c7a530420038039442814c2 Package: ros-rolling-automotive-platform-msgs Version: 3.0.4-5noble.20260425.034347 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 4447 Depends: libc6 (>= 2.14), 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.034347_amd64.deb Size: 262976 SHA256: 91aabb16bed83e12c6ca8f300c4354823a4ccaa50c1488e92bce0ba113d12a53 SHA1: ec1f26b384ecd655ccbf211dfaed03f3580297e6 MD5sum: 5480c02ea6fb297b40307d40c941e0bc 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.034347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2970 Depends: ros-rolling-automotive-platform-msgs (= 3.0.4-5noble.20260425.034347) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automotive-platform-msgs/ros-rolling-automotive-platform-msgs-dbgsym_3.0.4-5noble.20260425.034347_amd64.deb Size: 2365264 SHA256: bc4169613b96bb3d34d9fe9db23cfaee908978761216a421fb21479e2e41602d SHA1: 5dbc09410243dea45386cfe3b6f4ee31602b52cf MD5sum: d126c068564cd60b668477a9f68c4a9a Description: debug symbols for ros-rolling-automotive-platform-msgs Build-Ids: 047efc853e04e578ddad4d674cb8b1dce0257e09 13093b70953e8451279c6e95e344990e97e0ab0b 27d0455ed9f40fa1c4d09f0ab17c3c5881670b07 2e44fd098b532e2bfcc01a6f18a5ae19ea825bd5 39a6d6e20fda2a6e5c8a7ac60672edfdc1bffa18 52099c3ec69ec3d0b219dd43b3f5b3e33e74518d 547d18ae459e8ba7a3fe13b28dac87f9f96b850d 7378515b6a7078e570d8ce8cad032f90803d8fae 751b55ca69dd336117e4b6309af3dbf521992567 afc8c1946173fa3b7677aef7f79e966875127069 d486586182c93e3e1c47c3ae03580a81bbe7c0c9 Package: ros-rolling-autoware-adapi-v1-msgs Version: 1.9.0-1noble.20260425.040358 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 17176 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.040358_amd64.deb Size: 1012656 SHA256: c3bd43cae669a45c866e60db885dda76531077bfe5a5e3f37bcdc46961e6a50c SHA1: 40da797b615189c743d2656e4f2ce4ff338aecb8 MD5sum: 2b85e0ba81c88642ddcec28ac9f90512 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.040358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 13745 Depends: ros-rolling-autoware-adapi-v1-msgs (= 1.9.0-1noble.20260425.040358) 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.040358_amd64.deb Size: 11226386 SHA256: 473b4243fc845b0142fdc6bf42abd2177644769dbb508679d738d8bb708947ea SHA1: e22360df5b873086ecf165685c7826fe3ac03469 MD5sum: 817d11e175f8c1887ea48bf3d570785d Description: debug symbols for ros-rolling-autoware-adapi-v1-msgs Build-Ids: 0134e6ab0f619e9b9cb3aad4bf4aadfb627cec96 1902274c399c530a57f55bd0faa782865373580e 221b4efeabce13478a351903176e0a601dce469e 301fec70be79ca5cb4856310c6706381d0d915d6 96da149cdf3e25bd5af99df185f017b2e61ac21f 9eeff2ee1d3b85fe55f99294a532a87d23423651 a57b4bd363b18f7729d7eec0469ff78bcbeb2274 aabc4ef1c9e2a8051c844e66fd5e1a95bb62fd22 c8fee07d153ad87ad09a59068296597ad5ab54ce f89e049695ae7fa13f5c7bac6955bfca42a324f8 fda6879b8abee54d9f54ed0f6233d806257f4d55 Package: ros-rolling-autoware-adapi-version-msgs Version: 1.9.0-1noble.20260425.033602 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 754 Depends: libc6 (>= 2.4), 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.033602_amd64.deb Size: 68952 SHA256: 66f728e550d08e4e4cb798b64db13398eb641621b16c7c1c62c921041560b60c SHA1: c042cf430fbf58f728d11c89e393d9ccc7cadedb MD5sum: 3721f2801c63f3ca767e0976ee6e0a49 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.033602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 450 Depends: ros-rolling-autoware-adapi-version-msgs (= 1.9.0-1noble.20260425.033602) 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.033602_amd64.deb Size: 314072 SHA256: 62a63d1608d6e772dc08b560483941001294263f9bf97d84dce7166d120b4796 SHA1: 0efde653e33936661318c6ff485b5b261be3b886 MD5sum: fb295c2ae052cbf48a5760fd871b3c5e Description: debug symbols for ros-rolling-autoware-adapi-version-msgs Build-Ids: 1286d4e9173416c9b96ef635df379a8f40f40338 1497c123f5af47a7a32e51d9012d2b0b7a3877b9 16fc12ade9b3121f9f199d3ced61e4bad052a57f 179ac29bd7133af4d3ec943d55684532c20def21 6d00493556dc8aa35fe60bb1885c4dbfaeebb01f 7845e7fb1218e6806a70d30a9be90ddf5666ebab ae9dd65a2ed9e417db10b9e42666fbe5a797b584 b344458ea7236ce9a73a99f2feac094148578115 b4854b0f98b8e1b94407e95477fc7a100d95c979 eb2195bf95644ad49a0733ed890a03ae3ce13611 f10d3d8331045a4d5e469c8226cc4fd8ecbef877 Package: ros-rolling-autoware-auto-msgs Version: 1.0.0-6noble.20260425.040645 Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 6226 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.040645_amd64.deb Size: 439776 SHA256: 3c5784c25215d5bb7ab64dd2b07a7452d56e7e2c460d0e60bdf3eab8fb25585d SHA1: 76de59aa48268d6580264ef2f1f1a2496fb00a25 MD5sum: a90661391aa3ebb25b1d107334dfa537 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.040645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Apex.AI, Inc. Installed-Size: 4789 Depends: ros-rolling-autoware-auto-msgs (= 1.0.0-6noble.20260425.040645) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-auto-msgs/ros-rolling-autoware-auto-msgs-dbgsym_1.0.0-6noble.20260425.040645_amd64.deb Size: 3926520 SHA256: f18b8230e8fe65d7609f7d0bf5484c8cc65b7e02cb853e2eb361ac1f4c5afa2e SHA1: be63c2e8698171a0ae73ed2b3b95c882d1ed5547 MD5sum: 32b5a8c47964be868e14410fa8e241e1 Description: debug symbols for ros-rolling-autoware-auto-msgs Build-Ids: 1e98c60dd027519d4ec2cc4a238312be6646ee97 2021222fd7dbc30ef791e2df241809e49a95f41e 26de7440b76a149c13d4a6078d8ab6ce01d58bd6 2988b310c5e5cc31d519ab0d2103412cddc9bf8c 4ce552a6506daa45183c82e2c5000b7a2a45bae6 520e633c2fe04a3a3d4b78cc77695569ba656310 85f520e3de5a8f438b77e0969dad033b0565443c 9586a61897bb3c5c86da94dd5dab2d08feadc6ad c04a3d53db85ffd920a036b9242bf66cff8e2888 e52be31b24dadd2c371bb2807fb5ce6e74fbd8f0 e60203de076061d77c79592309d4566d6bb1346c Package: ros-rolling-autoware-cmake Version: 1.1.0-1noble.20260423.214045 Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 56 Depends: ros-rolling-ament-cmake-auto, ros-rolling-ament-lint-auto, ros-rolling-ros-environment, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-cmake/ros-rolling-autoware-cmake_1.1.0-1noble.20260423.214045_amd64.deb Size: 8936 SHA256: 9bb55ef556025cfba8480321259cfcb88a9bad321217c53144560afbc2978b3f SHA1: 6002b5f8968bf45dc1887df8146c67a6ac23c9ab MD5sum: f7ab652da9766eac42d2141cc193ee64 Description: CMake scripts for Autoware Package: ros-rolling-autoware-common-msgs Version: 1.11.0-1noble.20260425.033602 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 462 Depends: libc6 (>= 2.14), 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.033602_amd64.deb Size: 45874 SHA256: 3ee637c91672afae20ed527a07f76362328ae9be824aeec7114f96b7cf509a0a SHA1: 9119db979df12d0b2eee88681f404d35efa8875d MD5sum: c32f303871fb6d76e3edf2b4413dc399 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.033602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 287 Depends: ros-rolling-autoware-common-msgs (= 1.11.0-1noble.20260425.033602) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-common-msgs/ros-rolling-autoware-common-msgs-dbgsym_1.11.0-1noble.20260425.033602_amd64.deb Size: 197922 SHA256: cf06b889345892908866f47fe8b782f1e1892ac550fdef917f8de350d199b732 SHA1: 28ee1ed38b07c2de8f29a56343cba8a767d85fcf MD5sum: 39f5a78f7eae5f69bc620d239d74fc72 Description: debug symbols for ros-rolling-autoware-common-msgs Build-Ids: 1c93af6c29dd2a2c38ae945553adc2e770fc791e 1ccd9455d7b712e82e887ca3072c038aa490a8da 2e5cca957380fa8d016c27cf4af81213b916234d 2ec40fff9d4a24b1e4f7ecbd29ec4707c42d4f66 308a10377000f14cf593462316e0c9827ecd3ca5 336442d962287f61c57794fa4f8a44f06452d2ef 4d79fcd916b846b2152ce5a96e923e662fabbd2a 6dc2e15a898ebecec03803082890400f12c29520 8d7db1a65d2de727f0b33a83b27c0043936c2682 d472756e27a5d7f4b7ee7b725cf403136f93373b f0ad6ae7303b5066e370676bc9895dfa08b6ae35 Package: ros-rolling-autoware-control-msgs Version: 1.11.0-1noble.20260425.033745 Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 940 Depends: libc6 (>= 2.4), 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.033745_amd64.deb Size: 77326 SHA256: f2643c93e39e556e82f3afa8d9a6323ae208c6b8ce608b10525c3d850a7df788 SHA1: ea83d6945416cb69087aac4313dc35c34d455ae1 MD5sum: da448e2a6273158004f8eef48ff6ebe9 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.033745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 600 Depends: ros-rolling-autoware-control-msgs (= 1.11.0-1noble.20260425.033745) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-control-msgs/ros-rolling-autoware-control-msgs-dbgsym_1.11.0-1noble.20260425.033745_amd64.deb Size: 460664 SHA256: 09d771bb9e31c2f815561a3ee77b703a7cdc0e4040afaa0a98cf004d8aa72291 SHA1: d043e89f55f32b4e085ab8d47c079c50623e558a MD5sum: e2d6f8b53290f765f42ab4d3a6bff0d4 Description: debug symbols for ros-rolling-autoware-control-msgs Build-Ids: 0bd9b9f932b667457bec97227b4c412749a16657 3164287465199acd99273e2156eb3fc7ab4782b8 40116b469b03489352e0c9c546dceb3b5654b6df 40354a8c2042784f071696626daf583ac3692a0a 6296700befbad287089b2fad61e96b50e2677c1e 696d29dbf47557a33154d7a1f0cb41dce917a47b 69c981e7834d7c187e6307fdc03900cf4834d7a0 c939edcf1ea38e42490d91d98df856566870001e cb1d9b336e5e84f48d4f54e781f6d9200280f7bb f88bc1d359bccb9a8c9d9c56a624d4c33c76f552 fe2d4d4bcb73cd769040f9c2bee8d68325f7578e Package: ros-rolling-autoware-internal-debug-msgs Version: 1.12.1-1noble.20260425.034351 Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 2626 Depends: libc6 (>= 2.14), 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.034351_amd64.deb Size: 179878 SHA256: 63fb381cbe8f0732cb6e4c9d449a03bc30186868bedb8eee4e799f95f8da677b SHA1: 1e22daccc969d9581b3fcde32500235d16fefc44 MD5sum: c52f8f443456879c216e4e78e18083ee 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.034351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 2051 Depends: ros-rolling-autoware-internal-debug-msgs (= 1.12.1-1noble.20260425.034351) 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.034351_amd64.deb Size: 1654792 SHA256: 4897cd8e2caa1592eb9e838e8f5fd87ce4a68c0b359079c855c27324d464dce6 SHA1: 0cda490cff97af8ba868cc0f83e0dc2d988741b8 MD5sum: f0a2978fa7c4305e650a7818e78ac1a2 Description: debug symbols for ros-rolling-autoware-internal-debug-msgs Build-Ids: 1a77f64659777616c26f3ab41c3eef2a6c5d4494 1bfc7fd92fd92e0d7e705f50c07f33b21d2f048e 39a8f4eca603b391e40740e332df5a86c9b4f75e 6c831ed4a9ae1a51cd4e7398a97876b8b67cde30 782c9b70f24fcb5737b405577f8c8eed4ad467cd 8bc35ba1c7d86042d7e10e61a8ce23b44c3a787c 9a8f73be0979622e97a860201af76e2b0753fd9b aeb7a75766937450a90e321f737f7847fb3d7b0a cd4f59c7957787a6371f9bdfc0146ba80e07dfac fc5eab8b4e6a2c6b68f2455155412db5a5b18cff fe0f02b7975c20f2e3454df2d95cdd8309199827 Package: ros-rolling-autoware-internal-localization-msgs Version: 1.12.1-1noble.20260425.035525 Architecture: amd64 Maintainer: Autoware Installed-Size: 1385 Depends: libc6 (>= 2.14), 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.035525_amd64.deb Size: 110632 SHA256: 44512e181bf32bddb49dfed38c236eb3ac6907d9c21f4f20d4ec430337c48565 SHA1: 5b905acc0d14edbac3efb3533bbae72b20661b03 MD5sum: 6f3c9039b7f124cc15e6f26b4fddb6bb 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.035525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Autoware Installed-Size: 972 Depends: ros-rolling-autoware-internal-localization-msgs (= 1.12.1-1noble.20260425.035525) 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.035525_amd64.deb Size: 741672 SHA256: be47069a75120430ab8fcf19bf6b91b57bcf8d3781f19d223bd32e38c35f0f42 SHA1: a5e707a4924132e0d64028b1e57acf52c0ce1165 MD5sum: 367e9d6a89f7f2938f3b3cd2dce33d37 Description: debug symbols for ros-rolling-autoware-internal-localization-msgs Build-Ids: 09afd8304bde0aa28ef4f444eac6df5bf15108ea 11012e48ae8b7551f50654b16fbd737668fd4168 1e55c7dfdaa3035abaf394a7087f0c3ee358c116 2fbc2b9d7c6e509901dd657742cdedacbe822928 353c0330514b5a918689d42f7407719d77911e55 7cb6b86976522d59aa9279012029d0ed0e3cd3a1 8af5ffc65b72fedf0529256dd35e7258341ef3f6 d09d92be1fe29544f0365b6fdf08d8135ed42dbb ea21da5a77df11ff20d4e5fb29444b9e333951c1 eb6320d759d2750b0f3399383b66ccf51fa595a3 fb02583d787eaef887b3cacc818e9ab08686ea86 Package: ros-rolling-autoware-internal-metric-msgs Version: 1.12.1-1noble.20260425.033752 Architecture: amd64 Maintainer: Temkei Kem Installed-Size: 604 Depends: libc6 (>= 2.14), 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.033752_amd64.deb Size: 62372 SHA256: d26ca2e6674a1f9c505283d255ad0167cd49891154f3a73205a0c4d5ed640201 SHA1: 1a469de9df397b3eede2e1768c592b3281cf5cca MD5sum: 03fafb99bb46f6f6c338be2d18c2da63 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.033752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Temkei Kem Installed-Size: 459 Depends: ros-rolling-autoware-internal-metric-msgs (= 1.12.1-1noble.20260425.033752) 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.033752_amd64.deb Size: 349030 SHA256: ce6f8cfd711682105290d89f638a15d48946862994e5cf96bb07e326fdd99312 SHA1: 7152dfe26d39e02c887f313038968193a440d823 MD5sum: fee127ed571d9c6579f123e01d040728 Description: debug symbols for ros-rolling-autoware-internal-metric-msgs Build-Ids: 1a8905d48aed9aa592658f9f1d57a1f3241ee9a7 1f38b147c1512ad330ed9a10f5877ba4440ef3e4 3655eb26345b4a70d8193ffeb19c7e9725aed8cd 3ecd5f773ba8429cc71f8f452ba27817c28600de 46742450516b9febd9f177aecf3a0b628b273f10 521da16b01b59af9fb71c5393788d38bf3503034 8bc742bdcba8c262c008ca90d7b9c8f3c061f62c 8be4fb9e573a38789963232cf5edc8612a2fd15f b8a28a197c2875f4040b78e0bad5718b7f4dd741 e3f7155f6f2a9379027290224e51e2cc2f2bb2c5 faf27674d0bee46309d3cd3f36b97a36cfe2fdf4 Package: ros-rolling-autoware-internal-msgs Version: 1.12.1-1noble.20260425.041144 Architecture: amd64 Maintainer: Berkay Karaman Installed-Size: 736 Depends: libc6 (>= 2.4), 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.041144_amd64.deb Size: 64004 SHA256: 512183cc9e48657ea0b4b39bdef6b7a60e9d4436660d04c6b3257cff7159c43e SHA1: 5696b21ea2ae0aa89292e901be33b1ffb2a98d42 MD5sum: 58610cd076b8f26cff4c0ccfe3dc910e 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.041144 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Berkay Karaman Installed-Size: 494 Depends: ros-rolling-autoware-internal-msgs (= 1.12.1-1noble.20260425.041144) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-msgs/ros-rolling-autoware-internal-msgs-dbgsym_1.12.1-1noble.20260425.041144_amd64.deb Size: 366388 SHA256: 4f028773c4735a7af05ce0f9b287fa76de8d67d74e854abea0a85bf3b61cadf1 SHA1: 1c6e74600867ed3f59ef4043e7a676f079d21465 MD5sum: a9835dd25b24be52074c169ec42e2df0 Description: debug symbols for ros-rolling-autoware-internal-msgs Build-Ids: 23c75ddd277fc105c53549046b9a729787d5f692 4ee6ac7d27544b31f812ffc733ab5609a64e86d8 698eca8f3d6df7868b8e0bf04dc2a9d5111b5195 6c7895d293c545f095d36f8ac70ed6a831952efc 84b0ff9d4cd1eb1c9dd283b5df0b5f85812226e1 864be4b752ec97fc1b09c3d8f0ad57b6cafb3ff4 9dd5d605218198d70bd32af6433ed9b4572020ef a1d6a0d71bd3ca8b50d6f0201a993d6e3cf26d3a ca50cea25c1fdbe1d246b0bd49547917f7ca7f89 e8b6ba364af89daadcf180e87854ab0d867f980d eed33ed6cf8b41155a0c167e2785ead8c63b320f Package: ros-rolling-autoware-internal-perception-msgs Version: 1.12.1-1noble.20260425.040556 Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 508 Depends: libc6 (>= 2.4), 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.040556_amd64.deb Size: 51950 SHA256: 1fe73f2c8a1737bbbfcba3eab13f000f6067953f09667661f17400e39eb59e72 SHA1: f84d32847f1aef2b3b37fe294df19248f9d03f99 MD5sum: 7449904a44057d4b5da2f8161b1ab7cf 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.040556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 352 Depends: ros-rolling-autoware-internal-perception-msgs (= 1.12.1-1noble.20260425.040556) 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.040556_amd64.deb Size: 253494 SHA256: 5838b4f1d02624d395e8f5e1c2a57ccdaa57fa5992356e6b0910b94eb27e1d12 SHA1: fb92a7ab6d9f514634094052790c0d65359d4476 MD5sum: 7d4fc389201c419c89b72beb9c364a70 Description: debug symbols for ros-rolling-autoware-internal-perception-msgs Build-Ids: 08e57ed3a705874f7526c51f7e237dce9400d276 0e5cdd85699484487b99feb5e5eb6dd450bc2454 10acab7192846ac9355f22934a704a794580e77a 61bbe4d43347bfbcd32056b195d7091312d6b780 6b8f859f891ee71847b253c5dd119f16cf3d7be3 897902324cb43ec87b92a3c589b622531c440a2a 89fd6fe970709e3b8dc94d9545921d7db742a94f b32d2805ca2cc7e2cdcff3833cbd2b6491f0fd65 c12421b1a2e5d7681280a77a106906559d551236 e3fd5b03dbc394478a1c8a34302cb1301f169518 f7d01bc78a7c408e86c2b982c7089ef602338300 Package: ros-rolling-autoware-internal-planning-msgs Version: 1.12.1-1noble.20260425.040552 Architecture: amd64 Maintainer: Yukihiro Saito Installed-Size: 5610 Depends: libc6 (>= 2.14), 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.040552_amd64.deb Size: 373812 SHA256: 065ac7cae22ff1449b2368983df57617efc4466255724cf059cdb6fdca6ce4ed SHA1: 888be3d60222d82bd02661474339e34175c9fc3e MD5sum: 95e4ce538acaae3b29072570cb4b3547 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.040552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yukihiro Saito Installed-Size: 4488 Depends: ros-rolling-autoware-internal-planning-msgs (= 1.12.1-1noble.20260425.040552) 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.040552_amd64.deb Size: 3679838 SHA256: b2befdb7c47b67c48cfdabb8f6314dd4116ba43bd72b6d8efe76f3b5ea136408 SHA1: b967a02770d575d10fb6ac09ec8f5c5fcda44477 MD5sum: d842656ab9f499780e21a6e89afadb8c Description: debug symbols for ros-rolling-autoware-internal-planning-msgs Build-Ids: 11283870376637d7797cf4d576413a9b74ba0764 1d1f8ecaafe8cbb5878f5202dcb368f4ca3c1401 38ed3a22b76243791fecf6f7384f65f7a0157297 3eafb3e7483141b12575cf6b9fe564fe5070fe80 5994b2bae8bde69cfb4f0ab6c9ef01ca26decced 7090ecb48eb6eb986e6889864937b724d8befd1b 74ee4a022dbbbb1281a25adf6a230344db72c783 9b23c6b747f4944ea416d0563b45530157414417 bb87de2d8ce5e68889eaa7d30e2d5a375ec6fa9d c57308c5bd00ee20e2f4bddfb1df48632a79ad10 f2a4e246b4cea555dde8cc8b89f167c9f2a7edbb Package: ros-rolling-autoware-lanelet2-extension Version: 0.7.2-1noble.20260425.050233 Architecture: amd64 Maintainer: mitsudome-r Installed-Size: 1610 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.050233_amd64.deb Size: 419824 SHA256: 9addd222a70488b84eed700b56bacb3993c101c35185023bb4699622aa96b3a9 SHA1: ef847d5250aa557df2306a27db7c61534b6194dd MD5sum: 37fcfd19e137a518563bbeb0c1b2447f 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.050233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: mitsudome-r Installed-Size: 14738 Depends: ros-rolling-autoware-lanelet2-extension (= 0.7.2-1noble.20260425.050233) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-lanelet2-extension/ros-rolling-autoware-lanelet2-extension-dbgsym_0.7.2-1noble.20260425.050233_amd64.deb Size: 14124446 SHA256: 2dcca777242a8737522c64ec4c9174a59d9fb1be3f0fae52570522991d1897c4 SHA1: c56bad6028b94c715cffdadd88b9885a10b7df38 MD5sum: 20d1bf26c8d1372647a99cbb945930d2 Description: debug symbols for ros-rolling-autoware-lanelet2-extension Build-Ids: 7aef2db6130d7f3a5adae5be3f16719a9aa2222d 8490fe83d13c2c88083ad2763746b8486159fe38 a75e84469c02c1851c1a75eb558bfeb6c0d35dd0 cc0bc5dfef7c9758fda75f95ba6cb5c0168f9af6 Package: ros-rolling-autoware-lanelet2-extension-python Version: 0.7.2-1noble.20260425.051326 Architecture: amd64 Maintainer: Mamoru Sobue Installed-Size: 1161 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.20260425.051326_amd64.deb Size: 199732 SHA256: 78a25852aeb5175e3d77e6945d8defd527c6a00dd7b3cbf36f177a638aa6fec6 SHA1: 2aec216cfe3276f288bbc5e974ff2f9b0b3b5c3a MD5sum: f403fe49540a49ef55856e7c4ef5832a 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.20260425.051326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mamoru Sobue Installed-Size: 5070 Depends: ros-rolling-autoware-lanelet2-extension-python (= 0.7.2-1noble.20260425.051326) 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.20260425.051326_amd64.deb Size: 4266088 SHA256: e9f8e11feac4e70b03600646e08c51f388cdf2ffd70ed5df25d2fe4b557ba7ef SHA1: 007087f644f4531b0206e5d732ce0a4019e59e1b MD5sum: 0ef9c851d3384dfd065f9470989ad2b5 Description: debug symbols for ros-rolling-autoware-lanelet2-extension-python Build-Ids: 392203b9bb64dec2ed0e929cfa7f9d0ab0e84009 6be4c1fc6114aec91287808fb90014ac1f579d0d b4a74f27e06074388888fcbbb3544131647a7804 Package: ros-rolling-autoware-lint-common Version: 1.1.0-1noble.20260423.224303 Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 50 Depends: ros-rolling-ament-cmake-copyright, ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-cppcheck, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-test, ros-rolling-ament-cmake-xmllint, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-lint-common/ros-rolling-autoware-lint-common_1.1.0-1noble.20260423.224303_amd64.deb Size: 6728 SHA256: 0013862ad721e704a39b627912a911e61a2ac4049a890a75db70f3c3c5cb3d80 SHA1: 5a90e2364219936fe4866448de943bc2b60b29e1 MD5sum: f22bffd3d840a76f83617434ed96e745 Description: The list of commonly used linters in Autoware Package: ros-rolling-autoware-localization-msgs Version: 1.11.0-1noble.20260425.035528 Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 1057 Depends: libc6 (>= 2.14), 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.035528_amd64.deb Size: 100394 SHA256: 74b962c72e6ef160088dd0a566696a2e4572c6a80793f85e62a0e1607ef42958 SHA1: 821bc98eb6d5879c70df6ee5fe94589e503d295b MD5sum: 4a3dce5780fb7b03511d941c2eb8fa52 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.035528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 772 Depends: ros-rolling-autoware-localization-msgs (= 1.11.0-1noble.20260425.035528) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-localization-msgs/ros-rolling-autoware-localization-msgs-dbgsym_1.11.0-1noble.20260425.035528_amd64.deb Size: 589920 SHA256: 8644e1c7a3e2cf90a0a6ae1049c27e3e3dc465dfd6b45398682927c21d8e52fb SHA1: 9300c2dd092137c5f164ff9c98db8e72d17edad8 MD5sum: fa54ecfd8c800dcea58cd3988a40733a Description: debug symbols for ros-rolling-autoware-localization-msgs Build-Ids: 0b2c1a7a1b7a2f3f81c728e819c190a7299541e2 0dbbbb57031dc274dc3b22de6f881a0bc9aa9575 1949ad61da28bc86ae1d443d117f75891eaaa47d 211d7e4562264ee832ed56923e9b5f4e8e6b5275 35e1e07305105602243ac3f535ad8f8aab90cfe2 537d35b02969168ff23ed63dd7d11c878ea1160a 9e55070195ec59acf95243ad973542d2afba9f09 9ef32866dca6d59a73e691be31d9e4e6dce0bd80 da2857b483512e2e3d207dcdf6b4785770503b76 f0b97b88ff016edabeffe761a694e1067b75d9d2 ffbce17757c8d6dbb3aca0d90705f4f97f493095 Package: ros-rolling-autoware-map-msgs Version: 1.11.0-1noble.20260425.040653 Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 3758 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.040653_amd64.deb Size: 284210 SHA256: 686db8bedd6b0f0c35dc18e26986f3fda3fa468866ba43b8a8f4d6ee51613065 SHA1: 10d29b91539ee1ad0dbf8357c9cd2a6cb0acb169 MD5sum: 1d0f8cf7760a06ded519a863709c6979 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.040653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 3502 Depends: ros-rolling-autoware-map-msgs (= 1.11.0-1noble.20260425.040653) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-map-msgs/ros-rolling-autoware-map-msgs-dbgsym_1.11.0-1noble.20260425.040653_amd64.deb Size: 2943014 SHA256: f14f9aeed7561d922ddb28b1b371ff3c0a2dd079dfa949b223cb99d54cab4a81 SHA1: 91fde1a2179ad36e96c19c75c2776cf50435d068 MD5sum: 2f972726fa0245d1b2b7acc88bf49446 Description: debug symbols for ros-rolling-autoware-map-msgs Build-Ids: 098184bb3eacc7d73428ecee4a1ff85c2a9a1835 3450adaa3846cb2be08440528db7cc05d182e15e 405a14dd9d5a24699f67a8acd92be0c81aaa5962 44b3f4a55e8635127a2064f33188d7dab24b9675 538eadfbe88ab7ca4a6376360f57cf3ea9df0998 5fc10c98109f69afa5ab962a7a7aed0d57a2ef21 896e04dd27158a50e6315db1714f02594ada200b 93f5eb91ada88dbeb1df80afffbe231d8b89f724 c41e40983b0e856e6c2355e6719d45e738e8933f dc2ca979c7def756d3021f6b6da061f04810c8e9 f8119f8a31d8a9a664daf56ebd5e2c12ce1fe7ad Package: ros-rolling-autoware-msgs Version: 1.11.0-1noble.20260425.041124 Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 45 Depends: ros-rolling-autoware-common-msgs, ros-rolling-autoware-control-msgs, ros-rolling-autoware-localization-msgs, ros-rolling-autoware-map-msgs, ros-rolling-autoware-perception-msgs, ros-rolling-autoware-planning-msgs, ros-rolling-autoware-sensing-msgs, ros-rolling-autoware-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.041124_amd64.deb Size: 5900 SHA256: 8bc2927e3eb4b9d6b60a7e3da0f94f973c92da3afb7901794772010c2bbaa437 SHA1: 46a7fe8a23adddfb939869f26764963ad8f722e7 MD5sum: e2f628e7e2258f4ebefbda8f3553287e Description: Meta package for the autoware_msgs packages Package: ros-rolling-autoware-perception-msgs Version: 1.11.0-1noble.20260425.035736 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 3654 Depends: libc6 (>= 2.14), 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.035736_amd64.deb Size: 245662 SHA256: feee3b44f478564952c288caf0eb93984a427f17083887d32ab2d9beaa352c89 SHA1: 1804f34cc5af9a479c159dfb772217e64e747b66 MD5sum: 1653a5212b924392c96c34c552320f8b 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.035736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 2867 Depends: ros-rolling-autoware-perception-msgs (= 1.11.0-1noble.20260425.035736) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-perception-msgs/ros-rolling-autoware-perception-msgs-dbgsym_1.11.0-1noble.20260425.035736_amd64.deb Size: 2380950 SHA256: 16012b0bbd2c58bb5ae79d776b4594833e0244a3e6fd5df1560bda3ad2713b9b SHA1: 709a00c349a62725665c29f1746abd4f0aeada2b MD5sum: e4c86b2c4ba612fda76dd1292370b384 Description: debug symbols for ros-rolling-autoware-perception-msgs Build-Ids: 38788a02694d82b3f263da9ddc91448f4a787570 3ff888ccc15579e6a32ad5896c9d6c24ba6176b4 442911ce935f14a20147cad83478fae7188345f9 4e92f6ac9ac7c53ec5f57358a162954663292043 9ed2b6063a2ece8eb249ad7b8848baedc1c4fc76 c3d0c376cc05ba7748870145429e21e747355f71 c42cbde5ad6663b7272944e38c82c56a9e310763 e2481108029d96699ea211021f164b24ae4e6e96 eba65f79651833bb945d9cfeef15cc9dc05081e0 f8d0c9910800538e0368c913c0ef37ff2e803eb5 fcd3c4cdb6e08b6d0a4c4a53089ad884537bfb0c Package: ros-rolling-autoware-planning-msgs Version: 1.11.0-1noble.20260425.040135 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 3674 Depends: libc6 (>= 2.14), 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.040135_amd64.deb Size: 259804 SHA256: 926383c9f4b00ffe4b41e773dc1341e143a1ea0a70709d1194f9a4301ad0acff SHA1: 34f6ae033a7d439f6aee62b9d270b68065226b4e MD5sum: 2013f153e1b225dc9dcb9b5506d5dfc1 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.040135 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 2867 Depends: ros-rolling-autoware-planning-msgs (= 1.11.0-1noble.20260425.040135) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-planning-msgs/ros-rolling-autoware-planning-msgs-dbgsym_1.11.0-1noble.20260425.040135_amd64.deb Size: 2352114 SHA256: f2e398b0c970f64a937ac0be95952b0b2fcfa722cd14dccc62127f6733ec0660 SHA1: 4468438b919695e7a88437b93c30456a1c569bd8 MD5sum: bbea2113d174ea3164841758f93dc479 Description: debug symbols for ros-rolling-autoware-planning-msgs Build-Ids: 07f2a3bdcaae08f9cd8b4b171a289a173b678bfb 249843c52be4c6b5f95ca49608a32d6de8d06861 30f57604be1c90a7ac69688e39762086caf81ad4 45b46761c727799c85cf3be1949d39f40f41572b 5bc7969631ee2f02c2aad82ffa8b2b3b8d62cf13 674808f54000bd575694571e640e5e0197dae37d 689e945dde803d6af47f4b21cb5176f92b6af001 748a7878bd9690f596b24ecca678a350b53a4caa 7c580487bf5adcf0b76ba8c09fbe7f3e4d2bb811 882fa3a2509ce97232fe9146f16de5e883f255db 8e472a568aad7f9538b0f9e914c5fab27b8f87a0 Package: ros-rolling-autoware-sensing-msgs Version: 1.11.0-1noble.20260425.040656 Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 2057 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.040656_amd64.deb Size: 183970 SHA256: 0189819b304cebad6fe11ca150f38f0b237f68311a55fbdeb82e68aee158a2af SHA1: 9fcafe2671de7f3d168357be34dc5891004d3ef4 MD5sum: f6e3633a56529554ed741c17e443ca46 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.040656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 1793 Depends: ros-rolling-autoware-sensing-msgs (= 1.11.0-1noble.20260425.040656) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-sensing-msgs/ros-rolling-autoware-sensing-msgs-dbgsym_1.11.0-1noble.20260425.040656_amd64.deb Size: 1510312 SHA256: e95375163a0d09bd7c08603e8589120c9c57495c9b0ef39e99e793fd650c2952 SHA1: 5407b46e6a027efd6e12cd577af07da3b8d3341d MD5sum: 3662f399d94ca470f5ed6e7f20a922be Description: debug symbols for ros-rolling-autoware-sensing-msgs Build-Ids: 0fa8ed64432c8c4d7299c5194b44015f680df74a 3290652ad1719b92445d79fb54ed9e2e925b8d8b 4b01fb51d2d9853b16fa931cd6211e5b54fce62c 528cc8d2397cfb3c2e259923d574e4bc9853a427 5c4c0f8da1d94f989a5d533118ae9a8f12462cd0 5d356f7eacff14cabd0e9aed14e729d02e268c9b 76cc91e354f49cc551b6c4cd90d9055de7eacb40 9fe62a58c115d381e3a8ead6ad1c3d1f14df4084 b9086f919c8656a3cdcb97ce7025c54a1865f893 e5526b06c18c028674b821083563d049e3b97d94 fea6e5849f61d4dbc6a910e54e4d61c0c173424d Package: ros-rolling-autoware-system-msgs Version: 1.11.0-1noble.20260425.040124 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 1713 Depends: libc6 (>= 2.14), 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.040124_amd64.deb Size: 134570 SHA256: e934f2e88b29b4729f2af63833d69077d541fe8ae1c2c23238d16bc4f50fe0e9 SHA1: de7a413d877bdcf832be1bff2fdd0080feecd953 MD5sum: 07688994a48521a008745edee7b2b649 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.040124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 1283 Depends: ros-rolling-autoware-system-msgs (= 1.11.0-1noble.20260425.040124) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-system-msgs/ros-rolling-autoware-system-msgs-dbgsym_1.11.0-1noble.20260425.040124_amd64.deb Size: 1017374 SHA256: 11b44e7c06a6ac3829894d486c596b68faab8e1456226c63505024cd99bc2222 SHA1: 67e3c02d2e94b0d1a03e87c3568ac6ce8033b891 MD5sum: a95b3a3d70e9286130e84ced8abb5d9b Description: debug symbols for ros-rolling-autoware-system-msgs Build-Ids: 0f57857144e61fae733ee2453cba68b49d07e538 1fac9cd30161871726dcb703534aa7bfe4a1be27 307bc8f845ac2a73359a102933e31fd266c7ed56 3a3981b1406f1069943a34e7cc2bcf079df78583 69fd2d1e7cd7449427e18675adf64a165f256afd a1a1d24b0f53c01bd5e4ee85941b28a2b3f2ef1e aacbf1341898b3d7064e3d7be5b4096eead3422a cbbc6807b4a27cb6643e6e592ab7f18fcb92b7d2 ef03b2a103c1159d1e77b40d21dce442b3d77f8f f84924bebde4b8b471bd68d03a2363fa2766a4ee fcfef8da4906632b5b01ad8fef90e29c8efc2674 Package: ros-rolling-autoware-utils Version: 1.4.2-2noble.20260425.062456 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 106 Depends: ros-rolling-autoware-internal-debug-msgs, ros-rolling-autoware-internal-msgs, ros-rolling-autoware-internal-planning-msgs, ros-rolling-autoware-perception-msgs, ros-rolling-autoware-planning-msgs, ros-rolling-autoware-utils-debug, ros-rolling-autoware-utils-diagnostics, ros-rolling-autoware-utils-geometry, ros-rolling-autoware-utils-logging, ros-rolling-autoware-utils-math, ros-rolling-autoware-utils-pcl, ros-rolling-autoware-utils-rclcpp, ros-rolling-autoware-utils-system, ros-rolling-autoware-utils-tf, ros-rolling-autoware-utils-uuid, ros-rolling-autoware-utils-visualization, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils/ros-rolling-autoware-utils_1.4.2-2noble.20260425.062456_amd64.deb Size: 11870 SHA256: a8c5f3b2301897c432e9e487fc5e5fda7c23128057a4ff5e49e20e11c0899e52 SHA1: 2b537620ebbbd84eaa72f62f8f6e587970339d63 MD5sum: 433b6e84a321bba8b64f7ad1a3e396ae Description: The autoware_utils package Package: ros-rolling-autoware-utils-debug Version: 1.4.2-2noble.20260425.044653 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 2081 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.044653_amd64.deb Size: 460236 SHA256: b75156564a0818f1b10d5502b1685f38412b20325c042873acbb4a03487ec001 SHA1: 05e6ed4788bee9f45d33fd8040c4dedf80b75402 MD5sum: f3b133400e56326dbeed6362d4c684b7 Description: The autoware_utils_debug package Package: ros-rolling-autoware-utils-diagnostics Version: 1.4.2-2noble.20260425.042901 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 191 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.042901_amd64.deb Size: 52454 SHA256: f9bb7fdd041a82cf5daacdf21a9c48aecfe68e161792861d3868ae65b5f079de SHA1: 3eae8cf3e3e0b02a484469d5f82407c0035b454b MD5sum: a442cd4a69a4d94aa35bc207818ba997 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.042901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 795 Depends: ros-rolling-autoware-utils-diagnostics (= 1.4.2-2noble.20260425.042901) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-diagnostics/ros-rolling-autoware-utils-diagnostics-dbgsym_1.4.2-2noble.20260425.042901_amd64.deb Size: 742880 SHA256: a8c5b534fefe1a5ff5d6333a65308c6a8c7ae8855774ceacf4fa143a61eb9706 SHA1: 6cc0cd689829a8360a60cd59ef3b41906447a6d1 MD5sum: bf123d42c225edde5b844e0c502aa891 Description: debug symbols for ros-rolling-autoware-utils-diagnostics Build-Ids: 0e42c861e145811a2ca6fcbd5cd9f8e65c9d96e9 Package: ros-rolling-autoware-utils-geometry Version: 1.4.2-2noble.20260425.050707 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 395 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.050707_amd64.deb Size: 130606 SHA256: cdfbcaac84ae449e149791fff63bcc453938c7472488984376b6092d064cdf02 SHA1: d83ef8eb958582132ec656f831dbe36a5d6b46df MD5sum: 63454fb01edaabada9c675365a2c2b94 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.050707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 2784 Depends: ros-rolling-autoware-utils-geometry (= 1.4.2-2noble.20260425.050707) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-geometry/ros-rolling-autoware-utils-geometry-dbgsym_1.4.2-2noble.20260425.050707_amd64.deb Size: 2737000 SHA256: 4f304544eaf9097e0accd12fdf82376f122e6a65ece8a7ae353ae4bb518edbed SHA1: 696d1aec1b136668df992a4a66577862199ac620 MD5sum: 4ab4714b4bbe18a53fe02d1c1d84b737 Description: debug symbols for ros-rolling-autoware-utils-geometry Build-Ids: b400aad5a4058d74755849ea70f7e5dbed8aae43 Package: ros-rolling-autoware-utils-logging Version: 1.4.2-2noble.20260425.044412 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 145 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.044412_amd64.deb Size: 31048 SHA256: 969c89e7c489df49fdc1e6503ebbeb5e27c409ec0517f82cc855ecd3cac6a5ee SHA1: c4aa4bfe3008e0be0ff623dbe14c1125e06089f7 MD5sum: 18457739b06e12267018d0155426f69e 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.044412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 469 Depends: ros-rolling-autoware-utils-logging (= 1.4.2-2noble.20260425.044412) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-logging/ros-rolling-autoware-utils-logging-dbgsym_1.4.2-2noble.20260425.044412_amd64.deb Size: 437634 SHA256: 8ebea92e8bffecb02c6df974fcb7a2be877c4cb22d2e832c3ea19efcf7bdfe65 SHA1: 5e776de378837928dcf828b20c9ae437a366dc63 MD5sum: bd0de71fb98d0cddfaec61e5de7372ce Description: debug symbols for ros-rolling-autoware-utils-logging Build-Ids: c3b91ade5cbffabe12ca1ec42582c3e656434243 Package: ros-rolling-autoware-utils-math Version: 1.4.2-2noble.20260423.214251 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 214 Depends: libc6 (>= 2.2.5), 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.20260423.214251_amd64.deb Size: 109942 SHA256: 6220534a5110821cf95b5a944a58a5b630b4e93eb0cf219d466119a81538d0e3 SHA1: ee17343b593749c1c45053581fcade5a3150f3d0 MD5sum: 5ab0cc43adca63498d77c37bc8a7413f 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.20260423.214251 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 21 Depends: ros-rolling-autoware-utils-math (= 1.4.2-2noble.20260423.214251) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-math/ros-rolling-autoware-utils-math-dbgsym_1.4.2-2noble.20260423.214251_amd64.deb Size: 7146 SHA256: be2baf1d8ce7426c072961b3860a8e05d7b9c2758a7766ea331a2a43672411e2 SHA1: cbe5a1680844c4865d0bfa74ef7b727fd69aec06 MD5sum: 6b88e17fa9fe9703d7e80e05feeca45f Description: debug symbols for ros-rolling-autoware-utils-math Build-Ids: f75e54d7d14477fb33c592e616cb21298a67727a Package: ros-rolling-autoware-utils-pcl Version: 1.4.2-2noble.20260425.061903 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 58 Depends: ros-rolling-autoware-utils-tf, ros-rolling-pcl-conversions, ros-rolling-pcl-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-pcl/ros-rolling-autoware-utils-pcl_1.4.2-2noble.20260425.061903_amd64.deb Size: 8496 SHA256: c443ad0dcf54579a3a38c0de280cc6e327ea28269be497f1e0a62c938356c6ea SHA1: 3d0e4a576137926fbe11bda98fe808de326497d9 MD5sum: cd0c231d47243ffa374d143cb6b9d0b8 Description: The autoware_utils_pcl package Package: ros-rolling-autoware-utils-rclcpp Version: 1.4.2-2noble.20260425.044411 Architecture: amd64 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.044411_amd64.deb Size: 9424 SHA256: 1c734f468d5c0085df5b08432e1d68e288ae1506bc838071d11ff620291fd24d SHA1: 0d404bf3e09d9e808cc0869d2231b61538c2bcfd MD5sum: 0e0e9152e5e57aa48d3aa72dc101e450 Description: The autoware_utils_rclcpp package Package: ros-rolling-autoware-utils-system Version: 1.4.2-2noble.20260425.044434 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 89 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-system/ros-rolling-autoware-utils-system_1.4.2-2noble.20260425.044434_amd64.deb Size: 15732 SHA256: dff2f138c54b6908598734018b1176ec8d8862eaa97fe309169bbfd6a8bd005a SHA1: 8cf62b1e87b0f094686fecca1429d75608c34859 MD5sum: 935875d94a0fbec866cd9936c413d47b 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.044434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 214 Depends: ros-rolling-autoware-utils-system (= 1.4.2-2noble.20260425.044434) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-system/ros-rolling-autoware-utils-system-dbgsym_1.4.2-2noble.20260425.044434_amd64.deb Size: 201998 SHA256: 5bc4fcb9b4ab9df198f63aee567478792068cfe4ff27c9e560c1b85c594d0309 SHA1: 735b0992366ee430452de3eeaa5405a37d655c2c MD5sum: 5114d4da113a2378e26774455c0725d1 Description: debug symbols for ros-rolling-autoware-utils-system Build-Ids: 709d7b910e7c89cec1bc63cbadae57a58834e4d1 Package: ros-rolling-autoware-utils-tf Version: 1.4.2-2noble.20260425.060959 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 58 Depends: ros-rolling-autoware-utils-geometry, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-tf2-ros, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-tf/ros-rolling-autoware-utils-tf_1.4.2-2noble.20260425.060959_amd64.deb Size: 8436 SHA256: aa6badd32531f76c20dc7565c52ce0176439e5a19237ff385e606e0660fc6cb0 SHA1: fd7fb38db526df491efe3af63187a4d47d8d1dde MD5sum: 6e52e4cac4736b5fd433836806622aec Description: The autoware_utils_tf package Package: ros-rolling-autoware-utils-uuid Version: 1.4.2-2noble.20260425.032630 Architecture: amd64 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.032630_amd64.deb Size: 7916 SHA256: 7aac836d45fca1898fda272013471cb64b069e1c0cf1f9bfc0f2a77325b25b4f SHA1: ab9efbc2f47a70a8ea2af7f2b042bb5c8de9a24d MD5sum: 39e585944af4da30c98400b97ccc9d53 Description: The autoware_utils_uuid package Package: ros-rolling-autoware-utils-visualization Version: 1.4.2-2noble.20260425.043719 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 94 Depends: libc6 (>= 2.14), 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.043719_amd64.deb Size: 17806 SHA256: 2c9f4e73f9a2787be81a7f04182af7bf7c97ce0761aaee36e08415394766e903 SHA1: 7af0d47fcc8ec4820e972ce4730b395724958b32 MD5sum: ed27db7d83e54028b1df0cbf14c9116b 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.043719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 152 Depends: ros-rolling-autoware-utils-visualization (= 1.4.2-2noble.20260425.043719) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-visualization/ros-rolling-autoware-utils-visualization-dbgsym_1.4.2-2noble.20260425.043719_amd64.deb Size: 136644 SHA256: 1c4489f0fae932b2bfe641d59994d5819c5b0f225bbc8a0acc2c161bbe0bb4e2 SHA1: b612e6577f70137841f18c05231d805362b30446 MD5sum: eaeb6649cc29f6dbfe1c87314eec7118 Description: debug symbols for ros-rolling-autoware-utils-visualization Build-Ids: ece4a7d9b27d2af2f769ddc5bbeeadde66fdc6d0 Package: ros-rolling-autoware-v2x-msgs Version: 1.11.0-1noble.20260425.035742 Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 998 Depends: libc6 (>= 2.14), 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.035742_amd64.deb Size: 91686 SHA256: b57a436070b3e6724ec448a6c3eafff080b8720dce34b66e748fea285efa5a4e SHA1: 2b7c184cd57fcac46b6770b8570911d98ee6ebef MD5sum: ad22103d2658463e133e72b894664d2a 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.035742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Takagi, Isamu Installed-Size: 880 Depends: ros-rolling-autoware-v2x-msgs (= 1.11.0-1noble.20260425.035742) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-v2x-msgs/ros-rolling-autoware-v2x-msgs-dbgsym_1.11.0-1noble.20260425.035742_amd64.deb Size: 720032 SHA256: 944238095919f6a82d2708be3c89fd17faeb579caa835ccb963a48b74c856b19 SHA1: 6fbe469a103a747a9b79a0e6f6b662cddb388deb MD5sum: 7e9d67afbd2e1ddf8d92ac5ac5313ed1 Description: debug symbols for ros-rolling-autoware-v2x-msgs Build-Ids: 20b3d72da9cad757c11f4c11b8c6942e1c2b3334 2c6ba6843bddb7eebaf6ce1fc33318a75f388c78 43ec79914f0a4ed72e5437891813d0c25e8b8ae6 544a7980eb5e095212b4d02c2838ac0bc5ab8a11 58fcb87dff86b16b0b522a8d432d246998f1ca1f 7572bf3de714d0670d09a942f9de208b0fbf8e3b 98729743532ddc1adb84488aff9efce18d0dd879 9d070a2b151e710cc06a95de041a4de19d882b33 a8e9380f7de05bc6235934473f6b3fedb223e03a bfe11ed5877150a10ef80746ce3227c2bfd49c15 f8fbcd02bddd127194546e32a89cc10b941e3f1d Package: ros-rolling-autoware-vehicle-msgs Version: 1.11.0-1noble.20260425.040554 Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 2068 Depends: libc6 (>= 2.4), 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.040554_amd64.deb Size: 141536 SHA256: 7f30ae1c5a0b6d8831276bf0b3e0f1e588f054a94ee6afc28ac00700e6e9a289 SHA1: df085cd1370cb1bc7fce91efb6694400c3a1d19a MD5sum: c311c5a36c2a97c7c5493921061a45a6 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.040554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 1375 Depends: ros-rolling-autoware-vehicle-msgs (= 1.11.0-1noble.20260425.040554) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-vehicle-msgs/ros-rolling-autoware-vehicle-msgs-dbgsym_1.11.0-1noble.20260425.040554_amd64.deb Size: 1057078 SHA256: 4e7640082ddc404315eaaea8d178bf72a7cc33b35999afcd5f73beed30b6def9 SHA1: 826f64b76247244d35295d78a308f4b51502fe8d MD5sum: c0a623846be74abc1651fc12469de798 Description: debug symbols for ros-rolling-autoware-vehicle-msgs Build-Ids: 1a1448b0e2cd4e848b9901f84345b6e5435586d3 23490e74074b562b302bfd002e2aa26c5df728b8 315a3ca377317c075dfb7e5519b02b5d814b400e 31a9f926a185bf2933e0074f848aa3009a475809 63ea2e4d416a8a5052c55de05be0a75de0767625 6f1457f4a4ef017cff2b824caa6eb7d04a881678 768daedba5448143b46bd4744971ab750a6a1b3e 77ec8f084adc147f58411b1a84562cf3342ae6c8 a0db8c60bdd1df87118f1b829d76ec9042833b9c d7dcd081a975b6e02cafc5cbab634c9d02b2da16 f269f0fd3e5b8e9428daf765f4ca546650ac0086 Package: ros-rolling-avt-vimba-camera Version: 2001.1.0-5noble.20260425.051723 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2867 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.20260425.051723_amd64.deb Size: 654992 SHA256: 546e68ae2e64afa5f2999a32536e83d92185c1277086f70626d8aa42d82e7da7 SHA1: 4a0580f80f32a4fec6672a736d856eedc65a8a7b MD5sum: 207717edfdbc4d819e5caf25fe714749 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.20260425.051723 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4722 Depends: ros-rolling-avt-vimba-camera (= 2001.1.0-5noble.20260425.051723) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-avt-vimba-camera/ros-rolling-avt-vimba-camera-dbgsym_2001.1.0-5noble.20260425.051723_amd64.deb Size: 4290558 SHA256: 70a5a60cdcb9e0e40fb9aec5a3ab9fb7485bc9db6dbc88ab66cbd61b453f061b SHA1: 588bee7ed69434c54693ceb7b7866fd9b22defc7 MD5sum: 91b8a6bad043004d164a7726a801fdbd Description: debug symbols for ros-rolling-avt-vimba-camera Build-Ids: 370ea4535cf44fa9dc4ecb09c00dd2da2714ec93 60d1028d2266353e66aea88167c971bfdce99092 7064aac9388f39ead39ffee9dd871156b35d3245 df23fffb32122308f4bb01db7cf61a34faec44ba Package: ros-rolling-aws-sdk-cpp-vendor Version: 0.2.1-2noble.20260423.230119 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 36129 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.20260423.230119_amd64.deb Size: 4585714 SHA256: 86800e74407193a36688c962cfd4be3f205cd9c7f8ac7fbc62cb6f971c3ab501 SHA1: 32dc375ea8913d0accc4b7d0c547d101547bdd7f MD5sum: 234991bb8975dd303670f28e775de468 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.20260423.230119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 88204 Depends: ros-rolling-aws-sdk-cpp-vendor (= 0.2.1-2noble.20260423.230119) 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.20260423.230119_amd64.deb Size: 84438958 SHA256: 219b341036a1127908c88b0f1f291f5ba08992dabfb2f40625c132b7d350057f SHA1: 28a3319c0ea1cdd75a5a91544670a5960cd14953 MD5sum: 3debb41b0a142712cc68025bafb994dc Description: debug symbols for ros-rolling-aws-sdk-cpp-vendor Build-Ids: 2d68e04da2314447276716a2f434273f7d127e78 4ad9f06125dfe14c55824a4a6f549c3ce8c093a3 4bbd2a85126b363e9d43ede8a174419dfe35afdb 65c0dd7aa637ce2ae89edab6fe4b745a173551c5 77715c6b4a83a5e2f9fb51bf8353d9c068363d71 b7c2c43340a6aba79c1d5033a5adf997fdd87278 dc4f7e2441fa1c6fdd2db41222fbf25ec46b5b77 ed698aaeadedabca0247754409ab6b2f43c40e29 Package: ros-rolling-azure-iot-sdk-c Version: 1.14.0-4noble.20260423.213645 Architecture: amd64 Maintainer: Tim Clephas Installed-Size: 6617 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.213645_amd64.deb Size: 815242 SHA256: fb4e47d991317f372033921d2c8d3241ebffc9a3eb615c39f2d860845a903a99 SHA1: 1c1160fbc566cfd9230a2b05504acd3bff0421d1 MD5sum: 5e98b1d09b362ced16b5f19d0eac8e8b Description: Azure IoT C SDKs and Libraries Package: ros-rolling-backward-ros Version: 1.0.8-1noble.20260423.210803 Architecture: amd64 Maintainer: Victor López Installed-Size: 230 Depends: libc6 (>= 2.14), libdw1t64 (>= 0.126), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), libdw-dev, ros-rolling-ros-workspace Homepage: https://github.com/pal-robotics/backward_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-backward-ros/ros-rolling-backward-ros_1.0.8-1noble.20260423.210803_amd64.deb Size: 57256 SHA256: ab2b5a1d6c143814325a5abb37e17a3248e4ad680f71c7ee8e6a2aad459890af SHA1: c42472189e0b44fe5b1083056d1d30f868bbf1a0 MD5sum: d33efc77efe8dc1fc9e66df63d9e0e42 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.210803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Victor López Installed-Size: 264 Depends: ros-rolling-backward-ros (= 1.0.8-1noble.20260423.210803) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-backward-ros/ros-rolling-backward-ros-dbgsym_1.0.8-1noble.20260423.210803_amd64.deb Size: 240160 SHA256: 8f202a4aa30ca6157049bfa1e84cfb351c4515606e602c1b93ba69c3e0735370 SHA1: 2154e68522a07f02a95f089dd4c069f974b3f076 MD5sum: ed81f66edf5023fdadf187f6c1787713 Description: debug symbols for ros-rolling-backward-ros Build-Ids: c5d54932b4ee1868bf14a02580c7758f30d66dca Package: ros-rolling-bag2-to-image Version: 0.1.2-1noble.20260425.050526 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 294 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.050526_amd64.deb Size: 88600 SHA256: 71195746b963f849699514282a8d9ef41c7dd4da86798792f30f769bcbbf9a37 SHA1: 50661b154c6718a851157f44b55a71304c9b08a2 MD5sum: 3750580b0cd35bf1ba1e4ac34d86e859 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.050526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 1647 Depends: ros-rolling-bag2-to-image (= 0.1.2-1noble.20260425.050526) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bag2-to-image/ros-rolling-bag2-to-image-dbgsym_0.1.2-1noble.20260425.050526_amd64.deb Size: 1580850 SHA256: e3016359cf77d7ab726793bd261441faa46bcf80ca4f08430c390791cf8ab582 SHA1: 2d00d21d0b35f18dc1a3447c189053237736d8d9 MD5sum: 25f1b7941ee9bcc69ced18d46f512274 Description: debug symbols for ros-rolling-bag2-to-image Build-Ids: 7fc5c73c008ee9dc7b5eba9b4f48dee16a0310b9 ec50c6bcd446c399fea33442f6c4275d7c8c6f69 Package: ros-rolling-battery-state-broadcaster Version: 1.2.0-1noble.20260425.051905 Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 238 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.051905_amd64.deb Size: 68050 SHA256: 878ffc1ea6d41b4086bbaaa0d41baa030e7dab22571d612180b2c18f7e49935e SHA1: 039d1291fb362bd1ff666e145eb0e1ca2d9b5040 MD5sum: 598b52637a8b2e53fb1207674587e360 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.051905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 1048 Depends: ros-rolling-battery-state-broadcaster (= 1.2.0-1noble.20260425.051905) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-battery-state-broadcaster/ros-rolling-battery-state-broadcaster-dbgsym_1.2.0-1noble.20260425.051905_amd64.deb Size: 981922 SHA256: 17c3f1d842974ade1b8f5fb4985d30a33e7cd89e644fe484f3ef9a8b0a69500f SHA1: cca8a1564fe54e9e20f5ae86eca8fbddfac0831b MD5sum: aeea000bd0a6a7ec7e53e096ca3d14b4 Description: debug symbols for ros-rolling-battery-state-broadcaster Build-Ids: 3af584bced6ab1085ea11da514d0355efb3e2112 Package: ros-rolling-battery-state-rviz-overlay Version: 1.2.0-1noble.20260425.042833 Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 529 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.042833_amd64.deb Size: 124132 SHA256: ed06fc3affa02a3eb2a848365cf2f3c9d2ac0b9eb8116eefb9abfa99d3f6d778 SHA1: 5f14c0d6cbc0f23dd20847256990b69ae4535cfb MD5sum: f307c5367661eb8a5d12b5c2d53ac107 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.042833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 2457 Depends: ros-rolling-battery-state-rviz-overlay (= 1.2.0-1noble.20260425.042833) 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.042833_amd64.deb Size: 2120820 SHA256: 73c64852f3db07bb2b78acfa043de5b416b74a165332075e93533cb8c2db588b SHA1: 76b38f5e28bc8d18ae9b0b9533104a2c91a7946d MD5sum: 360e9cef13fbfa6b248fa2bf9c907918 Description: debug symbols for ros-rolling-battery-state-rviz-overlay Build-Ids: 4e3d2d5882fee9fafda943f2e9253da12d1d6229 Package: ros-rolling-behaviortree-cpp Version: 4.9.0-1noble.20260425.044503 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2988 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.044503_amd64.deb Size: 625090 SHA256: df830d26c6fa2b535972640d5f7d83aef560b9333a48c06d168f3a1a5c1c8664 SHA1: 72dfbab4d2b8659e978cbc641095f53d8b6f8157 MD5sum: 4b86d2e469662b9c2a82e1e4fe6e648f 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.044503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 13103 Depends: ros-rolling-behaviortree-cpp (= 4.9.0-1noble.20260425.044503) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-behaviortree-cpp/ros-rolling-behaviortree-cpp-dbgsym_4.9.0-1noble.20260425.044503_amd64.deb Size: 12668182 SHA256: 2a0789b6747460873ce0a996c6d6aaecadb151f351bcc7b4040e03f76001f0eb SHA1: 270bfd5f786a0e946396a91afc2c8537c565ef50 MD5sum: 27d3356d26a6eeccacc8a154dcd17336 Description: debug symbols for ros-rolling-behaviortree-cpp Build-Ids: 1aa10af56c162fb2691736fe07b21935eb670ef0 3af690faae162f44a06b88be75b454fa758020c3 658ebc12bab28a528184ec37d7c7b4a6f5d5ecb1 6600124d2ebd38f46c868528c52f2d3e3a7fd448 ac9fdb75bc73243c03c9b1999bcc3bf64c69374c d83f315fe98f3b51152f107384d6e3faae53e188 Package: ros-rolling-bicycle-steering-controller Version: 6.6.0-1noble.20260425.052117 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 194 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.052117_amd64.deb Size: 48418 SHA256: 93c3c586d258f070d21a131a2562a09b79e5a78370704bdfec0f704a742fa5dc SHA1: 4ff74b6fe983ba85f7e1448b68ee1fc6c32e3c49 MD5sum: 2d84ff6f8c4d70867652ad2f0d1c7a89 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.052117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 729 Depends: ros-rolling-bicycle-steering-controller (= 6.6.0-1noble.20260425.052117) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bicycle-steering-controller/ros-rolling-bicycle-steering-controller-dbgsym_6.6.0-1noble.20260425.052117_amd64.deb Size: 699542 SHA256: 465d97f7bc24c1c3bfe81871bc473d0d2cf8824f4b968d525dc35b23a8f5edcf SHA1: 5adb0b7d2b4cbd166b113b7b7147ce0966abbc22 MD5sum: c84111487761ac46ca8de30d4211dd84 Description: debug symbols for ros-rolling-bicycle-steering-controller Build-Ids: aa1600a985e18831039e07f674b4c88fbf90b615 Package: ros-rolling-bno055 Version: 0.5.0-2noble.20260425.042540 Architecture: amd64 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.042540_amd64.deb Size: 34810 SHA256: 32dde2c334768162a77108db837a47d117287cbf18709b8d59e21f1e333a27f2 SHA1: 965368f4dd79637144f341e2081a6346de625c6e MD5sum: 841b4026d059f79d797193fbbae3b53c Description: Bosch BNO055 IMU driver for ROS2 Package: ros-rolling-bob-llm Version: 1.0.2-1noble.20260425.042542 Architecture: amd64 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.042542_amd64.deb Size: 19304 SHA256: d148d705816c001f95e6264bf1e6cc2c33d549cfebbbfb0c8b113164cdf94228 SHA1: c08a47e051b1eb61a5d688915e939155f2011db0 MD5sum: bf791ea6868687b3a2c47fce7ec04d60 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.034347 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 569 Depends: libc6 (>= 2.14), 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.034347_amd64.deb Size: 56760 SHA256: 758f88955d111a9c23bde106677574470a901f1b7071dcf14b1ea73bea7d95dd SHA1: 7aa313721a38d993b0175f4dad7daa0606710f1b MD5sum: 1006ff18fb22c35c7ca1aa0eba74bb62 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.045231 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 45 Depends: ros-rolling-bond, ros-rolling-bondcpp, ros-rolling-smclib, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/bond_core Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bond-core/ros-rolling-bond-core_4.4.0-1noble.20260425.045231_amd64.deb Size: 6206 SHA256: 6cbc1e9b96e9bf947d4af86de59aab0e47bd5b452f3c61c7f24c8b3675490515 SHA1: d427b123789d432f0ded52ada96484c2fe7cfeeb MD5sum: 2a7ab9e5e757ace8e4c8e25cf3025699 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.034347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 400 Depends: ros-rolling-bond (= 4.4.0-1noble.20260425.034347) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bond/ros-rolling-bond-dbgsym_4.4.0-1noble.20260425.034347_amd64.deb Size: 297832 SHA256: 8dbd1e9584f18dd0f72cb8aa98fbfd82c94155f35587fa8830812056575838d1 SHA1: 7d43def106c82899c512d0fd4c41ecb8addf98c0 MD5sum: 5e8a9eb5655ce7cfd91987e49a184cd1 Description: debug symbols for ros-rolling-bond Build-Ids: 000cc24cb9382b67065cc40ca159a167dba3bb2b 03ebac32fd7183748a04db9ab931a3e156eb6634 34b8f341cff02c1ce83ba1747bf4a05467bf67fc 3877311174f853048d920560ca0d109154892697 943ff9eb80df8794e12484e2a9a769d47fbc7b80 949bf7dafb0c6a1bca4b1116e93539d5805abbb5 95432ead6ba51f94dcd0b3c54337202f5316400b 9d0d010b5d7d700463b74634b779545cad0cae05 b93df2f5800ed0d3ec043cc2f685a505eae83289 efa5a8324f08d94ad4fbd9249f5a87620d00393b f93226030370ccb6c4263056a14c74038b704b4d Package: ros-rolling-bondcpp Version: 4.4.0-1noble.20260425.044819 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 589 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.044819_amd64.deb Size: 129014 SHA256: d2b16e2550dc32b2db6d25b4c516e03c39d30cb23f4b523cf8a28cf04ec28dc1 SHA1: c9a7e6f2ef2c91b4ce01819fa88c40aca56fa6db MD5sum: d2d70b1cdecf7259995d32f5b8ecf31a 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.044819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 2381 Depends: ros-rolling-bondcpp (= 4.4.0-1noble.20260425.044819) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bondcpp/ros-rolling-bondcpp-dbgsym_4.4.0-1noble.20260425.044819_amd64.deb Size: 2045354 SHA256: ca6fb6b57b07c20ee1dd657297c00f4e88bbd4edf676c5748bf148c1ff632c18 SHA1: 6a43354823ba2062979453911cf2c19ef71276e3 MD5sum: 08298e77225c59ff438f1d0626d51ed3 Description: debug symbols for ros-rolling-bondcpp Build-Ids: 7e2e0ce61f6c33c5f889a33275c5efc542b36005 Package: ros-rolling-bondpy Version: 4.4.0-1noble.20260425.042534 Architecture: amd64 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.042534_amd64.deb Size: 16470 SHA256: e5ba332a637b45281f9e1144cb8f64717e0331c91accc442e5fef3c63b18caa8 SHA1: 2f8b1f7d09be09af304b71c11806aa09e3f105de MD5sum: c5ed5749200a9d2b240c69579907ad35 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.042836 Architecture: amd64 Maintainer: masaya Installed-Size: 96 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.042836_amd64.deb Size: 11230 SHA256: 8c126b178ce248da4c84d81de4270188f9c99c5e388c68341d1feae6c1bb1f24 SHA1: a0ecc4507e9daafa7cac8aa3325f5cfcd4d16ce2 MD5sum: a85c9614db944c7bc62594da75725822 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.042836 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 50 Depends: ros-rolling-boost-geometry-util (= 0.0.1-4noble.20260425.042836) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-boost-geometry-util/ros-rolling-boost-geometry-util-dbgsym_0.0.1-4noble.20260425.042836_amd64.deb Size: 35806 SHA256: a1253a217ff12651232559292e5a30298120ae1f0bf96c5bfc30b1ed30a68834 SHA1: 0e75cd0fca48443827f60569aefde2353264a24a MD5sum: f5a3696b741a316893c5cf1b3b32f313 Description: debug symbols for ros-rolling-boost-geometry-util Build-Ids: f55d13f911d18af6d4564aa85cc30fec58ebed71 Package: ros-rolling-boost-sml-vendor Version: 1.1.13-1noble.20260423.230128 Architecture: amd64 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.20260423.230128_amd64.deb Size: 25404 SHA256: 554f953db8c06eebb1ff1a47f87c41f3583b13b42db838da2e03a2a12a747614 SHA1: d5aba20b045df0dd3866ae536f1a3d4e249f6a5e MD5sum: 1546442f755e8c1cb49742c53b16c130 Description: Vendor package for the Boost SML (State Machine Language) Package: ros-rolling-broll Version: 0.1.0-1noble.20260425.043519 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 767 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.043519_amd64.deb Size: 183538 SHA256: dc7771192fb3d9d7c2d21400d6ac27138e0ee4bbc4df66bc20c4bedc068531ac SHA1: 38095d03f6b4ab36761c57e73884b982ce2d57ea MD5sum: 0e24d68cdb1c1b45466fe92df235b32e 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.043519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 3490 Depends: ros-rolling-broll (= 0.1.0-1noble.20260425.043519) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-broll/ros-rolling-broll-dbgsym_0.1.0-1noble.20260425.043519_amd64.deb Size: 3096696 SHA256: f8cf154b2026cf4835277d81da01288523a003d0a31f75132e9ea324982488bf SHA1: 2633120455271a4152bcc12c3d33af6b3a3c851f MD5sum: 97b5ac90b9759779bf33fa5c031b5802 Description: debug symbols for ros-rolling-broll Build-Ids: 96f588c2db0987ddd2a03a211888e0384db387c6 ddf3ffae17f0e3a7d9ca3b679f3bfe796ac5696d ec1df154366101385951e8a666e57613bb3d27db Package: ros-rolling-builtin-interfaces Version: 2.4.4-1noble.20260425.032551 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 531 Depends: libc6 (>= 2.4), 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.032551_amd64.deb Size: 47508 SHA256: 9b65fd7f5fa6b24e211d3ff0e392b38b5d0a5cc86d3b90aac5caaefa0bf54c35 SHA1: 9c72b014c15c60792a9c5cada2708904130b0a2b MD5sum: 81238164fcd11eab80fcec791ae8a974 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.032551 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 336 Depends: ros-rolling-builtin-interfaces (= 2.4.4-1noble.20260425.032551) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-builtin-interfaces/ros-rolling-builtin-interfaces-dbgsym_2.4.4-1noble.20260425.032551_amd64.deb Size: 236382 SHA256: 0429ffe019d3ffa33f8054bbe053c2bdfc2933e898f65bf68b2791aab5861ede SHA1: 38bee15294c6b8c2cd413543aedde3b0360f0682 MD5sum: 38fd5964feac128ca9b0d0227389d215 Description: debug symbols for ros-rolling-builtin-interfaces Build-Ids: 1c23787ca5712cff01bc7a31f520601ef8683fd9 1d2c472227cd38052f86d3ce91a24bdaeaa8fa37 23bfc87fcb185da687e79b7011ff44508063b593 33c1df000603c1a8d8012d8adb3a8c92e865da65 682335f29964a13979a948ad2b7819fde5ddbb92 83abbfc6d7856fbbd384b970663ef1f95c748ef3 9a8878f642cccf28a4ce913a3ce829b302a7242d a6a4a7e7e9b1f425159c49069eb24f46e1316cc2 b460e0e3f730153b2b2b9bc479820bc942ff414a e1d4bac4014d2bae1ff60cdee387100e9d7a9d0a f3722db741003daf09a1f0be1374980b7fe44376 Package: ros-rolling-camera-calibration Version: 7.1.3-1noble.20260425.044552 Architecture: amd64 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.044552_amd64.deb Size: 80240 SHA256: 5935ccf35f9e7f25ee92aaf74e8b07b6e4fe15b077d03353c43461c016964fcb SHA1: c9297d257e21ca8d84e554cdf146786faef1e84f MD5sum: fead89f62eb8cc96d9e2fc7a56a4d5cb 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.042904 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 234 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.042904_amd64.deb Size: 60218 SHA256: a91c80ce3a4ea85fea82a11122763ff85672214e6e717a3c9b8fb8b915b7c71f SHA1: 74a8499d61600618e6cc4e75b47b127ba7e630d2 MD5sum: 2e181e0c05bb190f6a695e855a028290 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.042904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 806 Depends: ros-rolling-camera-calibration-parsers (= 6.4.7-1noble.20260425.042904) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-calibration-parsers/ros-rolling-camera-calibration-parsers-dbgsym_6.4.7-1noble.20260425.042904_amd64.deb Size: 752056 SHA256: 3194ff333d0b2c051a5d5f6ec25ff160519cecbd0c5a407e283b1a598879c502 SHA1: 31778c05fa64ce74cff932a7d113fe782a93fa81 MD5sum: ab0ea574d340f198d40997a570ba05fa Description: debug symbols for ros-rolling-camera-calibration-parsers Build-Ids: 6b478b9ea9f26c15b5eab1dcb53f216722791b87 f9e0635336d96d4b70da2ef3e92d178e3b4c973c Package: ros-rolling-camera-info-manager Version: 6.4.7-1noble.20260425.044920 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 190 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.044920_amd64.deb Size: 50136 SHA256: 5c16a0fdf9016f122b5e4bf40987eb4c7eecc7465b8d3ab7bafbde4e86d96c77 SHA1: 2385e76fc2e4b5b60ef02b8537b1c4560625b8b9 MD5sum: adb24c3d0559c649a51d41d6c2c58214 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.044920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 589 Depends: ros-rolling-camera-info-manager (= 6.4.7-1noble.20260425.044920) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-info-manager/ros-rolling-camera-info-manager-dbgsym_6.4.7-1noble.20260425.044920_amd64.deb Size: 549002 SHA256: 9f46548372b288fcaad7f92aec7f57913d50cd482c737450498d763d99cd9638 SHA1: 727053f174dfb2d9211af60b637e35fdf30c224b MD5sum: 18aae5933b005b748f0b78cb6090e112 Description: debug symbols for ros-rolling-camera-info-manager Build-Ids: d53d95e2c596572edd2a8151f2ee541b32217ce5 Package: ros-rolling-camera-info-manager-py Version: 6.4.7-1noble.20260425.042542 Architecture: amd64 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.042542_amd64.deb Size: 24224 SHA256: 3ae8111b54e7a6dfb125bb8deb5a41aba3f9918f7c7f4116662abacf3e1be64d SHA1: 9fce9d61ff395548316cc3480038c2177454a3d2 MD5sum: ba0ce918aec8e6f2bbc6a10a7322380b 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.20260425.051335 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 698 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.20260425.051335_amd64.deb Size: 210052 SHA256: bd3eb0804fa7afd8300a0fbb24342a5f8e814be3427c678a41cd15b11ab6365e SHA1: 1cc4496973e88f49d1281c6f00b1c7a3c7223b87 MD5sum: 3b696932a7788a53d7d85ac3e6e19a4e 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.20260425.051335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 4306 Depends: ros-rolling-camera-ros (= 0.6.0-1noble.20260425.051335) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-ros/ros-rolling-camera-ros-dbgsym_0.6.0-1noble.20260425.051335_amd64.deb Size: 4108138 SHA256: 418335edc9c46221a007a93ce08c1a1cfa741af0c63b03a31747b0ebac970dbc SHA1: 6d989396ae56963cc1152a18d0e390c9a4f7da74 MD5sum: 47a96a5b70dfd9dfb73505ef5452a7bd Description: debug symbols for ros-rolling-camera-ros Build-Ids: 3cee43dc53eb440337b9a561d42d852e81bb3815 d92d8757908c6589523506acb280daebc11da5d7 Package: ros-rolling-can-msgs Version: 2.0.0-5noble.20260425.034641 Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 474 Depends: libc6 (>= 2.4), 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.034641_amd64.deb Size: 47122 SHA256: 7bdf99bdbb64f89fe9e6bead47a3cfdad3cb2841fde362f2da82c600d76a784b SHA1: 114465becb0001e3529e8773a683c2574d79c566 MD5sum: 225d80db504c563919ac58438b900bcd 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.034641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 289 Depends: ros-rolling-can-msgs (= 2.0.0-5noble.20260425.034641) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-can-msgs/ros-rolling-can-msgs-dbgsym_2.0.0-5noble.20260425.034641_amd64.deb Size: 202732 SHA256: e4993b4bc2c6caf610d9fceffd38f8fc65040634959241e9ca5095458fea82cb SHA1: da0ddecd7d0f82bcea6c7ccfe674732a389bac84 MD5sum: 66d92704be3accdf921734967d4c44a3 Description: debug symbols for ros-rolling-can-msgs Build-Ids: 0fe91a33a1eecf5ba551bc300cd1d248d4bdd841 180a88dbed896ebda046e7c91a7200a8993bcdb5 37fdac699f47df15622001c96a447b5c54b0aa15 42b4d454ab6409de677fe41284db64597b53a065 60866fc5b918ae85cda387df7bcf536a8da9abba 6732bd96ea005d04e70db91eca4b0ce288d0717d 78b88048ba6af9df1ccf1c81dc4a6551a0c1976c b0282cd734afa2ac1e65eb17d7b1d1c96000f294 b6c2bbda4f0d4a5cd6749ed4cb7f200d321737eb c528e4f5b301b86a8e35d5466c26e843a5d32c06 df948bb3fff09bdb8c696406d60370ec680856c1 Package: ros-rolling-canopen-interfaces Version: 0.3.2-1noble.20260425.033601 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 3638 Depends: libc6 (>= 2.4), 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.033601_amd64.deb Size: 221500 SHA256: 1ba9c46af4340a38801af5b89bfb3c7c6a3cc1d9a2f8d9c61c8d876a896cf08b SHA1: 56c947b313a4bcc8aee188958837c33159fe6195 MD5sum: a51eeef0294cda028d85080decdda715 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.033601 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 2333 Depends: ros-rolling-canopen-interfaces (= 0.3.2-1noble.20260425.033601) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-interfaces/ros-rolling-canopen-interfaces-dbgsym_0.3.2-1noble.20260425.033601_amd64.deb Size: 1781336 SHA256: 44df129dbeb9fb413a7bc946e39fbfff748efe923d981649f6be682692bcd296 SHA1: fb6c4508a4ffc150bcc084c16e8d579437b738e3 MD5sum: c815a8468ea883ecf42d2df2cd9eae2b Description: debug symbols for ros-rolling-canopen-interfaces Build-Ids: 0d605d1f613bfc3be22721a42a873016452f7582 18b7df25fd50ad78bbcc059cbafe12081d531cbb 3e12e50677372c373613c75c288df28d948fcdcc 4b9755263de47d5317b05b81f31087c3f162c2d4 5cf342da5f6fed176018d4b9af27643e9fe66306 8dbbe5eff3338d70fa6d70caee9e45d8544e06bb a93f89aa924d09a1472b4736b1280986bd1cf0a1 afbfde355eee60cb10618dc41cf10542b8d79931 c5b39b5d38e87e160b333759d181960c07e2b023 dad4c44f0251e4cb80b7b82bf4b4e388a5b9f73a f633cf003fbc2033f37b9c89174b8c9eab6525eb Package: ros-rolling-canopen-utils Version: 0.3.2-1noble.20260425.042531 Architecture: amd64 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.042531_amd64.deb Size: 15052 SHA256: 0229414ad083a2b523970881259594484898d8e3e2964d9c5fce38c496533d69 SHA1: 5d092cce4c3927d1090741a902a9368cd64c800b MD5sum: 6913ffecfeffb3a8794e30744df0b418 Description: Utils for working with ros2_canopen. Package: ros-rolling-cartographer Version: 2.0.9004-1noble.20260423.213645 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 12260 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.20260423.213645_amd64.deb Size: 1596106 SHA256: 06567ed0af07a3284a12ddd16464e655770947ea9777d329b40f2ef4976810ea SHA1: 47e6dc3ad7e0b7f2cad758e62bf81dcae938d222 MD5sum: 0da452815456f78f365d49356b5e3183 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.20260423.213645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 31440 Depends: ros-rolling-cartographer (= 2.0.9004-1noble.20260423.213645) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cartographer/ros-rolling-cartographer-dbgsym_2.0.9004-1noble.20260423.213645_amd64.deb Size: 30735964 SHA256: d6589bce157c69a1c44ae91ca19f524072a86f0a1c29187e223368d3bb591f0f SHA1: adb11f5ac090a417dd53ab9b89a962286a8f69d2 MD5sum: cfc4089edf8aa655c6310ee6fe83abe9 Description: debug symbols for ros-rolling-cartographer Build-Ids: 0f4d17c6015580211f793528167f55e2768f1ac8 3d3b8325c3c55e8abc935df2d671ca5413b9c44e 82d0cc85c81170995dc76eda76aaa99fc822745c ba87e60a884324c5ba7b520260fb1d10107ffbfe Package: ros-rolling-cartographer-ros-msgs Version: 2.0.9003-1noble.20260425.035751 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5578 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.035751_amd64.deb Size: 405194 SHA256: b9255c785fe41b7b5eaa386decba957a7c554a161d4b7408319c3027ebe2918f SHA1: 90a4058ea6dab8a4d49ffcfc1c0cf3bc3ca1b3e1 MD5sum: 927f001742e7f802d07372ad96dccd15 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.035751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4931 Depends: ros-rolling-cartographer-ros-msgs (= 2.0.9003-1noble.20260425.035751) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cartographer-ros-msgs/ros-rolling-cartographer-ros-msgs-dbgsym_2.0.9003-1noble.20260425.035751_amd64.deb Size: 4133512 SHA256: 66dc943fe666a6a4853cce1c3420e640ec33d0bc96c430d6d51dc73ebb5d555d SHA1: 9e9019e118ad1c9995a2b61a01a1d2cfb66958b4 MD5sum: 0d86252d28ee1a8ea579112c9bf5a7c7 Description: debug symbols for ros-rolling-cartographer-ros-msgs Build-Ids: 2c09e46102ac70bf062e535b7accd7f2c008c604 5de5c47a4f5d77d179e20e885fe89a19851d0eac 6025ac59a287aba62b8617785cd2af979a558b9c 86362bb1f9cf0bfd8bf9b5b033ff72a926c57900 88e1c0b5c96ce684a18ee659cf0864ca9da86d81 b412df7e25e2b0b9c7575611d305dd80ce3e2676 c2f86590d5475d40f254fad366ff538953eb8d0f e288c467ca05ad2c0eb98a6774f0ca08077da2ee e6bc3f8e072d4be8850f0dd21e1f27989fe5d0b0 fa7a499e4044c753c16da69d51b193abc244ad94 fedf0cf6183e68caedaefcf2ea1df4eec0191f0e Package: ros-rolling-cascade-lifecycle-msgs Version: 2.0.4-1noble.20260425.034049 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 560 Depends: libc6 (>= 2.14), 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.034049_amd64.deb Size: 53964 SHA256: 98e199ac5891cd182f667dd502af53f35a64c1eb054eeec4a0bffea93a3b2f91 SHA1: 28993ff48938f6d9cfc5026f1f2d11b78f8ade60 MD5sum: 28908bdad428040815ea6795f3884170 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.034049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 388 Depends: ros-rolling-cascade-lifecycle-msgs (= 2.0.4-1noble.20260425.034049) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cascade-lifecycle-msgs/ros-rolling-cascade-lifecycle-msgs-dbgsym_2.0.4-1noble.20260425.034049_amd64.deb Size: 281994 SHA256: 7f98ed07ff87698497836f89536a8e9454751aab6938be5e7b60f27063158f19 SHA1: d25988d3cdaeb50f81cdbee0a926ba547bbd5a05 MD5sum: 254bf9a8427cf1da29e2c38cf1ccc13e Description: debug symbols for ros-rolling-cascade-lifecycle-msgs Build-Ids: 47d9affc274c38cce2f762b874191b0141e3ca83 53dedf6180ab2a03abf16608adcb2d52f22b0be5 5bf57115562c1ea63175a0ec375e850fe4420f13 618260f0e7703e886bff0e6dbdc9b025416572b9 6c9715bfd6a44edfdbacb14970136e7cf55efa27 7df189ae84f48dda49e2adaac2a9280e830e569c a033de5e16c54b2b3733fa8528bf65d266d2ccce a3b913762deb6188c34e73fc9d627de266311bb3 a8fba8ab3465b4836a1929c714712465cb1886ae ab9283847df57e446f277d197df20fec31c5b67c f1164f3caa9a3beb1f6ee8c4eb61d26093466504 Package: ros-rolling-catch-ros2 Version: 0.2.3-1noble.20260425.051247 Architecture: amd64 Maintainer: Nick Morales Installed-Size: 1436 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.20260425.051247_amd64.deb Size: 369410 SHA256: d804231a03cad440fd96d7e1acf38256bc08afa673922767f2cef74ae671378e SHA1: 3c821666be35df7eabc50379b51ed52838b0f353 MD5sum: ba7f111e8fe99a9a5aee7ca111c4a344 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.20260425.051247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Morales Installed-Size: 3452 Depends: ros-rolling-catch-ros2 (= 0.2.3-1noble.20260425.051247) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-catch-ros2/ros-rolling-catch-ros2-dbgsym_0.2.3-1noble.20260425.051247_amd64.deb Size: 3195996 SHA256: fb06e7f4df02643ff56d63f57495cf0440b72082549f660fa39435841baf3448 SHA1: cfeb39cec28a82dd0454f087a259c7edfb4f2db7 MD5sum: 3930dec9ca160872e35e0d945dc42207 Description: debug symbols for ros-rolling-catch-ros2 Build-Ids: 09b3f7e7b1bdb5d4f504a040d02e8348428fb0bb 250c5c3551d3f9412b60b4ed520473d99e87d7b1 45916c8f5c7a957547d090a3233e827ebfccb775 Package: ros-rolling-chained-filter-controller Version: 6.6.0-1noble.20260425.052225 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 307 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.052225_amd64.deb Size: 89936 SHA256: 5cd377563c48dfe72e7d2962d2d817d147d8e1232c3369469f20c63eebd18d8e SHA1: 0117c5ebddf5374187191e06e5c68478bfa9156a MD5sum: 88572377c4930e9aa3d81ed9a37da902 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.052225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1179 Depends: ros-rolling-chained-filter-controller (= 6.6.0-1noble.20260425.052225) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-chained-filter-controller/ros-rolling-chained-filter-controller-dbgsym_6.6.0-1noble.20260425.052225_amd64.deb Size: 1123528 SHA256: 7503f53902f74628801c46f322231d128692edaade8ab05f8349ca3058a938c3 SHA1: 0cec51e00f84d126670ad0c6ee947cecccd0eb33 MD5sum: b9683e287d78dcd4edab3d654322372c Description: debug symbols for ros-rolling-chained-filter-controller Build-Ids: 3230edd48bc510ae0b1b86ecf1df6ca9b594c5e6 Package: ros-rolling-class-loader Version: 2.9.4-1noble.20260424.200221 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 224 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.20260424.200221_amd64.deb Size: 53188 SHA256: c77e67947cc91a6e6ab562e35481c5545b34428b0856da84da312ae7c1458755 SHA1: a4ba2062d00ea70caec827d31679a0ce832be662 MD5sum: f226758edf2cac72229ce8cc8310f947 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.20260424.200221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 399 Depends: ros-rolling-class-loader (= 2.9.4-1noble.20260424.200221) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-class-loader/ros-rolling-class-loader-dbgsym_2.9.4-1noble.20260424.200221_amd64.deb Size: 366678 SHA256: ef23f3fc1917f03cf655f061b423d59740b98ec92ed01d8fd209fdcf3a86769d SHA1: d1a4c2e896f7ebb82fde63b1fecd3d91d84a448d MD5sum: ddb26d828ed5a42e8a12b99d36434330 Description: debug symbols for ros-rolling-class-loader Build-Ids: 12e4af270bf75099c8bcf7b7ad8986c726d57834 Package: ros-rolling-classic-bags Version: 0.4.0-1noble.20260425.054300 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 68 Depends: ros-rolling-builtin-interfaces, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-py, ros-rolling-rosbag2-storage, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-classic-bags/ros-rolling-classic-bags_0.4.0-1noble.20260425.054300_amd64.deb Size: 9542 SHA256: af54c0e8f437defef3b3cef778f5fa747ab56ba9f4d74f091afa37656231ed37 SHA1: 6f3f82c7b34d809dfcb875afbcb5da2c7021c1b0 MD5sum: 1774495675e732a542fc5d0b0f325314 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.20260423.230133 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 5522 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.20260423.230133_amd64.deb Size: 783618 SHA256: cea00360186d5e642906684ea9736603cc879d920bc1d28e5cd8fa0cdd52e25e SHA1: 49a107267f044017fbcf8effe26a45c2ff913970 MD5sum: 60882559e9ad9af56b7897626d33eea4 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.20260423.230133 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 6623 Depends: ros-rolling-clips-vendor (= 6.4.3-1noble.20260423.230133) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-clips-vendor/ros-rolling-clips-vendor-dbgsym_6.4.3-1noble.20260423.230133_amd64.deb Size: 5674474 SHA256: ddf6fc48b298609afe59304294c6b2f37725046fb603cfd63acbcf5f8e394a27 SHA1: 2a6be8ea3f266d9e7421de03c001fcc48c44ba3e MD5sum: b82899ef3fa25b22559a7892fbe04438 Description: debug symbols for ros-rolling-clips-vendor Build-Ids: 1531981a4f54a79ac8d353af96bcf19663771df5 6a12ec0739df2f5377db5cab927de3201a80702e c434b858c53e8f2cb13834bd724349fa9d166b08 d8585d76acfa61300659619e7f38c643762db70d Package: ros-rolling-cloudini-lib Version: 1.1.0-1noble.20260423.213903 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 372 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.20260423.213903_amd64.deb Size: 115162 SHA256: 03495c3e784707af7f1fb13c4653107fd6dc80821f9cc161aae280845b31ab1e SHA1: 81e3d38c34554b3d0dfe05da95f2b8f730b25e77 MD5sum: 843166abba52b023f35dc551e452cb85 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.20260423.213903 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 1097 Depends: ros-rolling-cloudini-lib (= 1.1.0-1noble.20260423.213903) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cloudini-lib/ros-rolling-cloudini-lib-dbgsym_1.1.0-1noble.20260423.213903_amd64.deb Size: 1050362 SHA256: 1e616ddba18bb6ca7c27e178fbc8fd570fac8f921b0a9a90cf4a15eff9df65b7 SHA1: d82fb845a0e10c89a1aa5f675f6fc9d499cafee6 MD5sum: 5d7cb4a4f86954cac06f8bbcbef342b5 Description: debug symbols for ros-rolling-cloudini-lib Build-Ids: 3eba925179b2d434569df166b7e385cae4323829 Package: ros-rolling-cloudini-ros Version: 1.1.0-1noble.20260425.050528 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 1839 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.050528_amd64.deb Size: 322994 SHA256: 5aca199f062a6e646f01082a96da8ad36aff9136056d927cd160e8bd359b2532 SHA1: 69c3266ba3309f1a8f69b939d223be6c2fc760c3 MD5sum: da8f96c398bc86cb49285cd5fab00ad4 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.050528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 9904 Depends: ros-rolling-cloudini-ros (= 1.1.0-1noble.20260425.050528) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cloudini-ros/ros-rolling-cloudini-ros-dbgsym_1.1.0-1noble.20260425.050528_amd64.deb Size: 8757326 SHA256: 6f321552a1ead6ff055f8143018308d946576b6ec4036d0ade139265834dcf89 SHA1: d78f2d0e1b3c2c181eab3bcb70dca8a2cdff48ec MD5sum: 3a19963eed1d02ac08d14c04a41c109c Description: debug symbols for ros-rolling-cloudini-ros Build-Ids: 1c2c1a89ea9bd7888d7093bee93a4950d48c2912 3ec80f0cea8470f7075c3f0f9b6663feaf71afb5 548751c7e9c902d1ece459213fabab09f0fcee32 5c471bafe3cb7a36301050f61f6c5753ff602601 93e937060c4ffe3a6b3b35fc2acba6955648ee4b 97c978c39b032b3a6b1db0109286c45f01b12609 987b7a46ebe4cfb5732c1d011ca67ebaa07abe75 ce8fe61bb3e4568dabd6de0deab03d32a41d79e3 eede22a05e1ffe78e197d281d94a0504ac901181 Package: ros-rolling-cm-topic-hardware-component Version: 1.0.0-1noble.20260425.045728 Architecture: amd64 Maintainer: Marq Rasmussen Installed-Size: 727 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.045728_amd64.deb Size: 133746 SHA256: c5bc8c1d8e1c50dbbfc48480043b4ce9fba6d241a46838429df29f5409d734e3 SHA1: 2931aab37e79d49724ed75931a35b9a1cc03e82d MD5sum: 5a92e94e2c6730f407f5fc1767d44a4d 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.045728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marq Rasmussen Installed-Size: 3275 Depends: ros-rolling-cm-topic-hardware-component (= 1.0.0-1noble.20260425.045728) 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.045728_amd64.deb Size: 2718150 SHA256: 81609b91c63c433b26fdb2cd5be33d3d55c2e7b5196927426407760ce7bc4ee2 SHA1: 4b52c8baadef2bf7b5d1e6593d10643466f5bda8 MD5sum: 38c0db9e1aca365b6e11114a16d010bc Description: debug symbols for ros-rolling-cm-topic-hardware-component Build-Ids: 5a33e8a715abc091dd130340828ce709754aa13e Package: ros-rolling-coal Version: 3.0.2-1noble.20260424.195618 Architecture: amd64 Maintainer: Joseph Mirabel Installed-Size: 12078 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.20260424.195618_amd64.deb Size: 2031168 SHA256: c2ccacb8ba2394c54b8ff52195f7f14ece1dbf136ca446f9ce1b41eb0bc26b73 SHA1: f4a396103ac832b00680d3f280ad630e18bf8f83 MD5sum: 4482e1dcf13ae4b07b810cbf287fde0b 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.20260424.195618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joseph Mirabel Installed-Size: 78189 Depends: ros-rolling-coal (= 3.0.2-1noble.20260424.195618) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-coal/ros-rolling-coal-dbgsym_3.0.2-1noble.20260424.195618_amd64.deb Size: 70291686 SHA256: 7b7786eecfa969f9ba5d260c66770b4048d7bf31371b1b4749ccf0fd9ca4f071 SHA1: 9aed066df28514e6f8623838bcaf6c148d3b8a6c MD5sum: 005d5e53c9a03a851140ad09d8fabef5 Description: debug symbols for ros-rolling-coal Build-Ids: 8f574ec077b84c283afa36a781f85443c22b9a6e fb09e7b6815199083dec3bff202bd6e08f5f3117 Package: ros-rolling-cob-msgs Version: 2.8.12-1noble.20260425.035941 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1540 Depends: libc6 (>= 2.14), 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.035941_amd64.deb Size: 128582 SHA256: 315cd3cf43b90f46a89141349fd07332d860a140fd6c81566059628842c2be8e SHA1: 14bae26105e660ebce2c1b90ec04eb1606ba1fb7 MD5sum: 9a34ee96da4baf9562430f45b0e39d92 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.035941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1083 Depends: ros-rolling-cob-msgs (= 2.8.12-1noble.20260425.035941) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cob-msgs/ros-rolling-cob-msgs-dbgsym_2.8.12-1noble.20260425.035941_amd64.deb Size: 889528 SHA256: 32ef0c5a14dd76b74e0f3425e5a0d34740e6373f345ccdf597240a40df36c785 SHA1: 32674e5d15bfad7a5c4dfdcea3fd54f603d91d34 MD5sum: e8a380727ca7d0bdf87f32fbf3e56b20 Description: debug symbols for ros-rolling-cob-msgs Build-Ids: 28e6bc28634a48e2ff4676671eda8385d1d24250 384de62bbcfc9a2c3ce2306ac5c1ab37f2d2aabc 6f447dca63a9b96c02855981c5bf98f442ed51c9 779d1c8130ba91d4564101502fc8e3882c6150ed 7948427f8f8636396e1a44b0920d4e4e07685c1d 7d4ed88b37de5befa71a8633fca1bb0081ac7faf 90bff41fcd5ef89b09998525718171e09ed73bc0 92ab5d88d5002d7e793304161c0ffdcb3c6b12d2 bf15075feb1dc225b129afb87d07e8529ba44941 c9964c68df31c559fd1b52fe6dd82e377346fa84 f54685938ba860724b6a10f8187f14ca45095c47 Package: ros-rolling-cob-srvs Version: 2.8.12-1noble.20260425.035752 Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1478 Depends: libc6 (>= 2.14), 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.035752_amd64.deb Size: 119048 SHA256: f897a72f28232399b22d9b8acd87ace745eeed6be35ff58c068aa0adc09cb2e4 SHA1: 462c2c68774dafb7c377ca937d10d61e77711d25 MD5sum: 4c8059e6a7e9c6fba00f28761d9665a9 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.035752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Messmer Installed-Size: 1097 Depends: ros-rolling-cob-srvs (= 2.8.12-1noble.20260425.035752) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cob-srvs/ros-rolling-cob-srvs-dbgsym_2.8.12-1noble.20260425.035752_amd64.deb Size: 861254 SHA256: 69bba1bd7aded46a9f79e83179c10b1cfde6f362179bfdd0697a36a0dddcc003 SHA1: b30138853ddb88b8789ac1506baf243bc5cde5eb MD5sum: 4ecad3f5128b71e44334983ce9edf17d Description: debug symbols for ros-rolling-cob-srvs Build-Ids: 087ab67dbbf2a62d29804fa90b52565742c0782b 1c64d0b55fc8f4c3963aeb08db26342c746eee45 2a87a6ea09598938e604875850a5686abe0ae63f 36a15b94b2f6665c4050fe361685afb3688c1b03 6fbec44b388206ab5b44d984ad447818e399aa1b 772d942094b835dd973af388a1a3d8753f5967da 7851261e1a2b3204c687a1fe11958179196bfb1d a8258b566f380c54fd8d27aac473ea84924ad3c0 c5300846bab9e9fd0bf6cffa1154646e0b389246 d4a723492167b8d72db3459ddc2c4d25fe811e63 d932b12f59d97e8fb8f44a6b27f22af0424166a7 Package: ros-rolling-coin-d4-driver Version: 1.0.1-1noble.20260425.044851 Architecture: amd64 Maintainer: Pyo Installed-Size: 380 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.044851_amd64.deb Size: 97860 SHA256: 1392c3b238833bce040501f008c9e7b6928499f869055581a48d9cde2faa832c SHA1: a65518779b81f04760f5f58c5b3e5cb66585cf1b MD5sum: 89da3cb46729ebb081dcecae8563e25b 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.044851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1971 Depends: ros-rolling-coin-d4-driver (= 1.0.1-1noble.20260425.044851) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-coin-d4-driver/ros-rolling-coin-d4-driver-dbgsym_1.0.1-1noble.20260425.044851_amd64.deb Size: 1872932 SHA256: e056262b06d5737939ef0d3ccf47e784d7016e165b215ff9339ea32f3157afab SHA1: 81933b236cce8c756e2105c718286f17fb4e55ef MD5sum: a3908e6d82d356c23f14b6b7373f54df Description: debug symbols for ros-rolling-coin-d4-driver Build-Ids: 5bfd6a686fbe24fb57c951b5984aad5f83c533e2 b4e02a88b997ecaaf5c7c6b0fb23153276ed2f29 c12dc4ec5f14a071fce720905eff7386f359e9f5 Package: ros-rolling-color-util Version: 1.1.0-1noble.20260425.034937 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 89 Depends: libc6 (>= 2.4), 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.034937_amd64.deb Size: 14036 SHA256: 241d3a6a60967e0f2cdfc215bf9cd653c0b3754ffd9a8c6643758c225c96f369 SHA1: 127567bf56d5770359e68e5b7d551f7d924db780 MD5sum: a68663f0880249cffdb5a9bb925dd1b3 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.034937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 39 Depends: ros-rolling-color-util (= 1.1.0-1noble.20260425.034937) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-color-util/ros-rolling-color-util-dbgsym_1.1.0-1noble.20260425.034937_amd64.deb Size: 25566 SHA256: 87feb3f88aab6fa4888d2f318972a27837ad66edc19a40185f199b94145e8bc0 SHA1: c95b301c1fdad6ccdea6e9a6d109d478bc45f73a MD5sum: 751bf3aeb9d9f62893e4635dd9c8e5af Description: debug symbols for ros-rolling-color-util Build-Ids: 6e305237b0f4cd7e5022c3ad7618ba6c2f81d919 Package: ros-rolling-common-interfaces Version: 5.9.2-1noble.20260425.041131 Architecture: amd64 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.041131_amd64.deb Size: 6750 SHA256: 4812672e3ef6e80222f9118d85d8441e8e5ee370d46354881c074bc793056deb SHA1: 35902ce3c1a93dacb2ee0c6791d360a494da1976 MD5sum: e3339216844716ccab6c581185ac3e23 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.050226 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 576 Depends: libc6 (>= 2.14), libgcc-s1 (>= 4.3), 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.050226_amd64.deb Size: 76974 SHA256: 837140395241dca3db8c4213a962ae6d7d8a4aab11bc537809f453dc3cf6d041 SHA1: e7d2c10006038937f8a62c5159d652c209b3191a MD5sum: b6bcffa9a331271a6405be4181cb598d 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.050226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 539 Depends: ros-rolling-compass-interfaces (= 3.0.2-1noble.20260425.050226) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compass-interfaces/ros-rolling-compass-interfaces-dbgsym_3.0.2-1noble.20260425.050226_amd64.deb Size: 435278 SHA256: 4192da61975ba998da4599a5df9db567996cb0bac5d15c92b68418ad5b7afb05 SHA1: 014ba53b3dfd1373d60d32e531f050b01c7bf415 MD5sum: 350d6fea3a99fa44255254548cfbfe24 Description: debug symbols for ros-rolling-compass-interfaces Build-Ids: 0dfcffe9340686db8003176b9342cae17072d514 22ca07de4a96368733ee52b52205c02c6c0f0e87 24ae4f703b34299e5593eddcbced3f65822dd79a 28270217fd9cf7cc14b09ac0b9e7180dac28d6e4 49b336dd609f24809936533eed31b09d4031e976 4cdd32f6588e020cb24edde10a517bb30437ec18 5a857a702b91b236e2e3b4bdb392e5afcfad1334 974fcf85600b635c5e78987b882b9fd186f23360 aedaffb8279fa1decc154b97e9b85af94a62f8b5 b6fa16703f4aec72a4a5c065ab5f319d49d2de80 c907719ee5e700fd41a186ce0b298acc52756655 d055be150420088daf8ee3000e69ef8673c73246 Package: ros-rolling-composition Version: 0.37.8-1noble.20260425.043918 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1338 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.20260425.043918_amd64.deb Size: 229496 SHA256: d0391719268dab3cfbac3d61ae76ba0e22015767dbcc0f182f1f916512975f0d SHA1: 5509ee78a5d27127c6b9a2bde96f2cb46786905c MD5sum: d307ebe79b3625060d927e4d34eb2aa7 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.20260425.043918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7244 Depends: ros-rolling-composition (= 0.37.8-1noble.20260425.043918) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-composition/ros-rolling-composition-dbgsym_0.37.8-1noble.20260425.043918_amd64.deb Size: 6432860 SHA256: 66e5144f25e27eeb34debf5938a016fdada5ccc8da73db434f4fd6107941e0d1 SHA1: a56c382417037b43ed46722bc5076f818e192920 MD5sum: d022bb0f6385f5e3b1a6c98a7281db67 Description: debug symbols for ros-rolling-composition Build-Ids: 56c7b209c2d887680f6688937eae5cf93413ff7c 580d0191bedbeadd9ed1e4ec1ac450025c92f97a 6e9432aec0a27edf2f3db3b0e2460558a452eda3 9e0285f2b6e380fa9bf31b0dc4d2e7f5ccae195f b562bbfdf83b94adaff41e552455ed9f52d58eb5 da35e623addf588460b5fb9f9c7e1990745c0aab ea60d596dc3f23c30b4fd6a7d22c28da6b4a617b f87284bfb162d08e71a491e15ea1b1241bccfb84 Package: ros-rolling-composition-interfaces Version: 2.4.4-1noble.20260425.034307 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1778 Depends: libc6 (>= 2.14), 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.034307_amd64.deb Size: 161370 SHA256: fd9b2281e00c31e81127de217006887000ad9bb7d994225fafe2700023ab1e39 SHA1: 0b595d5f2d3d2c85a752134017acf2c043687f5c MD5sum: 04999151f6cff37fb33e22f1748e0475 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.034307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1627 Depends: ros-rolling-composition-interfaces (= 2.4.4-1noble.20260425.034307) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-composition-interfaces/ros-rolling-composition-interfaces-dbgsym_2.4.4-1noble.20260425.034307_amd64.deb Size: 1354856 SHA256: 61ce689f8cba905f2769ad6e26e32565eb226962b1d284a8e492088ecc11010b SHA1: 0494b7962308e1322dc5ec7e886177bf9f1cc0fe MD5sum: 7869636037ec3512ec1e77bfc1b09045 Description: debug symbols for ros-rolling-composition-interfaces Build-Ids: 083d58c3fbd8fbb3642b6fb16d158b0c7245f393 383a6b8b79f2fcabe12e47fbe15391a24611e304 5596beeb1af3e77a0cdc078130c717cc5906956d 5ed4e6abf3ba05498755b8a0d2d61c89eab6147c 637d35350e09ec64e60b1584c3887c7faeb08fbb 65f92ea30ac2ef0bb59153f8c1b6908a8c3fa341 995d48331a59a08908dc0891e8b8bf37f20855ac bdcf74fd9a8cfc76dc9e9e089f47b989e75a995d d051db75115c38f69308062ce2bca2f8afbbdb7a ddbc04329d393eabc941b72f91ce48b4f588fc2a f419be9ad5e3ba2067e4ce489e395795ad5683c5 Package: ros-rolling-compressed-depth-image-transport Version: 6.2.4-1noble.20260425.045154 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 843 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.045154_amd64.deb Size: 205012 SHA256: 5ca6e6ef1fa7acef6062957168e2e62e8f8f27dae3fd5ef8179ce647312d0995 SHA1: 7543938dedfce62b9a99108d209754afbc6bf6c7 MD5sum: 08c42437d81a59388923d7bd44710a1c 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.045154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 4534 Depends: ros-rolling-compressed-depth-image-transport (= 6.2.4-1noble.20260425.045154) 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.045154_amd64.deb Size: 4116084 SHA256: d6f50f6ad04a002e45b827ab672982b7fc9fe34e78b55c94f8a3a0b63c6e634e SHA1: 8010e4d02f8e9a62c2a57b517bf68e3a13024101 MD5sum: e03052266ba9f63c5822aec20f5120e6 Description: debug symbols for ros-rolling-compressed-depth-image-transport Build-Ids: 6a88f1ad60246af53e1e0813585d6ada51eca650 97c58deadc7bdcf767914ef4abbcf879ae1f4af5 Package: ros-rolling-compressed-image-transport Version: 6.2.4-1noble.20260425.052258 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 713 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.052258_amd64.deb Size: 179660 SHA256: 0e677fa9279bbfaef9052dbbac00268f7d52601b6ce0dad8aa4dbe1e9fab16ed SHA1: 1c61e1db23b9051305f0b28413262fd1398fbec1 MD5sum: 2b179b943b411d80f091c1d1292d0934 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.052258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 4075 Depends: ros-rolling-compressed-image-transport (= 6.2.4-1noble.20260425.052258) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compressed-image-transport/ros-rolling-compressed-image-transport-dbgsym_6.2.4-1noble.20260425.052258_amd64.deb Size: 3671492 SHA256: c77946d380afaa2c24ae2521d3ec3c7ef605ed58ba260f58e33cf868922716a8 SHA1: 076814cf623ac05ad8be82dc49897027295d012e MD5sum: 6b0aad0781b2f9149f397f8be3f8190d Description: debug symbols for ros-rolling-compressed-image-transport Build-Ids: 89d8e422a37b23c695dfa1e2ef02a08de7edc495 Package: ros-rolling-console-bridge-vendor Version: 1.9.1-1noble.20260423.230106 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 45 Depends: libconsole-bridge-dev, ros-rolling-ros-workspace Homepage: https://github.com/ros/console_bridge Priority: optional Section: misc Filename: pool/main/r/ros-rolling-console-bridge-vendor/ros-rolling-console-bridge-vendor_1.9.1-1noble.20260423.230106_amd64.deb Size: 5972 SHA256: 6a2731e823341b6a9dd6be4b894497cbcf3b1ba0c94848e4dcd79c98dfe72294 SHA1: 3dbddebdb4637dcf13f51ca25ebb64c4da64e34d MD5sum: b34f3ba8c9c73ece89818deb0084176a 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.040538 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 19531 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.040538_amd64.deb Size: 1159750 SHA256: f0f97810b2162b7e7a37b7c578bb4b353e1ea45934ad856ba3f26ccfca625ec1 SHA1: 4fb6523a69e45a01dfc41bc8d353cad7150775d6 MD5sum: 26d348e27b3e9b894ea76b208b8c7f03 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.040538 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 12905 Depends: ros-rolling-control-msgs (= 6.9.0-1noble.20260425.040538) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-control-msgs/ros-rolling-control-msgs-dbgsym_6.9.0-1noble.20260425.040538_amd64.deb Size: 10273586 SHA256: b0fd76e5b79fae6405fc823ab289a3f35b7555236cd5223499960f851d2a888e SHA1: eab1e269a82493c819c05d9d1d6e9590184b2fd3 MD5sum: 5ab26f31325bc6e2da7ca9a6bdf47c40 Description: debug symbols for ros-rolling-control-msgs Build-Ids: 107b40cefb209647bfc2779e4884ab1fd7a48ced 1421a30253781ea4d8518b93356bc1b6e05972b4 2ff9b5994780485e6a18c031fdf4063590b7b224 3fd9ef79f11d71c2fe7dafece2a57b2a2b492256 628cc596985aea5f0b6648f7ac80cf41d59d17e9 837dbb400c0e0739e42991e451b885a00639abee 8c84d51d8fbe216dee9afa81e7b1b9e1a62bdedb 9d81f73cdca033e21c6ac753030c8a5e41f59fce a6e9c7d980dc97122f7318aaac677c311fcdc685 b813f7c1ebb54e683fcf542133a1d02efad7ff8f d9557150e647f1114640aebfcbcc076e35a18038 Package: ros-rolling-control-toolbox Version: 6.3.0-1noble.20260425.051000 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 890 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.051000_amd64.deb Size: 192174 SHA256: 0d81a41684921995f2ddebf4e4c7ff66c5ad8428bbb67e5745269db430e3754e SHA1: 02cc6e0dc540cb12f3427ce923b3c79e319004ba MD5sum: f3456f8977387d141ecfebdcbc017978 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.051000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3489 Depends: ros-rolling-control-toolbox (= 6.3.0-1noble.20260425.051000) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-control-toolbox/ros-rolling-control-toolbox-dbgsym_6.3.0-1noble.20260425.051000_amd64.deb Size: 3302140 SHA256: abac80376f5a08e22068f771b457ab14f1816bc25d55969162690a9e06e29caa SHA1: 13944562baff98570532cf45e096c566a08de3b5 MD5sum: 254eb2bd4543432f20ffd5cec6eb5cfe Description: debug symbols for ros-rolling-control-toolbox Build-Ids: 0e9c144dcab8cd434509a5015deec85e560cf302 4342627f868089f03be7099e57c751ae678399ad 7d934638754c1616ace8ccf2fdd8b9732dc44a7b 9a7c223ef67a394bddd30801bf82ea3a60f26372 db25b2ed08107d7fe4baff7fc6c82ee9e1dfd14d Package: ros-rolling-controller-interface Version: 6.7.0-1noble.20260425.051007 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 340 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.051007_amd64.deb Size: 87838 SHA256: a5845f5c33da99858cf90601268a2b33a16e281297f8760010cc95ad7760d02f SHA1: 138aa3c5b1092133ea78ecdde0b52ea978a093fb MD5sum: e38407c7bbd70f21ac4495e88bcc1932 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.051007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1284 Depends: ros-rolling-controller-interface (= 6.7.0-1noble.20260425.051007) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-interface/ros-rolling-controller-interface-dbgsym_6.7.0-1noble.20260425.051007_amd64.deb Size: 1242354 SHA256: 2d0f459bda37ec672ad287ca3055e7fc096ce33fd1be0889351d170271d1025f SHA1: bdee68a03ec07b52cf09ab747f3749741d775dd1 MD5sum: 499a1941995b3e7ec441cb7d49c8fab2 Description: debug symbols for ros-rolling-controller-interface Build-Ids: 1ab68509e18997d681918ef27c9ab3a8cb0d98ed Package: ros-rolling-controller-manager Version: 6.7.0-1noble.20260425.051438 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2129 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.051438_amd64.deb Size: 525954 SHA256: 2d488118b63f6bb9e9249d6a511a96b455ea109fc751ecde43aa2af80844f1bc SHA1: 46c26d0ed6b8aa3405f5319abfcd6ebd09a7abfe MD5sum: f657abe1582493fa70e7a411ed852725 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.051438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 8245 Depends: ros-rolling-controller-manager (= 6.7.0-1noble.20260425.051438) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-manager/ros-rolling-controller-manager-dbgsym_6.7.0-1noble.20260425.051438_amd64.deb Size: 7460672 SHA256: 3f31af6e6ddc4d2b09e1b47812040641f26fa20b55d1b14509d8019a580f7e11 SHA1: 5a677a1d4af8e0e77b760f97c82d48ef70a5e578 MD5sum: c7d3dec7b81b78866b6b4f08a4fe464e Description: debug symbols for ros-rolling-controller-manager Build-Ids: 1aea7656eb9fee1f220e6d4fcd7db1f2b20c0c76 ae3c667ad61c2752f109626520288755d5de763a Package: ros-rolling-controller-manager-msgs Version: 6.7.0-1noble.20260425.034346 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 6410 Depends: libc6 (>= 2.14), 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.034346_amd64.deb Size: 406386 SHA256: 1ca83722e4e9505260310ca2a3e3b2e3596eb652bbef00a9b4f4c07e3bb69b2a SHA1: 3ce7d2c0af6d74020b0692f701df0afa9ea9a5d6 MD5sum: b90a8c2d95caba4b9458953660d7c707 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.034346 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 4820 Depends: ros-rolling-controller-manager-msgs (= 6.7.0-1noble.20260425.034346) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-manager-msgs/ros-rolling-controller-manager-msgs-dbgsym_6.7.0-1noble.20260425.034346_amd64.deb Size: 3858068 SHA256: b3d4f1d522b1262a6fbdc99b62325a970e12c3c4cec41698da1e0da5d3af7617 SHA1: 686e99764caded95c58b1d77f36d8fac21eab846 MD5sum: 5b9d5b85ece8b5de627e9f8036ad00cb Description: debug symbols for ros-rolling-controller-manager-msgs Build-Ids: 0daf582ff5e526b1eb1215572f9adf5b58358044 2273a8ebff4e7ead4dc973916b0b3b557561896b 2d8ce5a5eb4431c12fddd80d8765f183afb30c68 3c69283a47de9d285260d3b6e33bcea59e2aeced 594d559ab35c7a3a0c63e594ab96c9d153828257 71fef9742f0c0fe9d5db56afc86d95ecfbe90a33 73770a7f981fc1986951e109fb07a4e4336b7a91 b43c44158f19f434170c6778c6077df4da1935e2 ba1655044bd5a5c7914dedfdb1028a3e7741b7f0 c0fbb7bfedb71b9405f11d013a8abd07d36256c1 f699eaf49d891b3cf426210650782116ea80203f Package: ros-rolling-cras-bag-tools Version: 3.0.2-1noble.20260425.054303 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 171 Depends: python3-marisa, python3-matplotlib, python3-tqdm, ros-rolling-builtin-interfaces, ros-rolling-cv-bridge, ros-rolling-rclpy, ros-rolling-rosbag2-py, ros-rolling-rosidl-runtime-py, ros-rolling-sensor-msgs, ros-rolling-tf2-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/cras_bag_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-bag-tools/ros-rolling-cras-bag-tools_3.0.2-1noble.20260425.054303_amd64.deb Size: 29218 SHA256: f5d6d351b533b6cf609f5cca03cba2781487c1fa10efacbeaa2f99ebadddff6c SHA1: 8c9f7a34067766b7396972d9ef53de7dabfb425f MD5sum: 83eaf4f8ea943c66493535d45b213139 Description: Various utilities to work with bag files Package: ros-rolling-cras-cpp-common Version: 3.0.2-1noble.20260425.045812 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 1301 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.3), 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.045812_amd64.deb Size: 261388 SHA256: 3be26152d290ce0bb46c293e28bef57a7a158fa789b9611276d26d0dd7d5235d SHA1: 5135c7b1585ff8977e19ba737ce1f359669dea43 MD5sum: 211abae1a18e25b7a5fd33fdef784c31 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.045812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2834 Depends: ros-rolling-cras-cpp-common (= 3.0.2-1noble.20260425.045812) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-cpp-common/ros-rolling-cras-cpp-common-dbgsym_3.0.2-1noble.20260425.045812_amd64.deb Size: 2653710 SHA256: c37b604cb88a750acb834492ec76634902107c5da8daa52f1be6852ff0f214cc SHA1: 44ee973ec8106699a6d65ff1914984c5bf0f4059 MD5sum: ba7253c65b81fc8e16033d3220b4c07c Description: debug symbols for ros-rolling-cras-cpp-common Build-Ids: 05e80db8b96e4b4941bbcd07f2d0a762e2b35e4e 2d7564455ec13efdcefb8bdc11e2cba2974b67e9 55ecf2bc94ee2f35a3d967ebca97d2584d8c2e99 57337fc0d5178c1bf2204c5da4c58cf827e4ab0d 93b08a1f75be2da2e1c305b74b55fecf8bfe8805 a3d2405558fda140b6650c02960711b99e3dd59e b55e8656e252c938d6b16ebd240178618a1748ca d7fd6e522cda68eb45b9594059bf3b6b70e0a69e db51ba94ad7a5c34b7a76f742fdafc5985b8c93a f2591316bef1bf7d28f91213f4ffd4f9ddfccc02 Package: ros-rolling-cras-lint Version: 3.0.2-1noble.20260424.195909 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 204 Depends: ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-test, ros-rolling-ament-lint-common, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/cras_lint Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-lint/ros-rolling-cras-lint_3.0.2-1noble.20260424.195909_amd64.deb Size: 32318 SHA256: 4f53033694cba619a6c63e707450513c95025ffc1006963411cf8059f651285f SHA1: 54d5bb587552937ea05c3d55f9b2fc43a7169263 MD5sum: 0e8208e9bd52416a4608d964425e4ec7 Description: Various utilities to work with bag files Package: ros-rolling-cras-msgs Version: 2.0.1-1noble.20260425.034653 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2896 Depends: libc6 (>= 2.4), 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.034653_amd64.deb Size: 192124 SHA256: f6814dbc69d7af4db46ce88d2269d26e56b14dbe257391dffcb643ac5a7d4bb1 SHA1: 5929ed419cc0ec8be597f3ec0db361b41e4bcf5b MD5sum: 20e33be0d2972d22ae5a2cecaef0ea3c 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.034653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2126 Depends: ros-rolling-cras-msgs (= 2.0.1-1noble.20260425.034653) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-msgs/ros-rolling-cras-msgs-dbgsym_2.0.1-1noble.20260425.034653_amd64.deb Size: 1685970 SHA256: aab43d14702ebb10f47d8b0224a8f8c25edb7d4e9f7d9ebac441879f330299c0 SHA1: e988e6a741a0082f5981e54f1af85ab8a7f99677 MD5sum: 275db58a25cad12a30d8fccd0d5d5cd0 Description: debug symbols for ros-rolling-cras-msgs Build-Ids: 13bb9a94e63f66d695be412c3fe46d56149059ea 203ccb7bf3382620abce1e4608a4a122a5fcfcf4 279f715755a2ccce071f3db649527971d539f840 3dcc96d6c6e043f9ec93cca463f356271a339e33 7bd4c50b9c28e74fef7b688d256a1a61e0faf114 81e66a565fc7fc21ed4c3bc508bcee1c717b9b98 9d7bbf06c25abbe0a6fef830430b482eaaa9ac09 a2481cc00b303ad7095d91822cf65c09851a0adf aa26b60994239204601e68c2679c5b91554932ac e08d5c1f71a349b2508ed1807ee3db3958ffd9a7 f980fece93b78c4f341473266f6907998929dc76 Package: ros-rolling-cras-topic-tools Version: 3.0.2-1noble.20260425.050316 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 646 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.050316_amd64.deb Size: 185244 SHA256: 214ba461a35ea5a862b88f68ca93a6f9a6901fb7f631016f8221e3b21f6c145d SHA1: f2261a931fc03f1bd50d0ca04ca46c8dcde8f822 MD5sum: ef0a31a460c1c14f4298db5fdc7649be 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.050316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2830 Depends: ros-rolling-cras-topic-tools (= 3.0.2-1noble.20260425.050316) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-topic-tools/ros-rolling-cras-topic-tools-dbgsym_3.0.2-1noble.20260425.050316_amd64.deb Size: 2651470 SHA256: a0c6ea7bdbbf3f9d8f44bd73b131af6ca8c2640b86a477886dde2ad0cfbe93bf SHA1: 03fad959f9a0c0cad45f1f2c85833f0c4af729fa MD5sum: e1c5f3c654b30947ea0633b01ef410a8 Description: debug symbols for ros-rolling-cras-topic-tools Build-Ids: 12bbb83c38ddee36e282e0b58f2be8c4e4821ce0 93a2e2ba03d81371c52352ce1e3773e1bcab01df Package: ros-rolling-crocoddyl Version: 3.2.0-3noble.20260424.212250 Architecture: amd64 Maintainer: Carlos Mastalli Installed-Size: 33176 Depends: coinor-libipopt1v5, 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, coinor-libipopt-dev, libboost-all-dev, python3-dev, python3-numpy, ros-rolling-ament-cmake, ros-rolling-eigenpy, ros-rolling-ros-workspace Homepage: https://github.com/loco-3d/crocoddyl Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crocoddyl/ros-rolling-crocoddyl_3.2.0-3noble.20260424.212250_amd64.deb Size: 5936854 SHA256: e97bf15c5cc252bee399174cbcf219045c92700bd4dad9c07e3bed07f685b0a0 SHA1: 7ac01d13ee0ff7720e2a7b65e940822429286094 MD5sum: 83286b7e03215cea3e9832f4270949cf Description: Crocoddyl optimal control library Package: ros-rolling-crocoddyl-dbgsym Package-Type: ddeb Source: ros-rolling-crocoddyl Version: 3.2.0-3noble.20260424.212250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carlos Mastalli Installed-Size: 503756 Depends: ros-rolling-crocoddyl (= 3.2.0-3noble.20260424.212250) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crocoddyl/ros-rolling-crocoddyl-dbgsym_3.2.0-3noble.20260424.212250_amd64.deb Size: 485178890 SHA256: 55839a7ecb7e570dfee2d8a2a7f046cf9f7328c4fd762d4e81f030104ede9b66 SHA1: 5a71fbdee6971c740f2f2871fa81dc626835f63c MD5sum: 312cddcc91e6fb20d8d4e44be45221f2 Description: debug symbols for ros-rolling-crocoddyl Build-Ids: 42152f184a119f93845dc7c8bd1d7b85c448eaa5 4b6ee3fb12179457d9014e880ce9a8c0b7f6d615 91e9fbd73b1a2a5c06389c0b0912454812008f5e Package: ros-rolling-cudnn-cmake-module Version: 0.0.1-5noble.20260423.213939 Architecture: amd64 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.20260423.213939_amd64.deb Size: 6666 SHA256: e7da71b97e17394042b7f19305f1b2eb3b80ddcd3c100d940a32ac985a02f316 SHA1: 9e25ec56b5ee696d0864d9616ccab6f5dcfb787c MD5sum: 6befbd7bef8321d438398854281213d0 Description: Exports a CMake module to find cuDNN. Package: ros-rolling-cv-bridge Version: 4.1.0-1noble.20260425.043630 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 499 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.043630_amd64.deb Size: 128380 SHA256: bddd25b4af4c277d1d0052e8252c4199337f3dfdc8f26510ce561d1bc1535402 SHA1: a337b2a71a341a93ba2e212727a20c198ebbccee MD5sum: 6477564bb1d2ffb2706bca877ccc12d9 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.043630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 2052 Depends: ros-rolling-cv-bridge (= 4.1.0-1noble.20260425.043630) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cv-bridge/ros-rolling-cv-bridge-dbgsym_4.1.0-1noble.20260425.043630_amd64.deb Size: 1926396 SHA256: ff43a9c6479d6c75e1a17bbecad4e218050d4a3bacf7f750499c29376b759b99 SHA1: efa83211fe11d69c40c905550393af914a4c4597 MD5sum: d48e7c8fd93e76f0789337c8a34c640d Description: debug symbols for ros-rolling-cv-bridge Build-Ids: 1d87524a415d817ca7f6f10ebbed0a1fdca9ae70 9085de5714731cac76aae41715e3c9f76cdfbc77 Package: ros-rolling-cx-msgs Version: 0.1.3-1noble.20260425.033752 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2791 Depends: libc6 (>= 2.14), 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.033752_amd64.deb Size: 195898 SHA256: cc26fc0731c25314429241d0b431b6d3efe6682f00bb966d60337accb4c94562 SHA1: d88f01789f111b7ed3a28294682213d03c6c4b7c MD5sum: 0353c999325935e29d93c98235ec5404 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.033752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2212 Depends: ros-rolling-cx-msgs (= 0.1.3-1noble.20260425.033752) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cx-msgs/ros-rolling-cx-msgs-dbgsym_0.1.3-1noble.20260425.033752_amd64.deb Size: 1787866 SHA256: 68b126893e26d7434692780d81e45efc162812a8ea76813dedc07b5364298604 SHA1: 806da062106acaf34b162a4d8d99f1e4aea132ac MD5sum: 6a516c9601ee4073fb4890af5fcbd2ca Description: debug symbols for ros-rolling-cx-msgs Build-Ids: 0bde47d6fe75a442133cc823d9b34cc912410cc8 1335304c4e946f730bc0b1568eef40e97f11ba8e 13d2124d89646a58138ff94ed71def230dc11285 166ce287de4cb950f44208640f9f8f2cbcaab636 352d63e60896c6f4095143f4e0d5a38cc0ea5619 7594a92222bbe58142d42de182eb055e252b3d10 8226057c30c0e07e79af347b108f116011dd01c6 82498c2d92052695f2cd9dcaf934c8ff3e6cfbef a9a3132ea0cb4815e6dfb7da4ad12002b199d6eb cc61ca3996b41b7a67d94f72301216304b8304cb f8e9e75a72fe26c90332c96f550932e15aaff6bd Package: ros-rolling-cyclonedds Version: 11.0.1-1noble.20260424.195636 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 3867 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.20260424.195636_amd64.deb Size: 1090126 SHA256: 66190d7742f97e17580c52478e55b75a5ebce00e276e2a96e078f9b8f3cb2666 SHA1: 95b7b2521b70390221b383239bebe2dbfe344756 MD5sum: d46e5fab5d548237e70ff65c8530ffab 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.20260424.195636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 5151 Depends: ros-rolling-cyclonedds (= 11.0.1-1noble.20260424.195636) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cyclonedds/ros-rolling-cyclonedds-dbgsym_11.0.1-1noble.20260424.195636_amd64.deb Size: 4521710 SHA256: e7043a928f437fe78a884aa9db22821e1488ee4e3544383fcb561bd7dce899f1 SHA1: a85087faeb80812aa9829bdf05d5b0fd08127efa MD5sum: 7512c44a7074751981180900e067026f Description: debug symbols for ros-rolling-cyclonedds Build-Ids: 1155f81c435ef9f1fc63ca3dba321886db2fe252 12621684b0f720ac2fe3041106c6ccfa46628aa9 1c0339045ac57ff6c5356d85177dad9c0157ff2a 71e4e97ec2fa145c76f0c1479b4901868c51f099 bef995e2342bd051aee8f434e51c566263e4363a f88cc5f822333f9fb2ea962ee6c27af075958d1a f9f8dcc7dfb1e4b68c751ccd9ca335e21b6bc5c2 fc69426584d4721f97a5618ac769e596486e2944 fce407e18ba2189f5b37a6654ae9414ee10ca733 Package: ros-rolling-data-tamer-cpp Version: 1.0.3-1noble.20260425.044707 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 556 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.044707_amd64.deb Size: 124892 SHA256: 744a00b4fe12fc2bfa5d6bda36d2354d52a9faf34fa6671f8ad5217fb5fd6b9b SHA1: bc0eedc66c310543d8e9c7880636cacc03398f3f MD5sum: c2b0c7c2200bc78f6cf0622e5f8be369 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.044707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2370 Depends: ros-rolling-data-tamer-cpp (= 1.0.3-1noble.20260425.044707) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-cpp/ros-rolling-data-tamer-cpp-dbgsym_1.0.3-1noble.20260425.044707_amd64.deb Size: 2245698 SHA256: f9594c11edd92ed8b7c342dfa6e2075bef890698c044586675cb241eff632a53 SHA1: 66d9d7520334df7d09d2146ba0f6236f97c9e303 MD5sum: 51889a1b081d610e37fba99f76ce1cc7 Description: debug symbols for ros-rolling-data-tamer-cpp Build-Ids: 455270ebfae9da0a4da5f5f16c730f726f993df6 808b63884202a9829893ad6e119c15fea803fdaf Package: ros-rolling-data-tamer-msgs Version: 1.0.3-1noble.20260425.033800 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 816 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.033800_amd64.deb Size: 95318 SHA256: 8baa3abe97e6d4c7c23f6a4f227f8bfd8071b6eeac6132ec2fba50ff1bc83b3b SHA1: 674259f90acf40d0f3d6ddecc0572e1110ab7db6 MD5sum: f98494bebdfde98fce8355db29d9bb76 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.033800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 909 Depends: ros-rolling-data-tamer-msgs (= 1.0.3-1noble.20260425.033800) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-msgs/ros-rolling-data-tamer-msgs-dbgsym_1.0.3-1noble.20260425.033800_amd64.deb Size: 763872 SHA256: 98a221645634a31820296867f0a2c3aa58665c481cdcb2cd50bf5017cc6c425f SHA1: 0c1d8d14e77980d50b0348169912c97f2139586e MD5sum: ec65ac05d5202b3cda8e44a16ac914b4 Description: debug symbols for ros-rolling-data-tamer-msgs Build-Ids: 0656d60623e2c72eff94b7b2bb974f175c30b382 4aa8e73fa5cec658dc43c682889f82e4d2a877e6 728f63da5f02485dc2c64333ac5c06f9b5754828 7f0b935a447027a01d0f723ef2ea1f422a4666c3 81321f2b99492a2f495c6715baea0f93301b1221 8619465e69f69579335e44772304a22ceabd5acb 94a9d6e64d6fee3b6ab669be2c6a5ab78627156a b9c0f81b055a2086f722d7ce19766efbe29d0090 c7c7dbb39e8b1eb19114f0682e2dec18ac5cb6d9 cc3f6eca993dceb8e0a8d40e5af4ffafb055779d d7d5f3adc365ef40ce27e4575abcfa751de1c0fd Package: ros-rolling-data-tamer-tools Version: 0.4.0-1noble.20260425.045129 Architecture: amd64 Maintainer: Jordan Lack Installed-Size: 4137 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.045129_amd64.deb Size: 614540 SHA256: 5c78f136f0b334f272e99b80a2f2480f155b3df47a9894cb786c0fc3458784c1 SHA1: 51be115a137fa3754472378816997e902f298ec2 MD5sum: 9e4f5c8983464333d603e960d6a01967 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.045129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jordan Lack Installed-Size: 18791 Depends: ros-rolling-data-tamer-tools (= 0.4.0-1noble.20260425.045129) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-tools/ros-rolling-data-tamer-tools-dbgsym_0.4.0-1noble.20260425.045129_amd64.deb Size: 16053330 SHA256: 79d8641210d476893c8a4b24fa0cc4f0227a3c6b67ae7b5cb974ef06ae46d5cd SHA1: ba415a23d56cc259b86263bbca08e7f3d57d1c73 MD5sum: 568ddbe5af958681ebe9f4295ce1f307 Description: debug symbols for ros-rolling-data-tamer-tools Build-Ids: 0cef08a6d7185f17488f2fa78601b9f3583ba9bc 2498e6fefbd14ee45fd77e18b4c5bd3d292df88a 31151f4698946b9fff323ee16b3aeb7b6f3ca02e 3d772ac5ab656068e0a845c2038244c7631b57cf 48b51206c8705eef4991820e02279cf5584abb93 59aff8d675bfb84208d88fc9ed9ce3d9e9412088 64b062b3193fa31a264f828b22c2c28d1443530a 697c31ad7f8fa4a3aa1b6738c971cc9c97e48a26 6bd8098feca16957e9b22b9d57f19bc259a5831a 71d24ce675af927b67518f54e70fd85e82ffd627 77f09fdf3295024b5c4d813f4c199a79f738040d 786976f25cd41803aa42658fbcc795198510ee16 815c15c154bca15bca9b2d1cff3c3e698b07f164 85bb113c99777d34043313542d0e50be59b4a975 97f150bb66348b185e057dd7f1d6495975bc7230 a4e7c1a6ac52a9f523683bc75a1a536d0ade4f66 af3d3fcfdfdda46c2f9439be16bbcaf5dfa892b7 b70cf2d98a5ba7baebc2fa039b5ff2e2999cc6b3 bbef25069b77bb84b1921b05046598db63ccf0eb cb9635e0a68aad8210c9337a683ad78a0290a2b1 Package: ros-rolling-delphi-esr-msgs Version: 4.0.0-3noble.20260425.034345 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4046 Depends: libc6 (>= 2.14), 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.034345_amd64.deb Size: 251474 SHA256: f7c9964d38647d32a06391fd8d01dc85c3b3a9192f1f880bb4a6d9630e4c1d55 SHA1: 7f1015f7aac6f5ba2809b4ddafe1f7810892784a MD5sum: 9676c9a8fb49ff6e67f074c3b3ea5ba0 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.034345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2519 Depends: ros-rolling-delphi-esr-msgs (= 4.0.0-3noble.20260425.034345) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-esr-msgs/ros-rolling-delphi-esr-msgs-dbgsym_4.0.0-3noble.20260425.034345_amd64.deb Size: 2063456 SHA256: a0801c9b62a29cd3728f39e2802921f4161202f6dc199764782e3bc598c7b99e SHA1: 59a7227c7b8eb5c54853f6c8ed6a0007b8a26805 MD5sum: 3331c304cc8fa206cf86c7ddd3f20101 Description: debug symbols for ros-rolling-delphi-esr-msgs Build-Ids: 0b2002f8af7e15e400ba7abc2bd470eb4719c25d 1d6150f1d298efd86bfd6b1e770102076b0a24d1 2eeb1d683a7452cfa5839505f326dadb3971cbd0 4b14e73c3e1b48d2ea2e293604b6b1c6e23f3cdb 50cfebdd2972fe0498e74b482464201f68dcbba7 583e2486cf29c3f821b5cbf06555c61a3353a1f9 bda9b69f458be68e2f19d8f49e93ca6007f05f35 d28e1bba83210083cff52bcb7e3add70cfbc787e d8beaa60538d7b6bda81b39c0a7034593df3bf5a e87c8844c8ffd3df8d9f5e096bfaf9b3a054cc19 fc5d30d14ca18752e25fd22ad0a1f242af2d6e10 Package: ros-rolling-delphi-mrr-msgs Version: 4.0.0-3noble.20260425.034347 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3629 Depends: libc6 (>= 2.4), 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.034347_amd64.deb Size: 217756 SHA256: 189f9b7e46bb30286f5be2e76539173f039462bc8274b3b212dcfceb8a94aca6 SHA1: adbd38cf5da68533be51af3c9761514d0bd011b9 MD5sum: 5649e0a4d9299092044fd189295079cb 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.034347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2153 Depends: ros-rolling-delphi-mrr-msgs (= 4.0.0-3noble.20260425.034347) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-mrr-msgs/ros-rolling-delphi-mrr-msgs-dbgsym_4.0.0-3noble.20260425.034347_amd64.deb Size: 1741892 SHA256: 1c4866b9bd4e6decb95362ed680ecee84bb5eda4832cf805d016a9bca69bb2a9 SHA1: bb7c259ce8243310a872c82b86bf9fb1a275fc0c MD5sum: fc20991dc7d156f5619b61bff53b4fb5 Description: debug symbols for ros-rolling-delphi-mrr-msgs Build-Ids: 2db89edd97e5c7ca573bd8fa89c170766c248cfe 32767eb9871e47fe3f606d1e9d5c025c476fc910 421d70c0da770a9bafac7fd0b9c128db23b0754d 4ffc20acf9139cdea31a86cc826589d1b6c8253c 648ba31c5140b75629a1955305fe716b72684ab7 735c67be32a29bb2386237edfc09b33dafe6d45a 79d7d4cfed2be7257a1eece3a73cfe91aaf54d11 989cdd507e7037d26cbaf66348163852533a0cf8 a6acc005fd998c995e98056d80704d226581bad4 af85c7d8ba1887488ad54f6746ab780fbf481885 bb5c848a080c2b2dd9f170b03be130ffe61357de Package: ros-rolling-delphi-srr-msgs Version: 4.0.0-3noble.20260425.034351 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2807 Depends: libc6 (>= 2.4), 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.034351_amd64.deb Size: 167216 SHA256: 218212ecd63127126c407e6c12543d6a78a230a1c497747749aece64c0fe7ece SHA1: 527ae987ff054395ffcc19b55655c389e00e69ca MD5sum: e38cb5fb916142f8fd3555485bb8bea1 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.034351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1485 Depends: ros-rolling-delphi-srr-msgs (= 4.0.0-3noble.20260425.034351) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-srr-msgs/ros-rolling-delphi-srr-msgs-dbgsym_4.0.0-3noble.20260425.034351_amd64.deb Size: 1208804 SHA256: 535742b5dd3b71e4a26c0a886f7ac78bd868550c7e27a0038c365058e2572343 SHA1: 0b1c582f14b2d3523c81c30939fa4608a4a34003 MD5sum: 6de91b145631debc23e685062caf4ab6 Description: debug symbols for ros-rolling-delphi-srr-msgs Build-Ids: 08a5e96b045b6b2b15f730462a9b5828d275459c 1e3cdc99a24996ea7bdb19fc729a17a4dcbfc778 41af6e791a7f16cf861280050b23d2a38bda0c90 4bd5a6a2f0f8fe4d6fcafb4e56f9b03ab5306ba1 61e13b5f2fa4beb6cb45b78607447a9f3514f7f0 6762361606fdc2b727326d568c5a079f82fb074e 6911ddfe96f1be887706a6e9103c0e271669578c b3eab5569625f32c5453df13382f33774b7201a1 e83efb7b600380b072f2c07c83b3959955983877 e97b03cecacc1efd56551c0fee02accd4e184c51 eaa2eb33cbebd0b762b72c10d8f1bca48996c031 Package: ros-rolling-demo-nodes-cpp Version: 0.37.8-1noble.20260425.043909 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7126 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.20260425.043909_amd64.deb Size: 969868 SHA256: edb8285f84707e6fe853e4d2670bf18f637682a2f57df13780112580bc928a4d SHA1: dd4d98a20d8db8a291948333d0e442e92c12b60b MD5sum: 3ec171e8cc0c6cec43262b9c39a15237 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.20260425.043909 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 39584 Depends: ros-rolling-demo-nodes-cpp (= 0.37.8-1noble.20260425.043909) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-demo-nodes-cpp/ros-rolling-demo-nodes-cpp-dbgsym_0.37.8-1noble.20260425.043909_amd64.deb Size: 32278484 SHA256: b3e79cdddb4f795e550edb3cf8fbe8b71a710b6acc6c050d5bc79d52999de256 SHA1: cd82ea9289aacd49be603c2ba277a9d9a0daa44c MD5sum: b60bae520f4efdcb0b42252e369ca6c8 Description: debug symbols for ros-rolling-demo-nodes-cpp Build-Ids: 024b6ed2d3f4b92c2b3572a9590022f496cc7c9c 0535708a29696ba75a5b5163c802b0f31d69a017 0b314020ddf307b341e44cb03defcecf8cd95285 0df414edddd42a290c83628afc5903ecb2a41e73 0f2ce764931ec65cf1d5856115dd4a05eb51371a 1ae3b6acac41c9a660a50bcf569f896eaf2c4e97 23f693d37ce5b9bf0d67ca59959dc7b88b836014 2a7ed6d0349083579c61b9c737364a7b4fcd1731 30096226f5204af6fa77e0baaba43216609f2c9b 3175b0780dce2ce7884cfeccddd1f070f932927b 32078cfc5f054b8dd0cff0d6d183d925ebc19917 357375a149f382bbdb57ebbe4af2b7f7b8d8f82b 363d2a5ce625d99f921b69798366aabfd0d139da 3a5d4ca083fb66d562eaaa4cee333566d075964a 3f53a81165a5ba42c4ba1531014c3a2cacd5753d 3f7712f6e2067550585915c53fed21b2c2568ed5 4544c20d12d3eea352fb3bbfae71991d80fd24fc 48fd1b645b616b61e6892ba5129e2f448db6b4b3 55d5c84453d0ac5f4ed08ece69cb9bb92d3981d4 5fc10bacd45b2e8856774b54c81ad49eeb7ea40e 62be937d7f590820f7c5bf88c78bb3739096559d 64f0d980d2360fe2963dfe59e7ff2c6ec7fab351 6a683ab9be4224b6fc6043506fc5b10c8dee8067 6bdc66afa8c910bed4197cec91c6903be1f2bc06 71f4d357a29c1ce905aafb4ec19a32394f31f53d 75f9d2d1f34b203626d66eba50801f6f0fa55b0a 786fcf444a81b782a0c22364e1eae9098560b360 7c57a73575a93a74faf3316ce1f23c1c2a986c71 814a25792c4fba47a0b4c605b84f5870229e4be9 87a75d7b46493342e6969ee481747151ebee0467 8880fa6c89adc2cac11f1ea48bf66738710e4b69 8d7e826fc4495ef137029fb3d1dba5e31794fc93 95fa4655e090e50652124af5e0815b4a7aca3d1e 9eaca1c7b4899381dfbe531cc4b86add253c9159 a5e6913ca0f7da03795656957a9428d95b5aaf6c abfdc9b75d4c0e24320c76d5f7a98623195b890f ac58c55cc5122300cf9d5547773379e50e7e794a c14853d52f081d616bc91d11a97e0903c768a4f4 c80f4d50d405f849477bd7afe71822e3b23a67a3 ca6125acdf7c7cf7e1a711511c033be18840ca3c dee83b9b6013bc24c3085dca35b74428c118b1f1 e0591900e41f63a4cb5a2c530a8387b22d0d0e69 e299dd8cae093d3797ce57a67bee500b41dc538b e8ac718e5638822f31bd3742f3f30c960c8672f9 effde410fb53bc8d391a46de8945c59db83a5eee f378d51d62bad5b83798fb63478fefbafa384843 f5adb6f0ddaf160a97af6240c1d21028a94a882d fd38ca85b213c178be26efca98166e5b667626d4 Package: ros-rolling-demo-nodes-cpp-native Version: 0.37.8-1noble.20260425.043356 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 237 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.043356_amd64.deb Size: 67618 SHA256: 34798d2b593660039acf5c60e9bc21a242225e232d382baebef99f52101c3aa9 SHA1: 3e1810fe4601380bf06b71ae4a84443fd6ea1c7f MD5sum: 62ce44adf886bbec7864005a34edfa1a 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.043356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1260 Depends: ros-rolling-demo-nodes-cpp-native (= 0.37.8-1noble.20260425.043356) 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.043356_amd64.deb Size: 1181664 SHA256: 9a82dfed38cce4a3aa37dbf1c9f49ba541b5bbc86a5d88d3d226e5af1bd83cbe SHA1: 540a91a31e207d1377608e045f9815d686bd5794 MD5sum: cd1777217db9ee3347f9daaf55b206ac Description: debug symbols for ros-rolling-demo-nodes-cpp-native Build-Ids: 347be1b6e54cbf0b1ff70c8d7c2bf29eff84ddeb a92cf8b4f804408db0dfe891fcf6fe33a8fd820b Package: ros-rolling-demo-nodes-py Version: 0.37.8-1noble.20260425.042301 Architecture: amd64 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.042301_amd64.deb Size: 30924 SHA256: 7f2f9cd2be148fb510ae14951c1f5df88af84dcc8541c179df234b957fa1feaf SHA1: 347d1eb7a609a3fe2e0b043bb29cc63d2f46d055 MD5sum: 8b3006ef63c271208758907c1e92c3a2 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.20260425.051012 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 1707 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.20260425.051012_amd64.deb Size: 314786 SHA256: 022874968c1db069d2bc22d495d05d00f8f8bb1b624fe1e2e5a3a94c7c2355b3 SHA1: 776f149680e08944f47d3d3d41b4ce63ac6f4fcb MD5sum: 3e271febe9eeaff495dcca5cd735ba2e 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.20260425.051012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 14742 Depends: ros-rolling-depth-image-proc (= 7.1.3-1noble.20260425.051012) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-depth-image-proc/ros-rolling-depth-image-proc-dbgsym_7.1.3-1noble.20260425.051012_amd64.deb Size: 12720890 SHA256: 129bbd776e8a4116abd7446b68d021476ee449fc979ab6aa32962aa900d1e916 SHA1: 366951d15b1c9b949b9d88e41918e94e606c91ce MD5sum: 20803a002f1a99fa42f5d54c6767c059 Description: debug symbols for ros-rolling-depth-image-proc Build-Ids: 00cb34cc99c3c1c5b43c789172271e50bb55e272 0b59faeb3e0cfd08b380792290830dba6fe57b19 1f8ad82391593445ec89f9074dc2b0003e93bc5b 2a3046e68912fa2247dfcebb5d6a85127998811f 5a405d21595bd29e202df15350205fd4fef0c15a 5d2b32055676efa461081dbc71d569214ebc13fc 80b6de6a2e5924345864af97a49c45a1efa472a5 95ec8de6e05f0a18791900293abcbe3b827d7e88 a2a62b97605a363af09cc46fadb11a212bec562e db0fb46f77a978241412ccbdd89235e99a77af9b e2f2cc1c3a23990119e1496fa3e849fceca49527 Package: ros-rolling-depthimage-to-laserscan Version: 2.5.1-2noble.20260425.043519 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 967 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.043519_amd64.deb Size: 191990 SHA256: afdca836a969b2ba114b6e32cebbcb3d4f582b690bb57b7a1001a6110635adcb SHA1: f3e47a17e62d166a9d38d9df14f0448449ae7c57 MD5sum: 175b333b21299137f80b418f7c76a2e5 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.043519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4254 Depends: ros-rolling-depthimage-to-laserscan (= 2.5.1-2noble.20260425.043519) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-depthimage-to-laserscan/ros-rolling-depthimage-to-laserscan-dbgsym_2.5.1-2noble.20260425.043519_amd64.deb Size: 3649586 SHA256: 73db3c1e6c25fe7c61e66373aedb3c4342bc17644e917e87a9f4bb415d522637 SHA1: 8b24a85d64ff5cd1ee0323cec35f5c0430722b7c MD5sum: 67610f6d346b81575ca752267c70a313 Description: debug symbols for ros-rolling-depthimage-to-laserscan Build-Ids: 476abd7890a1d9d2a6de776f96bd48b2d3c5c9c2 84f16a2acee1b5f7e8d06c6475d33664446d44ec 85fc5483f272073dfd7d8d7602509401278fee15 Package: ros-rolling-derived-object-msgs Version: 4.0.0-3noble.20260425.035855 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1755 Depends: libc6 (>= 2.14), 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.035855_amd64.deb Size: 140478 SHA256: 1a7937b347c8b09ec298fc90e5c47bea8601c4cd745987aafebaa8f30c10439b SHA1: 097081b9b093836d57c641e2169de7c8b69e5856 MD5sum: 8537ef3e68baa52cc0b0bfccd914deb9 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.035855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1264 Depends: ros-rolling-derived-object-msgs (= 4.0.0-3noble.20260425.035855) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-derived-object-msgs/ros-rolling-derived-object-msgs-dbgsym_4.0.0-3noble.20260425.035855_amd64.deb Size: 1036048 SHA256: 959880410e21b42be7315f8adb79a18224b9964cac7a82cd7e9b2ffdc1e5a457 SHA1: 4e5c6e9eb3bfc7ab654e01b3e30dd84957c9cffb MD5sum: 7dd78436f495a9c594121696b09e442a Description: debug symbols for ros-rolling-derived-object-msgs Build-Ids: 3c6ab9fd816557aeb626d4602d8369a1a5a6f09b 590e9b15d23df82cbdfbdfae7223ca087e828159 5aba205f93e1353f4d431a407d2dfc50f96894c2 6b492951c6b073e753dc7fbe0236100355fb4b5e 8cdbe2a9ad2771566083e579ab93bebb6084cc77 ba2edc0f0f74047604eec7ec8a10990b821aa596 bab08db838f7bdf792a34c9967df8eaa3e0382e5 bf4863943015615d42a2c7e7e83b7728c3eebea7 c1d938f95d2d59fed8889a5bb47fc75726312688 d0d623a7a4ce679c079295a04a47d51a01dd5681 fdef13c2c93eec6423dc295301941c177fb9fab1 Package: ros-rolling-desktop Version: 0.13.0-1noble.20260428.075857 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 47 Depends: ros-rolling-action-tutorials-cpp, ros-rolling-action-tutorials-py, ros-rolling-angles, ros-rolling-composition, ros-rolling-demo-nodes-cpp, ros-rolling-demo-nodes-cpp-native, ros-rolling-demo-nodes-py, ros-rolling-depthimage-to-laserscan, ros-rolling-dummy-map-server, ros-rolling-dummy-robot-bringup, ros-rolling-dummy-sensors, ros-rolling-examples-rclcpp-minimal-action-client, ros-rolling-examples-rclcpp-minimal-action-server, ros-rolling-examples-rclcpp-minimal-client, ros-rolling-examples-rclcpp-minimal-composition, ros-rolling-examples-rclcpp-minimal-publisher, ros-rolling-examples-rclcpp-minimal-service, ros-rolling-examples-rclcpp-minimal-subscriber, ros-rolling-examples-rclcpp-minimal-timer, ros-rolling-examples-rclcpp-multithreaded-executor, ros-rolling-examples-rclpy-executors, ros-rolling-examples-rclpy-minimal-action-client, ros-rolling-examples-rclpy-minimal-action-server, ros-rolling-examples-rclpy-minimal-client, ros-rolling-examples-rclpy-minimal-publisher, ros-rolling-examples-rclpy-minimal-service, ros-rolling-examples-rclpy-minimal-subscriber, ros-rolling-image-tools, ros-rolling-intra-process-demo, ros-rolling-joy, ros-rolling-lifecycle, ros-rolling-logging-demo, ros-rolling-pcl-conversions, ros-rolling-pendulum-control, ros-rolling-pendulum-msgs, ros-rolling-quality-of-service-demo-cpp, ros-rolling-quality-of-service-demo-py, ros-rolling-ros-base, ros-rolling-rqt-common-plugins, ros-rolling-rviz-default-plugins, ros-rolling-rviz2, ros-rolling-teleop-twist-joy, ros-rolling-teleop-twist-keyboard, ros-rolling-tlsf, ros-rolling-tlsf-cpp, ros-rolling-topic-monitor, ros-rolling-turtlesim, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-desktop/ros-rolling-desktop_0.13.0-1noble.20260428.075857_amd64.deb Size: 7006 SHA256: 3e3569525eb2ecdf79d87b389b32923c094a008b905a1481c2808986995374bc SHA1: cf5b351342372a523c8c9a9f2c008bce0cceb404 MD5sum: 9a5ebf5d1495c0ea605aed961132f420 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.042618 Architecture: amd64 Maintainer: Austin Hendrix Installed-Size: 1544 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.042618_amd64.deb Size: 347458 SHA256: 8ebe80fd991d8fc2dba067a1e9aaa88138216f5fbaf350a6d0a3c57206fa649f SHA1: afc63869949d49542a4aa71e463b419d90f5173f MD5sum: 4eee1be77dbc3a72cf365b0b0629d985 Description: diagnostic_aggregator Package: ros-rolling-diagnostic-aggregator-dbgsym Package-Type: ddeb Source: ros-rolling-diagnostic-aggregator Version: 4.4.6-1noble.20260425.042618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Austin Hendrix Installed-Size: 7192 Depends: ros-rolling-diagnostic-aggregator (= 4.4.6-1noble.20260425.042618) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-aggregator/ros-rolling-diagnostic-aggregator-dbgsym_4.4.6-1noble.20260425.042618_amd64.deb Size: 6446940 SHA256: af755d361f2655bc6c1a484af31a77fd501ac85749261cada17efc9cda86bd71 SHA1: 464ac09a3a75133c987817522250803256ccd1ae MD5sum: e9b9bf3c512f58932cc7691810994ce0 Description: debug symbols for ros-rolling-diagnostic-aggregator Build-Ids: 2a1086590903dae3d354ee877dcea1a1a758b8e2 7cc7059bb722386500d8c167c31089a991dc9901 8e34d0406988467ef363fac643ab68dfb141ec98 bfabcb2869e976314a0b05ce8530c2ccf2098b2d Package: ros-rolling-diagnostic-common-diagnostics Version: 4.4.6-1noble.20260425.043725 Architecture: amd64 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.043725_amd64.deb Size: 14004 SHA256: d749cd563dc9c5b9d28f3527badf7b61dc0db06e422ac693044bf77707d5a79f SHA1: f1394e5e2d2cfefed3fd938a801a5de033ffac97 MD5sum: 746877b7789aa5182b1880b78a20f0cb Description: diagnostic_common_diagnostics Package: ros-rolling-diagnostic-msgs Version: 5.9.2-1noble.20260425.035802 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1650 Depends: libc6 (>= 2.14), 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.035802_amd64.deb Size: 148602 SHA256: 6d1126d4c2c212d5458eabb311564b90fe1dd9f4cf53112cb57f7b83a7ec1991 SHA1: beae18a6cfdae2686277f497ddb64dd8bcf5cf8b MD5sum: 459548401b996e95678333f49fddeb11 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.035802 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1441 Depends: ros-rolling-diagnostic-msgs (= 5.9.2-1noble.20260425.035802) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-msgs/ros-rolling-diagnostic-msgs-dbgsym_5.9.2-1noble.20260425.035802_amd64.deb Size: 1191222 SHA256: 4144595cb41d6bd8ef471c7598051dd76872623872813ccc5d90e6729cb45845 SHA1: a3004396c5d19126ad39817e247d4fb003e0b155 MD5sum: 012ed699dc6b286e2bf8d1c20e8c3866 Description: debug symbols for ros-rolling-diagnostic-msgs Build-Ids: 380eb63cecce0dd0392e13ff45c00a3c521e91da 3940a9e48ddb89a1f99b05d615a8c4b3dbef809f 5cabf3b0ddf27bde1f1630d7862cdffa088db948 799eed937ae810932185150d0961df345b418060 81d3af056cc6fb08cda1f6ffb6926e1447fdcc18 9bd5bf3911195483adc00d684cbd714fd161afe9 9e9efdfee9379921909a0585fbb938638b35583e bded089612172b2417800ab56fbd75c7127f6fa9 c6d7efe8b04c1be1987d7fcf75c900d368150dfa daefe6bc2f999cdd78c259846406b291312d7d93 e23715cc9c27a6080e5f00b6a4d896623b11739d Package: ros-rolling-diagnostic-remote-logging Version: 4.4.6-1noble.20260425.043444 Architecture: amd64 Maintainer: Daan Wijffels Installed-Size: 788 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.043444_amd64.deb Size: 150242 SHA256: d9e1ba081ad19837393ec1deb377b8b6b300b392e208540ef302e4e409419c75 SHA1: 3f4f0b99aec4d08889cc8095c9008ccbd814484d MD5sum: 5b36ae1642670986fce0931d28c315c0 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.043444 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daan Wijffels Installed-Size: 3465 Depends: ros-rolling-diagnostic-remote-logging (= 4.4.6-1noble.20260425.043444) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-remote-logging/ros-rolling-diagnostic-remote-logging-dbgsym_4.4.6-1noble.20260425.043444_amd64.deb Size: 2900076 SHA256: 2078d6da5437ed34b5bc6da24d6e13fea61f00993ca7ffe25827ca3f904cacf7 SHA1: 85dfa1a3c26604e54a26235507de33c82780e09f MD5sum: dfb791bf1c5db884a42938ee607ff804 Description: debug symbols for ros-rolling-diagnostic-remote-logging Build-Ids: 6a180399d0d737ca6843d45387b38a442212cae8 6c8d5810160d92074c924f95dae370364f3dfe28 Package: ros-rolling-diagnostic-updater Version: 4.4.6-1noble.20260425.042619 Architecture: amd64 Maintainer: Austin Hendrix Installed-Size: 472 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.042619_amd64.deb Size: 116060 SHA256: 7718b91eec5d8b1689aaed9f7302c2ff44ef96020d29d5b517444de8c5cb0400 SHA1: 50887d01f2d6ff420ee3cefe01b013a826b7e2ec MD5sum: a4c83fe8c854eea1f1055bbd211c05f1 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.042619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Austin Hendrix Installed-Size: 1725 Depends: ros-rolling-diagnostic-updater (= 4.4.6-1noble.20260425.042619) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-updater/ros-rolling-diagnostic-updater-dbgsym_4.4.6-1noble.20260425.042619_amd64.deb Size: 1610702 SHA256: 7bf6e00b284d7bf029e905058fdd5a9c732550c1a4f21dc4aef30d730cf5a80d SHA1: 0e72a5d0c23fd110c3244e16a325796c64715218 MD5sum: eacc09c77391998ff5e3520b4fbf056d Description: debug symbols for ros-rolling-diagnostic-updater Build-Ids: 635ddbd2baf44bf7f385f6a1ee7a6f8a13435adc f8dabf2aae248f9581533bba83795241ba99b4c7 Package: ros-rolling-diagnostics Version: 4.4.6-1noble.20260425.044652 Architecture: amd64 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.044652_amd64.deb Size: 5910 SHA256: 74691dc1c707fbf53838579e7ebdd6276e708246d7a6ed0a9e05f3e16a2c81fc SHA1: ad07e8abadb4e628f2e23f8fa7bdb525fa18b4ed MD5sum: 61f3b8a8ff4dda6663ccd634ca5daddb Description: diagnostics Package: ros-rolling-diff-drive-controller Version: 6.6.0-1noble.20260425.051741 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1021 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.051741_amd64.deb Size: 238068 SHA256: af9756304c37c85bf7a3865ba536c1525000f20cb9590b829987b29777ea4244 SHA1: 106ba4db14916e03f5cd5da17197a297430d3697 MD5sum: 4a9858cb6471ec6675a0132fc376fddd 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.051741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 4020 Depends: ros-rolling-diff-drive-controller (= 6.6.0-1noble.20260425.051741) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diff-drive-controller/ros-rolling-diff-drive-controller-dbgsym_6.6.0-1noble.20260425.051741_amd64.deb Size: 3571564 SHA256: eed42b594ab6f1222f36fa1b24f9564acfd2443b02f4cbe67731bb23d579142c SHA1: 615ba21ea1c9ced319baf55f5a356882aa587b3e MD5sum: c52f5bc177f180454eb5d1be175c11aa Description: debug symbols for ros-rolling-diff-drive-controller Build-Ids: 7ea169118791ad62c9150d994afd49812994cb5d Package: ros-rolling-domain-coordinator Version: 0.15.7-1noble.20260423.213652 Architecture: amd64 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.213652_amd64.deb Size: 6174 SHA256: f04c72d77f39114e06c793e11749105b37c1f90435046b8f5c4715ff618dc866 SHA1: 34f552a92d14d49b262b8d9194f3d29e9995a7e9 MD5sum: 20bcdc01c5dc4045d8abdc7fbf9929f0 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.045151 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 705 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.045151_amd64.deb Size: 159464 SHA256: 62af86d11f6fb0bf8b7129cd12299c7ef5598d9cc7ecebbe710b8cc8f65261ec SHA1: b182251b1f31ee6007d918245e57132cb723ac8b MD5sum: 52d7e570154704469faaa147f48e752d 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.045151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 3891 Depends: ros-rolling-draco-point-cloud-transport (= 6.1.0-1noble.20260425.045151) 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.045151_amd64.deb Size: 3471554 SHA256: b4dc41f9480af00c568394d3e4b103f5ea9f4d8125127f13d07097bfd7b32d05 SHA1: 63611b50cbf2673f1fb0f9cf06126c6992530179 MD5sum: 9836bfe479c97083b70fa89fb58c893f Description: debug symbols for ros-rolling-draco-point-cloud-transport Build-Ids: fb70a48aff2b9f78374dd60332285463392eeb89 Package: ros-rolling-dual-arm-panda-moveit-config Version: 3.1.1-1noble.20260428.034438 Architecture: amd64 Maintainer: Mike Lautman Installed-Size: 125 Depends: ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-moveit-resources-panda-description, ros-rolling-robot-state-publisher, ros-rolling-topic-tools, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dual-arm-panda-moveit-config/ros-rolling-dual-arm-panda-moveit-config_3.1.1-1noble.20260428.034438_amd64.deb Size: 16058 SHA256: 838c619c5941ac9b9a86f91034db515ae785cc46edf5e17c3952480deb46418c SHA1: 1aaedde99a00c80120ad189af96dc12518816b58 MD5sum: b847332624ba5909ec752a40ad3901b4 Description: Dual Franka Emika Panda MoveIt Configuration Package: ros-rolling-dummy-map-server Version: 0.37.8-1noble.20260425.042904 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 171 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.042904_amd64.deb Size: 48352 SHA256: 6cbcc9a9dc66da54fa4ebba82eace6bfe15a3dab32f296ce9d9ffdb1853e0d8a SHA1: 52fddb27be1ea8d914d296d302ab3af3eacb5a75 MD5sum: bbbd940354b74dd7b522f22927e6efd0 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.042904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 780 Depends: ros-rolling-dummy-map-server (= 0.37.8-1noble.20260425.042904) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-map-server/ros-rolling-dummy-map-server-dbgsym_0.37.8-1noble.20260425.042904_amd64.deb Size: 727068 SHA256: bcda01be5a90d24b3724cd158307d196057d29a19c0d5498ef1aae09d2786571 SHA1: 37f28a26a995101804e5968e76f1dc2efa78c219 MD5sum: 626e70df62359df0356d7eaa070112ab Description: debug symbols for ros-rolling-dummy-map-server Build-Ids: 28d4ba31604bef8a101ea03cbdc69a85b50522aa Package: ros-rolling-dummy-robot-bringup Version: 0.37.8-1noble.20260425.055500 Architecture: amd64 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.20260425.055500_amd64.deb Size: 11854 SHA256: 30ae9807397b93820459c2a3e0c0d8b607a652f981c41d765c91048b1fa413f1 SHA1: c9d445881ecb4acf2424a91c652d150a387292b7 MD5sum: 7c870c1aa04a9447d5883847649f651c Description: dummy robot bringup Package: ros-rolling-dummy-sensors Version: 0.37.8-1noble.20260425.043633 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 294 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.043633_amd64.deb Size: 68878 SHA256: 3009eb18ae047628c51207d4fdd0bb428aa5f326d19ddae91c0430223fe13482 SHA1: 122801e8e463e069823993996d83c416d7466b17 MD5sum: af8cb05e8e47a17983185f8f9fd4168e Description: dummy sensor nodes Package: ros-rolling-dummy-sensors-dbgsym Package-Type: ddeb Source: ros-rolling-dummy-sensors Version: 0.37.8-1noble.20260425.043633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1549 Depends: ros-rolling-dummy-sensors (= 0.37.8-1noble.20260425.043633) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-sensors/ros-rolling-dummy-sensors-dbgsym_0.37.8-1noble.20260425.043633_amd64.deb Size: 1444368 SHA256: a2a86b3a2e53c4bced06feff638de2b31ef13303da51f6afcfe47feac2447e94 SHA1: 6d05aa746bda0f7a3d5f3472e826d5ef179d54a0 MD5sum: 85a341806c3ca024c8ce5b32d5cbdfc8 Description: debug symbols for ros-rolling-dummy-sensors Build-Ids: 1122cbfdd7d2b2c2d3542e8a6be291edd55f092e a09e0992ff7f7692bf2778a20427ca4ee4380039 Package: ros-rolling-dynamixel-hardware-interface Version: 1.5.1-1noble.20260425.045730 Architecture: amd64 Maintainer: Pyo Installed-Size: 1296 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.045730_amd64.deb Size: 286462 SHA256: 4900bf392f4228ca9b6a828b08f9d84a63e0aa685f15cf13d4ca6123bc1c447a SHA1: 9fee9280f46a62745a91edf37614ba2b8fd60899 MD5sum: e40d2c273ba2ee15a9639fde2d5f9f5a 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.045730 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3763 Depends: ros-rolling-dynamixel-hardware-interface (= 1.5.1-1noble.20260425.045730) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-hardware-interface/ros-rolling-dynamixel-hardware-interface-dbgsym_1.5.1-1noble.20260425.045730_amd64.deb Size: 3547036 SHA256: a596376384756dcce30de53e19cf2e58d9a6ee0aedd77f876528a1bd9934a469 SHA1: cf1dbad0e31b3456cd1d6080e0c35beaa6bc349a MD5sum: 79c9c952b26c838d667aa84696944888 Description: debug symbols for ros-rolling-dynamixel-hardware-interface Build-Ids: 5ef331ec41942029bd322396e48344bac6d18cd2 Package: ros-rolling-dynamixel-interfaces Version: 1.0.1-1noble.20260425.035717 Architecture: amd64 Maintainer: Pyo Installed-Size: 1847 Depends: libc6 (>= 2.14), 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.035717_amd64.deb Size: 145450 SHA256: 906af7c5209a795728b7d45b676f66fcc3f0dd508108686b428d92ecfd7239e9 SHA1: df6db4cd8fb2a9a96a59b3ea14ff303bbbed2ef7 MD5sum: 2999000b2efdff1139aefab76b595e9d 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.035717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1331 Depends: ros-rolling-dynamixel-interfaces (= 1.0.1-1noble.20260425.035717) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-interfaces/ros-rolling-dynamixel-interfaces-dbgsym_1.0.1-1noble.20260425.035717_amd64.deb Size: 1050776 SHA256: 83fcab29752b8e4a20c93775d20984722bb3b9a14fea8754e4c1febda7e4be68 SHA1: ae137b2e2ac772f083656c4a958eb1191471285b MD5sum: 2b2af14f2671c3a579910f83eefb7f0b Description: debug symbols for ros-rolling-dynamixel-interfaces Build-Ids: 114447703c786265a6165d01d80f2854147ac7b3 20fbb6c5a3ffd2dd24fa0fd52322b27812c665f4 41655379564f81f01bce47c4364b99a717e67a86 432979a692bfc7151ad025aea805767407a79467 4716607992502a711b590d7a13f329af07516c9f 5ac04a07ce9e9ac90e73035e0f08d34975911e70 6441591bebd63782126a0c7d8f1fd53f3f82eee9 6a40a8432cdd6007ab39b05ca0b2f9d07709e6c9 78d93b0b329c85f0866de3eb43b331e154a23c8a 9be6450e5c29a5e0693bbd5bbeb8dde15af44e98 b95afe6b418289e5bbafcc7c6a1e9bd5f26ac644 Package: ros-rolling-dynamixel-sdk Version: 4.0.3-1noble.20260423.214038 Architecture: amd64 Maintainer: Pyo Installed-Size: 900 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.20260423.214038_amd64.deb Size: 113878 SHA256: 4a65f7a9c0a33362acd3e588987dbdf5fbf0e542f127694afa4aef5340ca8671 SHA1: b5b8efb9bf7a3656992dddb430ed299e236f8986 MD5sum: 4383f718b25a431105608fbd998418ec 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.033813 Architecture: amd64 Maintainer: Pyo Installed-Size: 865 Depends: libc6 (>= 2.4), 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.033813_amd64.deb Size: 74448 SHA256: f063df370fb9e6c63f8df35a463cf09008ae4cf05e01c76a677dfdc00c033b2d SHA1: bbf399279d79541f51fe274e5f676af986294a82 MD5sum: a8ad6089751739ecac742f8e0444db5a 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.033813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 550 Depends: ros-rolling-dynamixel-sdk-custom-interfaces (= 4.0.3-1noble.20260425.033813) 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.033813_amd64.deb Size: 396948 SHA256: ee77f8518af5b661859b8378f9931e77cc8b1373b72ddb76facee3dc4849106e SHA1: 85e8e5e332144dd8449494f84ccc7b700c6db163 MD5sum: 126e5deeba585dcf5211b6b98192ef3d Description: debug symbols for ros-rolling-dynamixel-sdk-custom-interfaces Build-Ids: 02f15d5ae49493b620cef3e37136a06458b20c51 1b4c6e4e8c34e186eebcb00708b5d611392bd0be 39b0f1eba4bc9250172a22d2c8b74850b313c209 3b83d136e41bc2f9be9b1062018274c539147535 920b9bc19c295e14e64a5ce55b8434ab0754fb3e bf9cdf5f082328491f2a2b8a390727863bfc6cc3 c692ff9201c827aed8c667e9304341314a3afe21 d16099ea47b995e24fa45c8bde35054c18a31a53 ef8a5986cfe3c12175b217726926ba79bec60a68 f1b8404008757aeaa47f2654592b2bb279900ea9 f705c763c9f40a5561f2cd1c6ba0c39c0d998342 Package: ros-rolling-dynamixel-sdk-dbgsym Package-Type: ddeb Source: ros-rolling-dynamixel-sdk Version: 4.0.3-1noble.20260423.214038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 852 Depends: ros-rolling-dynamixel-sdk (= 4.0.3-1noble.20260423.214038) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk/ros-rolling-dynamixel-sdk-dbgsym_4.0.3-1noble.20260423.214038_amd64.deb Size: 798830 SHA256: 61f914e79f6db0dd0120d3e253f6d7c854b34d9e1ef3d4160d80d28883903645 SHA1: e08a824d866c4b939c6d929d498ad21f5c63491b MD5sum: d3914df4c778578220b78b412e95144c Description: debug symbols for ros-rolling-dynamixel-sdk Build-Ids: 6c1778386bfe4685ec32d57f9ba0fe5f66050b75 Package: ros-rolling-dynamixel-sdk-examples Version: 4.0.3-1noble.20260425.042610 Architecture: amd64 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.042610_amd64.deb Size: 112222 SHA256: 53917f1b29564686541430e585ccb7f53b03369864fdaa64576242026ddcc561 SHA1: c3b6c6806af0b9bb28b9dd35e1da8303b0f09d4c MD5sum: 7093a3d7a1daa31e693d636735014e6c 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.042610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2249 Depends: ros-rolling-dynamixel-sdk-examples (= 4.0.3-1noble.20260425.042610) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk-examples/ros-rolling-dynamixel-sdk-examples-dbgsym_4.0.3-1noble.20260425.042610_amd64.deb Size: 1910272 SHA256: 20dc030150e6237700718738b386dcab8622778f4d6c51fa93a6d56010f139ee SHA1: d342be71d76456dd7bdba376cefdebcdd0cfa628 MD5sum: d41dfd9e37f4c79c818c0a7b0fc3f366 Description: debug symbols for ros-rolling-dynamixel-sdk-examples Build-Ids: 18a938a7296dc96cbbdbf17d82ba1a2dce9bc50e Package: ros-rolling-dynamixel-workbench Version: 2.2.5-1noble.20260424.195639 Architecture: amd64 Maintainer: Pyo Installed-Size: 45 Depends: ros-rolling-dynamixel-workbench-toolbox, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/dynamixel_workbench Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench/ros-rolling-dynamixel-workbench_2.2.5-1noble.20260424.195639_amd64.deb Size: 6382 SHA256: 63487d17a99c23bc87a8066d604af59d9a4131248ece011117cb657dc5c16c28 SHA1: 649382b8f5ff7d2589cac81104e3c66c2f89f218 MD5sum: 1d4f9490c3b46ed6a50a1f6ccc825d36 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.034352 Architecture: amd64 Maintainer: Pyo Installed-Size: 6748 Depends: libc6 (>= 2.14), 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.034352_amd64.deb Size: 312786 SHA256: cde2f5608c62f9e158dc66f971fb91302326b8163ef4a8da2ae0bebbe40c64ac SHA1: a6b78dda8afca69e952ed4901d754add38833624 MD5sum: 93eba95eb4b7000da83687a3fa7ca12b 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.034352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3121 Depends: ros-rolling-dynamixel-workbench-msgs (= 2.1.0-1noble.20260425.034352) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench-msgs/ros-rolling-dynamixel-workbench-msgs-dbgsym_2.1.0-1noble.20260425.034352_amd64.deb Size: 2537446 SHA256: 1057c45aed59164f95081e0e5fefde31ea546dae647c5dcc63693428b445b011 SHA1: 60b2f45a6217fd6e178e39d529b7fa7b1b1c47b9 MD5sum: a9e8c5a5bd67d43cdaca6230650f8cd0 Description: debug symbols for ros-rolling-dynamixel-workbench-msgs Build-Ids: 1ce8ae95853976295e876ee58d4217cefb6d0862 215e939af9201ec0a28d93a682e7d619f8d8b453 2a97776ecbd03842495b4412ece687afe3f16e75 413a4c1ddbcfad1d2b57eb113324da9d633a9031 5b812a7a9ddae185e16798edf11eb3de19d937fe 66dbfe0c9812100995e3b88848feaadd8f3b85d9 66dca87742e4b4b9fa1d2f61a51501866859fbdd 7fc08e69c49f9e29998a6131b5bf417efdd3dbf8 a039bb239639f60bfae27fff902f1ec069c8f898 bfb434f8e2306a3e9a34237bbe981d25667b41b0 d913f7bdb8997a8d0dbd6ccb0c704a372d7cd6f7 Package: ros-rolling-dynamixel-workbench-toolbox Version: 2.2.5-1noble.20260423.214254 Architecture: amd64 Maintainer: Pyo Installed-Size: 200 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), ros-rolling-dynamixel-sdk, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/dynamixel_workbench_toolbox Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench-toolbox/ros-rolling-dynamixel-workbench-toolbox_2.2.5-1noble.20260423.214254_amd64.deb Size: 39122 SHA256: 7172eda047142c93addbc431f340994d9289f6c6811ecb3853e50d2ae0a040ae SHA1: d700bce47cdc88f1cf6be67c99e56dc31cd7eeb6 MD5sum: 6b2e07bff31349be6a9670f3fe2ebab9 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.20260423.214254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 130 Depends: ros-rolling-dynamixel-workbench-toolbox (= 2.2.5-1noble.20260423.214254) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench-toolbox/ros-rolling-dynamixel-workbench-toolbox-dbgsym_2.2.5-1noble.20260423.214254_amd64.deb Size: 97228 SHA256: b3d89e63bb17fa191324192d9230ac6ceac4f27ff9ad455c1cf8d3d8db8ceff6 SHA1: b0fb5a59b077f3bc82ab1bad09ee4c1efae2394e MD5sum: ee6b8fff889aae0ed11dafe2d391c483 Description: debug symbols for ros-rolling-dynamixel-workbench-toolbox Build-Ids: 51d8f19ed2af2990832903463c3491b0c9e23693 Package: ros-rolling-ecal Version: 5.12.0-4noble.20260423.213656 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 10326 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), 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.213656_amd64.deb Size: 1980250 SHA256: e468af5324a806c048dda0ea5c10c4ef57a4686f49c97f4911cbaee0a1ffaa7f SHA1: cd463be998d8e25e8b19b42844bbdbdc588f90c3 MD5sum: 48e21ba52e4c942f270f8cc02e8b13b3 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.213656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 44919 Depends: ros-rolling-ecal (= 5.12.0-4noble.20260423.213656) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecal/ros-rolling-ecal-dbgsym_5.12.0-4noble.20260423.213656_amd64.deb Size: 43547184 SHA256: 96e311b704f0aad6092b06a95881591bccebb9771179d7bacada2fbc1cfbcceb SHA1: 6e846be7097c321c727f7a7a8fb02f3346a4bcde MD5sum: 0eed734ddd410180acea790f647ddead Description: debug symbols for ros-rolling-ecal Build-Ids: 08d85c825325e6b0963a52f3b2bf8471cc931647 11e8156204394129ba085ef1f4f81010b23e53c2 185c8c7b14d801674d6ca8c471ce0a6fe80bff4d 1d389093db656719df5fdffd44336c2e8abde53f 312df9617a2c2274f4da01b6419cd7f356168ff8 667054e76998e48d6e81bed35407e7327bbd1840 757a6f5b47809501ad5666fc7e212c9b878bbb91 876d9aea490782a93900171ab5f4ac713acea908 993315763225f8982185bf6e68e413c9f7501779 99e11f518d42a9644e46e437d6654204df52abbe 9dda7bdd67e7833c851f997a54e256a4da9e3960 a117e822d09a5001825ff0e976edab6864ad0a17 c8cea3ccc73505be31790c784d20a273ace87198 ca5f9da1adde3ab9d7fc99bd4f23b01b22e083e1 cfee39c1e7f177a51e9b6af0094e52fb3655589c edafb15512afd9dd55a13c541a0af90d8b292100 Package: ros-rolling-ecl-build Version: 1.0.3-4noble.20260423.214141 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 449 Depends: ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_build Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-build/ros-rolling-ecl-build_1.0.3-4noble.20260423.214141_amd64.deb Size: 39730 SHA256: 53d9bb8875a74b9da39212d201704909b65c3c8cedfadcb7ef24ab27895dc98a SHA1: 36c3691175def2e0dc997b666f691cc4686cf17a MD5sum: 764d2a400fb6c297afeba6103d4c905e 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.040213 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 272 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.040213_amd64.deb Size: 57856 SHA256: 1537083b73787ed079c09b935b1c435eb0ca5ae9aa4718f886e063254849ab09 SHA1: acf6cd6263b85436687b3adcbcb908c8e5c1e73e MD5sum: 2e473ce482647b0df422c7aabc76549f 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.040213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 326 Depends: ros-rolling-ecl-command-line (= 1.2.1-4noble.20260425.040213) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-command-line/ros-rolling-ecl-command-line-dbgsym_1.2.1-4noble.20260425.040213_amd64.deb Size: 295958 SHA256: db6e5126abaff0e589853d5a8b2ee5a3109d4ab674bd0f18fc1a3fd22758e8db SHA1: 917ae48c1547b462ff39cecdb47a70ddefc60812 MD5sum: 08c226721e478999b1d8784703f68a7c Description: debug symbols for ros-rolling-ecl-command-line Build-Ids: 46d8aeda25c999af0526faf3bdd4e36c15d6b8bd Package: ros-rolling-ecl-concepts Version: 1.2.1-4noble.20260425.040935 Architecture: amd64 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.040935_amd64.deb Size: 12916 SHA256: d3d2b36364492cf6059236dd715fa497a5e1d975fc7093eeb9657e2ce74a5b19 SHA1: d259e294a399757ddd8bca13f0065aa316db915f MD5sum: 37eb3775581660b44ddc47922946bb80 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.040224 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 119 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.040224_amd64.deb Size: 17964 SHA256: 728d4b60eab78b725c9dabd265c2e75be851ee760981e1e3ee75f88529cc7c4c SHA1: 9c0a2fd31bf72b0fdb3622a09fe73f4865770680 MD5sum: 187586a2947efa4e8d73dd7740ec21bd 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.040224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 52 Depends: ros-rolling-ecl-config (= 1.2.0-4noble.20260425.040224) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-config/ros-rolling-ecl-config-dbgsym_1.2.0-4noble.20260425.040224_amd64.deb Size: 27932 SHA256: 88a2512fd37bf26bee33c23ad5750ccb8bb01aa2fa3473bf400e57ecd0be4bc3 SHA1: 6f107e4e039436f4fa42a05943c28d6869e436c2 MD5sum: 8297b9011de69ef9bbd75b899a16fe7f Description: debug symbols for ros-rolling-ecl-config Build-Ids: 18df10e52e3baf5b428e8f87898a441771db1222 e1c3c374c46ee251ed86a38a878c7d51ff4c5857 Package: ros-rolling-ecl-console Version: 1.2.0-4noble.20260425.040407 Architecture: amd64 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.040407_amd64.deb Size: 10172 SHA256: b1a46c6516fdd0d048f739a9e8bbb393cd8ef9fdaf8e9b276cda92cc1cebd29a SHA1: 89c85abe76931f28ec31b4e02b142f5b6ce920b9 MD5sum: 39a6f513183266ad465a7531eb2c0821 Description: Color codes for ansii consoles. Package: ros-rolling-ecl-containers Version: 1.2.1-4noble.20260425.041438 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 366 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.041438_amd64.deb Size: 46686 SHA256: 2dc165cb7966424463d70ad2afd53278de5b18a45116f4c019d490f226fa4742 SHA1: e089ce8cb9f5079d9d5da105e871a027dca3ded3 MD5sum: f9ff65eef0a96894b6a274a584b35030 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.041438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 133 Depends: ros-rolling-ecl-containers (= 1.2.1-4noble.20260425.041438) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-containers/ros-rolling-ecl-containers-dbgsym_1.2.1-4noble.20260425.041438_amd64.deb Size: 95166 SHA256: 5a2fc0870d069447240c6d4fd1f6db8b3286584fa91ac0f2d883536fa9bade53 SHA1: c24b5431f6b10d3637ab1409fa8ecdc9c86329cc MD5sum: f9d937a3440a1aec1aefa2b5acba6577 Description: debug symbols for ros-rolling-ecl-containers Build-Ids: 548899129106789949d2c7370bd49174943b59e8 Package: ros-rolling-ecl-converters Version: 1.2.1-4noble.20260425.041122 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 168 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.041122_amd64.deb Size: 24564 SHA256: 71c143a3499ddb9caf0b269a1df4a25841156a0b75b668c5d5ee2e4591fd3a82 SHA1: 69f28be71b332a2b08b7c30f16623f0bec9c7141 MD5sum: 98d2bf24742679e76b75b9823407a122 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.041122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 55 Depends: ros-rolling-ecl-converters (= 1.2.1-4noble.20260425.041122) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-converters/ros-rolling-ecl-converters-dbgsym_1.2.1-4noble.20260425.041122_amd64.deb Size: 34894 SHA256: 0c6f4601b36f138fa5b13b97a458cbc5be43ca86fbe36962e38abf317f69dadc SHA1: 47360e887a5ba35705382e61b56c25c95133a259 MD5sum: f1a89f5de9c9052e5d7d151650236dc4 Description: debug symbols for ros-rolling-ecl-converters Build-Ids: 0446918a6133820971540107138936c381f3d449 Package: ros-rolling-ecl-converters-lite Version: 1.2.0-4noble.20260425.040410 Architecture: amd64 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.040410_amd64.deb Size: 9042 SHA256: 701a5c9f839e649ac5280e88d57eab20f68dc5d27d9bae9a957e998278c640b3 SHA1: b896cf52896beb9292a525ac39c363fbb6ae8b1a MD5sum: 810ee570eb844c8078d58c0de8393268 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.040237 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 68 Depends: libeigen3-dev, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_eigen Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-eigen/ros-rolling-ecl-eigen_1.2.1-4noble.20260425.040237_amd64.deb Size: 11022 SHA256: 3cfeca4bd2752ac26a5fbb445a8e85e3408f26f4ec94b1fe748d74e0a2d18599 SHA1: 648004aaf7886cc5fab64dab7a77959f81d2ec73 MD5sum: ebc88c76687fd004fc5be420ea479d17 Description: This provides an Eigen implementation for ecl's linear algebra. Package: ros-rolling-ecl-errors Version: 1.2.0-4noble.20260425.040425 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 128 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.040425_amd64.deb Size: 20990 SHA256: f090c6f82e45566e8ba129bc770752a2316bf39993cae324170c201104bfee2d SHA1: b3555554cd1f2d1240393b37a262e99af282381a MD5sum: dd5895f3b0f86f85b275c2fdad06a744 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.040425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 53 Depends: ros-rolling-ecl-errors (= 1.2.0-4noble.20260425.040425) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-errors/ros-rolling-ecl-errors-dbgsym_1.2.0-4noble.20260425.040425_amd64.deb Size: 25944 SHA256: 4cca8328e1170320166b92a2970a9efff61de16deb32dbe184838288ba3440f4 SHA1: 760c0abfbde4dc0101524a3477f32fa8742e6a9a MD5sum: f43bef3b38e0599aa7e5e60df5a41c69 Description: debug symbols for ros-rolling-ecl-errors Build-Ids: bf933831d915d8e0410087cc7b75621387acecfa fb20ec4775c772c2f8e8aa5ed47d11f89624c24d Package: ros-rolling-ecl-exceptions Version: 1.2.1-4noble.20260425.040941 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 171 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.040941_amd64.deb Size: 29970 SHA256: 78e3547cbfb1748cb531fb2c79405cd4b825368a4b6f59ab597532301b8dbffe SHA1: 67460639ea206289ff3397735cb055de32d9efc9 MD5sum: 4f7e5a48834e3b631196906c4f5e5d33 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.040941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 149 Depends: ros-rolling-ecl-exceptions (= 1.2.1-4noble.20260425.040941) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-exceptions/ros-rolling-ecl-exceptions-dbgsym_1.2.1-4noble.20260425.040941_amd64.deb Size: 110620 SHA256: 22d3cea1e83e52fbcb1c79399c9af1613cbe3b2595ce2e9cdacf1479f2e94239 SHA1: f91dffb7949c47851668e7f2db52ffc86dfdf679 MD5sum: 97cc673d8fa5ef737c073b381ca5cbe7 Description: debug symbols for ros-rolling-ecl-exceptions Build-Ids: abb509d612102c554448b3b43c9e44363a659107 adf16c4f021c2f0f13faf8b1a34c434cb0bffbf4 b5134785a80f3dcbb206ccd95ee8d8d93bb4d15c Package: ros-rolling-ecl-filesystem Version: 1.2.1-4noble.20260425.040948 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 96 Depends: libc6 (>= 2.4), 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.040948_amd64.deb Size: 15656 SHA256: e60da0147ab12b0e94ef82d13cfd4b0c1b7805a56f2ea06e21c9f33f0cb0bf35 SHA1: 0076ad9201696144a31473ca1f4d6acd6a49cad0 MD5sum: 7b535cd9cff85b835748a13619efdbbb 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.040948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 39 Depends: ros-rolling-ecl-filesystem (= 1.2.1-4noble.20260425.040948) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-filesystem/ros-rolling-ecl-filesystem-dbgsym_1.2.1-4noble.20260425.040948_amd64.deb Size: 22644 SHA256: 52985117638af15bc352f22706a6207c8c7aa2f041b48dc5b46c2a044c4df3ed SHA1: 10766a5cbf7405aae0db641d39b9e99794fcfe62 MD5sum: 3c5dab0d9b5e68bc37e4b811236a156d Description: debug symbols for ros-rolling-ecl-filesystem Build-Ids: db50c79e39d80222620cbc89fcb6ac919124f9aa Package: ros-rolling-ecl-formatters Version: 1.2.1-4noble.20260425.041241 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 196 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.041241_amd64.deb Size: 31128 SHA256: 973e82e167b4c0a88f11f04de1c6e2c40ab9ba7a291a7383fcbc99e8b52b7e15 SHA1: 91ed0766b6f9d709c0de8e3ae7bae2fd1ba737bd MD5sum: a5d5cf211119d27a8e1024b599f081f3 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.041241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 127 Depends: ros-rolling-ecl-formatters (= 1.2.1-4noble.20260425.041241) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-formatters/ros-rolling-ecl-formatters-dbgsym_1.2.1-4noble.20260425.041241_amd64.deb Size: 88216 SHA256: 28cc2d469eeb0f1bd991a512509b6606d8b5b08d55577d83ee946c1ba34211f3 SHA1: f1f6649f45bdb71b194d11a341a4c29842e3ce07 MD5sum: fe63fb2846beef53fe4693905467f133 Description: debug symbols for ros-rolling-ecl-formatters Build-Ids: afdfc99042f465ce81a257718d479e1318160469 b7d80163d6fc0005a67ec4d902acaa20179de64a Package: ros-rolling-ecl-geometry Version: 1.2.1-4noble.20260425.041609 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 397 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.041609_amd64.deb Size: 66992 SHA256: ab9d2724fa54d7883756355cc85e7044c74680696d9139a3e147fb4dc7fa04b5 SHA1: 8884a58e05df1643af8caae61aeec007d9a95b21 MD5sum: 2923e00b9677a04d5223f21c333ee5a0 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.041609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 1152 Depends: ros-rolling-ecl-geometry (= 1.2.1-4noble.20260425.041609) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-geometry/ros-rolling-ecl-geometry-dbgsym_1.2.1-4noble.20260425.041609_amd64.deb Size: 1108018 SHA256: 089a59eff9a6cc3b7d1afda21531e9ff2c1a410ca46ed824020f85c06d274e3e SHA1: b805e729311051ebbddfc89157d18813743b5828 MD5sum: 246b89bb625b9ade5e3b4d807a115409 Description: debug symbols for ros-rolling-ecl-geometry Build-Ids: d9c94476720f1056fddb59d64e5c939fa1816b09 Package: ros-rolling-ecl-license Version: 1.0.3-4noble.20260423.214110 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 56 Depends: ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_license Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-license/ros-rolling-ecl-license_1.0.3-4noble.20260423.214110_amd64.deb Size: 8694 SHA256: db836d1e89c6b9f9a846a0495e3a2b2f610e8cd9f06d4f2f01b7dbda65b9c17c SHA1: 3c80866f509d5704ca84e5144ec39bf26e449e14 MD5sum: df81f897e93641a3d65340c0196d5729 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.041436 Architecture: amd64 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.041436_amd64.deb Size: 41852 SHA256: 26075b2f6bf4a6e1a0ac5a5bacc2972b632f42ef570a918ae1c00598c8cc7cc6 SHA1: 4e351ec349cb2cd3c489514ecd537fdc874fed07 MD5sum: 2ecb42bedf900e4a265aa3aa640d85c5 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.041436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 1588 Depends: ros-rolling-ecl-linear-algebra (= 1.2.1-4noble.20260425.041436) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-linear-algebra/ros-rolling-ecl-linear-algebra-dbgsym_1.2.1-4noble.20260425.041436_amd64.deb Size: 1584566 SHA256: 11ca8204eb81bd5b18744a631eed90270b790212ec3b456d61a3dcab73b99324 SHA1: 23a9b585d7ff5d14b7f568412339a2139a456539 MD5sum: 9930720e08b83ad1179bbeffe09459fb Description: debug symbols for ros-rolling-ecl-linear-algebra Build-Ids: 8a20b5cb4ec318235bedefa0cd213249391dec8a Package: ros-rolling-ecl-manipulators Version: 1.2.1-4noble.20260425.041755 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 199 Depends: libc6 (>= 2.14), 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.041755_amd64.deb Size: 44638 SHA256: f84bace6dc7fb329f06049b6d2b6af6342fac1dc620f9f4eb8950923d791d270 SHA1: 40185a6026f64e2e842acbbf0c2de2872e99bacb MD5sum: 96b0dc96a7412acfa50dd096e2de75c9 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.041755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 475 Depends: ros-rolling-ecl-manipulators (= 1.2.1-4noble.20260425.041755) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-manipulators/ros-rolling-ecl-manipulators-dbgsym_1.2.1-4noble.20260425.041755_amd64.deb Size: 442458 SHA256: d7e1e55051fd7d8b15bc437074267e1c9622dfd223fc0f633a738281a8ffe19b SHA1: 59ba2649774a880bbcb0a2662df56e22854df704 MD5sum: 511a254ab931e5dcc95f7e2a9585a9ba Description: debug symbols for ros-rolling-ecl-manipulators Build-Ids: 54ce26de743c54307c713577e5859f6873fbb3be Package: ros-rolling-ecl-math Version: 1.2.1-4noble.20260425.041035 Architecture: amd64 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.041035_amd64.deb Size: 11422 SHA256: 4c020766aa7146ff5d30206b456d495b1544a0c3c7cfe485e2f6bfdcd4880378 SHA1: 79344b3a0538100c06bb6950a2acb4e5b15d09f5 MD5sum: 51331768cf6ccb62fd38ca5aab6f59a8 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.041757 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 98 Depends: libc6 (>= 2.4), 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.041757_amd64.deb Size: 14648 SHA256: 6c9fcef74e36b5acb8fe9f0599865e1c979b131743d54beffde47f965f4f465c SHA1: 6abc4b2a6860af04426919f558ece0890f30dae8 MD5sum: ae5b99885cafd0969eef3009cdf61e01 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.041757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 120 Depends: ros-rolling-ecl-mobile-robot (= 1.2.1-4noble.20260425.041757) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-mobile-robot/ros-rolling-ecl-mobile-robot-dbgsym_1.2.1-4noble.20260425.041757_amd64.deb Size: 108708 SHA256: bd175959b53627ac0e7d3979bbfd8da1d0a94272292914d92ec21058f69f2aa5 SHA1: d3006d1174cc49aae6dae6c7a070bc794b90d9af MD5sum: 66640dbf0d9ebe0168412c5f079ff718 Description: debug symbols for ros-rolling-ecl-mobile-robot Build-Ids: a1b55a5c008ab3347e64e5fc959cab93e1f1006b Package: ros-rolling-ecl-mpl Version: 1.2.1-4noble.20260425.040248 Architecture: amd64 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.040248_amd64.deb Size: 9498 SHA256: 532235f29048396c489a4ea93651978053ad30dbcd0c9f92f8586cc8dea78646 SHA1: c2623b0ec120510c2a28a25a1ab7fad5282a6a88 MD5sum: 7f2681f59578cf1c60eb500a8983514b 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.040950 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 123 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.040950_amd64.deb Size: 18946 SHA256: 036f3a89885eaff00ec43e196d7dc3c00752fa3f9fac63e7dcdbc5de9b45b178 SHA1: 6b8d2114982b30cf81ca1f42733adb057de577af MD5sum: e7f6c16943ab45129e8920cad5047ba9 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.040950 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 51 Depends: ros-rolling-ecl-sigslots-lite (= 1.2.0-4noble.20260425.040950) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-sigslots-lite/ros-rolling-ecl-sigslots-lite-dbgsym_1.2.0-4noble.20260425.040950_amd64.deb Size: 32098 SHA256: feb885640bd43a50df8808160fb290a177472f2de665d37b4f282e9b590b4387 SHA1: 0fe0f741092ee6d93a6f0b8a1231f9c55b70f4fa MD5sum: e1fd07f4d2cca7c334abdc9641531cb2 Description: debug symbols for ros-rolling-ecl-sigslots-lite Build-Ids: 2fb3d2503dc950b6d1d0aafd25abcd4d4328c9d1 Package: ros-rolling-ecl-statistics Version: 1.2.1-4noble.20260425.041614 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 150 Depends: libc6 (>= 2.4), 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.041614_amd64.deb Size: 36764 SHA256: 9480bb553025fb9da0a9a089395de075b2637822d046c307ac471d105ed9b4cb SHA1: 0c4d8707a4ba5d9a90382bc94fa27ae0e8ed7f84 MD5sum: c7a707460a0297a51404386dcd1f5f9d 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.041614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 5887 Depends: ros-rolling-ecl-statistics (= 1.2.1-4noble.20260425.041614) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-statistics/ros-rolling-ecl-statistics-dbgsym_1.2.1-4noble.20260425.041614_amd64.deb Size: 5950856 SHA256: 2790fb8fd20fe1f1932bf0d3a1d7041b5539643c6e4dbf87477bd67e726367fc SHA1: 756f8623223463f3a878665e8be47dfb6c237c31 MD5sum: 9c1a50f34b3b3f1d7775393dc5b484d9 Description: debug symbols for ros-rolling-ecl-statistics Build-Ids: 22dc52d45d274c68f8b96a2426d331a95526f0f1 Package: ros-rolling-ecl-tools Version: 1.0.3-4noble.20260423.214325 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 44 Depends: ros-rolling-ecl-build, ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/ecl_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-tools/ros-rolling-ecl-tools_1.0.3-4noble.20260423.214325_amd64.deb Size: 5468 SHA256: 4527ca3805aced83a58e694b9fad12e82a2862fe01f95e985063c9c6e71efba6 SHA1: db4caa455e4dbaf1341a678ffc8d1d5b06aea41a MD5sum: a7984c9fa84ccc5482892f6ebff6edd9 Description: Tools and utilities for ecl development. Package: ros-rolling-ecl-type-traits Version: 1.2.1-4noble.20260425.040425 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 127 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.040425_amd64.deb Size: 17106 SHA256: e57ff939c34e24188aaefc4fe0f597aed9041c5ae2c9b1ae36a6507aaaea72d7 SHA1: 22c93f7fe65e10c59af8749ecc45abd2ee878ae1 MD5sum: be27cf8fba4569ba2312439ffe1ff6ac 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.040425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 48 Depends: ros-rolling-ecl-type-traits (= 1.2.1-4noble.20260425.040425) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-type-traits/ros-rolling-ecl-type-traits-dbgsym_1.2.1-4noble.20260425.040425_amd64.deb Size: 25952 SHA256: e00c47580bbc9ad285611ed92e1cd021d431ccaf77bbe0ca1d2083b8ac899d89 SHA1: 4ab66d51ec7a7e831e277e8df44a10508df370e3 MD5sum: 8ab285895dcec353049fae097f16c6fc Description: debug symbols for ros-rolling-ecl-type-traits Build-Ids: 8c78741d8ba63d5695ed095249a822dc5460471f ee094f370df727fa014909363a0998123de325fd Package: ros-rolling-ecl-utilities Version: 1.2.1-4noble.20260425.041100 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 150 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.041100_amd64.deb Size: 21174 SHA256: 75d78cab2acfd5e5abc030eaa1c4c2adeaf15ac8c4fddfce1ae9447b2c85a5b5 SHA1: c61e776b1531cc47391a90750220264bb1b02f5d MD5sum: dbd065fc6ad80a9c34670cd10dad5725 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.041100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 28 Depends: ros-rolling-ecl-utilities (= 1.2.1-4noble.20260425.041100) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-utilities/ros-rolling-ecl-utilities-dbgsym_1.2.1-4noble.20260425.041100_amd64.deb Size: 13808 SHA256: cf23dd614e7fbefd49ce365421162fc1ee786978244574230292998f53cdfd63 SHA1: fa457f00b6b0a89736065924208ed55aa34ce173 MD5sum: 224ea4d1276b13cc75a6a0e9efe4f660 Description: debug symbols for ros-rolling-ecl-utilities Build-Ids: 31d2101a7981fd5e0f3efc23c83672745693bb1c Package: ros-rolling-effort-controllers Version: 6.6.0-1noble.20260425.052222 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 122 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.052222_amd64.deb Size: 29124 SHA256: 0bd46c0bd1eb2fb33e72ed138759304b82473ebdc3f491d3b6e86c216d2468cb SHA1: 2fb24c7796f4ad04d553103ff739f4b198cf758f MD5sum: 9063e7faa4c562bf47d5327e9639d25f 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.052222 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 439 Depends: ros-rolling-effort-controllers (= 6.6.0-1noble.20260425.052222) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-effort-controllers/ros-rolling-effort-controllers-dbgsym_6.6.0-1noble.20260425.052222_amd64.deb Size: 416786 SHA256: 7ab98dcb3e2f529b7209010f4b1b4c6e943819364887b4e4848b16d38065daa9 SHA1: 86f7f6da4b5d1ee7323e721b0bca81c777d5b616 MD5sum: 69126b134a6e276e5519b8aeaba30653 Description: debug symbols for ros-rolling-effort-controllers Build-Ids: eda67bf2446b8a4cc5f87867347a5b5766cc905f Package: ros-rolling-eigen-stl-containers Version: 1.1.0-1noble.20260423.214122 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 67 Depends: libeigen3-dev, ros-rolling-ros-workspace Homepage: http://eigen.tuxfamily.org/dox/TopicUnalignedArrayAssert.html Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eigen-stl-containers/ros-rolling-eigen-stl-containers_1.1.0-1noble.20260423.214122_amd64.deb Size: 10004 SHA256: 64cc28f9001947985bd0c3e2fc18b59e91670bc08f8381420a1823433eaba758 SHA1: 472c1a32ea59d631176f2f2324f60c8862f2a218 MD5sum: 4212abcc642a7594c9dcc517b3ba3e0e 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.20260423.214118 Architecture: amd64 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.20260423.214118_amd64.deb Size: 6690 SHA256: b0ad4b365061f3573b9c4d37bf3457364cd214b1ca972d7617be729e7cf1316f SHA1: bdd3edff325c59d923ec31f67c86bb25b7403893 MD5sum: 3ecaca1d4f4385d65f79e0c19e2a5a32 Description: Exports a custom CMake module to find Eigen3. Package: ros-rolling-eigenpy Version: 3.12.0-1noble.20260423.210535 Architecture: amd64 Maintainer: Justin Carpentier Installed-Size: 14349 Depends: libboost-python1.83.0 (>= 1.83.0), libboost-python1.83.0-py312, libc6 (>= 2.32), libgcc-s1 (>= 4.0), 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.20260423.210535_amd64.deb Size: 2521146 SHA256: 1ae5076cb9d5f5bdee9f2adfefbf15c6d642697051844ea2ae57f48b6c88bee0 SHA1: 5f752f120be2e040f9a5eb9cae6f0eaad9d31aeb MD5sum: b9e475ddcd4a9a7fd0849e9e09a866db 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.20260423.210535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Justin Carpentier Installed-Size: 296828 Depends: ros-rolling-eigenpy (= 3.12.0-1noble.20260423.210535) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eigenpy/ros-rolling-eigenpy-dbgsym_3.12.0-1noble.20260423.210535_amd64.deb Size: 287874942 SHA256: 4d03b2a94f266907e1cdd85c79300ceae3447cb5aac02f9103b05c00ffaa5a6b SHA1: 1faaab2f9d4632ec96928420607b15f029e19e43 MD5sum: 5924889dcb3cf3300c1f550cdec62539 Description: debug symbols for ros-rolling-eigenpy Build-Ids: 86dbbed515e5370ee0b15866f3397d102dd73f3e f711464a1e7fb99ab94d218a5113ef1798c21ca2 Package: ros-rolling-eiquadprog Version: 1.3.1-1noble.20260423.230356 Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 1680 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), graphviz, libboost-all-dev, libeigen3-dev, ros-rolling-ament-cmake, ros-rolling-ros-workspace Homepage: https://github.com/stack-of-tasks/eiquadprog Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eiquadprog/ros-rolling-eiquadprog_1.3.1-1noble.20260423.230356_amd64.deb Size: 396402 SHA256: d0ba48763600f58bfe303d5b6250cf5ee51bec3a371753aec690d6231e9e3934 SHA1: e565d96cdf4d1ea8e61079339709c68dfb6b2cb3 MD5sum: 013b38ae003041ef4d95616545379691 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.20260423.230356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 1863 Depends: ros-rolling-eiquadprog (= 1.3.1-1noble.20260423.230356) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eiquadprog/ros-rolling-eiquadprog-dbgsym_1.3.1-1noble.20260423.230356_amd64.deb Size: 1865060 SHA256: cb6175df44b11da723c670e3bad29bf6aba62644b259218a2cbd5162d1d5a6ff SHA1: b859dbe9fb5ee379a824550294370b26a4ec68a4 MD5sum: a7261c6011592ccf28e164175e7565d5 Description: debug symbols for ros-rolling-eiquadprog Build-Ids: 1a98e73996fe7e1ad56b185a51662ed11458776e Package: ros-rolling-event-camera-codecs Version: 3.0.0-1noble.20260425.040207 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 216 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), libstdc++6 (>= 13.1), ros-rolling-class-loader, ros-rolling-event-camera-msgs, ros-rolling-ros-environment, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-codecs/ros-rolling-event-camera-codecs_3.0.0-1noble.20260425.040207_amd64.deb Size: 39586 SHA256: a50eb1a0b7bc03a5628037177e462cfff5a72488ca494dabab78c6bb566953cf SHA1: 75202873f14e6dc4a33133fe6e77989836dc6740 MD5sum: 0012c6191ed04b7a13f9e363210dfda6 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.040207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 269 Depends: ros-rolling-event-camera-codecs (= 3.0.0-1noble.20260425.040207) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-codecs/ros-rolling-event-camera-codecs-dbgsym_3.0.0-1noble.20260425.040207_amd64.deb Size: 221206 SHA256: 9dd4489c355cd2250dfe47fca71505d5989deedd5652aacef1887c87b335d3ba SHA1: 9a36bc7519e86786780bca14b12cf1a86e263b1a MD5sum: f41a2ddeeaa40333064fa84daa5d5be7 Description: debug symbols for ros-rolling-event-camera-codecs Build-Ids: 50cc65a20b9331e4aee144ff788b22ed2cba1080 c10397fc1ae1b493d0ea549f6bf79bee5243932b Package: ros-rolling-event-camera-msgs Version: 2.0.1-1noble.20260425.034654 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 593 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.034654_amd64.deb Size: 76480 SHA256: bedb11ee452c54ff647c5e49dad127c64a52a3efbf03d906de6f44c8262120aa SHA1: 43a284286a15e4136abe26c06b5d57cfa5f45e07 MD5sum: ef85dde21b82461e4e9b73cc68be4875 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.034654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 659 Depends: ros-rolling-event-camera-msgs (= 2.0.1-1noble.20260425.034654) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-msgs/ros-rolling-event-camera-msgs-dbgsym_2.0.1-1noble.20260425.034654_amd64.deb Size: 545590 SHA256: de3096a12e32a1fbddd7ff0123aea7e75f81fdbb8778a30be60506d2b5342b9d SHA1: e78adf8d79af5ee3b1d2a1255f495fd7fffeb2a4 MD5sum: 2726cd505a8defc7459391a825186b3b Description: debug symbols for ros-rolling-event-camera-msgs Build-Ids: 06db0beb55e06f6b4b7fb9867c9fa58be100d436 09762ba0cf13dbfd1a7f297e241d31e2de61c3ed 0f4c4bd8a2721edc64d5507e14afd82c0611f59d 0fb61e3217965432d6e04707b7df8024757ad5ec 168c3203ec3b34914bbad09b52a9024e30aaaebc 2964d71b07e821f7f56895711812937197949a57 7fb1f715bb757e2d700de0d961c9e1be948a7af5 9114d99413fca8b3b09254006676756ff56bc1aa b23d83875c65a4bdb233c6eb5f77c350f6f4e119 b5ce129de4d6ada11ed0383277c39a191c688cfa d6ad02c98cc15bc334a20dc241416c4294d01b1d Package: ros-rolling-event-camera-py Version: 3.0.0-1noble.20260425.040402 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 369 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.4), 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.040402_amd64.deb Size: 122730 SHA256: 81f1e42daef63fd5c9e7dd386e879307dc56c3b09b18150bda323ab746d974fb SHA1: 9796642e6cdacbb81112490fe9a283d932e963b8 MD5sum: 33f94ba25eba244ac1e93fd9c601ab99 Description: Python access for event_camera_msgs. Package: ros-rolling-event-camera-renderer Version: 3.0.0-1noble.20260425.045312 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 611 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.045312_amd64.deb Size: 137902 SHA256: d1c1d5e360af8f17c2e04417fa8851dd693602ab5bb227ddb6974733e217e0d2 SHA1: 91a1ad025732f6e13c6cbfa942e32e9b92793123 MD5sum: 1e9809f07bd126b21b38ce1859ed2a68 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.045312 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3302 Depends: ros-rolling-event-camera-renderer (= 3.0.0-1noble.20260425.045312) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-renderer/ros-rolling-event-camera-renderer-dbgsym_3.0.0-1noble.20260425.045312_amd64.deb Size: 2922196 SHA256: 257aee92c0b413db44e0f4d73c2b3cfa4a674df196e9b99f2f5c7ea2ca0c08a9 SHA1: f8cbed95cc9c5eb998a31a25d87f044d0c5386f4 MD5sum: d7011c153bcfd836ca86603bf09606d3 Description: debug symbols for ros-rolling-event-camera-renderer Build-Ids: 05c9ff3d00352894d9a61dd22114d599009e15cb a18da915058d7e249afe7e6785dc8a790ad89f28 Package: ros-rolling-event-image-reconstruction-fibar Version: 3.0.4-1noble.20260425.053940 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2005 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.053940_amd64.deb Size: 375296 SHA256: 0073bd32fd7f8cb2a07b23db97e3ada3427bc36c1f3d1bd1e1db5e13307b6d36 SHA1: 66b66a3e137bc38bc07fd6a4087c1cc7ae7cc60c MD5sum: 87628de52f41f99a5e696e34c77fad52 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.053940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 9686 Depends: ros-rolling-event-image-reconstruction-fibar (= 3.0.4-1noble.20260425.053940) 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.053940_amd64.deb Size: 8309044 SHA256: 85ac38291db5cec017555c131c5e6cb08b9e1a40d9b6d63f5d9f02009255845a SHA1: 525bdfa38f6655bfe5f28c499485545f507eef2b MD5sum: d89c095b964cf50f495d7b23360e2084 Description: debug symbols for ros-rolling-event-image-reconstruction-fibar Build-Ids: 302e0ed83d4d4c68ebd8b0869afc96a6c7beb135 33aee12b5f9f4b1ec24f247921e3bf9973ccc00e 8620ef0899e5b04921d78accb2ee154ae2ba86a7 8f86f3f55483ede66f50258b6cf19aa5724bb7b9 Package: ros-rolling-example-interfaces Version: 0.14.1-1noble.20260425.033607 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6508 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.033607_amd64.deb Size: 402218 SHA256: 343c673c46b9b5dd5c339aa0a3c9e875cedbe5340318927e28a1efc03318588d SHA1: 49babe4ec77d9b2dfc74f614a898153564e24f37 MD5sum: 8589afbae13353f6ffabcb1fd1298a0f 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.033607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 5217 Depends: ros-rolling-example-interfaces (= 0.14.1-1noble.20260425.033607) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-example-interfaces/ros-rolling-example-interfaces-dbgsym_0.14.1-1noble.20260425.033607_amd64.deb Size: 4240396 SHA256: 70c83b96a9549bbe147034c44c3b344c5b7f15d25b7c52de13382f9f329566da SHA1: 35bd5341f0ffa22504238e7bbcbb68850d751349 MD5sum: 0985c1eb1ab19042576ae084d4680f10 Description: debug symbols for ros-rolling-example-interfaces Build-Ids: 1eb3f9fd4f89fb11614c7445509fb586680b956d 2313fa4ed5443845e5bb603f2887593281fba38f 2fade125c60d201b34e0a4dccfe29c90914bbc1a 87524517789839eb52d32616bc9f147b070f5741 a47c9700d0b1e96b309ead55070ef7b5068b0606 ad9b895015e672640c7bce3fab82b0e75e47ebeb c72ecec0213b64f0ffaa633b47bdef61760e3bcb cb0ad5781ce1078ab45a118091d9ab720b3cfbe9 d1b16f75da161bd5a86c032c8a9f9c8cf071e55e f8affb4c61dce129f129c4b7ceeb77e5e65d2a9e ffd801518cf0e89423621e45d6c4163d5ccbadf7 Package: ros-rolling-examples-rclcpp-async-client Version: 0.21.5-1noble.20260425.042825 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 155 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.042825_amd64.deb Size: 39848 SHA256: 70c1b8bb4fe098ec692bf57ecba4ea4a437aa325e9f456fba5e539ce2b8641b2 SHA1: 32626a6a86d10ab4c2222d5a0ead595bb80e716a MD5sum: 071e0addca186bcc9d915b25933af252 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.042825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 666 Depends: ros-rolling-examples-rclcpp-async-client (= 0.21.5-1noble.20260425.042825) 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.042825_amd64.deb Size: 626406 SHA256: 434410b64439811f282f254b9ca692b15aeaed15a606327f08d885bfd0a45b67 SHA1: 7e85a962826ae337403e2d2de9574b1d26e64694 MD5sum: 7d6102326e66f2f09b84b1c95e0a00b5 Description: debug symbols for ros-rolling-examples-rclcpp-async-client Build-Ids: aa7641c9cb54b3d607772037166eb589fde874bd Package: ros-rolling-examples-rclcpp-cbg-executor Version: 0.21.5-1noble.20260425.042629 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1427 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.042629_amd64.deb Size: 219242 SHA256: 0e52978305eff097907222ad75f2415ab4c0066970b7798c9fc72b0ec94e0274 SHA1: bef003012260fdf29d5dc798bb8bb6ae4b4c0447 MD5sum: 997601dbd5360b59f91bfe91c7f42a3c 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.042629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7377 Depends: ros-rolling-examples-rclcpp-cbg-executor (= 0.21.5-1noble.20260425.042629) 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.042629_amd64.deb Size: 6321002 SHA256: d5e791e138508f3b8c84b7184abee8c928bb628cf6bb5ef626942a0bd169687b SHA1: 714b86c3784d9719dca1b7fefc68aa90ade19c6a MD5sum: 1a356d95371a79f304ffa344f71c0ac1 Description: debug symbols for ros-rolling-examples-rclcpp-cbg-executor Build-Ids: 4991cf3c0519fa7fb6804d727967125d96c65a26 82c7b3583df91ed9d681e951a0445b1459ffeea0 f47f0768fe975e2fb6b534ae37cba7e2bed73e11 Package: ros-rolling-examples-rclcpp-minimal-action-client Version: 0.21.5-1noble.20260425.042949 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 579 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.042949_amd64.deb Size: 97806 SHA256: 0ac693de1a50812735b48e96ad91e2071d007151a4b12685fbc686512876b8e6 SHA1: 0b0af5b527f7246c5395f195a332b93198f289e2 MD5sum: b49a1f66bf60f2e6af9eb2bae6394d17 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.042949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2638 Depends: ros-rolling-examples-rclcpp-minimal-action-client (= 0.21.5-1noble.20260425.042949) 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.042949_amd64.deb Size: 2361936 SHA256: 2cfb5d8aaa6658ec11df8709e4e460c953e0451f27640a258dd74434af9bdc6c SHA1: d39d8340a387678a900d035d185151b3e4bd6c89 MD5sum: be7950bbaa52c662771b54bff65c6dc8 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-action-client Build-Ids: 664e6ca9c486efb514f61cd9282cbad0a4eeff68 6d6cbe50a37c85ff18ee586717ff1abedde831f0 7f5fd054f2469a791d52072b577dd7750ded1004 ba057dcf9e36f8da67ee6ee2601f9691d39bcb92 Package: ros-rolling-examples-rclcpp-minimal-action-server Version: 0.21.5-1noble.20260425.043325 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 360 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.043325_amd64.deb Size: 60212 SHA256: 79895d02ead5700557a60ee71a84e056d8338f645eb2ca92ae07a7d90c122fe2 SHA1: ce05261c8a6fece51c7dfd0751e750dfdc6d4443 MD5sum: d58221889015a05e954c38606d33223c 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.043325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1718 Depends: ros-rolling-examples-rclcpp-minimal-action-server (= 0.21.5-1noble.20260425.043325) 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.043325_amd64.deb Size: 1546466 SHA256: fdf3941d98f7b73e6fe9a06c565a683bd5399c91da07b50a762c73791e161e4a SHA1: 0373a7cac5818319c45ef7b385f0a3eb5d68d79d MD5sum: 3c1f177eb1bba1c94538131ad2c4792b Description: debug symbols for ros-rolling-examples-rclcpp-minimal-action-server Build-Ids: 5f1aa32f950ab9c956bc621b53cdea3e8e89211c 6aeb73bc8898a2ee0a6c9487e87d53a9f467b0e1 eb70da730f9a2d046e03cb056cda7b9b0fe304f1 Package: ros-rolling-examples-rclcpp-minimal-client Version: 0.21.5-1noble.20260425.042824 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 119 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.042824_amd64.deb Size: 28946 SHA256: 95d543e21ad26cbced3df32ee91307292bebdb6ca49726c148e9d0f6f0bd6a72 SHA1: d4a34b47ff4364bfdc9d721ecd9ba537abd4c988 MD5sum: 0d1b8061fa7d52d5aecc4c519c0d56df 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.042824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 530 Depends: ros-rolling-examples-rclcpp-minimal-client (= 0.21.5-1noble.20260425.042824) 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.042824_amd64.deb Size: 503658 SHA256: d1ddcaf42352ee32e5c0f416a7e783289c4e55ca1f7b522cacddd08d4a3bf7a8 SHA1: 3d6a1aca1ec46e00a460b3d3efb074bad67ee220 MD5sum: f4f7205b672914b28555d411c4932de9 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-client Build-Ids: 1e8d4882846881f6d5231c26f0036d366c5f54a9 Package: ros-rolling-examples-rclcpp-minimal-composition Version: 0.21.5-1noble.20260425.043055 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 565 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.043055_amd64.deb Size: 118300 SHA256: 8a72b904bda427441c13f678f75b19a26e79db812a09ffc4d3c898650a2f3862 SHA1: 6bf55241066866545fce2f882de1956f7767de19 MD5sum: ffe1442d7c63c513ff01fb97c2993cf7 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.043055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3136 Depends: ros-rolling-examples-rclcpp-minimal-composition (= 0.21.5-1noble.20260425.043055) 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.043055_amd64.deb Size: 2786632 SHA256: b317b8f3aee37663161456a85dc1585aafeca9c65f69c48e9fdc05eac6626cee SHA1: 19cfdf9a30ae849cbaa7f493b8e44b33aee2707f MD5sum: e64c0029ad1d2ceadb2c9065ce055c39 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-composition Build-Ids: 6ecdfdbc3857fd7b491d7ed063e3def08fce4d8e 8beba37089a99e81af9cee1698a0a6386f6d30aa 91bfb7811e099435679f3b5c90e00c88d3973188 fc81cbb9d2c03ff2e94a2b780cedabd9d0683563 Package: ros-rolling-examples-rclcpp-minimal-publisher Version: 0.21.5-1noble.20260425.042632 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 826 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.042632_amd64.deb Size: 134092 SHA256: eba86ef3b801f2c4f91021fa5948f9f1fe890a661d8faaef75a90f84372cea7d SHA1: ffb93603fc07937db7645c4917be39afa3f7949e MD5sum: 71817f0b2fee65c126b9a05b880a1cf0 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.042632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4772 Depends: ros-rolling-examples-rclcpp-minimal-publisher (= 0.21.5-1noble.20260425.042632) 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.042632_amd64.deb Size: 4421006 SHA256: dee7fcaf3ada71e3fe218ce240cbc53cbd833a2eb5c2b822f909b8cc8ee7d756 SHA1: 45965fa0f72b7eba880044556cae66f292f1c9bf MD5sum: f5980c954bc55b27f3a1a50c135a177b Description: debug symbols for ros-rolling-examples-rclcpp-minimal-publisher Build-Ids: 50589593c77f4cab3afb9edeecd528fadf37a286 62f7c6008d5f7555482f16ae184a2c4dd6662886 62f9f5ebe5f94ead4dbb737c486e784b0e05f7bf cd999a088cdf6d642583fd32b3da229c88db7ac5 e4b4d9b84ce0c6e1bf6b6e482e949c326915e1be f8bef12081c68d80671b7c5f94e221be16e00735 Package: ros-rolling-examples-rclcpp-minimal-service Version: 0.21.5-1noble.20260425.042826 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 111 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.042826_amd64.deb Size: 24504 SHA256: b317842e848539f8cc11c73af9540c915ffab7f8811f307aee60bdfbefa8a0ce SHA1: aad3e9ddb345e9ceb1c9e16f9a7aa0269ce6a826 MD5sum: 69b32dc86ce4a88a42bed22c58a14131 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.042826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 417 Depends: ros-rolling-examples-rclcpp-minimal-service (= 0.21.5-1noble.20260425.042826) 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.042826_amd64.deb Size: 383544 SHA256: d4db9e902cb5335d42cf445d7e4b98b869a163d40fe62c3a6c90d16a2295a3bb SHA1: e49bcfeff4348c4ac124dbf741ffcdd1afbd3269 MD5sum: 36b094df606267dc69b6c93f15874da5 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-service Build-Ids: 96cf19c6e626a362c589c5968ce63c86ae2088fb Package: ros-rolling-examples-rclcpp-minimal-subscriber Version: 0.21.5-1noble.20260425.043055 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3729 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.043055_amd64.deb Size: 461976 SHA256: f322c7d8cc1e33d088acb593def434ceaece2faf8e3e5f18a01386d0281b0af8 SHA1: 270ce9a645b7a890c2a56d39e785fec7a9c81d54 MD5sum: 0e533205086376a30d1995e491929a3d 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.043055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 19574 Depends: ros-rolling-examples-rclcpp-minimal-subscriber (= 0.21.5-1noble.20260425.043055) 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.043055_amd64.deb Size: 16605604 SHA256: 5cc4794fd0e9dfcf5b4184c1e70bf7d593435295b73bef646c5e1be4046d6b8a SHA1: 0a4a0ffc2688f2942604cdc77de41a23bcba9451 MD5sum: fce8e5318eccd2cc9fbbb64325dd5581 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-subscriber Build-Ids: 11bca3a9f418c82cbd6d93736259ae134a133cfd 202c4db34289bff50f785e69a174ed5c84facde5 24801dbb12c27d0711a70b88444ff14fe7d2597a 418a38652ffbc0b9c7dcacb36345b00b387e36a5 5a01f01e10ad08ea085dc04a646df282ee14c7c7 5ff4c7389a39673552f17a85584049ce4d41ad7a 94ee242eb79c966f7cbb2eca34ddf7a8402e7ec4 9a58bff7cec0553c11a93b239e9d36b6ce968b36 d88d2be8c0aabb1f7671a8a3cd1671b364f43dce e5f0cd28d7617bb09cd5896877a540e526338c27 e98181d0079a5b7d4e171d1be8d60103449e1d86 Package: ros-rolling-examples-rclcpp-minimal-timer Version: 0.21.5-1noble.20260425.044513 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 117 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.044513_amd64.deb Size: 17186 SHA256: 05259649b5fe078835e1f7b4c67c7f6adc707b35814cc8b70466668a83c7d08a SHA1: 9f30a6d26e67d760be89ae7a884b39009ff8dd64 MD5sum: b43d3f3813731ba734fce07321a11820 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.044513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 541 Depends: ros-rolling-examples-rclcpp-minimal-timer (= 0.21.5-1noble.20260425.044513) 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.044513_amd64.deb Size: 506948 SHA256: 522d42b637c61f990b51f4b8c51f0bb9db34c47eb125c9b9c680c62c9bd483e7 SHA1: 0987a3baed9be46e3707c21b75bb3576c89d1e8d MD5sum: 71f2d283936d011fe52437661649aa5f Description: debug symbols for ros-rolling-examples-rclcpp-minimal-timer Build-Ids: 9e12093cad8e2bd3250d4a72206035d541c921c0 e8efe1945a4ac7de7122382df7c17067845334d6 Package: ros-rolling-examples-rclcpp-multithreaded-executor Version: 0.21.5-1noble.20260425.042631 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 487 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.042631_amd64.deb Size: 109294 SHA256: 51b12e90d83bec4cd93aad50d9acdaa923f88decd639aad6d971851a40729554 SHA1: 6f655ff3305cbaa54a594c326f516f1732fd3ec8 MD5sum: 0fca63f402b6491c79495a62ff0f0af3 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.042631 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2156 Depends: ros-rolling-examples-rclcpp-multithreaded-executor (= 0.21.5-1noble.20260425.042631) 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.042631_amd64.deb Size: 1839250 SHA256: 99cdeb50867f880fffd6b2050cc8b301b3b187c52b1588c8009962eebac581ee SHA1: 31db924df7960e94c0ada83af726feba6f8e6792 MD5sum: 2034257e260158c732b17ef27b49a807 Description: debug symbols for ros-rolling-examples-rclcpp-multithreaded-executor Build-Ids: 5a15f53bec4e6e95379878775d830ecb96de132d Package: ros-rolling-examples-rclcpp-wait-set Version: 0.21.5-1noble.20260425.043058 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4062 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.043058_amd64.deb Size: 557330 SHA256: 5ccbdbef2067e4d0cdb88bdeaee0893e78799bdd951adf0cade07834388db0b9 SHA1: aec8002881d6c0d481c3b80f53528d3b42dfac43 MD5sum: 816815fe26d6eaab31225762928e4e13 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.043058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 20518 Depends: ros-rolling-examples-rclcpp-wait-set (= 0.21.5-1noble.20260425.043058) 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.043058_amd64.deb Size: 17609148 SHA256: 0c1b32a7fdf8c8b35a065c9f1f9e71b0f0f76f72fcefb1a43a02a064a3d6ad2f SHA1: 7e8d596f58a4fc80401848900e2956cdc8e936cb MD5sum: 25d29bf540c8e1e1d06d7b30b526a9c9 Description: debug symbols for ros-rolling-examples-rclcpp-wait-set Build-Ids: 067665392968a85538dc7785364e30576e0202c8 449be26bbdc44516d5cf37e2925fb285d405e21a 44d43b3d2d6f9eeb55a17db157e70fb75598bc89 4fbd57fcf9a680e8ee7d62a0caa6d7eefff94322 56b71a8f80b9661511d94e1107b996486b3c1752 59e0f070f036086adca0ad97adc9f53c246a58b4 5a16d334e4942debfeb72eec625cd5d8f2f294f1 63788cf2a23a9f0b25d7bc6f5957957fd2dbd83e 861536a16129e45800f11a4ff9495dc4cee01aa0 8ccc47bdbc9834c4e1ec5f5317f2bc61bc5d26dd b6ba9a0f70875d383cb63f3c62d2928b891d8477 c304fcdd7b7864321e5c7259c6407f602e037e10 Package: ros-rolling-examples-rclpy-executors Version: 0.21.5-1noble.20260425.042547 Architecture: amd64 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.042547_amd64.deb Size: 13234 SHA256: 2462def7dc83efa71cdbc19271364a3de99f14d1f69cf45a18d21b3eda663632 SHA1: 9c17baa066b57c3e02dfff2f8e577a9739d1d31d MD5sum: 23309b6a7a7768a92a3d5a8c0c622b5f 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.042548 Architecture: amd64 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.042548_amd64.deb Size: 6308 SHA256: 6ac18e9be89be285e573b1facd2564c8754acae4fa3b645a51222e177c1427ab SHA1: 380d86e37a410cc6dbbe1427c192e9bf57c725fc MD5sum: e62aab10954328957ddefc46462a0ad1 Description: Examples of using guard conditions. Package: ros-rolling-examples-rclpy-minimal-action-client Version: 0.21.5-1noble.20260425.042538 Architecture: amd64 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.042538_amd64.deb Size: 12432 SHA256: 3b2edd8c88dbeec4fd8befb271f0a8e4d7901540e82c1a3d18dfce1b563923c3 SHA1: 6b55ef71f2a3d106f02235a7c2087d1cc81b9d55 MD5sum: 5310c83ee717293be3c8efa5a7f8dd34 Description: Examples of minimal action clients using rclpy. Package: ros-rolling-examples-rclpy-minimal-action-server Version: 0.21.5-1noble.20260425.042519 Architecture: amd64 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.042519_amd64.deb Size: 13414 SHA256: 633240557b9ee10b56bfcf1abff423ca8212a3267fe9464d5371ec3373146d5e SHA1: 0f6f4c53d93d7f28a1aa9eb0c286ad9e27acb059 MD5sum: 746ccf1b5ce0c76f7e6da06ebc1c4a62 Description: Examples of minimal action servers using rclpy. Package: ros-rolling-examples-rclpy-minimal-client Version: 0.21.5-1noble.20260425.042552 Architecture: amd64 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.042552_amd64.deb Size: 9810 SHA256: f7442608920d54a5f836a5b2e56565fe9ca0406ac1535f5fffa938ecf9cd0c28 SHA1: ece485ad37470d23c3f0520e0f5d23c629415555 MD5sum: b3e0ec8a04b08daa5ea7a0d98dc30f5d Description: Examples of minimal service clients using rclpy. Package: ros-rolling-examples-rclpy-minimal-publisher Version: 0.21.5-1noble.20260425.042551 Architecture: amd64 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.042551_amd64.deb Size: 9950 SHA256: dc803556987a07be234fb1e1f694ae48c231932674aeed5bd82f0ba9c2167e36 SHA1: ee86efdae5e70365d2ad843fc59743a91fca9f3d MD5sum: 66bcabab02253c4bbc102f90f9aee2c8 Description: Examples of minimal publishers using rclpy. Package: ros-rolling-examples-rclpy-minimal-service Version: 0.21.5-1noble.20260425.043730 Architecture: amd64 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.043730_amd64.deb Size: 7268 SHA256: c6fc6fb931a66ea9055c372e474f42f51966a55769a91a5944f89ced7f366f04 SHA1: cc2ff224a6769fd2a903be6bcc853e77b40f5533 MD5sum: 922dfe14b2a34ceffd28b256164dab99 Description: Examples of minimal service servers using rclpy. Package: ros-rolling-examples-rclpy-minimal-subscriber Version: 0.21.5-1noble.20260425.043737 Architecture: amd64 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.043737_amd64.deb Size: 7754 SHA256: 631d70ece798037436e9384534f9efd9bc4064c20dedfd61a41dd678f0b7c88d SHA1: f71c1ce22aaeee50004ab8bec8741e5771caf8e2 MD5sum: cef76c252aef4d4ea361ad80be2b30bf Description: Examples of minimal subscribers using rclpy. Package: ros-rolling-examples-rclpy-pointcloud-publisher Version: 0.21.5-1noble.20260425.043746 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 41 Depends: python3-numpy, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-sensor-msgs-py, ros-rolling-std-msgs, ros-rolling-ros-workspace 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.043746_amd64.deb Size: 7250 SHA256: 93df98eb36439ed26b291499b51320ce2f67870e17330d0e6406fb071f1cc8f0 SHA1: 479dbdbcb9418ca4329893d11d3e9b449ecaa629 MD5sum: 90d8275143a6a9072a8b96bead98ea62 Description: Example on how to publish a Pointcloud2 message Package: ros-rolling-examples-tf2-py Version: 0.45.7-1noble.20260425.044318 Architecture: amd64 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.044318_amd64.deb Size: 15250 SHA256: 15418ddb0620155c18bf98aac3f3887a95428e21e9af1b8ed8e33293e6c9e544 SHA1: a43c20e9df3eddc66d06006733978f1477d1cc08 MD5sum: 138909885f0716666c153f07efa636dd Description: Has examples of using the tf2 Python API. Package: ros-rolling-executive-smach Version: 3.0.3-2noble.20260425.042529 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 44 Depends: ros-rolling-smach, ros-rolling-smach-msgs, ros-rolling-smach-ros, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/smach Priority: optional Section: misc Filename: pool/main/r/ros-rolling-executive-smach/ros-rolling-executive-smach_3.0.3-2noble.20260425.042529_amd64.deb Size: 5816 SHA256: 0e61db8031a4ab6d81a7b8c31a756a2c8d86eadaeb7720d817c5f142bd6903ff SHA1: 957748e65cd7442dbfb08dd65280b28cb945d844 MD5sum: a4444a3cba858259ed7022aa17f91ed6 Description: This metapackage depends on the SMACH library and ROS SMACH integration packages. Package: ros-rolling-fastcdr Version: 2.3.5-1noble.20260423.213657 Architecture: amd64 Maintainer: Miguel Company Installed-Size: 504 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-rolling-ros-workspace Homepage: https://www.eprosima.com/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fastcdr/ros-rolling-fastcdr_2.3.5-1noble.20260423.213657_amd64.deb Size: 62070 SHA256: c9965f432534339c7e92ce79bd0db2cab4aba12e33018d83d8f9cf3ee4a6c622 SHA1: 39cdc9a4b21c63bdfc6f09d2e4ea7a839d59dca8 MD5sum: 90fce3b0aa1af1d316096ab98fe70dae 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.213657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Company Installed-Size: 278 Depends: ros-rolling-fastcdr (= 2.3.5-1noble.20260423.213657) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fastcdr/ros-rolling-fastcdr-dbgsym_2.3.5-1noble.20260423.213657_amd64.deb Size: 236994 SHA256: fe4fafb5ba074619bd40da358cae7e6e5375e0fe659b2eebb04c288973b1aa29 SHA1: 283d5157c75c57776e27cdd49fbc259715cd33a6 MD5sum: 8ab0d9a1bb81e49e4b24d9b20fe3ea0c Description: debug symbols for ros-rolling-fastcdr Build-Ids: da22ddf39b6dcbffd2305d46d0bf4419dc2eeed1 Package: ros-rolling-fastdds Version: 3.6.1-1noble.20260424.212432 Architecture: amd64 Maintainer: Raul Sanchez Mateos Installed-Size: 13269 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.20260424.212432_amd64.deb Size: 3506952 SHA256: c255298ac2e72075a1192c159dda7953cdb65b2628ac4d210adf6c793865b87a SHA1: 4c3ba4c8916c1b14c1365affe8630f526c7f7f3e MD5sum: 7ca5348b3a38937ce7cb2c368c190bf0 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.20260424.212432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Raul Sanchez Mateos Installed-Size: 65460 Depends: ros-rolling-fastdds (= 3.6.1-1noble.20260424.212432) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fastdds/ros-rolling-fastdds-dbgsym_3.6.1-1noble.20260424.212432_amd64.deb Size: 61769732 SHA256: d965f68cce9f6e2529925abf99ca8cc1cefa6de293595adf363632cbf720b332 SHA1: 8ee5804709c69cb823f21287b76e75df459504ea MD5sum: 1c1f1316616c3b22024b8dcf350f935b Description: debug symbols for ros-rolling-fastdds Build-Ids: 4876362f9e32f84c8de4cabe21943a7e824e50df f3ebf65b3cde76e60519839c5a5cb6d7a9057b4d Package: ros-rolling-ffmpeg-encoder-decoder Version: 3.0.1-1noble.20260425.044207 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 365 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.044207_amd64.deb Size: 111290 SHA256: 965d763d62be960394931e4c104762076798204d0ed5338e094724d3796370a5 SHA1: db03a6989070f6ee6388be0cfb93e69901e2d477 MD5sum: d48442a829a386f989e41f8a43fd6022 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.044207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1735 Depends: ros-rolling-ffmpeg-encoder-decoder (= 3.0.1-1noble.20260425.044207) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-encoder-decoder/ros-rolling-ffmpeg-encoder-decoder-dbgsym_3.0.1-1noble.20260425.044207_amd64.deb Size: 1663898 SHA256: ef5f5117351e554f7ea99110fddd7541517e346f2f7b4c03ba3e27b2bb41c6a9 SHA1: 06292b394be9a3a285a587dd6f3e758e85a9410e MD5sum: e527ce3564c38c3b735de28b861ace92 Description: debug symbols for ros-rolling-ffmpeg-encoder-decoder Build-Ids: 9d2816ddca350a262d1524f767268876760b60a0 Package: ros-rolling-ffmpeg-image-transport Version: 3.0.3-1noble.20260425.045135 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 629 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.045135_amd64.deb Size: 139320 SHA256: 56da366318878dfe0ba699b019533fef56c579144a8c4b7c9aed534ca2c27957 SHA1: d19df5c3474c444eeee1d54eca1086f42658ceef MD5sum: 7e01a2bca69a33b5ef1caaa73fecf9e4 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.045135 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3053 Depends: ros-rolling-ffmpeg-image-transport (= 3.0.3-1noble.20260425.045135) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport/ros-rolling-ffmpeg-image-transport-dbgsym_3.0.3-1noble.20260425.045135_amd64.deb Size: 2683692 SHA256: cd33ed2dcefb7a9fcf040316ec06976480acc66cd0e4fb854ed32885b84ac8be SHA1: 00a4eb987e3a63cade2da01a27589fc81cc1a21d MD5sum: 9a93261f15e7716238851a936d13a4a4 Description: debug symbols for ros-rolling-ffmpeg-image-transport Build-Ids: 077eae1cabc9b0c7208b79895e2c39332f13975a Package: ros-rolling-ffmpeg-image-transport-msgs Version: 1.0.2-2noble.20260425.034613 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 599 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.034613_amd64.deb Size: 76148 SHA256: 210e5bc9e47f6e788a48891f954963e2942a24a3d1c6c948de00df56dcd91132 SHA1: 3c5ad61312058f0b7a54a96100492b8c60f9e33b MD5sum: 7965a27bc37f5992e1ad5889ecd7b9c7 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.034613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 664 Depends: ros-rolling-ffmpeg-image-transport-msgs (= 1.0.2-2noble.20260425.034613) 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.034613_amd64.deb Size: 547050 SHA256: b36a0760e2abbdfb54d0717e0bba24d99fc0b717fa145b5ae525fd4fc208dbcf SHA1: 0235b0bbafefe162ae2f3ec4df73a45ecb9c6970 MD5sum: e9d042b9ff62649368f29906a43485a3 Description: debug symbols for ros-rolling-ffmpeg-image-transport-msgs Build-Ids: 05021f09563240560a9c155eab9e84008fbc39db 1b395f399504db19888df3bf693e150e71d3e833 1c098c8e0398d564ef9d3c927ff7ead0e873ff2f 28e81a02022ffe711dbf77935d285a24ee724196 434b10c4965c75e96058440ecdcb7279e8436c1d 639e468860613764b33d79e44ce72e2e6618d176 6e48a15211e6bb0f64e65d7c1f5d24a81aca68dc 7faf1fca26dd076e1c70ed56e19bd2ab906a1bf1 b051a2dfe5f8de3d46186ddb552a35084cbedefe c69a41f2823f6663d6b96c0c0b87df01b2eee665 dd8e0edd426831245d65326959ed5eea899bc11f Package: ros-rolling-ffmpeg-image-transport-tools Version: 3.0.1-1noble.20260425.045252 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 605 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.045252_amd64.deb Size: 156788 SHA256: aa5af7e185e9542ae3c002f72464be42b0cbbef71a9590c3b63eaa7a1314c65a SHA1: 6ef4bcf96d2b6336b45710a57ffe75b3e0d6a497 MD5sum: c4370b957b6ff4f2741fc3e5fbcd79cd 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.045252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3622 Depends: ros-rolling-ffmpeg-image-transport-tools (= 3.0.1-1noble.20260425.045252) 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.045252_amd64.deb Size: 3473748 SHA256: 6b7fda28c20ebc356107029d1e1104e44615cfda8785070638b0fb9801d96769 SHA1: 70d4232fcecabe2754ac4f808f4c6d04deb2eed0 MD5sum: 3a28e9212066bf7684c9de6e9009fc01 Description: debug symbols for ros-rolling-ffmpeg-image-transport-tools Build-Ids: 39dc75db011273a050d21f5bfdaff4bfaba119cf 52d636fbab5469f15eac08a1dbe2aa873009aa8c 69a7287073e3419d36930a4bdb58c45fbc17d30a 93146120ba0954eb321887fae4f69d43886dd065 Package: ros-rolling-ffw-bringup Version: 1.1.14-1noble.20260428.034523 Architecture: amd64 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.034523_amd64.deb Size: 28902 SHA256: 93d8ec20d0917e25ccc944c353887bd67ce8cc8568f6f89a81eed7bbda7239c3 SHA1: 99ed830c31209c956e3d9d5adcac5169cb07a0a8 MD5sum: 30f59abf9cd3d4abbf4347927b469508 Description: ROS 2 launch scripts for starting the FFW Package: ros-rolling-ffw-description Version: 1.1.14-1noble.20260428.034438 Architecture: amd64 Maintainer: Pyo Installed-Size: 63677 Depends: ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-robot-state-publisher, ros-rolling-rviz2, ros-rolling-urdf, ros-rolling-xacro, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-description/ros-rolling-ffw-description_1.1.14-1noble.20260428.034438_amd64.deb Size: 14983230 SHA256: 80e43c50e30fc36ceab62d1bcc0aca1704e4bc4260fa8de3855338bb7a772534 SHA1: f80e1c81f45b5794182ddde3b9d247a789f6b120 MD5sum: 7170a542a88363e56b0fd25fea21c781 Description: 3D models of the FFW for simulation and visualization Package: ros-rolling-ffw-joystick-controller Version: 1.1.14-1noble.20260425.051541 Architecture: amd64 Maintainer: Pyo Installed-Size: 910 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.051541_amd64.deb Size: 205260 SHA256: 09c2c32c402a02215908f366b4f40d52ca4d0956addf97829f5a82579ea30b5b SHA1: ddc1a63acd3c15357d2607c2f3cf94bc80b9c30f MD5sum: 3b35cc2e35efe9b4b6f5b571c46bc071 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.051541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3934 Depends: ros-rolling-ffw-joystick-controller (= 1.1.14-1noble.20260425.051541) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-joystick-controller/ros-rolling-ffw-joystick-controller-dbgsym_1.1.14-1noble.20260425.051541_amd64.deb Size: 3476224 SHA256: e78cc3394a28767a434d74e6e77d76429eae358aa27854aacc80ac2d56a21715 SHA1: 0562c6130725830a5d0a185897fbce2eda645d9e MD5sum: 830ccb849c0a21b00f3dd867aef8e3a5 Description: debug symbols for ros-rolling-ffw-joystick-controller Build-Ids: 0afdf593cfeb74fea4ecd908032f1f71177487c1 Package: ros-rolling-ffw-robot-manager Version: 1.1.14-1noble.20260425.051625 Architecture: amd64 Maintainer: Pyo Installed-Size: 736 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.051625_amd64.deb Size: 169332 SHA256: 0a8e358be71ceaf7092316debaf5dd68c5037bb1126cf42041a0af667a424f11 SHA1: 6f761038936636300deec24dcad4a568983c1366 MD5sum: b7e012c1e66f68035cdace3ff47265b6 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.051625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3470 Depends: ros-rolling-ffw-robot-manager (= 1.1.14-1noble.20260425.051625) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-robot-manager/ros-rolling-ffw-robot-manager-dbgsym_1.1.14-1noble.20260425.051625_amd64.deb Size: 3081430 SHA256: d634e1bdd38c632af2748f116275e0febf220622cdb10dbb5c1227a7a137a952 SHA1: 87a067c5a44ed08288abddc9c4f12651c267517b MD5sum: 8a3214f191b44ca2bf8682b2519eae7f Description: debug symbols for ros-rolling-ffw-robot-manager Build-Ids: 8fb7a372e744b1b345d6d015bfdaa10795961541 Package: ros-rolling-ffw-spring-actuator-controller Version: 1.1.14-1noble.20260425.051935 Architecture: amd64 Maintainer: Pyo Installed-Size: 252 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.051935_amd64.deb Size: 64466 SHA256: 0bd22cc83f9025ce32a9ad3afdb238efb9ec61af23e6b3ecfec18af9a47c4f69 SHA1: 6b81df04c8aae4a2857947d92fd0547680f57962 MD5sum: 8bb5e0a7acadc7a2b8ffe8802d2b5f63 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.051935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 774 Depends: ros-rolling-ffw-spring-actuator-controller (= 1.1.14-1noble.20260425.051935) 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.051935_amd64.deb Size: 736566 SHA256: 76ebf4d35b66d80a6d960cdeff77438acb2a98d283bdabe57132280cc5cba257 SHA1: 0fcab0caebd82b7c59312568670a5be89d7cb87c MD5sum: 60c9a7873613ede3b71e3424705cd9c4 Description: debug symbols for ros-rolling-ffw-spring-actuator-controller Build-Ids: 6278019ea0f6017b1cec546d041679fd8115a04d Package: ros-rolling-ffw-teleop Version: 1.1.14-1noble.20260425.043753 Architecture: amd64 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.043753_amd64.deb Size: 11890 SHA256: 73042395fe1b6e2cdb1d176e034d4adcefbccce364eb33864cc8663548c33ef4 SHA1: 99f7c96218ff6cfdefc98f881836b922a8154763 MD5sum: 8f00d6e8b6b66104b25ef2619b2ae749 Description: FFW teleop ROS 2 package. Package: ros-rolling-fibar-lib Version: 1.0.2-1noble.20260423.213707 Architecture: amd64 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.213707_amd64.deb Size: 9460 SHA256: bdb33e462bd1ba1509f884040e15ce87797bd7d319c1e7e2dab55577b3b0bcd9 SHA1: 8fa47ffc539c1adddf6b7d7ecaaab9c70a45f9fb MD5sum: b3631b8c0e9a9bde28a98be0a1d94487 Description: FIBAR event image reconstruction library Package: ros-rolling-fields2cover Version: 2.0.0-15noble.20260425.080745 Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 12789 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.080745_amd64.deb Size: 4668176 SHA256: 21704d6ec730e6f66fa2b4380f05b83c5edcc93573956b9a48d0047d5bcda50e SHA1: c2f06472501532749806e9b907c67ce32548b768 MD5sum: f556dc5116912c11855b090193074885 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.080745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 15181 Depends: ros-rolling-fields2cover (= 2.0.0-15noble.20260425.080745) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fields2cover/ros-rolling-fields2cover-dbgsym_2.0.0-15noble.20260425.080745_amd64.deb Size: 13943696 SHA256: 8836a83a2143cbea195dd04600d08948f76b5493c5f69345bd8a1055115457a1 SHA1: 96cdc49989dbd125613409d8d03df030c7b82997 MD5sum: 29db96846dd3a153d284ac18c2034c58 Description: debug symbols for ros-rolling-fields2cover Build-Ids: 31903363e34cb951200e82818ac32ea1165a5d92 6a87e8968de1ba6bc9ea2baa2ab3390ba25d4e9b e4f5369376dd36021db94e50bccda2fef5778e12 Package: ros-rolling-filters Version: 2.2.2-1noble.20260425.044520 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 534 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.044520_amd64.deb Size: 87666 SHA256: e0da3f100acbd9de7c3958f22866cad430e3b02771ffe52c5bba47f5cb9694e7 SHA1: 830a3db1cdcc5cfcccdb5652b614666842e4cd39 MD5sum: 7ad5370bba1129551fea1deb049dbdb4 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.044520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 2052 Depends: ros-rolling-filters (= 2.2.2-1noble.20260425.044520) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-filters/ros-rolling-filters-dbgsym_2.2.2-1noble.20260425.044520_amd64.deb Size: 1923368 SHA256: b7e2c0b4b561af16ee8deae5090a5119af06401b93d66787f8a0b202a514b838 SHA1: e3e2b0cf9dd98ad2a838a99d9593df081725d504 MD5sum: e63ca271622cba02ba2883a48e97175d Description: debug symbols for ros-rolling-filters Build-Ids: 2e8f4984d64d491a2fc68133766b07e4f7bbf791 3696f8cff0567839461d8a1a2a0328383d11298e 3a943541a82e7c3fffc294994a86b54946bcc0d2 427c9db07074378c974c6da13f0aa1cb083aec64 87d8e80e2526419802d05777239977efdb4ffe82 Package: ros-rolling-find-object-2d Version: 0.7.4-1noble.20260425.045835 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 4214 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.045835_amd64.deb Size: 916954 SHA256: fd142ae85441104efcab071393e5b510e93da90d7dc4fb2e6e76c0f6b094305a SHA1: cedd0088531a908bacf78f6a932c8f8dd2592fc5 MD5sum: c1dd519bca61e68702179b3d9da13ce8 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.045835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 21716 Depends: ros-rolling-find-object-2d (= 0.7.4-1noble.20260425.045835) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-find-object-2d/ros-rolling-find-object-2d-dbgsym_0.7.4-1noble.20260425.045835_amd64.deb Size: 20024472 SHA256: 15bf13cf2bbeca33fed66344c08bf3e12b228f193efe59a86e906b5c19998055 SHA1: 8023fc288bc3a9dc7990697faa33578e54a1f4e3 MD5sum: 1d61511b64e9ee48930a377eecf7e941 Description: debug symbols for ros-rolling-find-object-2d Build-Ids: 0cc44d433cbc312ac86bf30561df20118a5b568a 0e89ccf454e311da61559802776fc7c89f655849 197aced00baa28c3a31ab9fc7d87ac7fc886d2fe 29388cdbf139c88d8de632a4c5c0ea9534c455c1 2a7a2a3266a3f4cac211f3632e37c74d3515057a 3457a2baf59d72135ca0769d5805cfe2d448369e 36671a26299b46754aba1181a45c8b7915653c47 539b32f95af61a246927e97aca8264429d02c8f6 5ce7a4803135dc4405e12a1b832c93b79ba5c406 6473a5b73918d514fcde9122343ddb14cff624a1 7c0b35140857b010367f0578321c159c5cc52977 81e0cdcdb05452010fd6b88214ce35c21998d71a 8d539bc0db5e5e6c31be752b8d97f05c3195789b c7b66e7901395bc36b325607562f089abf89f8f3 f790d58b2094ae71a80d19ca16af3b8f6cf0df94 Package: ros-rolling-fkie-message-filters Version: 3.3.0-1noble.20260425.045729 Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 385 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.045729_amd64.deb Size: 55250 SHA256: 3f2423b7d80ca42e8e46bb51e7337c3502690afdd711a8da90e596db63b774a4 SHA1: ef82308319d92bb151e4bf722ec60d87a39aba47 MD5sum: ff3266812e20c0015eace8f32e95b72f 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.045729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 263 Depends: ros-rolling-fkie-message-filters (= 3.3.0-1noble.20260425.045729) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fkie-message-filters/ros-rolling-fkie-message-filters-dbgsym_3.3.0-1noble.20260425.045729_amd64.deb Size: 243284 SHA256: a3e340e1ae01b36637b0095347b337c1f7873cd20655478072270d2b145e4453 SHA1: d818d82907ccdb54543f86dd6df9698b95f721c2 MD5sum: 418a609376a5b8aff5a5afa949e99cf9 Description: debug symbols for ros-rolling-fkie-message-filters Build-Ids: 706b5360ced43fa676cf268ff5f219a56036ee37 Package: ros-rolling-flex-sync Version: 2.0.1-1noble.20260425.043008 Architecture: amd64 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.043008_amd64.deb Size: 17440 SHA256: 711787375dcefaca70c7f8f063bd3608aa060e0d765a643beeb51746e8a237c4 SHA1: b0585e3d4fdd8ed32a0d8cf061b06159214c55e7 MD5sum: f21010ec1f5f76eb040e295d468b0909 Description: ros2 package for syncing variable number of topics Package: ros-rolling-flexbe-behavior-engine Version: 4.0.3-1noble.20260425.052706 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 45 Depends: ros-rolling-flexbe-core, ros-rolling-flexbe-input, ros-rolling-flexbe-mirror, ros-rolling-flexbe-msgs, ros-rolling-flexbe-onboard, ros-rolling-flexbe-states, ros-rolling-flexbe-testing, ros-rolling-flexbe-widget, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/flexbe Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-behavior-engine/ros-rolling-flexbe-behavior-engine_4.0.3-1noble.20260425.052706_amd64.deb Size: 6886 SHA256: 94bcadd1a512a683f5756a7a98550e220f5376232d83a0448ab49c4cde2b5981 SHA1: 22bf815789858e1efb8fd29068cfca3fe89d1e3c MD5sum: 8a8af59e8f8977ad85be60e27d5bfe1c Description: A meta-package to aggregate all the FlexBE packages Package: ros-rolling-flexbe-core Version: 4.0.3-1noble.20260425.044317 Architecture: amd64 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.044317_amd64.deb Size: 123274 SHA256: 9b8f4c45bc000c84d6d38e126f782ae7b4e06ea08d53e012e989ab16065bf46b SHA1: cbc6d4d10b2f5e6b3a2c5cec272485cbd1cd7f31 MD5sum: 3b052af55dbc0fd96ea6b8fe32601b80 Description: flexbe_core provides the core components for the FlexBE behavior engine. Package: ros-rolling-flexbe-input Version: 4.0.3-1noble.20260425.052500 Architecture: amd64 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.052500_amd64.deb Size: 24376 SHA256: ac6f7220d1587a838545f6c76d258fc723227d87d8a78c56eef22734db152182 SHA1: 695e5fb4dbde97444fc6e607cad19db63afd7e55 MD5sum: f3d55184d32613d3bf611231440f7cc8 Description: flexbe_input enables to send data to onboard behavior when required. Package: ros-rolling-flexbe-mirror Version: 4.0.3-1noble.20260425.044554 Architecture: amd64 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.044554_amd64.deb Size: 51288 SHA256: d6737ad50b6cb0d80cead8662b8db1dc147dca5bb7906f405e4e1355b0bbc30c SHA1: 9707a5bc3d7bee82141594324a90e51bbba58df8 MD5sum: d901e297d3980d06a15cf92afa41c68a Description: flexbe_mirror implements functionality to remotely mirror an executed behavior. Package: ros-rolling-flexbe-msgs Version: 4.0.3-1noble.20260425.034349 Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 7578 Depends: libc6 (>= 2.14), 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.034349_amd64.deb Size: 498522 SHA256: 2e29c07ecff8f3c196da32278778ebbfd18e00df50785b0cb3ad1756afb362f3 SHA1: 79661537efe510b4207a34e8b529b58dbf587a90 MD5sum: f58488d7e3043ee82718e291472274be 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.034349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Philipp Schillinger Installed-Size: 5230 Depends: ros-rolling-flexbe-msgs (= 4.0.3-1noble.20260425.034349) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-msgs/ros-rolling-flexbe-msgs-dbgsym_4.0.3-1noble.20260425.034349_amd64.deb Size: 4188770 SHA256: bf33c91c8b34ef8465becb65bbfafd5457e75724bd0a040c26fea2a48ce500db SHA1: 226f95427e8b3cf0a9acc4ddc318cd517636ba93 MD5sum: 18458133077048fbc62c53122ab5e692 Description: debug symbols for ros-rolling-flexbe-msgs Build-Ids: 14eb0a43962672d3443792059197534be9d88dd1 66d008c9b04df89b443353f13b992e4e499abb5c 993b875789c41f5ad228439c46532814d68121a9 9e0ce89cf96e7f115068304e1e3c9af4deabe306 9f90e72c882be7ee42ca5c46146200a8cbc08df7 a6429584c91307198d110578e47406720edffd76 b353612af4087cc76a65d805745d9c1c573d55dc b4e862f3d19894b262474c706b878a21750b5b56 bb6ebdae894054b69aa7613182f599e03cc47e94 be12f540dd1cadadd2e95a44b7c492236521586a dfb55b970b5e1c496469111616f58b0d7c1bba87 Package: ros-rolling-flexbe-onboard Version: 4.0.3-1noble.20260425.045357 Architecture: amd64 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.045357_amd64.deb Size: 35382 SHA256: 062720aa87a766ba0e9b6cb34ed0e9846a62fa39f1831fb85d1056683625ccbd SHA1: d42768fc09f07f6d92fff6c1f304a5c47e6aefd0 MD5sum: 483bd478869aaed94bd5b7cfb22a2ec5 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.044838 Architecture: amd64 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.044838_amd64.deb Size: 29522 SHA256: bdb38898b6cc41c2fac105c41d3f148029b89c7babb52547f527b03f417f2097 SHA1: 8df042b5380bbc0aaaeaa66bd70f518391912261 MD5sum: feeca1d57882f3a7793d4d0d723fabc4 Description: flexbe_states provides a collection of common generic predefined states. Package: ros-rolling-flexbe-testing Version: 4.0.3-1noble.20260425.044556 Architecture: amd64 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.044556_amd64.deb Size: 21330 SHA256: 1493417653c93e544341b2d7bb5d295deff73258151fb52a2b5eb70c218d6ea4 SHA1: 5b10eba2552cac099cfcf1f38033942955e4a86f MD5sum: 18ba7678e9f3a929e1a337ffc2a340a0 Description: flexbe_testing provides a framework for unit testing states. Package: ros-rolling-flexbe-widget Version: 4.0.3-1noble.20260425.045616 Architecture: amd64 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.045616_amd64.deb Size: 21356 SHA256: fb14c847d62e06f24ae856e2aa5d1d782921b6abf5c8ed041c31f7d5f5620888 SHA1: 2b9c43f8d2241854e42ac2ab2c600afcd0798ae6 MD5sum: 55bff980ae79ff743ace732518c06b09 Description: flexbe_widget implements some smaller scripts for the behavior engine. Package: ros-rolling-flir-camera-description Version: 3.0.4-1noble.20260425.050716 Architecture: amd64 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.050716_amd64.deb Size: 96468 SHA256: 7e53d270d370a49813c34de5b3cc5507f2ad7625430e83328ac88fe72babd02f SHA1: 2b40db827d1d8359a8045cbef911644426e3f726 MD5sum: 4e39767d24b14cf5f8496b1a4479a540 Description: FLIR camera Description package Package: ros-rolling-flir-camera-msgs Version: 3.0.4-1noble.20260425.034352 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 600 Depends: libc6 (>= 2.4), 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.034352_amd64.deb Size: 53546 SHA256: 0b58f6713e37a16f6d82e5fc28855869ca384604644e8b09bf37f5f6a386e187 SHA1: c175395bb86b186b6e1281aa1302a94f3485a4a5 MD5sum: 1dcb0b19b2345b4c23897a52b0842818 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.034352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 383 Depends: ros-rolling-flir-camera-msgs (= 3.0.4-1noble.20260425.034352) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flir-camera-msgs/ros-rolling-flir-camera-msgs-dbgsym_3.0.4-1noble.20260425.034352_amd64.deb Size: 277724 SHA256: 680abf3dc82baa5a00defffd4ce268256fa40703da7ebcd163e3271ca7dacaf4 SHA1: 284d72a2da285fb58a1d93c5123f96fa8d7b604c MD5sum: fc841db9b3a8aef1c5f469bae4908917 Description: debug symbols for ros-rolling-flir-camera-msgs Build-Ids: 04dee0d8f9354c04e5e605cf9f59f629021fa48e 30723e84b3eda4a5bab4f4b4d3c7bd6ccb80390d 34f64597d9f3cd877f35e9e996d1b289a6020942 61671bdd741ce7f2ed190e782af432897a35a47e 654d5772336bd2bc6a3b6a3eda249cc3c2ff94d1 97e4c579a7a8479040a42d835169d69d46e04970 afd3d6a5ecc07523452a421107c22c982bcd3604 cb03b8f42510f18d734e2ce81b3a19f842eaf013 d0ece4079fbeab4ac523d78a957a6ed0a4420242 dd65c613e573a591abde15b0e867c49f17ade652 efb9a80e4ae7514dd1afd7db3ac2861083e16149 Package: ros-rolling-fluent-rviz Version: 0.0.3-4noble.20260425.042620 Architecture: amd64 Maintainer: shouth Installed-Size: 86 Depends: ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fluent-rviz/ros-rolling-fluent-rviz_0.0.3-4noble.20260425.042620_amd64.deb Size: 14116 SHA256: 8ec292ad4febc390f177a2920d0da5702e8f1ff9ad7148407e5c7c69b5030ca3 SHA1: 4353d5f3f3c16c94b6a4c8b0093fe867be54b6e1 MD5sum: 159252bfb6baf0775f343b75cda23780 Description: A library which makes Rviz fluent. Powered by C++17 Package: ros-rolling-fmilibrary-vendor Version: 1.0.1-4noble.20260423.214138 Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 1904 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.20260423.214138_amd64.deb Size: 396296 SHA256: 87ee5b917bfaf7c657d80fccd45de5e18bf4ef5454d1df5e21b479909f7121fa SHA1: 358d0279864de1c6c72b6860b9a1c0dbfbd02405 MD5sum: 1c908a5d4bb9f6f5c916b0fa20b6ad07 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.20260423.214138 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ralph Lange Installed-Size: 752 Depends: ros-rolling-fmilibrary-vendor (= 1.0.1-4noble.20260423.214138) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fmilibrary-vendor/ros-rolling-fmilibrary-vendor-dbgsym_1.0.1-4noble.20260423.214138_amd64.deb Size: 663608 SHA256: d916314d9cfef220e2462889598d545b97b1e4b9bb9b50fd2f2bb621cb51df61 SHA1: 89e98af5bdcc75a9083bec774b13e7ec49dda262 MD5sum: 12eeafe5a93f768edc36e6d87fd3a41c Description: debug symbols for ros-rolling-fmilibrary-vendor Build-Ids: 183e11919b48c6ddf82241fa122bff9711e9e31b Package: ros-rolling-foonathan-memory-vendor Version: 1.3.1-2noble.20260424.212251 Architecture: amd64 Maintainer: Miguel Company Installed-Size: 5315 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.20260424.212251_amd64.deb Size: 786670 SHA256: b801a801b973b43f983c10814eedd0b7b801f67946584b0828d8b7b3d44656d9 SHA1: 782b6672bbcae6251ebe74f10bd3d143fd4dca2f MD5sum: 92b6816960b4234646307ce2f50c273a Description: Foonathan/memory vendor package for Fast-RTPS. Package: ros-rolling-force-torque-sensor-broadcaster Version: 6.6.0-1noble.20260425.051840 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1030 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.051840_amd64.deb Size: 249126 SHA256: ef5dddda299bccca3afde75a8eb6ee673a2b691ecc6ab76877df54af10a02d39 SHA1: aa20874ac70557a9bf0d703835207dc164ac21d5 MD5sum: 3415d02e5aed8c0a19ff60439d46bb92 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.051840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 4388 Depends: ros-rolling-force-torque-sensor-broadcaster (= 6.6.0-1noble.20260425.051840) 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.051840_amd64.deb Size: 3945350 SHA256: 1f8315941fdb7505463e9027e80a9d29fe9bc4cfc569ff270c75ed7f579b5805 SHA1: 54a42275d0b8df6d2821698e57870070051211b6 MD5sum: 4a5e3ebc7be3ec88f539eda737bbc090 Description: debug symbols for ros-rolling-force-torque-sensor-broadcaster Build-Ids: 1109163a3f577e4c8d643ccac7da6c8a8a6d24ec 6d29e4a80c6c15650b175612f9c9c41da5dd3b5a dfe6e24d94348a9311d32936c2850e8ff63f35a5 Package: ros-rolling-forward-command-controller Version: 6.6.0-1noble.20260425.051508 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 594 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.051508_amd64.deb Size: 134204 SHA256: 191a80337dd60aee328d6d1b6c38cf523ef52f40864f4482f0929d9678a599e5 SHA1: 476141bfd9d12111d21bc0b88e16fbb898c7506c MD5sum: ce86b50f5dfb8a94f4020ea466e77216 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.051508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2805 Depends: ros-rolling-forward-command-controller (= 6.6.0-1noble.20260425.051508) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-forward-command-controller/ros-rolling-forward-command-controller-dbgsym_6.6.0-1noble.20260425.051508_amd64.deb Size: 2475510 SHA256: 7e7551263871be5d78e0f97c8017eb2ff5f58f37722a7e326948c4ab8d4d19dd SHA1: ff61d57d82e66539783d51bb4a1eba4fd1ea4957 MD5sum: 0126263ef7ed92eac653d3dc33bf1fd8 Description: debug symbols for ros-rolling-forward-command-controller Build-Ids: 08b567cf61c77b68c16797eec2ffa3e1634ac6a6 Package: ros-rolling-four-wheel-steering-msgs Version: 2.0.1-5noble.20260425.034700 Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 628 Depends: libc6 (>= 2.4), 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.034700_amd64.deb Size: 55760 SHA256: 4be1560d128743fd78d22126ba6d77c2590bad735200d9b22cc7d7e6e4996182 SHA1: 8d79ee48ac91f71644e24f1be3ef9a04095c63a9 MD5sum: 42c7739b96f64d58296c16940ee99bbb 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.034700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 384 Depends: ros-rolling-four-wheel-steering-msgs (= 2.0.1-5noble.20260425.034700) 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.034700_amd64.deb Size: 274856 SHA256: ada0ee7a3e2991e975bf8e7476266f40549a77c31253a6f422b89c38a47504cf SHA1: ce97d92c7667b09d16611dd535b267781b00ea28 MD5sum: a28f2570d52a2a7b8cd145ac32c34da1 Description: debug symbols for ros-rolling-four-wheel-steering-msgs Build-Ids: 2a03447a3969a969776fa4d2184ef52e424d8ce8 39c74af3fedb437a301b74cba86eb05586b058d1 46ba99f7e91b36fa0b5b9c9c75fe0bc53c238bf3 8c4daaf6f6b0b3c5fa27340aa40c942d7180d8e9 98a4c02e1a7838fed35c33add52888acc24258de 9feeeed19dfced702d3fe471b9020029098d1ba0 a28e3a082708720db79d34fc60bfba04634f52b7 c0dfff3fc41604e7220bc24f61cfa887e9fcbd07 c45fdde7cf87002c2e935cf4ba5f693a411b0369 dfb222d15314f9e8630bcd0dce69e1a59ac3926f f2de709f97717859f6950b8734775da52307c237 Package: ros-rolling-foxglove-bridge Version: 3.2.6-1noble.20260425.051330 Architecture: amd64 Maintainer: Foxglove Installed-Size: 15463 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.051330_amd64.deb Size: 4730882 SHA256: ed1ce1a50ab89619709aba96b614fa0db9e5f7670362de218eea24c87b916869 SHA1: a2e18f3a295a829d819dda0047d742d9350ba456 MD5sum: 5075d388eff9f63244476cef72ff1d22 Description: ROS Foxglove Bridge Package: ros-rolling-foxglove-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-foxglove-bridge Version: 3.2.6-1noble.20260425.051330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 12548 Depends: ros-rolling-foxglove-bridge (= 3.2.6-1noble.20260425.051330) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-bridge/ros-rolling-foxglove-bridge-dbgsym_3.2.6-1noble.20260425.051330_amd64.deb Size: 9215392 SHA256: c62059770d386ff7bf0e3ddfb14a2dea3f5707eeb084b38af6fa58af984cd639 SHA1: d2cb388dbb0ea8ded5566e846cb7299671c6001a MD5sum: 7294af3f05f825900768c937dbd14829 Description: debug symbols for ros-rolling-foxglove-bridge Build-Ids: 40e14d119aff3405de4cc3c48637941df47cbf76 ca5dfe3db075a34487e26fb2ea9032c453377d0a Package: ros-rolling-foxglove-compressed-video-transport Version: 3.0.2-1noble.20260425.045150 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 611 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.045150_amd64.deb Size: 136652 SHA256: 40d5948ef731b23189278f361545ec27cb91435b5610e897df1f2e32f29ea165 SHA1: b24f6dcf0c7c13a6953584ec5408184e684626b5 MD5sum: 06efe301b54dde823d0ad3e788d7834c 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.045150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3024 Depends: ros-rolling-foxglove-compressed-video-transport (= 3.0.2-1noble.20260425.045150) 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.045150_amd64.deb Size: 2665524 SHA256: 734a47ecfc3cbe48321b82d3c44014b2961b9dd7d0ae42c0307c26246c71f6ed SHA1: 8d73b3dad5a20bb395157f5277875fdc7bacdd0b MD5sum: 38eccf8640d0b4a213c2030fa06c3e00 Description: debug symbols for ros-rolling-foxglove-compressed-video-transport Build-Ids: 0ed72562dcd5ed019cba44d57e457b481ac9d595 Package: ros-rolling-foxglove-msgs Version: 3.2.6-1noble.20260425.040146 Architecture: amd64 Maintainer: Foxglove Installed-Size: 7510 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.040146_amd64.deb Size: 542454 SHA256: b5cc67411aaffa6dad410b256a53066a295265b939a8a77e775d6d920b56f8ec SHA1: c6cedb8556b0f1cc924b34376c89fa4aa8b51382 MD5sum: 149fc8587889f3375320d09afd26811c 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.040146 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 7366 Depends: ros-rolling-foxglove-msgs (= 3.2.6-1noble.20260425.040146) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-msgs/ros-rolling-foxglove-msgs-dbgsym_3.2.6-1noble.20260425.040146_amd64.deb Size: 6432708 SHA256: 997bb8ff2623e52d6dbbacffbc18e18e1b3a86b74d2e035d56c032e6cbb3b32a SHA1: 07cc7dbdc4f8f0749cbd5a8bfa6613c20a4a0275 MD5sum: 2d5e5f52f9dca35897281d558dd108f5 Description: debug symbols for ros-rolling-foxglove-msgs Build-Ids: 3eafea2031deda0394f4e6f6fda6258cab6fe954 5dca2007085dce28a8a902e870dc111ac996eec6 78dd8624ac17e172e1ba256dfb29800ffd0400de 8ab5e5008b36ed01ce0c5973e4d353af657d3133 959d93870817ed92a1a1a9b928695b157e0c5e70 a3eb49aa4c63d08db9717b3830b290f8d5abfef6 a9fb67c8135f1b73484ec0e4ffd265fbfb7f3db5 af054896b98333196fbc6ebcba7f9e996ed1ef42 b7d01444c9ccc9118335c808ad6c577bc6434a70 bb018937372e1d03cd5f051962ad731ceb168715 d4f4408be93e057ecc8626a61a17d852632db401 Package: ros-rolling-foxglove-sdk-vendor Version: 0.2.0-2noble.20260423.214150 Architecture: amd64 Maintainer: Jordan Lack Installed-Size: 77885 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.20260423.214150_amd64.deb Size: 17209668 SHA256: 2ab972336bbbfe7efd34558eb6c36ec1a9133f4fe194a3a105ab63633a4c3c57 SHA1: 583759380792ec66676a2b93eb8ffe6dd15e0612 MD5sum: 4f05a084e36cacdd32f38ba07148bd3f 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.20260423.214150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jordan Lack Installed-Size: 6914 Depends: ros-rolling-foxglove-sdk-vendor (= 0.2.0-2noble.20260423.214150) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-sdk-vendor/ros-rolling-foxglove-sdk-vendor-dbgsym_0.2.0-2noble.20260423.214150_amd64.deb Size: 2879980 SHA256: 9f52c9c09e8cefaea194b1e9c848f3a3531f0c6cbe54c36d637b4e30590f01ab SHA1: de5ed2dc3db0edc176dc7a8ae81cab4ec2514e0b MD5sum: 8a43652e7344f4283569c4ad32ccc77e Description: debug symbols for ros-rolling-foxglove-sdk-vendor Build-Ids: 3be775eb8972fa83a2068ba15eb455e5191e6f04 7e743aaa3c0cbefec3594048372c31ccff0bf339 Package: ros-rolling-franka-inria-inverse-dynamics-solver Version: 6.0.1-3noble.20260425.053119 Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 1167 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.053119_amd64.deb Size: 381282 SHA256: 1eda22fac71970bceae73c4ac38aa136606854db3b721e67994678673e2a2925 SHA1: 897a6469274a3511e347f3e5b6ab0e428b8cfc98 MD5sum: 2bf5a96366343ad2c673ffbc6496b609 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.053119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 810 Depends: ros-rolling-franka-inria-inverse-dynamics-solver (= 6.0.1-3noble.20260425.053119) 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.053119_amd64.deb Size: 773366 SHA256: 4329b33f1f1739f183daa07c9421cc1fa54bae4cbad85727235c83d31efbe9da SHA1: 007f2c2eece51bad49306d0c3bf682322de7b3f6 MD5sum: cac75531f90d3620dd5944d1b0c04582 Description: debug symbols for ros-rolling-franka-inria-inverse-dynamics-solver Build-Ids: 9dd6e1aa1e8b4db101fae4be6e3f7c7ba812157a Package: ros-rolling-fuse Version: 1.3.1-1noble.20260426.064017 Architecture: amd64 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.20260426.064017_amd64.deb Size: 6538 SHA256: d5ef309ef2c51d923efd173a0b40a9ad6ac45939a18eca9cf7b402190874e7fc SHA1: 7ac265e19b201f9a6a0feea4911e3cf4c1a618d3 MD5sum: c467882bad8778305afbec1224c9d193 Description: The fuse metapackage. Package: ros-rolling-fuse-constraints Version: 1.3.1-1noble.20260425.044856 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 2822 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.044856_amd64.deb Size: 476816 SHA256: e0cd0dd36ce4a7f551e02ffdd12ba8135fd13c2f093016adf4d8121065801774 SHA1: ed5e27028122dbd6b786764930a91a8b6b5f8cd3 MD5sum: ea82936b69129986e83b5609e6e669c6 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.044856 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 22397 Depends: ros-rolling-fuse-constraints (= 1.3.1-1noble.20260425.044856) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-constraints/ros-rolling-fuse-constraints-dbgsym_1.3.1-1noble.20260425.044856_amd64.deb Size: 20282530 SHA256: de74f4f6534751badbd1fe71c69bc0d716f672474d1492a4fd367b3264beb71e SHA1: 4d2bfbe975a77ca9aeb8382aa3fa44e8875f5bf8 MD5sum: f3a5f28b28d27e564ca46411d33f28c4 Description: debug symbols for ros-rolling-fuse-constraints Build-Ids: 238d2f2ba0f196f5e71384782906f745d74a5edf Package: ros-rolling-fuse-core Version: 1.3.1-1noble.20260425.043304 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 2198 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.043304_amd64.deb Size: 410150 SHA256: 4e1ea6990e78b6b65f2b8261e9e0dce6ff4e78dabf3573e73a73e9aa2852e217 SHA1: 77cea02402ad009780e2624abb2eab899fe5a6c0 MD5sum: acbdb334fa8be4f9ec6ac03fd78a8e46 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.043304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 10065 Depends: ros-rolling-fuse-core (= 1.3.1-1noble.20260425.043304) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-core/ros-rolling-fuse-core-dbgsym_1.3.1-1noble.20260425.043304_amd64.deb Size: 9030528 SHA256: bd607c8a9424f47be23362dac2217406090d4d31815052636ca34f60dbe03b3c SHA1: 0ebf125013821a5fd766fe462f97dc2d1f84364f MD5sum: 2ed9c6620fce3a011d4f13cd1db1fdf2 Description: debug symbols for ros-rolling-fuse-core Build-Ids: 620b36c1ed1a497ce7dcba00e6714274122c2f72 af103a27b1b193767c8df4318e0c33b512a0e570 d28e433b396be08fe926ae38de1f650ed7e98078 Package: ros-rolling-fuse-doc Version: 1.3.1-1noble.20260425.040323 Architecture: amd64 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.040323_amd64.deb Size: 6382 SHA256: a14f31084573c23ddf30aa6e55393a6f23b08108287129586245170a80d86446 SHA1: 609f94fa5f99d3ebcd8e62001e806f00dcef90b8 MD5sum: 46b06c3cf119d1b62f5b355f9f6f9043 Description: The fuse_doc package provides documentation and examples for the fuse package. Package: ros-rolling-fuse-graphs Version: 1.3.1-1noble.20260425.044043 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 544 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.044043_amd64.deb Size: 105826 SHA256: e36446dc442e1afd788652e392fc0b4042f338cda7d9169ee880016a1d04410c SHA1: 6cefb57f7ea913ddce1356f96d435fca0d7534c9 MD5sum: 6e9454f0d62b930d652313dc1f8b6691 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.044043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 1859 Depends: ros-rolling-fuse-graphs (= 1.3.1-1noble.20260425.044043) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-graphs/ros-rolling-fuse-graphs-dbgsym_1.3.1-1noble.20260425.044043_amd64.deb Size: 1496008 SHA256: ce28ecedc43cda5a4e0bd6647da69b3d4bac09241cb81ecefe1e557fe7217cba SHA1: 13211c25222a3a5f7263766438201b6dac743a8a MD5sum: 1e1a022ddd272428e74a7b1f863dd77f Description: debug symbols for ros-rolling-fuse-graphs Build-Ids: c5a6720e162aa12fd29ae1b4df5220b8f21b5e01 Package: ros-rolling-fuse-loss Version: 1.3.1-1noble.20260425.044104 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 1035 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.044104_amd64.deb Size: 179104 SHA256: b27f3649ff4273f7f3839302b56a677ac77b8c9ced7667085561f488e79a9ea1 SHA1: 94cfa3b8becb162e4d5a2c7850c395896b64fb82 MD5sum: 65e7735a477799206585ff5946e70348 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.044104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 3987 Depends: ros-rolling-fuse-loss (= 1.3.1-1noble.20260425.044104) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-loss/ros-rolling-fuse-loss-dbgsym_1.3.1-1noble.20260425.044104_amd64.deb Size: 3255282 SHA256: ddd22c9aa2120e3c90245c75d720df784daf0bf1420400a9e78d04fc8e3c6f66 SHA1: e17d37e6999860196877b27902181bbb500f0ae2 MD5sum: 30e2edb15364717c12ae43396ccce97c Description: debug symbols for ros-rolling-fuse-loss Build-Ids: 80e668e55d85d5aa4f96e620590adfbbda6ffc75 Package: ros-rolling-fuse-models Version: 1.3.1-1noble.20260426.062247 Architecture: amd64 Maintainer: Tom Moore Installed-Size: 4375 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.20260426.062247_amd64.deb Size: 759780 SHA256: 398abf7e7d7dd3229f5426ac3e8b0f9b25bb38c77da7cd6622cdbd3dcef62967 SHA1: f7b92e21c310f802518754fa4381c79f909edc2e MD5sum: 3dbd2882ca2796e8835f2f0c3e2d8e7d 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.20260426.062247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tom Moore Installed-Size: 42775 Depends: ros-rolling-fuse-models (= 1.3.1-1noble.20260426.062247) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-models/ros-rolling-fuse-models-dbgsym_1.3.1-1noble.20260426.062247_amd64.deb Size: 39374780 SHA256: f29087fcd76aa3ada3a4860a6bcd084071e3ddff8703f965e3edb166e697b599 SHA1: 0e4e59cfeaf4d563be3c4158a002870425aac9c6 MD5sum: edc01b6fe0bfb70c2b0bc4d8fa24ebbd Description: debug symbols for ros-rolling-fuse-models Build-Ids: ea017e13dffc9cd43428b5e568519321d3201490 Package: ros-rolling-fuse-msgs Version: 1.3.1-1noble.20260425.040521 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 1958 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.040521_amd64.deb Size: 174160 SHA256: 26b88b19a6507f9f95bea9e4b67c6aec04e116127f05929bed78de13e08de4c4 SHA1: 4e6d557419f6867e5224dd2c7d311a61a201f4e3 MD5sum: e9798d03ef784b5ea5460d9a6d794ba1 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.040521 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 1953 Depends: ros-rolling-fuse-msgs (= 1.3.1-1noble.20260425.040521) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-msgs/ros-rolling-fuse-msgs-dbgsym_1.3.1-1noble.20260425.040521_amd64.deb Size: 1646812 SHA256: 76f0484e88a975a1c304af2deb2936fd9eb8aa88fbfdac596aa04dae9388f966 SHA1: b49bcf4194a8765cadcb529bca04c9b1e76a20bb MD5sum: ab31e501280b0fe8d35d5d01b4a0c058 Description: debug symbols for ros-rolling-fuse-msgs Build-Ids: 1cad2c7676ffd5600ea623d04b884ef0004d99c1 26c95d4cd5b4d0139c6b00269637bfc22f97eef5 355fe0d87c9a0874ef7fdaa2d687e96483f41452 565dc76fcf7258796499d4bdc3a642f44264ab1a 5a81668f0bc1c7566c601f7667123504a3dcb48b 6bab43e9b4903e7db3bb60123ae13be49daff513 7ca730066413c6052b12e184096848f4a60fb4ab bd295e65db1aec19f58af954f4ababe3e7947797 ca08211590c1d9213469185cb798af91cd1612de e281f69eba0c2593c3d24235b16cbe05329c87e8 ff73dc384ed19a4e66a0df80a0523e37aad1430f Package: ros-rolling-fuse-optimizers Version: 1.3.1-1noble.20260425.050108 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 2149 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.050108_amd64.deb Size: 372478 SHA256: bb9d6a9eced1ebfb5790d82f76dbbf6bc5b57c12fbbc68eb60507ed8db0200a5 SHA1: 750a5b011c037aa2d7ecaf1e411b57d38f0eeba1 MD5sum: 33837c6792261ebce552b4c917a0799b 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.050108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 9509 Depends: ros-rolling-fuse-optimizers (= 1.3.1-1noble.20260425.050108) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-optimizers/ros-rolling-fuse-optimizers-dbgsym_1.3.1-1noble.20260425.050108_amd64.deb Size: 7984942 SHA256: 197160212dd0b81afadcd7a53441249588cdba811f3bcd7195104b0b4044ae5c SHA1: 1d4e30e0f380edd6eceb7e3e151ce3de6ce47aca MD5sum: 132166ee403ad4efd3f475b6908c0f37 Description: debug symbols for ros-rolling-fuse-optimizers Build-Ids: 863d6bb828ed4b325c129e15a4c719982bea97d9 92a8240ac1a1639f356b58383bd259ac96590a0a b3f47692f3a3b86d7de8df90cd07f133c1a6e371 Package: ros-rolling-fuse-publishers Version: 1.3.1-1noble.20260426.061413 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 1159 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.20260426.061413_amd64.deb Size: 247164 SHA256: e61166291d3b9543101eb808c68f9eb3846cfeb32eb2303e4a5edf0c25f9ac02 SHA1: fff0e86c3d67e3af710e374fed826a0fe1eb1c96 MD5sum: 80e99b3d8e2fe5dfac697be30e2ed888 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.20260426.061413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 6155 Depends: ros-rolling-fuse-publishers (= 1.3.1-1noble.20260426.061413) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-publishers/ros-rolling-fuse-publishers-dbgsym_1.3.1-1noble.20260426.061413_amd64.deb Size: 5436498 SHA256: f22c373b20856a54f6c5cff8741ca57a19f1ae36e303327c52043811924533d7 SHA1: 48d086fcead6310170b4d6c0e9d39969c7992dcb MD5sum: 81671188d864caa8221719b7b81005e9 Description: debug symbols for ros-rolling-fuse-publishers Build-Ids: 94421575e8f25a8bb1e916a80d3009956c87a0ca Package: ros-rolling-fuse-tutorials Version: 1.3.1-1noble.20260426.064018 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 7291 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.064018_amd64.deb Size: 1525750 SHA256: f0e16d10e14abc62de64babf872e406bc2b390e0ed6d4470e75ff37ac10128ba SHA1: 6bf403b0aa65cdaabae54563bc93a809791ee83c MD5sum: 817d185daaff385c68b12972215c6f3e 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.064018 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 8470 Depends: ros-rolling-fuse-tutorials (= 1.3.1-1noble.20260426.064018) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-tutorials/ros-rolling-fuse-tutorials-dbgsym_1.3.1-1noble.20260426.064018_amd64.deb Size: 7433114 SHA256: 6cb1b4c8beb0428a08ba81cf2e85b2d55e6a644859984cb54e4cc54924ccae53 SHA1: 9a424ed42a535f3318e1c29f18580274ddcd9094 MD5sum: 7abfc3fc1ac81288344ecef5841d23cd Description: debug symbols for ros-rolling-fuse-tutorials Build-Ids: def7d95753008afcc6eff82cefb6ce4d9335ea3f e2717abd6e70313572ee95aa8e1f48e33e8a0af2 Package: ros-rolling-fuse-variables Version: 1.3.1-1noble.20260425.044107 Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 1650 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.044107_amd64.deb Size: 250420 SHA256: 22373493f4b1897dedf95f6cfd16b659d196cd5b4e58b4e5d75bbea1c3e7acce SHA1: 2e35f3aa4f77a8ab0d19111cc802c5c441fef779 MD5sum: 194e92bf3c478587d5ddf6f91756b5b1 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.044107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stephen Williams Installed-Size: 7887 Depends: ros-rolling-fuse-variables (= 1.3.1-1noble.20260425.044107) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-variables/ros-rolling-fuse-variables-dbgsym_1.3.1-1noble.20260425.044107_amd64.deb Size: 6514400 SHA256: 89700830ef6980ab476b2de32470b710bea4e3b807461d160a02b0bd34f255ef SHA1: 121cb60efbbb75e04b050ab5dad28f453dc9456c MD5sum: 81a2c5139673ae7ffa7a628bcdf8642e Description: debug symbols for ros-rolling-fuse-variables Build-Ids: bc074e609be2f29ee563c2d3dc94efd3e36b514a Package: ros-rolling-fuse-viz Version: 1.3.1-1noble.20260425.051257 Architecture: amd64 Maintainer: Enrique Fernandez Installed-Size: 1382 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.15.1), 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.051257_amd64.deb Size: 299886 SHA256: db76f6a6b0c4a24c0a9966c390bafe9fd0daf7634e4967c1006102a5a1563cf5 SHA1: 4045996d0fdf1d37f6fca8beaf94ae287ec9a60f MD5sum: a4b1a7da8567ff2526f2d9d644951e24 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.051257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Enrique Fernandez Installed-Size: 10638 Depends: ros-rolling-fuse-viz (= 1.3.1-1noble.20260425.051257) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-viz/ros-rolling-fuse-viz-dbgsym_1.3.1-1noble.20260425.051257_amd64.deb Size: 9844638 SHA256: 040f3682af8cc7c713268bf3f65445cb5b0435bb9ede8d9b333fc52a7d1c7a28 SHA1: e8fe817bf49d9552c52bcc4454354cf4a6fcc99b MD5sum: 3bbb67cd0c2760f41850dd6a803d5c3e Description: debug symbols for ros-rolling-fuse-viz Build-Ids: 339a71f2218f2b31674b1312e27a570054e97a24 Package: ros-rolling-game-controller-spl Version: 5.0.0-2noble.20260425.042511 Architecture: amd64 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.042511_amd64.deb Size: 8018 SHA256: 05c9f3f38ae837f347ae14baa59a3449ed80d5c9f6818cd052447fcc39d660b4 SHA1: 64e495fada448dc92fa3c8e2e6d8fc339fc8a663 MD5sum: 5755a954cef8cf56891daab3b6951b36 Description: GameController-Robot communication in RoboCup SPL Package: ros-rolling-game-controller-spl-interfaces Version: 5.0.0-2noble.20260425.033558 Architecture: amd64 Maintainer: ijnek Installed-Size: 2179 Depends: libc6 (>= 2.4), 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.033558_amd64.deb Size: 121648 SHA256: e7e1c76629d22d04f01c089118186d9765c311e1095800a240518ec81694d0c7 SHA1: d3ef39b790829f7ca2be0041c30529b662af7a51 MD5sum: 4ea9b8405531d2e555ae06dd1390cebf 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.033558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1275 Depends: ros-rolling-game-controller-spl-interfaces (= 5.0.0-2noble.20260425.033558) 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.033558_amd64.deb Size: 1007130 SHA256: 19c1132e388c51c9544be31122ce136a9bc3632eb7c574391e5b412ea3f474e8 SHA1: 6fe5dca75ff095b9051649b74c140c5a8700adb3 MD5sum: 00d662d9ceeabcfed38b6b5eddef6a54 Description: debug symbols for ros-rolling-game-controller-spl-interfaces Build-Ids: 08b85fb95387ded4b4250c743c3e2f9f031c5aaf 27d877133c10b1a0052c004556edfa2c87b9a028 2da7519cad895c82118fc845a7c3a52b9fe6bdf1 50c853d26fff48a3e9359f8c79b0e9090aa4284d 6e32cda9fb2f1c337784bde9b30fdf0a1c58ef43 88b1115bbea4b16256b01c5faebe99726a512d9d 996e43ed32410eae050f3096b9752cdfede97379 a1bd1452c9f7a991a55bf0cb9870458e5e36f775 ad06306ff4186071f0fa5f97d43ea03b9195e3b1 b0784cd0cfdb81fc6fe204de21d5809239064ff8 d1635b095dd0a0c08af60fdff4b7c58c6494c206 Package: ros-rolling-generate-parameter-library Version: 0.8.0-1noble.20260425.050734 Architecture: amd64 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.050734_amd64.deb Size: 9712 SHA256: 119af839fff69a0a1cb93fb85a0a0bcf92822d70793222e7fe66251ccec9c339 SHA1: fc4cdf2b05a9399ecd933126f6ac430f11149c81 MD5sum: 8cbb9994532cfedf1c532644e7868c20 Description: CMake to generate ROS parameter library. Package: ros-rolling-generate-parameter-library-py Version: 0.8.0-1noble.20260423.224326 Architecture: amd64 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.224326_amd64.deb Size: 55784 SHA256: 94ab4b1e4a7fda767db5f9a6657cbc1e64d94ec708bbc1ff80b32b46db47ae36 SHA1: 155bbdc83652c8d1da60f2c429467a3a5eb241b3 MD5sum: 7d4841efe453a854f3346289eeec0563 Description: Python to generate ROS parameter library. Package: ros-rolling-geographic-msgs Version: 1.0.6-1noble.20260425.035831 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 4642 Depends: libc6 (>= 2.14), 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.035831_amd64.deb Size: 324842 SHA256: e17f8906a1b1f2654f4c2562cf2c86ac74eb112306dbf3eed7f81b5e432df97d SHA1: 5dc3d0199fa02eb2f8eaa01c645cc036636a6c26 MD5sum: 363aaf803ff55273ccd89897e11f1cb0 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.035831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 3994 Depends: ros-rolling-geographic-msgs (= 1.0.6-1noble.20260425.035831) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geographic-msgs/ros-rolling-geographic-msgs-dbgsym_1.0.6-1noble.20260425.035831_amd64.deb Size: 3369384 SHA256: 872862990ce657ab362ea835bd7286af903db16c46ef45cdc28fdaef4f482aa8 SHA1: 709e9006eb8425f6a6e25dd26e059715a2e1a369 MD5sum: c90918701bf83154faed852f08280157 Description: debug symbols for ros-rolling-geographic-msgs Build-Ids: 3983e33ee744f718ebeb5b1019a1b9aaa3974dc7 59a5a67196e1cd59ecbd2c6cf26dbbd2503dbeba 6a7fee413d1a1b9cdb5141bf235f054efac2fe70 84d3144edbb137c6af3c91e8af138d81c6b3798f 892c3543c47c5f4b2f129e77b057884047da7025 aa6ec3009259cb266d9e73dcdbef8d59f759c07e bb592acf861ec379db7c7eff008089cf483c8e5f d370ba152afb32c4ad0eed54b9c1b73ea2c4802e e02b4d0712ca90f5532ea4d5b934626f282d5fce f179d9904a3a89b468e370619d5d5bb2f3344648 f3a30fbce50969ceb64b4e8c43e023d35bcb12f4 Package: ros-rolling-geometric-shapes Version: 2.3.3-1noble.20260425.042604 Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 366 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.042604_amd64.deb Size: 107102 SHA256: 2c4d5323fcf51f84cf61171622e10fa6b3249c47440d03ab4f92844cf43010bb SHA1: 10ca99e9c670635d5fb9de5a9cd86c68a9f4f70a MD5sum: 6c8f85a725117fd27ef73963f9db2970 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.042604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tyler Weaver Installed-Size: 6145 Depends: ros-rolling-geometric-shapes (= 2.3.3-1noble.20260425.042604) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometric-shapes/ros-rolling-geometric-shapes-dbgsym_2.3.3-1noble.20260425.042604_amd64.deb Size: 6172364 SHA256: 3f9f676f9c64759a33ee52d46336b3dbee6a13ac44d7849b6f198fe5f100b497 SHA1: d47fefda95e976aa617d5141d5b6f4f634c9ab76 MD5sum: ccf0df5a9521a30c449e8f919ffd14cf Description: debug symbols for ros-rolling-geometric-shapes Build-Ids: c0a7891179977aae46373b9cb2d5967dc75c5a22 Package: ros-rolling-geometry-msgs Version: 5.9.2-1noble.20260425.034711 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 4304 Depends: libc6 (>= 2.14), 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.034711_amd64.deb Size: 261380 SHA256: 71b18195b4a390c7fa37a967016d2b117d4dd9b11b7648778118fce648f371cc SHA1: 139b05719064ea7f937c4ba58c8eddc5f8c2fa4c MD5sum: fcbef06e7c3a1b4460bf621e07983367 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.034711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3362 Depends: ros-rolling-geometry-msgs (= 5.9.2-1noble.20260425.034711) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometry-msgs/ros-rolling-geometry-msgs-dbgsym_5.9.2-1noble.20260425.034711_amd64.deb Size: 2753066 SHA256: b4a938987ab90426d55e08f5d0df64fa07ce12c9f83b786d6fe4498c21249bf8 SHA1: b76e81bd34fe934baa7e63fafafe67e6737d44fa MD5sum: 5703cb26297dcffdb4055ff6490d76ef Description: debug symbols for ros-rolling-geometry-msgs Build-Ids: 1fe5296fd61f821ed7f068ac4fe10476724fff61 4674a895591d23db5f510e9bf726f02ca2543d5f 4edc1bd64122d438c1ecde99250babd73001a468 617bb7457d70e51423cd79ebc43dc1ac4257cca1 7049777cff28aac6d637d3e47735409c9af44605 96cbb073151ee02aad07ed5365f4ff3faebd293a 9e61d51d5ea41a952bc4ddcdf1d6bf75a2188090 b18ddde0414f93c998f1cd4dde259a7c2fb441e3 b3b97bb41cfd04c214f99a7404e3064def3298f1 c17b8ed41ea0a20433757e2501efe5a7f9376f8d f6e062fae491d3bbd9d5d70ea58e1c0ba57d6bf2 Package: ros-rolling-geometry-tutorials Version: 0.7.0-1noble.20260423.214206 Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 43 Depends: ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/geometry_tutorials Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometry-tutorials/ros-rolling-geometry-tutorials_0.7.0-1noble.20260423.214206_amd64.deb Size: 5780 SHA256: 36067e4d786425130abb852d43880f0801e70da82df837abe7a17b682de29051 SHA1: 577b092623969602653bdadffd087710e745af71 MD5sum: e30d530400bb8b310fd55609b0ecbf7b Description: Metapackage of geometry tutorials ROS. Package: ros-rolling-geometry2 Version: 0.45.7-1noble.20260425.050212 Architecture: amd64 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.050212_amd64.deb Size: 6808 SHA256: c620d889f41836c9d09fd45c3af0185e9457c033687c6ae8e1fc60882382ac8c SHA1: dfe4623057a435c5ac56417dc208c08b041b13b2 MD5sum: 09e2a311e88932bd39f979082adfe4cb 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.230514 Architecture: amd64 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.230514_amd64.deb Size: 101940 SHA256: 551a47800c4dbff835f50328d20726a9ce4b5bb55131c437d9c815d4a0ed4f5a SHA1: aca3ad139df396d08d3b076171044eb18b1e4e71 MD5sum: 6cac3351bd79bf70bc9a3e18aa859180 Description: The package provides GoogleMock. Package: ros-rolling-google-benchmark-vendor Version: 0.7.0-1noble.20260423.224331 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 629 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), libstdc++6 (>= 13.1), libbenchmark-dev, ros-rolling-ros-workspace Homepage: https://github.com/google/benchmark Priority: optional Section: misc Filename: pool/main/r/ros-rolling-google-benchmark-vendor/ros-rolling-google-benchmark-vendor_0.7.0-1noble.20260423.224331_amd64.deb Size: 206930 SHA256: 4f54b2ccec94e7eb7ee97b82727aee6ec7619b1a25ee373cbfdc12cc54c38e39 SHA1: 97f9cd46c6dc4c2a59a6554c412e689a4b20d6e8 MD5sum: ab299d66afec92362c82df54efdf3ef1 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.224331 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 2164 Depends: ros-rolling-google-benchmark-vendor (= 0.7.0-1noble.20260423.224331) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-google-benchmark-vendor/ros-rolling-google-benchmark-vendor-dbgsym_0.7.0-1noble.20260423.224331_amd64.deb Size: 2077526 SHA256: f1ef821e33945d157744ea9ed92a3a221dde88377f2713027a09be5d85810c0e SHA1: 951ea339797dbe306a85b40e8e50d841f7b2ff42 MD5sum: c0603eb16afffe57d60275d86caead00 Description: debug symbols for ros-rolling-google-benchmark-vendor Build-Ids: 15a73bedbc8589886a3907d4ecabdb3b8dda754e a6f2c17c7f7c9b329963278ba58bf04751f58a85 Package: ros-rolling-gpio-controllers Version: 6.6.0-1noble.20260425.052110 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 664 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.052110_amd64.deb Size: 163606 SHA256: 90b9b3c84c725f9075463d9ede558e654b186e1676fbaedcde20c51e36763386 SHA1: bdd62ab5525a6d8739206492fbc48184bf52d2b2 MD5sum: fae13ee632fad80aaf42f82a460472d8 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.052110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2978 Depends: ros-rolling-gpio-controllers (= 6.6.0-1noble.20260425.052110) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gpio-controllers/ros-rolling-gpio-controllers-dbgsym_6.6.0-1noble.20260425.052110_amd64.deb Size: 2618686 SHA256: 503cebbc56691f056b2e3ca6ea103b5d0b42a6304c2dd58427141c3d77cb3b40 SHA1: dffd91b80f5eaca4f805ac4f5b3e0e7eab61871d MD5sum: 7bca853238d52c33cfaf64bc0a8366ee Description: debug symbols for ros-rolling-gpio-controllers Build-Ids: 28fa320d3bd0ee6cd176dc25abcaf312cb06f0ca Package: ros-rolling-gps-msgs Version: 2.1.2-1noble.20260425.034721 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 900 Depends: libc6 (>= 2.4), 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.034721_amd64.deb Size: 85766 SHA256: 564d1cb7fe62b5800ed2ed7832b37b5d2a635f1d1b34b3c9ba3b4ddd7dbc7f58 SHA1: 3a97f45714e140594fce1293afab50f7f4a32efe MD5sum: 3fbae1854a4f96402172b5f700b7e1a7 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.034721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 527 Depends: ros-rolling-gps-msgs (= 2.1.2-1noble.20260425.034721) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-msgs/ros-rolling-gps-msgs-dbgsym_2.1.2-1noble.20260425.034721_amd64.deb Size: 413406 SHA256: 657ba83ddb52f3eebcfebd36614c7fbd5a1a0421328c5769659661870b9f83fe SHA1: 8839675c1864978e90c128772705673f6b8e2a8f MD5sum: d5cdb85a3abf57d68b2630a08ec70b61 Description: debug symbols for ros-rolling-gps-msgs Build-Ids: 2bf3b84fac057f6ba60abc6eaae11ffcaec1b871 3035ae0abf3ee88219fb3a845a69524bbaa791b2 3300027337bc00a9411c19ff20a6531e0fd2ba34 5a9ae75722b991f15cf7e6504ce613f22722fbcf 6db29fa59081b392cc55246c7c9f7eef3b5571ee 7818395b253920f65f5a9c33b2153e7916a687ca 7bbe05ed137ebafd24e1811f8ff3e94c0fd868ce 991d8c71f47ae57ca0b13b0f49449d9c1d147fb9 99f3883552fb007a091c7c46b5be6d874da16044 ceb52970ba1cf5f83c657d98cfa07fcdfc26f8b7 f69e93a7c69fa6d470bad92eec39923a1a93d11d Package: ros-rolling-gps-sensor-broadcaster Version: 6.6.0-1noble.20260425.051907 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 299 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.051907_amd64.deb Size: 85110 SHA256: 18014b13dd924f340d215ab2c77a51617c8fe873890844d59b2aea4e7bf13f1e SHA1: cc4e67c0da2ae0d381cda53b7970df86600105cf MD5sum: 1a31517529b8579f5a291c8cb484794c 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.051907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1194 Depends: ros-rolling-gps-sensor-broadcaster (= 6.6.0-1noble.20260425.051907) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-sensor-broadcaster/ros-rolling-gps-sensor-broadcaster-dbgsym_6.6.0-1noble.20260425.051907_amd64.deb Size: 1120238 SHA256: 9e8af53355e8fd26632f8865de109eb6cd8659029374759949adbeae2a87ead0 SHA1: f61ffc1c80f1f382106ddf3c1e0a233133bdce84 MD5sum: 23c116d9b903fe5ad82e748536b7c01c Description: debug symbols for ros-rolling-gps-sensor-broadcaster Build-Ids: a472212746c27372c4e310ca9d4ac929f9e1fd02 Package: ros-rolling-gps-tools Version: 2.1.2-1noble.20260425.043053 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1061 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.043053_amd64.deb Size: 182532 SHA256: 2ad105971a23600d7dbe2e40424f47b8676bc000816ecc1061bda29b835109ae SHA1: bdcbc05ef889a39f0bab77eb6f155f0b7aa75028 MD5sum: 3e7ebc49e69f555db064b57b0cb4fc57 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.043053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 4840 Depends: ros-rolling-gps-tools (= 2.1.2-1noble.20260425.043053) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-tools/ros-rolling-gps-tools-dbgsym_2.1.2-1noble.20260425.043053_amd64.deb Size: 4159648 SHA256: 95a1bbbe530bc28ec8a749f6d3c7e61afc024442dca1a63d4b4d42096078ce10 SHA1: 9f6f32593c55d3bcd4b1ad2e510ae52b66abf212 MD5sum: a93d4abb09b23c4644e2d5bc68e4df63 Description: debug symbols for ros-rolling-gps-tools Build-Ids: 5d510847e1ec759ac8bacbad22a06a51573d39f4 b438454d21b5adba2d7f2d11bcdb1e5b11761c24 Package: ros-rolling-gps-umd Version: 2.1.2-1noble.20260425.043715 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 44 Depends: ros-rolling-gps-msgs, ros-rolling-gps-tools, ros-rolling-gpsd-client, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/gps_umd Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-umd/ros-rolling-gps-umd_2.1.2-1noble.20260425.043715_amd64.deb Size: 5828 SHA256: 43f216726b36f680307c7c95dacee54071ab85b42ac31ec4b83dd2d151a7b020 SHA1: 89dda10f2bef56e32fc77b02a55300d729999d5a MD5sum: ceadcaece34593347b5759f4f7232277 Description: gps_umd metapackage Package: ros-rolling-gpsd-client Version: 2.1.2-1noble.20260425.043427 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 276 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.043427_amd64.deb Size: 75764 SHA256: d65143b27b12dabe5d132d8d9903a5e80beeb158b429ac89c5d6997da9aa5a1f SHA1: 2008078201294500491c1be377246b47e7c3b342 MD5sum: 7811c1a6cd7e0e849c1d4cbf76a1fbbf 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.043427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1207 Depends: ros-rolling-gpsd-client (= 2.1.2-1noble.20260425.043427) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gpsd-client/ros-rolling-gpsd-client-dbgsym_2.1.2-1noble.20260425.043427_amd64.deb Size: 1114234 SHA256: 727a5966cc6123fd80f0746616e8fa401bac8bd80dbae6e1012c2f4398ec6b48 SHA1: 634c50f44b2f90abde0da6a2c0e2eaf57cd5111d MD5sum: a4ed31a67fed45eff135756536a1df58 Description: debug symbols for ros-rolling-gpsd-client Build-Ids: de4f6db400d44e8b5fe4af621a7c136539720bdc Package: ros-rolling-graph-msgs Version: 0.2.0-5noble.20260425.035528 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 624 Depends: libc6 (>= 2.4), 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.035528_amd64.deb Size: 67066 SHA256: 2c7f7d772c73be9858a7f3c4f20ba434338e32bbc49337e5ded6ababdf9e5db8 SHA1: 43c0cac3c47bf7edb4d6f0b6b2da180e87c723aa MD5sum: f3d4af4b65987f9b705613ebe3d617bf 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.035528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 503 Depends: ros-rolling-graph-msgs (= 0.2.0-5noble.20260425.035528) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-graph-msgs/ros-rolling-graph-msgs-dbgsym_0.2.0-5noble.20260425.035528_amd64.deb Size: 394788 SHA256: 8b83528d1b6ab03f89a421b7e1e8e5f50b016ac21aff74b46b9e91d3f1647d82 SHA1: 45c9bdf19d90a2111dd2249428a9aa1c7f8518a0 MD5sum: 88e1fb268f935d29a7c1c888cd904e3b Description: debug symbols for ros-rolling-graph-msgs Build-Ids: 3a6fe10a778ddab18e3f4a0690bebd04d512c912 6ef8a38d3adcba0fc0a38aae8003d2f13cb8fe0e 7763e6f59f32c2c7cb0cf8892d57af7dfe92ecb1 77ad13ad061e1e8b5bc4de80a2279d69600d687c 8061ec0ea04fccb569936f2e26b1a3b555d41a1b b22ca3819b5a0812dfa6a49de018b1ebdc2f9aa8 c6ff02b305c650822205be6d9fa6067198cdc020 cd5fba365706693059ef6ae6f3488c0086a5e355 dafd70cffd2f5909166a4d4f92a9a95fc67572c1 e9706d521b6b49d08998e2439d51829e16d4b26d ea47a4fbf6f42da47b5c4fe294e0879ddb9335da Package: ros-rolling-grasping-msgs Version: 0.5.0-1noble.20260425.045945 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 4057 Depends: libc6 (>= 2.14), 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.045945_amd64.deb Size: 291652 SHA256: 366031b0a01f2cc104184b045aac8a006a043c854d2df3dae00d5c96fc3bbb17 SHA1: 706dfeb47f004baa28ee022aa183d10503cedb1f MD5sum: 6ac708a9fb6eb371449928c346dfc215 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.045945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3244 Depends: ros-rolling-grasping-msgs (= 0.5.0-1noble.20260425.045945) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grasping-msgs/ros-rolling-grasping-msgs-dbgsym_0.5.0-1noble.20260425.045945_amd64.deb Size: 2683982 SHA256: 4c6a96c5399909f2a8ada9f46f7a168a01d7a393a993f6bc93c09be975a34736 SHA1: f344ed370be4d73160d713f508d15dcfce3db05f MD5sum: daf6f8669ff42abe23151c022a313fd3 Description: debug symbols for ros-rolling-grasping-msgs Build-Ids: 1483c0670eff7be5d49dea3b4d530f6971256c6f 219b00525d66bbf27c8ea26092d9d297f5acbda3 5fb8f5b197bfbcb81caebbf6b40bc2e5c65f1a67 6bfc96e50d2154a33f1aa07c95ff15251bdd7422 70efcfc1c69c25dd1db119529187f9a73d44dc69 b0ef63ad89333c7f840941d3cb4cedff9e6e0af8 b4c8d4bf356b2a140828811922f5b00f96705408 c18732878e76ddf39c27f0a0045f70c5cc8effa2 dddf1155ba6af61ef9de27976e6277673e5c382d df5624a2abc8a9f2ba0f34d8ed334e43c80109a8 f4f78339b04eb6c4dd57fd2eea62ee53cd26ada9 Package: ros-rolling-grbl-msgs Version: 0.0.2-8noble.20260425.034559 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 3350 Depends: libc6 (>= 2.14), 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.034559_amd64.deb Size: 215486 SHA256: ea93aafeb66a79eda9b7849f008685d3d1c1fdaee45c54692122e88837ae8813 SHA1: b4c430db4b9fbdb62eb83de934ec565e08fd3ccd MD5sum: 69823e2c35cd14975c6d3cc7cbcb326e 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.034559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1844 Depends: ros-rolling-grbl-msgs (= 0.0.2-8noble.20260425.034559) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grbl-msgs/ros-rolling-grbl-msgs-dbgsym_0.0.2-8noble.20260425.034559_amd64.deb Size: 1342314 SHA256: f883cc47d27ff61a5a4f86760188788fe46ea1b5f0d85774aa6fa1589d4352ae SHA1: 7755a5f3f1e3ec9990c9220bdf7d27b50f8bf88c MD5sum: cc836169a2990cadd171cf3d471b9b8b Description: debug symbols for ros-rolling-grbl-msgs Build-Ids: 0906d3ed55856a5789ff0d73619f9b1571dbe449 17a07251cb00a0ee1c8403df40ca614b52508103 304d31d35406d5317b4f1f25bb07aa473c38a583 4f9251ef7f393d6b5823165b58f7e96e3ed18f30 53feec9306022b43754440dd971dc3dc6864d6c1 893cd8dca9c87c2875096ab807a8ed86e2476f34 9605560e09e0a830744d118cfbd9b6d6d5f624ac b5b56beea11eceaa9efea4ff813ba01b7d94a676 d16e9cba40f86fe18e83955ddf499b17fac1e851 f1f14bbadef53bff5d3528256a2493e8ff4c49b2 f5fb9dcc5bc610fa93a8f2f3a745d149cd8dd100 Package: ros-rolling-grbl-ros Version: 0.0.16-6noble.20260425.042539 Architecture: amd64 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.042539_amd64.deb Size: 25978 SHA256: 53280effcda7abd007bf9a4f967e51a8fd8902a90d6566d96f3ccc8f2784df13 SHA1: 5edc7d41c3fad4ec1f042fac06700970706cddd3 MD5sum: 36078e7c0126f974001828c6b0fc3abb Description: ROS2 package to interface with a GRBL serial device Package: ros-rolling-greenwave-monitor Version: 1.0.0-2noble.20260425.043905 Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1917 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.043905_amd64.deb Size: 352956 SHA256: b3d2261fd76b2e0facbd2b5adaffba84ed91427b20a71b80f6432089b843c4e8 SHA1: f2cad729f6a826c3c6d10c49be02222ce25b7539 MD5sum: 604248ccb87f9ef447926cd5513e9512 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.043905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 9275 Depends: ros-rolling-greenwave-monitor (= 1.0.0-2noble.20260425.043905) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-greenwave-monitor/ros-rolling-greenwave-monitor-dbgsym_1.0.0-2noble.20260425.043905_amd64.deb Size: 8001018 SHA256: ce25bf9a6c86a01c1f2963e7e1d502a2aeec1ec231dfa8c8651c00bbc00d1ff7 SHA1: 1635031770724d950a882fbf4c98c1b13f454ab0 MD5sum: 0458a050dbef3fef0a3483957561915c Description: debug symbols for ros-rolling-greenwave-monitor Build-Ids: 35e5859f067224746aeb5338e573ce0f783e6443 810fed97d62584afaa07f4cbb3594da5922d2951 bf4a268eecea617916c8c08bdc30cda6bff7d2ed Package: ros-rolling-greenwave-monitor-interfaces Version: 1.0.0-2noble.20260425.033618 Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1255 Depends: libc6 (>= 2.14), 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.033618_amd64.deb Size: 102358 SHA256: 27c80e3d35e6a37f0c9f1c777d0e9be39c257ca9f3095ef2dc7b235e0c4d1734 SHA1: 29e0dc980fde62d21422de13ebaf26ea1370340a MD5sum: de2cdb012e26b9d47834b41a2d403d26 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.033618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 876 Depends: ros-rolling-greenwave-monitor-interfaces (= 1.0.0-2noble.20260425.033618) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-greenwave-monitor-interfaces/ros-rolling-greenwave-monitor-interfaces-dbgsym_1.0.0-2noble.20260425.033618_amd64.deb Size: 667786 SHA256: 1ee54c26462abcbac2ef2a1789148cc4b447aeb18618244f83dcc25964a4fbe7 SHA1: 60666f1cef7f474663b6fe1790cc71c260bccc5e MD5sum: e39984370c2d93117a2ecc976d4cc4d4 Description: debug symbols for ros-rolling-greenwave-monitor-interfaces Build-Ids: 0b4ca78044028d0598fcb5d1a95a563d2c647fc0 0c9cd0ed1a2749214aa0e86207c7772c06d4d7fe 53dd011878f8d9c88928a3cd2033dc3beaa8ce08 5a83143459ca98b139fdc0a5e078ac2e0193dbd8 6a6c461717605dca78dc4508cba3330610179c90 729b9525269681688072a1afb113ebeda7107ed1 7ac2dd4c880d5198aec1a4bf9a5f5332fb8f90d8 8271785ab1ec7d9d700b8db32493f787d25de034 a1640bf7ed5e49823f3b02756558f83fbec543d8 c76d5526e4fbf942bfff3f939dd07291d3c2c7f4 fbe375159e3f9bea62d39d97067f34484a4c3ad0 Package: ros-rolling-gscam Version: 2.0.4-1noble.20260425.050428 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 479 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.050428_amd64.deb Size: 139516 SHA256: 6b40473ed26a63217e58cc9997acf87d25e09cd8e9b202fb12ea0d5ad90cbe92 SHA1: edae1e6f1e207027f26f49cfd32c643d461c797c MD5sum: 18db0e1521cef3c86260b01e32f5f7fa 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.050428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 2180 Depends: ros-rolling-gscam (= 2.0.4-1noble.20260425.050428) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gscam/ros-rolling-gscam-dbgsym_2.0.4-1noble.20260425.050428_amd64.deb Size: 2040136 SHA256: e34c4430891910a24db932e0b52ffff0be5faf6fda6b1eba24f4d96795d2c442 SHA1: 1f302bba10286e7466fe8d4e0cb783e756227d37 MD5sum: 83d74e5a2343623b80e83ba836187b50 Description: debug symbols for ros-rolling-gscam Build-Ids: 1b1f6552a08588b6f6f1cc51fdcd8f76d186361a 74c20540d116bc1dff380531bf92220d4259f090 Package: ros-rolling-gstreamer-ros-babel-fish Version: 1.26.40-1noble.20260425.043632 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2295 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.043632_amd64.deb Size: 416634 SHA256: 9695d3b5201a1117dbc23c2632c82c1059a59fdb31e2583a704ef7aae748118c SHA1: acaec9296a5f85b36dde331b4741f9a5ecef8ef3 MD5sum: 55bc6816f90b5aa0006d1132ef47daec 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.043632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 11288 Depends: ros-rolling-gstreamer-ros-babel-fish (= 1.26.40-1noble.20260425.043632) 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.043632_amd64.deb Size: 9926684 SHA256: a32188cbeb9aa2f1f1a71b8a2cdc86fc3f6dc62ab8c9020ec41ff0810141a7e8 SHA1: dd8337369a5cf3fac7526a049c068dc6367563a2 MD5sum: e279c006e922c68e1166d4893e73c10e Description: debug symbols for ros-rolling-gstreamer-ros-babel-fish Build-Ids: 0a63aefe15b674bed07115c8079e086e355531dc 597e8a7f25009059ac6f9bf4c440f29999208b3b 862d97df47051d9be76a46bc69702b4cba1991c2 ff9537cc9a798bc2fd9dee7118000b4727b7e2d0 Package: ros-rolling-gtest-vendor Version: 1.16.1-1noble.20260423.224638 Architecture: amd64 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.224638_amd64.deb Size: 183034 SHA256: d733ba6cf1f6c8ca5310140002ae62653131f6f72dec4d717ec449800cafd4bb SHA1: efd37f099960d954a34a5bd680841fb086e81aae MD5sum: 525f08b3a5c33959519b0a89babb376c Description: The package provides GoogleTest. Package: ros-rolling-gtsam Version: 4.3.0-2noble.20260424.195828 Architecture: amd64 Maintainer: Frank Dellaert Installed-Size: 9177 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.0), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), libtbbmalloc2 (>= 2017~U7), libeigen3-dev, libtbb-dev, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gtsam/ros-rolling-gtsam_4.3.0-2noble.20260424.195828_amd64.deb Size: 2312660 SHA256: 91add79308e722b18cf311135f92a98585ba79c75e74653ad70d6bd30f5ef407 SHA1: a3f648abdcf3d384411dc0d7383206ddc608ca1c MD5sum: 43ea681a638db61deb5ed0e3081d87fc Description: gtsam Package: ros-rolling-gtsam-dbgsym Package-Type: ddeb Source: ros-rolling-gtsam Version: 4.3.0-2noble.20260424.195828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Frank Dellaert Installed-Size: 176018 Depends: ros-rolling-gtsam (= 4.3.0-2noble.20260424.195828) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gtsam/ros-rolling-gtsam-dbgsym_4.3.0-2noble.20260424.195828_amd64.deb Size: 175626486 SHA256: 103581ec1682143db1f26cd8f2437645b1f6aec20202baf9aee24b9318c9eb36 SHA1: ace9eaaf3ab3d2c3402fb5cd27d0c9b10a781e95 MD5sum: c8614263614a6c7decf72c68bc7ae3c4 Description: debug symbols for ros-rolling-gtsam Build-Ids: 672988c3c31318ca4ac5c7c89ba0bb85ddeaa558 7ef59ef5cc8db71f53444153e6d8afd67d902ab1 ac85ee940e04f32e2eed3d578e62e51da3e6b9b2 e6754d912875a2f2c6b5b3b8a8c487ca5677f0d9 Package: ros-rolling-gtsam2mrpt-serial Version: 0.2.0-1noble.20260424.210318 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 207 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-rolling-gtsam, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/gtsam2mrpt_serial Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gtsam2mrpt-serial/ros-rolling-gtsam2mrpt-serial_0.2.0-1noble.20260424.210318_amd64.deb Size: 56128 SHA256: 0b59ee848bea3a8024bbfd62dcbb293735a91b68101c3e5684b97f39c9b67e79 SHA1: 5a26dd5215dc19ad606ae6f01b165ead929fa4e9 MD5sum: 7e4abeedad5beceedab41e0520fa242f Description: A C++ library offering a GTSAM ⇆ mrpt-serialization bridge. Package: ros-rolling-gtsam2mrpt-serial-dbgsym Package-Type: ddeb Source: ros-rolling-gtsam2mrpt-serial Version: 0.2.0-1noble.20260424.210318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2761 Depends: ros-rolling-gtsam2mrpt-serial (= 0.2.0-1noble.20260424.210318) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gtsam2mrpt-serial/ros-rolling-gtsam2mrpt-serial-dbgsym_0.2.0-1noble.20260424.210318_amd64.deb Size: 2718412 SHA256: d100114f5aef5f137677de01fd8c8b42cfd198dc88301967d7cd93c11ffea827 SHA1: 560e286b20615c4f5cde3ca983492ac6d6badafc MD5sum: f78cd3ce600835453ba9adb0dab0bab9 Description: debug symbols for ros-rolling-gtsam2mrpt-serial Build-Ids: fbe32e4880df6e478cfd199713b261b36f21429d Package: ros-rolling-gurumdds-cmake-module Version: 6.0.1-2noble.20260424.195648 Architecture: amd64 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.20260424.195648_amd64.deb Size: 8250 SHA256: f8de1279d2446f84ede4815b6f81a772af51b3c9693c8f6b7095f60f6690942f SHA1: b688d6111b64a69c9cd0b987f4f91764bc682b19 MD5sum: fda93227d4051d7db08322004f38a323 Description: Provide CMake module to find GurumNetworks GurumDDS. Package: ros-rolling-gz-cmake-vendor Version: 0.4.4-1noble.20260423.230338 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1931 Depends: ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-cmake Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-cmake-vendor/ros-rolling-gz-cmake-vendor_0.4.4-1noble.20260423.230338_amd64.deb Size: 196156 SHA256: 21d117ef052370451432606211c4c15e3933a9f68e185eebd510a79ab2cd6166 SHA1: e48c9e3cfd2ecf239e9091a5c4ad5919be4f6c23 MD5sum: ffddf88443e7764a2837aa32d4a9373d 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.20260424.021039 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2413 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.20260424.021039_amd64.deb Size: 645928 SHA256: 4c1e945df917280098b9cccca2fd61ccf5be8ac1d56440aaf66cfececf22df82 SHA1: 5a17308c3f6d848ffde1c394020e50bd741d4d46 MD5sum: 63805db84a5bce8fe1f6f80d8a35896a 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.20260424.021039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 8177 Depends: ros-rolling-gz-common-vendor (= 0.3.5-1noble.20260424.021039) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-common-vendor/ros-rolling-gz-common-vendor-dbgsym_0.3.5-1noble.20260424.021039_amd64.deb Size: 7808698 SHA256: 9c87607df6fa56d10cf5b710d842957d8b523d549c6fa1f6c5c6281bcffb5d0e SHA1: c185709f8412aa792cc70aa967d45f098ba637e1 MD5sum: 079e6e58a75f3cd4773ea462ef89aade Description: debug symbols for ros-rolling-gz-common-vendor Build-Ids: 242e729bf66681331a3fc5798a6bc3b9d62ba226 3f2791acec06ff6301ed749977607c24016557f8 450bce9323c4329b381994697506ff3fd8ed90da 687ae732d9653f757c4297a046cf8672db5bc465 725a7c91f503913f29ca5463dd52b70f1d3f1036 971e8955f764cbd5cae9992282fb5745fa6e2f7f cca4d61a9a3c91fc8f980deffaa2973e2937ae59 f32c376e23c3c11481b121fd7dade21976b596dd Package: ros-rolling-gz-dartsim-vendor Version: 0.1.3-1noble.20260423.230145 Architecture: amd64 Maintainer: Addisu Taddese Installed-Size: 45357 Depends: libassimp5 (>= 5.3.1+ds), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.38), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 3.3.1), 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.20260423.230145_amd64.deb Size: 12412616 SHA256: 8241efd0bf766734e4e22b408e81e209c06b9df50318971e406d938926bd4830 SHA1: baf127cf31d4b8705fd60d7d0ca08f2c2d159de5 MD5sum: 4f30ecfb60a0374d96ab0de5acdc0acf 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.20260423.230145 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Taddese Installed-Size: 100156 Depends: ros-rolling-gz-dartsim-vendor (= 0.1.3-1noble.20260423.230145) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-dartsim-vendor/ros-rolling-gz-dartsim-vendor-dbgsym_0.1.3-1noble.20260423.230145_amd64.deb Size: 99003900 SHA256: b46f87e5b77f0edd0e1883213acde47498a5aa31e1827ddd9235f5d032d2782b SHA1: 0617d7ba0b26c5efc26fdf037be718a48b8f53a7 MD5sum: 41b92420fe21245fdf44142d1415f44e Description: debug symbols for ros-rolling-gz-dartsim-vendor Build-Ids: 08e5b66df326d8f2033fef6951c1a9d992e7f2eb 5b8fd850dbd4128c232a6c42c38c5c6fef480e24 6cce05166d70c4b9bbfdee6ce6cc5652f528e33e 8a806cb7eb0bf3b9ae6082e031bc27d1cbc7a916 9084c8c43e1189e190d6cd0365aba88c0685d6e0 e61725810a178f94d817375ab4d4b2c364df7b39 f94a6ebd35786f59760c1c7d7abc6f50c7a6d3cb Package: ros-rolling-gz-fuel-tools-vendor Version: 0.3.1-1noble.20260424.200701 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 801 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.20260424.200701_amd64.deb Size: 225932 SHA256: 45396f2093be96eab70e0e9a21d5db0087f920c70ad027c85441e1242cd9c429 SHA1: 0ab2830b987942966b9dd4250fe04ed949b7d950 MD5sum: 6d97e33291d681f03b0cf8bbc1103eec 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.20260424.200701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 3480 Depends: ros-rolling-gz-fuel-tools-vendor (= 0.3.1-1noble.20260424.200701) 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.20260424.200701_amd64.deb Size: 3353294 SHA256: 0aa516ff4f04ef590c13b3abfaabca677dfbd2b4697823691ebacbffca5ea6d6 SHA1: c5fc0fb4a81edf68217cab76a5056471fdf8cfa2 MD5sum: 1e33519417ea1987d8ecf6c2a9fb156c Description: debug symbols for ros-rolling-gz-fuel-tools-vendor Build-Ids: e72c917adf49efc94791a6f715aa26d46cb6f742 Package: ros-rolling-gz-gui-vendor Version: 0.3.1-1noble.20260424.201945 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2952 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.20260424.201945_amd64.deb Size: 655076 SHA256: 652812cb290b954f6baf43673d0456283bbabe0580636a1aa764d174139ac4fa SHA1: aecc51c7888f7f6e4329e0a7ded45caff995df3a MD5sum: 9088f2196b7c4b873d8a455d9e59736d 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.20260424.201945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 25665 Depends: ros-rolling-gz-gui-vendor (= 0.3.1-1noble.20260424.201945) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-gui-vendor/ros-rolling-gz-gui-vendor-dbgsym_0.3.1-1noble.20260424.201945_amd64.deb Size: 25087388 SHA256: f51838baadec28faffb68fdab8084ad09730c2fc3d6cc76335df96f764cb9acc SHA1: f2f8da9cdd1a4b9db0ef0099091ff86b20cf043d MD5sum: a15715079645b0853e4fbbfea75992c3 Description: debug symbols for ros-rolling-gz-gui-vendor Build-Ids: 0fddddfb57f6900aae049cc64ce7a68849b1b401 1682999cc46eaa7940959f6ed7f8ad689ff4f06e 17eb13a80c8953b2a032856ee863082be2c76fdf 1b1524a4abac1d44a8efe3278e59413882a5315d 3302809ce3f194440bca778d0bfe2b2a1345eda8 34b3168d06b6a7df4fb35c740ea30d59da666216 3df8ea7944cad0f2e6c47e2f9e1059d6671b5167 44fceec694e9774ae12580470cddabcde119030e 46d8808b377dfec56b5508364fc2ab07f38ad23a 53915317da65fa5cb9232288529c01861f2ad298 5e06fee213d1ee5a7398be23afa691e617068fe5 688c6b3154b468051861c576917e97cac58f9305 7232ade0eaa0cdcfb5cb8c4823d0070325d61c57 84aa42e182da850a0a984f5b748db3932de71b44 914ccdce00f3dfea48578561e965f4db72a581f2 aec112eb729e806aee8e93872138063319100f7d ba944e98a48977d8b4dbf384e570e9459953cd41 bb374cfd1404c7309143d14c5dee94f664cc6245 cd49972189a0369fa98ba689b418d387dc537c66 e0c65285f19755459174a0fda717ef960d6e5553 e8bb0eb7121c46303b0e94f81eff6b4ae5dc680e eb0526c43cdb43331f2c805b540af1dee2efdecb ee553b63939f5b094a9ee27b17aa5da782f6be88 Package: ros-rolling-gz-launch-vendor Version: 0.3.1-1noble.20260424.213611 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1038 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.20260424.213611_amd64.deb Size: 272130 SHA256: b6d549f4bf421f66c6ac3c88c4bab9150c6af39321ae653bebd16dbc57700d6c SHA1: eae11ba70546bb0f991d815d5d0118db0bfd67c1 MD5sum: e4421f71bfd804863f3d0b1745da56d1 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.20260424.213611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 5088 Depends: ros-rolling-gz-launch-vendor (= 0.3.1-1noble.20260424.213611) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-launch-vendor/ros-rolling-gz-launch-vendor-dbgsym_0.3.1-1noble.20260424.213611_amd64.deb Size: 4838158 SHA256: ef7cbf204a474ece50596b3349a6ac097201f8a03046c0e2a44053f2b9592f5e SHA1: 358762d93550347c7a208c3ef69a68235e695f81 MD5sum: 23e23c676ecee3ae3a5a291c482b6e99 Description: debug symbols for ros-rolling-gz-launch-vendor Build-Ids: 4751977a2870de32976ab4eecbfec67f03ea92c7 64ff9c053da945b3f06d79d703a51eea7e635510 79154ea631ed8e7a004451d2b0572a1d36a59898 ad961c9e4bfc5971ae19498aa034285bdad61089 aeaf4907b0de93f5ffca107fa8e101ab142fc0dc bf9360eeffe89edb53c44d30d16a823de90399ed d73f03317cad1ef73b054501021c9d763ec20c08 fb7357e3f9dcf01519e4f2aad8663cc6e8ed64e7 Package: ros-rolling-gz-math-vendor Version: 0.4.3-1noble.20260424.002657 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 4768 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.20260424.002657_amd64.deb Size: 1070748 SHA256: ccd7d57afc8f67e409ae38882b1edda82f5bf4438c11fc22d4d110487390c598 SHA1: 1c0feedf17bb5ffe4861457b97fd11e491a43c7f MD5sum: 65e19e7261ba32735278e49ce578c324 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.20260424.002657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 1825 Depends: ros-rolling-gz-math-vendor (= 0.4.3-1noble.20260424.002657) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-math-vendor/ros-rolling-gz-math-vendor-dbgsym_0.4.3-1noble.20260424.002657_amd64.deb Size: 1731950 SHA256: badb6b393e452a306281418fbeceda175711a465d040fbbabcbecc819dcd9322 SHA1: 66c9f4c85595831b2b4208c264187ca783344455 MD5sum: 27adecb59d22a4ddd74b6c504d30980c Description: debug symbols for ros-rolling-gz-math-vendor Build-Ids: 96162179e0da8fda11559fa09cae160f1ae22ce8 Package: ros-rolling-gz-msgs-vendor Version: 0.3.3-1noble.20260424.195652 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 9692 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.20260424.195652_amd64.deb Size: 1060812 SHA256: 8cda516918cfb90ffebc48e745421214121d447b5931111de0ae6efad6baa936 SHA1: f706d55edc800665feba63932d786028d6b6b39d MD5sum: ae17bf84453f11417f6042857176f945 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.20260424.195652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 27404 Depends: ros-rolling-gz-msgs-vendor (= 0.3.3-1noble.20260424.195652) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-msgs-vendor/ros-rolling-gz-msgs-vendor-dbgsym_0.3.3-1noble.20260424.195652_amd64.deb Size: 25928532 SHA256: 3df17ca9a3f82294fb6ec6680d0bbdbffcd7c6c4ab41b0276e240c461cc04a32 SHA1: 84e6e2bb8c09c2ee84840f3b5baa75abd556b25f MD5sum: 67e65a1bd66009f3300f3b493051a571 Description: debug symbols for ros-rolling-gz-msgs-vendor Build-Ids: 4c85e15a4dda1052f15a39f940e0dabc94fc1d48 b29a3cd20d43700f0a034643ac62e0d01f4d16ab f51c499634a7180d90e2ecf9802a753a6a4bbe46 Package: ros-rolling-gz-ogre-next-vendor Version: 0.2.0-1noble.20260423.234348 Architecture: amd64 Maintainer: Michael Carroll Installed-Size: 18473 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.20260423.234348_amd64.deb Size: 3829460 SHA256: 3c700f232240f6a3f49bc24e17af7fcea5411b7bf1b7bd293d3272c599236854 SHA1: 77f2d1e47e088a71b5c47be8c4ecaf173f18c75d MD5sum: 41f89ee4c76ff3636fd1a4f1a768a37a 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.20260423.234348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Carroll Installed-Size: 59602 Depends: ros-rolling-gz-ogre-next-vendor (= 0.2.0-1noble.20260423.234348) 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.20260423.234348_amd64.deb Size: 57666872 SHA256: b83c4c47d723f6c044145ea9c07a41973c15018f867fa91c06013cd7bb5630ce SHA1: 24691c3a5d3fc4c1ea49dea0f857ddf5fa5b86dd MD5sum: c979c4260a69d439bf7147a9ec000099 Description: debug symbols for ros-rolling-gz-ogre-next-vendor Build-Ids: 0d99fcc18cfac35e1634332b4944a7884092ea1d 16b52cbdd29fb8ce043b5aeff64e52ca6abc654c 253ac402b92e7d8f75a21ae87e89b754a5715b90 2970db79cade6a8a09be693e750b74dd75b62257 3583d97d69c826f8c1dc805bdbf10ede9c2c2eca 4853529557430a18abb9433a18818845be82cf09 60511c1acd1d4267c445defdea353a3f03f9a83c 669d2d4558c93c08b001ac3e20c69d7062bc7d8b 69d2cc040a34e5f6ec4ea2d1e7350e880db48673 8a17ef9e90a6fd6a283ef7ec81821940599f4f92 8a79e92e2877248611b4165620617a12c1d3899f eb40ed7583888fc35abffbc04aca64f979671356 fbbb22a21687e20e06a34708b1d43bf31459cc37 Package: ros-rolling-gz-physics-vendor Version: 0.4.3-1noble.20260424.201543 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 6062 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.20260424.201543_amd64.deb Size: 592182 SHA256: 77c5a2208b145fb2ae84d9b4794ec4ba1244bdd775a3b17b74866e94c53eeab2 SHA1: d9788e4bb2abcd669d86edcb1c64bad057f59ac3 MD5sum: 7593af9e59dc28e56a220cf8783e8b10 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.20260424.201543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 29511 Depends: ros-rolling-gz-physics-vendor (= 0.4.3-1noble.20260424.201543) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-physics-vendor/ros-rolling-gz-physics-vendor-dbgsym_0.4.3-1noble.20260424.201543_amd64.deb Size: 26778650 SHA256: 3738b59708a1058130b7296373e3988ce022a52b4dc0a48c321a4d026c80a340 SHA1: 2120653bae17849383598f017b0a1b43f833ddf0 MD5sum: c817f5404633b18d6348146ebb63eb62 Description: debug symbols for ros-rolling-gz-physics-vendor Build-Ids: 23a51d510a24bb48275e1b39d94f022b4d510ded 2fd116ab9ff51bf4e559a6b6776872eb5241459b 69bb8a2665a1e6a4144dcf6d9321790efd9c5dfd 84bad930bcb8ad3f175951b0a3a211e254cb8470 913b20dc0940accbfaf10e0dfbf3edf66c5f2cc9 db374c9a28ce007954885bc6eb0e513dc6052bc3 Package: ros-rolling-gz-plugin-vendor Version: 0.3.1-1noble.20260424.002718 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 709 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.20260424.002718_amd64.deb Size: 180266 SHA256: 525f711685251e95a907cef44d7ba37b4da59c5e04a3e383d2e7f1c00246e9cf SHA1: b178e1bbfaaa9299cb33c05c3e5045ad2027d5d8 MD5sum: 7f7154616dd609a10999bf9837574caf 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.20260424.002718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2146 Depends: ros-rolling-gz-plugin-vendor (= 0.3.1-1noble.20260424.002718) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-plugin-vendor/ros-rolling-gz-plugin-vendor-dbgsym_0.3.1-1noble.20260424.002718_amd64.deb Size: 2030200 SHA256: 65133468eaf2c1f3997ce1f56ede9dbc241094f427745d1199f27c2a622c6a54 SHA1: 06e744506c39b45f19bc8db99630fa0b4fddd46b MD5sum: 1d54bc905a0bf5109aab6a76a68ee166 Description: debug symbols for ros-rolling-gz-plugin-vendor Build-Ids: 066cb5928f905cb549466f0355d0f3687d5e083e 8f840ba82d81274fd8ef05fd3336702f0c8e067a a547f6508f322871addf36389f71ca89f43929ae Package: ros-rolling-gz-rendering-vendor Version: 0.4.3-1noble.20260424.195650 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 22086 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.20260424.195650_amd64.deb Size: 3971202 SHA256: fb1a4b8a4850b4cf651ed27faf3e6afcca0193981808c1095b5ef75acdd44865 SHA1: a4bd6c75ec30b2be751266924cd1addc8f318e2a MD5sum: a5bed9cd76b4caccb5131deeb3198e76 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.20260424.195650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 29482 Depends: ros-rolling-gz-rendering-vendor (= 0.4.3-1noble.20260424.195650) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-rendering-vendor/ros-rolling-gz-rendering-vendor-dbgsym_0.4.3-1noble.20260424.195650_amd64.deb Size: 27939522 SHA256: ebf6928375fb57c6f65ca3443e2d7bfc2326db306abc6b88331bdc5d742b570e SHA1: db9e2e666d0cc4965cd31f976037a3167f79c795 MD5sum: f2332f2341d3c687ef1548f19da5b3d6 Description: debug symbols for ros-rolling-gz-rendering-vendor Build-Ids: 11e335de60528c62944d9e9ea5dcfe4abfa170eb a4eb0333ebe7e370199961c09b99bac2aec4202e ca78c4d9b51615cca84fa3d4b4dfed8b103cbc89 Package: ros-rolling-gz-ros2-control Version: 3.0.7-1noble.20260425.052216 Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 717 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.052216_amd64.deb Size: 193856 SHA256: affce80b997ad8c9a8d4e761aa937a1af13fd2fbab98452abc3fe54f5fc82f6b SHA1: 798ffd34f03619a3d12d907b5d263385ea61e878 MD5sum: 534c14137bea874a79fb28c6436b43de 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.052216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 4255 Depends: ros-rolling-gz-ros2-control (= 3.0.7-1noble.20260425.052216) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-ros2-control/ros-rolling-gz-ros2-control-dbgsym_3.0.7-1noble.20260425.052216_amd64.deb Size: 3994728 SHA256: 524bfc6b955501a8a1bd928f7502c13eb1a5f20da2c12eb8e10d7730b106f601 SHA1: 1832ad3fcd45be1b60ff9241ceacde27873f8e0f MD5sum: 7f081ed29ac0e855e36aefc0c6123bbb Description: debug symbols for ros-rolling-gz-ros2-control Build-Ids: 3c9a1a3eda2b38f07a9bb683f1b89d7a22c61e42 788520a328f0eaec92b3e779ab5b7395b02b7d86 Package: ros-rolling-gz-ros2-control-demos Version: 3.0.7-1noble.20260425.052910 Architecture: amd64 Maintainer: Alejandro Hernandez Installed-Size: 1105 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.20260425.052910_amd64.deb Size: 176562 SHA256: c250d98376b6abe5511923aec45dad7c8409ec5d3e38815bad2e0d52e9e3b72a SHA1: 9890900feaff35e088da3a3be54ea7c7a6841272 MD5sum: b709797cd1f30d4d7da752473b44b551 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.20260425.052910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Installed-Size: 3689 Depends: ros-rolling-gz-ros2-control-demos (= 3.0.7-1noble.20260425.052910) 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.20260425.052910_amd64.deb Size: 3435056 SHA256: 7a8bcb3516f2bbfb50d1e06cbaeee5bd84d2246774f8421624fd5c8c7d2a5ad3 SHA1: 3989d63843195a3b2019467d8bcc8836f9c1cd6b MD5sum: 38a149eb0e8aaa6c677dbd269e105f87 Description: debug symbols for ros-rolling-gz-ros2-control-demos Build-Ids: 07cd864e461af8ce35cd672f62994cb71942a137 d0213c4153a247129350532dac7fd725773ef014 f07079c4b33b003968ace3c42f900d8eacd4503b f8472b84fd8f63f84c6cab27d699ea2ea3411876 Package: ros-rolling-gz-sensors-vendor Version: 0.3.2-1noble.20260424.201944 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2330 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.20260424.201944_amd64.deb Size: 381988 SHA256: 5f5bc705097d5111a6637921db0cc476f5954b164c210dd5bd792a4e0194f483 SHA1: a54b8602e6dd0ee0497ee6ae84fa905163112da7 MD5sum: 2710589872f2ca99ba79849e8ede02cb 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.20260424.201944 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 11694 Depends: ros-rolling-gz-sensors-vendor (= 0.3.2-1noble.20260424.201944) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-sensors-vendor/ros-rolling-gz-sensors-vendor-dbgsym_0.3.2-1noble.20260424.201944_amd64.deb Size: 11337528 SHA256: 2618fc9aeb87721d90ffc0b7f0917cfab5753743099acc6cb7ded00876a20518 SHA1: 6ac507c4d75af4398a26e6753a06b8f593559e4b MD5sum: b064af6f5cda1929e392f6c2a2379867 Description: debug symbols for ros-rolling-gz-sensors-vendor Build-Ids: 082275e23d32e1d8f6714e1c9d04fd2a00c7b357 117577293b8b03e04cbca0e48db97b1f8dbe66c7 194dc6758843363244d785dcab8155563319ca7a 1e1c4f3d26fac589b13c267f39fe86bc8ad4d38d 298fd59b00ed45b584292f7c11b3acb2057fc1c1 2a5913df55aa86e8fa51067ad6db7e29bf38ed28 33152ced77d48da7431b45900b796dc696ba04af 397f2c688afe84bf19f2e597b789f17392eee609 46a0ae627f0bf974a2cae4eecb6dbc67ca355444 60786144aae7fcfc47497251871aa5b79f3a2478 6409f5e08dfd504dd9906a62b8fc51935ce15f1f 6572888251992b3f924e5e6e56cd7b107f9445d8 837449ac2e07a0dcb4d446abd8792d43ab5ef104 9379becf9685508e6d28f5ca9336adbaf684c9b3 b0379cf5411da86a288880820837b656bfd53573 b0d1a06b098f78090beb031337b6388fed7bf205 b18d84971c43d080352afb96ba61fecb57ed8db5 c5979e4fcbe782a72fd8ca86fb41ac34b91559eb dc398d9020f04ade70d9b0e4985c169cd575b801 f68c8745507d5f1fc9d2fb3bb4e2eb96a6883028 Package: ros-rolling-gz-sim-vendor Version: 0.4.4-1noble.20260424.203658 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 49429 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.20260424.203658_amd64.deb Size: 10880014 SHA256: d935f3b5c1327cf114ba2dd6670d6f9cae2d6bd44b152e05f829ec4f5ad8853f SHA1: 0621cc32007afc6dab81268da31175be65ca1a1b MD5sum: 6869d233f9fb89ed23e90d81f52e2715 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.20260424.203658 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 205034 Depends: ros-rolling-gz-sim-vendor (= 0.4.4-1noble.20260424.203658) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-sim-vendor/ros-rolling-gz-sim-vendor-dbgsym_0.4.4-1noble.20260424.203658_amd64.deb Size: 192144534 SHA256: 06718cab845071b3a6fd08bd28dc96098bc3157b5190ed1e31a2b5069663b983 SHA1: aaa8fef31a19633364d45fa54610e58b0dcd6bcc MD5sum: 6e0f5438dabfe248bb9cc3418d6ac95b Description: debug symbols for ros-rolling-gz-sim-vendor Build-Ids: 0174d2bd1eedc00d88cde5c601cd43747381c8e6 02f6b7258787e0358f8c5676bd6a84c418287e86 038d0665eca3488275ec36761dc76a08d257db12 0737795de9cbcb47b35be70b9273e859fb2f1af8 078a818dfaa9c3a82ca6e80876554ab7ed5f226d 0881c96a67e0b6454407b00c78113d0b1e952724 0bda474bc5b45cf163c4fdf696fd1d29cd011ab9 0cf296fabdc9b3eda0c97ffe05da816170e90fea 0e2c27a1906075ad2919a0aedac156f56d704f68 11ed01be530e36180fb16d320e68e34a2c4b1db6 1229febd1957563be7120cd5e3b0f16d8a48c056 127f2410c3502859ea3f5e379cdb29ee295f464b 1b057e36a2e5ea06c9e139e67e6472fae14e42ae 1e575de736c91c39c43859a284c4a29c7410aecb 22e634970c1b4ae4c384444fbf6803345dfb3faa 244df6fb5d85d2daffa368105903c0735fd1c5ec 261bb0b73ceb541f65908f5be1eed6dcf28d9a9e 2735ee11ceed91a70e07fe2934c18560c9558436 2763b1ca8cd38f6809642c67d40af2125ccc15f2 27dc75455596e3c07df07a4580b128da4f0734fe 2ee203689770a94d305154ae09f090f8b4c82b45 316f5448bc6470c16a79479c8c2cd1505a40def8 334f5413e94e8dd0f59f67329d92208606ea1662 338e9290cbd4a3491ef8140e299032e6fcfe21ed 34763f898d08f6e47012dce9b571197d73be193f 372f70e9c83b892c4c3ebc16b6ce53d60c4a25ed 37a2cd8e0bee23a91e061a7b4668bbfbd74f216d 3b77afe0f38f7a35dfaf8fc8eecae3993a6dcfbc 3b8686d971db8deef29381122c7731f53b2b6da8 3d3cc502e5d6839b0da20068330b9bcd50a9d9f5 424bdd3c4395f06f36fa66c454cf9397dd23b9d0 435ebbc26f8ce9b36a2e0cec6b1e548d125798d0 45668dc13cbb629e3410aeb62d8ce09ff6c073a9 495633641f6f77668be8c8d9e74cb6cd217b5db4 4d79553251c0d55fa77d1b41ec2af2ab813f63e0 4e26fc136a48b4192cfccda79bd6534c5b7063a3 4e89379301a48aa4e1fe5860d94ec89581bda30c 4f4f6d67e7d5f3dfe1759197952594f07ae975e3 520895b620b50ae29ba6a169039b447960968e1a 52278308d10ee7ee8d7b254fcd26c55427ce4d48 55381e988778017c4b1bc12e0fdbf0dabefb0d8d 56af0d76cfee55809dee5ec0a6bddde4a1ba8661 570a4a853cc2915b493f78729a9e3f67d7d043cd 57442c618b5a02366e0913c594c50740e2294d91 57dbd8bf6252ef28e9ac2541dfa3d59694a2b200 5ac872e28dc04fafdc6db7c4d4d6e68846951122 5f143adac1b4917a520a6d7d5cb72138a227a4f9 5ffd015dd751f61a6d9ca6d164f48ab60f864e84 621e377d88e00636be3770498c0df5a630a6dff9 624d35edb1001582e2460d8cbe91abafea196231 648c773958f8f7e4a5a5cbaa855f57ee860dea66 64d8a8bd746ad452130227a56291a135de4716b8 6842bbae9df47347fc11495ee158769b7d826f2d 68a372bfd08ac735c195cd5d4b655359442c8aa8 693fde152d3ef7fa07e7c71a0845cca264f67c75 6d16576ad0e18a94b4239f8a2d6770f983c191cf 6d7f5afc84c6f70d8db0feeb405ec6515611e443 7132052a622b3adf4a97c6df53c9f15c84daaa81 71a01da51741029879cd4290dfd6fe14431be48d 7251b518aaa987f6b63aca1ab392300552b9ff25 7422413ed6b0bd5959628d12c4419eefdaf78fc6 7cfbf8d58c2da7a0aa2937e9a7f495b2c26f2edd 7d2484f4953961e63352a84d7c8935d52280be9a 7df69c41560c81a6d39e18602050518c5924ffdb 7e2573f599f4cfec1fe2b27fceac003ad97b5063 7e6f907eb1abde444638dd13b67f0d5fc896469f 7ebb8565e57b5cc2eca9259b3cbc530adf856450 82ea78b3ba62e5ddcb4033e4bb15a36c515d9232 8489fdc57945a925c9aa986417842da5989e49bb 87719c82bbbd9fb3ff7e89e02ce0081b950b71b3 87cddf7c06fd689c4f6a33b6239af41422b81b3d 8b8678f411bd58e45d81a66da33f5025245ee3f0 8bc9d823912a18a6eb684299a98ec17c86a7387c 90adc4b19e0807dc26962b9398673008d4d54106 96e1598bdbd438182f41ea5fce0ce6abee4a97b5 9c08b27d31f4a828e70ae201a0e7170114c3dd97 a0c0db91f7e672f29217c8cd64672a32afffd263 a350ba5380e6291cfb3583791ea05f2ff3ba33f0 a3d2b14f085f12e368f3dae1d48c34aa32f5c1d8 a4ce73c4b8b27749e4b09f5185c57dc5e09d9fe0 a6162e1e442b34dbbcfe8080a24db52a8129d539 a62122d835068725ff545e3d717218da2e077e4e b0639b7ee618bbe9186f10f74009085eb42e8ae2 b4930fae55a9882ce6a9cdde651c44948000bacd b6e2c0960204eae6e31a0158d5fcc94bd74c0446 bdba7302e80933c9ffcf866dd8cb224e70f737f3 c72c59ce3e657e2da8b3c70a77bb7ae357b1034e c8b8e96f83d4162d346b6ef1e6581aa1c07d1d02 cc7b83a02495d582a10eefeba11b04cfadb878e1 d092cb257d9f5ad91650ceee2d9ed0b5cf24a6ff d3320453f38a1358c874a58a0820897c852c4b59 d4e15af4c4311169f32494cb7847d9ff9d511d9b d5809a3579498f32fb98af57c893367eefcb6392 d8cd19fa4e32c7127465dca18c260d654566bad7 de163dacab3f5547b31949716cae695841dbcea8 df2762b44ceea9a54b8f164575b1137e60674d8f e0bb1fa0a3900e7521e2511105e128828a79469c e21513b6d67c320126cb8f0e13a7bd732ac175e1 e8584d593f8df9ad90a2b18885737523e46dca98 ebc67e6d71807e82ed16fccd47e89a2591da2286 ecc8a5ddac6cdb3f84ca5e6b24d8976200dde752 ee29ae7a221a424cb12467b9c070f30e12acd4bf eeb20d9d38229a039d89fde3146c3ab4076dcd4f f1076b95b03d5ac0a1c0cf8f9548107a9d606c97 f5e637822b158208c29dc9f7d61f4ff573b9775b f6282cdcc3d8eff955a88202d7bb4ab41fec83b9 f804d0cdc586f881b67f3de6cd66df74b38d9d17 f857effe22ff6fefda208b9c72b100af162565bc fa0cf8cf3137939502724e0c1df4e1e271c2904b fa10c755c31be448cf3512f9204000e207812737 fc53b68a0c4ae2f4bdd8893289083345c67953d7 fd02db9f0360f26504e898295acc1c58c02e4c77 ff953fedef88d78d38c51f6c46e51029fe293713 Package: ros-rolling-gz-tools-vendor Version: 0.2.1-1noble.20260423.234905 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 154 Depends: libc6 (>= 2.14), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-rolling-gz-cmake-vendor, ruby, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-tools-vendor/ros-rolling-gz-tools-vendor_0.2.1-1noble.20260423.234905_amd64.deb Size: 32634 SHA256: 14d4d3e625c3f91f61082fe0f4dd9dd2bf9cb639b7f75456fe491dd2e34fb333 SHA1: fdcd8cb3aee3a4fd63c99ae2a69b3b78afc85fa3 MD5sum: 4c936346f20fa4c2cd63dc6edd6ee783 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.20260423.234905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 226 Depends: ros-rolling-gz-tools-vendor (= 0.2.1-1noble.20260423.234905) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-tools-vendor/ros-rolling-gz-tools-vendor-dbgsym_0.2.1-1noble.20260423.234905_amd64.deb Size: 204000 SHA256: 957f05617ea58ea348378703aeb7ee750686601dc6aa4b218db742011dfc9641 SHA1: 64ab58264daf2b912704dcf2fa945a8f04bc7c38 MD5sum: ad953f9b508d0ee9bba433077b59023e Description: debug symbols for ros-rolling-gz-tools-vendor Build-Ids: e837a2805a16d63acd8556a100b9db197d49db69 Package: ros-rolling-gz-transport-vendor Version: 0.3.4-1noble.20260424.200657 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2638 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.20260424.200657_amd64.deb Size: 641132 SHA256: 8763f3178972301f637f7b4bc9424b59260b41e780e4e4edb20d7e2176209343 SHA1: d6277c6e9806270ae828e273792aba08dd27aa87 MD5sum: 555c63d70547534bb5e6f06e795ef62f 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.20260424.200657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 10418 Depends: ros-rolling-gz-transport-vendor (= 0.3.4-1noble.20260424.200657) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-transport-vendor/ros-rolling-gz-transport-vendor-dbgsym_0.3.4-1noble.20260424.200657_amd64.deb Size: 9843758 SHA256: 3fefa7cee5efcedd51ad7ae8348d546d95c2a007825ac16788bd5f8deef022ba SHA1: c98a408f13c1bf7af488c9d4cede0457c4be2ab6 MD5sum: 60c67122e05bc6bbaa4b6ee237321ff8 Description: debug symbols for ros-rolling-gz-transport-vendor Build-Ids: 3c7642c6d6068e4db2f882d4eaf7d1840aeb6425 5582854b4efff2f91eb8fc9a7803a18437a3d21a 59e4ee9fe48b49ad0f6e87a5e6b53cb6d407d735 79f5c6206cb34438f300465e24e18b32089399ec 935e6d5f2e4085c43e9c5d925863c4e933bc6774 bfdf6bf03f0cc34753014a27396e7b16d596024b Package: ros-rolling-gz-utils-vendor Version: 0.4.1-1noble.20260423.234400 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 671 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.20260423.234400_amd64.deb Size: 115778 SHA256: 7cb9de820d2d8de86e5c64f503ebd2ff6f431aae10f3c94de05be01414cd8c7b SHA1: 95d4461d69f2a36501f02142b462abe7522ae0a1 MD5sum: 36c15727c1d7561795552fcbea8c9b53 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.20260423.234400 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 395 Depends: ros-rolling-gz-utils-vendor (= 0.4.1-1noble.20260423.234400) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-utils-vendor/ros-rolling-gz-utils-vendor-dbgsym_0.4.1-1noble.20260423.234400_amd64.deb Size: 362568 SHA256: dbc5dd279f875e57c0e27c1cb0e986ce902b3891a70c8ac42f9596bc0b85d521 SHA1: eaf56a01104c52b3b5c64db4737a675d8c2bf119 MD5sum: 6e857e2dbab3005cc76e3d5e03c548d3 Description: debug symbols for ros-rolling-gz-utils-vendor Build-Ids: a35269ac4e2a7ed4cc7384e3250342b9ef7bb593 e9f270ab9c36308ad5b9f6eb153911c85f26f926 Package: ros-rolling-hardware-interface Version: 6.7.0-1noble.20260425.045221 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1405 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.045221_amd64.deb Size: 394340 SHA256: 8905c54071c09dfed48ab7279083d26111e5d9ad9203c518d5ac002cdee079c6 SHA1: 59850550378daa103189c6a0e5c7428ce771e50b MD5sum: ba3bf2623476216f4ed17baf98f3afaa 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.045221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 5910 Depends: ros-rolling-hardware-interface (= 6.7.0-1noble.20260425.045221) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hardware-interface/ros-rolling-hardware-interface-dbgsym_6.7.0-1noble.20260425.045221_amd64.deb Size: 5608986 SHA256: f39e5d67ff5974cbc45ee840d4f462b05a8c6dca10c42ab5a701020026d7c2ae SHA1: 62afef1e69b233a35ade508bf57e54a80d6f7ee0 MD5sum: 278c4a4070e2af159e03213ceefe1530 Description: debug symbols for ros-rolling-hardware-interface Build-Ids: 01d4c35514c2a4967c6032ec132a00e241a23e5a c5fb8594a7c9071bb5d8f08e63d413a43089f06a Package: ros-rolling-hardware-interface-testing Version: 6.7.0-1noble.20260425.062235 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 214 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.062235_amd64.deb Size: 56256 SHA256: 33be987d338a29c278d3eb81f5bf327f2335d21b9d49a1ec3fb7650e6e17cbcb SHA1: 4c1ad966e24b69a019373dd27138297877e3e420 MD5sum: 92103338224da9c4f79659dbf93ece1d 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.062235 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1585 Depends: ros-rolling-hardware-interface-testing (= 6.7.0-1noble.20260425.062235) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hardware-interface-testing/ros-rolling-hardware-interface-testing-dbgsym_6.7.0-1noble.20260425.062235_amd64.deb Size: 1527276 SHA256: 9e470a0f31e7f55001a958025c0c44897e4d5d7ce37145415a9c93e44a6f62f3 SHA1: 5ed79b548d1fb9af0ff84cfd545ccd77b9c2827d MD5sum: 355a3356477931204390052f137f7e94 Description: debug symbols for ros-rolling-hardware-interface-testing Build-Ids: 61a0b02f58337abb945f646c25de460e7589dbb5 Package: ros-rolling-hash-library-vendor Version: 0.1.1-6noble.20260423.214047 Architecture: amd64 Maintainer: Kenji Miyake Installed-Size: 130 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Homepage: https://github.com/stbrumme/hash-library Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hash-library-vendor/ros-rolling-hash-library-vendor_0.1.1-6noble.20260423.214047_amd64.deb Size: 34902 SHA256: 9dad2fd1f1e2df51522760014a68c3b5ea71ec11746e0ddde9403af52c3eb4ad SHA1: a1813faa5809558ca580ded809290759cbdf076e MD5sum: 54183a260518c40debb6a9fe10f4c7c4 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.20260423.214047 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Miyake Installed-Size: 176 Depends: ros-rolling-hash-library-vendor (= 0.1.1-6noble.20260423.214047) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hash-library-vendor/ros-rolling-hash-library-vendor-dbgsym_0.1.1-6noble.20260423.214047_amd64.deb Size: 155462 SHA256: 56d96c2e92dc7d8d4fb635dc8034c7f3d464ea4ff1507be1fcb014d692df0496 SHA1: 86f28ec33403f4886e90f1ca12e0bf5b61978c32 MD5sum: b71759a6525eb5e020183fe1cc3d3cd7 Description: debug symbols for ros-rolling-hash-library-vendor Build-Ids: 59e9b774f40617f031f4eca09758eaee1e684178 Package: ros-rolling-hatchbed-common Version: 0.1.5-1noble.20260425.044612 Architecture: amd64 Maintainer: Marc Alban Installed-Size: 445 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.044612_amd64.deb Size: 109840 SHA256: acf4d81fbdec5ac23091579f43a6f8c98c9d2c1c7471499329a416bad6f3dadb SHA1: 74ee02fe75864da1bb8c69bf919c43aa66b28a54 MD5sum: e38b8c66daffd5163a2314a99b68c0ff 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.044612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marc Alban Installed-Size: 1408 Depends: ros-rolling-hatchbed-common (= 0.1.5-1noble.20260425.044612) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hatchbed-common/ros-rolling-hatchbed-common-dbgsym_0.1.5-1noble.20260425.044612_amd64.deb Size: 1293150 SHA256: 974566c24da1a70aaaa532e484e4542758c6c5712c6041dd01bc74a0812d7998 SHA1: 900d8e0dd9d8517783eecbb8ebcdd730c0a8a761 MD5sum: d97509f2b084e1c2e27efdf227d4474d Description: debug symbols for ros-rolling-hatchbed-common Build-Ids: 0497cc2d61e13c31f08b2ac26e961f8ed22488ec Package: ros-rolling-heaphook Version: 0.1.1-2noble.20260423.224159 Architecture: amd64 Maintainer: sykwer Installed-Size: 119 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-tlsf, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-heaphook/ros-rolling-heaphook_0.1.1-2noble.20260423.224159_amd64.deb Size: 24968 SHA256: 3882f13d04bad23cbb40d8f965f2bc96a95df1f803f2a121fedb7f5d8bf0af97 SHA1: 801c85b06385d517c7894b3ff6215dbb97519fe5 MD5sum: 3fcc0d79186f274c06a48bd8b7e02c06 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.20260423.224159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: sykwer Installed-Size: 190 Depends: ros-rolling-heaphook (= 0.1.1-2noble.20260423.224159) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-heaphook/ros-rolling-heaphook-dbgsym_0.1.1-2noble.20260423.224159_amd64.deb Size: 150236 SHA256: 9814fc1462c6956371f56c20f42fd452f5d2db8abd8e438b4018889c828b5f36 SHA1: 041538cf8f1625620a7c11156fc0764cf6c45248 MD5sum: 57941412467f53370abd5dd7a4d10d3b Description: debug symbols for ros-rolling-heaphook Build-Ids: 8ab9a6d457a3e24edf34b85e335a6d4d0edd6674 c7d0b8642d8a76b9a530c624ddb23163b8d56307 d9933778e1e275dec9b17c68e418976036e4a16a Package: ros-rolling-hebi-cpp-api Version: 3.16.0-1noble.20260423.214210 Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 22866 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.20260423.214210_amd64.deb Size: 6797712 SHA256: 24dd8fb849eaaef7431c1fe314e5213b39e1915dff08eedf7de235fd7e743832 SHA1: 555df67a1c876144e227863b2a45abc50553581f MD5sum: c45b715a4d968c04682ef67eccf3ae75 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.20260423.214210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 3944 Depends: ros-rolling-hebi-cpp-api (= 3.16.0-1noble.20260423.214210) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hebi-cpp-api/ros-rolling-hebi-cpp-api-dbgsym_3.16.0-1noble.20260423.214210_amd64.deb Size: 3823278 SHA256: ba6d978fc709f70a9e48c229d0aa63a6e7cb289928d7e66bece17d8d9179758d SHA1: e4b75e653a557bab8ec215303880c9ec95e90b5b MD5sum: 5629a77b66e5825de332c70d6dbc5983 Description: debug symbols for ros-rolling-hebi-cpp-api Build-Ids: b7a5cc0d0055c2171435fb2fb66428ec83dc01d9 Package: ros-rolling-hls-lfcd-lds-driver Version: 2.1.1-1noble.20260425.043636 Architecture: amd64 Maintainer: Pyo Installed-Size: 307 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.043636_amd64.deb Size: 84142 SHA256: 4a0eb57a5c6767931d1a3b7a446fc70296a6aadeee8d2762f96a947ff90a3125 SHA1: 559b87bf66e0dad8740af85f2a5e5a77820cb655 MD5sum: ecdcbed16c96d99e243cdcf27bb51c32 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.043636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1143 Depends: ros-rolling-hls-lfcd-lds-driver (= 2.1.1-1noble.20260425.043636) 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.043636_amd64.deb Size: 1035896 SHA256: e1c47b66c027a219f63f70fc321c047e4e69434235fef7a2b6edbfceb0f3dc86 SHA1: 2a897841ae39e722bf2cd56d2d4ddd074fdbd74d MD5sum: 563537465978ad4119789bd8975439d4 Description: debug symbols for ros-rolling-hls-lfcd-lds-driver Build-Ids: 7cf5ede5f8b5c8db094daeb5f1b9c9f442c3e9a8 Package: ros-rolling-hpp-fcl Version: 2.4.5-1noble.20260423.224159 Architecture: amd64 Maintainer: Joseph Mirabel Installed-Size: 6630 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.20260423.224159_amd64.deb Size: 1146182 SHA256: 2e690fcda9438e8d1b459dc065638f8ee75cb06596bc52765666028ba8babe78 SHA1: fc2e309daa56b14a238440d1b5cd2f593b62be30 MD5sum: 83e5a9eb6509f18e66235ea6f26b532c 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.20260423.224159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Joseph Mirabel Installed-Size: 54027 Depends: ros-rolling-hpp-fcl (= 2.4.5-1noble.20260423.224159) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hpp-fcl/ros-rolling-hpp-fcl-dbgsym_2.4.5-1noble.20260423.224159_amd64.deb Size: 50669512 SHA256: db2ac5948908fc5682a14d7638cedd07bc5662ce13223b9eeab0d34ab713d328 SHA1: 7e0a316b1f1b590e14f30806db3ce7c80474ada1 MD5sum: d90353139041e47065d5f49c49bab693 Description: debug symbols for ros-rolling-hpp-fcl Build-Ids: 4b854d3196666740a0e89aa162b619024ae3dde1 f3efb015f5ee4706083189d63b1933b81e5b75d4 Package: ros-rolling-hri-actions-msgs Version: 2.5.0-1noble.20260425.035732 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 8015 Depends: libc6 (>= 2.14), 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.035732_amd64.deb Size: 449746 SHA256: 527a9aaf95ba98dc18436d482b3d4820c1c41c5efd841fc40184d68c5210459a SHA1: 8759d233a6985e695805824243a2b78b51fff169 MD5sum: 1ccef2f9e881c977a19790bd48269eb2 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.035732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 4166 Depends: ros-rolling-hri-actions-msgs (= 2.5.0-1noble.20260425.035732) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hri-actions-msgs/ros-rolling-hri-actions-msgs-dbgsym_2.5.0-1noble.20260425.035732_amd64.deb Size: 3011918 SHA256: b0f8dc204874ce55420668c8f721e70fa1ae7602d746bfbf98632d9741ea89d6 SHA1: bfa6d2ca90e361ed8fcfb6898b83a32eeb74a60c MD5sum: 3dd32ec4686dfb385d8f0b634f1838bb Description: debug symbols for ros-rolling-hri-actions-msgs Build-Ids: 02f6f11d6f78f6f2b09a7cabadf9dbe825e90cfe 136d7bbf477996cbdde38e0660ccf5a0e6a6b25e 1fe485f932599877e2aa8051865ab5bf34b8eee0 3f5d3f989baeb24d598d9071d5e76e277ce90352 5c0af12772f70708a71cbcd4a5c325e95ec0bdc0 5fbf95bad7abbd35adebd4693631e4163154dca6 7a3974ad4c51ceb8241185f81d1378d30350bef4 92c0c5202a34f568ad373506c1436849d41ed76b 996c076898224163d5497a6054db9a51dfaa90a0 d3098f580154b1325a1b010a326c790f7669c284 e8a12d5c88ec2b26291a75e8c7bea1737fa102e3 Package: ros-rolling-hri-msgs Version: 2.3.2-1noble.20260425.040728 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 2890 Depends: libc6 (>= 2.14), 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.040728_amd64.deb Size: 221532 SHA256: dd274ce2b39c0be4b5b785ed4e16ec8d871e88ec464166e3d91b99ee97379850 SHA1: 215d3e2db4bc1dd163f5ce89cb0e133c54e0218d MD5sum: 9019873ff8143cbe9bc9fe6be9a414e1 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.040728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 2096 Depends: ros-rolling-hri-msgs (= 2.3.2-1noble.20260425.040728) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hri-msgs/ros-rolling-hri-msgs-dbgsym_2.3.2-1noble.20260425.040728_amd64.deb Size: 1735136 SHA256: ef422d46f3bbf13194a0c8a1a214cc016319cecd33556f93dd6e19a6bfc46a7d SHA1: 1421d2ec13568b1777a6c969d8a9c6990796f645 MD5sum: 6d0b26f7612f5c729c6969fdf3a6a994 Description: debug symbols for ros-rolling-hri-msgs Build-Ids: 1157ace1f697a272142b2f6f9f2bc8e949133c89 1967e38bb24f467006f142749fda165351ce09a6 2f353911a8a8262e6b6c9c12b3a58470af8b2f14 4733b5fbd1288b2fa40b62ca8b60ce83adbeff19 5df8f8ea95d3844db38ca7875c3bfd908dd536aa 7e8cf7a3f027f09fde64272bbda2ce2a4add7cf8 8111148bbb670ae6a65ff46f288cfc6f0c33463b 95e9f14ab61ea25e09e4aaf32465136c471eb501 e759a2cdb88ef8e5932b67b471caccec8169624a eb24e4f3160d8e2b655bfa4149c406aa7953ffaa f56fef8295e432b61d0ff3d0790d726052fe8f21 Package: ros-rolling-human-description Version: 2.0.2-1noble.20260425.044403 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 76 Depends: ros-rolling-launch, ros-rolling-launch-pal, ros-rolling-launch-param-builder, ros-rolling-launch-ros, ros-rolling-xacro, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-human-description/ros-rolling-human-description_2.0.2-1noble.20260425.044403_amd64.deb Size: 10862 SHA256: b1723b8102c6aefed9e77b31b6857c87bccd7fd207be06d8979d51201f53e398 SHA1: 1f4ced6a5a73bcdce7f1413f216d77c442e3a373 MD5sum: c0dc59b6a0f67da7a6ad5dedfbf6343d 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.034354 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 7936 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.034354_amd64.deb Size: 466632 SHA256: 65aea96b1cc61627f6b5c8837cb0107e2ec6ab4e3cf25ac4463f79592efbb9aa SHA1: 2847eb52bf0a9dd7036b613c7fcead1b01351867 MD5sum: 80bf6c370396cec9b7008ff57e3cc595 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.034354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 5183 Depends: ros-rolling-ibeo-msgs (= 4.0.0-3noble.20260425.034354) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ibeo-msgs/ros-rolling-ibeo-msgs-dbgsym_4.0.0-3noble.20260425.034354_amd64.deb Size: 4398332 SHA256: a9b3c478f133bee0ba38ba743e8b64bc5b2b4dbc91e99715de47a45022995033 SHA1: ec233cc97fd93224ce003a0b72427c64b4cee963 MD5sum: 1983074bb415d0b3c673d0544d4631cd Description: debug symbols for ros-rolling-ibeo-msgs Build-Ids: 20b03cff139a1500e903f84f69631a8840f1d3da 2136582fb35307b969107b1a9a442b93afe6427a 42ac2df2b35949c5b8115fea97b975cb9ecbc691 5ee150e58a58effa21c1f9a9d7896608930419ef 67cfe68d1a9ea4d7e6af073581d2e176eafe4340 803547fb8b3b192a25b0832ecd04b218bb935e67 920bff8fdc15ac78d0922ed01b8b8ea6bbf6a198 9de573f404f91ec4f619cef3c75c47f4a9ed891d 9f7776da3287344458ad7730dad09480e36b4705 e6edc95268c3456ccb7316669c9a98acd0b98b07 ff20dac3d79d39efe5813a3fb4c294b45a3043c7 Package: ros-rolling-iceoryx-binding-c Version: 2.0.5-5noble.20260424.001239 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 363 Depends: libc6 (>= 2.4), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-binding-c/ros-rolling-iceoryx-binding-c_2.0.5-5noble.20260424.001239_amd64.deb Size: 63728 SHA256: 97ae1e1123c94925d2fa17f773698c928787e99c97b549b13b792d59e42391bf SHA1: a4d846561bb5b956e4f8ab5b954254c57c31c63f MD5sum: 3f57ce2ecb646d02d7a624a66ea4963e 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.20260424.001239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1095 Depends: ros-rolling-iceoryx-binding-c (= 2.0.5-5noble.20260424.001239) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-binding-c/ros-rolling-iceoryx-binding-c-dbgsym_2.0.5-5noble.20260424.001239_amd64.deb Size: 1044032 SHA256: 30ca7929a64172642ac97e1de44a6ca13bfb74ced8e68a07b68a46d8387cbc2b SHA1: e89152d3438c9339cc9df68e3df411fecd1f2498 MD5sum: 49be808daf694a3f2ca0da1a167cdfad Description: debug symbols for ros-rolling-iceoryx-binding-c Build-Ids: e658623db5c01ff0841bdebedef4431148a3245f Package: ros-rolling-iceoryx-hoofs Version: 2.0.5-5noble.20260423.224638 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1279 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.224638_amd64.deb Size: 211370 SHA256: a0b94f3e3e87db31de37f20da729a3afaddc57d12c0565fa323bd36c949891e8 SHA1: 9160edf5046129d6c9770d7a0a47a0378919103a MD5sum: 9fd28fd30f8949288a9c3f05f5cf83a0 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.224638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1214 Depends: ros-rolling-iceoryx-hoofs (= 2.0.5-5noble.20260423.224638) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-hoofs/ros-rolling-iceoryx-hoofs-dbgsym_2.0.5-5noble.20260423.224638_amd64.deb Size: 1130638 SHA256: 596343d42e4d21b1b1a409299a61c655e04d29472a3d720ac60e5702071b118e SHA1: b12840c50278e09666c3b1f03d6f7951d8f0e86d MD5sum: ec302cfe00244eaf7bc1095bf77181cb Description: debug symbols for ros-rolling-iceoryx-hoofs Build-Ids: 55308616c6cecf06d3cf19a1769ca7dd16170d41 8de027aac80c245e75c858e1f5d167a98f6a8e2c Package: ros-rolling-iceoryx-introspection Version: 2.0.5-5noble.20260424.001239 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 153 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.20260424.001239_amd64.deb Size: 35602 SHA256: 278f1cc668e0654d6da985054d559229bd6b2f393299c9c98538a29d436e112c SHA1: 57c9198c584fb4900994156049f9b0aa23028865 MD5sum: c6e604a6017901edcb21a7fd5abe575f 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.20260424.001239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 479 Depends: ros-rolling-iceoryx-introspection (= 2.0.5-5noble.20260424.001239) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-introspection/ros-rolling-iceoryx-introspection-dbgsym_2.0.5-5noble.20260424.001239_amd64.deb Size: 429076 SHA256: 983ea959bfde4384b263cc793d6638db070c7b76c37e26f582504e5245d9ce3b SHA1: f06b16eddb74b059fdf10330d84a56c1bcb859c1 MD5sum: 13b7d93f20730b74e2d1c38a6f52089a Description: debug symbols for ros-rolling-iceoryx-introspection Build-Ids: 255ee8f4856cb40a3925b07fd1ae0d68b26116f4 ed95cd44fe8247abc0a266902c862e6f7387be99 Package: ros-rolling-iceoryx-posh Version: 2.0.5-5noble.20260423.232307 Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 1968 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.20260423.232307_amd64.deb Size: 398926 SHA256: 2543cda1e6c7cea06e0e6147cd055cb32ebd242de45036e78cdaf5b02589a5cc SHA1: 6adc47c4fbcb00e3b41c715d9b41b82c6de6cd56 MD5sum: efafbe2091f9d24fc13dae77b884e629 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.20260423.232307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation, Inc. Installed-Size: 6246 Depends: ros-rolling-iceoryx-posh (= 2.0.5-5noble.20260423.232307) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-posh/ros-rolling-iceoryx-posh-dbgsym_2.0.5-5noble.20260423.232307_amd64.deb Size: 5978628 SHA256: e85c73816e820c4d75ae163b65444aced069198a710e92e6fd8b4f484c66c1db SHA1: c9c0f576940df4c62c37d823cec83b09d20be4a1 MD5sum: 1cc14f45187ea940b781f58d19ea547f Description: debug symbols for ros-rolling-iceoryx-posh Build-Ids: 4633725cd53d929ff920c6232a79a52950c1a562 59519c7ef4457960cda6db1f3cdbad14067164a8 6276490d12e3c168a98e01dd13028e8703071ee5 64ebd669ac41065d8aadebdf18e802ef4758c7eb a638d8abcbe14c41ccca9e1590e5f0d6db7209cb Package: ros-rolling-image-common Version: 6.4.7-1noble.20260425.051039 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 45 Depends: ros-rolling-camera-calibration-parsers, ros-rolling-camera-info-manager, ros-rolling-image-transport, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/image_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-common/ros-rolling-image-common_6.4.7-1noble.20260425.051039_amd64.deb Size: 6508 SHA256: 42f195eb437d7996428d02ae613ec30b30cbf0d567f121ed2c3b8b8313e03e6a SHA1: eae6955d8616e56df5da38a643c64fcfcc56ce23 MD5sum: 4d614493e3df127c7b339e94c0240bf2 Description: Common code for working with images in ROS. Package: ros-rolling-image-geometry Version: 4.1.0-1noble.20260425.040924 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 177 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.040924_amd64.deb Size: 33674 SHA256: 82107d3d1c1357c4ac519dd83d1eeec47c842d6db9a591d7189bd3df079ab40f SHA1: d12f5acc19bea525267de42b720ec29794a18073 MD5sum: edd52e45c0ea2ecb6018cb16c854da98 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.040924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 268 Depends: ros-rolling-image-geometry (= 4.1.0-1noble.20260425.040924) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-geometry/ros-rolling-image-geometry-dbgsym_4.1.0-1noble.20260425.040924_amd64.deb Size: 249750 SHA256: c688e376eb9c23763942c2761c9d410e84e8a345fc52ad9d6201ce7d0a70dfe0 SHA1: 76dc3386bff39fb9065ae028e03681169fdb74fc MD5sum: bcbf18412d2eb8e1ce5236854287b980 Description: debug symbols for ros-rolling-image-geometry Build-Ids: 56dbf98f5fcb27ad2a3fbed2a726f8f0b93c5316 Package: ros-rolling-image-pipeline Version: 7.1.3-1noble.20260425.052512 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 46 Depends: ros-rolling-camera-calibration, ros-rolling-depth-image-proc, ros-rolling-image-proc, ros-rolling-image-publisher, ros-rolling-image-rotate, ros-rolling-image-view, ros-rolling-stereo-image-proc, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-pipeline/ros-rolling-image-pipeline_7.1.3-1noble.20260425.052512_amd64.deb Size: 7254 SHA256: dcf56ed44fd70fe6ea1e8e84853269b618ce3d164cc63b1011770714fbecb8d2 SHA1: 636701ea017a346934aebea35fece3e19a4250f5 MD5sum: 9abe7bda84e0e1522ce2b1b9df10f5af 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.050210 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 1613 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.050210_amd64.deb Size: 271738 SHA256: eeef79f8f108d85852db08b4ac404417178b6d6f73ff1be060b0b01d08ce9ade SHA1: 189be7ede83845a81efb57f4928f5a8e1df8d621 MD5sum: a0acc170e67869be289dbf50e57ac46f 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.050210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 9155 Depends: ros-rolling-image-proc (= 7.1.3-1noble.20260425.050210) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-proc/ros-rolling-image-proc-dbgsym_7.1.3-1noble.20260425.050210_amd64.deb Size: 8018794 SHA256: f52267f9d50a649b7bccdecc35974b6c79222fb28eefe7b3c4a3487f0c7fe939 SHA1: 65c9dc2b4048166288f85ad2d80a7a430ab12c60 MD5sum: 668131aaaa0e080bcf6d09c5b122e8a9 Description: debug symbols for ros-rolling-image-proc Build-Ids: 1958907f19ce265d2c66a879d387c61bc507dfc5 2f7bcf11a112d549d6df30363a08d26c39ee775e 42e7b9e566c9d1c8a02942bd2bdf7d2384fb1a15 47e4fbfb2eb23951b5fbaa66ce8ff02694fd1d78 537cc03b49f902a1b0f223550be449661e5c6e2d 54545084a406698090bc5abb0890a82e54336e7b 6e4a2a6e4925a46ba9c6f4a77768e6d1495e0978 7a6f3e77d3bf9cfc26f384e8354c08c41da3c1c7 83c49dbba3a0b717be438e3affa42e0fea12e171 8afeebcce647e159d07782443d7cc04dd10f302d 97742dc259bb190a7e7f4f60e194a6bedc8b34fc c3e2cb6f3c20e88f7401298d7bcd87169a1b9e3b e8cbad1c90ebd94646aaaa87b355c7b3193d3690 Package: ros-rolling-image-publisher Version: 7.1.3-1noble.20260425.045211 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 361 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-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.045211_amd64.deb Size: 135430 SHA256: e4b79659a2772438c8174eec89fc9f194c36a610f5f54393896dde0ef3abec24 SHA1: cd82ab0586790d138ea2057cebed79f627b6cecf MD5sum: f71b9635a9789c24349e8ffa01a5b733 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.045211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 1433 Depends: ros-rolling-image-publisher (= 7.1.3-1noble.20260425.045211) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-publisher/ros-rolling-image-publisher-dbgsym_7.1.3-1noble.20260425.045211_amd64.deb Size: 1368292 SHA256: d0608552f2b5bef1075df5ada3639e28a2de57441140d9aec515f076e43bdcee SHA1: 9e02506c06962bd1fde5c33b9fa26c5622a9c9fd MD5sum: 3b25c3783a257c5a9783b639ce95dd23 Description: debug symbols for ros-rolling-image-publisher Build-Ids: 11961d62926fcda9607640ef0214d199421a0f68 5f31d5673a07d7b733fc5bea40a9df518e87721d Package: ros-rolling-image-rotate Version: 7.1.3-1noble.20260425.050101 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 663 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-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.20260425.050101_amd64.deb Size: 157964 SHA256: 78a631a83cd7a4325da71d3283e68df0ac198d7a7d418c9784168f3f83beec2c SHA1: c010d2766e68f0d30d9fe82ca0fee46fdec0e482 MD5sum: aef1891abf7662c93f2ac7dafd7b60a9 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.20260425.050101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 3557 Depends: ros-rolling-image-rotate (= 7.1.3-1noble.20260425.050101) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-rotate/ros-rolling-image-rotate-dbgsym_7.1.3-1noble.20260425.050101_amd64.deb Size: 3362832 SHA256: 2b39eadae7fc7baa37a6ecb262f8cb6f16de1ebc02b170527c4745409805da1d SHA1: d6b7566a305f2dcac5215c5080e6c48f35396393 MD5sum: 87d4f7719b37bd4104f300ebeb5036fa Description: debug symbols for ros-rolling-image-rotate Build-Ids: 750055f7cfe01134102dfd1f3ee549ea3b3fa5bf 9109da770b452fd2a1f0803b14bd70e3caa5411e 9d1ef903428bdc3af20b4494f20bb3155521dcdb fd5d4f4c9ce7c822311f4ed4b2ea4645ff74f4c0 Package: ros-rolling-image-tools Version: 0.37.8-1noble.20260425.043101 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1046 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.043101_amd64.deb Size: 193496 SHA256: f6a4fcbd6ba97fe0062a84345e87b01934f71f30b5415e14915847ef7a2e58e9 SHA1: aa6653e03d8e62c10a0cf272a380b73ac28d57a5 MD5sum: 0f85b5df65f64798bfd65be56c4f1039 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.043101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 5202 Depends: ros-rolling-image-tools (= 0.37.8-1noble.20260425.043101) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-tools/ros-rolling-image-tools-dbgsym_0.37.8-1noble.20260425.043101_amd64.deb Size: 4282058 SHA256: ab1257bc72fb78f59558b5e13f07567b93b416577d9dbd07e2f70cb62616fdb8 SHA1: 759990a0185fa6b9d24fad50a6b3240244fd3641 MD5sum: 76ff16055de3e1e7f18c9574110c1e50 Description: debug symbols for ros-rolling-image-tools Build-Ids: 04195c5098915d02f31d6b85f4dcca3ed3fcf0db 43453468c59c5c677e75c5455b27efa07a9ea506 b6bbe4ec5d76296dceef452df6f32831d753c699 Package: ros-rolling-image-transport Version: 6.4.7-1noble.20260425.044601 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2571 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.044601_amd64.deb Size: 367960 SHA256: 424dcb86b3bfe59cc7a08ed793a17b2f65377a8a2570d9fb0dd3ce4f08a0221a SHA1: 94d4585a36f6ae7e546dfd2837d269ae5edaf4fb MD5sum: c68e97d771ac6a701a3bee15039cd24e 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.044601 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 8573 Depends: ros-rolling-image-transport (= 6.4.7-1noble.20260425.044601) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-transport/ros-rolling-image-transport-dbgsym_6.4.7-1noble.20260425.044601_amd64.deb Size: 7676162 SHA256: 21935ed758aec9b1498aea7862398925349949320c65b4ad882d72ce410f855a SHA1: 51350f5785ee816a2ce3ccdb3d918a4c2792b8d6 MD5sum: cdf1efb35c8612c8444f87bef9dd4342 Description: debug symbols for ros-rolling-image-transport Build-Ids: 1c037a7687e7fc5db79ef037ca418cd18401a0b7 25c3e6853f08e76f5a3f915dce829f9ce5f79eb4 5af6f3053606c06c98310201705c9b1c3201c19b 5e948b2267de46664074aab3b0594b15428faec8 a45018e730cce9c29f993fd81895ae13e9cd1f79 Package: ros-rolling-image-transport-plugins Version: 6.2.4-1noble.20260425.052830 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 45 Depends: ros-rolling-compressed-depth-image-transport, ros-rolling-compressed-image-transport, ros-rolling-theora-image-transport, ros-rolling-zstd-image-transport, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-transport-plugins/ros-rolling-image-transport-plugins_6.2.4-1noble.20260425.052830_amd64.deb Size: 6524 SHA256: c617794aee5e85db8574b6d354a29db073c63500c25a2932be533e72a817d6fd SHA1: 37a5fa6c12ed01ae0e071e17409c3b2ba9ad6ee6 MD5sum: 2245a0012ed577779b2073a64b5c3a84 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.050532 Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 306 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.050532_amd64.deb Size: 103126 SHA256: a651efbaa18773f65076bbd47395a660e24034b1852e0dae75c49cf6bca191f4 SHA1: 36b155f207e2f0f4c5055e7a987a256f544dbd95 MD5sum: a503085469df3bc596871830059c5dc5 Description: Python API for image_transport Package: ros-rolling-image-view Version: 7.1.3-1noble.20260425.045228 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 1318 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.045228_amd64.deb Size: 295192 SHA256: cad5e927c3155cd21c0e73a7c25ea1909f612bc49f008cb7881ced275915857b SHA1: 16f21033db7e8b31838d964b7e6a0f3c81202aeb MD5sum: 6e9c343034bf1c6cce6212f0966d8767 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.045228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 8480 Depends: ros-rolling-image-view (= 7.1.3-1noble.20260425.045228) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-view/ros-rolling-image-view-dbgsym_7.1.3-1noble.20260425.045228_amd64.deb Size: 7837452 SHA256: 4d40f80f85fd0b633622c3e8d9207e4b1d431498d0f7ec40c01f26e4fe41436f SHA1: a37a99e7294fc59ba16f5d467a774d4417059cc6 MD5sum: ea43ba35a396856fb62c4c1cf826d945 Description: debug symbols for ros-rolling-image-view Build-Ids: 0a7baace547b12c54cc90121fe2ead8403aaa79e 23757b63ebf3a17fd9f7c5cc8902809f3609aa67 72fcbe66283a755513a71f7d986b3299a14c7fe8 c924b9c54beea9d4c995e8caeaa6d6b432a0fcdd e8c76ea7f3cd9c214190e518f6a990d6f124e217 eb0ea060ccb855bbe8269b93d2ace850a64487ef f218f6091d58060a11909dd3aad85abf1512e97f Package: ros-rolling-imu-complementary-filter Version: 2.2.2-1noble.20260425.045104 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1064 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.045104_amd64.deb Size: 207824 SHA256: 5ed9331b77df7378de04b8625e11f75584d6f2569e4684e4fd8d28506b361928 SHA1: 063a8c230e1bb2deabba61871926406c18905c0b MD5sum: 87fae07e9044b73f29ada454c6ecb39b 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.045104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 4620 Depends: ros-rolling-imu-complementary-filter (= 2.2.2-1noble.20260425.045104) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-complementary-filter/ros-rolling-imu-complementary-filter-dbgsym_2.2.2-1noble.20260425.045104_amd64.deb Size: 3932536 SHA256: e2b58a11be0435ef04db85a73e2e2078daae2a72d04faf30288224615adcf058 SHA1: 457f48f6cbe1f4db59c6e18039cb0e473a4d29c3 MD5sum: 00ced71f6ffc3f4b886743aca109db0e Description: debug symbols for ros-rolling-imu-complementary-filter Build-Ids: aa3841b4dfdeccde62c89714e60c1ff8022797e0 b3c6e8bb1d813184d0e019fca2b7d9b18a1c82ad Package: ros-rolling-imu-filter-madgwick Version: 2.2.2-1noble.20260425.045837 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1126 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.045837_amd64.deb Size: 229216 SHA256: e2dc000173802785068d8ef28ee95454b16c85fba437ccdd970ebb74924041c4 SHA1: 05a38b775b3b1cb0eab6182b508f2840f13b9023 MD5sum: 333e3da82651c4ba36c98db45d069a16 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.045837 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5008 Depends: ros-rolling-imu-filter-madgwick (= 2.2.2-1noble.20260425.045837) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-filter-madgwick/ros-rolling-imu-filter-madgwick-dbgsym_2.2.2-1noble.20260425.045837_amd64.deb Size: 4304026 SHA256: 3eb7c1a18c61773566ab50837a6d379693382543ca61bf2f460dc8d89abea171 SHA1: 849e712f144ea72b92b09ece16e2af54479ce296 MD5sum: 59f4b4200ce33c7c508d20d2d9b4ee44 Description: debug symbols for ros-rolling-imu-filter-madgwick Build-Ids: 0c0c2100b73cb284a16263ac2729309785f89793 32a61d40f459747687df7619918c4c68fa9e39d9 Package: ros-rolling-imu-pipeline Version: 0.6.1-1noble.20260425.052600 Architecture: amd64 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.052600_amd64.deb Size: 5810 SHA256: 5e138b832193b5548366b0201d5d9fa1ce9a584882f15bc55ccc5aac4d949b54 SHA1: c9e48dfae5c44d67295adcc6444fe250d38c02eb MD5sum: ce9c5ea19906fead150a6e4bf1d9bfc5 Description: imu_pipeline Package: ros-rolling-imu-processors Version: 0.6.1-1noble.20260425.045536 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1768 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.045536_amd64.deb Size: 270664 SHA256: cfc2ec62e411ae4a3b836b1a9a44af318b6510baa4f879a81681ef3432266a8c SHA1: 86ff874a8020af7335c6717c38f44e2ff67b396a MD5sum: a4ab0393592eb63bd4389d53d2a7e342 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.045536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 7920 Depends: ros-rolling-imu-processors (= 0.6.1-1noble.20260425.045536) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-processors/ros-rolling-imu-processors-dbgsym_0.6.1-1noble.20260425.045536_amd64.deb Size: 6435486 SHA256: b959ec645cfb2b3f24e4a1220001a22ff75793938122c8bfe86d7faaf3477fe8 SHA1: 459707757a8588aa84fb44b1d964e25521503c4a MD5sum: 6941bf91c4c2efb8764a5944e73462c2 Description: debug symbols for ros-rolling-imu-processors Build-Ids: 2ce1369cf3805d3ec19da18b0392341a15f0075b 70c533537fa457b1e23f1ecd45d3daf1e4bf8fe6 a5b78c47daf80931f25f7781029b6ab04fe8091b b760587a274b35275016912fa74fe90d320b3096 Package: ros-rolling-imu-sensor-broadcaster Version: 6.6.0-1noble.20260425.051908 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 339 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.051908_amd64.deb Size: 97858 SHA256: 0c03164b89bd92d6a3d9a4c6202e59695a210a1ad8bfe3645ab9b0f26e374f06 SHA1: c53fb25852bb28d8191b773ca83678cd3a622927 MD5sum: 5b4013aceda0bd546f3d9a3dda0e3563 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.051908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1746 Depends: ros-rolling-imu-sensor-broadcaster (= 6.6.0-1noble.20260425.051908) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-sensor-broadcaster/ros-rolling-imu-sensor-broadcaster-dbgsym_6.6.0-1noble.20260425.051908_amd64.deb Size: 1681242 SHA256: a55730b6702802a56dc5fc2b6c56a7acad4d6817750cc439b1dd3da4a669bb9d SHA1: 8a0534af15d81571e9949a819903657e19d9d2b7 MD5sum: 5114921d0ba4ff121f9c98c963d7957c Description: debug symbols for ros-rolling-imu-sensor-broadcaster Build-Ids: 4f6557fa6096a61489772e63b9ef0df05c9569b0 Package: ros-rolling-imu-transformer Version: 0.6.1-1noble.20260425.045730 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 943 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.045730_amd64.deb Size: 181124 SHA256: 7d4218c0583aa535b61c1a9edaf7e59b59b3f7632d1be024b90c918c9b491ade SHA1: 98e1e2a6c78ac0d6ed75f648de28bab6ce54c435 MD5sum: a20305683e7fe4a7575fefb24db2051a 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.045730 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 4647 Depends: ros-rolling-imu-transformer (= 0.6.1-1noble.20260425.045730) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-transformer/ros-rolling-imu-transformer-dbgsym_0.6.1-1noble.20260425.045730_amd64.deb Size: 4033956 SHA256: 1212e395e36ae118300278f79fdeec9297f56617406bf2615cfe9ef609b5093b SHA1: 45bafe32108fe6f4698197a2b85c054d1dcdfa8e MD5sum: a3b9e0f929d067ebaea049f4ea508a50 Description: debug symbols for ros-rolling-imu-transformer Build-Ids: 25ee7615e3131e767668023386c8d6fcf080ed3d 28928f26868767af06e2d79dc2eb93c72a565dee Package: ros-rolling-interactive-markers Version: 2.8.3-2noble.20260425.045847 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 1031 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.045847_amd64.deb Size: 208610 SHA256: 9945ac32b8a65825c1b3cf43a4705abdad2ab423df1b3f82ace3d74103e439c7 SHA1: 98d8a3fea9f376676224ad6f27f84714cf85e34d MD5sum: 84b0c004c4ed8caa5c839c1705525478 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.045847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 5059 Depends: ros-rolling-interactive-markers (= 2.8.3-2noble.20260425.045847) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-interactive-markers/ros-rolling-interactive-markers-dbgsym_2.8.3-2noble.20260425.045847_amd64.deb Size: 4405022 SHA256: b7fa301a8f019a242fd08725895e374000139ebab307cc84034b86387c208856 SHA1: 7914eef831b8e228229ac774af7660a9d9ce545b MD5sum: a9bb9e71a26fbe4965d4879d733ddaf5 Description: debug symbols for ros-rolling-interactive-markers Build-Ids: 569f0b416d8504748ccd72200f39244b9fdc9d8d Package: ros-rolling-intra-process-demo Version: 0.37.8-1noble.20260425.042829 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2827 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.042829_amd64.deb Size: 395710 SHA256: 1766d8a20d630dc48eff059363d97bf4bf0b15883b8abaace0cceb328b165477 SHA1: 7f541d48ba49dd28656412e44bbeaac14f00b99c MD5sum: 8c7328cb5a896fd7dd3ba52f3ba277d8 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.042829 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 14295 Depends: ros-rolling-intra-process-demo (= 0.37.8-1noble.20260425.042829) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-intra-process-demo/ros-rolling-intra-process-demo-dbgsym_0.37.8-1noble.20260425.042829_amd64.deb Size: 12183408 SHA256: f871c46ec0e711ea4831a78b52bcc4b48d29e325454b504e5f1c3b777db64a6e SHA1: 12f1a23ff29c62147f29cd16fd1bd53cbf3b3018 MD5sum: e41701258afc9ef979f1ed9b6133a8bd Description: debug symbols for ros-rolling-intra-process-demo Build-Ids: 168007893b465d6b4a6a59efee3b3423e674dd33 195755657b0981f68ed12b747632cf393803f274 3d3b3376bb7f6931880221164fed62f2a4c6bd8e 9799f88f200ab32e0f2f52229bf37409f02aafe8 b4297c7056b95b676c53e43c1d553791d7f8663a ba72024ee3e3c0afd5c8259ae7f77678affd1c4c ceeddfbd07b7f8a19994dd6024537f68cf384199 Package: ros-rolling-inverse-dynamics-solver Version: 6.0.1-3noble.20260425.052847 Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 239 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.052847_amd64.deb Size: 69234 SHA256: a558fac4ea5c33dc900c35204045c49c7afad16abd8764813efea7e9d6613e7e SHA1: 3d8f8ca33e2995df4234c5f298c694bb3f88f68c MD5sum: 93f2338286086edb5d010fd17bc4f45b 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.052847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 1269 Depends: ros-rolling-inverse-dynamics-solver (= 6.0.1-3noble.20260425.052847) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-inverse-dynamics-solver/ros-rolling-inverse-dynamics-solver-dbgsym_6.0.1-3noble.20260425.052847_amd64.deb Size: 1224936 SHA256: 604802bcb4a99d008e6ced82f09c04a2c4d2926b17145b8f31aa29035b05f365 SHA1: 430a39a8aa037819cce25902119444a4f11634a3 MD5sum: 0edfdbd5bcb29b0b656823c57428abb0 Description: debug symbols for ros-rolling-inverse-dynamics-solver Build-Ids: 3ee3e6a6f089c8ccaac4021302a46416d3cbf297 Package: ros-rolling-irobot-create-msgs Version: 2.1.0-3noble.20260425.040118 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 16026 Depends: libc6 (>= 2.14), 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.040118_amd64.deb Size: 836970 SHA256: 5ae22e76fc197eca238c757752555d937dce9abdba113ffce94105aff782e924 SHA1: 62aa4240538ddfe44663198b9936154c32e56d4c MD5sum: dccd758acdefa89a37ad857771b0a9c4 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.040118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 8629 Depends: ros-rolling-irobot-create-msgs (= 2.1.0-3noble.20260425.040118) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-irobot-create-msgs/ros-rolling-irobot-create-msgs-dbgsym_2.1.0-3noble.20260425.040118_amd64.deb Size: 6298502 SHA256: 9a05fc65d362bf86cccbbe9afa7bd00ce4b7081eefad4d4909f4dd83e57a5363 SHA1: cc85424e208a322475f2fec2bba815d38b2b83ba MD5sum: b39faedd67a2cf6d230895d42fe9dfb7 Description: debug symbols for ros-rolling-irobot-create-msgs Build-Ids: 13f49f9da82d71a569864f71e0eb53f834710a33 46f58f64e8010e1a4526833137cd485ba907df1c 4c9c89adb305abe4b954758cc2d73aada871b1f4 6b6833d2508e5309e01c565bb55e203746530283 6c13892637f8bf612769d1da5b977c22f3c51867 753a219ec5c3d843838c906b503946f0aeb7b600 78a7b2adfb1bb2061de0ab192091f8026dcfaa18 83a3057dbac5b6ff8b4cfc4bf81b9053319cab67 a6e7b30f1e9e910fde0e1295aeb033ba3da96d94 bf1a4251113f2cd8d23defe693686247b85d3a38 d11fdeca5f5320046d4278d3af8f8da447ab630a Package: ros-rolling-jacro Version: 0.2.0-2noble.20260423.214246 Architecture: amd64 Maintainer: Jafar Uruc Installed-Size: 67 Depends: python3-jinja2, python3-rich, ros-rolling-ament-index-python, ros-rolling-ros-workspace Homepage: https://github.com/JafarAbdi/jacro Priority: optional Section: misc Filename: pool/main/r/ros-rolling-jacro/ros-rolling-jacro_0.2.0-2noble.20260423.214246_amd64.deb Size: 8616 SHA256: 0d6d796ea42040817254c8446fe5a7b7c32dbef25bbd597fd58e7de880290d3d SHA1: 08b52bd8eb71f62fc9ec1163022b20fa404bfd2a MD5sum: f8efbc2737cb3d7be2a923785d25e381 Description: TODO: Project Short Description Package: ros-rolling-joint-limits Version: 6.7.0-1noble.20260425.044904 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 361 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.044904_amd64.deb Size: 82406 SHA256: 6736a1f2f002a7ce43a058f648d29ebd889d39c00f677a8c1681be709376a23c SHA1: 34fe8ebc85c0b0798c42aed8f14202fef2cb7016 MD5sum: 8ee4e36df941bec26c2bfb03cffb9518 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.044904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1050 Depends: ros-rolling-joint-limits (= 6.7.0-1noble.20260425.044904) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-limits/ros-rolling-joint-limits-dbgsym_6.7.0-1noble.20260425.044904_amd64.deb Size: 972234 SHA256: ba2d6386b72bd0482de139c02ee8bb7e4e3866f1f3ec6151e70ecdf01c126503 SHA1: f20455f1a4370cba56dcf58ce682de90a2fef39e MD5sum: 308fdf4cecdc53a104a45a2dd9bfb0ba Description: debug symbols for ros-rolling-joint-limits Build-Ids: 01113ee83a68b6616a0880ced1b1087e168adff0 4651557766a9f44791550f9b900ba9cc142e85c6 ba49f628371ba4e56c6624ebf5ade14180636634 Package: ros-rolling-joint-state-broadcaster Version: 6.6.0-1noble.20260425.051355 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 417 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.051355_amd64.deb Size: 115152 SHA256: b4f54ca38882070d3966264f8a97d14d4c072d9a90aba7190c876d537b707f69 SHA1: c6dc1927e0aeccd3ba4066642ef581bb02867533 MD5sum: b84ae141b54ebbed7e5842b7805a8763 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.051355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1780 Depends: ros-rolling-joint-state-broadcaster (= 6.6.0-1noble.20260425.051355) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-state-broadcaster/ros-rolling-joint-state-broadcaster-dbgsym_6.6.0-1noble.20260425.051355_amd64.deb Size: 1659252 SHA256: 29431e6d9a8e3ab414e848adcb19f92e8d5d19dd641d23207edc011dd42c8016 SHA1: 78263a93ebc37be0eaa057107b95f8c44e33291d MD5sum: 82361026e5e95a977f0e6296ca9f47dd Description: debug symbols for ros-rolling-joint-state-broadcaster Build-Ids: e914064a6b8a4798bbb2fde1167305b5511da932 Package: ros-rolling-joint-state-publisher Version: 2.4.1-1noble.20260425.043753 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 83 Depends: python3-packaging, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/joint_state_publisher Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-state-publisher/ros-rolling-joint-state-publisher_2.4.1-1noble.20260425.043753_amd64.deb Size: 19734 SHA256: 7490e1ebcb18b668ed52fc6d5064c8f055f55d3bccd10b05c727422b294d546a SHA1: 2ca8aed307866ca1eb31d238e557039212794d51 MD5sum: 6ac7e37b71a4049705a9dc890c33ac88 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.034403 Architecture: amd64 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.034403_amd64.deb Size: 16980 SHA256: eeb5a38b10f7a687925ecba1166d231b08826ca956c970c0869ae1c420155229 SHA1: fd5c27d81210941452ba3f083a6b0c24297e3a60 MD5sum: e32c68c0f317b4dd7db490358a1fc627 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.045742 Architecture: amd64 Maintainer: Marq Rasmussen Installed-Size: 531 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.045742_amd64.deb Size: 118276 SHA256: ce579dd6b4be81f3fc3d3f0b336186ca6ee5f31ac5602ae1576f56eeeed640d3 SHA1: 79f242e1a392fb8cd94ed370adeb49a412ef16e9 MD5sum: 1e676cdb185e27526f675c8847782dc9 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.045742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marq Rasmussen Installed-Size: 2434 Depends: ros-rolling-joint-state-topic-hardware-interface (= 1.0.0-1noble.20260425.045742) 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.045742_amd64.deb Size: 2111786 SHA256: 9c3ee55711b789e6114a29c6b00b1870f48fa6a676768eb5ecb0138827901dc5 SHA1: 69a3d1d295d917ed18b6f833e7ddddcf692ec872 MD5sum: f4f1af1bbf47e37ebed0156d7b3e89a6 Description: debug symbols for ros-rolling-joint-state-topic-hardware-interface Build-Ids: 9c0f1166dcd18cfe5a8684d86684b6c2ddeb005b Package: ros-rolling-joint-trajectory-controller Version: 6.6.0-1noble.20260425.051850 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1484 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.051850_amd64.deb Size: 337190 SHA256: 97db12bb29fd3e10f405059f5d0dd0baa1855bea812876039278ef865a27ec14 SHA1: 2aa71acb7159d8a2e97069f04dada12f3ca357d8 MD5sum: e84932a5cba0f5c84f4d4664bb53ffb1 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.051850 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 5728 Depends: ros-rolling-joint-trajectory-controller (= 6.6.0-1noble.20260425.051850) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-trajectory-controller/ros-rolling-joint-trajectory-controller-dbgsym_6.6.0-1noble.20260425.051850_amd64.deb Size: 5004518 SHA256: af766df4940a65f42e1058ffba31ad0e64cfac96e2de0958f8e26a38cb51a27e SHA1: 83d80144aa0afb29706f577583f0e0259cac32b9 MD5sum: 32bfc3643d4cce72adf07f3e4f9ed433 Description: debug symbols for ros-rolling-joint-trajectory-controller Build-Ids: 703ffd4c9d7f6e78e1a0d35f6ef2c6286ba1bc97 Package: ros-rolling-joy Version: 3.3.0-2noble.20260425.043451 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1203 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.043451_amd64.deb Size: 201188 SHA256: 40d86ad944d7da5adde0dee0fef1f32eb371067c18f8cdd6bdd01eb69a975d63 SHA1: 4d1fe2cb328ccc3ba42fc852e7946e91f9514588 MD5sum: 42d2bc0d0e5013c483f644a548403a9d 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.043451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5671 Depends: ros-rolling-joy (= 3.3.0-2noble.20260425.043451) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy/ros-rolling-joy-dbgsym_3.3.0-2noble.20260425.043451_amd64.deb Size: 4839274 SHA256: 50d26e389acfacb27802e5c08c65a5564977298a68f71d2dd9d96a0d0ea35327 SHA1: 39769d501bb376301a5935305dc6fa555b5711b4 MD5sum: 87caad2d27a47f0c6c7dde40d44ff05b Description: debug symbols for ros-rolling-joy Build-Ids: 281f2edd71ae43111f841ceffc136dbff7128f76 2cc2a38ceae331f6f0c27f6776b7c242d73cea84 9d657dc9bc953037967c5a03eab6aeaf29b65aef f61fc5f7a6728aa27a7109752cc43df656066f36 fd32113c4de22451886fbab7215e938b0d933894 Package: ros-rolling-joy-linux Version: 3.3.0-2noble.20260425.043440 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 559 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.043440_amd64.deb Size: 127066 SHA256: fcfe8704bf339a26bdc1828ecedfa8ca7391e896f2aafdd67df98130eacf2be8 SHA1: 77c1fcc82017d6288d93f4a374dbc4a0cbeaa1fb MD5sum: 61c7686bf0329441469f6d183d3da6f5 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.043440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 2517 Depends: ros-rolling-joy-linux (= 3.3.0-2noble.20260425.043440) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy-linux/ros-rolling-joy-linux-dbgsym_3.3.0-2noble.20260425.043440_amd64.deb Size: 2168790 SHA256: 4f48cb1e176b90ff5e86d380c9627f21f7b9cd8d8f5104d3eb84aec089829e71 SHA1: 5761d98afa6baa7efc82c149e4a02e797db3d9ba MD5sum: f38481b64155c04074c6dee152841de2 Description: debug symbols for ros-rolling-joy-linux Build-Ids: 6193b87cf12688ea3d3260d386fadbd1717021b5 Package: ros-rolling-joy-teleop Version: 2.0.0-1noble.20260425.042509 Architecture: amd64 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.042509_amd64.deb Size: 22044 SHA256: b3297fc388cac95a44121b658d4d1940bd50fdb4430f540979c925671a005415 SHA1: 6787355e7437a53d3ef9bf1d4b2419847bf5040f MD5sum: 4b9abac6c35f2056cbe56f92165218d4 Description: A (to be) generic joystick interface to control a robot Package: ros-rolling-joy-tester Version: 0.0.2-3noble.20260425.042531 Architecture: amd64 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.042531_amd64.deb Size: 7488 SHA256: 8bfe62dcc4dcd5ac625fed4aba9426ed4d999973db3085cc70f14d5c1442542f SHA1: ee4b311f3f0959991e0fdf4776044247bcbdf342 MD5sum: 3297f8630df2fe7fb0e01ff158aa91e6 Description: Simple GUI tool for testing joysticks/gamepads Package: ros-rolling-jrl-cmakemodules Version: 1.1.2-1noble.20260423.224652 Architecture: amd64 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.224652_amd64.deb Size: 2218534 SHA256: e4b702484b07177ba385945e069447759cac86e7d055c156ee831721f283447e SHA1: dc1ace1dc3ee6cf752d744850bae4da974276255 MD5sum: 8fdb8cd576e167f9bb3ed753847b99cf Description: CMake utility toolbox Package: ros-rolling-kartech-linear-actuator-msgs Version: 4.0.0-3noble.20260425.034353 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3655 Depends: libc6 (>= 2.4), 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.034353_amd64.deb Size: 213554 SHA256: 3bf519420884d2c274f72fefc87f02411901fd6b10fd3a2c6ad930e55981030d SHA1: 383186a0432b4158cc52d161943dacb63c223aa9 MD5sum: 4fbfc191f1f362a2a54b5130506c65e7 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.034353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2448 Depends: ros-rolling-kartech-linear-actuator-msgs (= 4.0.0-3noble.20260425.034353) 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.034353_amd64.deb Size: 1937124 SHA256: 3f973caa152f16ef2f7d30c0169d411bae4b3f83ab59becc7b96356a9ccd6e92 SHA1: 9954204ebc088b8b1fc62ba24503beb8345fd231 MD5sum: a3738ced8e37a4b28cfdbb967751e513 Description: debug symbols for ros-rolling-kartech-linear-actuator-msgs Build-Ids: 05466a94302954fb01cfc6d1b7c0028ae645c97e 2a3b7c2bf93b68da91a597939b81cfffbd78738f 3004345f331b6560b1ad0cc4edaac145218887fe 4aeac42eef5ef783a288f0e500855f58bf5d8bf4 6f7c70fc0f48a6c7ca880c8ec91ab113d027230d 935113a61c854e2338540fe19d220c905b42f225 a0cdb535d7c0b7d75bfbed2623478df6a35b85d7 a291a4ea9c9e0a0e1262717203aa36cda43fafb9 b7592d64cec65220b6603ee7c53cd069fc5ced6b b8020568406fb484fbdec4a2692abc829f38c0d6 cf9352752b8c4a9650df9fed0a1754dbb0b5dff6 Package: ros-rolling-kdl-inverse-dynamics-solver Version: 6.0.1-3noble.20260428.034541 Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 14456 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.034541_amd64.deb Size: 6460854 SHA256: 8dd9d15e7375ed615bc48fcf7b64d0c1a97d3c97fa5b5a70354635bb61306719 SHA1: a2c881daf3e0db807e52705519a66cf16c1e6c99 MD5sum: 1fcc960c969205f18653e5192ced2e0d 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.034541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 447 Depends: ros-rolling-kdl-inverse-dynamics-solver (= 6.0.1-3noble.20260428.034541) 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.034541_amd64.deb Size: 424222 SHA256: c1e4c40d7949b54eb3dd96d8b2823badae1547398b47d362e8a1e6d072588770 SHA1: 78de6a6864e910f96572553664ec4b7cc79411a7 MD5sum: 5b58358ef17502c6493173f3b9a80d39 Description: debug symbols for ros-rolling-kdl-inverse-dynamics-solver Build-Ids: 4767532119d834dabd7b5029950f44bec23d5d0b Package: ros-rolling-kdl-parser Version: 3.0.1-1noble.20260425.041433 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 103 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.041433_amd64.deb Size: 21840 SHA256: 24ae752fd3538d8b0b5b84cc7d000db7a2dc310e3f929f8d2fde5e0875ffd13e SHA1: 0dcb4cba462fde95d5bc323b4a327bdaf6d2ed4c MD5sum: 26b93d9d1844737c57483aa38a4a1c93 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.041433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 187 Depends: ros-rolling-kdl-parser (= 3.0.1-1noble.20260425.041433) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kdl-parser/ros-rolling-kdl-parser-dbgsym_3.0.1-1noble.20260425.041433_amd64.deb Size: 171060 SHA256: 3b5a7b1dcafe975fb2a45c949a3487bc2525954888eb8fec2f9abf5350c07482 SHA1: 4ca1f31aa5f7d91c1cd82bbd414f153d14173883 MD5sum: c398fa86dcd5727e4e433bf892369c64 Description: debug symbols for ros-rolling-kdl-parser Build-Ids: 55135a74f6bc37735029c359f529e2a015ef346c Package: ros-rolling-kdl-parser-py Version: 3.0.0-1noble.20260425.044655 Architecture: amd64 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.044655_amd64.deb Size: 8006 SHA256: d4775753279f5145ce90d333adf1f2644d36476a1d7cfdd020f34c31adfd3156 SHA1: bcb88300854101f4dd9b0a77466b1c048a67e2e9 MD5sum: b6dab03a5e67213147a30810f1cf736b 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.042524 Architecture: amd64 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.042524_amd64.deb Size: 11916 SHA256: cf69b4da72b2023d7dbc2b18ab37182465d3aaeb3eecb9ff46e6f85b68e78036 SHA1: 8cd62f3b862123aa0fba9025fcb23c3046d52d43 MD5sum: 6d8aad70db0343bae1b812594b2f4e89 Description: A text-based interface to send a robot movement commands. Package: ros-rolling-keyboard-handler Version: 0.5.0-1noble.20260423.213908 Architecture: amd64 Maintainer: michael Installed-Size: 145 Depends: libc6 (>= 2.14), 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.20260423.213908_amd64.deb Size: 32984 SHA256: 8a0c34caed3bf033cb57edce709376bdb391fa24750ddb1af664b5d747a68b5a SHA1: 067ebab9015d1a2ba451dd6d8bb5e65a469f0f52 MD5sum: d26437660a9566fa8159aa8674391de2 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.20260423.213908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: michael Installed-Size: 239 Depends: ros-rolling-keyboard-handler (= 0.5.0-1noble.20260423.213908) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-keyboard-handler/ros-rolling-keyboard-handler-dbgsym_0.5.0-1noble.20260423.213908_amd64.deb Size: 214724 SHA256: 8f3d5cf3e04fdfe90634bdd3c77cd9af11f56bb01f07efb7c72e942631654eab SHA1: 5ce361879a2cab0a05aa9d988f9fe282df3195fd MD5sum: 69c8e2b3ed8a4cdff60699dbc3e7c31f Description: debug symbols for ros-rolling-keyboard-handler Build-Ids: 5fb9f00d4d4fc036f6f4b492a836fd1446aa0b15 Package: ros-rolling-kinematics-interface Version: 2.4.0-2noble.20260425.044941 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 94 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-rolling-backward-ros, ros-rolling-rclcpp-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.044941_amd64.deb Size: 17176 SHA256: daf4b32b3facb10708be3a16fe4b8f66eff12fa8e22b60d0c56656dbfa996aa7 SHA1: 653944a74988150ec0ed59f002b5bdfb438e5eda MD5sum: 9a418e065aa2a0308086d9e370859e3b 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.044941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 172 Depends: ros-rolling-kinematics-interface (= 2.4.0-2noble.20260425.044941) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface/ros-rolling-kinematics-interface-dbgsym_2.4.0-2noble.20260425.044941_amd64.deb Size: 157636 SHA256: c2ead9c9e66fa600ef88fa18eb017e9695f58833205f0473acc8d54b11e0e0cb SHA1: d9b9accc73eb772e830b02e16a4831644e344741 MD5sum: ffe6d9fc7a04842b2d1ac2e3b8610539 Description: debug symbols for ros-rolling-kinematics-interface Build-Ids: e751defb8c6416a20764507a9ef84026d8948e06 Package: ros-rolling-kinematics-interface-kdl Version: 2.4.0-2noble.20260425.061117 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 185 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.061117_amd64.deb Size: 56036 SHA256: e47518d6b2eb068e8c8db0dae4c610018e163ac4d7a32a4daee71673050a64a2 SHA1: c087c29d88b66af8527513a804b9024fd4ed79f6 MD5sum: 0f2a6ae900c9a2a1b09c79d065291fc9 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.061117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1849 Depends: ros-rolling-kinematics-interface-kdl (= 2.4.0-2noble.20260425.061117) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface-kdl/ros-rolling-kinematics-interface-kdl-dbgsym_2.4.0-2noble.20260425.061117_amd64.deb Size: 1838394 SHA256: 9d0464f961de742e25fffa2cc4f2f9a9be447df2c6124c75f857e58d57b2c92e SHA1: f0cccaf7d0b38b4ce020eac418a0192788c99452 MD5sum: 2d8a7b30c9fad9b2391293fcbe349555 Description: debug symbols for ros-rolling-kinematics-interface-kdl Build-Ids: f8037d1f37be3bc09f79d4e56581751b8e5ef57e Package: ros-rolling-kinematics-interface-pinocchio Version: 2.4.0-2noble.20260425.052541 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 413 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.052541_amd64.deb Size: 117190 SHA256: b0711abdd2f9a18d1cfcfd9e527d51efc38f67cf919a1dfddd37d32e9a06ddd3 SHA1: 61115dd9d137a2efd03fedc94111dff4a2954353 MD5sum: ddff0e92dd41a99ed97e565876cb4b75 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.052541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 9398 Depends: ros-rolling-kinematics-interface-pinocchio (= 2.4.0-2noble.20260425.052541) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface-pinocchio/ros-rolling-kinematics-interface-pinocchio-dbgsym_2.4.0-2noble.20260425.052541_amd64.deb Size: 9292770 SHA256: 4608218d535ad82eaefaa28de80dc34dc73b9fd2dfac5a4630812d5365c5d608 SHA1: 859bd7e01e5e9a520781a13b81f0e20501a0b7d5 MD5sum: 21129b623addf340e218c8191f231f67 Description: debug symbols for ros-rolling-kinematics-interface-pinocchio Build-Ids: 01f12a01adf7d8b4d54c6ca26ea60cc26cab4fdd Package: ros-rolling-kitti-metrics-eval Version: 2.7.0-1noble.20260424.195700 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 149 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.20260424.195700_amd64.deb Size: 54594 SHA256: 0121a07e9eea30136988caaa4b3ba4cba552a78d323804f5d7afe77eb4922a5b SHA1: 5e26c6d0085953b13e84c0d9e9cc1d790a7f7d2c MD5sum: 7ca22416803cb0d4e556c133af5164f4 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.20260424.195700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 642 Depends: ros-rolling-kitti-metrics-eval (= 2.7.0-1noble.20260424.195700) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kitti-metrics-eval/ros-rolling-kitti-metrics-eval-dbgsym_2.7.0-1noble.20260424.195700_amd64.deb Size: 604952 SHA256: c2e7cd8b4d695e467dc7ee655b206184f1e5a0618a2b627f12d301b155793412 SHA1: 574880331f78bdcb71dadc485a1862bf8a42056c MD5sum: 0c05661d060b4c34961ce413687203e1 Description: debug symbols for ros-rolling-kitti-metrics-eval Build-Ids: fad5a2b0ef5571fd9e7774149ab049d176efd754 Package: ros-rolling-kobuki-ros-interfaces Version: 1.0.0-4noble.20260425.034611 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 4185 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.034611_amd64.deb Size: 299786 SHA256: 7d724423cfc216d7d50cec11a0a3c33fb8b35bf86a47fc903e7d9e3b520524b8 SHA1: 6a8b9de103c26b1759d765c2b9e7e105ec990de4 MD5sum: 715b7596cd17fc41ad299b2e59eadc7d 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.034611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 3114 Depends: ros-rolling-kobuki-ros-interfaces (= 1.0.0-4noble.20260425.034611) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kobuki-ros-interfaces/ros-rolling-kobuki-ros-interfaces-dbgsym_1.0.0-4noble.20260425.034611_amd64.deb Size: 2499160 SHA256: ad7e9d40f1aed7bc1523f7ac63785d401d43ea41694133ed6e5f86339f123b99 SHA1: 578f1c8a41e710f19c169911ee7cf47561a3b55c MD5sum: b602454a6898fc0e23b44d93848e08d5 Description: debug symbols for ros-rolling-kobuki-ros-interfaces Build-Ids: 055f8f8c1f7158b984bbdbadfe411be533aa5b0a 14e2af8c2078fbeeb08ce651a951b0ae4091f0da 1b4d9b5fcec78d881ae0d4b9141c8d3cb04f185a 26829c16ae086e53d4e3bb0953a8b1c5b65e6601 3a2efaac02e830efb7c1e81b97ea03982133566d 622a4f1db056f0085095a7f5b8f19c71cb6725fe 705f7e1e59cf0178768509fe2efabd8348f8f05c 7d621bbb6ec40afc110f9813e889e00b45a5b9c9 9c671764cb94c3114cd58222bd5117102ec18af9 b551eb5757737d034be6e0d38c7244e7d673231c bec9f3316a81695af4e9d0bf0cd20c2c9e8f0a50 Package: ros-rolling-kobuki-velocity-smoother Version: 0.15.1-1noble.20260425.043314 Architecture: amd64 Maintainer: Jihoon Lee Installed-Size: 778 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.043314_amd64.deb Size: 149414 SHA256: 5bc8662ce1195c005191bbc2bf50b702bccd47d7ff47b36490c532fc36d7f30c SHA1: 51dcd6c9624b8ddb50ce1d24acfff2dc918e0134 MD5sum: 8f5cdac10cd8e63b11c6ad83ff8564b4 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.043314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jihoon Lee Installed-Size: 3417 Depends: ros-rolling-kobuki-velocity-smoother (= 0.15.1-1noble.20260425.043314) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kobuki-velocity-smoother/ros-rolling-kobuki-velocity-smoother-dbgsym_0.15.1-1noble.20260425.043314_amd64.deb Size: 2859678 SHA256: 7d8c1640e9e575b10207760edd8a0de161d780d85cc0a29ae813bad49f9f5bfa SHA1: cc5e94bea91c5e0fa9f9c47333b16a8fa9b28e83 MD5sum: e014755a86d1c48dd9154ee19055c9d8 Description: debug symbols for ros-rolling-kobuki-velocity-smoother Build-Ids: 65354fe4c90587ed1aa7050242e8e83511f4916c 8ec9f10c064e1995fb8ae264520aab34755d20c8 Package: ros-rolling-kompass Version: 0.4.1-1noble.20260425.050707 Architecture: amd64 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.20260425.050707_amd64.deb Size: 156772 SHA256: 62f7b7ff9c50166aaeb7e05c99a73781f749100ba27b276e19b3c54fb6291359 SHA1: 003c3c579478934767e5af129968bcd0a2c5af4b MD5sum: 946fce0cc33151c26d20b7dfa35f0d9d Description: Kompass: Event-driven navigation system Package: ros-rolling-kompass-interfaces Version: 0.4.1-1noble.20260425.040136 Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 15387 Depends: libc6 (>= 2.14), 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.040136_amd64.deb Size: 848268 SHA256: 2b3f6a86b75ccfe81cffd60faee30629badee732ff8418916494d827a50a135c SHA1: 497e306a30a96fd455e88d36a83bdf184bd377bd MD5sum: ba870a982bf9b78269ab8867a29d0d5c 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.040136 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Automatika Robotics Installed-Size: 8982 Depends: ros-rolling-kompass-interfaces (= 0.4.1-1noble.20260425.040136) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kompass-interfaces/ros-rolling-kompass-interfaces-dbgsym_0.4.1-1noble.20260425.040136_amd64.deb Size: 6763440 SHA256: 8fe3787462531e424fccc0c068302eda5d44737afbae069fe0f8c4329a5db63a SHA1: dfc7577d14780c3added3a3671ceac760cc76c8f MD5sum: 1fe1636e547b33db5f5dd79a91c90468 Description: debug symbols for ros-rolling-kompass-interfaces Build-Ids: 066760368f181bdf9a47dce844595abce161c803 0d3f265920e98cb0c4d91e89b6f3736616d77d06 125e28dcd0ab07fbe32019d48f74edfd03375ea3 51edaca9d5f7659fde1130adc0ba6e4df869637e 688e6bf15755d4a9444cadd829eb26196f145304 716edbb4e29d05111f45316f00844973a46375bb 921f877e737346a5fc792282ec195cd4e17c1aaa c0d04334a055357448bafc9453c5937a197ce9d1 c3b573137a5c6abf9d6101e2d8c830a1c60ecda5 c41323125ce43dc55814632500da6940e5e2ced5 dbd4c7fdca0dae869e1ccc6689ffcd07616dc8ba Package: ros-rolling-lanelet2 Version: 1.2.1-6noble.20260425.052553 Architecture: amd64 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.052553_amd64.deb Size: 6056 SHA256: 52ead11e68b8d9964e69991782b3d9a534becefea8325e453e5fb09673410db9 SHA1: 7f4909e1444df109bbe9afc07e74b13341d35a9c MD5sum: 6f3758d33730a5b30ab9c4629efa14d3 Description: Meta-package for lanelet2 Package: ros-rolling-lanelet2-core Version: 1.2.1-6noble.20260423.235531 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 1770 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.20260423.235531_amd64.deb Size: 435540 SHA256: 5745bf187e53e217034a934bea40537e429e9a5b44bd6bfd48d343f705330b8d SHA1: 832f3cbdfd2d44f4d1f84e88d3a9b7c3693315c5 MD5sum: 5948a1995bd5bfb52f0a8ad2b39ead87 Description: Lanelet2 core module Package: ros-rolling-lanelet2-core-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-core Version: 1.2.1-6noble.20260423.235531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 12516 Depends: ros-rolling-lanelet2-core (= 1.2.1-6noble.20260423.235531) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-core/ros-rolling-lanelet2-core-dbgsym_1.2.1-6noble.20260423.235531_amd64.deb Size: 11909354 SHA256: 968e578a45aa5fef264705f645043437fdacb2d8f13e3375bc1eabc6bb42fab9 SHA1: c4a06d13ddb343df9109787a3843d01443a40057 MD5sum: ed4d6769b74c0d91e8918a10acdc7e32 Description: debug symbols for ros-rolling-lanelet2-core Build-Ids: f4c29e71b6f61c649374f0509f630ce04a0c826f Package: ros-rolling-lanelet2-examples Version: 1.2.1-6noble.20260425.044953 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 434 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.044953_amd64.deb Size: 100410 SHA256: 9f34cdadad8ea9b4a933a56c44ce17f53b0e4a117655a495b5ff295f514ec7f0 SHA1: 6f392104bfd6eb2088c4e830ce3a11a26815aa55 MD5sum: 9d6823a638b76e537e801a7000accdac 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.044953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 5328 Depends: ros-rolling-lanelet2-examples (= 1.2.1-6noble.20260425.044953) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-examples/ros-rolling-lanelet2-examples-dbgsym_1.2.1-6noble.20260425.044953_amd64.deb Size: 5235660 SHA256: 4586193bdfe7fd5b7a517ceffd4b46ac526e290b3899a8366b49650607cdfed5 SHA1: 3ee5f7dded2aa812721d5b7cb4919e9da1722075 MD5sum: fccf3f67b37ee27ac9a4fafb1748c88f Description: debug symbols for ros-rolling-lanelet2-examples Build-Ids: 2ab2eefc247c4ef4218f817d00798ee8b353c945 40cd5e39125f34e1b4518eb2120ba54db2345e27 4bd656efd9ec5ed527ea051366f0ff61e90e7db8 a7ce2cc5c272bd08fe69bc8e4a29685c37e49c14 ce4a687e85ff6404221683f6d70f240465779380 cfb8599005c72f83b4897f85f8e0848261299d2f d0b2da41b7e73f861bedb47bc1a4590a445d7f0c Package: ros-rolling-lanelet2-io Version: 1.2.1-6noble.20260424.003038 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 996 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.20260424.003038_amd64.deb Size: 241494 SHA256: 1bc3a3b78733c85f7ae6f083a1f41f18bef82775f71c5884a1b84d5037476cef SHA1: 7bb27e4d4d5807cff4036c83721336867131632a MD5sum: d6d6d5c949f4fa274ffdb0213881ba37 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.20260424.003038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 5263 Depends: ros-rolling-lanelet2-io (= 1.2.1-6noble.20260424.003038) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-io/ros-rolling-lanelet2-io-dbgsym_1.2.1-6noble.20260424.003038_amd64.deb Size: 4757904 SHA256: f470a93b5d345b73592b329116160e3eeba9ecf7314f3b121ef7579baeaf7e7b SHA1: ee6fe8e57c2bf2b8b76a35f31d72b6400c1b765e MD5sum: 6dfe50e56bdaba752edfb9f84880ddcb Description: debug symbols for ros-rolling-lanelet2-io Build-Ids: 29e6541f32a8b9884869b8f61151317926169f66 Package: ros-rolling-lanelet2-maps Version: 1.2.1-6noble.20260424.010756 Architecture: amd64 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.20260424.010756_amd64.deb Size: 68234 SHA256: 55793fadc740abacfc64f3599b15640cc5df5bd1f658488ca860949ff31173b2 SHA1: e7958ec6be8edb82117c196d2106b0f2cbaf9c38 MD5sum: 96ccae274242844f81aa87b790508d21 Description: Example maps in the lanelet2-format Package: ros-rolling-lanelet2-matching Version: 1.2.1-6noble.20260424.021128 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 265 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.20260424.021128_amd64.deb Size: 78280 SHA256: 1bda2d29984a6197cdd61ba2245a4adf57ee15ea9b03f9b8bd3993f828becad4 SHA1: c6a4a38b0a5e7433d1e9b8b311d160b4018454cc MD5sum: 74cf0cc8e97b7020b36c1eb202e76371 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.20260424.021128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 2255 Depends: ros-rolling-lanelet2-matching (= 1.2.1-6noble.20260424.021128) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-matching/ros-rolling-lanelet2-matching-dbgsym_1.2.1-6noble.20260424.021128_amd64.deb Size: 2224308 SHA256: a74067e7fd6cdf0c4a1751edd15b209483a7a238955ee2632488067d9de4a29c SHA1: 23b1c39439d343bd257b964b019d8a1c6c79fca9 MD5sum: cd6066f3945ea65f0d6b8a18d3812566 Description: debug symbols for ros-rolling-lanelet2-matching Build-Ids: f56d53a4ec5ac051cdfc6b02a14fa076c995e5a8 Package: ros-rolling-lanelet2-projection Version: 1.2.1-6noble.20260424.195704 Architecture: amd64 Maintainer: Jan-Hendrik Pauls Installed-Size: 112 Depends: libc6 (>= 2.4), 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.20260424.195704_amd64.deb Size: 19878 SHA256: c75da18c79b8cd15c67781b39fc2a228656cbdd9a1cbe42d5db54b4eb0665899 SHA1: 31ef8c26efdb4685826fa3fff1498fca7dc71361 MD5sum: 63846f4072a65804aca356d3a23fa642 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.20260424.195704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan-Hendrik Pauls Installed-Size: 166 Depends: ros-rolling-lanelet2-projection (= 1.2.1-6noble.20260424.195704) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-projection/ros-rolling-lanelet2-projection-dbgsym_1.2.1-6noble.20260424.195704_amd64.deb Size: 148942 SHA256: 97b01f124be9406e300fe46760dcc8238cd094560a43968f2a31c5cedf32208d SHA1: 7a4d90591c018a82d79c712d094ceae74300f69e MD5sum: 78587018360106dc06397826b0d9142f Description: debug symbols for ros-rolling-lanelet2-projection Build-Ids: 6d89614eeb752b4c81695d25d9001e1141df940a Package: ros-rolling-lanelet2-python Version: 1.2.1-6noble.20260424.200150 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 6409 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.20260424.200150_amd64.deb Size: 1126076 SHA256: 2c8badb35188fe0ac09bfa84caee3515e52d1eb4bef9602463874435430b4b11 SHA1: 173a980a83907b3e7bfa05565505aa8c0c7c7c0e MD5sum: 7f15df867f14a116d7f737133a0925c7 Description: Python bindings for lanelet2 Package: ros-rolling-lanelet2-python-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-python Version: 1.2.1-6noble.20260424.200150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 27721 Depends: ros-rolling-lanelet2-python (= 1.2.1-6noble.20260424.200150) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-python/ros-rolling-lanelet2-python-dbgsym_1.2.1-6noble.20260424.200150_amd64.deb Size: 23105332 SHA256: 17f751bb88795b823acf142f8449749f87147e8bf7840f0e376a3ac2753fa098 SHA1: f9b7382827539abc914b87a00aab4c68aa2951b5 MD5sum: eaa2c8bea4c7866c6133bdcc6d07a7bb Description: debug symbols for ros-rolling-lanelet2-python Build-Ids: 25ab1a4a700ee33c471a5559e3b2a03cbb0eebe3 2cda93fcdde019fff70306c191ffe0f6e1ae4191 30a71cfa2a775a8c134b558568e9baedfee8cd92 c3eca22e6d8126cdb3f90d5d2a24e393fcf63b6f d521f81ea734ca82bd74a758fa20e2bbc31d12f0 e37d42ea4f3e0f776576d956aba03b7a36786535 f705043c944ae16dbb90355942acd808098f3277 Package: ros-rolling-lanelet2-routing Version: 1.2.1-6noble.20260424.195715 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 813 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.4), 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.20260424.195715_amd64.deb Size: 261948 SHA256: 62b18756b479590619709d4b8f7c66dfe9d042b0342a2144f9337bf62da7c0d8 SHA1: 4bf466aabf8b39717c2eb8ffa14e144dae882031 MD5sum: b88623cd3569ef1b621f1c2f933c93c9 Description: Routing module for lanelet2 Package: ros-rolling-lanelet2-routing-dbgsym Package-Type: ddeb Source: ros-rolling-lanelet2-routing Version: 1.2.1-6noble.20260424.195715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 6178 Depends: ros-rolling-lanelet2-routing (= 1.2.1-6noble.20260424.195715) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-routing/ros-rolling-lanelet2-routing-dbgsym_1.2.1-6noble.20260424.195715_amd64.deb Size: 6030284 SHA256: c71129f7f7cffccd5ed3894740a6ed266582c1abcbd71a00bfdf5c3a9e78f4d6 SHA1: 4755d59d4f3b785868430001541400547eb983bb MD5sum: 748480f48e2772849380faa56d6ff1de Description: debug symbols for ros-rolling-lanelet2-routing Build-Ids: 061009dc6d5b91b9ac71948d0544fbd2d05bee4b Package: ros-rolling-lanelet2-traffic-rules Version: 1.2.1-6noble.20260424.002728 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 211 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.20260424.002728_amd64.deb Size: 56802 SHA256: 6a1dd7474e31b3f59dea010e0523f3cc216d1bcda520d147e3c383c251a0b554 SHA1: 4c498e9621850f5ae6f9444330197cb209e8d243 MD5sum: ecac4a1415c26d43df5c85037c845c49 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.20260424.002728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 1337 Depends: ros-rolling-lanelet2-traffic-rules (= 1.2.1-6noble.20260424.002728) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-traffic-rules/ros-rolling-lanelet2-traffic-rules-dbgsym_1.2.1-6noble.20260424.002728_amd64.deb Size: 1307456 SHA256: ea6ed6df39c5de6d5acd5d56a00ee2581d5b70e2156ca4a5ec12f9a8e283751d SHA1: 5f8614bf6062337b184040d7068b7c3a5a475ef3 MD5sum: d6aec6865f4282d6f4dea026553e37a8 Description: debug symbols for ros-rolling-lanelet2-traffic-rules Build-Ids: 8ae5752283f2b7097e020aee0b10a3b5689da4d7 Package: ros-rolling-lanelet2-validation Version: 1.2.1-6noble.20260424.200149 Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 460 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.20260424.200149_amd64.deb Size: 132086 SHA256: f7fc1e50cf36205dabb8abc8ee2d39192549566fec43374b61207ace5f0be3f4 SHA1: 667a560b1bf01308dfcaf87989bff2859806bb31 MD5sum: ff2ca1ec4c3f5057274f51d34f53b588 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.20260424.200149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabian Immel Installed-Size: 3773 Depends: ros-rolling-lanelet2-validation (= 1.2.1-6noble.20260424.200149) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lanelet2-validation/ros-rolling-lanelet2-validation-dbgsym_1.2.1-6noble.20260424.200149_amd64.deb Size: 3676786 SHA256: 80e9b5c73268f7da5c297cfde5c4b688cdfcda7e33744a4572422e8624f62e6d SHA1: 64d8c05d09257d9dd235488cbcc4bf7c5d0bcca9 MD5sum: cb46a0a2f9a7596f3fc5c3c636db33d4 Description: debug symbols for ros-rolling-lanelet2-validation Build-Ids: 5093ecb43a490c0dc267acee0099235e3e96315c c9c5526f6a72b27c3516dd63f099bcb10803f2ff Package: ros-rolling-laser-filters Version: 2.3.2-1noble.20260425.050221 Architecture: amd64 Maintainer: Jon Binney Installed-Size: 2762 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.050221_amd64.deb Size: 542114 SHA256: df2c00e47aed69f2d650cf4c31e2658490c56d8a67ee1c509928358e6f7245ac SHA1: da77584f7bcc999c983e419848fc6edbe239b33d MD5sum: 4bb044e7b573cfee96444e5789af3dd6 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.050221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jon Binney Installed-Size: 12321 Depends: ros-rolling-laser-filters (= 2.3.2-1noble.20260425.050221) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-filters/ros-rolling-laser-filters-dbgsym_2.3.2-1noble.20260425.050221_amd64.deb Size: 10851648 SHA256: e3ac6d5dd4a1ccc46b2df434bc491d53ae6165e12df477a7ce845a08f6a31cb6 SHA1: e051ac3cea832a9f26b552c3706035f7efa71bcc MD5sum: b5cbe2d7def8681c6c9b9ec1db781284 Description: debug symbols for ros-rolling-laser-filters Build-Ids: 21460f22f0e62cef428d184c1ff83fe4aa569a86 324950cbf70990e4ec77fba6efaaeae51d80b112 4e55a19113faf09458f72e6d1163b888297f40dc 6a8f246c1217881c1a8ae4df0517dc0800051629 d34be12adb29b2e554e01ecf60caa867c888e124 Package: ros-rolling-laser-geometry Version: 2.11.3-4noble.20260425.043508 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 139 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, python3-numpy, ros-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.043508_amd64.deb Size: 29772 SHA256: 282cbb1795c54191a935a73ecdf10900cd8d4802e36e4469c9ab0738bfecbbae SHA1: be1ad9cd736115b8563004caeb7152b90a3e3365 MD5sum: 4fc1a9e96fde26249b731691153cb4ef 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.043508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 212 Depends: ros-rolling-laser-geometry (= 2.11.3-4noble.20260425.043508) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-geometry/ros-rolling-laser-geometry-dbgsym_2.11.3-4noble.20260425.043508_amd64.deb Size: 197444 SHA256: 1590d90a8491a8171dc2cc8a91a12afddab632f14473f7cfbd471958d417d5ed SHA1: 4e9ff54301c26349f6b0ed60953f8a55c927552f MD5sum: d8947480905bb40f7d2242df7e96de90 Description: debug symbols for ros-rolling-laser-geometry Build-Ids: f77872507432f6d082c587936c18e114cb5f2e10 Package: ros-rolling-laser-proc Version: 1.0.3-1noble.20260425.043531 Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 696 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.043531_amd64.deb Size: 150874 SHA256: 453ac933b6fffea95fc06a2d8aff5641bb77cfcba5fddbcfdde435d4fe5f0332 SHA1: 7c655c6f8aa06da09470d5e8c275d6202c58161c MD5sum: 1f88c13b6a827f2642b52a947e5da824 Description: laser_proc Package: ros-rolling-laser-proc-dbgsym Package-Type: ddeb Source: ros-rolling-laser-proc Version: 1.0.3-1noble.20260425.043531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 3326 Depends: ros-rolling-laser-proc (= 1.0.3-1noble.20260425.043531) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-proc/ros-rolling-laser-proc-dbgsym_1.0.3-1noble.20260425.043531_amd64.deb Size: 2922796 SHA256: 032bd78b1c910498f1d96109555ec220d112c3c62be40dd7b2d08114ad709ac7 SHA1: 941276fb8d7cbfb8148bde78a401871b19f6a814 MD5sum: e58219c33021a0ee94c62bcd60adc5eb Description: debug symbols for ros-rolling-laser-proc Build-Ids: 6dd794f1e326f19b07c4bf6fffecc1fb398bfb42 c9bc71122025d8f68ca3f0d30bab386d383c2511 ffee88b2dea694c67237a763c2e17f97b5d094d7 Package: ros-rolling-laser-segmentation Version: 3.0.2-1noble.20260425.044919 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 772 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.044919_amd64.deb Size: 170490 SHA256: 674618bea7ba0cc96cb93b322c12e32a40ef26b311f334a9f8414a36bf01e2ac SHA1: cd398a5db66cb8bc71693c5e64e7b5bce550d378 MD5sum: b55de60ea520a4db09cc689fcc1c16fc 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.044919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 3497 Depends: ros-rolling-laser-segmentation (= 3.0.2-1noble.20260425.044919) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-segmentation/ros-rolling-laser-segmentation-dbgsym_3.0.2-1noble.20260425.044919_amd64.deb Size: 3094738 SHA256: 301d127e6e364a107de7859767ec51b6f4fa385f44a4bd588c05d93f99f052d4 SHA1: 212e699d5639616316d33d83e14a05fc76d78a9b MD5sum: 2fa5928a4f537b0430a586c185a7acce Description: debug symbols for ros-rolling-laser-segmentation Build-Ids: 057f5767a4e670989ab5487f8cb2934888a47d8b 0b45bace27467b8740ea1f18539ab6f0dc7397ab Package: ros-rolling-launch Version: 3.9.7-1noble.20260423.211502 Architecture: amd64 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.211502_amd64.deb Size: 227038 SHA256: d73203bbb7568fbfd2e317111c2d8aa2876298e3c2175e2106b81c55d995ba45 SHA1: c9302d3e950fbf40d8312bd72a82f1170c4d59dc MD5sum: 564806e729b0ff0c25c7a130a1944fbd Description: The ROS launch tool. Package: ros-rolling-launch-frontend-py Version: 0.1.0-2noble.20260424.195858 Architecture: amd64 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.20260424.195858_amd64.deb Size: 9364 SHA256: fedc9294a3441ab2375965f07943af2d4fcd24949f82c0da167f390b8ebff11b SHA1: b31a82454092575133f112e0942abb595ed256f2 MD5sum: 4f92f8c1e607ff08eef91bae8caf6261 Description: Python frontend for writing ROS 2 launch files Package: ros-rolling-launch-pal Version: 0.20.3-1noble.20260425.044136 Architecture: amd64 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.20260425.044136_amd64.deb Size: 54808 SHA256: 729b235209d1f4a0a1ddbdc2a1702249357d480417495b745858710ac14df181 SHA1: 2dddd936ac9a5ae054b75979843f5b9e894848e9 MD5sum: a0d7dfd3304991dd9d27ad6cd0ac5bd8 Description: Utilities for launch files Package: ros-rolling-launch-param-builder Version: 0.1.1-3noble.20260425.043808 Architecture: amd64 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.043808_amd64.deb Size: 9004 SHA256: e90b823c93c431236cb0cbecdc1f58d2ab4f55f4758e54527bf567704c2fc7ec SHA1: babade024c2a8718c2f2feadfa02bcd9ae8167d6 MD5sum: 2845e5abade7684a09111097e1d0becc Description: Python library for loading parameters in launch files Package: ros-rolling-launch-pytest Version: 3.9.7-1noble.20260424.200250 Architecture: amd64 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.20260424.200250_amd64.deb Size: 28260 SHA256: a48a596fc1fb2286c140f77b2dd0f3b7c07d74dcf973970c299c08abc94fe9a5 SHA1: 3ff1b698285a77c61b3a202997fa6941f14cac71 MD5sum: bd570898f80ff0ad56d8809ba48e2846 Description: A package to create tests which involve launch files and multiple processes. Package: ros-rolling-launch-ros Version: 0.29.7-1noble.20260425.043824 Architecture: amd64 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.043824_amd64.deb Size: 95294 SHA256: 2b710bd64aed2bdacd0f10602da19aafcaabb73586115ccea5bfb292a6908f2c SHA1: e21500f0b3136cf03c716f07d520fe0db3a7ae94 MD5sum: 1c1a1619b4c3cefebf0c6a3bf27b014f Description: ROS specific extensions to the launch tool. Package: ros-rolling-launch-system-modes Version: 0.9.0-5noble.20260425.042512 Architecture: amd64 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.042512_amd64.deb Size: 18372 SHA256: b0bfd20ed3381082ee6f2fc41b1f8f30f10f0d0a88cfbf091a878e0835a94b9b SHA1: d4b85ba0848139e94c0aaeee28159d55bf9cf32b MD5sum: 4471021e1a173dd875c04d9ad09b4964 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.20260424.200219 Architecture: amd64 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.20260424.200219_amd64.deb Size: 88058 SHA256: 5b26795bed567e1fb7eb9728df920901f53b83497df7c1a7b372dfcfa866f032 SHA1: 628b9dba1b310f23df33fea7967f8df287fbadea MD5sum: 5efb1869d96588a051da79475f87730d 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.20260424.200252 Architecture: amd64 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.20260424.200252_amd64.deb Size: 9590 SHA256: b289d94c4520d0f0b2b1a05d0f13aeb5e48e13926dbc37d527ed63948bdb2ea1 SHA1: 5729d604d52ca91d7cc69c45e47782d49622986e MD5sum: c456b7be14eb5ae692b2137cac4d4a80 Description: A package providing cmake functions for running launch tests from the build. Package: ros-rolling-launch-testing-examples Version: 0.21.5-1noble.20260425.054327 Architecture: amd64 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.20260425.054327_amd64.deb Size: 14480 SHA256: 54247ec2d3a9801646c5a0db3edbe399a0cc98478454d8d0932a377cbeeb6f6e SHA1: ec1a8851e835640019f693e3278d021f3dd9ae1a MD5sum: 4727ad6159d4c18475a9b8af8bc5df43 Description: Examples of simple launch tests Package: ros-rolling-launch-testing-ros Version: 0.29.7-1noble.20260425.043929 Architecture: amd64 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.043929_amd64.deb Size: 24120 SHA256: 641a1accf955ed7c3614c73dad70aff39302fdcf9d46e3184d99248b169a7f5e SHA1: f106aaaf1dd70893f82336a73f7b2509b41e75f1 MD5sum: 996d3116b92b6dbb63653df08f746d48 Description: A package providing utilities for writing ROS2 enabled launch tests. Package: ros-rolling-launch-xml Version: 3.9.7-1noble.20260424.200000 Architecture: amd64 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.20260424.200000_amd64.deb Size: 12176 SHA256: 6bb0f285abade9d7a2aaa85cb4fd9c17428a4fc5bf7889f8e49321a61b408ce6 SHA1: 8958883a4dfdefeafbcfa0e1a537ead474cac69c MD5sum: ad71669131cf73ecf69df13b1cc12b44 Description: XML frontend for the launch package. Package: ros-rolling-launch-yaml Version: 3.9.7-1noble.20260424.195717 Architecture: amd64 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.20260424.195717_amd64.deb Size: 12498 SHA256: 2d75f39bc92069c2328fbaf2e1bc6d0bc480430c18548c6fddf25c21b354660e SHA1: ea22965e521ca8a6695e708560257a2df79376a1 MD5sum: b5e6783b7e04a73b735768e2fef35fb3 Description: YAML frontend for the launch package. Package: ros-rolling-ld08-driver Version: 1.1.4-1noble.20260425.043654 Architecture: amd64 Maintainer: Pyo Installed-Size: 214 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.043654_amd64.deb Size: 63718 SHA256: ee4672605904074ff4525b859cce471293610d31c632f635717f99818f88989c SHA1: 3671abe54a09af0ebe7372e0ccb5e94a0047b0c6 MD5sum: e0e2f2aae8b2e3cc26938e80d65c2b79 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.043654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1052 Depends: ros-rolling-ld08-driver (= 1.1.4-1noble.20260425.043654) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ld08-driver/ros-rolling-ld08-driver-dbgsym_1.1.4-1noble.20260425.043654_amd64.deb Size: 994964 SHA256: e2c0fde0eb7066cfb303fb5d7702beb23631e86cbf0d653e9d0a18dc5a7f6746 SHA1: add3245afb4f82a0f836c856262e13154e5db035 MD5sum: ac34245c75dda50df010688d90ff2090 Description: debug symbols for ros-rolling-ld08-driver Build-Ids: c2372c893ef8ee8f8dff43202830d278d5bf0b58 Package: ros-rolling-lely-core-libraries Version: 0.3.2-1noble.20260423.214255 Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 3774 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.20260423.214255_amd64.deb Size: 679792 SHA256: 4582f7060be4ad8dd09e1b7126ed31a30972aac7bfd62599b9bb8a6e624c918f SHA1: 06e910392c03e6e47a839b141336bdf923ae9a64 MD5sum: 996867ce8a5978f2823b7348ab047b65 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.20260423.214255 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Hellmann Santos Installed-Size: 3328 Depends: ros-rolling-lely-core-libraries (= 0.3.2-1noble.20260423.214255) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lely-core-libraries/ros-rolling-lely-core-libraries-dbgsym_0.3.2-1noble.20260423.214255_amd64.deb Size: 2660766 SHA256: 6fa8330499711b2a979507ae3778f38d1462ace233a39331ed1704366872fddf SHA1: ac1e6416e79a98a505ea10a876f96e264b969b6c MD5sum: a80d480650c6f501809c10d82b0536cc Description: debug symbols for ros-rolling-lely-core-libraries Build-Ids: 184abfee46468cccbdeee61d1586e2492ef218a0 1c0e09a3c456149c788a633c085c0e33cfb1c765 1c290c206c43d8bd20b5e79933061d385ed9bf88 1cd5f1be334dda486ebbc4ca5aa16f22ddf49eba 5601d51a4fe6656700a1498249590d09b79c9dc5 6c0c6527d4f523d3567fd912e64cc6f6ec83ee88 a03ed2bc8841af7c8e98b89c5515857d0ba315db dff07e3998c7145b3cfa35d8bd903ee438082b8b fe3cfb8afcfb04b2c9b688d2d10e85015a2b36e2 Package: ros-rolling-leo Version: 3.2.0-1noble.20260425.052647 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 44 Depends: ros-rolling-leo-description, ros-rolling-leo-msgs, ros-rolling-leo-teleop, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/leo Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo/ros-rolling-leo_3.2.0-1noble.20260425.052647_amd64.deb Size: 5610 SHA256: ad91556ba063df526fb8c6a0d5d81901a22403c70f50ffadabfcfacf14e81bef SHA1: 43f355f5953a2caab95cdcbc4937ab1f7a1cb811 MD5sum: 5f65f1f6c91d8ade4d3b393a7b7cc96c Description: Metapackage of software for Leo Rover common to the robot and ROS desktop Package: ros-rolling-leo-bringup Version: 2.5.0-1noble.20260425.062842 Architecture: amd64 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.20260425.062842_amd64.deb Size: 18856 SHA256: 2bc1a0f3ed166e48634c93d9d1c9e86704aff004bdd02ac43f904b0fd7c2b6ef SHA1: 624ba91575d51db7b84d02aeea49120d49cb4928 MD5sum: 9c8b4ac56b69ee35406f84376f6372c7 Description: Scripts and launch files for starting basic Leo Rover functionalities. Package: ros-rolling-leo-description Version: 3.2.0-1noble.20260425.052555 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 33016 Depends: ros-rolling-robot-state-publisher, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/leo_description Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-description/ros-rolling-leo-description_3.2.0-1noble.20260425.052555_amd64.deb Size: 5802216 SHA256: 6eb364ed7b9938dfee46875cfccece5867c12793531b60f26c48f06a9c1793bc SHA1: 6a149ea1239207e5c652cb84775a6f534350f5b5 MD5sum: d98cbd1ab4dfc30e2f4ac1b04a4da645 Description: URDF Description package for Leo Rover Package: ros-rolling-leo-desktop Version: 3.0.0-2noble.20260428.034515 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 44 Depends: ros-rolling-leo, ros-rolling-leo-viz, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/leo_desktop Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-desktop/ros-rolling-leo-desktop_3.0.0-2noble.20260428.034515_amd64.deb Size: 5536 SHA256: a8caeb8c71e66397b056f93485aaa541aa2f6bf7a49ae480049d237246f9361b SHA1: 3a5c4ee1e9917ee262d872ed34cecee214a44a63 MD5sum: 7d144027693ed0e374f21c69f2b1bb94 Description: Metapackage of software for operating Leo Rover from ROS desktop Package: ros-rolling-leo-filters Version: 2.5.0-1noble.20260425.050948 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1166 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.050948_amd64.deb Size: 241268 SHA256: 5f5c3dbb421938e99e87943c609b793eef210d3251d0d29b368df183014a8fb4 SHA1: 3d270562cab74d3994fce63ad426c5d99b2972ad MD5sum: a77a2121813a6b6723e75b84d2e5089c 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.050948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 5886 Depends: ros-rolling-leo-filters (= 2.5.0-1noble.20260425.050948) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-filters/ros-rolling-leo-filters-dbgsym_2.5.0-1noble.20260425.050948_amd64.deb Size: 5156968 SHA256: 322e510ff06ab9a607693e417f6afb305d82634f3f3d537544a3b9ea902525f2 SHA1: 1ffcf367a8b3ff6df218a7bf094b4f20476b2445 MD5sum: c0e52fa690ed3ee91612bbdc02233191 Description: debug symbols for ros-rolling-leo-filters Build-Ids: 2375c455ed95d6c583baeb8abd7bbdbebd443bb8 580ab59230a5262aab460a1b17aacbe268470d9c f91e62e8a3a220ee4b541814f0a13222847bd291 Package: ros-rolling-leo-fw Version: 2.5.0-1noble.20260425.043918 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1753 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.043918_amd64.deb Size: 392868 SHA256: 16c0c4b998e8ddcf72e4f237bfe8d676d916f4983bcfa9f7aa03813010508f8e SHA1: 25f884c7760950f31b8d3224e24860bc8b01a164 MD5sum: 98e84c1722396d8648cb44fdde5584cf 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.043918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 5873 Depends: ros-rolling-leo-fw (= 2.5.0-1noble.20260425.043918) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-fw/ros-rolling-leo-fw-dbgsym_2.5.0-1noble.20260425.043918_amd64.deb Size: 4773588 SHA256: dff207e4404604907efa756fc09edda3ad0553003f4b71149a933fc17fc647de SHA1: 5650ee4ddb2f14190ec52fc2eb2a3a9709c07849 MD5sum: 67b91ec259d02dd2b7f974cbda44b7f0 Description: debug symbols for ros-rolling-leo-fw Build-Ids: 256650d59b79d24864456754aa621566ae199938 47ac45c8d2ff5924c2575d0e84ec48b7d348a331 Package: ros-rolling-leo-gz-bringup Version: 2.0.2-1noble.20260425.052735 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 55 Depends: ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-leo-description, ros-rolling-leo-gz-plugins, ros-rolling-leo-gz-worlds, ros-rolling-robot-state-publisher, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-image, ros-rolling-ros-gz-sim, ros-rolling-xacro, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-gz-bringup/ros-rolling-leo-gz-bringup_2.0.2-1noble.20260425.052735_amd64.deb Size: 8376 SHA256: 4108a0f9a215f51777c9b403a024a7a145fa057182f9d58596c209716aadbe1c SHA1: f2348d4083340453b8e33cda49ab2f6ea342b70c MD5sum: feb63b03a7b6daa9bdc0f65465c38849 Description: Bringup package for Leo Rover Gazebo simulation in ROS 2 Package: ros-rolling-leo-gz-plugins Version: 2.0.2-1noble.20260424.213618 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 824 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.20260424.213618_amd64.deb Size: 142400 SHA256: 4c162da7ee1ff2fed1d9423cc41a57f19469363ba354f319019c10eb7881f49f SHA1: 9452f395cab19a6259e1651d156a60b7d7f61839 MD5sum: bed4a5a82c9a129c6c78f307f4aaa6ec 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.20260424.213618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 3855 Depends: ros-rolling-leo-gz-plugins (= 2.0.2-1noble.20260424.213618) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-gz-plugins/ros-rolling-leo-gz-plugins-dbgsym_2.0.2-1noble.20260424.213618_amd64.deb Size: 3052294 SHA256: e35ca2da52b452bf1de2856785570f0e47b44ba698903db4e0c3caffac477963 SHA1: 3c066e55cd781eb0914a668597523e754d802353 MD5sum: 5e2c06cb77f57c8be1ad05978781388a Description: debug symbols for ros-rolling-leo-gz-plugins Build-Ids: caac82c5f78839cc73bc3faed54800cd9806cc31 Package: ros-rolling-leo-gz-worlds Version: 2.0.2-1noble.20260423.214315 Architecture: amd64 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.20260423.214315_amd64.deb Size: 143439720 SHA256: dd430d89e874cc42c0bafcb5bc1af1ad5dcb903b6f08c3f12d57e852f86f32a2 SHA1: 2cd7d39f091448477f517b7804275344ef7a773c MD5sum: ad32cfd2d832ad9e884f3cb939a3527e Description: Gazebo worlds for Leo Rover simulation in ROS 2 Package: ros-rolling-leo-msgs Version: 3.2.0-1noble.20260425.034351 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1061 Depends: libc6 (>= 2.4), 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.034351_amd64.deb Size: 85624 SHA256: a86ac237a137bdf17b9306b3b67e4a49cbeb34854d6251762988b31ff3f854b3 SHA1: d8187e0e1f8c67ad5bf8aae0efa179401af7f114 MD5sum: 18b229707eb2d3be5e84aefddcdbd78f 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.034351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 696 Depends: ros-rolling-leo-msgs (= 3.2.0-1noble.20260425.034351) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-msgs/ros-rolling-leo-msgs-dbgsym_3.2.0-1noble.20260425.034351_amd64.deb Size: 542882 SHA256: 141e51392b71006be468e86b7b5794bb8ace4039c334f0a3b8c7afa743e4aaef SHA1: 4f35055b8d72ff6e6ff3a78fee60cde1e71d5afb MD5sum: f6247f509e7c61f1769940cf339192a2 Description: debug symbols for ros-rolling-leo-msgs Build-Ids: 031cbd7dc89d96117cbfe9428d6ca0d94d5dbe82 0f2b48a6672b16a7b788a47a55a4588f40ce1caa 118d7bf769338527a8592d17c0211405d31d8a4e 29930f8e2fcf3f6735de7d95c9c0c4cec3cf19c4 3fe41bc90e4637fe3c7b36f55c9b06cf191c90f4 773b442c9cdf1f852f6d3ee7488dc529d8ee7e3e 813dc17192007f8c9ac43f799a409f6f677d5efd 94eae79cb27f15eaea728c8e6c4aab4679309351 b62305d95c5c63cb6556418946d8d09f1a436f95 daf58f0e1f976a7bb41c5716f4ae779ba8c17430 ff9fb12172373073d42af5a687e6aca3de2b87f3 Package: ros-rolling-leo-robot Version: 2.5.0-1noble.20260425.062925 Architecture: amd64 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.20260425.062925_amd64.deb Size: 5744 SHA256: 2ef6fb46992a0f1a41fe9d915e7b3566e24d9a89e4f8b3c78f21d8b1b9e3fdb2 SHA1: e55b772207b7ee729dfec1dcb15042d19535131d MD5sum: a60bf942c3d74171a7f6f3a732824af8 Description: Metapackage of software to install on Leo Rover. Package: ros-rolling-leo-simulator Version: 2.0.2-1noble.20260425.052809 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 44 Depends: ros-rolling-leo-gz-bringup, ros-rolling-leo-gz-plugins, ros-rolling-leo-gz-worlds, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-simulator/ros-rolling-leo-simulator_2.0.2-1noble.20260425.052809_amd64.deb Size: 5668 SHA256: d534c2c30ae7ba829111673ccbd1b8052a376134b4974c460ed896cc4a49d39f SHA1: 65e132bc770f8607accbec03b019acf64dbdbb8b MD5sum: f0f991a96f5bf081ff9cca0ff5729fe1 Description: Metapackage for Leo Rover Gazebo simulation in ROS2 Package: ros-rolling-leo-teleop Version: 3.2.0-1noble.20260425.044236 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 50 Depends: ros-rolling-joy-linux, ros-rolling-teleop-twist-joy, ros-rolling-teleop-twist-keyboard, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/leo_teleop Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-teleop/ros-rolling-leo-teleop_3.2.0-1noble.20260425.044236_amd64.deb Size: 6602 SHA256: 0ec6e2f1c67332ad6693d317271e9d5ac86626b9ead43147aadb5f54a648dcd5 SHA1: 07862a2a7bc2e91be121e016a49e2be391d4e57c MD5sum: ea529124b9568129acea5fc6b633e846 Description: Scripts and launch files for Leo Rover teleoperation Package: ros-rolling-leo-viz Version: 3.0.0-2noble.20260428.034439 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 57 Depends: ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-leo-description, ros-rolling-rviz2, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/leo_viz Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-viz/ros-rolling-leo-viz_3.0.0-2noble.20260428.034439_amd64.deb Size: 7980 SHA256: bec1988bfedd35b7f237ea3615b2ab1538ec4d24e874e490f23e27bd953c84b8 SHA1: ee842b67828a575c6c69540c87d33a6da14fe920 MD5sum: bb4cc809587f35717b85f19e39553991 Description: Visualization launch files and RViz configurations for Leo Rover Package: ros-rolling-lgsvl-msgs Version: 0.0.4-4noble.20260425.040602 Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2746 Depends: libc6 (>= 2.14), 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.040602_amd64.deb Size: 193068 SHA256: a9f92b46cd8376bc5e7e3c45e84258464a4cb84c2a96468dd76b441563c230cb SHA1: d3e7c51a1c939e9d078324e80b85c383e5dbe64e MD5sum: db2504e2de03b287381dd0c74def2180 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.040602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2021 Depends: ros-rolling-lgsvl-msgs (= 0.0.4-4noble.20260425.040602) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lgsvl-msgs/ros-rolling-lgsvl-msgs-dbgsym_0.0.4-4noble.20260425.040602_amd64.deb Size: 1670480 SHA256: 59da43bb0d84d7ce38036028cbaba53da76b6807d1be735117cc008f6716ccd3 SHA1: 84dbe41ff9422846c3c7399fb07d5885290a47ba MD5sum: 57e5ea3a81f3ff5c4dda7585c9a149fe Description: debug symbols for ros-rolling-lgsvl-msgs Build-Ids: 1b5622cf21d84359366ca9427a53445ee48ed02b 1ca1f59ff14f68f7934015fc66476c6795ee03e7 35ec6ba39209bc9e2975f5d8fafe58a4cc0035d8 66e3c8642c62d8b7ae1ada8c6a4074e74ea0fb16 6d2ad4d588ea32f4e126bff7c4b5b00f95504819 7d5c4211abb406432e48bce52654bcba39f69516 87d8dcd5248f44d252cb0a24ed641459b38192ec cc023406b318c644995e09cd95c66c21cd609c42 de66f94a4705ae20236c41eeb754ef0b6de23202 ea72dafc267f783cad7bd1acd8f27f1040869d79 efcf6b2dd7b67c9e23ff9aa117ae12caca6f925b Package: ros-rolling-libcaer-vendor Version: 2.0.0-1noble.20260423.230157 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1158 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.20260423.230157_amd64.deb Size: 162784 SHA256: 764b48b40cbd2b68227b06464698f80eb45b0c6ef2f0c084ee6addcd1ebd9f31 SHA1: 71b0d7129502cd55dde6567e170e26fc8aac6b2d MD5sum: 99233acf5ca5f043bdcd61b189dd389e Description: Wrapper around libcaer library Package: ros-rolling-libcaer-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-libcaer-vendor Version: 2.0.0-1noble.20260423.230157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 54 Depends: ros-rolling-libcaer-vendor (= 2.0.0-1noble.20260423.230157) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcaer-vendor/ros-rolling-libcaer-vendor-dbgsym_2.0.0-1noble.20260423.230157_amd64.deb Size: 11104 SHA256: 88577cb3cf487c386b04855e353627154f1c874b4134f654c4cf39ff37a4cff1 SHA1: 006f41aaa47159ddfaa45db7617e3ddab4a6fd03 MD5sum: c3c21f4b4b5830656f425b33c28d88c3 Description: debug symbols for ros-rolling-libcaer-vendor Build-Ids: 9419c57b9aa48dafa9f5e8b9987530faa409132a Package: ros-rolling-libcamera Version: 0.7.0-1noble.20260423.224657 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 3231 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), 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.224657_amd64.deb Size: 914232 SHA256: 49f544fda9bd2962bc25069a8d15688138a7d1475afd91448088d366aaec1b7a SHA1: 8446be2345b1e3de29b500e94e0324d81b28a518 MD5sum: 4a88b98c6b7f41ffbf6cf3c82e8f9d5c 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.224657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 22758 Depends: ros-rolling-libcamera (= 0.7.0-1noble.20260423.224657) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcamera/ros-rolling-libcamera-dbgsym_0.7.0-1noble.20260423.224657_amd64.deb Size: 21485340 SHA256: ef0c47375210718d4d09c09f776a04ccd79528170b7c4789251b02ae8c98a8e5 SHA1: a95631348cebd725ca96b1fe48fda2cc356d5202 MD5sum: 51e947c496b33682bfb826cc0796caaa Description: debug symbols for ros-rolling-libcamera Build-Ids: 60c1c5de580080d88a88e5b3a617a4d5ec887501 71d6ff6e9781d2d59198bbf9a0ae81e0ed4247a0 74ec8d1bcbbce3af05760613f170f36bef88abda aa621bcc83d09e77dce25e8c484c4d4be7c68481 b335eb7474f468a78faeea42c913956536bb8e46 b5ec4b45480d0a3dfe3ece05b5694fdedc8cbcaa b8503b8fe7d16437713541c3d00553ab347c7686 cab85ccd2457896462305fb1da351dab626e769d Package: ros-rolling-libg2o Version: 2020.5.29-5noble.20260424.195944 Architecture: amd64 Maintainer: Christoph Rösmann Installed-Size: 5995 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.20260424.195944_amd64.deb Size: 1152908 SHA256: 212c8ba152956960d7899bdf0f1147b15796614e5dbaee705ae4264d5d70d97e SHA1: 43bc54d71e1b11c964c699d2e17663a7e09c3a7a MD5sum: 53f1c66bb2523f028c9f9613c4077122 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.20260424.195944 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Rösmann Installed-Size: 159441 Depends: ros-rolling-libg2o (= 2020.5.29-5noble.20260424.195944) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libg2o/ros-rolling-libg2o-dbgsym_2020.5.29-5noble.20260424.195944_amd64.deb Size: 159731896 SHA256: 0b0ebd242f9c3b169cb54a5ffe6cb1d4a47f9c312b2370dfd5674c057c5e5f28 SHA1: 54bd9880d6516694e8f733908de76a4267b48b16 MD5sum: d0f6967fcf6c03b97e512c47d0d7f8f0 Description: debug symbols for ros-rolling-libg2o Build-Ids: 024aa26fd6f1a6ef2d088010c6d4395263226650 09f257beb10dc188ef81a08a864f816c03b0c4af 0c3e72769cbaa15a6e93f7ac5d002646cfcdda57 0d02cbcf88719d2b64b77256b8029bea3d5638bc 0d17df592aa10571c658dc276be949c2f927ad10 183f90c0192d2c68880320ee0a3c8db9a42a5612 198a4fbae35e395f7e586bd7db74bd4c340d8e40 1dea2ed34509beda002d97370580a38a3ea8309f 1e2a33412122d995893ddbd8b818349217fa9646 2b8eb7ee31f76c18a91ac2ad7542ccd91c490006 3b2a6deacf97c0bbf2bb7641c0b404c28e573e92 41762b80bb10fef7921817786edfe155f1cb7ae4 443c6964ddc2f0d1f2db1aeabe6db90c21878421 4a2cc169a9f4db6560c1f7d4da7d2b1559002036 5225c1b1c9f7feaf7553447e8c62aaeb8445a0b1 553a2362a2d96504ae77ee79320521fdf7c8cef3 6c9c5e3d0b47c64d8c4d844d43aaa85be3c3ca8c 7227436f6b127d19f8836bcbd47909c27ecce546 755daf879ff1314106906fd0a5c72dc08efb3531 8041ec0c6b35ed34534209b2657e6b4a3f179b82 8ad28a9da9a8854e0a890153f9179d41d56bd2e4 8b0a5f0bfe61bd1ea6a72fb972102be1a3ca9df1 8f01b34ef513c6795a530ed62ad5aa60c03be93f 9b5ea46dc43f21458af51fbe503f3145476d7bbf a5e509d7d853d2ba2bb6720e4a5dd8edd6e95b9a ab1f1da346e937f76bcecd726007b1fa6a992466 c9a8cca03f23f964b47d9c3799f2b7cca636d3fd d17bf4ce82bbfb6ce5d1d5d9df7ea0b5ca2887ad e018c17d114095a019a98403217ceb2cdec8771d ea1f2d98796b0954bddcf6c36ec97fe70cc99bec f06093cbd1e5cb97f070e375565ea39a89e2b437 fe1d42b7a064ac77ad857ba5571ac77a6d0e6d5b fe992fb6c9b0f536f8d1f9a54524423c44039bf9 Package: ros-rolling-libmavconn Version: 2.14.0-1noble.20260423.215730 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 443 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.20260423.215730_amd64.deb Size: 112624 SHA256: 3d574743fc8977eb288653790af6f7baa901a18ee8c79bb1ce203b3af8f785ea SHA1: d09bf131ee87f763a15bdac8c33e4592e6e83dfe MD5sum: fcca4c79165f0256084b8ec69f77286e 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.20260423.215730 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 1909 Depends: ros-rolling-libmavconn (= 2.14.0-1noble.20260423.215730) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libmavconn/ros-rolling-libmavconn-dbgsym_2.14.0-1noble.20260423.215730_amd64.deb Size: 1777414 SHA256: 7585ff5df75255340957c1945a859caf7fa18a204a78050b31fdfdb93ae45def SHA1: 264ecda5cef74ab22038125ef58c77021804a63d MD5sum: 442c0a9ff41cee9791f209bd68f8d7aa Description: debug symbols for ros-rolling-libmavconn Build-Ids: f7f444cf2c396bab3ea7e0349a6c8fdcca406e1e Package: ros-rolling-libnabo Version: 1.1.1-1noble.20260423.225445 Architecture: amd64 Maintainer: Stéphane Magnenat Installed-Size: 1812 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.225445_amd64.deb Size: 94676 SHA256: 38dec9bb5e317eee5410e40a5b52892db1bc2af280b28f0f05063ddbcef61971 SHA1: 5332cc9a69e5eb5f00a6825d498015de7cb774cd MD5sum: 809d38cf52d6bc8022560010066ef425 Description: libnabo is a fast K Nearest Neighbour library for low-dimensional spaces. Package: ros-rolling-libphidget22 Version: 2.4.0-1noble.20260423.214323 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5794 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.20260423.214323_amd64.deb Size: 930238 SHA256: a21d86868955357463737d524d4a14de12e046b9bb600d2f0a1284e246dd3088 SHA1: 53f9ee52c0e55ea0bd2ed55f5c569ada4527ac46 MD5sum: 69ed14e9f321af95d05f4d80d026f25a 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.20260423.214323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2186 Depends: ros-rolling-libphidget22 (= 2.4.0-1noble.20260423.214323) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libphidget22/ros-rolling-libphidget22-dbgsym_2.4.0-1noble.20260423.214323_amd64.deb Size: 1996204 SHA256: 544838505e5ce58dad9b62313b8f520a2e70444d2acf6e8a3bea95c604f57858 SHA1: 5344c30567a5f3617f2d94937568c2903997fe06 MD5sum: b8d671babf3a9356ce319ec0149f92ed Description: debug symbols for ros-rolling-libphidget22 Build-Ids: c663184e24151ab395b4ffc40357af95895674b5 Package: ros-rolling-libpointmatcher Version: 1.4.1-1noble.20260423.232631 Architecture: amd64 Maintainer: Francois Pomerleau Installed-Size: 22215 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.20260423.232631_amd64.deb Size: 2691334 SHA256: 55650a8f1159d098b6650875267cdd1e5389456a876707b53cbbcc8c568e46fe SHA1: 9f610ca4869828cba3f2bcf7067910c8373c7acc MD5sum: f8a7cc0bb4c80d3bafb13a9fe01acd6e 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.20260423.232631 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francois Pomerleau Installed-Size: 68186 Depends: ros-rolling-libpointmatcher (= 1.4.1-1noble.20260423.232631) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libpointmatcher/ros-rolling-libpointmatcher-dbgsym_1.4.1-1noble.20260423.232631_amd64.deb Size: 67409578 SHA256: 3570be9d420bb2dac50573d3f3207eb0baeeb674668ced2c85200b6249b9896f SHA1: 069e838c9557c92df0058fdb26a52b6a96e3243f MD5sum: 69e16d475f539ea9d3a18fe85b8241d0 Description: debug symbols for ros-rolling-libpointmatcher Build-Ids: b8478b0481705d4155c39e56033f23b649e75c85 Package: ros-rolling-librealsense2 Version: 2.57.7-1noble.20260423.225221 Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 33853 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.20260423.225221_amd64.deb Size: 9207618 SHA256: c232808cdbd19bade9e823be3459b49ad1e58b6e44b757719d5bdec20d4c985e SHA1: 1b83ef5deeb7da29acecf7e5284198a37f8d2333 MD5sum: 5f257d3219d54a52e33289e94e7cc6f2 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.20260423.225221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 155388 Depends: ros-rolling-librealsense2 (= 2.57.7-1noble.20260423.225221) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-librealsense2/ros-rolling-librealsense2-dbgsym_2.57.7-1noble.20260423.225221_amd64.deb Size: 148711904 SHA256: bee7d2a5a73648ba3924128ea754d1228b5929e8024d7702b887896d9ea1768d SHA1: ed5ae740cae1ec3cbb28bd2ce77cb67345735bde MD5sum: 479c2a657af231ca9ca406701587b0eb Description: debug symbols for ros-rolling-librealsense2 Build-Ids: 0a1c31a3300cf5efbdd323c487746bf73cfc9205 13ba4907725b24722e7a32c0200f961dc7fcbd24 1547732fe1e7801a8b57cfa35329530fa5e5e829 1934f91064a1d75ce373f516b510890c2247f822 1c4828d9156457863213a51470250bce24b795cd 2491c5fabc227104f31a95905e7d3d9f650ff982 24cbd49dee8912acd31f821e11348e25c0e84b66 26b4dc653643d01a3f132618fbc925c2284b6dda 28b6bd51ad5f883c46b78dea7463776bb04acd17 34d3b32ecc622a8e8e7348c8915380b45a457690 3618a493ad0b2c04b0a5b838319dd8578d4b568c 389c9e2beab892c1b6cf22cfbebf03dae78cff0c 3d1cedbf082191c1e45b8b7e66c03d7251b5cfd4 3d9a761e70a4947f3c48c74b20ab554fda4380e1 422b914a17c6eb17b28a35791de1a78dc0de1252 42ee84bbc811147720aa68129c4e71e9b1ae6a89 500c85e5bbc121cdc916b293ddd1edf04f482276 57af4ac7223c9ab50b3f6126a9dca122e50859f5 58487fc33a48bec8199ea5452772fb5fbb067c28 63e2633171eca7749eb7304e5ec2ec64edcdb1e8 7354ef7d92fb9a1c5d13f64624d953f9e96bb958 735f595ea671046096b88186a6ae2c82c71545b2 73c7af61e683038bfc7cb627bca19ee05f6c9019 7ce6f0c80317ffaea314a6f1948803d98d92cf1c 88200f828b40397cea939212c35294ab6b5401d1 970aa87edcd38b43ff081a46e75dd80876277959 a63a33d86fae00cc523c5ea18e3c458cfba8db32 a669ec6c89f4ee4719d0265287cb370bf5eae8c3 b7a59f2be076a8a8bc3a27ddde6cc8e6c1af9b99 c094fbb0737e2de232c4db6c71132ef24d3a7df0 c9b0add4408b6659bad2997feacd89f0604979dd cf83725a0ff75ee4516ef15e260a12a12918d10c d2cb9560d087952545e8d43fc099537ca90dedfd d3d51b1bc20ff47a14598f863cd91bc5fa33dfcf d527b4022f0cbd66b5f2c4535cac5a958ec84f10 e444efcbc44d1c23d1fb14a24913c78066780c9c e95f31bf4cf41e2e102b92f359afba1735ad7820 f2d4d8ed2b5d420963fe94c86985ae2d67f2cc2e f30f1bfab53088456c69e513c69c35dc836bc743 Package: ros-rolling-libstatistics-collector Version: 2.1.1-1noble.20260425.041631 Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 140 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-rolling-builtin-interfaces, ros-rolling-rcl, ros-rolling-rcpputils, ros-rolling-rmw, ros-rolling-statistics-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libstatistics-collector/ros-rolling-libstatistics-collector_2.1.1-1noble.20260425.041631_amd64.deb Size: 28726 SHA256: a877b17323ef2c9db8e61025a730df071cb200377f1d395d59a71b4ae8e12f01 SHA1: eb9313bcd4ba822aca62eb0a304d602131e85edc MD5sum: fc934ad0e28a32fff3a0f0367b4648f4 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.041631 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 140 Depends: ros-rolling-libstatistics-collector (= 2.1.1-1noble.20260425.041631) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libstatistics-collector/ros-rolling-libstatistics-collector-dbgsym_2.1.1-1noble.20260425.041631_amd64.deb Size: 121844 SHA256: 82640cb128fef9842df8dc21704108e8e0acdbb15a7435d8adfea9d430111525 SHA1: a9cd13fa89054e2187214b6524799f754fdf9e86 MD5sum: 28f96773019fe47c3b9385a21a214ce2 Description: debug symbols for ros-rolling-libstatistics-collector Build-Ids: 9e87ce61c14b555cfdfdcdad75e0f4471a9ca8b1 Package: ros-rolling-libyaml-vendor Version: 1.8.1-1noble.20260423.214331 Architecture: amd64 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.20260423.214331_amd64.deb Size: 8162 SHA256: e3474e2a91335fda2dece9ce233268fb6ab7cd55f59f0980fc90c0706109de77 SHA1: ce0bfa82b491aa1eb16378a67a99c56012b413d7 MD5sum: bd978d538e1830bd0f0c77cbe7db020f Description: Exports a custom CMake module to find libyaml. Package: ros-rolling-lifecycle Version: 0.37.8-1noble.20260425.044729 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 964 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.044729_amd64.deb Size: 190388 SHA256: f8647590646d7e620015235359434b70562d1d31d06187be1d665b86962d165b SHA1: b63b658bd63a2c6c640f93f693b033de7472194e MD5sum: 7dcb98c811ca180963a4f41810f8541a 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.044729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4583 Depends: ros-rolling-lifecycle (= 0.37.8-1noble.20260425.044729) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle/ros-rolling-lifecycle-dbgsym_0.37.8-1noble.20260425.044729_amd64.deb Size: 3930146 SHA256: be13c44ca8bc753fcf5261cffb91718ef5848a26cf214032ddc69c5291852949 SHA1: 8c74a5d3e01b86dfac92090a10cf2d785d6436d8 MD5sum: af8e25c73669edd9a029c4596da78600 Description: debug symbols for ros-rolling-lifecycle Build-Ids: 039ff5e1e9b312e214cab462f16ecaf370d94bbe 9da1229c412a7ab1599b4cc7b66d38d828ba4e13 f15b9f07af49dab720b4ad112a5f884857c1b602 Package: ros-rolling-lifecycle-msgs Version: 2.4.4-1noble.20260425.033837 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 2593 Depends: libc6 (>= 2.14), 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.033837_amd64.deb Size: 189606 SHA256: bfb941037de6dc40a036e79528f82d5e1fce5fe34d02d0bdcf3b031a1da39216 SHA1: dbf5c648e3b49d365d087e38890deec2e1e28981 MD5sum: 8c25cd5be99d5b85e2d921ba753557ab 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.033837 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1943 Depends: ros-rolling-lifecycle-msgs (= 2.4.4-1noble.20260425.033837) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle-msgs/ros-rolling-lifecycle-msgs-dbgsym_2.4.4-1noble.20260425.033837_amd64.deb Size: 1556110 SHA256: 7b3432c397a66a1652a3ff06c9952b4d46aa2c5735b33b6f76c98b170404efea SHA1: 78434e696093198834bbf04af61d8544daff303e MD5sum: 835340269f310dfbcaaf3b16f0679b02 Description: debug symbols for ros-rolling-lifecycle-msgs Build-Ids: 28444997f6883ca7209bfbfd2361143286213429 2a26fb6bee6d748b87d0bebeabfc1af7db6bed23 3031c1c3e9a862b49f838182694c15de37f54588 553bf6856068358b15054a4dd3132b41641a81ee 5ae697e4f40aa57bbbcbf57f0005aacfb1daec3a 8664f07342c51697b0446c8b84d7110da53e6dcc a79ebf143c13a0578e33a828fe4c5d56c28c8fc9 a86173c701bb16664f708355331eaeddb36f71a8 e7db465c8d10842ec02f4b02c5bad3884e360889 fd7061e1db9d0bcc2d7cd08f71b950aa4d4d1722 fe9b8ce5a9997b6bbd80b779c959bab2c202b2e5 Package: ros-rolling-lifecycle-py Version: 0.37.8-1noble.20260425.043830 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 52 Depends: ros-rolling-example-interfaces, ros-rolling-lifecycle-msgs, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/lifecycle_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle-py/ros-rolling-lifecycle-py_0.37.8-1noble.20260425.043830_amd64.deb Size: 9408 SHA256: fceb67df444a90609757a512d0cd63adab28bdab2bff04803e933400264beb26 SHA1: 38d83f503f3611f85c1fd6dc33dbf1a81964e4b4 MD5sum: 7792a3a77689e894c67c19aeaa7bb3da Description: Package containing demos for rclpy lifecycle implementation Package: ros-rolling-linear-feedback-controller Version: 3.2.0-1noble.20260425.051858 Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 971 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.20260425.051858_amd64.deb Size: 269862 SHA256: ca7a9fd0454a42236c680b07609a945894362411aff9766da840d934dabde10e SHA1: 474df1cadc122a6ad9b427eb1bdd49a44cd0a4ee MD5sum: d6bfeeeab333432bea9e2742a09e362f 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.20260425.051858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 10371 Depends: ros-rolling-linear-feedback-controller (= 3.2.0-1noble.20260425.051858) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-linear-feedback-controller/ros-rolling-linear-feedback-controller-dbgsym_3.2.0-1noble.20260425.051858_amd64.deb Size: 9977032 SHA256: 388d2bf04b7264ddd3e4b680d14bb392294b591e660749d3b8d45d8a3e1bc0a0 SHA1: 20ab934b1d42d6c0c3ac1397e4a7c00cc9863f09 MD5sum: d564348a0f8a3050d498968e6c80f021 Description: debug symbols for ros-rolling-linear-feedback-controller Build-Ids: 55cc63959951c04724d93e9322643cd9f8a9f0e5 Package: ros-rolling-linear-feedback-controller-msgs Version: 1.2.2-1noble.20260425.045840 Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 934 Depends: libc6 (>= 2.14), 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.045840_amd64.deb Size: 88036 SHA256: 150ea027b4296fac4de22e1954f626b89b2c02639c4e4a462f5cee9c13a362fe SHA1: 920aa4e1688b8bfe653ac50c27087abe07267a23 MD5sum: 0c878a21e543383de204794e64af8a92 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.045840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 656 Depends: ros-rolling-linear-feedback-controller-msgs (= 1.2.2-1noble.20260425.045840) 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.045840_amd64.deb Size: 509982 SHA256: 35215e7aa11dd3c6b7568799c03313e863690ba1eda3ee5117ad1ecd2238ec58 SHA1: 577b3696cfd5c84315a7aa49efc6aca2a555425f MD5sum: f1687b99cc88a4ec68ac20d490f58d14 Description: debug symbols for ros-rolling-linear-feedback-controller-msgs Build-Ids: 26ce4037ce8a432dca91d78700ac23e9d12359aa 27ab3fc6efcd2471533ed8a39e0f3543dfdb25dd 3f2f19be3ffeb9f72b225d86248361bb482903fd 406ae6a43d188513118d69e54324cdb73cc66906 4a67b209a26812d925843bdc4d7a97d38b1d4e2c 731d7528f9793a954ff6f74511314bb195d7a7e1 ac1a0401c5bdc396a4573ee52ed6602e1991ef2c aed9e0f8caf47665ae29541bc9a8918af009470d d56d542c20fa0117ca070595f06dc77d41bc7fcf e8b690622a39e2841f31c73e7556817941dedd46 f436723a7dd035599e6f53e3ba6eeb7519f66fa9 Package: ros-rolling-linux-isolate-process Version: 0.0.2-2noble.20260423.225451 Architecture: amd64 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.225451_amd64.deb Size: 6420 SHA256: 4ad0f7dd03fb68ffa36b8dcb90592f93eee9d125a6ff3f909fe904006af68207 SHA1: f268fe9415b4f6f747d14d1c06fdb6de3629c6fa MD5sum: 1dcbbebd4377e6eba26cbe00ec9ba03e Description: A tool to isolate ros2 nodes Package: ros-rolling-live555-vendor Version: 0.20251106.0-1noble.20260423.225450 Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 2187 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.20260423.225450_amd64.deb Size: 504966 SHA256: 017347f896bc3a8062689f5760e7f5780922f968044c36039c919737c4ef368c SHA1: b22dbad8dfdb9074325934c320e8a9022f0ffef4 MD5sum: 5129415b58c58efe467a97a000c3997c Description: multimedia RTSP streaming library Package: ros-rolling-live555-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-live555-vendor Version: 0.20251106.0-1noble.20260423.225450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 2038 Depends: ros-rolling-live555-vendor (= 0.20251106.0-1noble.20260423.225450) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-live555-vendor/ros-rolling-live555-vendor-dbgsym_0.20251106.0-1noble.20260423.225450_amd64.deb Size: 1606770 SHA256: fb6104310654e1da53ce8306dcd4249770a12949b531307c4a3b22b91df6f3b8 SHA1: e3548753d5f1f9c0252f7d7def50c020431852d4 MD5sum: fe079b402aa07561e2474171e07eca7b Description: debug symbols for ros-rolling-live555-vendor Build-Ids: 2ebefcf2238d44182f7eb3eb902dbef3042e09b5 5db05453435adadf865e9abd57ab1464e935b29e 6a1840e25ceb5ac8cd6ee38e73181b7c63d82a13 9953d8ec2cfe7749a13ad9b1213e73aa0d72cfbb a58c52d7e9aae0c5876908b793d7f0f7f8c62aa0 a595872c65ff13f42d0e2c83d35d711bb1e23933 e7f538409c774a0f633c2cb9960a985790e09212 Package: ros-rolling-log-view Version: 0.3.0-1noble.20260425.042646 Architecture: amd64 Maintainer: Marc Alban Installed-Size: 630 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.042646_amd64.deb Size: 153464 SHA256: 4961bf9d9a61fd8004458a227b1f822a04dbfbc93625787c48e3f0a2306b63ba SHA1: 917e73099806fe86440ff27564dd8253b9e8fa2c MD5sum: e0d95efc0c1fc8855205d66251c3a93e 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.042646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marc Alban Installed-Size: 3472 Depends: ros-rolling-log-view (= 0.3.0-1noble.20260425.042646) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-log-view/ros-rolling-log-view-dbgsym_0.3.0-1noble.20260425.042646_amd64.deb Size: 3142010 SHA256: 216229e0fc0a1a3d59eb1567b4748c817ece6337a44f257d4150619c71817987 SHA1: 78543a8c6a09c8d653bcd97cbec3a2ab0af5b0d7 MD5sum: 12c5ee7a56f855a08cf47b2f3f52d4ce Description: debug symbols for ros-rolling-log-view Build-Ids: 2329b82c96a869ea7fc5eac1618ee91ad1704895 bb539f74e1cc30cd92ac4468ebdb4cf0bd3ad4d1 Package: ros-rolling-logging-demo Version: 0.37.8-1noble.20260425.043012 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1000 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.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.043012_amd64.deb Size: 149448 SHA256: bc7aa00a3bf1d33fa8f722a3cccbf26aa342ebeae516fba87bbdf730109f2cce SHA1: 372d9fecf61872bcdf7a498f19ff90e148a67a09 MD5sum: 4e4a805cf913440143fafbf69e6cf8ab 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.043012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2204 Depends: ros-rolling-logging-demo (= 0.37.8-1noble.20260425.043012) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-logging-demo/ros-rolling-logging-demo-dbgsym_0.37.8-1noble.20260425.043012_amd64.deb Size: 1970180 SHA256: f36b87daf34418afe206cd671cd726a0820e9aa670537f70b3b6400bc410bb12 SHA1: 570c77f4eea3d095548fcc37a6a56ce4fae2214a MD5sum: 2cc1055696a20aae1b00754975964b0f Description: debug symbols for ros-rolling-logging-demo Build-Ids: 02cb53bdaf7161edcc2efddbe4ab8ed4879608af 13ba5424563ccb7f85fa676e62f02765a4f67a19 192f6cda6550c71796ce8aeaee5ff44212621e08 36de21c07e90b7578803d6bd4c8dca50a699c4d7 5098b2f594d694455a7b5e664ca71368468c1458 6c484e197cd48c29688e71c6ed8df23602cb53c7 7c0cf39c4c1f24782d250e2d00c7ef67cd96e0b3 8527e983ebac83eecfc73c57ee1d1ca9a6944def aaf2338285771e0a64b3ad9f814b0b5bfd9c9784 b3ffadc12a44916be86caa47e6b19df3029239ff be71723194515d27ac0e5fd46833af404cad3d20 ced5c33e8434f4be468c0607e9988ce64336e0fb e023bdc5094771df222d3eb4b45d2baeb3776b10 f8d9598e5fa81556d7f26fd27bf6c13902143ec1 Package: ros-rolling-lttngpy Version: 8.10.1-1noble.20260424.195727 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 374 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.20260424.195727_amd64.deb Size: 117972 SHA256: 35d4e598e4182993c925d9666dddf1a9b625f7688cb8b5e519769cf75a7e0fbe SHA1: 3d54c34b828b56db780c33f690dde418683b9587 MD5sum: 6309d9e9624940aa8b3cbdbfa2eaebcd Description: liblttng-ctl Python bindings Package: ros-rolling-lz4-cmake-module Version: 0.33.1-1noble.20260423.214331 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 50 Depends: liblz4-dev, ros-rolling-ros-workspace Homepage: https://github.com/lz4/lz4/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lz4-cmake-module/ros-rolling-lz4-cmake-module_0.33.1-1noble.20260423.214331_amd64.deb Size: 6930 SHA256: 6c23b4c888cb48c77758051102de9e698b97864f50e0d86dd0c2bb2e20e480ae SHA1: ae9d5b3e26cc00047156f43b9b46bfc58a8fbb93 MD5sum: ffd8f41a629ef49d7d71d7757cf6c959 Description: LZ4 compression cmake module package Package: ros-rolling-magic-enum Version: 0.9.7-1noble.20260423.225224 Architecture: amd64 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.20260423.225224_amd64.deb Size: 26116 SHA256: 1bdeaa30d6db09835ebb728c3e5128d7e8af85fd2893b9de1c51f2ceed5f59bf SHA1: 345d8b62d2aefc9dda8ed2f47a1304999dfa48fc MD5sum: 75cbdcb36c7648affcb9c067e6db0151 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.050242 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 257 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.3), libgeographiclib26 (>= 1.50), libstdc++6 (>= 13.1), libgeographiclib-dev, ros-rolling-angles, ros-rolling-cras-cpp-common, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/magnetic_model Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetic-model/ros-rolling-magnetic-model_3.0.2-1noble.20260425.050242_amd64.deb Size: 69466 SHA256: f0410f487641b1fa47675c3630dd186357459c256cda97bff98cf37b709b25cc SHA1: 8abe408925214eeb392ef7556ae7168c1ece990a MD5sum: 03fd668989e4c2b72da6f317dd10f5f5 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.050242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 601 Depends: ros-rolling-magnetic-model (= 3.0.2-1noble.20260425.050242) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetic-model/ros-rolling-magnetic-model-dbgsym_3.0.2-1noble.20260425.050242_amd64.deb Size: 568288 SHA256: 137a9df455962b49f2ea4c242286365ac4249450cb97fad106a4a2b2049c9c9e SHA1: c622d6601566afa2fd868a25856cd1b900ec8144 MD5sum: 30a7f145989ad0e1046713ae45742e6d Description: debug symbols for ros-rolling-magnetic-model Build-Ids: 353db6f5850db0197374e36b7e604a995dbde549 Package: ros-rolling-magnetometer-pipeline Version: 3.0.2-1noble.20260425.050240 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 693 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.050240_amd64.deb Size: 153180 SHA256: 3396e653cf95ecb027035a88f5e5c1ef623d4eb1bd4c1d18c293d9d8657a6b6c SHA1: 9f265166aace6366a1c444f6b46f2f33ae891ea7 MD5sum: edb9a4b4529319cd8dd196f09c1723a4 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.050240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 3833 Depends: ros-rolling-magnetometer-pipeline (= 3.0.2-1noble.20260425.050240) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetometer-pipeline/ros-rolling-magnetometer-pipeline-dbgsym_3.0.2-1noble.20260425.050240_amd64.deb Size: 3475798 SHA256: 7843c693a1b194f5342bdab8e0e48f114a4a66ef3043d6a47b99689764577b3a SHA1: 0026d1921ecfb8dc3acec7e197a0cd7a7ee94227 MD5sum: ade9900e7a5f981867b6f3fd793e71a6 Description: debug symbols for ros-rolling-magnetometer-pipeline Build-Ids: 7e44d089ad0cee61bc17a021da1192fadecb1dd1 9907642f7351d64ceefc3dfe33faf9870add99dd dd4b3c97469b52c3a909904333dcf4f357c01f85 f25335316503a947625ee5f45e9e8de6d85c9152 Package: ros-rolling-map-msgs Version: 2.6.0-1noble.20260425.040714 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3427 Depends: libc6 (>= 2.14), 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.040714_amd64.deb Size: 247224 SHA256: f1d6823c95bd855231c76cd3a170693e51238db11bcf5f005aaf0a5b6218c960 SHA1: c88fbc817bff74a3cc7e48c6a6a650dbd9f498d6 MD5sum: d66f1ab93e87d7bef31599254f8300b1 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.040714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 2868 Depends: ros-rolling-map-msgs (= 2.6.0-1noble.20260425.040714) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-map-msgs/ros-rolling-map-msgs-dbgsym_2.6.0-1noble.20260425.040714_amd64.deb Size: 2378210 SHA256: 6f63dc0a295396e88647e6c651608612e0fd0c400dabf27107f76ab508e1dbb4 SHA1: 0cafca189db9fe78e2b07e050ad4ea4dd196a37b MD5sum: f238d34e3aa7c92b0ecdec8fe1e94127 Description: debug symbols for ros-rolling-map-msgs Build-Ids: 0d09a2eb8318047d8ce9158e2ee041f248c5779d 32aa841a383a983b35d5f72dbb8eb5df7f100a61 3f891ff0873db37f061c3e4dc8f5e25661732973 4883375b9e3743c2fe44add2e93be719c0912b3d 4989b01343a05f9095607502f4592e176439e665 4ed77fcf314a1e10f26f55678d6ab5419804ff00 638dfca49a6eea1376346fe07d714567e6dfc29f 841b32b44ebdca24c0ed2bf853b719704af8bb61 af9e5b8ba8b250ac40107fb2d552f7e2cb689fdb cbcf25817bdf26a71d2e79a83ae4e61d6f1b8124 e245ccc99cfa69d84ed83e1a511550791236c02e Package: ros-rolling-mapviz-interfaces Version: 2.6.2-1noble.20260425.034836 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 817 Depends: libc6 (>= 2.14), 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.034836_amd64.deb Size: 86086 SHA256: 2409389eef5d5d210cfe320dfeade4375c91d2a685bcb2dd6549c15df50e554b SHA1: d3a85dc191ab59d0a0c6dbe900c5566be4add1ca MD5sum: da7bfb558d80cdb55df26dd192b535cf 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.034836 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 652 Depends: ros-rolling-mapviz-interfaces (= 2.6.2-1noble.20260425.034836) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mapviz-interfaces/ros-rolling-mapviz-interfaces-dbgsym_2.6.2-1noble.20260425.034836_amd64.deb Size: 509268 SHA256: 9ae70c09e2c087784046843764002c30a7bd07c6cb7e1328ee767ed20ac576cc SHA1: 2021a6818b8cc7c02beba45a5e0d2e9f5c84c1ad MD5sum: 8babe379c62e29fec2efe9de82304e47 Description: debug symbols for ros-rolling-mapviz-interfaces Build-Ids: 0dc3a884de0487e6a0ebfcc1e70335071465e05f 270d2bc9d6746b75f586fa5fd9ede3d9405cf040 30b472f18cbb47c8e157efe8a37d0b301ccae585 3ce7a4dfc81bfa98f36121d81696530ad19d4f74 57d6281b58cd2d31029bdac8d44396e477fc7570 5a5176bffb3cb0dcf0fd62871b530610613bad59 7a0f37d9f1e915f601e40a81db410aaf08a90f20 8560520b318ccb66b160580d035f3313faa61bde c5df2e2ea8f9cf54dbfb50126a2aa3a9fc7f62ef c673e13e84a5168c74d3a3957867b69b17cec2dc ee6a860db7e84dbab265dda174926a35a4fadbbc Package: ros-rolling-marine-acoustic-msgs Version: 2.1.0-1noble.20260425.035527 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 2125 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.035527_amd64.deb Size: 189054 SHA256: da85ba7937f47c546c90e538433760d55d1887a1f6a520f297ee2065401273ae SHA1: 2010f8ba556978c37bd62cdbb15b5437de1e1ac5 MD5sum: 3dab7b2324a8aa141f9a8dff43ffff28 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.035527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 1769 Depends: ros-rolling-marine-acoustic-msgs (= 2.1.0-1noble.20260425.035527) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marine-acoustic-msgs/ros-rolling-marine-acoustic-msgs-dbgsym_2.1.0-1noble.20260425.035527_amd64.deb Size: 1498382 SHA256: efd9f27af8b4ac8a4de64c7a3b0aa3c53babadb9cd2edab9f1a0fbe0f340262b SHA1: 65e3bd38c6aa4dedfd67cb4dfa0909cc30647369 MD5sum: dbad585d63f62665c74ff077841d0a3c Description: debug symbols for ros-rolling-marine-acoustic-msgs Build-Ids: 2bd3fd5beeaa0a7ff120fda5662617939a0b1341 2c006e09894c20e63036d130d2d09d24e8edaf3d 46534a82db29041eeb20896302c2c1cf350ef2b2 7b6631e35adc20d4a8320446c88a325391db5f46 8d5d314e6e31bccc9bedbb348ada44c2cf7ad8bc 8ea84a40e030adf0308b8b530f7cac0d924e5144 ad84dc48438e1be19f08fae3467a33009f6a1eeb be229756dc24cbf180cb1b090af7242153d2f044 beaf4291982121f98ccb22051d1ccd90c0391020 bf1244dd7bbc987eed1ed91ba2a8ce103e67599d c179873dd985a007f81669291c93e8c2c5d7b408 Package: ros-rolling-marine-sensor-msgs Version: 2.1.0-1noble.20260425.035803 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 770 Depends: libc6 (>= 2.4), 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.035803_amd64.deb Size: 74642 SHA256: d88670f87be2ea52b0549f484b603e0bc3265f5dc88d0980264372c26f3a4975 SHA1: 59651634db01f4dce85b48f07feb9fce4ba657a6 MD5sum: 5ba183f860451aaf6a07e67b1aac6ef7 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.035803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 569 Depends: ros-rolling-marine-sensor-msgs (= 2.1.0-1noble.20260425.035803) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marine-sensor-msgs/ros-rolling-marine-sensor-msgs-dbgsym_2.1.0-1noble.20260425.035803_amd64.deb Size: 441308 SHA256: 99959d8d112ae0c297739d6b3852865166cf8c743ebaad9df4d2e2965591d7be SHA1: 7f299009ac2ac234e0ae2900bea379e1549d3797 MD5sum: 70370fdb4a0e989cd757bbf7c0362ab3 Description: debug symbols for ros-rolling-marine-sensor-msgs Build-Ids: 1bd81207fa108fb73e13d310b0d8ec15a7242990 2a90cba214050c3b766d92d6e6f7fb1c64aed2ec 37b59e6799180f66a31edfeb16be825d635e6ceb 7e9d0e846853eceaf6bc57fc79f6edb7f7cc5b7b 98f6fdbdf4743c2cf5b3b0db34e104dc8a1c4bbc ba662c6ca9a7b35c6a8ce50b57578663062d43e6 c503f844ee23b721560db86c6a85c507797eb60f e860fa998ae088ea3bfa6a52f98f6035e7562c51 eaea097324e69b5926d8c0b3a1ddcdeb0b58aaa9 ef96805f40173732d9e7908934d0d04a1d67215c f6eb85f70773be071fc62ae7603e1f3ffa780a33 Package: ros-rolling-marker-msgs Version: 0.0.8-1noble.20260425.035812 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1657 Depends: libc6 (>= 2.14), 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.035812_amd64.deb Size: 138470 SHA256: ece2752e022983f9d1d99c701ce3f568868c67dc9d811eafb40bb4af5bc1c65a SHA1: fa8e97dc76105954cc5ce35a0240a271495b4b01 MD5sum: 59004de3a42ea296e9a2ce8289c3792a 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.035812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1422 Depends: ros-rolling-marker-msgs (= 0.0.8-1noble.20260425.035812) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marker-msgs/ros-rolling-marker-msgs-dbgsym_0.0.8-1noble.20260425.035812_amd64.deb Size: 1185086 SHA256: b0f0f6da6a9826f8b66f9cf6a218646fca3d082e38e7ba8068f9c7f35d5b1df2 SHA1: c40f7030c4c1b7c793fc37dad735c56ed78bddb9 MD5sum: 7f92dcda5bb92f2d20b1bca1349df7f6 Description: debug symbols for ros-rolling-marker-msgs Build-Ids: 02f147edcc45724a31e03627bc107f917bf59daa 180ce88e99939dffdc86687cd18c52788e075f37 31544f377ec3cb3c1cfc9c0685a799255c187487 39d8a98adc601c510b2a0fc2043c0194abb2a6d6 49aa1c5e9839f2aa4a6d20a9fac0da61c0bfd729 4e27daec53fe4f2ae0ab35732c4cc7991d1de754 914243eadd1f3a0ce07c5ec569a364e857b801ff 9b04f698cb82c6485bd9cc77bed1bcabe3e79d6a aadb5c1750d8b35f8ebd5189813d2c021ee3f90b bd198eb5388b2ecd39e11fb0670670951ff7645b c6702f47e20dabe50a8cec315817d4cc128b14be Package: ros-rolling-marti-can-msgs Version: 1.6.1-1noble.20260425.034736 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 477 Depends: libc6 (>= 2.4), 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.034736_amd64.deb Size: 46974 SHA256: 49f541b75ea5689c31fd9ba9590621622905c669a7c6b4c6a16692af3bc2e4d7 SHA1: f5da8e3b42bdff558498e373392237a6e8761ab1 MD5sum: 947a90c4ab1cb6eb2cc62c707f3d0ce7 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.034736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 288 Depends: ros-rolling-marti-can-msgs (= 1.6.1-1noble.20260425.034736) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-can-msgs/ros-rolling-marti-can-msgs-dbgsym_1.6.1-1noble.20260425.034736_amd64.deb Size: 198936 SHA256: 143748e7bf7c0577e1c3e181a3fb98f0f33e4eece7ad27515f496dc0e30be9e4 SHA1: 0862e73cf51859bda9ed00e22512a605ea699d12 MD5sum: d89df4343285494cf23ba7b52967ecd2 Description: debug symbols for ros-rolling-marti-can-msgs Build-Ids: 1a65e7844f6132bf5adad65458830a554d236fe3 1ad943252d4e87426406ca9191d933deb61b1418 28eee23b0581e13c7bcb4bdb724fe6d50f9b7a4a 659098ad7369fb6eea53fb482fa88a687a593fc9 67a61ff44f554069ed02867b632a0bea42d58d8f 7ee22297d5dd7d5d27ebe00f716a9953d1b1ab88 8bb8621a6a482a0ff752233ca0aad18600261e9f aa7adde5eadb2b58f61b1451bc01bfac633f6667 c5885f9955e1a02ee2f3e5acd6cc5dcee2e25818 dd5d11cf538bff6149a52376249e611e6d7f8435 f8a2408677f9d6a456603aca8b27403390222063 Package: ros-rolling-marti-common-msgs Version: 1.6.1-1noble.20260425.034353 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2990 Depends: libc6 (>= 2.14), 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.034353_amd64.deb Size: 194502 SHA256: 6cff9ff2d127835d2447542370952381841ca9c1daece024614b0fa4c7460f53 SHA1: 17ad6b8d37d672f0f41941d602f13cf045f7705b MD5sum: a40f8e3e1198b2a002f31a0dd8ac7597 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.034353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2377 Depends: ros-rolling-marti-common-msgs (= 1.6.1-1noble.20260425.034353) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-common-msgs/ros-rolling-marti-common-msgs-dbgsym_1.6.1-1noble.20260425.034353_amd64.deb Size: 1929140 SHA256: bfae0ffca2196db78f58c3dd4672a66a421228d5965ac6f07d6ad8b36d693c02 SHA1: 5bddda022706f0e880b7e7da88dd21537a8546e6 MD5sum: f016a03aa47357e4ca99919d28e98df5 Description: debug symbols for ros-rolling-marti-common-msgs Build-Ids: 4352293300c77c7d5566757c94977d7760ff6518 4adc442135044852091f8d3ef55e92cbf49cd115 6aa0d338536c8a6a1f39c5d9efa572a89a8f03ed 6ff23dfc10d96871f7cf5d3471433b3facaae1c3 9fca7933219107a7ef684926e67f5039d99da9b8 aa1fc51c0b3b3dd421aa613bbe3f70903bdb0645 b1a2336f06abe16bc84219f65b3275d8796cdba9 c373280a291c0951240dfba3d95f01c546e8b04a cb29badea74fc2bf47e1ad73e3aff0f73ea55cf5 cd169cc7e9ff09edc0184641fba60311f0ad0fb9 dc6a484fa81735bed4baa23420095ce75ab22f6d Package: ros-rolling-marti-dbw-msgs Version: 1.6.1-1noble.20260425.034353 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 834 Depends: libc6 (>= 2.14), 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.034353_amd64.deb Size: 71932 SHA256: 4a54c8f395282968f65c435e8f448526de5ac4656a496ebad6c7b469338f3931 SHA1: 7835ecf085d4b4fd87df0fcf4a070060c3346bbf MD5sum: ea0707f10b82f9aea344cef26a63a80c 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.034353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 533 Depends: ros-rolling-marti-dbw-msgs (= 1.6.1-1noble.20260425.034353) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-dbw-msgs/ros-rolling-marti-dbw-msgs-dbgsym_1.6.1-1noble.20260425.034353_amd64.deb Size: 404992 SHA256: 5e5652c19976c4e358f99ad33dae925824b4fa889b92cdd4b39eaf53dc698875 SHA1: 65ff64c3c264bfb15338ded915335a302b54021f MD5sum: 50bad2fce712f59b60ed29f257325e31 Description: debug symbols for ros-rolling-marti-dbw-msgs Build-Ids: 1c308877b3670d0991dbda5138919a177c939df7 1ecb1122031f3a341a05292b16314199ca6df74d 218bb08da4433c81ff3d51bbb85e6f9dc1f0c335 32bc83795fba789df3b46d3cdec05634b409ba40 4f190488341b39460e7f917309427e2ec7c83510 61aa21b9f5a20cdd25b76136a02550af9c2fe8d0 766f62332af78d6341d8439edbbab1ca2ea6fd4a b06028c8432a4584cbb5d8a2ea6eb26ae3bdbb84 b8def58f2f2d9fd279f2bd8a5210c3cc4b7035bc c38b0f65dc67f6d11f1788e51b2ad496a2289147 c7b4bc004bea7fb6ed56ce3e4de6124bef845681 Package: ros-rolling-marti-introspection-msgs Version: 1.6.1-1noble.20260425.034739 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1100 Depends: libc6 (>= 2.14), 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.034739_amd64.deb Size: 100040 SHA256: 6f58e6802c29a67666c8741185faaa95fc8d79f3455675c72d4d1f1447621c6e SHA1: 8f36ac89f232397bc7324a6f4086fe11a60adeab MD5sum: 6008080f00f017d3c30db96af6e2645e 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.034739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 870 Depends: ros-rolling-marti-introspection-msgs (= 1.6.1-1noble.20260425.034739) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-introspection-msgs/ros-rolling-marti-introspection-msgs-dbgsym_1.6.1-1noble.20260425.034739_amd64.deb Size: 716286 SHA256: d652c88ea3994b9233bdb8d3ed68d8a7e743e7ef83b38b55b7d31492fcb4d10c SHA1: a6d1edec30cef57584a7ed5eecfc91fbc1d32f83 MD5sum: 92a198b43a144f5c228dacb230c92955 Description: debug symbols for ros-rolling-marti-introspection-msgs Build-Ids: 28718e89f83ea4f7e6f0b814b03c80d68d0c14ac 40619e205829d87266d95f7d53dac03486852c27 5ae92ce468f1679a520fdb6f18708321ba3f0aa5 7aaeeba3cf94bb5ae17a1bac95e9577b4c9d3cbf 917a410ebe2573009f34f0d8e08b8520a690df46 989166ceb266417065c50080d48bacefde4ebe6e aca577710a787e71593e3d19a127a122b9a3fa1d ebe90bfe66aeeebd8cc0afc2725d628c062b20bc ef8515af8f3fdf4b43e4f3d57e85a9f703a89c88 f2fc5fe77f0983e22c1176f46d305f99deabb556 fb1ccd531e689d6b0dd3769bd6a71d22686f441d Package: ros-rolling-marti-nav-msgs Version: 1.6.1-1noble.20260425.040558 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 7160 Depends: libc6 (>= 2.14), 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.040558_amd64.deb Size: 488956 SHA256: 8792598b3b177c87946da74b5e3f511ea4094d8b55c0baa4caef2b038542f7fd SHA1: d41d232b2aca47ac9a83e36178829b9f1546e608 MD5sum: 88f6fe902771b0b461db3987e5f7f411 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.040558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 5921 Depends: ros-rolling-marti-nav-msgs (= 1.6.1-1noble.20260425.040558) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-nav-msgs/ros-rolling-marti-nav-msgs-dbgsym_1.6.1-1noble.20260425.040558_amd64.deb Size: 4959342 SHA256: 4aa4b011d265d24b750a0101d957e686a3388060873e2f90b318b04f2ee7b821 SHA1: a43d2d5ddbc0d06fb4c93ca3a28b65e5092f5fd1 MD5sum: 80ecf10261b60d3627e4a013206dd7da Description: debug symbols for ros-rolling-marti-nav-msgs Build-Ids: 10e78a523b5128771c69efc891977bcfec98dce5 19d66a8041bfa6fb538476b5fba66b3444b8f629 21ff76d7488a39298d616e8ca04761dd98c997c6 574d2076e0ac2e5d4f406894056e170cae0cf76c 8b40894943c11056c124d1d144f5d4815fb67e95 8fd33868a6c1df166164ebd765ffeec0ca163c9c a41d389d5eb101822859aeb87e5f6127455f709b bda9532f46e8500a8cbe646638aa69137d5e3f2c c412adc30c7d2dd8b44d0547faf5d1509fe9b47d dd42df455fac15acb7433684e3cd0bc29ab2d0ce fff82c83b0b83ee9497091a3587e3f7d7d854c47 Package: ros-rolling-marti-perception-msgs Version: 1.6.1-1noble.20260425.040729 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 472 Depends: libc6 (>= 2.4), 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.040729_amd64.deb Size: 44584 SHA256: 5ef45227e76b84c8d0761aea1b4d5f16d4d05091ac5f1f597004c94461085bd3 SHA1: c6f2f9b86ebcb3f8a377226ee3911a1303bee4cf MD5sum: 6b8f2086d9c3047232c209ff6223894a 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.040729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 281 Depends: ros-rolling-marti-perception-msgs (= 1.6.1-1noble.20260425.040729) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-perception-msgs/ros-rolling-marti-perception-msgs-dbgsym_1.6.1-1noble.20260425.040729_amd64.deb Size: 189686 SHA256: 624760a8ebd163b9c2bd3d5050db0e5a4f11962bb356a564e0d80998ea13e820 SHA1: 490f1d31602c0d9c42a0124b06f2caae23d18adc MD5sum: e0ac20596db4e37a34042db3f4acb3de Description: debug symbols for ros-rolling-marti-perception-msgs Build-Ids: 20f33d92fcead93b887fc61678ce925ff5949947 2f783f15112b0d0d2c53e3bb09fa58189d29f82c 341a1a7b6070c9aec07120c6b4ea51580b6d7fa7 5ac69f0a92aa2da0c0bf9779cd9b6c4983aaf3e7 74741ac2126eef7a945a6dc40434a40cdbf236ee 98ffa3d6a2cd8e876619310e323b278b9120a6a8 9a8e0a6e30cfedb22ef04428b925c7eeed53e30a dd8c0391c464fc3c92156883c53cc69817e6ff0d de87495b2a49950a016b2fa5a29a837980d9a2d4 ed11507d14d58b9ceabb092068b490040cf8bfc2 f0278f9bc255ce823185d8c83507d2b3919c8577 Package: ros-rolling-marti-sensor-msgs Version: 1.6.1-1noble.20260425.035533 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2165 Depends: libc6 (>= 2.14), 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.035533_amd64.deb Size: 164934 SHA256: 0786dd952ffa0ceff7bfdb52226bf0f360e3ef538061b53fcf060d3d134d0170 SHA1: 53d71e7508d8806f3da037ccfd39dba7e00af8fd MD5sum: 706dd88ad77daf5ad67e5e5829c73f29 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.035533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1602 Depends: ros-rolling-marti-sensor-msgs (= 1.6.1-1noble.20260425.035533) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-sensor-msgs/ros-rolling-marti-sensor-msgs-dbgsym_1.6.1-1noble.20260425.035533_amd64.deb Size: 1287796 SHA256: 3d65b6da71932d1b80b47c52d338c4135cb50ed2c07706c34bf20ce8a636dcd6 SHA1: c4a8ed1273e0917cb3d8e8b3fa28d7bb591f55a9 MD5sum: 4c5e6b0098a36616ab2848005cc1427e Description: debug symbols for ros-rolling-marti-sensor-msgs Build-Ids: 09265154d882852d328738f03398b5a64e3769ca 4fb831799c3097a8fc69ce0e1acf58b99b2d5352 621522359a725cda7eed30cf8ab1071b43e5802a 86f0aeae3967cbb2be1c36333e16f865a59ca03b 8774c429210ae0ddb58cbf37908372dad6873a05 914176fb8416f23c0560230de147ef975d703f4e 9316c2aa175ec224e08ddd9f55dd601b6027dff1 96576f8c1ae1f8dd450f41fef94829972cf8ceae 983052665795d8c5405ab3ff88388541a082b307 99a0b78e67ccef13a01217917c0a50afaded1996 ced7cb4dd7bd3e4baead2be16e21c36fcc45ba69 Package: ros-rolling-marti-status-msgs Version: 1.6.1-1noble.20260425.034745 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 530 Depends: libc6 (>= 2.14), 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.034745_amd64.deb Size: 52580 SHA256: 2257347cb70154516fb412b8d8f77fba76218d3a83e3182313891f4ba8150c34 SHA1: 7e4b2d7d338e488dfe417fa8c8388ab5258488a1 MD5sum: ad56f47c688ded673764b8b6d1d7e0eb 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.034745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 320 Depends: ros-rolling-marti-status-msgs (= 1.6.1-1noble.20260425.034745) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-status-msgs/ros-rolling-marti-status-msgs-dbgsym_1.6.1-1noble.20260425.034745_amd64.deb Size: 224924 SHA256: 227111b0c2836af96595d748894bd7754d216c6a0c1cfc24091839482e843346 SHA1: 68975ca5336105cf2f24933f801cd6ff928fb049 MD5sum: 7001eb4a59891bbce17f8eb960954e61 Description: debug symbols for ros-rolling-marti-status-msgs Build-Ids: 106680165400aa2a4ec25481e704c0fa62199577 1b571240ea7566803c63f00984ca032aba205f41 261ad1547939c2e20eaae65b9e6c87f032df31a2 26c91f25b6200e82a0e6c731f061edd811e05ddb 7d8b12c3df7d4b7d32c56cb96039a9dde0aee951 9b127fd0bd53f9d7e536f1481c23c4ada4372667 a1d0e951f664e4ad9149f6bedabc2d5c3378989f cc1bf5e26bf2138edf2cc5543d0c68d6bd415651 e4c55a90368f5b57dfea3de5c935420794620896 e6af3a84cf1235a7620a6e9b69f7b2b96cdfc33c ebf5e30051291db22f47306e72653bbcf21b33d6 Package: ros-rolling-marti-visualization-msgs Version: 1.6.1-1noble.20260425.040613 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 711 Depends: libc6 (>= 2.14), 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.040613_amd64.deb Size: 73752 SHA256: 4796201b2476b79e8bb2ecb3f746f24842fff9ac97ed69013ba36e84642fc006 SHA1: af16fd0022834c0f94a8692581f031f125949acc MD5sum: 637e0dddb9342f15c7650d5acc49e2e2 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.040613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 585 Depends: ros-rolling-marti-visualization-msgs (= 1.6.1-1noble.20260425.040613) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-visualization-msgs/ros-rolling-marti-visualization-msgs-dbgsym_1.6.1-1noble.20260425.040613_amd64.deb Size: 463300 SHA256: 86f83788dc54f6433703ee0cb9e781d4a198ef24f7c5023f3d7f910df86d6313 SHA1: ac10a3871cda5f41f285fb98ea2dcb6c5440345b MD5sum: c854871504051201eb3cc885aec64d66 Description: debug symbols for ros-rolling-marti-visualization-msgs Build-Ids: 25168b504eef6e06531377ca5a255120edd341a3 25bf9634bac0dfd0dc38547533b2a0f7f42070d7 2bb538d2e53b4ac6b0fcbe1cc902f86654aa6d71 5bfd933a766b88808f106c0b018f5a9d790bffe3 6586b908f9c25e131d923f9a21f994207f56aa3c b7893a787b776dacdcc201616d6ef067f901d58c e25cb79944d2823759eabc26f797840197aeb5ae e7a3706d78e28710b6a4e9b40f7387d367c75304 e7d20f854624e803aa93e9598326ef74cb123a50 efdcf12a6b1ca834966735591c2e66b2871af1b2 fcc2389c5e80e61a36eba1b65d1f2b98b2c80aab Package: ros-rolling-mavlink Version: 2026.3.3-1noble.20260423.214334 Architecture: amd64 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.20260423.214334_amd64.deb Size: 1057534 SHA256: 68c21ed92398a1f7c85abfd04944b4acc6e700ec82e00b5e19c7eb0bb8686c0f SHA1: 85be8b17f64486a693c9a67bb25d0dd2b7784287 MD5sum: 4bbe8375588e632a1c40bb1c89421e55 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.045903 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 9632 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.045903_amd64.deb Size: 1573312 SHA256: 651a3f21e270e5b0bc7b9af7db10e3d5170fae321ee33c22ba19d9b131987941 SHA1: 64b1e75214c645bdca2b4f4600beed0226a6413f MD5sum: 2a27369ca03168e9799fcb67c490fbea 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.045903 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 62485 Depends: ros-rolling-mavros (= 2.14.0-1noble.20260425.045903) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros/ros-rolling-mavros-dbgsym_2.14.0-1noble.20260425.045903_amd64.deb Size: 55851478 SHA256: ce7d107f5285af630b35ac75e4faae68c4aecafe8fadb653edbd4f3cb06e97ba SHA1: 557204b57be5258e2542c35695128925dd7a7c2b MD5sum: c48acab727de657a6ea22ce4ee04dc0d Description: debug symbols for ros-rolling-mavros Build-Ids: 1e6bbc907fc75ccbd0f9957d275433a36897c916 5611cf5b23a99395f9313de0ae79c641dc632d02 d6f2d3304e81e73041f747fc94c0cce47a1bc0c7 Package: ros-rolling-mavros-examples Version: 2.14.0-1noble.20260425.052242 Architecture: amd64 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.052242_amd64.deb Size: 13252 SHA256: 4eed29e10e661ce342068ca833179f374e82f5b2cdca877d56b3eae759ece1bc SHA1: 2140e62f85411aaeb44207278b8b6511d343c9a8 MD5sum: 82ea16469a19507c9df7f6fae5620026 Description: Example scripts demonstrating MAVROS usage Package: ros-rolling-mavros-extras Version: 2.14.0-1noble.20260425.052239 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 12844 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.052239_amd64.deb Size: 1666022 SHA256: 8061ef87c1d3a6e97125e28f823c31b9831569134af3bd6f63124709f69208fc SHA1: 7009263db7096d6da6dccf1f723cb44c9299638f MD5sum: 6c877462f66b255113d8e1ddef6ec9ba 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.052239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 79916 Depends: ros-rolling-mavros-extras (= 2.14.0-1noble.20260425.052239) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros-extras/ros-rolling-mavros-extras-dbgsym_2.14.0-1noble.20260425.052239_amd64.deb Size: 68850298 SHA256: f567c8ff08439050baf16463f63d85740fe599030371778252baa52cb09eace0 SHA1: c6edb19419203ab23f2d2881ffa78690cde668e1 MD5sum: cf503249b9357e97a95b372e2f24fb2e Description: debug symbols for ros-rolling-mavros-extras Build-Ids: 154f42ef6ae3b4219d46c6407bd3dee41471676e 2d5bc0096a0e5edb9ffa0561e6308f25baa8fdf7 da07ef2754624c0d1f1c8023392d5a4767247acc Package: ros-rolling-mavros-msgs Version: 2.14.0-1noble.20260425.040706 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 33009 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.040706_amd64.deb Size: 1949628 SHA256: e79b1cbaa84e2d38517690d4ed08e0c651afb01563261c22892981a309b27908 SHA1: e916fcdeb28a093cd36f91e150fe1bed5e2a13c3 MD5sum: 24cc244b781e994695f6b78fec548424 Description: Messages for MAVROS. Package: ros-rolling-mavros-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-mavros-msgs Version: 2.14.0-1noble.20260425.040706 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 23119 Depends: ros-rolling-mavros-msgs (= 2.14.0-1noble.20260425.040706) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros-msgs/ros-rolling-mavros-msgs-dbgsym_2.14.0-1noble.20260425.040706_amd64.deb Size: 18688336 SHA256: 6bb1683c53c04070a5ec40df9d6efda4c93f26568b3d8ea28799358b33fcbf5e SHA1: f36433f1a2d802a90f4d6fbf677362661f2319d6 MD5sum: 4f22631fdf3a0a5abc8e3b668ba28e3f Description: debug symbols for ros-rolling-mavros-msgs Build-Ids: 180f444bf11163f53bffb15be320bc55606e971a 2c28939d06b55fe1bfba1adac34b77562a9c0343 33a9b790a516f307677d12da5f07557b2acf0fc5 3c79565a34ea3be09b21bd4516cdb46bcd65af16 4259d94986d0824029f7a29eaff6e8cc1e8b2a90 5d1fe84f62eb60ceede3ea49f3acc1803ea4e58b 8341ddad411ddc2cb54d6abbf33b7dd46fd6328e 94af5257b96424e0ae28f21e707aa2868d54f3da 94c0e1861a1af748a69b7f1924d1793a69a9a9f9 9eea395cb38b11482e0e6613cdfb01ecd5729023 a9462854ba7f20da0255cb3c1aee63cb15be3f2c Package: ros-rolling-mcap-vendor Version: 0.33.1-1noble.20260423.224254 Architecture: amd64 Maintainer: Foxglove Installed-Size: 405 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.20260423.224254_amd64.deb Size: 129762 SHA256: ebfe56927050559fa564e5abc88fd917bbede1d7c571bfeb51237317c746abd8 SHA1: dade427f72d4cea2c5f0810149f28a5715e0cfa2 MD5sum: 9e47cb4046ec791e94b851a606592e69 Description: mcap vendor package Package: ros-rolling-mcap-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-mcap-vendor Version: 0.33.1-1noble.20260423.224254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 1169 Depends: ros-rolling-mcap-vendor (= 0.33.1-1noble.20260423.224254) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mcap-vendor/ros-rolling-mcap-vendor-dbgsym_0.33.1-1noble.20260423.224254_amd64.deb Size: 1101270 SHA256: 9a637a3b8602a14a917c6e5a76f7463cf3c504a8dac9b5c775d0194546a0028d SHA1: a96075350d8adba5b837ad584e36c094e638137f MD5sum: 436a82844173894a5936751bfd75f428 Description: debug symbols for ros-rolling-mcap-vendor Build-Ids: 82d5a71ee14e48a96d5de760c5ead79c3133d5c0 Package: ros-rolling-mecanum-drive-controller Version: 6.6.0-1noble.20260425.051745 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 935 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.051745_amd64.deb Size: 213552 SHA256: 6e6dceba017583d40d8bfe4c331b370156abd9b3cb371b2c6abcda539dc0c239 SHA1: d138f9da89f5d8f3ebcedc75c3a03256a3a36321 MD5sum: b13233ef7da303af4e393b621272d576 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.051745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3985 Depends: ros-rolling-mecanum-drive-controller (= 6.6.0-1noble.20260425.051745) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mecanum-drive-controller/ros-rolling-mecanum-drive-controller-dbgsym_6.6.0-1noble.20260425.051745_amd64.deb Size: 3534756 SHA256: 32e6e9c237c3b7114bf2f085ae307bc0d858fc8513c2486e3f0cf744ce90486b SHA1: 542dc0038abad3c323dcae565db83a3f711c70a8 MD5sum: 50d0408d422a83d153e67149262fb30f Description: debug symbols for ros-rolling-mecanum-drive-controller Build-Ids: f7d3b369beaf323315564bdf0f33dd7b2c7023e7 Package: ros-rolling-menge-vendor Version: 1.3.0-1noble.20260423.214341 Architecture: amd64 Maintainer: Shao Guoliang Installed-Size: 2220 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.20260423.214341_amd64.deb Size: 428944 SHA256: 08eaf3646428ce4860991f45dbc81d4103d3eaeb24f0faf5721b6827bb88a490 SHA1: 1e7d8da5cb549ed1f15eb0a2afb7caf3de35b75c MD5sum: ea63e026af9897f20fefc0a37032f124 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.20260423.214341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shao Guoliang Installed-Size: 7507 Depends: ros-rolling-menge-vendor (= 1.3.0-1noble.20260423.214341) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-menge-vendor/ros-rolling-menge-vendor-dbgsym_1.3.0-1noble.20260423.214341_amd64.deb Size: 6858868 SHA256: ebe258147748cdde2afa974c033bf8f81e45222c1b0933744f527c7180435fa9 SHA1: 65d2d8087628c6eb36af0c5dfe1000fed0cf9957 MD5sum: 4b9aafeefc03c16ff077beef9bfcd132 Description: debug symbols for ros-rolling-menge-vendor Build-Ids: c5f3e2bec86edca01968501d130f7dc86cc174e5 Package: ros-rolling-message-filters Version: 7.3.8-1noble.20260425.044312 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 299 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.044312_amd64.deb Size: 47178 SHA256: 38cb58940edd7e1b06db9769f3de62b3496a38f6ec9e06ebce9ea04fe095d7ea SHA1: c731f8ad446befd26bfdbf6342b17b5bc093e711 MD5sum: b3102427a9e434f8653879c35206d986 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.044312 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 26 Depends: ros-rolling-message-filters (= 7.3.8-1noble.20260425.044312) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-message-filters/ros-rolling-message-filters-dbgsym_7.3.8-1noble.20260425.044312_amd64.deb Size: 12340 SHA256: 4b9d7b4fbf0e6a3554868ce5a16435147344be2d4a7223698312f7c1856e2ec4 SHA1: 8ed9e9e918f4e1e454206e13a1f9f9036342274e MD5sum: 5ab6bb4c7d18048c09862b2ef6ee8604 Description: debug symbols for ros-rolling-message-filters Build-Ids: 8ce5c58e7825e04909935cd2e1e5b8dddb05a55c Package: ros-rolling-metavision-driver Version: 3.0.0-1noble.20260425.043323 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 872 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.043323_amd64.deb Size: 213320 SHA256: ebdaf23ee39aa85b2af28be975752a20d24cb5d90b1ac0e232219cee89d0817a SHA1: 73abd4840a4c4c6bfd2eaae1f9b0391124dac295 MD5sum: 0d9b10ce69146a826689d6f30a1cfaca 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.043323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 4147 Depends: ros-rolling-metavision-driver (= 3.0.0-1noble.20260425.043323) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-metavision-driver/ros-rolling-metavision-driver-dbgsym_3.0.0-1noble.20260425.043323_amd64.deb Size: 3725912 SHA256: 4f35c757a66f26ad322aad0b71f56b3f49f313c3460e3ac85ba286a6ab7499a4 SHA1: 0b1cb2f3b7778809c1920b17409e28f33b01224f MD5sum: d80049028875fbe44e31993b854abb64 Description: debug symbols for ros-rolling-metavision-driver Build-Ids: 0f5979240e4b7775de8d55819a7b7009ce2f4b03 9af6fd915abed8e4b298969a5afeaecb66382b16 Package: ros-rolling-micro-ros-diagnostic-msgs Version: 0.3.0-5noble.20260425.034353 Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 975 Depends: libc6 (>= 2.14), 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.034353_amd64.deb Size: 88314 SHA256: d1f27866f6d68062ccc504ee19255b37e2caad8247644812184c09d4e67f3fba SHA1: 78a0ca87eb417a1b7c434d031fcbe5a7f54a2763 MD5sum: c92ce5f9d1d723b3994808d3b32745f5 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.034353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 646 Depends: ros-rolling-micro-ros-diagnostic-msgs (= 0.3.0-5noble.20260425.034353) 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.034353_amd64.deb Size: 484262 SHA256: 83ad759983f95b9d3e06a24659ee3a7f6589b975a8b3c76192a03362c8be4fda SHA1: e57e61b0f9183fa9b0bffc75d8a993c4622ae02e MD5sum: 61dbcc8d0dfd1bd4767c99a2afa1e807 Description: debug symbols for ros-rolling-micro-ros-diagnostic-msgs Build-Ids: 0ab783d8be3f690f30d0307e186b9c5e63e101b5 1630d51540c0147dd60f4ee63f239455e670fec5 431a8bc955aa23cc008038f99e653e8e46ffdbf6 763088360812e72401b91e247ab2ecfce0d20444 a3169d91d00e9084c6903143a261463c0903d4a4 aa642dd1551ba8baa24d26bd7ccff2daff4e4a7c ad0cfdc3083dfc3497d0cb4390fb215552030567 d9b343f618a95bb5ad1572f80387893bfc3c85ce dd165c10ca5d96c0a82fc3f0552f774cbe96a6ad df5091c07ea52f3c4bb9f591ece835cf7cff484f e625c743be27f7e18dd2aceed3ab8fdb6b307266 Package: ros-rolling-micro-ros-msgs Version: 1.0.0-4noble.20260425.033608 Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 733 Depends: libc6 (>= 2.14), 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.033608_amd64.deb Size: 80060 SHA256: cd8aebbf423a5704d0d9d58eff429df7e9273b0f90388fd91add626e7e64b79a SHA1: 32dc121e7940045d7595878772c9cbe46c57d9aa MD5sum: 0f977b3a1517b045a6d09b0eeb9cc29e 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.033608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 701 Depends: ros-rolling-micro-ros-msgs (= 1.0.0-4noble.20260425.033608) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-micro-ros-msgs/ros-rolling-micro-ros-msgs-dbgsym_1.0.0-4noble.20260425.033608_amd64.deb Size: 578130 SHA256: 74055c245d9bad2ed37009b7601d03fbb92d21161c86d678a7d459fc3a87539d SHA1: 6dcbd51b5eaf722dd01f9272df1fe11597669e93 MD5sum: c1aa803445a525e119dd437f0e1fd958 Description: debug symbols for ros-rolling-micro-ros-msgs Build-Ids: 01e38a1422acf3e9af1e60d7723eac820b294328 25bcd5a60e805de85cc2bbdef2c20880778fa463 2ac57a72e31f9c1dbf69fe364badf92b26fef8b3 5b918f56c8a74cbc336367539debdc01caa9610b 758cf173ae39f8b7a20118719c9206dfa1c603ca 7853a22835e7897282e73b210584d44d5e5813ab 94c4b2ca6f79e6e6daead20719d73fe1bc8e1b2b 9bcca621936fb41c401f7a8d9ca0cb78dc51aa5e a2e1cb41c7ab270c22e167550c627d02c588ffd7 e76d8138e0e60ccaea84175f408dfab480cb2dff ec442a7d94ad754ad6bb5449b774f40b5f341119 Package: ros-rolling-microstrain-inertial-description Version: 4.8.0-1noble.20260424.195728 Architecture: amd64 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.20260424.195728_amd64.deb Size: 2755532 SHA256: 24eb37d30588be7d1b4227f9a6d5ca39ebf63ed59476e74ed20772964865206e SHA1: 5f122c7ef79b2d4f10084dca2d3004811c011196 MD5sum: 0a2c0ea71218a33b6235b8b5d77f9386 Description: URDF and stl files for MicroStrain sensors. Package: ros-rolling-microstrain-inertial-msgs Version: 4.8.0-1noble.20260425.035639 Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 8188 Depends: libc6 (>= 2.14), 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.035639_amd64.deb Size: 472924 SHA256: 79b1a1ebba1d7b7c521b8e2a0ad47822b2455f2466f693ded84328c71c24fc50 SHA1: 036d6eeba8a77f42e6b1ec3be15fe0b9b52efeab MD5sum: ecf21564a30979173f1dac1397b4e72c 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.035639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 5155 Depends: ros-rolling-microstrain-inertial-msgs (= 4.8.0-1noble.20260425.035639) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-microstrain-inertial-msgs/ros-rolling-microstrain-inertial-msgs-dbgsym_4.8.0-1noble.20260425.035639_amd64.deb Size: 4061974 SHA256: 2b83cedd5bb3a2a6ba13a1b1f9de6eced1ecd1f92f39302ee02361b7a294649c SHA1: b4150be2e1c3a40ac5b723c178513653702fa7e9 MD5sum: d1072a619a0467815ab28fd55018414e Description: debug symbols for ros-rolling-microstrain-inertial-msgs Build-Ids: 090fcfb2694a4271f0680adfd35ea100485c730b 0b8e54069e7ef3d4fe36f6892093aa31be4c66d0 14b9f0e549725014703361b47468109f6e9bce92 28dd69fd57c6d92857c2f99c8ccdd3d33937d4c0 2c5dd1778727316e8c5b1809c15e078ab3c64965 383bd01461ffbb66fcfcc21183edb848715080be 390e0278c2a77bdd3742b5fc2dee3b3473b2771a 9de1263693b58d3dd477e2fe1f723a78a1f2df15 ae0cf491e4548be7a19e93b79fbfc7574f11ba32 bf6de98afbab087868923be9e75839163c538a7d d7be79c0cdb76276e3298b2b876141744cb54507 Package: ros-rolling-microstrain-inertial-rqt Version: 4.8.0-1noble.20260428.034855 Architecture: amd64 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.034855_amd64.deb Size: 69368 SHA256: 0ced5af33cf231064ad74125a279fe9a5a6d9df33b0baffa68a6ac214c899c7a SHA1: f4a37a484c95ab4fecef3fad2dd7784b13115569 MD5sum: 14aafe898bfc007da7ee47c827f4734e 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.20260423.230157 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 219 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.20260423.230157_amd64.deb Size: 32668 SHA256: e3de5a6f7e9ba80b367992d84f968e21a59b0d5d4768f2309822563debc1d1ee SHA1: c11eb4316e4075dfc7afec29778b55f9e2f762bd MD5sum: 2c0d3634ede496427f37812b220251bb Description: Wrapper around mimick, it provides an ExternalProject build of mimick. Package: ros-rolling-mobileye-560-660-msgs Version: 4.0.0-3noble.20260425.034354 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2862 Depends: libc6 (>= 2.4), 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.034354_amd64.deb Size: 189496 SHA256: a020b774d1c70ef36fa5365f676863cae61cc99a67ad625f94580e6e70fd9428 SHA1: 29d37eae40ee39300fb97b7dac775ee41eb4b7c4 MD5sum: 9629b2ea73ef888e739815bce278f3a3 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.034354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1649 Depends: ros-rolling-mobileye-560-660-msgs (= 4.0.0-3noble.20260425.034354) 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.034354_amd64.deb Size: 1339026 SHA256: e4b93f540c9fbaab950f143b75108e07c52f76dd6df3add4a1bc45fe67a35929 SHA1: 0677ba65b4698ddee11462fcf405df2c3fc8d25e MD5sum: bf7e46f41d42984c7e959670f6995dc1 Description: debug symbols for ros-rolling-mobileye-560-660-msgs Build-Ids: 36b96b2a6d8b5a23a78daba1721dde3b7727025e 425756fdbc3444ef4daa69f5ba294dd4ea1da755 5f0812a5bf1c90d2c86cb85c1f1135f4cbd2acca 7635b986ec4ef77d921e44266a84a09f3479f93c 7b5955b88bda32e38b49967715c3c7e8c0be8ed4 838106c1d427b8865392b495a017c5f3ace22c70 85d70d745f1c235d7487d11e3a2a146902f7f027 8d72655be1403ca5ba4a13d8f6913fedc8e2cc58 9b7f6503c73880b02a732888cb3a65b9ae76e241 b7d11649784b61bd01335d97ef4dcc2165644337 e98896d06adc7659372e68bb77203a38f1aaceca Package: ros-rolling-mola Version: 2.7.0-1noble.20260426.062238 Architecture: amd64 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.20260426.062238_amd64.deb Size: 3358 SHA256: 93bee7d823120c15dd83b3d10f8282c20aacc6abca4cd81c3604a86aee0e234b SHA1: a104e35418a73d5af7cc434243d6fa0f858db1d2 MD5sum: 4cc9bfd88c1751f68ce0260a84a351d5 Description: Metapackage with all core open-sourced MOLA packages. Package: ros-rolling-mola-bridge-ros2 Version: 2.7.0-1noble.20260425.070609 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2839 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.070609_amd64.deb Size: 473610 SHA256: 77b9cdd4047d13363146f39e0fad5df1097cb44d745e5f8d9ddb355995e393db SHA1: 5c043a02a4ca126240c50f8e2efb371c67a6bbe5 MD5sum: 20f5665d5ff8b5232319dba1e1c5a26a 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.070609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 12984 Depends: ros-rolling-mola-bridge-ros2 (= 2.7.0-1noble.20260425.070609) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-bridge-ros2/ros-rolling-mola-bridge-ros2-dbgsym_2.7.0-1noble.20260425.070609_amd64.deb Size: 10884728 SHA256: 310d9f45ebcbf94e78a6f10fd0586b0b2116d3a093194fe6e1d3273a909197bc SHA1: 50cb2fd13f17c8a83d991982df3a5b5b5aa37dab MD5sum: dc34ca4036ee4dbd8b13f9dac9cfd5af Description: debug symbols for ros-rolling-mola-bridge-ros2 Build-Ids: c25dbe2b2ac57973c8100fcdefef44dce5546af1 Package: ros-rolling-mola-common Version: 0.5.2-1noble.20260423.224308 Architecture: amd64 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.20260423.224308_amd64.deb Size: 11890 SHA256: 971099501d65073064a5994e08cb4dc8edf39cdb5d0d32e5f48403773f27c52a SHA1: 7210b472d40252339c249a0e16eb1aa9b2408dc1 MD5sum: a595dac8d8b7161b31b41b3e3842a8bb Description: Common CMake scripts to all MOLA modules Package: ros-rolling-mola-demos Version: 2.7.0-1noble.20260423.214357 Architecture: amd64 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.20260423.214357_amd64.deb Size: 24920 SHA256: d2611365c73efae2b9105a5b1eb3d157603977a4c58133c375058c6dde608ce8 SHA1: a3650eb368bf5b3f3c546df6457a21e717cfb3b1 MD5sum: 607a26ff7c015ea3708eba6fc5368240 Description: Demo and example launch files for MOLA Package: ros-rolling-mola-georeferencing Version: 2.2.0-1noble.20260425.072623 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 614 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-rolling-gtsam, ros-rolling-mola-gtsam-factors, ros-rolling-mp2p-icp, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-mola-yaml, 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-georeferencing/ros-rolling-mola-georeferencing_2.2.0-1noble.20260425.072623_amd64.deb Size: 180848 SHA256: 2764dec2a7489ada537164a473b9cb8612e3acacff7d83b6ecc20229925a58fe SHA1: 9190ae0a8f714c67a87fa0c7803d818be97e3e15 MD5sum: 352fc03c4bd2ca52073e74ca14fe864a Description: C++ library for georeferencing key-frame maps (simplemaps) and related CLI tools Package: ros-rolling-mola-georeferencing-dbgsym Package-Type: ddeb Source: ros-rolling-mola-georeferencing Version: 2.2.0-1noble.20260425.072623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9800 Depends: ros-rolling-mola-georeferencing (= 2.2.0-1noble.20260425.072623) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-georeferencing/ros-rolling-mola-georeferencing-dbgsym_2.2.0-1noble.20260425.072623_amd64.deb Size: 9749590 SHA256: 6cc6f6c54a1c32c054732c36c21c8cb66cb3951ca17522d70000e187c2b2be31 SHA1: c87d2f1a19b9c0140c7d9f51d18b64c77a7a0d09 MD5sum: b1433df771b61d1f9a3b33eb140d4ce6 Description: debug symbols for ros-rolling-mola-georeferencing Build-Ids: 387164d679b0e0e6f536ab238f4b6b04a07b055d a84f810a61f3339254711509527f79a6f74ec110 c22891faacacb851b8d34eb0b03774a697720263 fd80bb2e3069e28ffa701d7cc4e35dd400307ce6 Package: ros-rolling-mola-gnss-to-markers Version: 0.1.2-1noble.20260425.064026 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 773 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.064026_amd64.deb Size: 144570 SHA256: c85b1a07dc1792a1653015881bb91c57319370439a2db941c5d74a7a359956c6 SHA1: aa3c2dce49c878d55f16b035a7d475461df0d3f6 MD5sum: 660a4a82620a3facc06474d7a67496f2 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.064026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 3344 Depends: ros-rolling-mola-gnss-to-markers (= 0.1.2-1noble.20260425.064026) 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.064026_amd64.deb Size: 2760206 SHA256: 22c983f724928ba2d3cec81c5644be36480b0864904d5d2f1765940099e79ada SHA1: fc920326cbd6859128b0dddc3f4ea13f9204ff89 MD5sum: 38ebf00d0bc0e5e7651930092e81b437 Description: debug symbols for ros-rolling-mola-gnss-to-markers Build-Ids: cafbb8dff5eded06200a3c9f9f90792beecada9f Package: ros-rolling-mola-gtsam-factors Version: 2.2.0-1noble.20260424.210317 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 439 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-rolling-gtsam, ros-rolling-mola-common, ros-rolling-mrpt-libposes, ros-rolling-ros-workspace Homepage: https://docs.mola-slam.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-gtsam-factors/ros-rolling-mola-gtsam-factors_2.2.0-1noble.20260424.210317_amd64.deb Size: 114712 SHA256: e51d8401a2d3a3626e54ffb63128109efd8f97644dcee009f7dd7bccd5ee8fb7 SHA1: df710c060ccf98dc1b11c3f7149ba243b9948b72 MD5sum: c66ef0b450472aeae4a5ff27894fb8cd Description: C++ library with reusable GTSAM Factors useful in georeferencing and state-estimation MOLA modules Package: ros-rolling-mola-gtsam-factors-dbgsym Package-Type: ddeb Source: ros-rolling-mola-gtsam-factors Version: 2.2.0-1noble.20260424.210317 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 24695 Depends: ros-rolling-mola-gtsam-factors (= 2.2.0-1noble.20260424.210317) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-gtsam-factors/ros-rolling-mola-gtsam-factors-dbgsym_2.2.0-1noble.20260424.210317_amd64.deb Size: 24502738 SHA256: 514207471c6a7b3da612467649d960aeaefa4c0d01601ee26928fa8f1f7a881e SHA1: 4aeb9a665d1ba31f422134e67ea3185222ac3f77 MD5sum: 5343d19bbf57ce6b5eb33d7eef939bf7 Description: debug symbols for ros-rolling-mola-gtsam-factors Build-Ids: a8ed51d0066358d774eb85422e335b9daf73e953 Package: ros-rolling-mola-imu-preintegration Version: 1.16.0-1noble.20260425.064032 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 264 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.064032_amd64.deb Size: 81810 SHA256: 221e8a617164f4b284d617a690f72377236fe398b7d54a1a3f33857e3e5f6efc SHA1: 489f00fa95dd218be367a48f7bcdd4369df667a3 MD5sum: fc71af79277b74ba22b692c0af07996c 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.064032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1097 Depends: ros-rolling-mola-imu-preintegration (= 1.16.0-1noble.20260425.064032) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-imu-preintegration/ros-rolling-mola-imu-preintegration-dbgsym_1.16.0-1noble.20260425.064032_amd64.deb Size: 1056382 SHA256: 03b0cc1d553a527235caf6b52435e4288a2a91a00d95a52e0d80039c68f106ab SHA1: f95225e17960c7755f5bbbc62aa4adf748115854 MD5sum: fcc598a21647bd33faf1ff8938330922 Description: debug symbols for ros-rolling-mola-imu-preintegration Build-Ids: 8b2bbfb3f68cbf560833f4428cb652d288543a57 Package: ros-rolling-mola-input-euroc-dataset Version: 2.7.0-1noble.20260425.070324 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 199 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.070324_amd64.deb Size: 63572 SHA256: fc9d5e7673200b17c1e09e51b8fc2661af5eb8bc55664ba4ff343cfdbdabd64b SHA1: 76db7da829805aa194b79d2afb8cc41d98647161 MD5sum: 4562649bd0fa7895620ef556ea89b16c 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.070324 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 636 Depends: ros-rolling-mola-input-euroc-dataset (= 2.7.0-1noble.20260425.070324) 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.070324_amd64.deb Size: 604000 SHA256: bfe106657a840b30b48d2091194b7ec7b3ef9ba1d2c1dacdc4cac9055fcfce44 SHA1: 6be13bb596ffbd81447c24606715acec9d9706e1 MD5sum: e27d3e4fddfb8b240eeb1ca53412fdf9 Description: debug symbols for ros-rolling-mola-input-euroc-dataset Build-Ids: 631c4349a5159c76d384558a682bace843ef779e Package: ros-rolling-mola-input-kitti-dataset Version: 2.7.0-1noble.20260425.070338 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 243 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.070338_amd64.deb Size: 82780 SHA256: 18dea8279e1dd4e31077403325eea3efb62e43b0f4846a4989e0e077838fa6a2 SHA1: 639384ec0b33cd1c6541099cc7f604b57a167166 MD5sum: ba9dff5341b0cb5cb8245c74a6032b7b 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.070338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1214 Depends: ros-rolling-mola-input-kitti-dataset (= 2.7.0-1noble.20260425.070338) 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.070338_amd64.deb Size: 1179456 SHA256: 1d0a44c84c8a4cd6ac4ea21cdf71cc7af106bffd76be4bf478447eae81a01f04 SHA1: 79f515e1b5a133a01e1260b567c7a565b2de95d6 MD5sum: 84d70c48477e0bd1a3fb94f0e2a87510 Description: debug symbols for ros-rolling-mola-input-kitti-dataset Build-Ids: fe0014d7ed87625df22f272a9fafeab7274e9d5a Package: ros-rolling-mola-input-kitti360-dataset Version: 2.7.0-1noble.20260425.070327 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 374 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.070327_amd64.deb Size: 127208 SHA256: 5956f7f4bdadd142853f88467dfdbcdb9a7a1a6ee3bcb113a8ab0835ce14ee47 SHA1: a2c5abfc40cc06c9f97b761ba4285793e1f817dd MD5sum: 64ce0cdd1be65388bf5b8b45bcc0725d 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.070327 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1864 Depends: ros-rolling-mola-input-kitti360-dataset (= 2.7.0-1noble.20260425.070327) 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.070327_amd64.deb Size: 1811680 SHA256: dca629ae7ad5ed8ca1e747495b2bbea2604b53a8ef5b429a8d8b5f1bb775b9a7 SHA1: 04ac0334322fb6059c633c0c4f0d7ec33d8bafe7 MD5sum: 5f581f72e8a7d42caf8bf5d277abf422 Description: debug symbols for ros-rolling-mola-input-kitti360-dataset Build-Ids: 4d93d324a46ce31d35a95a4fa2955bb07d632b4f Package: ros-rolling-mola-input-lidar-bin-dataset Version: 2.7.0-1noble.20260426.061606 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 195 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.20260426.061606_amd64.deb Size: 61524 SHA256: 09d32b31881d30a2030f39bc65095d3c3b27dc09a92b1819f498bdecb6fc81a3 SHA1: 1a30db2c2016fd0f093e4e6eb49dfc04fdbaf7dc MD5sum: 7d1b4320cb3ae8666ce6db14f49cb69c 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.20260426.061606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 562 Depends: ros-rolling-mola-input-lidar-bin-dataset (= 2.7.0-1noble.20260426.061606) 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.20260426.061606_amd64.deb Size: 531500 SHA256: ac4a77d3ffc32ebba3f08ed1909c1551baa126a30be4b8abb6333fb2558eebd2 SHA1: 94a37744a08143aff99d649717ebd11385346a19 MD5sum: c3b130a0faaba578c9a3b99dae9abb94 Description: debug symbols for ros-rolling-mola-input-lidar-bin-dataset Build-Ids: f062ea03f646ac704c503e4e866a682f16ab2fe9 Package: ros-rolling-mola-input-mulran-dataset Version: 2.7.0-1noble.20260426.061616 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 236 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.20260426.061616_amd64.deb Size: 75790 SHA256: cd349407bf60cadfb56f7a217db35cc5be5dfd83bcc7c2996f834a0378834b90 SHA1: 526b1514dad7a17a03ae72615817ff285f9c1bb8 MD5sum: 4a56c2d084409b28468af7714cd781b1 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.20260426.061616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 929 Depends: ros-rolling-mola-input-mulran-dataset (= 2.7.0-1noble.20260426.061616) 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.20260426.061616_amd64.deb Size: 887744 SHA256: 080cb29f4ec24f26a079be5af6dafeb8b38e3ffd85e46ed7997c6d5c73705cb6 SHA1: 792031ce1a3fa57bb0a5518f690aba2baa8a8208 MD5sum: 1096602f33b53d7144abd2fd9cc16410 Description: debug symbols for ros-rolling-mola-input-mulran-dataset Build-Ids: b446b891b3b8aa6a41a2b3344690522a77e44427 Package: ros-rolling-mola-input-paris-luco-dataset Version: 2.7.0-1noble.20260425.070350 Architecture: amd64 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.070350_amd64.deb Size: 67970 SHA256: 95aca8e545fc231dc6005b5e74fa54bb4277b8a90d9f952668b9297fb9cac789 SHA1: d0a21819ee7c036dd0bcfb0cbfa469d4746e0342 MD5sum: c75126c9947d572c0e123aa6e763048d 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.070350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 831 Depends: ros-rolling-mola-input-paris-luco-dataset (= 2.7.0-1noble.20260425.070350) 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.070350_amd64.deb Size: 799000 SHA256: 8f959c6e0684cd3b8a5c528ecb342eba43319c4deb8902b936603cfb6704ab89 SHA1: 6c4e4fd879ab96d12de08c4ed6d215c9a70047c3 MD5sum: 308dda52cf54deccb95d390ac25fb382 Description: debug symbols for ros-rolling-mola-input-paris-luco-dataset Build-Ids: b7cb543870a6c5264977d2fe23e36794d82bd360 Package: ros-rolling-mola-input-rawlog Version: 2.7.0-1noble.20260426.061624 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 194 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.20260426.061624_amd64.deb Size: 62162 SHA256: f6cfc9b11932fe285738929eff68d490268f881f87c0dc7af052e99bbc472675 SHA1: 08ced5232136385cd063532df5fcd8454a46d292 MD5sum: e23782ccbea6ca1845451d0d2aa14d52 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.20260426.061624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 564 Depends: ros-rolling-mola-input-rawlog (= 2.7.0-1noble.20260426.061624) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rawlog/ros-rolling-mola-input-rawlog-dbgsym_2.7.0-1noble.20260426.061624_amd64.deb Size: 535016 SHA256: dba8fe63bb59ed9e84f7826a0622c2d3a7eeccfe1859595f827304cae61255bf SHA1: 771936a52f37c795ee6fabada8b52dad22bbba3e MD5sum: 758b46f8aa84abb9ebd7f5022a911c48 Description: debug symbols for ros-rolling-mola-input-rawlog Build-Ids: 61b711c6736cd22354e1eec67b7b5f6007f4649c Package: ros-rolling-mola-input-rosbag2 Version: 2.7.0-1noble.20260425.070605 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 365 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.070605_amd64.deb Size: 125220 SHA256: 95b49a386c208e008154b29f63da3e3f7e382f8059f60bd80cc9584be8f3f5dd SHA1: bbf9b5a326cfc40f11a7ee202f70634120b9a3ad MD5sum: dd21280c69cbdf8adbbe005bd4f1c75d 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.070605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1636 Depends: ros-rolling-mola-input-rosbag2 (= 2.7.0-1noble.20260425.070605) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rosbag2/ros-rolling-mola-input-rosbag2-dbgsym_2.7.0-1noble.20260425.070605_amd64.deb Size: 1565906 SHA256: be09de1f4347927344ff1d68c5b037ab1ff028f676687817b478ca0363b1db3e SHA1: 35c2cd270db055166646d80cac6eb57bd0c522ec MD5sum: 1fb2133d47d274f6324d655cf948295c Description: debug symbols for ros-rolling-mola-input-rosbag2 Build-Ids: e4a5e2ed9e2f0725224214c35289512c39030da5 Package: ros-rolling-mola-input-video Version: 2.7.0-1noble.20260425.073543 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 197 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.073543_amd64.deb Size: 63442 SHA256: 834d33f27524230fc6b71d5779a01ff084bfb18bca2d4f3a358ddf5f3341f399 SHA1: b3958b30103d4f1982a4380cd2f2801b24eb06ff MD5sum: c1bdefd5f099536fb8460c1e7bd95fca 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.073543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 687 Depends: ros-rolling-mola-input-video (= 2.7.0-1noble.20260425.073543) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-video/ros-rolling-mola-input-video-dbgsym_2.7.0-1noble.20260425.073543_amd64.deb Size: 658820 SHA256: 850041bd609eee4c05facc3c1ca428418b64d68f1b2801ddfa698701c100f4b6 SHA1: 9941d7ffbddacbf9c178cb1227f0ad8372088504 MD5sum: 154835c5436dbfd8f71791d68c4e1f96 Description: debug symbols for ros-rolling-mola-input-video Build-Ids: a9908cc1661f07d3d8990bca6c283fe11c4e8d5e Package: ros-rolling-mola-kernel Version: 2.7.0-1noble.20260425.065904 Architecture: amd64 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.065904_amd64.deb Size: 108592 SHA256: 4e9356002f21417c4753c59ca32df91a422954a55c201d38e10aab532b932ef5 SHA1: 19592199a89a73524e871453de07b9fc1c37ad52 MD5sum: ce92b2c652ce964fef17fe255e8e240a 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.065904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1563 Depends: ros-rolling-mola-kernel (= 2.7.0-1noble.20260425.065904) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-kernel/ros-rolling-mola-kernel-dbgsym_2.7.0-1noble.20260425.065904_amd64.deb Size: 1500478 SHA256: 19df5417e1f761c06387563c6805ccc1ee3be04ebe848b9ee1cb94e23d0dc34a SHA1: e92ec2f7a07208e93ffefd3189ce3ae45caa1902 MD5sum: c721a7f73b0cdf932b2bc8ec0ceed5c1 Description: debug symbols for ros-rolling-mola-kernel Build-Ids: 27415f27c8031eeeb95653eec7d79f787aba84f0 Package: ros-rolling-mola-launcher Version: 2.7.0-1noble.20260425.070400 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 603 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.070400_amd64.deb Size: 138380 SHA256: ee42bc5c4c23e53ec58345bd7c07175fe79321cbcd0e76603a50a5289b57aa57 SHA1: ff6b2082552b182deba48ffb762fd3e861eb64e1 MD5sum: 3225c71e436092b0e652b8a7c56b5141 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.070400 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1753 Depends: ros-rolling-mola-launcher (= 2.7.0-1noble.20260425.070400) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-launcher/ros-rolling-mola-launcher-dbgsym_2.7.0-1noble.20260425.070400_amd64.deb Size: 1662144 SHA256: ff876392d5cad50829c661e32d3c074485d59dcd135652b9ec9351e60d101648 SHA1: 649d6af53470a96552c4c8632071dcbfd86a7fbf MD5sum: 5fd3b8f96c1f31b1cf0c92cbfb1c466d Description: debug symbols for ros-rolling-mola-launcher Build-Ids: 09cf0b8a796552f7c2f45ed79c766196a94617b9 2770f44da80bd1e76f93e29c3fdf112efa5bfa5c 7a8724931126946280c28e5dbf70487d3e9e5309 e91bffd9cb3c577441783b63ff3ff4b0110ed544 Package: ros-rolling-mola-lidar-odometry Version: 2.0.0-1noble.20260426.062238 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1295 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.20260426.062238_amd64.deb Size: 359320 SHA256: 8c44a248ef203bb938e702ee533df251372d0399de5d8f84e1c8860cbd5806fd SHA1: 9a3e6b12f04ce838bb8ddbbdd5c90f1162619145 MD5sum: 467791f849f8c149fd864cb82c7f2a99 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.20260426.062238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9423 Depends: ros-rolling-mola-lidar-odometry (= 2.0.0-1noble.20260426.062238) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-lidar-odometry/ros-rolling-mola-lidar-odometry-dbgsym_2.0.0-1noble.20260426.062238_amd64.deb Size: 9242572 SHA256: 79516463728fd806545c933412906b54d5dfb6ce3bfd4150bd810d14363b9283 SHA1: 00c515f7613af2abbb9c7eed7797660b7089451c MD5sum: 050994a53130736d27b327361ecdb938 Description: debug symbols for ros-rolling-mola-lidar-odometry Build-Ids: 3f9de9d9611aa83e9602c53a07baf064a6f2d567 996ca08f061c92c528eb5c401bb0a7bbcbf6668f Package: ros-rolling-mola-metric-maps Version: 2.7.0-1noble.20260425.072628 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 975 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.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.072628_amd64.deb Size: 265710 SHA256: 9293f38aafdb8305723d104a41557af1003db1af17ed536b91e411188e203d9d SHA1: 44830bc640184d123faad1023b10f6d2c7875de2 MD5sum: 5dfd437335055ce7e58e9ed00688a666 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.072628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 5571 Depends: ros-rolling-mola-metric-maps (= 2.7.0-1noble.20260425.072628) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-metric-maps/ros-rolling-mola-metric-maps-dbgsym_2.7.0-1noble.20260425.072628_amd64.deb Size: 5428890 SHA256: 519fb0eb8c5e32e62a2346fb581afe6001ab9211e0283477c3a17d7fc9d54879 SHA1: f9301d446749e311cc5bc23c2e46a0478041672b MD5sum: 49416a4c5ff8ddc1d73a138304a689ee Description: debug symbols for ros-rolling-mola-metric-maps Build-Ids: 67302b56f24148f4b24a4212e1c23913bb79db0f Package: ros-rolling-mola-msgs Version: 2.7.0-1noble.20260425.041207 Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 2790 Depends: libc6 (>= 2.14), 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.041207_amd64.deb Size: 196936 SHA256: 02b041688b05e8c9186a5b0d2aa6df86130f6b97efcdf2809cdba4d8ad1dff0f SHA1: 340d3ff88ecbee59b31c5d07fe8b7a60d7996c0a MD5sum: d6f491466057049412dcbf2a4c2aa979 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.041207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 1999 Depends: ros-rolling-mola-msgs (= 2.7.0-1noble.20260425.041207) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-msgs/ros-rolling-mola-msgs-dbgsym_2.7.0-1noble.20260425.041207_amd64.deb Size: 1570710 SHA256: 760a2816efee6d0abe3c4ec31ac6c72e740b6982ef3ef215841eaf1efc2b4902 SHA1: 84bd56e3bc8ac25bfaa35559e0faf5f922b992a5 MD5sum: c614d54629905da3f91915a391a60270 Description: debug symbols for ros-rolling-mola-msgs Build-Ids: 1c3a14dabb645e17f79fa750a47e0953e295fbf0 24188014c8458050c9807de5a5d5f078e84830c9 458501b4ce157f9fb1a21ce3612d24482bf503fd 8608730621d62e62d5698e32d89143bd0874926e 9bf84d124d6da624485c0026f57003780955013a b4e96babfcb86c4649239e17762262e797fd216c cab4c671b23f8177a3bff290012d8f14e621d30b ee7ae5802804a3c6688ddf04dc62c32577b42ca2 eef3ae7cb31e0168eaae37c4caf5d8459767cf4e f73b2caa87e294d5ca791eb34f01010952186345 fc7fa4a542d1432e245bd1a7ccab40db69b450ae Package: ros-rolling-mola-pose-list Version: 2.7.0-1noble.20260425.065912 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 129 Depends: libc6 (>= 2.4), 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.065912_amd64.deb Size: 38530 SHA256: 5506b0213a8a444171e5d34e1d9120ea7c80f7f7f6fa14e428ae94c60c0faaa3 SHA1: cfa064bb461926638e0e1fd354e55560465e4edf MD5sum: bed9182d64fa3cf882b16c7a5e8784d4 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.065912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 382 Depends: ros-rolling-mola-pose-list (= 2.7.0-1noble.20260425.065912) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-pose-list/ros-rolling-mola-pose-list-dbgsym_2.7.0-1noble.20260425.065912_amd64.deb Size: 366392 SHA256: d847bd1d5c57c7b14cc5eb759a85cb76e483edc042f518269c6e770f7ef21ea7 SHA1: c73429fd331f02c18a5f5b6fb9f703369f3e70a4 MD5sum: a9d1ab611795ac02b34b54093f265021 Description: debug symbols for ros-rolling-mola-pose-list Build-Ids: fe24b7cd98819c86a123e51f8373c39a728c0fe5 Package: ros-rolling-mola-relocalization Version: 2.7.0-1noble.20260425.072612 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 135 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.072612_amd64.deb Size: 41716 SHA256: 9c8fbaba47c24f88dcc10a3db2705577054581002016d20cac2a342d3df96f55 SHA1: b9fedd542e6500d0a1f868e22a2a731ec164f102 MD5sum: e9681ebb057abd264552391afa311d1a 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.072612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 788 Depends: ros-rolling-mola-relocalization (= 2.7.0-1noble.20260425.072612) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-relocalization/ros-rolling-mola-relocalization-dbgsym_2.7.0-1noble.20260425.072612_amd64.deb Size: 768114 SHA256: 10411a08eabcbf80e36c48e20203648848a5745210c88ecf8ea7e4a29320d953 SHA1: 841fd2892a459dffd7683597183ec46a50320115 MD5sum: efcb47aa85136175470bf11f26db58fe Description: debug symbols for ros-rolling-mola-relocalization Build-Ids: 6fc8f1ce3a975abef7bfea942e6931abd30d8f31 Package: ros-rolling-mola-sm-loop-closure Version: 1.0.0-1noble.20260425.073051 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 949 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-rolling-gtsam, ros-rolling-mola-georeferencing, ros-rolling-mola-pose-list, ros-rolling-mola-relocalization, 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-gtsam-factors, ros-rolling-mrpt-libgui, 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-sm-loop-closure/ros-rolling-mola-sm-loop-closure_1.0.0-1noble.20260425.073051_amd64.deb Size: 314866 SHA256: e1fa4bdff6fba6201252a60e322929f89089a4c14662be04a4beb693adce7c0c SHA1: e44ac5f4b9be227b0a7cd814308f9d16fbbe2c72 MD5sum: 65aa406b96b1e099da5490d09972295c Description: Simplemap loop-closure postprocessing library and CLI tool Package: ros-rolling-mola-sm-loop-closure-dbgsym Package-Type: ddeb Source: ros-rolling-mola-sm-loop-closure Version: 1.0.0-1noble.20260425.073051 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 15123 Depends: ros-rolling-mola-sm-loop-closure (= 1.0.0-1noble.20260425.073051) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-sm-loop-closure/ros-rolling-mola-sm-loop-closure-dbgsym_1.0.0-1noble.20260425.073051_amd64.deb Size: 15067166 SHA256: 316f5c4368f9b7849d131cc7bdf4b7a11d320a991e545f3c5954e5a66618a96e SHA1: 8fe2affd7999ac9baaa043128a73b94efce2d46a MD5sum: 52a06c65d91f12adc685539f782fe1cb Description: debug symbols for ros-rolling-mola-sm-loop-closure Build-Ids: 16d9d1dfbf6da5e72a037695697bd2724593fd4a 4d57d8333e21ed917a239c21443a10f31ec7f706 Package: ros-rolling-mola-state-estimation Version: 2.2.0-1noble.20260425.071241 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 45 Depends: ros-rolling-mola-state-estimation-simple, ros-rolling-mola-state-estimation-smoother, 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/ros-rolling-mola-state-estimation_2.2.0-1noble.20260425.071241_amd64.deb Size: 6860 SHA256: e5cf5c54e2c7cb2c17caa521a0ae97c36a0aa20070d27067e029bb4f75b2ef03 SHA1: d9316604dfb5cae1025e9b679b984553b5d8b8b3 MD5sum: a07f9de477f5558c5aa68e8d79a01ba3 Description: Metapackage with all MOLA state estimation packages. Package: ros-rolling-mola-state-estimation-simple Version: 2.2.0-1noble.20260425.070243 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 304 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.070243_amd64.deb Size: 101754 SHA256: 50dd84a2155a5158bfb03ec38557a9f49c6640e75167400231942deb10c36812 SHA1: ac1ef00b05a0db1ed60130ed88f8327132ffca75 MD5sum: 2b91cd0a4fef7e795769bc7ede60d70c 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.070243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1163 Depends: ros-rolling-mola-state-estimation-simple (= 2.2.0-1noble.20260425.070243) 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.070243_amd64.deb Size: 1109222 SHA256: 9670e9c9fc1c788feb013fd9bce9ccb1cedf6bd970c739d0208209b55c7e995a SHA1: 7c2913839bbe1451df043a5719e9ff082fa71d50 MD5sum: de8a179ec23817605b4d8e94e721a030 Description: debug symbols for ros-rolling-mola-state-estimation-simple Build-Ids: ec2369e6f421e4e6082203245abe7c8088ebac94 Package: ros-rolling-mola-state-estimation-smoother Version: 2.2.0-1noble.20260425.070716 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 897 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-rolling-gtsam, ros-rolling-mola-gtsam-factors, 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-mola-imu-preintegration, ros-rolling-mola-launcher, 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-smoother/ros-rolling-mola-state-estimation-smoother_2.2.0-1noble.20260425.070716_amd64.deb Size: 275096 SHA256: 32df955a441563548043af57a1600b94b58948fa94baf541925311be656b618f SHA1: 4e203b99da915212fcb5160401007949629427ca MD5sum: 7a969af0fff4be487baf684b5b384bb5 Description: SE(3) pose and twist path data fusion estimator Package: ros-rolling-mola-state-estimation-smoother-dbgsym Package-Type: ddeb Source: ros-rolling-mola-state-estimation-smoother Version: 2.2.0-1noble.20260425.070716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 11106 Depends: ros-rolling-mola-state-estimation-smoother (= 2.2.0-1noble.20260425.070716) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-state-estimation-smoother/ros-rolling-mola-state-estimation-smoother-dbgsym_2.2.0-1noble.20260425.070716_amd64.deb Size: 10987236 SHA256: 8ae2c7ce24064f248f1d84883f136f878d765fbc0ad43ce228a99fe7987b068b SHA1: c68d19c751fa08f7f0e7c017550e373a0ce33cfd MD5sum: d13fd126ec414cab3e37a15bf02057d3 Description: debug symbols for ros-rolling-mola-state-estimation-smoother Build-Ids: 481f5c0a07edf0fd97ee7241004ca55845b5d26e ec022a8e1f63340176983f1698559fc46c88ecf3 Package: ros-rolling-mola-test-datasets Version: 0.4.2-1noble.20260423.214417 Architecture: amd64 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.20260423.214417_amd64.deb Size: 152294560 SHA256: 675d51560128b28d76884f5407910d5cfbcaab35b4baa05a03097d693b47abe6 SHA1: 1ed7a0a50660f2bc68b8f2a234216d5e0302e7d6 MD5sum: 446ca80a513ace46334bc12556b5e6b9 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.20260424.195734 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 119 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.20260424.195734_amd64.deb Size: 17834 SHA256: a4d86ca786f2dc7326f24faec7d0ca1d6f00ba29bea6a444a30c9570c53abdd5 SHA1: 640c0e6f369d3039f9a785332054246c9cb237f2 MD5sum: 944d98306abae890a66b70080e995c33 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.20260424.195734 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 559 Depends: ros-rolling-mola-traj-tools (= 2.7.0-1noble.20260424.195734) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-traj-tools/ros-rolling-mola-traj-tools-dbgsym_2.7.0-1noble.20260424.195734_amd64.deb Size: 432118 SHA256: 7d519a701a2e01d9908ee9426920ea70f3541f18996aec2f4eec6713ab9e7250 SHA1: fdf1fbd93f92a22ee7cdd375b1f4f9b6a7d3daad MD5sum: b248f38a48b3bf95a7cb8ee5a146d8b7 Description: debug symbols for ros-rolling-mola-traj-tools Build-Ids: 37a28255bffeab76df801614d6605a32578e3bd0 5d7f1d66d5815c99d2e2f8c7384dcb4f5322ee21 6dedecac08082a33984193c5310f203c94e3320f 6fffcbb57f4b45935f126b81599ef41d1418e7e6 73916fe12670b7f0439e7756d6ed16c785eeec3c Package: ros-rolling-mola-viz Version: 2.7.0-1noble.20260425.070243 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 586 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.070243_amd64.deb Size: 191944 SHA256: b7fa9a1c4d9f355248c372a9ee424dfaa04c21b0720b1fcb50d2e19d1c13f861 SHA1: 358922ef324c43715e033fb74668951d3d52247a MD5sum: e814c71e29914bfd4f40727522b4e0f6 Description: GUI for MOLA Package: ros-rolling-mola-viz-dbgsym Package-Type: ddeb Source: ros-rolling-mola-viz Version: 2.7.0-1noble.20260425.070243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3197 Depends: ros-rolling-mola-viz (= 2.7.0-1noble.20260425.070243) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-viz/ros-rolling-mola-viz-dbgsym_2.7.0-1noble.20260425.070243_amd64.deb Size: 3005792 SHA256: 5b5f9bcbce1bb4088cf7aca4e40c9248429df7a805e89197d9e346082ba0e79f SHA1: 4cc42ffc0bf5b46096366c12e95527f8f41ca56e MD5sum: 2db4fc7ba566c75c5b74c4dc696974c2 Description: debug symbols for ros-rolling-mola-viz Build-Ids: a833b3edc50b1461acdd01eb84e01cfcd672a9d5 Package: ros-rolling-mola-yaml Version: 2.7.0-1noble.20260423.230230 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 154 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_yaml Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-yaml/ros-rolling-mola-yaml_2.7.0-1noble.20260423.230230_amd64.deb Size: 47322 SHA256: c08bebe49fb7d253d56a48506bf1e0c7a2cea71e8d5d6401d73c36a16530398b SHA1: a7405ec382e416bd6a8b1da35543c8e42f8338e1 MD5sum: b562c98257ba62dfd66c127a62f3dbfd 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.20260423.230230 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 487 Depends: ros-rolling-mola-yaml (= 2.7.0-1noble.20260423.230230) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-yaml/ros-rolling-mola-yaml-dbgsym_2.7.0-1noble.20260423.230230_amd64.deb Size: 466302 SHA256: 6dd1512c987b6ba6aa023e45a0d9375bee9b28dd26c3659067dec594320f5c72 SHA1: b4956ed3d1bd48b902c5a6f893e2f95fee8a0bb3 MD5sum: 98bb67e89f07294f33bab242b7925729 Description: debug symbols for ros-rolling-mola-yaml Build-Ids: f5f36f672b486eca8c28af41a10730d9bbec4bba Package: ros-rolling-motion-capture-tracking-interfaces Version: 1.0.6-1noble.20260425.035815 Architecture: amd64 Maintainer: Wolfgang Hönig Installed-Size: 629 Depends: libc6 (>= 2.14), 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.035815_amd64.deb Size: 62194 SHA256: 8c27cb6433553bb085d28103fbc54f65abeecf64e2dc4c8e0fa955b8e0c77d9a SHA1: b36ac1a9ca53190731092c1f281b767d1962a403 MD5sum: b5ccf6dd85383c8e19c663743c46909c 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.035815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Hönig Installed-Size: 456 Depends: ros-rolling-motion-capture-tracking-interfaces (= 1.0.6-1noble.20260425.035815) 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.035815_amd64.deb Size: 337530 SHA256: 4a37d6b26d882ddf3de4de7979562d309821696dfa12e27de350f9799663e7db SHA1: e07f30aac3c33f451df282ae4f4b6a4fd2de8fb4 MD5sum: 3ab165887f71b76901554656139087aa Description: debug symbols for ros-rolling-motion-capture-tracking-interfaces Build-Ids: 0b0504b445cdc09562a4c4def0bd1896a7264f06 22d7eb9f537f3d2ff4db5b6e2b29f1254b8cf91f 2bb382df93515ea983bb89b822456d99e582e925 2f1cec2f1780bb09456f955d3ac204a48ad7052d 330131b14096a7711a92098d33c8ee6a319633ef 62467cc0ffeec8bf7dfae3af1b51325f5e90bb05 996720a4570811688832c3818f067c8ffc71375c accdb3766730cffafe244f3f9eb25051e8328bd3 e247d53458ce4b3e69ff5078a810b5cbbf737fd7 f02b417cad1e46d31b4b3ed1e114aebec68899cf f37eaed57a5d54b7e181334ffceb7425da5158a0 Package: ros-rolling-motion-primitives-controllers Version: 6.6.0-1noble.20260425.051631 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 326 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.051631_amd64.deb Size: 84448 SHA256: 4502836b854f70ad58871633483f2198438b9992c5a768f6650ee52844bcf337 SHA1: 314068dea7760fb7ea4c39aaf6a4c9c729208834 MD5sum: e09a25ebd88f7c6a46a30f34c324a39a 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.051631 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1310 Depends: ros-rolling-motion-primitives-controllers (= 6.6.0-1noble.20260425.051631) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-motion-primitives-controllers/ros-rolling-motion-primitives-controllers-dbgsym_6.6.0-1noble.20260425.051631_amd64.deb Size: 1208778 SHA256: 642bbaddcb09278074415df9a2e58ec677b85154e7f9de3d28ab5b692cdae988 SHA1: f9da8734a02b5bc3ac36462b5f4e3320f61bd23f MD5sum: d0218c18d175934c5242de8102d80563 Description: debug symbols for ros-rolling-motion-primitives-controllers Build-Ids: 52f7c3b1cfbb3a7608df1012e6295196187ce98f Package: ros-rolling-mouse-teleop Version: 2.0.0-1noble.20260425.042527 Architecture: amd64 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.042527_amd64.deb Size: 13276 SHA256: 895816a79385dca78ed8e59815f1ad0a84394ce7f5079af1bde185222b14354b SHA1: b142ea7e1c0d904c23805200ed8a3bf43be96795 MD5sum: 698eece5e77d432dd025dd6c56092761 Description: A mouse teleop tool for holonomic mobile robots. Package: ros-rolling-moveit-common Version: 2.14.1-1noble.20260423.214423 Architecture: amd64 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.20260423.214423_amd64.deb Size: 9308 SHA256: acbc13a1f7c722c10782ce303d841d39634d4f87152584f2d260c0c53102931c SHA1: f7243aadb0ebbdce63580b0248543b9735156261 MD5sum: 797f88b912e8ea8607f39fe5fa6d0560 Description: Common support functionality used throughout MoveIt Package: ros-rolling-moveit-configs-utils Version: 2.14.1-1noble.20260425.044040 Architecture: amd64 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.20260425.044040_amd64.deb Size: 29434 SHA256: bfffdab702ba4267e06c59f8470e8e078e46f62f78265d584523c314c40ef90b SHA1: 1280bee11d37c22679945187dd249164239f4dda MD5sum: 65ceb9d682573200ccab389b5d3574d5 Description: Python library for loading moveit config parameters in launch files Package: ros-rolling-moveit-msgs Version: 2.7.1-1noble.20260425.043709 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 35504 Depends: libc6 (>= 2.14), 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.043709_amd64.deb Size: 2034248 SHA256: f188604cddc9c8654b093b6ead5fc0aa6cdf1d3d1039e246a8a86ea905263ae3 SHA1: 753107fcccb5fc0cc27a2e02a89ae44b3b064d3c MD5sum: 4c23d904b73dd06f1d576d2a5abef93b 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.043709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 30118 Depends: ros-rolling-moveit-msgs (= 2.7.1-1noble.20260425.043709) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-msgs/ros-rolling-moveit-msgs-dbgsym_2.7.1-1noble.20260425.043709_amd64.deb Size: 25681516 SHA256: 045b314055a131b60ca215e2eeee9d6d410cf6399cddcc63aa31d3df9491da24 SHA1: 6de15bd5a8c510a9598b328dc9ea1ee6bb6757f9 MD5sum: 2f97e91c1a9aa4fa50e51dd7415c8d62 Description: debug symbols for ros-rolling-moveit-msgs Build-Ids: 2c1562b071db3ec55239c903826bcdb404577ca6 520d52a3b85aa6a031eaa2e4ffc8ce6952376266 75dbe47a2f5361eadf53dd4b5399f00ee33c59e2 8c87bf9724d2d5a9a0c1e3ef03abc49fe7eec2b6 8d1592ff0760b98193c0ef27d3c969e76b2f7cdd a4a78b210614e8cbf7f4dee771dbd5e09c17441e af2d8017a1a017f6ca7127afa76d715b524438af ba982194fd63987cf55b9e59686ef160f9844f0c bae654112c47cfe9d80d7127a7a3e8e623e04483 d68e8f8fd55ad97e496b25d22e9c54650f9164aa db91eee81da190011a64e2c511093dcddeff78f8 Package: ros-rolling-moveit-resources Version: 3.1.1-1noble.20260428.034514 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 45 Depends: ros-rolling-joint-state-publisher, ros-rolling-moveit-resources-fanuc-description, ros-rolling-moveit-resources-fanuc-moveit-config, ros-rolling-moveit-resources-panda-description, ros-rolling-moveit-resources-panda-moveit-config, ros-rolling-moveit-resources-pr2-description, ros-rolling-robot-state-publisher, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources/ros-rolling-moveit-resources_3.1.1-1noble.20260428.034514_amd64.deb Size: 6304 SHA256: 6debc2e034790d08e9259542703b4eb1c3a3f0ba50d5a17cae8bee0c54714666 SHA1: aef487c471df7252b847b376f241e3b0cf1032c5 MD5sum: 1746b3992fdddb7bf85885792c19d330 Description: Resources used for MoveIt testing Package: ros-rolling-moveit-resources-fanuc-description Version: 3.1.1-1noble.20260423.214427 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 739 Depends: ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-fanuc-description/ros-rolling-moveit-resources-fanuc-description_3.1.1-1noble.20260423.214427_amd64.deb Size: 128014 SHA256: 186e0b7983488f50ff6140ace875d2d0090072387101ab96248b07f11c82be4c SHA1: 8c70c2c178d120b504afb9ecad3d9fa4e6f24d7b MD5sum: 55e6bed79479207803a49824bf26e872 Description: Fanuc Resources used for MoveIt testing Package: ros-rolling-moveit-resources-fanuc-moveit-config Version: 3.1.1-1noble.20260425.052524 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 94 Depends: ros-rolling-controller-manager, ros-rolling-joint-state-publisher, ros-rolling-moveit-resources-fanuc-description, ros-rolling-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.20260425.052524_amd64.deb Size: 16202 SHA256: 79cf20b0bddeba0e276cf20f1de96c43faa0663c0b36662929c71dae1cd79c63 SHA1: 2cf798fadfa3e51f719da85407ef4abcfa0aa315 MD5sum: 253aab94d204c03628684b0da225aac0 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.20260423.214430 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 10461 Depends: ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-panda-description/ros-rolling-moveit-resources-panda-description_3.1.1-1noble.20260423.214430_amd64.deb Size: 3087824 SHA256: 3d15a15df61e8abb4df82aa1e977c3035b87450bdec4ed2d991cdcb579cfc0af SHA1: dd67bbac10ec4b20df9835f88e03bbb059c79dbb MD5sum: d5b1a6e665178635d44c429aa90f9cce Description: panda Resources used for MoveIt testing Package: ros-rolling-moveit-resources-panda-moveit-config Version: 3.1.1-1noble.20260428.034439 Architecture: amd64 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.034439_amd64.deb Size: 20314 SHA256: 97c2b9d65d8be3e81b2321838fd21642e348f1130bd61e680f029cca5c93eb1f SHA1: b2985b7c7e9d68766c404cb4fff11082bde65a7c MD5sum: d0b03a53477b2e61ea3c8c39f6c4c8fd 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.20260424.195747 Architecture: amd64 Maintainer: Dave Coleman Installed-Size: 48627 Depends: ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-pr2-description/ros-rolling-moveit-resources-pr2-description_3.1.1-1noble.20260424.195747_amd64.deb Size: 24332600 SHA256: 87d8a525558410d24eff9fa6a0eb744ef5b76491dd50d3b810de48cdb99d2e96 SHA1: 99fa5b8767716c872dd7abf736f81dd13395ab84 MD5sum: 5e7911c3be7b7fe5cbea152688522e91 Description: PR2 Resources used for MoveIt! testing Package: ros-rolling-moveit-resources-prbt-support Version: 2.14.1-1noble.20260423.224243 Architecture: amd64 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.20260423.224243_amd64.deb Size: 759644 SHA256: 635fe2ed4c2052c72c4d0cc2d811651f1eb767be38d7730eee486e3506eb291d SHA1: ddb563fbc6d40cbbe6ebc145d629d62fbc46cc17 MD5sum: db6189d89c7baa85547f610b6b0e59cb 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.044155 Architecture: amd64 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.044155_amd64.deb Size: 1984 SHA256: bd19224f5e712f57056837adcb01d923fa336b380aca3da0d8989dfec04e9c19 SHA1: 7c3893053fd399476736411575da2c4129d0eddd MD5sum: 0986fc8d30031991ee4f55cc53a496e7 Description: Integration tests for moveit_ros Package: ros-rolling-moveit-task-constructor-msgs Version: 0.1.5-1noble.20260425.045949 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 4689 Depends: libc6 (>= 2.14), 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.045949_amd64.deb Size: 346074 SHA256: e955a6f1b330936f4465f8cb4d0758413dcf74833edc49229c41ad321795290c SHA1: 64d8a351b03c481ae94330a607ee0ef3d37fbf56 MD5sum: 0cb44a7b74b9fe44aa6b46cd43c4126d 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.045949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 5080 Depends: ros-rolling-moveit-task-constructor-msgs (= 0.1.5-1noble.20260425.045949) 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.045949_amd64.deb Size: 4424414 SHA256: a24af3d809b3fedf3fa3f573d7e79896a8a5ce43559ad0d0a5a010e99afeaab4 SHA1: 1e4d6029e9dfb1a68189a707f73948cb9124ca17 MD5sum: e47345d68147818e2edaa6bfcda87eb6 Description: debug symbols for ros-rolling-moveit-task-constructor-msgs Build-Ids: 04e4c8898ca5182d19295869748dbcf768e8fa6b 0aadf2e7cd1ce7c469930f7b5c08ed138be48d82 1f5f88773610e3a208f5006535ae4154feffe20d 264a593eaeb41d5b61da7046552ab1aa9aa2107d 32edac51d17f2e29f25e0f69391bd85ddce2912f 799e239947b973d82642ce81cf06c774a9b0b11a 79bb6076aa8d0fdecee8121c63a6c368382955bd 7f4b7a4818c4400f89bcdcbfeed4894c45d2aece 847e9e15289a5f6a5bbff2debaaf7633f830857e be42de8faa28c0b34fbeb94ed9e91ce97f36eb70 ea4344b19c8f7ccd17fa43667fa370a7a8ee33ce Package: ros-rolling-mp-units-vendor Version: 2.5.0-2noble.20260423.230201 Architecture: amd64 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.20260423.230201_amd64.deb Size: 99780 SHA256: c25d1dc60c1f7ca0104a873d219ceac5892a4ab54f05b37ae60f87811e19c862 SHA1: be4cf58e9adb72f0e1af8a01ac7c191611317fc5 MD5sum: 1ec91da888bd4536f5896027084320a4 Description: Vendor package for mp-units (quantities and units library for C++) Package: ros-rolling-mp2p-icp Version: 2.9.0-1noble.20260425.065905 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 4837 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.0), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.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.065905_amd64.deb Size: 1274414 SHA256: 6109b33bf1135ce4154d39ea8fb10535add27ec7a771ad38d421ff4467595aee SHA1: 993b3438c78f66be7ff98349ca96a9f2c9827d2e MD5sum: 1634fa892925d493d112dd1661a27af2 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.065905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 44497 Depends: ros-rolling-mp2p-icp (= 2.9.0-1noble.20260425.065905) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mp2p-icp/ros-rolling-mp2p-icp-dbgsym_2.9.0-1noble.20260425.065905_amd64.deb Size: 43751022 SHA256: 2d2126d574d9ba0f52a73d7f07fe167d7bd404945fd07a26c26374b0b4762738 SHA1: 9cecb87f42cc4a073683812c7fbc9bafc8666fac MD5sum: f1bdb8b4ad35dbfbad02ed1dc5e46c94 Description: debug symbols for ros-rolling-mp2p-icp Build-Ids: 395b4efd36e66dfd51ecb72ab3f586a400dde28b 3b40047c4bd544730e6c779e3f03101483b6caaa 3e8970c47ae38def9746f57c2f9054deb60c5c3c 4bc2a7a970f1a9ab5317aa83517355f13b2dd2e1 4d213ed52720e905295e0ec655c8b8a4c096cd46 50d00650e73b4a41a45d526f679bdf9a0772efbf 7977c024bef75d7a2aa8b711102c1570fd943c4a 7a33ff06d487f4565f58796fd8377dcd1df50b4f 8b3702dc380768d84c0228050020370c821de7c2 96cf1b885726fb37e45795ab6a092c6d963b70e7 a335fa945767b504d6b4b4532d94ffae3b24bea3 ab0e459894e03f6ff7088fcdfd8a4a3017f73e0f b66b4af05a89963835895bb513ddf47aeec88735 bdbcd88e84531b1aed0944626de67eb8bf2a60ec d2d733d82ea13625db017ddd74ae7fa861d87eaf d5c4fd125a0834219a954c95398f05a8444bb596 e2156aab32d91a3d4da2c42f5e05655fbf52cd60 e42854c9308f20d3b8148ccef8e9e603fa76e27d f98c44fe1ff98bc91fe81b27b40fc82cb47c396d Package: ros-rolling-mqtt-client-interfaces Version: 2.4.1-2noble.20260425.034757 Architecture: amd64 Maintainer: Lennart Reiher Installed-Size: 1801 Depends: libc6 (>= 2.14), 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.034757_amd64.deb Size: 132746 SHA256: f007722ea6444a9cc8026cb84066183ea271ce42c8ee40bd1a7ac20b6ab214ca SHA1: e63d1d356b684e2a5b79db4350fccc07715cc8cc MD5sum: 4da768563974f0764c96d5b18c0219d5 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.034757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Reiher Installed-Size: 1247 Depends: ros-rolling-mqtt-client-interfaces (= 2.4.1-2noble.20260425.034757) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mqtt-client-interfaces/ros-rolling-mqtt-client-interfaces-dbgsym_2.4.1-2noble.20260425.034757_amd64.deb Size: 962360 SHA256: b8509be3f5ee6a11679dc9a7f592ad652523f0f038712fe606ea3369aefa056b SHA1: bb202f4774ed5325142534e7835e726d3c0990bb MD5sum: 45c4e3c5ba764ab5c8aa820c1c103b3f Description: debug symbols for ros-rolling-mqtt-client-interfaces Build-Ids: 0d93e56e1743ce0b3e26a0c7f4fed09fb484b0ed 254951e5c1559634b9d1420ea789d87176c9233a 3a5b52ccb95380ff935d530e2c8b390b72aac103 45805dafa441f6fc677c67aa272b64d887e7391c 6f18fb60eb8a4acfbfec016cfafe4b04bd153fb7 7857831267721bf30c44ba05b138df087ca7057a 7c498332c6d1a8ec9ad0d3e683ee2439ce7c909d 96a909c328e2033c9d07bc9e0d569c403abb076c e443cf91b78d82923df6c11744d8ed765614035e e5d1533d77dddbd21ba3489559d383475cd24ec7 ed387a8f0ec4d6cdb589d215cf0e140a71636866 Package: ros-rolling-mrpt-apps Version: 2.15.14-1noble.20260425.074845 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 13392 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.074845_amd64.deb Size: 2442414 SHA256: 9ff93a40db9ee3a1985ddec1822994f65696c364f260e3075f95982c9aa4f3b4 SHA1: 0894369cbb53a15d9c6c8a78adc131e87b01ab7f MD5sum: dbd043fbba7fc1e6eea1f04bbe26fa2b 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.074845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 54919 Depends: ros-rolling-mrpt-apps (= 2.15.14-1noble.20260425.074845) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-apps/ros-rolling-mrpt-apps-dbgsym_2.15.14-1noble.20260425.074845_amd64.deb Size: 52988356 SHA256: 701c6bcfc02747ea7f588f99b867c9bce01bf760228db2f91eed2d06c31f6df0 SHA1: 43ff7f2f7d825cc5eb06b9eaae658fcd5a8f4802 MD5sum: d2e878efe8a96858d0b05bd941e71480 Description: debug symbols for ros-rolling-mrpt-apps Build-Ids: 04e532cfccef24394f01b38a3ae59e4601627140 13e837a3b9cf3499361e974028988d71ada53e3a 1bac8922dba825b41f37d9ca767051f19099b554 1eec707ae1a2024203c3440080bbdf30082414ff 1efc028bb7769be6cea438f8f6d124843635249e 2316c38ffed25b98b3063d51f1434062864e47bb 260d03600680335801b0f30a4ce3e3c3b214f501 27a83b07a3a6c224569c55e0e4a039ff253209ff 29b729bc1ba9adfe1c41b96a02d1288732f30445 30f4de7bd64caa44a093a13d6627eb2b966cc7ff 34ba660fd27654d3e78020baf900c7c5a775fae9 3b36c71351e7e3fc4cff347eebd95015c8cfd47e 402cc4c811c574bfbe35cc537b0f24b84730ba9f 56d5b469557477a1c1be02c358044e44e7487c88 576f15d5c6082f082a2690df3c4e423d4c9d1fee 5a3b7be6f0233d67016e3086ea5f614606055ae1 5e4dfe432ea9b6705fb30d974acbff84693f5b7b 5fc56f240c72de26b1eab99c7b0fb611a0c6010c 69731c839532aee5dc8d1e13f9db071161442f84 723c37000d51d0cf720c25ff83ee99bc356e3196 76e033fc3868e261a0c89c43e4a911b7d988f0e5 7d90e3b3d7b60a75be711dec7612f25c7ef4940a 7f4c2eaf94fe7ba7ee096d0c1258fbd0ee78baf9 8253844417d84974bd4cd058206fd955ceecec73 8ca8c480ebf5ff1101f7f006b4f4293b32e38557 8e459a30e65ca3feeae3b4e9f5aa8b73435b8720 985f0ca6749d630050e47234d98ba7db7b57c0c6 9e52ea19c68b3773f72f3e77d2bfd53273a6e1f1 a25d186ce04801bc0e9f3a0b747da0671eaaa59b adcea47dd09e6ea6b19742ec805e75fb7c646840 b1d167bc1a3e31b545df5c25ce5df1131d6a6c76 b9415b31187d118489d0c9c14ccc2ef298a52900 bf2e7c4e0c082e0e9398c1c8be7845a17558c706 c002532ed207e6fcb553d25ad31442bfec6708f5 cdee1cf518646aaba7c205a76368db746a35807b d05da47bf484841d9ecc00c60f8324c71ee547d4 db9befc931bd0539c770b6efe94985a3815827ac ddd3608e33c80658f262965bd3a33e8d420837ab e898983d58ae4006bbb10034edebdc00bfa6142b e8a96f05da51ebe942d53757119e3f57cfc43da3 fbd466397f3eb66ca13c5d989d6344d571cbb15a fc9cbcca2762d6efd08f7412d543ce7f0c77e9ce fd187d6f00ef3d8f7aba521ac056acaa908381ee Package: ros-rolling-mrpt-generic-sensor Version: 0.2.4-1noble.20260425.074308 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 69 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.074308_amd64.deb Size: 11722 SHA256: 98620a0e017f5324a311a410ebe76a8577057092475e20aef82b9f73f628e3f5 SHA1: 8916007c83c2d7ad7103452eedd565a866948860 MD5sum: b01cca75e4e084c0db4a1664ff54e30d 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.074308 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 261 Depends: ros-rolling-mrpt-generic-sensor (= 0.2.4-1noble.20260425.074308) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-generic-sensor/ros-rolling-mrpt-generic-sensor-dbgsym_0.2.4-1noble.20260425.074308_amd64.deb Size: 248098 SHA256: f4afa0a3441c62aeb3fbaef22089751ca5d8cdfff210457876bc932700f2d3a5 SHA1: 83ba2a9a48e4e9da515e6cb2c5d1412d5da7b521 MD5sum: fdee5a822a1e2ca66b81582729a96961 Description: debug symbols for ros-rolling-mrpt-generic-sensor Build-Ids: 3632c5d23aa864bc250cd9fe35b54f9ed2d28177 Package: ros-rolling-mrpt-libapps Version: 2.15.14-1noble.20260425.073631 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1616 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.073631_amd64.deb Size: 434618 SHA256: a618bd5e14a546784d9e79dd48f333313654d741dc645a08d2a46b783c3cc292 SHA1: c56af5fb792822654eb9eac9fa265ff4d66f4892 MD5sum: 9a042d2298fe674d2972858cabc2bbb1 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.073631 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9697 Depends: ros-rolling-mrpt-libapps (= 2.15.14-1noble.20260425.073631) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libapps/ros-rolling-mrpt-libapps-dbgsym_2.15.14-1noble.20260425.073631_amd64.deb Size: 9486616 SHA256: 364ffb416d004d0c7cd2d0d21bd8e906c3e2f4c73fb556e0b6f190dfd03861b4 SHA1: 163f7bfde222855d9be6ce7b216a5c2639604282 MD5sum: 6159e0c67e864c20374b16267d7696e8 Description: debug symbols for ros-rolling-mrpt-libapps Build-Ids: 64902d39160e17bb7a014da491db0ae70bdeeaa1 ce6d408176fa606c1ba5d3999cffd97d90c8d364 Package: ros-rolling-mrpt-libbase Version: 2.15.14-1noble.20260423.225232 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 6131 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.20260423.225232_amd64.deb Size: 1150198 SHA256: 8f73b99a6d4ff7e23616fefd5355811e93798d46eb62c2f4e589b4c9889187aa SHA1: a1137e2646bf0c094da6b2b8328f0d5535c7fda1 MD5sum: 70e4e0e89622e045dcb052d06a1dbe1f 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.20260423.225232 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 7669 Depends: ros-rolling-mrpt-libbase (= 2.15.14-1noble.20260423.225232) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libbase/ros-rolling-mrpt-libbase-dbgsym_2.15.14-1noble.20260423.225232_amd64.deb Size: 6243430 SHA256: 7c042b1ce0d32d3c1dfaa65dc26c04a423af521f65fb75bd35cfe65ffae44b36 SHA1: 0c8be5afdfa490abdc124fdae2a25618d34c4cce MD5sum: ab44687c373aedbde7bcff5509b6c85b Description: debug symbols for ros-rolling-mrpt-libbase Build-Ids: 066d6c8c942269563036a63ed167706336db7598 144435918e2bb16df706a2e0c93e01c0536f1b16 3e9096f4788a37da9490c4be88445abef2d76636 638648405bfdabb6e07fdaaf8fa72f11f08f60b6 6d3fa0c710c20df692dc94eabe0eb9073ef49328 8d7ecff4e08436a9f2c3c44c8ffa7ea7f5ecaf7c a2c46613ec31cadbe6d6b8e4c2cf1bf48dff081f d6d0961e13c51f467e0f924e8c8871359ba9a903 ddb2cf3cfd32e1114e4e292c6cd734a33b9cdf76 Package: ros-rolling-mrpt-libgui Version: 2.15.14-1noble.20260425.062704 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2945 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.062704_amd64.deb Size: 825530 SHA256: 650666b4493377eb097d46cfae904f9f23ab0c7aff966c3c1e9abc816d5b2b88 SHA1: fddf8427b8523e8789741f98fc1f339f8a6f9397 MD5sum: 19b885b6343c3298193d4f24e539d9da 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.062704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 15211 Depends: ros-rolling-mrpt-libgui (= 2.15.14-1noble.20260425.062704) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libgui/ros-rolling-mrpt-libgui-dbgsym_2.15.14-1noble.20260425.062704_amd64.deb Size: 14999424 SHA256: dcf94cee1c032e6db2bee1dedab3b3b6a28546198524599b0239ba07c1f882ea SHA1: 6e6d168b271617db1ba206d23ae1e9241212b37f MD5sum: 29ffc6bd504887ec0a4fb6bc28c55117 Description: debug symbols for ros-rolling-mrpt-libgui Build-Ids: b293b9ec192e26896de53299e32396f24e192da8 df59dce929efc71647fba5c610123e4ff4be80e9 Package: ros-rolling-mrpt-libhwdrivers Version: 2.15.14-1noble.20260425.072043 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 5977 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.072043_amd64.deb Size: 1178024 SHA256: 7e8779b7226bee3e21453f65d92f554683ac7f3c081678612072002cc020f3cb SHA1: 5dcc387a6d98079114e58f9aacb85ebc3dba2f74 MD5sum: eeac839eaf5f3dee2c633afe5aca2466 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.072043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 14178 Depends: ros-rolling-mrpt-libhwdrivers (= 2.15.14-1noble.20260425.072043) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libhwdrivers/ros-rolling-mrpt-libhwdrivers-dbgsym_2.15.14-1noble.20260425.072043_amd64.deb Size: 13701202 SHA256: bbed359ea67ad5dbe38a9e716350f3a1050c3885332f17d638ad4117e05b3d47 SHA1: 33a566242730945d55111b950f8137b2af5d4ebc MD5sum: 0bc2bc0922a6aa582d71a2a150ff6c5a Description: debug symbols for ros-rolling-mrpt-libhwdrivers Build-Ids: 332992a13bb29d67af75f7acfaead5ee020d560c 429a6ff5cfb117996fe452f94299a4019545c63d Package: ros-rolling-mrpt-libmaps Version: 2.15.14-1noble.20260425.064052 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2980 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.064052_amd64.deb Size: 828152 SHA256: e53ae64d656274f5eb16bbd367e2b8ff4869f07aeea6b8dd93ae32fcff1da6bd SHA1: 8716ffadc20b02b91398430db89013d07e7a5f35 MD5sum: 5ae832e46a8d4cdb0736a86019b8e699 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.064052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 17184 Depends: ros-rolling-mrpt-libmaps (= 2.15.14-1noble.20260425.064052) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libmaps/ros-rolling-mrpt-libmaps-dbgsym_2.15.14-1noble.20260425.064052_amd64.deb Size: 16709654 SHA256: c2ae71df2ca32b85fb8036b01ce2a4ba13fd7032fffc4ad45d72bbcc6dc3d8fd SHA1: 44f0e47b6775550bca04ebe21039dc24886a73ce MD5sum: 36b9e2de1a78312d4ca14455f909dd2a Description: debug symbols for ros-rolling-mrpt-libmaps Build-Ids: 446e7ab8f9f87f8d9689721582b1854997ce7032 68333359fa5910adb8c0dd2b9575bacc04320927 Package: ros-rolling-mrpt-libmath Version: 2.15.14-1noble.20260423.230226 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3467 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.20260423.230226_amd64.deb Size: 879926 SHA256: 8c4e05ec606a70f353092afe49ec6440dac0b1d2f0a5e83b182d00d106240c41 SHA1: d39c46c982e54857b1014ea92bb8f6ff0e250730 MD5sum: 48b70e25f93be03459866e5d9b49cab7 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.20260423.230226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 82945 Depends: ros-rolling-mrpt-libmath (= 2.15.14-1noble.20260423.230226) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libmath/ros-rolling-mrpt-libmath-dbgsym_2.15.14-1noble.20260423.230226_amd64.deb Size: 83057654 SHA256: 7a2947003563ecfcb0869da137276adef43f6115ef8bb13082f1254e97aa86d0 SHA1: af800ec4c9535c85376a0f22276dc4444b757609 MD5sum: d8108eec0468a5458b78f0985f18bc97 Description: debug symbols for ros-rolling-mrpt-libmath Build-Ids: 80ee2875b9dec9a222bfd5e218b33988b6781702 Package: ros-rolling-mrpt-libnav Version: 2.15.14-1noble.20260425.065910 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1356 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.065910_amd64.deb Size: 394088 SHA256: 3e8497f94cb459cdc4cd2163d0da096768c70c691c1f10a7bc01c6131a5c6fb8 SHA1: c2613870edd11c0da2d22b34d1b96184c13798f0 MD5sum: 40f950dc741bfc613827c73b2c3eb0f1 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.065910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 7625 Depends: ros-rolling-mrpt-libnav (= 2.15.14-1noble.20260425.065910) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libnav/ros-rolling-mrpt-libnav-dbgsym_2.15.14-1noble.20260425.065910_amd64.deb Size: 7397050 SHA256: 2ac34268b67be5be0490ac834122074f3e264126f0d142418dca79cb060ca53e SHA1: 9e48bdc991bc5a4d3e7d0685382a5c36302c3915 MD5sum: 8c14f8503c4467d6a9b10df408bd6c62 Description: debug symbols for ros-rolling-mrpt-libnav Build-Ids: 61f97797df4ed69372d186826c92c25dcb7df1fd d8ac84e47bf1a1fee8538697c8aeb3ad6d9eebe1 Package: ros-rolling-mrpt-libobs Version: 2.15.14-1noble.20260425.062655 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2086 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.062655_amd64.deb Size: 703106 SHA256: e3a9580fff01dad8d8a08a114a507135d73214bbb278157df95d5573d70e7dfe SHA1: faff6379c0af227bec07b58e2680f07335a80a17 MD5sum: 2928b2e97dab4f0326c4a1e6b6950738 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.062655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9397 Depends: ros-rolling-mrpt-libobs (= 2.15.14-1noble.20260425.062655) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libobs/ros-rolling-mrpt-libobs-dbgsym_2.15.14-1noble.20260425.062655_amd64.deb Size: 9088388 SHA256: 2a1454990f433e2983bd6f1e51730f197e2b0e0360b200ae163843f8c4660f2d SHA1: 68a28cd888aacf6e1d71f0c2cf45e7db2643e183 MD5sum: e6142fe333eee5fa73090b9b3de54e3d Description: debug symbols for ros-rolling-mrpt-libobs Build-Ids: 2996ae61d8849741f347d81168469cc68c2a47c6 61eb31776deaacf062b84607719498c778ee2c4f Package: ros-rolling-mrpt-libopengl Version: 2.15.14-1noble.20260425.061237 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3204 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.061237_amd64.deb Size: 1270116 SHA256: 99796103aa71b1aeaa52128aab9026831e2024d0190c841c1d59bcf15b2d5ed5 SHA1: 880c59cb55bcbaf1a6310c1cad1c550b28e67d1f MD5sum: 049c8446bc925beecd3f3f41d50315f0 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.061237 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 15487 Depends: ros-rolling-mrpt-libopengl (= 2.15.14-1noble.20260425.061237) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libopengl/ros-rolling-mrpt-libopengl-dbgsym_2.15.14-1noble.20260425.061237_amd64.deb Size: 15141470 SHA256: a1898bc438881f7f192eacc6cd38ed75424886e620aa47f33010372a0f86f1e7 SHA1: 2ef120464929c3342ef95bb43684180c3778121a MD5sum: 91751956d4d3438e8dffef3fc8bedd70 Description: debug symbols for ros-rolling-mrpt-libopengl Build-Ids: 9f80d993df2ff25a716764f9fcd2df4b31d31d66 e43448f0acc2e815ec5e1c75c1933e974ed50454 Package: ros-rolling-mrpt-libposes Version: 2.15.14-1noble.20260424.001233 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1753 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.20260424.001233_amd64.deb Size: 460788 SHA256: a93ff7d0bff7bcfa4196c01e3fdb6c6a5eb065b95b0fa8ffa5b2c9cdbf43990a SHA1: 8bf206ce4b3aa49e57cd74fce51310c8162400c9 MD5sum: 8ef55193cc2e5fe098779e6f9199c4d4 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.20260424.001233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 16577 Depends: ros-rolling-mrpt-libposes (= 2.15.14-1noble.20260424.001233) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libposes/ros-rolling-mrpt-libposes-dbgsym_2.15.14-1noble.20260424.001233_amd64.deb Size: 16439810 SHA256: 86cd124df3e3f21de9ea77dff2362d572b585f7f1ced0c06416884efad404b4b SHA1: e04692d4ebad3430d7b3c1d7c645b4d57146d26d MD5sum: ea6adf7d2edbf46aaf165172232aaceb Description: debug symbols for ros-rolling-mrpt-libposes Build-Ids: 5a1b6d2e4e2cf6e21a7ac93d580ec958c8383b1a 8cf3f77ab7193f678dd568a2a288a80c4a0cfdb1 c63d3a62f695f93988a25aca39e0db8c7dbd1163 Package: ros-rolling-mrpt-libros-bridge Version: 3.5.2-1noble.20260425.065906 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 426 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.065906_amd64.deb Size: 126244 SHA256: 7ae28d84f67442a9a70d9d2afcc92abbdf68ef16196fd39ed77a9b6d58f3c682 SHA1: 0eac8f60edc331edb4fac8d00fac7d2af1abb966 MD5sum: 6c3f221e570ac658aca7ffa2a0b5319d 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.065906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2832 Depends: ros-rolling-mrpt-libros-bridge (= 3.5.2-1noble.20260425.065906) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libros-bridge/ros-rolling-mrpt-libros-bridge-dbgsym_3.5.2-1noble.20260425.065906_amd64.deb Size: 2746954 SHA256: 71e7eb126248ccac9083061fc881cd1f0efe12079e94b20fbb8714ab8d7f60de SHA1: bd10fb44451cbc41e4d32a7541386923e1ca46a9 MD5sum: 51c8b39421d0e36224fa043e5f355cbb Description: debug symbols for ros-rolling-mrpt-libros-bridge Build-Ids: 22d6b1d1809b21ee8c6b14a6373727a32212ac43 Package: ros-rolling-mrpt-libslam Version: 2.15.14-1noble.20260425.065912 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3208 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.4.0), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, libtbb-dev, ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libslam/ros-rolling-mrpt-libslam_2.15.14-1noble.20260425.065912_amd64.deb Size: 1005528 SHA256: a196cc011d6a5d01a4ec14bd30749dc3def59c82604cda0d1d29c2bcddaae14d SHA1: 1abc20a556974fb54b65f3749d230993c88ad63b MD5sum: 1ded936f2c13f48485d78a7854321bab 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.065912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 41621 Depends: ros-rolling-mrpt-libslam (= 2.15.14-1noble.20260425.065912) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libslam/ros-rolling-mrpt-libslam-dbgsym_2.15.14-1noble.20260425.065912_amd64.deb Size: 41475560 SHA256: 1f98a9685213ee2a2e03f94cbdd685dd2b58ac023cb8d452e538bda2d5a43dfe SHA1: f97f170d7383f1a08838d85d99ca08512e4d2b9d MD5sum: bbefe68b67305baffa90d7dfdc9e902d Description: debug symbols for ros-rolling-mrpt-libslam Build-Ids: 683c92f38d62f4900e8676f725d8a2c96246b527 ab04028b91428a89d003550db856f2b173db3416 Package: ros-rolling-mrpt-libtclap Version: 2.15.14-1noble.20260423.233412 Architecture: amd64 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.20260423.233412_amd64.deb Size: 24396 SHA256: 7306c1d0403886b0a6b912fc97a74a79cfc2dee052468c77a653ea8740a55c63 SHA1: f04a6d8f40fb3df23521195fb2b4c03e19b9a41f MD5sum: 137be66e3e8d65ee0efabeef7d4fdbd3 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.072557 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 583 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.072557_amd64.deb Size: 148468 SHA256: 7e482d59447dea2b941d3cf8a0a1acb618775b4b65f4c338dff5dc0f37326bc3 SHA1: b9b3a4a3b9b7099cb438d2c7021e0c1adfa7ffa2 MD5sum: 6296bab48c4730f80d5a59781c489130 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.072557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 3374 Depends: ros-rolling-mrpt-map-server (= 2.4.0-1noble.20260425.072557) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-map-server/ros-rolling-mrpt-map-server-dbgsym_2.4.0-1noble.20260425.072557_amd64.deb Size: 3129644 SHA256: bfbe43bbbf68b7ceb1fe03f846911948b9c22bf1bb6a07be15e0d8689a50a1ca SHA1: b317bc47945ed9b23629ce67dac9c719384ccc76 MD5sum: 5636a6e08650c166a2e202a2da2feefc Description: debug symbols for ros-rolling-mrpt-map-server Build-Ids: db24bea60de6722483c5fb11a55fa09faf643933 Package: ros-rolling-mrpt-msgs Version: 0.6.0-1noble.20260425.040708 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3645 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.040708_amd64.deb Size: 285338 SHA256: d9f57f9e9eaaacdf9b1b0366253f680f3bc86ecbb35e80cc2d652b355103e646 SHA1: e07cc910d12117073b2292ce64fec162ecf07472 MD5sum: 3adb060466e9c01b5d801e3e6047f23d Description: ROS messages for MRPT classes and objects Package: ros-rolling-mrpt-msgs-bridge Version: 2.4.0-1noble.20260425.070600 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 215 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-geometry-msgs, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-rclcpp, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-msgs-bridge/ros-rolling-mrpt-msgs-bridge_2.4.0-1noble.20260425.070600_amd64.deb Size: 33852 SHA256: b85cfef61d0352a49304e048489922e75d159215d686d35cbd6804c77591965d SHA1: b4f60eb1e27bd8377cec04f17614ccd67756bba1 MD5sum: 9be80162cf28bd6e73f238fa375f1703 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.070600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 568 Depends: ros-rolling-mrpt-msgs-bridge (= 2.4.0-1noble.20260425.070600) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-msgs-bridge/ros-rolling-mrpt-msgs-bridge-dbgsym_2.4.0-1noble.20260425.070600_amd64.deb Size: 542380 SHA256: 106e1a548fa1e9d8ac8529884d2df3bc445c3859075acad3ad1d91050ce80cfd SHA1: 0214f6777b6768f1b0b3ff6783b6725fea8a4d1f MD5sum: 557d944276b7458c9afece4177b641c1 Description: debug symbols for ros-rolling-mrpt-msgs-bridge Build-Ids: 14fc0856c8c159dfd338bb430f4d2cbfbb93a493 Package: ros-rolling-mrpt-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-msgs Version: 0.6.0-1noble.20260425.040708 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3379 Depends: ros-rolling-mrpt-msgs (= 0.6.0-1noble.20260425.040708) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-msgs/ros-rolling-mrpt-msgs-dbgsym_0.6.0-1noble.20260425.040708_amd64.deb Size: 2883882 SHA256: 4118152f8dd1ad4d638ffa5e71cd553cc7bd1cda04256e620ac9731ed316a7d4 SHA1: 61c08cdb83b884c80b7a938b6ef2920e595048c7 MD5sum: 84bb69a33022e2f01c01bc2bd46d353e Description: debug symbols for ros-rolling-mrpt-msgs Build-Ids: 115ce3acc1b0f09df5864197130c953a59c67be4 2320039e38989df1f1514e14e26fa776a0a3d33a 4c908eb4d9e0cc9da183308004536663ef4aff73 5c2994e4431da9b37833f971c6ce2fc150f533d6 6549417fa3ea4d8a3e7eeec6a707d3fbcae0444f 6cf6e902eaf90b2f9ac3d4f554ebe5d2ec607fef 8f66e0314cf6f3b6a01eca00e434b0990eed7be6 b6cf145e9442270f0a2dff9d1338e7e27ef58705 dfd35cc5d3cd2132a73eb3c623c2773d6d239e26 e712b6f6eb7c966144688a29b4c68b42b5aeeafc efe7f3ff8a128a14cddf49410147e9905bb62339 Package: ros-rolling-mrpt-nav-interfaces Version: 2.4.0-1noble.20260425.041206 Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 5758 Depends: libc6 (>= 2.14), 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.041206_amd64.deb Size: 355874 SHA256: 45d7cc76db4ce4003aa602e0908eb2976f3efa644b840435f059e185160ba266 SHA1: 627e026e3ec9050a01816944b3cc37fbb6bc11e5 MD5sum: d83d32bfacbf1fbb5d49fe2b2b4fa817 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.041206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 3795 Depends: ros-rolling-mrpt-nav-interfaces (= 2.4.0-1noble.20260425.041206) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-nav-interfaces/ros-rolling-mrpt-nav-interfaces-dbgsym_2.4.0-1noble.20260425.041206_amd64.deb Size: 2954340 SHA256: 67839136a63d5769067b0b568e107c6f82fd9fb53f270a85cadc7ed46b7e9729 SHA1: 1b6b38b8c37b55c07b3dd2a5f041d46fda2d5f4c MD5sum: 1c20c11a0697a3fbd749788f41d769ee Description: debug symbols for ros-rolling-mrpt-nav-interfaces Build-Ids: 1ba39c9e4b9e5910da933fa23fd6570a6656d117 7be082d5d7fce4d9041c2998bdd01e7cb1eff84a 7e9a44ffd5c786ada1bd4a4439242be05f3affd4 8290676b8cab402220643ee8126f08d764becd23 91b2a28729721e790abaa33559ca084509f861a5 96c53e1ab4cd0e006feb40d5e5cc46b9257fd732 b335c0f84a341df88532377842792af8efe04c33 bb81ae2df636f699438ba828974c4c708d1e28a6 e1f7692280101af49ae71e08e4fedd7684e3f997 e9315df4a7a6a3435e65b1ab7cadb9933434cf7d ec5a2d84cea097cb0100421d1933ed4a11ca8b08 Package: ros-rolling-mrpt-navigation Version: 2.4.0-1noble.20260425.074844 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 45 Depends: ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mrpt-map-server, ros-rolling-mrpt-msgs-bridge, ros-rolling-mrpt-nav-interfaces, ros-rolling-mrpt-pf-localization, ros-rolling-mrpt-pointcloud-pipeline, ros-rolling-mrpt-reactivenav2d, ros-rolling-mrpt-tps-astar-planner, ros-rolling-mrpt-tutorials, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-navigation/ros-rolling-mrpt-navigation_2.4.0-1noble.20260425.074844_amd64.deb Size: 6688 SHA256: 860742d55420ee7aaffa359117374f9ed70e1a4e0fff3180b712289c0d22ab74 SHA1: f7691d70fa1469d44e47eef595ec130a01e121e1 MD5sum: 45cbf0c25e2e2f3547bc2fadac8a693f 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.20260425.072916 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1330 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.20260425.072916_amd64.deb Size: 420906 SHA256: 5fde6061f443c21788a015454828fc5fa6a8c87e70b7b85b1e2cd8b75e763e7f SHA1: 0ea732864502f96247c9fb7166468937d65160b4 MD5sum: d4d74c841214937bdcf94918ebd68d06 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.20260425.072916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9742 Depends: ros-rolling-mrpt-path-planning (= 0.3.0-1noble.20260425.072916) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-path-planning/ros-rolling-mrpt-path-planning-dbgsym_0.3.0-1noble.20260425.072916_amd64.deb Size: 9517302 SHA256: bb961af7f6a8dc02fa04d66d0c489dc529b49e2de6ace1841740afd35334d5d0 SHA1: 194c9a64dd2a55bfbb952220c80d1ae6c618c97f MD5sum: 319a672c260220b7eb9985eb6d0b3886 Description: debug symbols for ros-rolling-mrpt-path-planning Build-Ids: 3accda494463b1a414c71bf728bf4036f847f995 9d406f7bd49cfe2f349fd3f6f4aa8bd9ad19a573 c325ca513df1a77fd1f125b0371aa36dedb23c7d Package: ros-rolling-mrpt-pf-localization Version: 2.4.0-1noble.20260425.072908 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 4058 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.072908_amd64.deb Size: 564814 SHA256: d31aaae478c08d21b19538cb017fe39a42d83ba266fc0fd8d613a9b68945620d SHA1: 2cd9b22a5f19fd47244b76d5377f35180ff78f36 MD5sum: e380b60a3d28fb636529b249196a5bda 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.072908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 19944 Depends: ros-rolling-mrpt-pf-localization (= 2.4.0-1noble.20260425.072908) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-pf-localization/ros-rolling-mrpt-pf-localization-dbgsym_2.4.0-1noble.20260425.072908_amd64.deb Size: 16746934 SHA256: db0abb1249c46141bbc887e4a801eb4808b5421454b888ebc7d6c27d20f3f7cf SHA1: 1262fca6d296f4e126930f4091ff1f46784817ae MD5sum: dc226a0ebeaff4b7cc56384f09a4df42 Description: debug symbols for ros-rolling-mrpt-pf-localization Build-Ids: 214a4c4b57810f7cdabd7135e0289c13a3f317f4 9d970884d39b8bb4901d442feb4da46f4b7f1a97 ef38be0dcaebc1c02a0ba9c7625f053840b1012e fe08d2989af9de095ad77fb8cda9413848d720c8 Package: ros-rolling-mrpt-pointcloud-pipeline Version: 2.4.0-1noble.20260425.072614 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1688 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.072614_amd64.deb Size: 258132 SHA256: 1bb7001100c995b77dedbd92750c19c0398190c4404c1cde65a5dce3d92d8589 SHA1: a145387817737a0387c3583542f5ae9d3ccf6ec1 MD5sum: d7071cc151e9d32413b359bcbba47d93 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.072614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9304 Depends: ros-rolling-mrpt-pointcloud-pipeline (= 2.4.0-1noble.20260425.072614) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-pointcloud-pipeline/ros-rolling-mrpt-pointcloud-pipeline-dbgsym_2.4.0-1noble.20260425.072614_amd64.deb Size: 8062470 SHA256: 2a186778a99e3a868e8867fc22381e93bb5905aa1f15654b90cbbc1c7e203624 SHA1: cae657bcaf83b5fa0954422afc8c157b27b0f315 MD5sum: 186091743341105f3d25baa725e42cea Description: debug symbols for ros-rolling-mrpt-pointcloud-pipeline Build-Ids: 0f1a0159ba3837cc7f2e402deb1fcc20063f7ab1 48b468fbf6b7fb475b38160e77afe743242f1b08 f8af0ec4e8c6909874fca95f05a193723e5063a7 Package: ros-rolling-mrpt-reactivenav2d Version: 2.4.0-1noble.20260425.071228 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2037 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.071228_amd64.deb Size: 331522 SHA256: c121500cb919a4261667e66865992079678e222f5e405ac9afbf60a12ce619a6 SHA1: 084693769c5346c9ebddf08ad387c8bbc0fd26c1 MD5sum: 36c5cc4a654f65db92b64b0ccdb9e5f9 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.071228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 9063 Depends: ros-rolling-mrpt-reactivenav2d (= 2.4.0-1noble.20260425.071228) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-reactivenav2d/ros-rolling-mrpt-reactivenav2d-dbgsym_2.4.0-1noble.20260425.071228_amd64.deb Size: 7428430 SHA256: 8b046f324c73ba897a7bf9e38a823c7466095df9f631783dd298a96ac0cac68e SHA1: 768ff4980073ad392042704d37a03775e60adbff MD5sum: 1247d297f37ccd22cea7a950f1a99ee4 Description: debug symbols for ros-rolling-mrpt-reactivenav2d Build-Ids: 01d36924456ea0e5cbac20a62e1a8126816aa350 Package: ros-rolling-mrpt-sensor-bumblebee-stereo Version: 0.2.4-1noble.20260425.074221 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 194 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.074221_amd64.deb Size: 56030 SHA256: 568ca788f8c0711547b04d48f319a0ad3ff141c03f434f51770019b173fdc0dc SHA1: b8fe7fd3e52df259b57e470ee718d72c611a455f MD5sum: 5b4e3e8f053c9c08158e5b24b80b7101 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.074221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 904 Depends: ros-rolling-mrpt-sensor-bumblebee-stereo (= 0.2.4-1noble.20260425.074221) 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.074221_amd64.deb Size: 850296 SHA256: 8a0c6ec57ccc9749da6c8906d711a013924278cddc938906833bbb0f08da6377 SHA1: 492541bb2b4634ba83a2e3666d24e2f4f2ada328 MD5sum: 2e281ad9450ee099b1999992c9a2f434 Description: debug symbols for ros-rolling-mrpt-sensor-bumblebee-stereo Build-Ids: a34d2e9d2a92d0c45940967d6e3385b4380289c8 Package: ros-rolling-mrpt-sensor-gnss-nmea Version: 0.2.4-1noble.20260425.074237 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 345 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.074237_amd64.deb Size: 86526 SHA256: a7657f3720de907fe370429d1662e4f4a451ec012a43da881f42b469bdfaa107 SHA1: 832b32e867211f98000d648e7872dddd87879fd5 MD5sum: 0c29f1399da95d5618d24ff6f62e48ee 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.074237 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 1633 Depends: ros-rolling-mrpt-sensor-gnss-nmea (= 0.2.4-1noble.20260425.074237) 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.074237_amd64.deb Size: 1489988 SHA256: 35a6e0c0747bdfc9965063fffb886e11be9a8efcc83a81fe863439694e144aa5 SHA1: 3c9db84a6eaa12eaa3d6f199bac1e81a99c09080 MD5sum: 2f65cd4fd4fdc8270b414efaacfe9b1a Description: debug symbols for ros-rolling-mrpt-sensor-gnss-nmea Build-Ids: cc42b5ca60fb104180ce6a972bde6317a812942e Package: ros-rolling-mrpt-sensor-gnss-novatel Version: 0.2.4-1noble.20260425.074258 Architecture: amd64 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.074258_amd64.deb Size: 52826 SHA256: daeb6076a002afbfcee043fd4a2118d6630b3c7d84b61a6a352e5a2f7d74bda9 SHA1: ef6dd57a9757d0a3e94b41032050d1e0d3310e21 MD5sum: 573a01583cfa6194d95033d51bdbeaac 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.074258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 779 Depends: ros-rolling-mrpt-sensor-gnss-novatel (= 0.2.4-1noble.20260425.074258) 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.074258_amd64.deb Size: 728808 SHA256: 9de676e8f252b555f0730aebd20d07f6176bab39d181780f1d5d0879b9de4ca7 SHA1: 3d6c7949bc71b3b26dfc796a98e4405505789e50 MD5sum: 5616516723a92d8dc0cbea5011b69737 Description: debug symbols for ros-rolling-mrpt-sensor-gnss-novatel Build-Ids: 6bf2e59267e14dd31cb00a944a32ae6aa5cc129d Package: ros-rolling-mrpt-sensor-imu-taobotics Version: 0.2.4-1noble.20260425.074319 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 78 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.074319_amd64.deb Size: 15436 SHA256: c48220f17dc631a9133da0b09a52c6e1c71f47b571f6ed567f925b89d9d2b4c6 SHA1: 6c7da5614c3e824cb5cb8b9b9d3d98bb2873fd2e MD5sum: 69640df55904605fec9d60c8ad012bc9 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.074319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 291 Depends: ros-rolling-mrpt-sensor-imu-taobotics (= 0.2.4-1noble.20260425.074319) 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.074319_amd64.deb Size: 277352 SHA256: af5505b639678879da3aa556a1f81196e87b6f86429f2662dc1a1c4ddb43dda7 SHA1: 8bc7b8006f1f474df82479c482fa644f931c328d MD5sum: 04c14c479f59a92940d61790d690fb73 Description: debug symbols for ros-rolling-mrpt-sensor-imu-taobotics Build-Ids: 95351138f9ccbc22adf9f8f684e153cf50cda862 Package: ros-rolling-mrpt-sensorlib Version: 0.2.4-1noble.20260425.073719 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 681 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.073719_amd64.deb Size: 98416 SHA256: 972cb9257377c432d43ffefeb1a902f601268eba350c040f0d875bbef412d4d7 SHA1: 9cde602e58790a120a8c55fdddbbef41401bf6e6 MD5sum: e60cb589fdc28dbbfef49af2db015bf8 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.073719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 1767 Depends: ros-rolling-mrpt-sensorlib (= 0.2.4-1noble.20260425.073719) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-sensorlib/ros-rolling-mrpt-sensorlib-dbgsym_0.2.4-1noble.20260425.073719_amd64.deb Size: 1627546 SHA256: 3d6fcd0eeacb4e91c5df899e1639d534973f53786694ceffb25e5b070ca28448 SHA1: 21b2292781dcab64a48a3bcb729d819abe996e0c MD5sum: 06469f1170c2bfd816f3daa5e3b862b6 Description: debug symbols for ros-rolling-mrpt-sensorlib Build-Ids: 967311e8cd8dce95023e32eaeae309026f8a97a0 Package: ros-rolling-mrpt-sensors Version: 0.2.4-1noble.20260425.074847 Architecture: amd64 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.074847_amd64.deb Size: 5916 SHA256: ba438b3cbe82199eab98b6e5abd7a4b0c7c01a409732b19dbd14261803a01027 SHA1: c24da77dc476ff308672b225f6d06d402f7f6025 MD5sum: 6e59fb8bed1e8d13e82a4f83a2c6ef51 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.20260425.074043 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 1238 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.20260425.074043_amd64.deb Size: 242522 SHA256: 24b89a3b4455cf93b41a385b85146a69b52af2c09bf9cdfe557f420c20903025 SHA1: 2dc0ba19fd024f084d52c6a746a89d45b6e5e4df MD5sum: 06345e2c6e45bca90a9441e103adacad 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.20260425.074043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 5938 Depends: ros-rolling-mrpt-tps-astar-planner (= 2.4.0-1noble.20260425.074043) 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.20260425.074043_amd64.deb Size: 5061008 SHA256: cf56443553f0345db7abe6ad33773ed9b5221cb8ad0f27c332d08958d6110e5d SHA1: 70c1ad9243e4f849016e9576c0c03eed561919e6 MD5sum: 41ee980883c9a7d32a00cd8e70ad587c Description: debug symbols for ros-rolling-mrpt-tps-astar-planner Build-Ids: 62920e1c16a479071c76bb79d82b2d47999dd29b Package: ros-rolling-mrpt-tutorials Version: 2.4.0-1noble.20260425.072936 Architecture: amd64 Maintainer: Jose Luis Blanco-Claraco Installed-Size: 7057 Depends: ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mvsim, ros-rolling-teleop-twist-keyboard, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-tutorials/ros-rolling-mrpt-tutorials_2.4.0-1noble.20260425.072936_amd64.deb Size: 5994140 SHA256: af6ee4bfeb0267696e7a5e723bee9a2682c939f428240471d3a9d4ae9186363a SHA1: 2f857c4805575e275f1d53996f2ec3ae50684e7d MD5sum: cd043fd94ebd0a17b0ac39c0011b2ff5 Description: Example files used as tutorials for MRPT ROS packages Package: ros-rolling-mrt-cmake-modules Version: 1.0.11-1noble.20260423.230353 Architecture: amd64 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.20260423.230353_amd64.deb Size: 68410 SHA256: 801153abe22f790543d0ff9ee9ee7f1052370d3de77327109ea5f531a8bf718d SHA1: b94affc338124f778e507735635f346563b03a1a MD5sum: b1378940756182067eb34d8a8068c976 Description: CMake Functions and Modules for automating CMake Package: ros-rolling-mujoco-ros2-control Version: 0.0.2-1noble.20260425.052912 Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 2274 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.052912_amd64.deb Size: 599306 SHA256: 47ffa9faaa695de4a260fdf16e39d6f6da4bded68004e49fa9f605a6c4a14529 SHA1: 11f20961c7e3490c2afe1c5a1e76f2a862e90657 MD5sum: ce1defb3f603c12685ba38ca97f50d47 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.052912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 8353 Depends: ros-rolling-mujoco-ros2-control (= 0.0.2-1noble.20260425.052912) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control/ros-rolling-mujoco-ros2-control-dbgsym_0.0.2-1noble.20260425.052912_amd64.deb Size: 7687366 SHA256: c13b700f62c3adead9dad2720942e8d00f2674fdd65949193d8ff882ffd4a2c9 SHA1: b9b26f307be152ca13715e0d7b7b539f59484aad MD5sum: 99848115b39921e6c76f6e7d86179b54 Description: debug symbols for ros-rolling-mujoco-ros2-control Build-Ids: 3c36acfb2fe88948b0241452caa76b03056b3157 ca69a3d5503040c0525c41508b45999208895d1b Package: ros-rolling-mujoco-ros2-control-demos Version: 0.0.2-1noble.20260425.055500 Architecture: amd64 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.20260425.055500_amd64.deb Size: 18128 SHA256: 342bb96bfae50c33d2eaaccaebe9029402206b93e4b0960a3bf11c473cdb7c06 SHA1: a612947b04b70bf041df7cff8a9efedcb9977a8d MD5sum: d0014c43940c544bce75700b55d03848 Description: Demonstration examples for mujoco_ros2_control package Package: ros-rolling-mujoco-ros2-control-msgs Version: 0.0.2-1noble.20260425.033840 Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 757 Depends: libc6 (>= 2.14), 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.033840_amd64.deb Size: 74886 SHA256: 779dcdbd43b410cf6fa44ea55917863510758244eff906b90e152c91bf170d82 SHA1: 1c78dbdce2dcb7ee3811dc25d4eb103b917e3e76 MD5sum: ea24de09b9520b55006d103d822ad3f2 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.033840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 538 Depends: ros-rolling-mujoco-ros2-control-msgs (= 0.0.2-1noble.20260425.033840) 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.033840_amd64.deb Size: 398516 SHA256: df8fc70608df6af00a431b3a4c5a3640c0f43a117393f6f1c4a8cca6094e1c26 SHA1: c6acd0740a0d5da027bee6489001029f67c226c8 MD5sum: 6ca7d40b2411515b04d87dd5b91d2474 Description: debug symbols for ros-rolling-mujoco-ros2-control-msgs Build-Ids: 17db7233dc4e1de57d1becd10b28f8c01ce5518c 1ec167120014b75d5ae2729176e8acea7e31197b 6494f0287fd33304a7358320af0bb3d1fffdd415 735356ff51a68704cb13348d47aef0dbe287c068 794ab2482ad15a3e14a7cb16ecb39e9243f0bcec 7cd32410c9fdaa40c79e2d9c98aac7405cf4e1fb a76440d7cd1b5ccecb8a860d71f8c0a8b20f9008 ad42d9e6dbb6429d9e95f8a269231b8258473b53 cd8e24eb97e93e8b4348d5e155f9ec4ce72ac46e d787d8ffbe8504117c9a0279854a1817dd85025e e41f42897f7aa74803f6352e010b445b4c36bddc Package: ros-rolling-mujoco-ros2-control-plugins Version: 0.0.2-1noble.20260425.042635 Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 210 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.042635_amd64.deb Size: 57074 SHA256: 1a3f69411d48869f52a4fee9b5e0db1c55af4c3ddd29ff1d0dc92eaf690fe429 SHA1: b13ef847e050de9358c989ab276ff5f8f126c706 MD5sum: a340e49e42ceea29761bd4a30263f131 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.042635 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nathan Dunkelberger Installed-Size: 848 Depends: ros-rolling-mujoco-ros2-control-plugins (= 0.0.2-1noble.20260425.042635) 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.042635_amd64.deb Size: 795706 SHA256: 3f95b54b4b829afb7aed66c4cc64d36aed8ca8d85f433c5aa1ce0f9c29492b5a SHA1: 0994f6a824c7a14931138b25d2ec82bf5fd215b5 MD5sum: 2c596bcb7d824eb4a29a58f1f362450a Description: debug symbols for ros-rolling-mujoco-ros2-control-plugins Build-Ids: 5fc2c4cd81f11b85e6fa65f45684ff851863d12b Package: ros-rolling-mujoco-vendor Version: 0.0.8-2noble.20260423.230202 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 31210 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.20260423.230202_amd64.deb Size: 13199724 SHA256: 42d9121fec7feebd2c1762e439e2a5d9772c124cca46676401737d8245f0659d SHA1: 2383b3b03a6b304979418be26113070c65a7b46c MD5sum: cb09a4f7e4c2c6b3cb3183fbd2aa418e Description: Vendor package for MuJoCo simulator of version 3.4.0 Package: ros-rolling-mvsim Version: 1.3.0-1noble.20260425.070606 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 13618 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.20260425.070606_amd64.deb Size: 3190336 SHA256: 26fff68a6ec1429da941241a7e33a9819bb2d0a20812d6fab96e2ea541b274fd SHA1: 4f3fb44ca43f2e096f24cc9380f427bb0c4466a0 MD5sum: 028cb42c525faae7d8fe79858b5aa1b3 Description: A lightweight multivehicle simulation framework. Package: ros-rolling-mvsim-dbgsym Package-Type: ddeb Source: ros-rolling-mvsim Version: 1.3.0-1noble.20260425.070606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 34853 Depends: ros-rolling-mvsim (= 1.3.0-1noble.20260425.070606) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mvsim/ros-rolling-mvsim-dbgsym_1.3.0-1noble.20260425.070606_amd64.deb Size: 33692628 SHA256: cfad9ae9fa887a2b389109ece01f8e3c060189f9e62511214dd405784e918db9 SHA1: 0270ce19b5ae7c221cccd9b4baef755a42d5cc5a MD5sum: 27b0c328ad1c262c63108929713c0f64 Description: debug symbols for ros-rolling-mvsim Build-Ids: 49f00fabaf08d129e3466c8b962fdebdde8662b1 512056acd8d3548efde5b3b3bd7301430d540896 93b4de3aec49ff930c06065326fcc84e5fad81ab 989daf908ef7ca49469e587a68e0c87f5820bd33 cbda06ddc799e703a45ed048aa33dc64e51ce6fa cc45aa9e31d140658ecfa3919c0a551c8d7e5118 Package: ros-rolling-nanoeigenpy Version: 0.5.0-1noble.20260423.225857 Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 1961 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.20260423.225857_amd64.deb Size: 571452 SHA256: ba02c277efe9e5ead9bfe22f46901a3d1ad31824345f5e6dee01d5f04cd7ab2c SHA1: c6f628aed844377d4e5cf2156510406b36fdf86f MD5sum: f690d5db9bdf0b064b3a38a34bd8c052 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.20260423.225857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 28702 Depends: ros-rolling-nanoeigenpy (= 0.5.0-1noble.20260423.225857) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nanoeigenpy/ros-rolling-nanoeigenpy-dbgsym_0.5.0-1noble.20260423.225857_amd64.deb Size: 27983534 SHA256: 756bddb6c1403fedef4b9580ff23fb06da3d63a903091f8374608a37f036aee8 SHA1: 97d42feb015463c0c34a4ff0b7554b94927b707c MD5sum: e53e057db70643245b46959b9e4823ec Description: debug symbols for ros-rolling-nanoeigenpy Build-Ids: 9c1927641483cba1573fcf54e63dfd121228afaa Package: ros-rolling-nao-button-sim Version: 1.0.1-1noble.20260425.034039 Architecture: amd64 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.034039_amd64.deb Size: 7356 SHA256: 3e9cb188339ce27d2f9e2076171571dd70d40f518b3630385cb42855eb1c3809 SHA1: 1c18ca3418d7aab43541846b5f8fb8f2f90a8f24 MD5sum: 4e199525d06fc977062264a85c36b243 Description: Allows simulating button presses through command line interface Package: ros-rolling-nao-command-msgs Version: 1.0.0-2noble.20260425.034812 Architecture: amd64 Maintainer: ijnek Installed-Size: 1956 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.034812_amd64.deb Size: 153880 SHA256: 08ff161f5e46f720dd9a9b507e29c69ff575c7941493f9e1259a842de5a2a671 SHA1: 130833becb4d70317e54be2238f5a594d143eee8 MD5sum: 376ff77b0d12a85e5a00c47dbee28b48 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.034812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1826 Depends: ros-rolling-nao-command-msgs (= 1.0.0-2noble.20260425.034812) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-command-msgs/ros-rolling-nao-command-msgs-dbgsym_1.0.0-2noble.20260425.034812_amd64.deb Size: 1519188 SHA256: 1d5a0f87f2b22163223bd67b703e28700864e41195fbf65df68ade1a4cdab572 SHA1: 7065674ddd37e591e00d5a28b826fb34fe197363 MD5sum: 5e67ca58502232bcd540723cdaf8ba44 Description: debug symbols for ros-rolling-nao-command-msgs Build-Ids: 0ef68805ee0fd6993b38c8b1e32f832c9c3700a7 1942eee49c147a78859e72718cec739ee2e20e70 2084f8f87897bf6827ac8280cf106087bed69921 5c7bd9430e3ab5af3ce522f9b93d185043eb3b6e 82ff1386e529674c482e7b9085f81938b522954f 917b48d96d0bc36c5c1a6e89cf01bd96e6656036 b0aefa7d3e1ceeb29e5fe3199f3a66aff9697036 c2b6827074f9fdbc2ab0f6cd95fef412e5accf3c cfa6ecf9a9676cd0881df21a9304111e8294e7e9 da4c96194e50c1f1c18197d89d501bb982282afc dca84252e77bcc4217d2ae73e66c6862dd092750 Package: ros-rolling-nao-lola-command-msgs Version: 1.3.0-1noble.20260425.034821 Architecture: amd64 Maintainer: ijnek Installed-Size: 2010 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.034821_amd64.deb Size: 154510 SHA256: d6165569bc81eb9e53a665dd72fc7a9dc670481958396ae59e7d3098c8e9f59a SHA1: 23848013b36f8208ccedb4bf753fdaf786c30856 MD5sum: 47f5f6178a3379d74cddd11b00c4a338 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.034821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1829 Depends: ros-rolling-nao-lola-command-msgs (= 1.3.0-1noble.20260425.034821) 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.034821_amd64.deb Size: 1516376 SHA256: 70608a91ed7f3e3d452fd4a9433a4549e7f4c460e8eb3b84ee0d5b0d5b278e26 SHA1: ef301b29f1e5c6251455b8a3888d732f8307c139 MD5sum: b535fba302292d2aa41a19ec7379d0c2 Description: debug symbols for ros-rolling-nao-lola-command-msgs Build-Ids: 01d4b9e6c9c172d55da0a2dc071ac9a96df60bca 0daeeda7506e4d3d5bc650fd1e271ca73519ce78 23f6f6ce10ea5125136ce79d8547b47fd279916b 60036bddc86458b1ee357ded9fc2d31f8af9ad71 68ac4d4562f54c9e6658f05e1013f1c053b5e18f 6aa6c728e9d80d0d41e65700a6dfb84efc1f7f36 78dbb3ebc681dc0089cd45ac48ebd94413d5c274 9ff16f331ceed85d0ef61e2cf85b964675fc1795 a1eb2ea3ae1ba97a5147b2752db36c074e907906 c97bb7cd0662ae8eb338d81cf4a097a33f0b148b dc9fb07f1cae7be0213c69ab453dbfb1cb29d1b8 Package: ros-rolling-nao-lola-sensor-msgs Version: 1.3.0-1noble.20260425.033610 Architecture: amd64 Maintainer: ijnek Installed-Size: 2228 Depends: libc6 (>= 2.14), 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.033610_amd64.deb Size: 152202 SHA256: cab235a6da2f55f92860929d9f5381a916fc423833e721da574f0e718fa5891c SHA1: 986f5ca16c9f14d0b891b2f65ab887d0ba59b269 MD5sum: 1157b87c8a0d0a31552a6c5c60d221a8 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.033610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1590 Depends: ros-rolling-nao-lola-sensor-msgs (= 1.3.0-1noble.20260425.033610) 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.033610_amd64.deb Size: 1268040 SHA256: f742313f3bef5e9dc4b50cc4ef6c3effe86a219680870ab529ec731035ef6981 SHA1: a1aa9ca5d707a72e0589319024c237b77ce68413 MD5sum: d5f9061e8b38e9ee0420694527eaa4dd Description: debug symbols for ros-rolling-nao-lola-sensor-msgs Build-Ids: 0facc2b000c86a67e94dcb6cce00ff71b76d5fbd 4898863af3a14d8ba538bfdd70f94b601a902f49 6c5bef2121d5f6e2df511a8061d363bb28cc44cf 8c143d1e3de011d886d4656fa614150caaa680b8 a3df644a869680689dd9fe1bdb5b8b1a3367e19e b13214390201d289f4470d920aa5def719ca83e9 d4795e5a828a8081e7af1293813c5012b290da5e e06c3659d969b192d8efea1fe77f02251da3490e e7fb363d7d9b7dc5234f49489828fc2216ec1349 fb5d99717882daab4a146122d6a4d92eab5529a5 fef74187470e5e482d7857a5fcbb12e7dfb29e8c Package: ros-rolling-nao-sensor-msgs Version: 1.0.0-2noble.20260425.033613 Architecture: amd64 Maintainer: ijnek Installed-Size: 2165 Depends: libc6 (>= 2.14), 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.033613_amd64.deb Size: 151370 SHA256: ca748df4608c46ee8499b37015a1a9028c267649d6ac7b08bfc6f5c7662d2054 SHA1: 920fbaa6997492bfbe4b2eec8bb1379968b8ccd8 MD5sum: 1c3498e37e7e1c1261d48acae8eedbd7 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.033613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1583 Depends: ros-rolling-nao-sensor-msgs (= 1.0.0-2noble.20260425.033613) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-sensor-msgs/ros-rolling-nao-sensor-msgs-dbgsym_1.0.0-2noble.20260425.033613_amd64.deb Size: 1267482 SHA256: 86b8b094ed315f33f878066d174e4b922681c79cc51afc8bd9d8923bebedeb65 SHA1: e5f0b98b2b7236077acff14e2ff0287a488ae184 MD5sum: 6a6d1eb83f2145906dc22d678aad13fd Description: debug symbols for ros-rolling-nao-sensor-msgs Build-Ids: 06dfd5a1109fab19b1f4f0c186e30c61fb3c271f 09103d3ce5ceefe0a1f37a8f687666254f15599d 0b15d1ede4ae33dc75ebe2771b1991596c6db2ea 18dfe6d91f8e4b8651289da1ed0ac9899969a09b 2df444eb647e9ef273dab10f82f2c07dadebdb68 4e971d0310e6ce6a6bca6817f05fb8ef12b8cd22 876c39a0149d178ff2d9e2dbf649bf65bf7aa9ea 937fb713ace911223c3be8c2458342b0360aaa35 ab60cc3632eaa9267b80ca5eb4edc354106a00d4 db84a61c6c7888987fe4688a961ced9ee1f5ca30 e328608d5ea8cdfca00416f3df4d39c11bb81023 Package: ros-rolling-nav-msgs Version: 5.9.2-1noble.20260425.035837 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3240 Depends: libc6 (>= 2.14), 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.035837_amd64.deb Size: 249566 SHA256: 3a0daf2081a5f7879f4782721b3083a8131eec87fe4465d3f3eed7018f3b5674 SHA1: 64ac44b7b47d2f45efd3159415f173f1dd77062c MD5sum: 39d5bf30fa95c9aaf766109ddfebb3c0 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.035837 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 2686 Depends: ros-rolling-nav-msgs (= 5.9.2-1noble.20260425.035837) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nav-msgs/ros-rolling-nav-msgs-dbgsym_5.9.2-1noble.20260425.035837_amd64.deb Size: 2242132 SHA256: 06a26cf786d0b1302cb12a0ee6de7649caa316a295d46c01fc662411c3237dfc SHA1: 25f9ab0becc9d0c2a92919935d37ae3e8e83bbe5 MD5sum: f574ec1cecfb91f12b8cb2ee651ee5b5 Description: debug symbols for ros-rolling-nav-msgs Build-Ids: 0007615b88bb6b932344bf1c706efa580bafc0de 19c7ca3f8a041d6106ab5974e4234ff601295a68 22307df8942ee161815db04668b262bde7392007 424dc90904b04047eb803faccac4da47aab3ce4a 7c0556942cdc3fd73b4b1f5a00510408883f3d9d ae526ac8016c5903dd5b418ee2415717da04afc6 c0ce217a9e82da52b94718b190149d5c407babb7 c128e85f2b9287d1fe0bf07813d9485a5074b624 c8aa2227dffb50afe4e70ab5cf9cb6825b7eaf4a c8eb447d584254742a399c6d6af6ef65e3e70248 f3ca9cffb669741cd63b684ecc50df9b7ac91e19 Package: ros-rolling-nav2-minimal-tb3-sim Version: 1.2.0-1noble.20260425.052735 Architecture: amd64 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.20260425.052735_amd64.deb Size: 44892 SHA256: e065d20968f1735f521e6cd061eda3ead4f87d09b9a5c3068d17356ef50a4655 SHA1: f89e12677aab185e54ce829422cdb6a7b21cf97e MD5sum: d3c877109f15c48a27835a7035d5e988 Description: Nav2 Minimum TurtleBot3 Simulation Package: ros-rolling-nav2-minimal-tb4-description Version: 1.2.0-1noble.20260425.050724 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 24845 Depends: ros-rolling-joint-state-publisher, ros-rolling-robot-state-publisher, ros-rolling-urdf, ros-rolling-xacro, ros-rolling-ros-workspace 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.050724_amd64.deb Size: 4514728 SHA256: 98249dd7eabba328496cb806aa4b2e9e7afcf1e8f57cc96e5ca3493a7c5dccf8 SHA1: c69e78d234794c5b83b5e9e89845b95cfa3c5ffc MD5sum: 3223be32f83485c72a4b9e5863c068ac Description: Nav2's minimum Turtlebot4 Description package Package: ros-rolling-nav2-minimal-tb4-sim Version: 1.2.0-1noble.20260425.052736 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 72 Depends: ros-rolling-nav2-minimal-tb4-description, ros-rolling-robot-state-publisher, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-image, ros-rolling-ros-gz-interfaces, ros-rolling-ros-gz-sim, ros-rolling-xacro, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nav2-minimal-tb4-sim/ros-rolling-nav2-minimal-tb4-sim_1.2.0-1noble.20260425.052736_amd64.deb Size: 10180 SHA256: 854bab22f03904c17fe425249ffc7394000d305ddd685a1f94d22ef51da1041f SHA1: 5d4c67e9aec416c1d2ff401d6a7a063cd709a7fa MD5sum: cab7be96a43f1346479f7c09a019d7e2 Description: Nav2 Minimum TurtleBot4 Simulation Package: ros-rolling-neobotix-usboard-msgs Version: 4.0.0-3noble.20260425.034355 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1880 Depends: libc6 (>= 2.4), 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.034355_amd64.deb Size: 122246 SHA256: b0e8b8dc288804390208eac17eccd910957aaa43a58f58a1b7d64bfeda89c8be SHA1: 421b530ebd849c0ddb15a3ee64f94368c77a5902 MD5sum: 41469ca04aeb89ed48c7f15361f24e93 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.034355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1143 Depends: ros-rolling-neobotix-usboard-msgs (= 4.0.0-3noble.20260425.034355) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-neobotix-usboard-msgs/ros-rolling-neobotix-usboard-msgs-dbgsym_4.0.0-3noble.20260425.034355_amd64.deb Size: 919200 SHA256: b935f4199d8f27bfa926cc475582b2d379c50832784035fe51ee34c7fe69b907 SHA1: b3390c3cd151ab421167de750e43401eec680eba MD5sum: 31159383d6f74f782497c2c912f87394 Description: debug symbols for ros-rolling-neobotix-usboard-msgs Build-Ids: 17e9a0259be414210bdb73ac86c3d2bcf22983e1 1b61235bd351b2931e4fd96bbd67db36e90b3578 33b9fb32d5fe2d09ef3c3a301e68748de2416aee 53591640193be4ea34ae39d5968755c00f8ad8dc 61bca0e6c160810410d25a3d0649e19405ee0351 65fcffa9e995e690b6b8fc66d7b16a0b7c7eaaf3 a911919e05c9a7dc321100999e0089db4d43d8f5 bd11adef0f73dc28bd1aac71e34d5d00dc3ed072 d4caacbb519347b7a2cea343fed2fd4e3dfdc155 e617ed3ccdb911b610bb6e31f472949631d2a073 ffe12d78c811a514ef730d783b0d7e426ce9a547 Package: ros-rolling-network-bridge Version: 3.0.0-1noble.20260425.045100 Architecture: amd64 Maintainer: Ethan Brown Installed-Size: 1189 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.045100_amd64.deb Size: 300644 SHA256: 623c2c408baaf57f9b32ac8e5554803acbdad73004d41a63e436e7320a02cb47 SHA1: bcae7cea6f3325bc9b3d833cc82d75e781340c09 MD5sum: 8b77e36a477c645569c510c977ab5f61 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.045100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ethan Brown Installed-Size: 5383 Depends: ros-rolling-network-bridge (= 3.0.0-1noble.20260425.045100) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-network-bridge/ros-rolling-network-bridge-dbgsym_3.0.0-1noble.20260425.045100_amd64.deb Size: 4826350 SHA256: ba5938dda94e9b017c7b4fb38585d4767e23b2e1a0b25770ca6248ae9743462b SHA1: 010ebc253d6c9151af477ffd668bb6f22fc60522 MD5sum: dbafeb03700e346ebb886705a0c9a674 Description: debug symbols for ros-rolling-network-bridge Build-Ids: 1750fab71acc130fd0fbd5f8d1217043fb8962c1 43c9305db1cfda73c2e4bb4a46b9642ae7e17e95 f9197f2aca1267ea9531d3f690563eaed4e95748 Package: ros-rolling-nlohmann-json-schema-validator-vendor Version: 0.5.0-1noble.20260423.214435 Architecture: amd64 Maintainer: Grey Installed-Size: 733 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.20260423.214435_amd64.deb Size: 225456 SHA256: e461739a39f30c70b51b686cb822ff6ea46d8d642db04f08361a83ad32334724 SHA1: 4b6fd6e64688583e579bc1e675cc3238a6d3f97a MD5sum: f7dc4ffebd043f0b9c3993ba653e0472 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.20260423.214435 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 3440 Depends: ros-rolling-nlohmann-json-schema-validator-vendor (= 0.5.0-1noble.20260423.214435) 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.20260423.214435_amd64.deb Size: 3205440 SHA256: b57de50dc3945feaf0f7832df4493e3eab0949017e63597046cc57bb0ce66457 SHA1: e6e8099a3685629958d8c388023825562af82920 MD5sum: fe58e6eb69dea3e3f75561065ff3c2de Description: debug symbols for ros-rolling-nlohmann-json-schema-validator-vendor Build-Ids: 0376fb579e265458582d0ee558a62f73fae1d8c8 856b6733317d347faf0c0d2bb0349fa288678274 baa33865a11403f99f055bd396dce03b8afa5f8b Package: ros-rolling-nmea-msgs Version: 2.1.0-2noble.20260425.034354 Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1887 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.034354_amd64.deb Size: 164746 SHA256: 423903b700f51a5956ef4ae8e5a64bc07e8c232753e6d04dcd4e5e0d6f7a1cd4 SHA1: f23eeb983448e13d51179e496c91fdfb8abb7f90 MD5sum: b6ff6fcaef5ad03367388f029ac2c419 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.034354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1665 Depends: ros-rolling-nmea-msgs (= 2.1.0-2noble.20260425.034354) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nmea-msgs/ros-rolling-nmea-msgs-dbgsym_2.1.0-2noble.20260425.034354_amd64.deb Size: 1424020 SHA256: 08ef321c9c81b84537411a1a9558b41702e4f4a3bce94cb64a5416597bc29073 SHA1: 06d7ccee00fc56cbb1e19344a01396cca9485350 MD5sum: dcaa15c1ab3913e6d8a333096d85eb10 Description: debug symbols for ros-rolling-nmea-msgs Build-Ids: 3f1c4f29eb90a571abaaa7dee545b69d15b2e2fc 3fb0018f23896ffe11002fcd07f7536fb428dd34 4fcac58416e151e4b5e3bded634b8a185e533f83 6be33dbd854c0754876c52e749bb4ee8a8b0cf1e 8514f178f312911cd7299a38b9f00a9121216d46 9455697891d8cf97d760fdf57e765fd3f6eee2d0 a5106efd47e8852bf02f4b71fd5d1881252e5dda c4d801e2b68720b66403c896daa72fb1f7b99894 c860e15024d337bf57e79c36a8e0acfdb81dcc1b d2407e675bc76ef4f965415071b2c7de66632a4a f44cde59598a58e7c2f0be1d0b1094b66dda73b7 Package: ros-rolling-nmea-navsat-driver Version: 2.0.1-2noble.20260425.042522 Architecture: amd64 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.042522_amd64.deb Size: 24696 SHA256: 1755f3b956d481f18f9d09eb79654f835d7b4caf15a6a7781d809cd0e4c7f18b SHA1: aab80ff5143a678d58c3ed7648e6419b3b698678 MD5sum: 807a2c000c7f0acee35ddcdf9271d842 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.043417 Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 624 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.043417_amd64.deb Size: 148736 SHA256: b786120eb54f3a156221b9b0c52d1eb7a0895010082a7ff0094bd2f4f107ae97 SHA1: 581912fcc9336232b2910b03e2d201de449fe732 MD5sum: a53de3326ec7634944287c34966a7e06 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.043417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 3003 Depends: ros-rolling-nobleo-socketcan-bridge (= 1.0.4-1noble.20260425.043417) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nobleo-socketcan-bridge/ros-rolling-nobleo-socketcan-bridge-dbgsym_1.0.4-1noble.20260425.043417_amd64.deb Size: 2654224 SHA256: 80d4514e0d59d54e2b694491c00cbfcf20dbe214c7530646dd97ffa92d1c2f93 SHA1: cdd191fb3a5f58e0c32e77a772b52fb4ddd6dd6d MD5sum: 53a767a3e2609a6215a40838294c8950 Description: debug symbols for ros-rolling-nobleo-socketcan-bridge Build-Ids: 8893548530f6bd37d5c134d2983ad854af95e9df ebef7a4a35e28c17e17b4d44e9d8f118f049fb9f eec8513f236d217b54f785adcee06f03a9252a5b Package: ros-rolling-nodl-python Version: 0.3.1-4noble.20260423.211912 Architecture: amd64 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.211912_amd64.deb Size: 18306 SHA256: 49fde4f69d10cd67d332eff09bf7a2ca20c38245d1fef7e1584c1ededed269c8 SHA1: 3488ed1dcff1e1f4eacae138ff39ac3d11daaee9 MD5sum: e1dfcdffc651e8a7d6b6667e72155c06 Description: Implementation of the NoDL API in Python. Package: ros-rolling-nodl-to-policy Version: 1.0.0-4noble.20260425.052607 Architecture: amd64 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.20260425.052607_amd64.deb Size: 10090 SHA256: c9cbb378bece2f25ccba8b10ef0760a48cb5296a0b1b3d757e4b357c6fc5bad3 SHA1: 4eb773a63ebccbbd7635df4681f74d1d5780b858 MD5sum: 177bd23b8b697d988a3102e6554b96ee 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.034824 Architecture: amd64 Maintainer: P. J. Reed Installed-Size: 6808 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.034824_amd64.deb Size: 445116 SHA256: d892a6834fabbc1d87d26d0587307f0a60b562a1adcda7f7c7f8bdd6c8114f47 SHA1: 13319c97262d990035470954a7a5675fd8cf3793 MD5sum: c1a26569f3b8b9e5f41f7f9ed0f35ab2 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.034824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: P. J. Reed Installed-Size: 4696 Depends: ros-rolling-novatel-gps-msgs (= 4.2.0-1noble.20260425.034824) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-novatel-gps-msgs/ros-rolling-novatel-gps-msgs-dbgsym_4.2.0-1noble.20260425.034824_amd64.deb Size: 3965214 SHA256: 2a58bd66e6d031c52de70ee072e112fd96fb3702622d5cceaa01b24e938edbfc SHA1: b36317833c8a61a27b83dba270e1a01d24e4b6e8 MD5sum: c9fa159e29b33fb0fe602498b1c207a6 Description: debug symbols for ros-rolling-novatel-gps-msgs Build-Ids: 45d72bbec983ad91a44e57b88956da12a173b035 49539ed03bc6fbac05c4d6c58decc606f06e7dee 6d1b4b942b120892fa011982c293220cf8777715 758438868e06800b2f8ef15b20d138add9b49bf7 82e9fc42482432e16185e0ed563b5c0ac1892c44 87454e8527514ac137005e4db02b9293910ae961 9b11dbdfefbb709e14794a390371bc609e891d52 9d9adca6c175de1cb90569c199e37cd83094aea4 df53be52bb9cfe8a7dd1ade6f94234fc0a46fbce f6ed011925fc3c5be06bf402fc16e91a35d329f2 f782512dce66f9bc08e2126022e1c9742c9d3d2c Package: ros-rolling-ntpd-driver Version: 2.3.0-1noble.20260425.043536 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 524 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.043536_amd64.deb Size: 114096 SHA256: 64832d9675445dc69f7718e1c965929b150353871764e6d8743d42b96d65ebab SHA1: 6b541cbfc4f74dbfc9a62628bb86e20cf42b449b MD5sum: 779a29e16ac15bba17bc5522576d4bba 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.043536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 2457 Depends: ros-rolling-ntpd-driver (= 2.3.0-1noble.20260425.043536) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ntpd-driver/ros-rolling-ntpd-driver-dbgsym_2.3.0-1noble.20260425.043536_amd64.deb Size: 2136500 SHA256: 7aea18ce97de734be500d4e604702b94bc49483d60f7b99f8479572318ea2340 SHA1: 565943eefa07744386678d9c9815d504e4ad8413 MD5sum: 0bc84036b926916597b7bc174c0703b2 Description: debug symbols for ros-rolling-ntpd-driver Build-Ids: 99dfc031a2443469cbb8acf850b1502339b92d99 eaf7cea66a75ffb03e1da5d3a4cf2f86d50bc987 Package: ros-rolling-ntrip-client Version: 1.4.1-1noble.20260425.042549 Architecture: amd64 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.042549_amd64.deb Size: 26340 SHA256: c680c18227ab39abaac7c40dd242108c7fbe29c68c27080747d18c05b30473aa SHA1: 784d0d0568c0cfdd2abac998a7c84205b192bfb0 MD5sum: 6b1248b01f3cc335a392137eade9f2e1 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.043025 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 266 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.043025_amd64.deb Size: 75714 SHA256: 78c1059857a21618e52fc4180964174bdf3571403cb94c441187c0fbb8a98065 SHA1: c520be1f285978e34afa97e0c03ac6e8d7fc2d83 MD5sum: bfe791fb7f36cfd0326500b6fe21c29a 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.043025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1288 Depends: ros-rolling-ntrip-client-node (= 0.7.4-1noble.20260425.043025) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ntrip-client-node/ros-rolling-ntrip-client-node-dbgsym_0.7.4-1noble.20260425.043025_amd64.deb Size: 1209670 SHA256: ddc19ca0239bfa55298e1387478bd7bc646815537c006411b26e041638ed6cb7 SHA1: bd291cad731ea7da1ff89f2c619319f0a4045350 MD5sum: ce55c1576f162dd61b6b95e0a0ed7123 Description: debug symbols for ros-rolling-ntrip-client-node Build-Ids: 397ef686ed687f31d42f88f78c79c1bbabaf6a5d c556ea3a086c821016968a7df6f5871777d97588 Package: ros-rolling-object-recognition-msgs Version: 2.0.0-4noble.20260425.040650 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 3393 Depends: libc6 (>= 2.14), 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.040650_amd64.deb Size: 254038 SHA256: 2565d6401f4e6240f63ef382172bb6db02eba39712d4ac0cf08b1782bfcfe7d4 SHA1: 65b6d0607bbaab6484c67374354141182d1faa54 MD5sum: 1d0fb2da3b2aeb6ce3c2d7ba8d944b93 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.040650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 2799 Depends: ros-rolling-object-recognition-msgs (= 2.0.0-4noble.20260425.040650) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-object-recognition-msgs/ros-rolling-object-recognition-msgs-dbgsym_2.0.0-4noble.20260425.040650_amd64.deb Size: 2304268 SHA256: 4dc30c67ea60e3095d59ade9a2b0e1d51c8938372d37ee955d27b74e94ff787b SHA1: c576f024d5937d5ee945ad651cdd8376b27d7ddf MD5sum: 6f8134bcc1227816fd151697154569ef Description: debug symbols for ros-rolling-object-recognition-msgs Build-Ids: 05cd52736c723927d9d1ce53359e7249bce83d24 2caefd21eac1d2c7380dff7f8a3a594bdd41da1f 3bc69eaa820ec136af034bba84571eb59c497c29 3dbe13d1973ffa1915ed5f121ad233c2732b4da6 3e481ccbd479d12d9fb93082008e472ccbe8036b 46c22c1fdaeffeb53b0b82be73525dfbbacc12cd 4778d49bbb159e40f9d5944336661a381538783c 598b6dd01311f3dcc526f8d4523cb4b05b55b12e b37581d543723107449679b37cf8ba3100b837a9 d1742495fd8ed5e031761ba90864766fd437dd67 e4e68e79c68e31af22e99abaa175987f5edefdcd Package: ros-rolling-octomap-mapping Version: 2.3.1-1noble.20260425.060142 Architecture: amd64 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.20260425.060142_amd64.deb Size: 5898 SHA256: 9c8b7e3a55785996ace57306466b5bc5924b9c4f1940fa704d94395242cf15f5 SHA1: c95519cce15a150c363496f4826710d4c7037ccb MD5sum: 0a9aaec262d645b1dd26554394647c09 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.035541 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1460 Depends: libc6 (>= 2.14), 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.035541_amd64.deb Size: 127084 SHA256: 8d1b324c9f530021194049149dcc976af6e226f6ea4850b1472d10bb70140843 SHA1: 9bb2ba88d8a9b1b016843a17117fae0ffc1d3caa MD5sum: 2b9cf4fe941211591ca9d6a975576cbf 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.035541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1097 Depends: ros-rolling-octomap-msgs (= 2.0.1-1noble.20260425.035541) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-msgs/ros-rolling-octomap-msgs-dbgsym_2.0.1-1noble.20260425.035541_amd64.deb Size: 867526 SHA256: 92c13fb13f46e2ad99939d53c7f1bb2e655e60e45a01a53c7b66cf92aee269fd SHA1: a23ba2c06205ef9d118a538d0cf0456c0af35a44 MD5sum: 085762a9d9e92a4f40481fe9f335f963 Description: debug symbols for ros-rolling-octomap-msgs Build-Ids: 018ffcb812b9168e1f08890ec2effd996f9252f4 1cdc3804efc3634f862b0c27800a06f57bee40ed 43b4202bdf99ec610621501fc24f1aaec58a858f 9dcab234e3ba77b40c7abb0704b685acd2e45a59 a296d3d56158012c748d215921d386e6d9a11d81 cac970dc4b139ba05910619e2218ac74494e626e d732884c00cc7cfc9b2a5a1a3bb5955019b93dbc df7d9261b227309e503709d3da5686a396ff0de0 e062d2561bbaebadff96197d4abeeeca696226a8 e28ad8aabf5374479beb89c8ad1990b076938232 e4c5cd14d3ec00124e7bf13695917093fc6ff921 Package: ros-rolling-octomap-ros Version: 0.4.5-1noble.20260425.040920 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 89 Depends: libc6 (>= 2.4), 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.040920_amd64.deb Size: 17016 SHA256: df3a4781717b6706862bcda7c461f5f8733b48cb288a06dd7f2fa48133de22d8 SHA1: 7bd2272e8438453c43e19ed02c3d6f6ad0f336e5 MD5sum: f6095b01cdb444e8398cd08c4bcb3a01 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.040920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 121 Depends: ros-rolling-octomap-ros (= 0.4.5-1noble.20260425.040920) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-ros/ros-rolling-octomap-ros-dbgsym_0.4.5-1noble.20260425.040920_amd64.deb Size: 106292 SHA256: 3f2d73cf52786c3571eb0dd810ddb9638cf7c4384bca8f5dc263558babe58081 SHA1: bae1e605e954b2f8a15fcb2f7e6c1a2de38291c8 MD5sum: ae7478104a66d89c5b74f1729cf9bf62 Description: debug symbols for ros-rolling-octomap-ros Build-Ids: fd16c7e32c41db883530ee3dc54299470ce286d2 Package: ros-rolling-octomap-server Version: 2.3.1-1noble.20260425.055220 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 4601 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.055220_amd64.deb Size: 685424 SHA256: c24a607d71432f8b0cb58ca8c36cecf9174e42f007b23812b62fe535f19c6f0b SHA1: cca6075c172fac01ef27f8327d8e954b41d70e92 MD5sum: 2d20be431d17ac2c01e7aca498f052ed 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.055220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 29192 Depends: ros-rolling-octomap-server (= 2.3.1-1noble.20260425.055220) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-server/ros-rolling-octomap-server-dbgsym_2.3.1-1noble.20260425.055220_amd64.deb Size: 25893018 SHA256: 08957953972f1b7bd0e6109657337607743b19c0d4abe75f7fde24c4af46342b SHA1: f2b55d3a968522882cd2505af60f68b830dc9f1c MD5sum: 9afa2356c2390d7c344372faca8b8182 Description: debug symbols for ros-rolling-octomap-server Build-Ids: 1fa68a0423d85e944347b5922d0bbe358d8d15cb 27335c3edf6123e2d4857bda4d64d8369200d9c4 305474c91a307ce4d050c51948af783297985d24 4b657500cbe337a7a537f2bd55d4156a52625277 4b81f6d8fb665692feaa15d6b3117dec0ace066f 68d6fe277a1bc22d3db70b90a614319c7b29ce84 881fcf2fa3a3584c2f3a655e0f1268a0aa0dc45e 9e08e312c2fbed9601cf4e9489f7a7a589b9dbd1 ba71f3eacf443977a55958ff7566eecc9840526b c2f4f2901e81d24ecc156a34e4c5e3676801072b e7bcc29f43e2979fa3f96b874ae1e9d17e790d0d ff3cd7bbd8552bd435378ad2d04af4b636868b92 Package: ros-rolling-odom-to-tf-ros2 Version: 1.0.8-1noble.20260425.050201 Architecture: amd64 Maintainer: George Stavrinos Installed-Size: 513 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.050201_amd64.deb Size: 113750 SHA256: 587d0884e45476764b50594ac1fd78b378eb87d247ccb714d1eb243b00db9958 SHA1: 12951e0b2c91d76d329902c7c9c210e5971f301d MD5sum: 8b13f83051284003a397f8af951e0ad0 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.050201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Stavrinos Installed-Size: 2354 Depends: ros-rolling-odom-to-tf-ros2 (= 1.0.8-1noble.20260425.050201) 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.050201_amd64.deb Size: 2022424 SHA256: 2f522545907b7cb2e3c6acd1a9ef6c5bb7f50045d346af4d7f2e13da8ca4dee8 SHA1: 7676d773e562b0e3dec7061a3e05c7bb99966cbf MD5sum: c80292c8d2a66c57c75f66a947365447 Description: debug symbols for ros-rolling-odom-to-tf-ros2 Build-Ids: b72598bd972e3effd8b284d85fca94ae38c36989 Package: ros-rolling-odri-master-board-sdk Version: 1.0.7-2noble.20260423.225852 Architecture: amd64 Maintainer: Maximilien Naveau Installed-Size: 390 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.20260423.225852_amd64.deb Size: 79558 SHA256: 9572de9dd9af98c9363d6df7357d2e7e5f9fe52f948c369090410cd1021181dd SHA1: 36b39a361231cff77b07ad0b141545a1b89bf793 MD5sum: edd22c7151135a5fb38117fc0bd3fb52 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.20260423.225852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilien Naveau Installed-Size: 785 Depends: ros-rolling-odri-master-board-sdk (= 1.0.7-2noble.20260423.225852) 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.20260423.225852_amd64.deb Size: 610480 SHA256: 6bfb6ec2e8c9544038f5a1e7cf0eabd60ab5956ffa7dcdb7cd5735c1fcbb376b SHA1: 7d9caedaadf335801f80ec4282b6a5355d28890b MD5sum: 6b642e8ea185ed39238d2379514a0f91 Description: debug symbols for ros-rolling-odri-master-board-sdk Build-Ids: 16a244ddddfa39f4a20310158e5f436e153ab7d5 37a295d09f0a4c9bcfc619732e4b5a5c9b92f150 a88dbff5e3dbe9694ca7b41fd8d9f2321d0a1e75 bfad74d7879e3d75e8ff6be6dfd91aa1443306d7 ff06833dfa203a43693093d56687be48bfe5810c Package: ros-rolling-off-highway-can Version: 1.3.0-1noble.20260425.043426 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 836 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.043426_amd64.deb Size: 160894 SHA256: 31b63835064f403902ff309b5b7207a31d7d7343be1b88e44e9ca94c20c79060 SHA1: e342949f4ff4c26d99726f5ebf00b0884f31637d MD5sum: c872e42e3b9ca8d79238c10957ddee86 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.043426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 3805 Depends: ros-rolling-off-highway-can (= 1.3.0-1noble.20260425.043426) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-can/ros-rolling-off-highway-can-dbgsym_1.3.0-1noble.20260425.043426_amd64.deb Size: 3230690 SHA256: fe23a0ef8f23893d038407604733fe83772ba0e704239f6492a381611c90e19f SHA1: b6e8604e0f060dfba378bbc417b7039db619a819 MD5sum: 3e4eff7a404c68732cf11863b7aa8023 Description: debug symbols for ros-rolling-off-highway-can Build-Ids: f31b651e932cdd689a7827fd02b187ff1bee440a Package: ros-rolling-off-highway-general-purpose-radar Version: 1.3.0-1noble.20260425.043757 Architecture: amd64 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-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.043757_amd64.deb Size: 155542 SHA256: 1485a8c0d32c617cbfcf33b0e4dda28a0b54697f47214ed140037e4a8ea05f7e SHA1: 2dc5c9695c99a30ee4cc2a795f1016c12a88f468 MD5sum: 187fc64d30263f4ca50c3f33c0f22804 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.043757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 2577 Depends: ros-rolling-off-highway-general-purpose-radar (= 1.3.0-1noble.20260425.043757) 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.043757_amd64.deb Size: 2400066 SHA256: b91bec9213a1b5c3bbb92777f5d9580e4cba7376063e9b6ab9a0465213627241 SHA1: 356cd24e6cf4c014ee9d5a8790e3ae60b8fb5c06 MD5sum: 2a22d45ab7168f73fe2e3f86083d817d Description: debug symbols for ros-rolling-off-highway-general-purpose-radar Build-Ids: 64fe9e525b1324462aa96f1264e150600a2c1046 f4acad43e7f8d07a081a5c0345a81229e4bdc3d2 Package: ros-rolling-off-highway-general-purpose-radar-msgs Version: 1.3.0-1noble.20260425.034827 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1185 Depends: libc6 (>= 2.14), 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.034827_amd64.deb Size: 90872 SHA256: f7b07a1225e7cf79b821f426bf97aa665df93dea671f8a768955c1c51e1ef903 SHA1: 4c68bd35ab11d9c7c7e0d574275391136328eccd MD5sum: f35342bed4f8b98b7cba7ca2a521e88c 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.034827 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 782 Depends: ros-rolling-off-highway-general-purpose-radar-msgs (= 1.3.0-1noble.20260425.034827) 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.034827_amd64.deb Size: 608852 SHA256: eb7d60b3e98a34fd534960c80e21ee96163ac23d444b415ef75601d57c82438e SHA1: 8e1fc1150fa230397d4d8ed90a5604386ecf2b1c MD5sum: 1196a0bf7244714ee1b8407e82d449f6 Description: debug symbols for ros-rolling-off-highway-general-purpose-radar-msgs Build-Ids: 08daba34ec4c7807e6607535032b1d5106e96247 1612f2ca94d7361fd0124d6849fd8dde774aea5c 499c6d69b6dc4b94129dae990e50c9dda94540c0 61f61f937572a62f55305a69f19c4f19c52e1179 c174de0067cc2358d226e142c7fb6af41dfb9d48 d0ef0908ba8f2e109d3832d9356e8e1d7999d8ba e0a7d5ab25b5a435e17e8192e01d35e6c48fecf1 e6ae4059d184dc8e23b9fd021cf61a3c990c4a16 e871eb2fe34e5faec8bc869a694fb6fa9934a923 ecc92f54ca433434036b3a1108766b1572048229 ff0971525df4a38ca716e01d1b2024c02b8e6681 Package: ros-rolling-off-highway-mm7p10 Version: 1.3.0-1noble.20260425.043801 Architecture: amd64 Maintainer: Darius Man Installed-Size: 335 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.043801_amd64.deb Size: 91388 SHA256: eba24b8da182432c12d9f93b3e1c5bf3fa6ac80d90c363b62298f5a231c74525 SHA1: f081164319a1ba6e03be4e8f379f838619eeff87 MD5sum: cdb41c13f42658ae2f424d78d520ec38 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.043801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Darius Man Installed-Size: 1558 Depends: ros-rolling-off-highway-mm7p10 (= 1.3.0-1noble.20260425.043801) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-mm7p10/ros-rolling-off-highway-mm7p10-dbgsym_1.3.0-1noble.20260425.043801_amd64.deb Size: 1449404 SHA256: b35b9ead2351041d360c5edc5cbdd88467673f507ee1ecaa59f15cecf47368ab SHA1: b18ca29461b3ad64969e38d3f00bdadec6806829 MD5sum: fbefb2604d22f6787fffa9ac6b58f7eb Description: debug symbols for ros-rolling-off-highway-mm7p10 Build-Ids: b57b07144163050ae62a7b9fcbb7f5766f2296f8 f776faea2333844562adf83fffc4ae9ce9cc0c49 Package: ros-rolling-off-highway-mm7p10-msgs Version: 1.3.0-1noble.20260425.034846 Architecture: amd64 Maintainer: Darius Man Installed-Size: 499 Depends: libc6 (>= 2.4), 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.034846_amd64.deb Size: 45964 SHA256: d97a57e747009eea56a0106c2492e60768e6358916e56f536c9b5fa2cf7732a6 SHA1: 63f3e8f7701c8989046fdb8786ca598140f60c9e MD5sum: 1deac40633b268bd61a162683a42b9cf 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.034846 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Darius Man Installed-Size: 287 Depends: ros-rolling-off-highway-mm7p10-msgs (= 1.3.0-1noble.20260425.034846) 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.034846_amd64.deb Size: 197288 SHA256: 4cebc18e609cfe2485a522115eb8b16c7d269853fb8818d12f1581876c3e1e38 SHA1: 91a8ab20f2888dba34cc2a9c658177592b88f4c3 MD5sum: 8e573e72dfe2b208989f565fa47a7a10 Description: debug symbols for ros-rolling-off-highway-mm7p10-msgs Build-Ids: 0066f3ac03629876284a9df7ed7c0787f4e31d17 16cafa54291241a4b27a2bac4dace5a50e6fa1b0 1b1a5267ca99c236d230b3c5be91709cfad6f5f6 2ae1b7860550a03742a344a6d4e9891c74e2072d 2c3ec5046bc47d1eb94b58dc5955ce4a6cfa8ec4 4bc3ccc50984407655758c74387eece5598cdba6 4f4e25b266629d4ab382bfd812a38ab091c223e3 726932b8f074a120d5004b0c14406a1fd148d0c8 c949796619cd52a8c3ff75f541a8935c45645df3 c9e0337f0a7b6c2be0c9f5534ecc84e601580a43 ee841455664bcedb597ada638b51b12343473559 Package: ros-rolling-off-highway-premium-radar-msgs Version: 1.3.0-1noble.20260425.035838 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 3319 Depends: libc6 (>= 2.14), 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.035838_amd64.deb Size: 223406 SHA256: de7f259eac39b33701e6ccdb82c48a9cf7ecdf85a9d338428f5a4b2ccaac41fe SHA1: 79d62709fa4ea6ab7510d43c8ee402e3909de723 MD5sum: 5d154d7725480e7ce6a3c6bf0ee94c52 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.035838 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 2197 Depends: ros-rolling-off-highway-premium-radar-msgs (= 1.3.0-1noble.20260425.035838) 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.035838_amd64.deb Size: 1745970 SHA256: f033aea490d2cdd923b02f4928a47129ada9466ef91df5d45123290e7d28ab3a SHA1: fc3762f648b79a179aa6fafa2ced4889c9339c96 MD5sum: 695a08e9e48efe8e767175c5984298f3 Description: debug symbols for ros-rolling-off-highway-premium-radar-msgs Build-Ids: 07f85cfe2307622b8fb38ebb149b15c7ea414124 3dd42f284a56b36faad4352cb237d873010eafc9 60f57d7917692f0f1d1a3992f5dcd1842fab8c84 6afcf86bedb81c043336e09a9067e0742d4eb511 71f624132149804f5340a9337b2bd327525557f6 7dc53f9f120c30569cbdf4a02207e48f9ac95830 837f410538ad84d2e54c442548cca6e54b2c69f1 8d63d943f98a9135d89c2a155c37d3d17d57c1ce bbc40e65c58a1564fcbb01f5f1c1858fdd5f3ccb cc0b53b44f7a36ead1659d48ffd409885a04994f e0e6833ccf3d3c8e271c0950ef375c70125aaa93 Package: ros-rolling-off-highway-premium-radar-sample-msgs Version: 1.3.0-1noble.20260425.035902 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 5089 Depends: libc6 (>= 2.14), 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.035902_amd64.deb Size: 314102 SHA256: a730cde7bef21c4476c50adc5fa2306aabbaf42f3585f79a09f6d4e63930e3c6 SHA1: 7201e22dfedeb5698b772c73ed10c322aec0a010 MD5sum: 82397ad0cfe06547b5873de504a0156d 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.035902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 3362 Depends: ros-rolling-off-highway-premium-radar-sample-msgs (= 1.3.0-1noble.20260425.035902) 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.035902_amd64.deb Size: 2661646 SHA256: b80b03a6683dccb329725c220a4df8e2ce7ad2672ba91e2c93aa7e40966fcd2c SHA1: 404148a5c7e07cab2936f2d2429aa876cd83ac41 MD5sum: 52af68b041609813e7937239be868d02 Description: debug symbols for ros-rolling-off-highway-premium-radar-sample-msgs Build-Ids: 13399589b5bd1670f6572be5b86462d41b91c9c4 22629de2e2e48f2658fdfb86752b1183f46e145a 2f3a01ee2aba4ca1440c2003b53088ff751b3d0e 31a0178aca1e9a612f3fd66867ccb742d3387368 4a7d701a8e7512d0e9d3aa5ec456ee6ff5bb5ad7 5a5d1317663b110d5f431a153a4ebfabb0bb2059 659af3e2ad1567e3bd0e11803a0ebff5e85cf41b 6df0637614d66ee6fa9b30f0c1ce6731ff1d8634 8646c2c9f82bebd60a6085eb3fa44b7fbef54f63 a9b8201a6a59141ed238fe705b71bcf17a8116fe e870d31ae7c160d46db6d6e6eaa9a851dc0d1810 Package: ros-rolling-off-highway-radar Version: 1.3.0-1noble.20260425.043814 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 938 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.043814_amd64.deb Size: 219236 SHA256: 1e918f672ffacda682f82b3cd25bb6ad630df37b800c4eb4c471014abbc17ba2 SHA1: 23c460634a981bd463c5e4cba8b536d370fe44a3 MD5sum: b778b28a52865f311976d7f32dcdb719 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.043814 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 4693 Depends: ros-rolling-off-highway-radar (= 1.3.0-1noble.20260425.043814) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-radar/ros-rolling-off-highway-radar-dbgsym_1.3.0-1noble.20260425.043814_amd64.deb Size: 4122602 SHA256: 032f4ee2722f30661d4042c7c71ad94a177fd237c1aa86562293b2c0350fdb17 SHA1: 2366cc93c89134116b54e698a5e3326b71bc6a79 MD5sum: ecc2c3bfe6ca679381e50caf775e4a3e Description: debug symbols for ros-rolling-off-highway-radar Build-Ids: 11ba85359da3b8f19bfa98d9437c6deab1f352e7 48a518889a382ff12ae7cc3695af99352e8b47fa 8c15cbcb9118c76d4639b8f6b5dac270f8b44fcf Package: ros-rolling-off-highway-radar-msgs Version: 1.3.0-1noble.20260425.035552 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1161 Depends: libc6 (>= 2.14), 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.035552_amd64.deb Size: 94884 SHA256: 16c85c4ccf76bb1df488c30ead64fce06647137eb4a0db8575ebcb0fb11b7dd2 SHA1: f3d484946c0183f41532b7ce991d1c24c8ee36c8 MD5sum: 65d1afd8e29da7aa87e6d18479b9cfd2 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.035552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 793 Depends: ros-rolling-off-highway-radar-msgs (= 1.3.0-1noble.20260425.035552) 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.035552_amd64.deb Size: 623864 SHA256: 169bd3f522eecd5aa5dcf29d30620e90aa77dbee0ad511c5a7e4ea7bab17ea03 SHA1: 0a5864e021efa2b755f6efa6fdc61d5fad593614 MD5sum: 3a0cb576fcd4828aa4e2883cc66eac3f Description: debug symbols for ros-rolling-off-highway-radar-msgs Build-Ids: 145610d6f951bfe3f015fa3e8de00975e293d69c 297b552598923eaf228b528b99d8ff18b85d2223 3640857824d19d65189a68491f82f28442bc6030 3d4299f5d38ca60c46f8cf4227e63a209fe5c946 59e14e46a785ca3e9186e340cf2a06f4c6bfb7ee 88801bd1077a728dc08161399dae2466ef6bcd4f 9e4d39d437e0f0984df3a5f1d0c9a7f0d5e41101 a08e86f3948451a597fc929afba74c919994e6d6 ed9b60a5648e0f08d626d6d9be19dea3328dfd79 f8e1788d4c3b6a82ae7bb3136784c9ebadb6be0e fefb323ea88bc5ef037b96c0cabbfffe89417c51 Package: ros-rolling-off-highway-uss Version: 1.3.0-1noble.20260425.043825 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1036 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.043825_amd64.deb Size: 236876 SHA256: e9eb1a1f290f56f66a8f337f3c96ac5aa4ffee26edecd299e943010f85f53797 SHA1: 131fe1f96375098e69bdae3b804c3075bc9c2a02 MD5sum: e8b9c11d629c0fed7fc05c1dc01fefad 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.043825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 5249 Depends: ros-rolling-off-highway-uss (= 1.3.0-1noble.20260425.043825) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-uss/ros-rolling-off-highway-uss-dbgsym_1.3.0-1noble.20260425.043825_amd64.deb Size: 4610858 SHA256: 7e1e6a82b1422e63c0bc43c588073fd159d244ee5da22d5181a897e9712cae82 SHA1: a08de538767a9a53cb65260aad1f5d56126adf0a MD5sum: a64b87c03360874e36ec77ff84bfd117 Description: debug symbols for ros-rolling-off-highway-uss Build-Ids: 5a64d40d617a00c6569837ce808d9e1f19e196a0 8f4acfd6526f3d8954fc9339de284515fc67ad2e cce6bde63f01e8478fc10d8500a2f28e4cdec3eb Package: ros-rolling-off-highway-uss-msgs Version: 1.3.0-1noble.20260425.035556 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1343 Depends: libc6 (>= 2.14), 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.035556_amd64.deb Size: 109182 SHA256: ec138c152505a1fbd01b1d3cfe87e3948cd1e6e9bd9940a1a84abdb3a8739577 SHA1: cfa684b986642ce21a6a9318967a825891726ed7 MD5sum: 5e2bef9852339f51bd43999497995fa0 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.035556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1024 Depends: ros-rolling-off-highway-uss-msgs (= 1.3.0-1noble.20260425.035556) 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.035556_amd64.deb Size: 825592 SHA256: f1fa2227a6db9a8fa55e75784b6e0872d78a4a62244091f9a2636737aa3aabaa SHA1: 9c9f2b3e97666257bbff977b8dcae576e36a574a MD5sum: 353504bc5b2c68e08394645fa4491942 Description: debug symbols for ros-rolling-off-highway-uss-msgs Build-Ids: 481aadc73453f42866717037198194d008dd1a43 567e2208f1176d3d38487a6c399ab8dc9840a2e4 712b183577903372013a23297069e85be09980a9 8068abc02eeda8d3933edbdc03a6233fb5b2b246 a641621aac285bea17ba47e1747cc873a8fb8002 b3d5b785171c2f637a8c70a24bee6e0880d0b235 b91ddc3fe0433673c0c9b3fc0d2a53ca88a8a4c5 ca88de67b69653c55c176595806504db284d8134 e5967be2478618adef850637eb078a22a7acae7d e733ef6bf60d09a733b296afaf783553ea9fccbc e7cc4fb98f11c44869b7b13f678ef46f83383fc6 Package: ros-rolling-om-gravity-compensation-controller Version: 4.1.2-1noble.20260425.051932 Architecture: amd64 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-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.051932_amd64.deb Size: 174300 SHA256: 0deed999c2804c94b01d24d6300aeb768e9a77e0c00c4a47ef37feb32b2fdccc SHA1: 96bf5c9440a4a633ca6fb61bcc82126c1c3c51b7 MD5sum: 721f8404cff28481825c3c261359f64e 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.051932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3599 Depends: ros-rolling-om-gravity-compensation-controller (= 4.1.2-1noble.20260425.051932) 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.051932_amd64.deb Size: 3045486 SHA256: 63ab2744b9260fde68368f248410457cfcc22d41588b0e70d3a4ef391ca5a701 SHA1: e3204dbd0959a4b22fb1788f57ba30f0b80c5f3c MD5sum: d0042325b5b9135d8f40a4da53b56a9a Description: debug symbols for ros-rolling-om-gravity-compensation-controller Build-Ids: 291de38ddcea1f766986aa37abaa44c0550b00bb Package: ros-rolling-om-joint-trajectory-command-broadcaster Version: 4.1.2-1noble.20260425.051434 Architecture: amd64 Maintainer: Pyo Installed-Size: 684 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.051434_amd64.deb Size: 157342 SHA256: a31a9c4e0e550d64666014b91a6af8a4381d5323dead0c79146b8163ac26df2e SHA1: 275dbbf2f5e37c811baaa30454f160c9577cd4e0 MD5sum: b8dabfab576b1cd75397d305c60a1ab6 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.051434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3020 Depends: ros-rolling-om-joint-trajectory-command-broadcaster (= 4.1.2-1noble.20260425.051434) 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.051434_amd64.deb Size: 2660784 SHA256: fa921f08711d765d97c6d596b9d62593fef11cd0460da58d9afb7b3af5ab82fe SHA1: cdaeac099cc524feb3ecddc557709f806793bf4d MD5sum: d54c02adef97a3df102bd6f31894ad23 Description: debug symbols for ros-rolling-om-joint-trajectory-command-broadcaster Build-Ids: 59bb4b56e71a6ca6cea01ba6e4be23d9551fb33b Package: ros-rolling-om-spring-actuator-controller Version: 4.1.2-1noble.20260425.051943 Architecture: amd64 Maintainer: Pyo Installed-Size: 252 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.051943_amd64.deb Size: 64840 SHA256: 54a9243a94dd868b34dee61359595a5ab105a977c49b51b0aec1700630de88ed SHA1: fb79e653239ab9095a3a97a706707d972722b2d0 MD5sum: 928de4199fea70dc03903801371187bb 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.051943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 774 Depends: ros-rolling-om-spring-actuator-controller (= 4.1.2-1noble.20260425.051943) 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.051943_amd64.deb Size: 736786 SHA256: 0573621a6d0ae2f78e57220b9e76326d5d98d711cd486894bc97a65fb1f23f07 SHA1: d9e8303f65dbee4e844cb4bc3b732004715da157 MD5sum: cdb629b9dfdba12742317fa1a6061fb3 Description: debug symbols for ros-rolling-om-spring-actuator-controller Build-Ids: 68404f71487bb3f49d3229abfd57c2d9c781d0d4 Package: ros-rolling-omni-wheel-drive-controller Version: 6.6.0-1noble.20260425.051743 Architecture: amd64 Maintainer: Aarav Gupta Installed-Size: 1030 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.051743_amd64.deb Size: 278666 SHA256: 1abf3724412124e8ddb66438a084e4ba8ab5d8da4daa9216be7ed3d7d62f1739 SHA1: 46a7e0dfbcf39c7a0aa71f28b5d9af697ab5f57f MD5sum: 47dd5c6dcd285838ba1234b74c0bc650 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.051743 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aarav Gupta Installed-Size: 9384 Depends: ros-rolling-omni-wheel-drive-controller (= 6.6.0-1noble.20260425.051743) 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.051743_amd64.deb Size: 9009038 SHA256: 29a176325fd33f7c2fbf4fe3dd49e851460b0c4d4ea6a26a6c0a9d3eb15ad350 SHA1: bc69f6186064cb25d102412944f9e24148ebfd82 MD5sum: 8fd3a919ed03d9c987e28724ae04b298 Description: debug symbols for ros-rolling-omni-wheel-drive-controller Build-Ids: 6867a7f9930a1cb60610a503f1c8f617a09ac1dd Package: ros-rolling-ompl Version: 1.7.0-2noble.20260423.225852 Architecture: amd64 Maintainer: Mark Moll Installed-Size: 15638 Depends: libboost-filesystem1.83.0 (>= 1.83.0), libboost-serialization1.83.0 (>= 1.83.0), libc6 (>= 2.38), libgcc-s1 (>= 3.4), 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.20260423.225852_amd64.deb Size: 2387742 SHA256: 273d5d4ffd8e1df28224797598403d175ca342854b47d562c1bb631fb03fc8cf SHA1: d363a1b13e912dd5659a541d5f438939533d2bca MD5sum: b5ccb72513708e9bd5ac130150222900 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.20260423.225852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mark Moll Installed-Size: 48547 Depends: ros-rolling-ompl (= 1.7.0-2noble.20260423.225852) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ompl/ros-rolling-ompl-dbgsym_1.7.0-2noble.20260423.225852_amd64.deb Size: 46673528 SHA256: dfb7c4403eb4c09d104eb51b814f9bcd790492f4ce54b85e27375d851af75ffd SHA1: 945eb4d94de57f8ce815ff16d7963d472bf020cc MD5sum: 89ae63761af6e7f8ddace260b09869a3 Description: debug symbols for ros-rolling-ompl Build-Ids: a20ce7dba0913890100ed4103df3f58d1956fbec Package: ros-rolling-open-manipulator-bringup Version: 4.1.2-1noble.20260428.034524 Architecture: amd64 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.034524_amd64.deb Size: 22854 SHA256: 6b3fb586709a8e1174112ee8cbb126a32dbd2b650412350e7c2602d9a4c5725b SHA1: 4ce65d43cdf108a571735fc9f2134d60929ae1c1 MD5sum: 19cb387bdd51b91940fc262bf3a28dc3 Description: OpenMANIPULATOR bringup ROS 2 package. Package: ros-rolling-open-manipulator-collision Version: 4.1.2-1noble.20260425.042623 Architecture: amd64 Maintainer: Pyo Installed-Size: 629 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.042623_amd64.deb Size: 143944 SHA256: 1499450a08a9f263232c0b0969757b534e467d53b3ee22a8723f3ba074cac08f SHA1: a432da1dcb569bc40c128abea8300940c42d53a3 MD5sum: 266d9c08f889b67d9f346d0470911f63 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.042623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3638 Depends: ros-rolling-open-manipulator-collision (= 4.1.2-1noble.20260425.042623) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-collision/ros-rolling-open-manipulator-collision-dbgsym_4.1.2-1noble.20260425.042623_amd64.deb Size: 3284414 SHA256: a64c3ec8fe8a0cbf89c09054e6a3092fcc2c4f3f32379678c050c290765c1ae6 SHA1: fa8f8e892ea7c878e73cc9cac1c8b5ff59ff01e4 MD5sum: 98b320dd0f1a51a87aee9acbc029be48 Description: debug symbols for ros-rolling-open-manipulator-collision Build-Ids: 40fa99807b04aad212b885160cc2ed6b0748b3b9 Package: ros-rolling-open-manipulator-description Version: 4.1.2-1noble.20260428.034439 Architecture: amd64 Maintainer: Pyo Installed-Size: 55200 Depends: ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-robot-state-publisher, ros-rolling-rviz2, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-description/ros-rolling-open-manipulator-description_4.1.2-1noble.20260428.034439_amd64.deb Size: 13090214 SHA256: 344a23de10583ce888b28646ad0e9434ef0852e7e1e4a236243b7539a340c8a3 SHA1: aae5660b0cd4cfabdcd29a9e6111c4d2ee528f4e MD5sum: e5b2eb40a1fa67d85716550a44a107d1 Description: open_manipulator_description ROS 2 package. Package: ros-rolling-open-manipulator-teleop Version: 4.1.2-1noble.20260425.042541 Architecture: amd64 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.042541_amd64.deb Size: 12422 SHA256: d1f86741cb384830170cf5e94182b44e0bea8d5fb6a86996d8dde9a627c9f735 SHA1: eb6c6d591db9f78e150500e5937b9a5655a00059 MD5sum: 1d93372e493b213f1993a421b1d8376e Description: OpenManipulator teleoperation package Package: ros-rolling-open3d-vendor Version: 0.19.0-1noble.20260423.233613 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 829932 Depends: libc++1-18 (>= 1:18.1.3), libc6 (>= 2.34), libgcc-s1 (>= 4.0), libgl1, libgomp1 (>= 6), libstdc++6 (>= 10.2), libudev1 (>= 183), libx11-6, libc++-dev, libgl1-mesa-dev, libglu1-mesa-dev, libx11-dev, ros-rolling-ros-workspace Homepage: https://www.open3d.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open3d-vendor/ros-rolling-open3d-vendor_0.19.0-1noble.20260423.233613_amd64.deb Size: 217731042 SHA256: 4717957a921f1ccbc41940e8557aeff04716ee28cc993972020fd3dae186fe79 SHA1: 20943a1e194acaa044e63e515a7ea974a3bac00e MD5sum: 64c0240a08c2ba24d937938051b1a38c Description: Open3D is an open-source library that supports rapid development of software that deals with 3D data. Package: ros-rolling-openeb-vendor Version: 2.0.2-1noble.20260423.230206 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 11438 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.20260423.230206_amd64.deb Size: 2058142 SHA256: e02e3877db3eb79ee8ac6f4cef1f4736f488868348f966a3a7e5fc595d2942ba SHA1: d91eb4d7137eeb3a839988f0f444b3c81902b19f MD5sum: 096741df62e10544afe20ee89edb0673 Description: Wrapper around openeb Package: ros-rolling-openeb-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-openeb-vendor Version: 2.0.2-1noble.20260423.230206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 48827 Depends: ros-rolling-openeb-vendor (= 2.0.2-1noble.20260423.230206) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-openeb-vendor/ros-rolling-openeb-vendor-dbgsym_2.0.2-1noble.20260423.230206_amd64.deb Size: 46548260 SHA256: 82b53fa3fadb8e88e27d4f04e2143749ab6991189dac16be2cc98f6cf7d2f830 SHA1: 27b92435c73a557d0f3859eb569d9dbd1d07b97a MD5sum: 704f76fab6e840fd5b51563fbd852134 Description: debug symbols for ros-rolling-openeb-vendor Build-Ids: 0c165a48feb585a915d2192b9ebb58b7be19744f 15dbaba703a8307bfd900a899433f4bb11c8a9a8 16ab115ce53c41e6a96f88cf0cfc1ec150acd53b 1b8a74dca1cb26ca3933e14b507e1ac127136a98 212f14f435d59033790038d4c1a21a88f20ed863 24b4fce2dbce95e84dc7c49217045d3d08fb17db 2652f6ce769befdfdf2d0e84796786886118b443 2f17eedc60729f866a472457a83ed4cef206472f 34236a220e8e5099fc7cebebeb4279ea8546a247 4b454e42b144b5e822f678f58f0c253d3c3a139a 4f5c308c33173eca3ec0411e7f957213a632e6f6 52b72ff0916ba320b68ff726277c8cfa68ff8670 851cffe93172f6ac242d9fe7b50323a4e33622a7 8636b4a493bf0c89b6cdd547eaf0d63a43254a13 a6a3ac6ac23f80fc18143394d50eb2bffca2202a af1879d892e7b1dc85566db78931bbeb3a32aba6 c35698447aaa52264beaf83c6009da4b0c9c7591 d32eccb877bddbccb3b355fdd607bab4a0e6ef90 ea1b6f6a7427115a9b9268e8bc8e240aca85a969 f240ccffaeb13a925a7ff644681d973026a0bad9 f243dbb678802edac8f2f6a594e159189ac8dc5d Package: ros-rolling-openni2-camera Version: 2.3.0-1noble.20260425.052120 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1454 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.20260425.052120_amd64.deb Size: 270334 SHA256: c671afa8a0b6e11727ff0ec3a7370d048b135ed314e1f7d4725d8f467c314722 SHA1: 835ec75156fc790bf9cf9efd0cebbc45406a6b2d MD5sum: 26941308a10bc6bca1a0c81691adc1a1 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.20260425.052120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 4239 Depends: ros-rolling-openni2-camera (= 2.3.0-1noble.20260425.052120) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-openni2-camera/ros-rolling-openni2-camera-dbgsym_2.3.0-1noble.20260425.052120_amd64.deb Size: 3895318 SHA256: 5eccb2ace5dd7d03186309bc2ef7bdd055177c0cfc7a824c3ece210febfde85f SHA1: 61d678a1e6b9d5da1a455df4c43750fe3702d7b9 MD5sum: 792c2b3eb85ace0492a7f68e4abfcca5 Description: debug symbols for ros-rolling-openni2-camera Build-Ids: 083c8973c4c0710f20336d8ea5206777dd0c6859 0a09def11d22f0d0ca096b6c5e04356cecbdbe87 1cf942e77f0c03ccc5842aa311c28f0a7229a52e 1e1404aebc6720b5350bbf0cb5b9ca71fdb4864b 1efcf02d137746ada8e404b39e0fc917f34e3b68 37f0b4fdb5979fa5e3d60592cbca29d7d97c69e5 42e77c6bb915f44d9dc187204ba472345444e4b5 551bea090a3cecca1ee2da68faea91e4ea4342ad 583198aba1402fd92c4cac62da31122ffa4a80d5 5ecb01384e5cac94e9058774e88033c1e6056962 605dbbdb205ce89f9997052279210ceaad4cc904 8bcbc44a7d593984fbb0db5e2d53fa1dedcb3ce2 bf319d5ec553803453acc9fc44c762aa9919e2b9 e2f63448afecd1b37a858e724feb8ab7a38febc2 e3f8e415f0720f46667bc03a1c8c362d7f014b93 fe68baea0a54ca08ce3820848a733a264157cb03 Package: ros-rolling-orocos-kdl-vendor Version: 0.8.0-1noble.20260423.230142 Architecture: amd64 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.20260423.230142_amd64.deb Size: 7176 SHA256: 55ae4f11c42da5acb57a93203ffbe7f34de11e17eb381731faa29bad2a7b3bc8 SHA1: a57171b3c71528af24934fd95b0773bf8d52296b MD5sum: c29dc33136df414ff981fe6ba0d9ebf0 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.061320 Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 139128 Depends: libc6 (>= 2.38), libgcc-s1 (>= 7), 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.061320_amd64.deb Size: 31706844 SHA256: 4e2daa49d5e56dd1c7d4b0b6316fd7425bdabb9c72e57cebab0c22facd01fa9a SHA1: f57203312c2d0c3fe4a974b457d234a981fb3134 MD5sum: aef86776e619c355c1eb6b707fe02408 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.061320 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 315884 Depends: ros-rolling-ortools-vendor (= 9.9.0-9noble.20260425.061320) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ortools-vendor/ros-rolling-ortools-vendor-dbgsym_9.9.0-9noble.20260425.061320_amd64.deb Size: 307038172 SHA256: 329da05293b8addb159f5624a16ebf16f34fec506dc26f1ce5ca2b5874557767 SHA1: 6910e017ed1457d56726427c8aeeb51c2970cc09 MD5sum: 4f4990ea9c30668dc7a1ab8b7ccf0542 Description: debug symbols for ros-rolling-ortools-vendor Build-Ids: 04b11249f3a567ac9e782de0f4a652f38bf0cd83 28ddd6ddb5258180518ba78d04f8b8508dc5e08b 443943aab1e3fc272ecdee0071c9b4821de961e4 4ded5efcd1873217f2878c4b24aa0c732d6b04b2 4fdfeadd8cad033ab065c8ade68e7e317e952bd9 8fedeb64120dcc0a79d3330b0f20edfb39e942ff 9899f41cad191399d305f951ddc33430a37f9f45 a6c09e2762c7d6e4ef72b9c905f9df7765f05c1e Package: ros-rolling-osqp-vendor Version: 0.2.0-3noble.20260423.214451 Architecture: amd64 Maintainer: Esteve Fernandez Installed-Size: 463 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.20260423.214451_amd64.deb Size: 87988 SHA256: 2bcc0bc3501dd3b76bc192a6fc20795e430fbd3e07758215ec8bb0ffb307902f SHA1: 8e479108f0a5c7de3f8984b865577b14e1663440 MD5sum: 8c3cfef2de96d5d11c1e672b297c3864 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.20260423.214451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Esteve Fernandez Installed-Size: 150 Depends: ros-rolling-osqp-vendor (= 0.2.0-3noble.20260423.214451) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-osqp-vendor/ros-rolling-osqp-vendor-dbgsym_0.2.0-3noble.20260423.214451_amd64.deb Size: 112080 SHA256: 84a3e97ca9f625b0c028ba64e323a7fdd7071215162928eaa30260d3ceab8cda SHA1: 4a36357b1fb1d8555df9dc81c85cc2b02ea548c6 MD5sum: 1871454f29d518557b110b1ff111627d Description: debug symbols for ros-rolling-osqp-vendor Build-Ids: a73def9eba2b76afd2286394028d925280bc7082 e5b045b22ba240b61aa15656d03ec213b1bb5b4d Package: ros-rolling-osrf-pycommon Version: 2.1.7-1noble.20260423.205050 Architecture: amd64 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.205050_amd64.deb Size: 49500 SHA256: 4b57a7547a51e865a9c6029e4c38d78de2918b27733346083c8b5067a47fe624 SHA1: ab8fa303135ea02804447f3aa348e3841caaa101 MD5sum: 3b3ad6597d062d94edb93cbdcd21c62a Description: Commonly needed Python modules, used by Python software developed at OSRF. Package: ros-rolling-osrf-testing-tools-cpp Version: 2.3.0-1noble.20260423.233705 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1125 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.20260423.233705_amd64.deb Size: 933760 SHA256: da9b5b99c2f88e5ca3c393ea1ef944c6bb0d41a6d96583474f100c9be1937b33 SHA1: fc2575c2f7a164675d19db4a08d5392c88f24050 MD5sum: 69a3d94f6fe1f67379208d317ec1cfaf 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.20260423.233705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 801 Depends: ros-rolling-osrf-testing-tools-cpp (= 2.3.0-1noble.20260423.233705) 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.20260423.233705_amd64.deb Size: 733626 SHA256: a635d8da7213ba3ed49d20df0952fd76926ac9aa3290094dba0cf0e3442cd718 SHA1: 5fbdad13900e2d7592aa3e5c4425c18f0679bb71 MD5sum: 372ee388b089333f342f2e88b4a64657 Description: debug symbols for ros-rolling-osrf-testing-tools-cpp Build-Ids: 39ad334064c6f2afb85939f203442e7b48514d1f 5457e4550921efa8c5e217bdff492441c844b62b e4f147b9da219a01273d175a600632c673cc585c Package: ros-rolling-ouster-sensor-msgs Version: 0.14.2-1noble.20260425.034850 Architecture: amd64 Maintainer: ouster developers Installed-Size: 1909 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.034850_amd64.deb Size: 157922 SHA256: d20d18b8636a67fffac3c2f983341257d600edd698b3bf391768a0b30818bb06 SHA1: 53ad0d7899f56881d96f5f44892f8f6a005544c6 MD5sum: 64db52dc77ea62bc64a628ce6e38d843 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.034850 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ouster developers Installed-Size: 1673 Depends: ros-rolling-ouster-sensor-msgs (= 0.14.2-1noble.20260425.034850) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ouster-sensor-msgs/ros-rolling-ouster-sensor-msgs-dbgsym_0.14.2-1noble.20260425.034850_amd64.deb Size: 1368238 SHA256: 8ae68f5d576aa442d26810ca776309e0865d40735151da9742cad128a176df5c SHA1: 5a59737a1811780e6e75204a64c6995785cc6fe4 MD5sum: e8b142ff62f27d4b113b42bf9a25424e Description: debug symbols for ros-rolling-ouster-sensor-msgs Build-Ids: 3fc1e61104300319eec4f1d0143948eb6d32f555 4d6d7fe3139bd8deba771bdd7f966cc0cfc8792d 5633012808bf2d9e6a90d619db7d8392053e7b33 65349a32ffa68f9a5a3bb5f467e40d860fc7f70d 679c422fc102f7fb7f0c79ec7b236ee80f779b98 796d966b4e06c1e18555be21dcbee153738e2e3c 8a6a857e99194b132e4e5bb00cb44a6554ec913c 8c3021180c25600514547c41c1f3609831e54d68 a5897b25e52925ccabc368f382044766441dc2d1 cc61a1105f0a3af8aeac30cc5f89e7b4d4279f8a d1c30cc302936a029f4bd56437a2359a0e53f27e Package: ros-rolling-ouxt-common Version: 0.0.8-4noble.20260423.230210 Architecture: amd64 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.20260423.230210_amd64.deb Size: 5758 SHA256: a135eef388ae2da7b601187e8f9861b7fa30cf099991fdc6971e55536c2c7ef6 SHA1: c1ab928b0d61433d6322cbc4709057e1c054c145 MD5sum: 719feda5608ad4efd28edf064b0dd199 Description: common settings for OUXT Polaris ROS2 packages Package: ros-rolling-ouxt-lint-common Version: 0.0.8-4noble.20260423.224309 Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 48 Depends: ros-rolling-ament-cmake-clang-format, ros-rolling-ament-cmake-copyright, ros-rolling-ament-cmake-pep257, ros-rolling-ament-cmake-xmllint, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ouxt-lint-common/ros-rolling-ouxt-lint-common_0.0.8-4noble.20260423.224309_amd64.deb Size: 6816 SHA256: 1cae9c4eed9deeeb255731e6d02a76eb098462b59300c0b6a28eca887ae287b8 SHA1: daea1bf3aa43a0d1cbd66c122d83989c09c8aa23 MD5sum: bbecd924c96cb786c02817d016ef3f33 Description: common linter settings for OUXT Polaris ROS2 packages Package: ros-rolling-pal-statistics Version: 2.7.0-1noble.20260425.044821 Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 416 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.044821_amd64.deb Size: 108986 SHA256: 7f70268c72046950ec9351e1f68f47de006ca3ef620724a8b7955f99bb10b00c SHA1: 0e4fe7a15dfd6f00376fdfae50a27fe31d7c0c5b MD5sum: e14fa00984f683a1ca300f288d086f31 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.044821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 2133 Depends: ros-rolling-pal-statistics (= 2.7.0-1noble.20260425.044821) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pal-statistics/ros-rolling-pal-statistics-dbgsym_2.7.0-1noble.20260425.044821_amd64.deb Size: 2008940 SHA256: ad60cbb96cae16669e55efb03960ae267f2e28603e5c5238f79f07ae6f503df0 SHA1: 356d3ac7a1dd962f1bb786a82075d9cf9c0cbaec MD5sum: b55f8aebaccec3bfc690e4e9be3e25cf Description: debug symbols for ros-rolling-pal-statistics Build-Ids: c02476902c86b5556c9c9b14293c61fa194b547d Package: ros-rolling-pal-statistics-msgs Version: 2.7.0-1noble.20260425.034614 Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 896 Depends: libc6 (>= 2.14), 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.034614_amd64.deb Size: 85930 SHA256: 69e95ae746d350fe83c3174637dc58f57088ef2f12b4eef4832b7c6c86a03649 SHA1: 08196f45c11bc7da65e6153ee7b74edf3d2be7a1 MD5sum: 6bfe534b6e76372710294c83153eb7ca 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.034614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 730 Depends: ros-rolling-pal-statistics-msgs (= 2.7.0-1noble.20260425.034614) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pal-statistics-msgs/ros-rolling-pal-statistics-msgs-dbgsym_2.7.0-1noble.20260425.034614_amd64.deb Size: 581898 SHA256: 02b5e330b2d7022966e5422cb4a81487ca81e72a68c0a51419527ff7759969a7 SHA1: f36141a3735e51d2cf152ff907ddcb4fcd53424e MD5sum: 4eb835bd5d773021a1714d0695ff54b1 Description: debug symbols for ros-rolling-pal-statistics-msgs Build-Ids: 0562af58c214437dfcfd45ef71770d57d996e907 07a0d83678368c2c3734e10604b7b70b9d66ae15 10ed1338be7d2d3a7ee1dacfe651a46e9b8f6dc3 10fe6c3df72a7f65bf664e189048d617c353b507 178e2e845981ad08f3ae145336791f37a3156d68 1e24b8c83256f363f23ed98d0820a3d3ab00a06d 2a1bde1e97e577fea93a934686f370702f0ef5aa 6d9ea41f449c0382127afeddbd1cdf00584ae4d2 7c0b2a78a4e5b6b5b2c6aa4ce14d296ba17f92bd a750eeb823bf5e2d681509cfb26b1a28c0f74198 b4a4037740e304dee3a8f45918cd124e80df7827 Package: ros-rolling-pangolin Version: 0.9.5-1noble.20260424.001113 Architecture: amd64 Maintainer: Steven Lovegrove Installed-Size: 5614 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.20260424.001113_amd64.deb Size: 1382690 SHA256: 89303747f0ea94fb7a0cff8df29a2f40b57dc67ea738d62a244103459b652080 SHA1: 478bb83a18e8af0901240ce49a33f05e6f422f2b MD5sum: a8133ee7dfc7d6a7907a5a3ee1a91c7d 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.20260424.001113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steven Lovegrove Installed-Size: 34528 Depends: ros-rolling-pangolin (= 0.9.5-1noble.20260424.001113) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pangolin/ros-rolling-pangolin-dbgsym_0.9.5-1noble.20260424.001113_amd64.deb Size: 32858270 SHA256: dbdb7b71946d1dbe784347c9465928e887b2f343c0a3126a7f53abe2473064e8 SHA1: b423fd2bd555135c0b56c53eb4d1645d13481188 MD5sum: e8beaac34788390f4242b2c5ed6e94c8 Description: debug symbols for ros-rolling-pangolin Build-Ids: 02171376a73a8cc463c6260e702bf5ba0d03aee0 1060eb75d239de0b572a971537528e0ea7219dbe 15844b18ceaa9221ca68de004c197961d3998efd 1a0cd9c155bc57ebe98260812f0ea90208ffce76 1f309b3e7af89c328d55de29e3930d2734051a04 1f49d006da7f9ecf6abb858a41bac5dfabfdd836 21b0366d9a10d9f76e2e5e86287921a524b5ac06 32f9405c47bdecc3c84b2a677f136cfa679c8665 33c8da4356ec904e3915b754c1fc936e588e3767 3b11e0a98d19de2584c907ffacb43d9ae67250a0 5c0303f326f07713fdd1f902e572ef98a831c140 861cf818889a93e6b36c23e029c537f7ec836dfa 8f01bb11167218aea6447cff63c35ae3cfd31470 910dea230652354dc39e45ff59918bb96de23afc a455fc0d36061f1d43b995098e9b14d5772217a4 bb712f9a19ea3a96fa7b72f8ea8ab6772ff97e7f bdf63b0619240562720811c7e77ad14b38cb6b2a bf2882d86ac1d3380ce1ab3c96349f7f47d83c7b e5fe086443853fc6b0ed50cb464ba2cafcab9cd5 e80ea1fe0ca81337217ca289588e881523ce1951 Package: ros-rolling-parallel-gripper-controller Version: 6.6.0-1noble.20260425.052104 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 370 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.052104_amd64.deb Size: 92620 SHA256: 4f21d89fddf58536e2b7216f917e3f9d7160b98db14a325884d5e0178e9df49a SHA1: 4906d4fcf68565aa6aeaadcff8456119e4c439e0 MD5sum: 10828b9c88c4b68cb9341d5bb8916881 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.052104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1177 Depends: ros-rolling-parallel-gripper-controller (= 6.6.0-1noble.20260425.052104) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-parallel-gripper-controller/ros-rolling-parallel-gripper-controller-dbgsym_6.6.0-1noble.20260425.052104_amd64.deb Size: 1077750 SHA256: 649c07ced53c6a84dc52290b42e9914beb7970de9032d44c71bda28def080f5c SHA1: 16284c242d4e0751050666c21799af14afb4efbb MD5sum: d87561c722d99c1d7ccc0a67346545b5 Description: debug symbols for ros-rolling-parallel-gripper-controller Build-Ids: 52df2024bf9ef4bc0cf26bb504993193ef844dc6 Package: ros-rolling-parameter-expression Version: 0.0.2-1noble.20260425.042638 Architecture: amd64 Maintainer: f0reachARR Installed-Size: 96 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.042638_amd64.deb Size: 18592 SHA256: bc166ee517be67bc49c11e3ce65fadd36cf87b0c3337bf2d046ba3a1fc034362 SHA1: 7fc084cfec7b84792c8950cd735a79fcdcd2efea MD5sum: 9535342138a938668a6df6992bc64976 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.042638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: f0reachARR Installed-Size: 228 Depends: ros-rolling-parameter-expression (= 0.0.2-1noble.20260425.042638) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-parameter-expression/ros-rolling-parameter-expression-dbgsym_0.0.2-1noble.20260425.042638_amd64.deb Size: 210912 SHA256: 0010e80d36aabcf4048a03d9db24bdd252bcf381cf4425bdee7ea1b2ce25054d SHA1: 21dcbab4646296d91459420e7ce02c9f9cb18ed1 MD5sum: 8e833e6b23757fc10a77d6498af5dcf4 Description: debug symbols for ros-rolling-parameter-expression Build-Ids: 3ad7dff9458e5343b465fa0fafac5d2bd969ad36 Package: ros-rolling-parameter-traits Version: 0.8.0-1noble.20260425.044940 Architecture: amd64 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.044940_amd64.deb Size: 10712 SHA256: 6fb9ebdfa83adac9ad8e16e962cdd9e03129fed98a892801cb3dd4e35764ec63 SHA1: 7298116e0776e88c9c5462d23d855282101fa47f MD5sum: 55b2185c090f664e7a5fbb36a8f8ce1d Description: Functions and types for rclcpp::Parameter Package: ros-rolling-pcl-conversions Version: 2.8.0-1noble.20260425.044538 Architecture: amd64 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.044538_amd64.deb Size: 14690 SHA256: 6583b87de2bb9c5a618acd55f349614f2716aa6ed0107a00c7e85fdc7e3576a7 SHA1: 86e18e0e887133575baf97098e9458667c2274d4 MD5sum: 2304b3917b8414d1f88c63a7c9b602f1 Description: Provides conversions from PCL data types and ROS message types Package: ros-rolling-pcl-msgs Version: 1.0.0-8noble.20260425.040749 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1282 Depends: libc6 (>= 2.14), 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.040749_amd64.deb Size: 117266 SHA256: cce26d0a5c94711242fa57407830457ef68da50a93fac7ac3f9787e908171df4 SHA1: 34cb5357801c64c7787ecff902358b38a610f6b7 MD5sum: 96491f178ff02be251f6ef79bdf047ff 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.040749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1093 Depends: ros-rolling-pcl-msgs (= 1.0.0-8noble.20260425.040749) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pcl-msgs/ros-rolling-pcl-msgs-dbgsym_1.0.0-8noble.20260425.040749_amd64.deb Size: 888702 SHA256: 749a34eb7fd975365396c4c235aabaf48ef6793f3ee07f2f708832fb2df52de1 SHA1: 6cb6cefc069db3b2f292545dca287a9811387bfc MD5sum: ebf000a64b5b292802b236e407710ccd Description: debug symbols for ros-rolling-pcl-msgs Build-Ids: 1e5854b255a0923af86522d0cec29623653d219a 29d148efd5de443b83a447e9edb487a152e1b627 39994c965562d2becc35780f6bb952be8264af2f 3f696e3bd8e3b2902c493982fbe4178204f38d1e 4453f6105ff0ab8a9f38f7e5f913b82a270ff207 70510f022e47241a72a3e8c806b57b359badc95e 79e4e68ea74f00e5bd7538752b4bc1d1e04adf68 88459a7ac6c2a9e3f3c472d558ff28b95e86aafc b4d13ca6944bb1ddfc64343cbba2df95d250ef78 d517172ee7d9112baffb3d5ab18a449ad7eba971 e2c05459b2355323b8ae02cd1be1a26bcd197079 Package: ros-rolling-pcl-ros Version: 2.8.0-1noble.20260425.053943 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 4111 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.053943_amd64.deb Size: 665922 SHA256: a95ebf16d4cdcf8e4517cea54966ca27636b5e7d5004917ad3df20d0b851016b SHA1: 9dfa6cf4ff18f0d8f7412e6e7ac51bf49bb87e4a MD5sum: 036f83c44494773b88c674c33b243bdb 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.053943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 31541 Depends: ros-rolling-pcl-ros (= 2.8.0-1noble.20260425.053943) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pcl-ros/ros-rolling-pcl-ros-dbgsym_2.8.0-1noble.20260425.053943_amd64.deb Size: 27627014 SHA256: ba46093b2c6337fcee477fc7d1cd00898d755d09885f024d0802677b23611e0b SHA1: 9a8e480062cf8819651dabb6ca99ade4ea5b51f7 MD5sum: 057288b3fad727e9c5c7f600081a408a Description: debug symbols for ros-rolling-pcl-ros Build-Ids: 022ae405f5335f61fcec414e024c599a8f131370 067d4054da501d49e510dbd6dac03d8b2086b11b 1a552d1efb3abc2de7b3f6046f5bd948f2a8c752 1e702b195d666a0a819110290322258a749824c1 1ff3abe87461a26e59a7e2c8eb3b8fc1f1936e8e 42277f26db8cd24b2e94d14c20608094c9d76b13 5ab6ee5c595572e01831148575043b303a9dd4a8 78e575c7948e1c456697ccb44d3ba7c6bcb76d80 81775797f739f1b39662b59a1078e01bac6e858f 8585a56bceb8b63d787663c1dd3de7fe4ea4e9a5 86c7dd1ffc9b3af1368946e289b35aa2d1bce505 8d1ac87302c2df2649418d27f548fa0a5af09054 934575669473f39a8d2b34b42117675977388d32 93fe6e592b936bb83805c6fd2321b53aa7e33224 b3e2515052306fe54ed3b7542d99d4afec9b0733 bc4e9aa83856e80312df532997eb3edad1d52ddb d65a6a0f72517892ab1871b967e8913ef757dbd4 f21051aa3543c4428f5510ae59c0b931885e58ed Package: ros-rolling-pendulum-control Version: 0.37.8-1noble.20260425.042940 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1386 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.042940_amd64.deb Size: 255404 SHA256: 9ff8cf25ba3b5cf097cb0b6662dc81501c7ec2dd2b3ac9354f8177a1199a9479 SHA1: 9f83ea403032542b5c25ad4230fc5d1567fd1346 MD5sum: 526d2034c50a4c8926d0f8d740ee6bba 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.042940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 6440 Depends: ros-rolling-pendulum-control (= 0.37.8-1noble.20260425.042940) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pendulum-control/ros-rolling-pendulum-control-dbgsym_0.37.8-1noble.20260425.042940_amd64.deb Size: 5410988 SHA256: 1722781a40ec6c88a98b946fbb46b2c8fa2b02cb1d475de3612a9ccc0d7a4958 SHA1: 034772a06e9296df459e2df401ae76108f8eb748 MD5sum: 20771fd420e4e587e16a6dc41c89efce Description: debug symbols for ros-rolling-pendulum-control Build-Ids: 67bfe10a89ec85483f5d64fb5bf6cb655df39256 69d8f0861d1347ee128a35f1e40087029d3cff16 acbd44bc502d05cd1796a3abea1ce6e9a1b0b8d3 Package: ros-rolling-pendulum-msgs Version: 0.37.8-1noble.20260425.033842 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 705 Depends: libc6 (>= 2.4), 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.033842_amd64.deb Size: 62306 SHA256: 433de1a3ac69a7f83f09a2378844851e4b187182321dc98f7a326f5c77a5534a SHA1: 2516958028c1984b1cb3ff11c98154b961350fe0 MD5sum: e53122ab108d1a5d561c2370ed5763e9 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.033842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 456 Depends: ros-rolling-pendulum-msgs (= 0.37.8-1noble.20260425.033842) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pendulum-msgs/ros-rolling-pendulum-msgs-dbgsym_0.37.8-1noble.20260425.033842_amd64.deb Size: 337046 SHA256: 4ac8fb52713f5aaf9908e5c31eb280cec0a30568f262a6b6be92eaa77054e383 SHA1: 6816ccdfe39dab8de6c7d843933fa7899bb41b32 MD5sum: 2783daade0df2bead9a61f6c8c2ef5d3 Description: debug symbols for ros-rolling-pendulum-msgs Build-Ids: 0e05461921c05d9129430355ab1f32dbafdf46e2 4c45321c824bed6545e4d8682346e3fa62e48997 4c53e91dab08f9d00f73d39b898d0aefc016b672 560f345b9abdf915a081f18db1910bfd406ab6ab 7382d33428fac0fce3f5c996dd13ba1c12d5e190 8b0708aa38cdb568f9f866a6bab0eae555f66bec 91ca35b01a8556749731bb334f5392a2095394af a2505865daab91de017f304d99413338dec5f891 ab0e99c1b8f0d185d39d7650aa7c935bc3db2621 c41f264d446f94ce61e6442c4d59a4668f1f13aa d0c920b99561648d5da728fac66fff9ec5beedb6 Package: ros-rolling-perception Version: 0.13.0-1noble.20260425.055244 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 44 Depends: ros-rolling-image-common, ros-rolling-image-pipeline, ros-rolling-image-transport-plugins, ros-rolling-laser-filters, ros-rolling-laser-geometry, ros-rolling-perception-pcl, ros-rolling-ros-base, ros-rolling-vision-opencv, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-perception/ros-rolling-perception_0.13.0-1noble.20260425.055244_amd64.deb Size: 5782 SHA256: 7e24a52fe421ee5506b96a57b53eace8049240bf58202ab6c5634844158d74b5 SHA1: 578c0eb9833b09c4e32de429a913760a426801d9 MD5sum: 18de2d30c7f7f3b090e19b8678619efd Description: A package which aggregates common perception packages. Package: ros-rolling-perception-pcl Version: 2.8.0-1noble.20260425.055222 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 45 Depends: ros-rolling-pcl-conversions, ros-rolling-pcl-msgs, ros-rolling-pcl-ros, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/perception_pcl Priority: optional Section: misc Filename: pool/main/r/ros-rolling-perception-pcl/ros-rolling-perception-pcl_2.8.0-1noble.20260425.055222_amd64.deb Size: 6094 SHA256: 5d23b72096e057f408ca499d00616c3c6124ab7be62ecca553b1c57cb460114b SHA1: c35f7f4e42b252726e59d255a6cc03a5607d3d04 MD5sum: a454324b796390ce7ea253c67b49ff08 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.20260424.002640 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 102 Depends: libc6 (>= 2.14), 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.20260424.002640_amd64.deb Size: 18780 SHA256: cd35c6e8080b415d82ee2ad9107a1e8c32a55bbb25d0441b4a98a762d7b6c489 SHA1: 1357a715443cdf86a71519c65de1d33d252ac246 MD5sum: f7e22c63f7e75307e2fa55f1af225870 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.20260424.002640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 110 Depends: ros-rolling-performance-test-fixture (= 0.4.1-1noble.20260424.002640) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-performance-test-fixture/ros-rolling-performance-test-fixture-dbgsym_0.4.1-1noble.20260424.002640_amd64.deb Size: 92094 SHA256: bcaf6be1693ba0cd6c865113d1991a264c7b026a3f0ae13ecb89e3aa7a64fa41 SHA1: 86e0bc554a5adb538f123746d06c288d512baa46 MD5sum: ab941164c19d205383e481dd9dd94097 Description: debug symbols for ros-rolling-performance-test-fixture Build-Ids: 3ce7df68fce97921786ad8e0ccf55bc1588b9793 Package: ros-rolling-persist-parameter-server Version: 1.0.5-1noble.20260425.043857 Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 317 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.043857_amd64.deb Size: 96634 SHA256: 0b202957329298159ff4350460818246170450e2573de90cf7e48a4f0faea152 SHA1: e8ef438fc26ee16e569d4cd34715b6924d431ff1 MD5sum: 337479988d861c724a181f0337c8fba5 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.043857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 1435 Depends: ros-rolling-persist-parameter-server (= 1.0.5-1noble.20260425.043857) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-persist-parameter-server/ros-rolling-persist-parameter-server-dbgsym_1.0.5-1noble.20260425.043857_amd64.deb Size: 1345146 SHA256: 3aefbee5ab2f46c01c00b93e638b41f125c7021b8ce432db92e1631ba8d79944 SHA1: 9f8780068574173002a7ef0e5fe5333e3d931d36 MD5sum: cdf9751aa2b8941072ac272c2177c013 Description: debug symbols for ros-rolling-persist-parameter-server Build-Ids: 111bd987b2021014d549d30a10dac17460bbe315 Package: ros-rolling-phidgets-accelerometer Version: 2.4.0-1noble.20260425.043542 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 221 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.043542_amd64.deb Size: 63298 SHA256: 3858db550097cbd862f39a4411e156c67a83459ccc5d6c672684eb5e7ab40bc1 SHA1: cadea5d33062bd0b96bfdd5e02c42e02902667f1 MD5sum: 26455ede5dcec4ebe56cd1de7cab0b8a 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.043542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 934 Depends: ros-rolling-phidgets-accelerometer (= 2.4.0-1noble.20260425.043542) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-accelerometer/ros-rolling-phidgets-accelerometer-dbgsym_2.4.0-1noble.20260425.043542_amd64.deb Size: 868960 SHA256: 8a81972794a55fc129c44d1b32c3e99301f9d9e0470b17f6d2cdf69f784f5c97 SHA1: c0d8415420ef809b71aa3a4d253aa8710ae0cc4b MD5sum: f37e881c813d981b9ef08e53f930975b Description: debug symbols for ros-rolling-phidgets-accelerometer Build-Ids: 8865e9694824aae419f54d407824efe0549a9cf2 Package: ros-rolling-phidgets-analog-inputs Version: 2.4.0-1noble.20260425.043125 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 216 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.043125_amd64.deb Size: 61924 SHA256: 41a0723d887d94dddc302bbe77562ed2aaa9f550b78556486901818fb67902bb SHA1: f12957f0639efc7aa4dfd69fdc535a558d85d53d MD5sum: dc7d2ed7de4d219d93c18ded8ef20a27 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.043125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 938 Depends: ros-rolling-phidgets-analog-inputs (= 2.4.0-1noble.20260425.043125) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-analog-inputs/ros-rolling-phidgets-analog-inputs-dbgsym_2.4.0-1noble.20260425.043125_amd64.deb Size: 873272 SHA256: 0b206684ac467c7ffa874b3df7ee99a8a64dd0b65657d788fe3b1c1f8eed0547 SHA1: 1cf20b6946966295b8c8ba1fa1d50a80aa3a9c19 MD5sum: d254649ab5ae01b0605e2d46a8e70a59 Description: debug symbols for ros-rolling-phidgets-analog-inputs Build-Ids: f00993562ed98d3eab59c45538ab8b910fa36b43 Package: ros-rolling-phidgets-analog-outputs Version: 2.4.0-1noble.20260425.043134 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 525 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.043134_amd64.deb Size: 114570 SHA256: 99250195daa023fe807f2578b822fbcaa6da8c5d21d042fc7addcd123654caf9 SHA1: 28d42fabab6f72f22dc011f7acbb843339b9213c MD5sum: 8584743468bd414a1d802d3372e6b721 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.043134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2370 Depends: ros-rolling-phidgets-analog-outputs (= 2.4.0-1noble.20260425.043134) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-analog-outputs/ros-rolling-phidgets-analog-outputs-dbgsym_2.4.0-1noble.20260425.043134_amd64.deb Size: 2045780 SHA256: 51d224a59c8b179cc1bebaa106bfa483bc7c67f353fd8b3ca6576bacf5963832 SHA1: 004e88a287605646edd58a62b566f6b8e26bbbf3 MD5sum: be2f35be8a8c832e3355552f7f92392c Description: debug symbols for ros-rolling-phidgets-analog-outputs Build-Ids: f194b21574e1103fc9ded4a6b9a1876535bffad6 Package: ros-rolling-phidgets-api Version: 2.4.0-1noble.20260425.040335 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 267 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-rolling-libphidget22, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/phidgets_api Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-api/ros-rolling-phidgets-api_2.4.0-1noble.20260425.040335_amd64.deb Size: 46634 SHA256: c56b060fd665d29355f31c908d52c93ddaf9386e465725eee5a0de26e6169ce1 SHA1: c2ded1a2a8a6a2f4e54652b9614e13c99acf662d MD5sum: 7bfc78f3121acf574feb913cb72dab2c 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.040335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 511 Depends: ros-rolling-phidgets-api (= 2.4.0-1noble.20260425.040335) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-api/ros-rolling-phidgets-api-dbgsym_2.4.0-1noble.20260425.040335_amd64.deb Size: 454694 SHA256: 387f5fe88a4fcd5e23112b72010aeb5aa0d7049d2a68707166cdf3201f02a36f SHA1: 0938e618f473cd16cea0664d578964253c2f2924 MD5sum: 173a74aabccd953f7e6545a5ada88ee1 Description: debug symbols for ros-rolling-phidgets-api Build-Ids: dcd4eb4a60c257626f39d15fc916357e59e1057b Package: ros-rolling-phidgets-digital-inputs Version: 2.4.0-1noble.20260425.043148 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 212 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.043148_amd64.deb Size: 61782 SHA256: d789e6df06eabcc52827fd5e2b244235b94b4d0ae843c1ad272339a166f5ec64 SHA1: fce2db6c74c5dbda020660a0b98082c7a04d8be8 MD5sum: ad9383cc9d12325db83e1f0804c92a4b 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.043148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 934 Depends: ros-rolling-phidgets-digital-inputs (= 2.4.0-1noble.20260425.043148) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-digital-inputs/ros-rolling-phidgets-digital-inputs-dbgsym_2.4.0-1noble.20260425.043148_amd64.deb Size: 869646 SHA256: 7518d4d13e180129016b7b4ce684003d9a3814fccbcdb94a7816d76b179bdd09 SHA1: a855908926722939dbd14f5888c16ece22f2140e MD5sum: 2e5aaeaa2303bd1152efd4d5f6dde3bf Description: debug symbols for ros-rolling-phidgets-digital-inputs Build-Ids: 91bf091a418986eeeaf925f4ced8a5494455bbea Package: ros-rolling-phidgets-digital-outputs Version: 2.4.0-1noble.20260425.043152 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 526 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.043152_amd64.deb Size: 115174 SHA256: ff8442c5eed318c7747c0576fe972136fb1fc55a89317e68b671b78eb0ea6317 SHA1: ebea769ac0bb6578bdcffa5e98c532c7248a272b MD5sum: 14d23bfb85a320662410ad6eb4ae5a28 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.043152 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2372 Depends: ros-rolling-phidgets-digital-outputs (= 2.4.0-1noble.20260425.043152) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-digital-outputs/ros-rolling-phidgets-digital-outputs-dbgsym_2.4.0-1noble.20260425.043152_amd64.deb Size: 2050240 SHA256: 0896856b72a81f6ea53ba9fc554bb94764390ce3c865d9159bfcdd323ee07eb5 SHA1: eb7c6ec6bc808ec28071019aed76b0766d2c56b2 MD5sum: 1c64bc5a857def36bb7b87fe6c72969e Description: debug symbols for ros-rolling-phidgets-digital-outputs Build-Ids: 085f6a09303aff5944c1541ffd016147f0d481be Package: ros-rolling-phidgets-drivers Version: 2.4.0-1noble.20260425.044844 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 45 Depends: ros-rolling-libphidget22, ros-rolling-phidgets-accelerometer, ros-rolling-phidgets-analog-inputs, ros-rolling-phidgets-api, ros-rolling-phidgets-digital-inputs, ros-rolling-phidgets-digital-outputs, ros-rolling-phidgets-gyroscope, ros-rolling-phidgets-high-speed-encoder, ros-rolling-phidgets-ik, ros-rolling-phidgets-magnetometer, ros-rolling-phidgets-motors, ros-rolling-phidgets-msgs, ros-rolling-phidgets-spatial, ros-rolling-phidgets-temperature, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/phidgets_drivers Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-drivers/ros-rolling-phidgets-drivers_2.4.0-1noble.20260425.044844_amd64.deb Size: 6512 SHA256: 3402378575b340f6f20bdb8a54a855c3e531c254680a7b3f245f1746e69ba410 SHA1: f063b174b6916a2401a4eefa5f1c05e1185d5717 MD5sum: 87bbd2f3f92285f0970762e456d654b4 Description: API and ROS drivers for Phidgets devices Package: ros-rolling-phidgets-gyroscope Version: 2.4.0-1noble.20260425.043154 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 306 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.043154_amd64.deb Size: 84780 SHA256: e67d528d86db529254f075945dca6ef4ec182d103d4101098d76092218a41cea SHA1: df1c8c4184eecc833759c28c5af2d0dba23f21fd MD5sum: 5c98b403234f061873a4be7ddce5c670 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.043154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1373 Depends: ros-rolling-phidgets-gyroscope (= 2.4.0-1noble.20260425.043154) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-gyroscope/ros-rolling-phidgets-gyroscope-dbgsym_2.4.0-1noble.20260425.043154_amd64.deb Size: 1264076 SHA256: 62b7943f5d4aa5b3c20c9adf6963ebd8285efe53ad86fb4517d8fc75e3910896 SHA1: b85f0c472f4117869d5bc15c658a7fd24d29e0fe MD5sum: 118b07d946d24d0ca2b8fef94dfb9417 Description: debug symbols for ros-rolling-phidgets-gyroscope Build-Ids: 86c506cde0d8a0184e55f4cb02d53414089f0e8a Package: ros-rolling-phidgets-high-speed-encoder Version: 2.4.0-1noble.20260425.043435 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 314 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.043435_amd64.deb Size: 88258 SHA256: ba341500530f772b3da615b165922fff23be1a69cd0e19a1d841b206b471de40 SHA1: 547ef6d2f208f475c91f808a0a18e32ae907a4b0 MD5sum: edf23bf19fecd5c102257556cafa200c 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.043435 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1451 Depends: ros-rolling-phidgets-high-speed-encoder (= 2.4.0-1noble.20260425.043435) 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.043435_amd64.deb Size: 1332036 SHA256: e3ea33dc09fe51e1506f19846650411662646934a2759d85a7af5a0927f134f6 SHA1: efddce15c45e604fdbfc17205b6b299457afdc46 MD5sum: 777ded7948caea1632464179786447fe Description: debug symbols for ros-rolling-phidgets-high-speed-encoder Build-Ids: f1e8a563cb0a0ec84726857572a8a94773d2e7e7 Package: ros-rolling-phidgets-ik Version: 2.4.0-1noble.20260425.044700 Architecture: amd64 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.044700_amd64.deb Size: 7468 SHA256: 83f56e92743e34947088817a572577930bf8e57bf70c013922e5d1e13484729c SHA1: 13dc13fb40e02fbfac981303438e05391a9ce358 MD5sum: d7ac7afd5891c15b4fabfc2d4b11f521 Description: Driver for the Phidgets InterfaceKit devices Package: ros-rolling-phidgets-magnetometer Version: 2.4.0-1noble.20260425.043610 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 229 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-libphidget22, ros-rolling-launch, ros-rolling-phidgets-api, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-magnetometer/ros-rolling-phidgets-magnetometer_2.4.0-1noble.20260425.043610_amd64.deb Size: 66182 SHA256: f4de950b3e9bae52926b6ffa223cb8bc3c6b9a6e714e00451603067c2b935620 SHA1: 141c22d7f7bafb79a742ed517abc9ccdaf20fb24 MD5sum: e94fe566fca6bfc5d7af0016b6799256 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.043610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 960 Depends: ros-rolling-phidgets-magnetometer (= 2.4.0-1noble.20260425.043610) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-magnetometer/ros-rolling-phidgets-magnetometer-dbgsym_2.4.0-1noble.20260425.043610_amd64.deb Size: 891634 SHA256: ab9e7e6a27456a945cc5cffb8423e27f7a3cbac6788b89a623c09b436e87013d SHA1: 58734178eef9446c1ded0fd9de53ef93d1fe70ab MD5sum: c14ce7b6b2ba6d10f94703c5c1e404db Description: debug symbols for ros-rolling-phidgets-magnetometer Build-Ids: 92631cc0cb32a24cb6d428effca83cf0ea06360e Package: ros-rolling-phidgets-motors Version: 2.4.0-1noble.20260425.043050 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 526 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.043050_amd64.deb Size: 117680 SHA256: 95a5b539b8d279ca30ccb408e5d85c5c2c0f6783855412ba1da9c75c948b1648 SHA1: 1301001062cb10b644656153a33e368cd9e94d79 MD5sum: f40e25caf3bf949a103a74a797b18c71 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.043050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2311 Depends: ros-rolling-phidgets-motors (= 2.4.0-1noble.20260425.043050) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-motors/ros-rolling-phidgets-motors-dbgsym_2.4.0-1noble.20260425.043050_amd64.deb Size: 1990838 SHA256: f52d981e5b6f0deab22d3384407e4db498fdbdf6333dd36da11d83a1c31fc70e SHA1: 3b235af8259114e09fa0c775b43517ea5d741d49 MD5sum: 996ebd881926bcf728f5bad4915cec5b Description: debug symbols for ros-rolling-phidgets-motors Build-Ids: e2525a6a1511b38ab073db625a800edc5b86558e Package: ros-rolling-phidgets-msgs Version: 2.4.0-1noble.20260425.034853 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2093 Depends: libc6 (>= 2.14), 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.034853_amd64.deb Size: 156714 SHA256: a2e0189fdc5f4b13dccebc46bf0943da72b1b1e3c55140a200d48086bd3b5f06 SHA1: 3e2804235623b60a1eb435c8849f69dbfdf146d7 MD5sum: bf5e0a667624c440b2d8db31821a0850 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.034853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1459 Depends: ros-rolling-phidgets-msgs (= 2.4.0-1noble.20260425.034853) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-msgs/ros-rolling-phidgets-msgs-dbgsym_2.4.0-1noble.20260425.034853_amd64.deb Size: 1146342 SHA256: 58c98b675559825a3167ccbd7ecd3c792cd32212948a718b91785dc6e3748d06 SHA1: 8357458e874da08670c46c9cab749af0d35d161c MD5sum: 4cf459c18052b69260a5ced0be836f62 Description: debug symbols for ros-rolling-phidgets-msgs Build-Ids: 07cdcfe8ef77170a3b643935a6805d21940a2997 0f68dd0728d65cb7c8646c0c87d4fffd1222927a 16fefd3afabf637637351334a5c60665e2ae0f55 4627e1712d166e33910644ab96fa85c2fa625f3a 718db8ed1703bcc04d1f206897a7280dd87cc502 81bf07f441cfc6ebcc0a5d2e9968f66326795c8a aecd70534df7a051408ad066d4eff4e2513a0ece b0529a79b715851ff15e6734d61e75719dd0ba75 b5eeeb515c6e52cd4290167b13645daca7db96c0 f9af26f773e746e7419f63417026df236e88304b ff241f8ef3034578007e6a453ba195c1fc76839a Package: ros-rolling-phidgets-spatial Version: 2.4.0-1noble.20260425.043203 Architecture: amd64 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.043203_amd64.deb Size: 101466 SHA256: 76424ebfaa1f8803c245fb37a590c0f7e9e29f2991860a95dff8936eda4823e0 SHA1: 39741de5044591bde3d0c0b796a31d04c8578d3b MD5sum: 78e7c650c734557b40e02f5efb305ccb 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.043203 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1675 Depends: ros-rolling-phidgets-spatial (= 2.4.0-1noble.20260425.043203) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-spatial/ros-rolling-phidgets-spatial-dbgsym_2.4.0-1noble.20260425.043203_amd64.deb Size: 1532586 SHA256: 1518d7cfc06f3c49f388c4a74b56dff4160e0e81b7fb08c58ca6ac29e51496e8 SHA1: 8f302ea04b1bc4508d48809eab33295387e66221 MD5sum: 4fb09c1534610c66bf070fc367d89fb7 Description: debug symbols for ros-rolling-phidgets-spatial Build-Ids: dad2780fb807b830f0f3b446106c5feb14088a30 Package: ros-rolling-phidgets-stepper Version: 2.4.0-1noble.20260425.043206 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 707 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.043206_amd64.deb Size: 155732 SHA256: 74d9ca77dd011cfa6ed2c2e0d7c5587baa4c34c4ee357a557d56661928925674 SHA1: fded00661debbba7b54331c56efab8792100a442 MD5sum: d7b8602d8840c7ee40c9439858687829 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.043206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 3233 Depends: ros-rolling-phidgets-stepper (= 2.4.0-1noble.20260425.043206) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-stepper/ros-rolling-phidgets-stepper-dbgsym_2.4.0-1noble.20260425.043206_amd64.deb Size: 2804918 SHA256: 3c3e62d1e820f6edc7156534b3dd7b116cad796096e0593f54923924b72170f8 SHA1: de552d45c8de0802c90405282ca6a185a05afc0a MD5sum: cb13fe971f8e8d212d34fe7893fd7162 Description: debug symbols for ros-rolling-phidgets-stepper Build-Ids: 7026b39da0e7b2f3d39a72bc7cee9676b4c8b7cd Package: ros-rolling-phidgets-temperature Version: 2.4.0-1noble.20260425.043210 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 212 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.043210_amd64.deb Size: 60500 SHA256: 15f37e8f618dbd90d693c3de636ec5f113b56b8ebef4e058c12cc7fa09a7ac51 SHA1: 821f85bf6f72ba3becc6dd3df5915f09acd4ac0f MD5sum: e73425adcbfe173b582b5813259cf941 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.043210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 906 Depends: ros-rolling-phidgets-temperature (= 2.4.0-1noble.20260425.043210) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-temperature/ros-rolling-phidgets-temperature-dbgsym_2.4.0-1noble.20260425.043210_amd64.deb Size: 841378 SHA256: 064981ea115a90d9ac776d66f5f10f7b66a82d5421af41e4994df0aab373c585 SHA1: 81387be3ac86cfb3c24f1fb49d9c87cfa15f0510 MD5sum: 834a3ce266fa30ed5155a81468bfa26a Description: debug symbols for ros-rolling-phidgets-temperature Build-Ids: 798bf1d11cb26276d9913c38b9677dc4f6240ab1 Package: ros-rolling-picknik-ament-copyright Version: 0.0.2-4noble.20260423.213557 Architecture: amd64 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.213557_amd64.deb Size: 4886 SHA256: 2074375a5770a0b237e4dbed175462e57b09b30a93a0c049e8783377a35f7092 SHA1: cb885576ac4c8a8cf1a87e6fdd2a74aa8c7154ae MD5sum: ac38958cb63b6ad26c7d6f2c202b111a Description: Check PickNik-specific copyright headers. Package: ros-rolling-pid-controller Version: 6.6.0-1noble.20260425.051620 Architecture: amd64 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.051620_amd64.deb Size: 200038 SHA256: 8ba5e6ccb836dda5abd5a36e1331a17384b6c56e01fd2328149b5a2245fb46ac SHA1: ce3ad598547b9fbed3c29f8cf6518295b83a0280 MD5sum: 2dfe849376b7ae6e2af0ab4c1fcecc27 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.051620 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3442 Depends: ros-rolling-pid-controller (= 6.6.0-1noble.20260425.051620) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pid-controller/ros-rolling-pid-controller-dbgsym_6.6.0-1noble.20260425.051620_amd64.deb Size: 3044048 SHA256: 6955cc2d2c454041573bf7d7fe2ba21f5de848e68b777311cba03018006048e7 SHA1: 253389d38ae955294ddbcab2baa083c4d24e018c MD5sum: 93af0405212db582e5f7afa9636cc459 Description: debug symbols for ros-rolling-pid-controller Build-Ids: e99e884dac51612b57c5a071ab5e03c1b33287db Package: ros-rolling-pinocchio Version: 3.9.0-1noble.20260424.200359 Architecture: amd64 Maintainer: Justin Carpentier Installed-Size: 25263 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.20260424.200359_amd64.deb Size: 4577454 SHA256: 93c13de5dcebcb930682ac31611f361dfe93c0b1158f80a14057785e876f8ef4 SHA1: a06894cb11706537fa312ee2fb91ad6cb2a8a20d MD5sum: eed91aa61db6301798946661b64e0f02 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.20260424.200359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Justin Carpentier Installed-Size: 105849 Depends: ros-rolling-pinocchio (= 3.9.0-1noble.20260424.200359) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pinocchio/ros-rolling-pinocchio-dbgsym_3.9.0-1noble.20260424.200359_amd64.deb Size: 90503300 SHA256: 270edf04232e444e1ef9ee92bf21681186ca5db2c7d25d18237e01e69e55d1cf SHA1: 5994fc98352048e33d711438801dd6b32348820b MD5sum: 3fdb6458f4a3f3aedde33e50534e87f6 Description: debug symbols for ros-rolling-pinocchio Build-Ids: 3a2fe4370b545be6a22c6a739480563bad75b745 3d3055052a00351e3ba20281665bebd29a17ceb9 83ec747b0e35c2ef9a956149bd6158a7fd5930e5 b95e0c6178b987908f7223e850de52ce2aca69e5 c5da24f3b0ab631475494c15fcc4e29fcacc23eb ee0c4ea00e78bb12f00b26bd5dc62de04c587e05 Package: ros-rolling-play-motion-builder-msgs Version: 1.4.1-1noble.20260425.033651 Architecture: amd64 Maintainer: davidfernandez Installed-Size: 5305 Depends: libc6 (>= 2.14), 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.033651_amd64.deb Size: 346556 SHA256: 38b4e6268fe0ae00fa03427e4caa664a9d4d44526fba66aa47f1ed66287d724d SHA1: 0a01036b0d8c91ae1fec470362e11a6494987b2d MD5sum: 3a4338c674d1b0812612c8bea31e7667 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.033651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 3458 Depends: ros-rolling-play-motion-builder-msgs (= 1.4.1-1noble.20260425.033651) 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.033651_amd64.deb Size: 2674222 SHA256: d709871af9dffdd420b57fce12ffd698493aaefc532f6996497432b21c392011 SHA1: d3c1e6c1a35badd69548403a3c8ad46936d61df6 MD5sum: d758b18a15f7c37aa5c4e44836a13eec Description: debug symbols for ros-rolling-play-motion-builder-msgs Build-Ids: 28f6d114b1958c9e4d002018a55ad0dbbcd208c2 5190210759fb6eb0e9c9a70953def2cd59294421 5e0e82a5759af50ed0efb70cdcf67c2630e5f6e6 756915374d92349a4b740daf7ffae46e77dfbe74 8587107db1d1cef2a9e9ae0c9fa7f25e30f58a80 871b6acd1f6fb84a028b5048208022f897a84512 897a5366a917dcf97f6f176bc41aa5661b725c9c 8ef486ef140aa48a4903c4bb6abff73b291a8605 a02caea76eb8feb2a12ad6e7aaabbe25003926c2 a4ada90966155fd9c923b2a13bd5c9a8d780311e f4be2caa84415199c8d6e06870d69caeabc31434 Package: ros-rolling-play-motion2-msgs Version: 1.8.4-1noble.20260425.033635 Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 6032 Depends: libc6 (>= 2.14), 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.033635_amd64.deb Size: 372494 SHA256: c5cd11755b2488bef51cb48541ff79fcb09e0c5256dc6537e14d0275f5798b98 SHA1: a970528c30ff65686af308959fb3add2a41100c7 MD5sum: 39354abf5f3db672e4e5d6f43bf664a6 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.033635 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 3995 Depends: ros-rolling-play-motion2-msgs (= 1.8.4-1noble.20260425.033635) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-play-motion2-msgs/ros-rolling-play-motion2-msgs-dbgsym_1.8.4-1noble.20260425.033635_amd64.deb Size: 3093442 SHA256: 79c6e6bcd01f4d5086b5c75275610914d30fcebdfcb93bb3d45dac0151bc915b SHA1: 3e5fb33225d61eefdafbb018e339781eb32be5cf MD5sum: 2a4fd6d570246ce322aa01487c82db27 Description: debug symbols for ros-rolling-play-motion2-msgs Build-Ids: 14b19aad29373322829a5d7654ee3ba00b74a1ac 191720685499b52b7af1c9fba90db27868c41bba 5e30151d97a50140db90c13e060adb8b50c5aeb8 75369dada7a7a7147b7c5f1f3a53eca0731e06a0 77541a955122f1ce391d9acb80ce002c822781aa 7d573fdba32c17c9aadf6052ba0e67457e38ecda 7dc3ae9ff7e3ef63e191b48cd6abc63acc0e5864 9218d7af22e11186ca65651a82c058dd1fec56d1 b0211162939492a869f27f3242e2473456b25824 e0c12b2067d5e275ca6084e99b1ea6ebaaace733 ff3672789e04c8d1a5ae1608f7a0bdc7456afa25 Package: ros-rolling-plotjuggler-msgs Version: 0.2.3-4noble.20260425.034853 Architecture: amd64 Maintainer: daf Installed-Size: 1010 Depends: libc6 (>= 2.14), 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.034853_amd64.deb Size: 90490 SHA256: 636c2a46b8179a072f1b7899bc32f2abd0b9c8f8c890dac4744873eaca78ec7a SHA1: d15301d71696062fc2109ce573792e6e819ad9cd MD5sum: 5d7f8d4f49d00deaf29d06834e871804 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.034853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: daf Installed-Size: 827 Depends: ros-rolling-plotjuggler-msgs (= 0.2.3-4noble.20260425.034853) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-plotjuggler-msgs/ros-rolling-plotjuggler-msgs-dbgsym_0.2.3-4noble.20260425.034853_amd64.deb Size: 663042 SHA256: 3b2e2e3fa7538c86746e162ae7d3711f788a1f4c57704f95370d38708b767d97 SHA1: cfe357bfeb0ffc96b04a29e2fbf9b83ee3daff18 MD5sum: fe82d8dc932c5f74f473224c3651a16b Description: debug symbols for ros-rolling-plotjuggler-msgs Build-Ids: 02e84bb2b2ead3aed6b8b0ab31f38aef33bc3f8a 0f26c0d36c7a087e8aca86d5db955b9b3419b49f 1bb08e4ae666a2ca47d5f648e91656610b8f8d0c 20537f0eb04a22dff0a1f22508a2f5dc6404a6a5 672cb04f15c38c3cdb55181f098a29ba214f5645 6c188b7bb94f8a6992a9cf7e66d25ef0fde3b410 7c5027a43b2554d745509385cb6b919690e7e969 7d2f9575fed3cd7af3e105bf321476a2843c8d43 8c4ac6f2acd6b74df3e5dec7a3e5ed8c61272d3b a9a9d9d0aa271a2d9306e48ae66f12e3229386a7 dccc8ae9d2c48150d6373e7583eb345d5b014ab0 Package: ros-rolling-pluginlib Version: 5.8.4-1noble.20260424.200519 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 256 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.20260424.200519_amd64.deb Size: 65990 SHA256: 74cb8366bbfb16b42526ae0183aebb6b2967b85be0a6d6faa9a9f931616dc371 SHA1: 4a18d28726fafc84bf53b79a2e2696351f6693f2 MD5sum: a19971e74025a0077b31ca560f88d7e9 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.20260424.200519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 481 Depends: ros-rolling-pluginlib (= 5.8.4-1noble.20260424.200519) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pluginlib/ros-rolling-pluginlib-dbgsym_5.8.4-1noble.20260424.200519_amd64.deb Size: 449800 SHA256: 5992cdb43e17bfa7650631afee3f50b34a5d16c9b447a648ab041d61ace44394 SHA1: 4adb4ec5e67a54c112377ebc3f7ca03359e276e9 MD5sum: b51f1cd80a7ad6615c4949dafe5e55bc Description: debug symbols for ros-rolling-pluginlib Build-Ids: e26064791a5afd6145d0352d9b6be9aefad8ad84 Package: ros-rolling-point-cloud-interfaces Version: 6.1.0-1noble.20260425.040622 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 649 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.040622_amd64.deb Size: 84360 SHA256: f11046325b5e6c352dd049963bb573e09e84c799fda722954e2f78d9c300540e SHA1: 4adf250b8d8dfa544ed9d5496a18a06a7e98eaa9 MD5sum: 6fc4034a5cd4a381ceaa0008c8250317 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.040622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 707 Depends: ros-rolling-point-cloud-interfaces (= 6.1.0-1noble.20260425.040622) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-interfaces/ros-rolling-point-cloud-interfaces-dbgsym_6.1.0-1noble.20260425.040622_amd64.deb Size: 586068 SHA256: 1001d81750295cef2de02af6bc715bca55b3fdf93877a73ab331bad7ba835016 SHA1: 53127ade91535b16700467e76a12092fe6553096 MD5sum: f674a3fdd7724c30ffd339680cf31adc Description: debug symbols for ros-rolling-point-cloud-interfaces Build-Ids: 086ec2347305f2870473c1cb1757020c130ee7a0 3d1f274e7cc76a016e14f6d561ccd65f04ea5ad9 55ccfb90722352df2d30240ff86985f88e24fbb5 6bc7e56953e16eb0ce0f8414395266cb74123709 7ee425f01cd244b264c7a480a21a8a08a16abf01 841135b6aeb7c312ff0ccc7ad0104244b93a978a 91a4bd47c6d249d0d86d49bdfd6cd66e2d783b18 a265ceab010e69fcee5512f0a8e29643f339d7b6 a966725a173d490b08b58eace839a79c01438b45 d983688a33ae7c5ea21896413395e850bf31c849 de37b1344be62a49a0afb826807de7065edef0d9 Package: ros-rolling-point-cloud-msg-wrapper Version: 1.0.7-4noble.20260425.040926 Architecture: amd64 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.040926_amd64.deb Size: 14968 SHA256: f8d40a5e4a9a9337083151e7a28ef960b56aed89939be5e5636414c6d92ccf7f SHA1: 8e8afcae7d11d4ea98cd04a35e062a1f25aaa723 MD5sum: 442a8f7a55c0f3dc8930d2e302debf47 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.044557 Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 2116 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.044557_amd64.deb Size: 303104 SHA256: 1c034ec9f5b94c693dda4d3c8256ad6a2ebca1f314078f99aa2bdf638e9b7073 SHA1: bf3d862e4101546cc925bc4a6fe137103c9bbdcc MD5sum: 4c15a6433f8df6c30aaec3cc9fc3d640 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.044557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 7701 Depends: ros-rolling-point-cloud-transport (= 5.4.0-1noble.20260425.044557) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport/ros-rolling-point-cloud-transport-dbgsym_5.4.0-1noble.20260425.044557_amd64.deb Size: 7097666 SHA256: 9909b37e9b27154b54e1983792b260f411600b93c30641ce1447aec1eb1b7d4c SHA1: aac972c571b2a0473eb87915eb6c051a2fe0a8d2 MD5sum: 6c6cbf528d0140fc9e0e5aec101249a1 Description: debug symbols for ros-rolling-point-cloud-transport Build-Ids: 0307dff2b926e18c8f7cebf387d0229146ad4b76 33751e155d544f736e248a0fe5a45ad20b422628 3e78e83ace489b7b7acd49617e3a07cbef3c87cb b9fa43cd96bcb988facf19571c1ae387d9a06167 f900f5d5a0bee80a11a6b0b96cdfea57a4528640 Package: ros-rolling-point-cloud-transport-plugins Version: 6.1.0-1noble.20260425.051155 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 44 Depends: ros-rolling-draco-point-cloud-transport, ros-rolling-point-cloud-interfaces, ros-rolling-zlib-point-cloud-transport, ros-rolling-zstd-point-cloud-transport, ros-rolling-ros-workspace Homepage: https://wiki.ros.org/point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport-plugins/ros-rolling-point-cloud-transport-plugins_6.1.0-1noble.20260425.051155_amd64.deb Size: 5968 SHA256: fdd931255662ea80999537123314add354be1b188653667042f6d0f67b73b264 SHA1: 4942cae29a99f4194edd0526b35e6372ccb4b78a MD5sum: 0772f40c8fc01918dff2eb83137e2ce9 Description: Metapackage with common point_cloud_transport plugins Package: ros-rolling-point-cloud-transport-py Version: 5.4.0-1noble.20260425.050532 Architecture: amd64 Maintainer: Alejandro Hernández Installed-Size: 463 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.050532_amd64.deb Size: 135060 SHA256: 3e0def4a3036b29dda760cb57784e6444cdeac41a50502036f22b032da0765bc SHA1: 8f2f09a4a8ae163ba7dc23fe8283bdfa9835365a MD5sum: fde1734d3cc8b3bd2073e5897bc67b4c Description: Python API for point_cloud_transport Package: ros-rolling-point-cloud-transport-tutorial Version: 0.0.9-1noble.20260425.051334 Architecture: amd64 Maintainer: John D'Angelo Installed-Size: 845 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-point-cloud-transport, ros-rolling-point-cloud-transport-plugins, ros-rolling-rclcpp, ros-rolling-rosbag2-cpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace 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.051334_amd64.deb Size: 715016 SHA256: 580812086a4846a432c2a3aa96866b64153e4b9cb0c6d2fb469cbd3398583a7f SHA1: 66f194b5edf039c15e7a70bf7a5e2d8472ac02fc MD5sum: 3935fda1cf0daf14870b7d1497f92374 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.051334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: John D'Angelo Installed-Size: 1274 Depends: ros-rolling-point-cloud-transport-tutorial (= 0.0.9-1noble.20260425.051334) 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.051334_amd64.deb Size: 1232492 SHA256: cda1521cc01f0a361df891f915bc55bcf5d5e5d3e608b27965972b7510bb13be SHA1: 55e002271f263b1267e2b8f56727764b93b9452c MD5sum: b9edb21a5ab382c16fd658eadd839a76 Description: debug symbols for ros-rolling-point-cloud-transport-tutorial Build-Ids: 36e6614afde1699bb502d33e7b1a1a18c19ac00f 4db81389ed32542c8072ea2af95544106c494e1e 9f2b57100f35b132ed566b08cb3b788721cd3cd7 Package: ros-rolling-pointcloud-to-laserscan Version: 2.1.0-1noble.20260425.045739 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1454 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.045739_amd64.deb Size: 265912 SHA256: e6469092cb75b35b1d0eb4746e3f0df7245c2a491f0756e8f702125ded88669e SHA1: 22d2c66899bcda41b20eab4ae5140c810ef227d2 MD5sum: f698333822053bea7db8b31b4e8aa31d 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.045739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 8787 Depends: ros-rolling-pointcloud-to-laserscan (= 2.1.0-1noble.20260425.045739) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pointcloud-to-laserscan/ros-rolling-pointcloud-to-laserscan-dbgsym_2.1.0-1noble.20260425.045739_amd64.deb Size: 7732236 SHA256: 9a98aa593c4e20adaaa5e9f370c4b682c02d696fa71b93fce314f0d0179da878 SHA1: 24e882c9db0fe4c35e5ead79f8248f555627ea7c MD5sum: 6055ce562d890b443a05a221f63c7d60 Description: debug symbols for ros-rolling-pointcloud-to-laserscan Build-Ids: 3262f3b84c7e2136b984235310365e8f8fa02a4a 375e695a598a91ddf27cf35bdb99bd522e9f1ae9 84c99c788f389d444a699a41e521f2d31511941c b6b6758356c850b025bc474062ead6626a66bec2 c93a5429857c874f7cc86be1ae410203388d55bf Package: ros-rolling-polygon-demos Version: 1.3.0-1noble.20260425.055459 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 383 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.20260425.055459_amd64.deb Size: 87210 SHA256: e0b4ebd1ced7715a44fb14795506d3d76b6a5bb409d0fa0d52268a10d16958f7 SHA1: 67039f34e06082a3a285d4beca09d54e66b2caab MD5sum: e1daafe402c5a7d12ae92760f81436a1 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.20260425.055459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1845 Depends: ros-rolling-polygon-demos (= 1.3.0-1noble.20260425.055459) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-demos/ros-rolling-polygon-demos-dbgsym_1.3.0-1noble.20260425.055459_amd64.deb Size: 1656088 SHA256: 46bc3ed98f8afb54858da6f4a407ac9d6554e9003987aa8582ba3a246f78c1f3 SHA1: 7a9fcf61db3b4fab39f51bee3ab35659122f01b9 MD5sum: 93150dc39258a44762cee6880bda2cac Description: debug symbols for ros-rolling-polygon-demos Build-Ids: 8f9351ebfeffabc4d0387d17019bfa4191775ae5 Package: ros-rolling-polygon-msgs Version: 1.3.0-1noble.20260425.034855 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1401 Depends: libc6 (>= 2.4), 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.034855_amd64.deb Size: 108562 SHA256: f4d659b3cc323e1e14db853ee7389ef9ec8fca1c004ab1c3ec721ee1d0e936a9 SHA1: 793fd64498aa8775b7c0bacf907eda4eab4e9eb8 MD5sum: 8ccc6965468d961e92816feda15d43a2 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.034855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1180 Depends: ros-rolling-polygon-msgs (= 1.3.0-1noble.20260425.034855) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-msgs/ros-rolling-polygon-msgs-dbgsym_1.3.0-1noble.20260425.034855_amd64.deb Size: 968290 SHA256: e8b28a6de22558a094b0f56ca312a3dcaafee13159c89eeef30e4e0e3aad0bfc SHA1: 4dc25c87f9b5c4f3b44ea50b52cc41935abb811b MD5sum: 2bb58282b2dfda53280cc63f2a996a77 Description: debug symbols for ros-rolling-polygon-msgs Build-Ids: 04a54279058796148cd8721ab5991502566474ee 0f5a480c426af1b06ee6f9c6bce3af9495ac5222 295e1a4bf66a714696667795eae9526f04a9050e 3529ad8c37ee9afb5ca84bc80c812f96b4b5fa9d 5cac780a2aae779920c2a85c284a4ea8ecf04863 859c050fc2640fea18b50ffde869d3edb430d0e7 87c4baddbee6d1f4cd197b15eca92a56baa76bd3 c5ff68a7c49ea376aee193b640d5ce1e12f114f8 c81e69a33fcddf16ad4ca286b137ddcf8b0a7846 d6272e43d5a8d48c7ec748020d3916797ea43bf5 e9c039a7c4e8579a043337f67573d6d120379ab6 Package: ros-rolling-polygon-rviz-plugins Version: 1.3.0-1noble.20260425.051220 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1950 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260425.051220_amd64.deb Size: 307086 SHA256: f6ad29be291492d4fef51855d3748ba24359bb7e08fe69673e816a8cb5f2d060 SHA1: 8c683a48b8d32f77f3074295c77fd30746f56297 MD5sum: 1527fc69de395c7c39c171b18036768a 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.20260425.051220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 14039 Depends: ros-rolling-polygon-rviz-plugins (= 1.3.0-1noble.20260425.051220) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-rviz-plugins/ros-rolling-polygon-rviz-plugins-dbgsym_1.3.0-1noble.20260425.051220_amd64.deb Size: 12484754 SHA256: f0440643f8c73a90fa36d3e381038dfdc46d08b6accde6aa0487888ab128f6a7 SHA1: de009e61763e272dbb48c2920520cac0238f2742 MD5sum: d491a715a1dec8991bcd9605b6822cd9 Description: debug symbols for ros-rolling-polygon-rviz-plugins Build-Ids: 72c2394e179ef03ef65e97449f08fc8e3513215f Package: ros-rolling-polygon-utils Version: 1.3.0-1noble.20260425.035655 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 141 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), python3-shapely, ros-rolling-geometry-msgs, ros-rolling-polygon-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-utils/ros-rolling-polygon-utils_1.3.0-1noble.20260425.035655_amd64.deb Size: 32422 SHA256: 564e832120ae82eb57c7c61ffb92be2321097a91fc144a1f90759f3dd02a235a SHA1: 432b22acec6e9d11525d545bd2607bc299452a0e MD5sum: 24b007ab4a2755ce03e7f52982d2ea18 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.035655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 175 Depends: ros-rolling-polygon-utils (= 1.3.0-1noble.20260425.035655) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-utils/ros-rolling-polygon-utils-dbgsym_1.3.0-1noble.20260425.035655_amd64.deb Size: 159978 SHA256: 30b0a244c4832689a40072c4186332a5c9a1da5beb5fd0921eb84f7628c69e49 SHA1: 2fc229193c0f61f9a4c7e51d920f0288caab7916 MD5sum: a9d2f6b6951298fbe3d721bfa8075c5d Description: debug symbols for ros-rolling-polygon-utils Build-Ids: a317110c84fd9d9473e9d0a96c50bf81834a18af Package: ros-rolling-pose-broadcaster Version: 6.6.0-1noble.20260425.051750 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 352 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.051750_amd64.deb Size: 99000 SHA256: 3ceabd5cae38873111ee0fc5e4d51b3713678dfaf2a94b2f8bfb74b92a1a606e SHA1: dc7e8a98146d3055685658bb0f9c54d9e2a88dc8 MD5sum: db2e1a4d20aa9f22f2e1fe28cde12123 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.051750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1469 Depends: ros-rolling-pose-broadcaster (= 6.6.0-1noble.20260425.051750) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pose-broadcaster/ros-rolling-pose-broadcaster-dbgsym_6.6.0-1noble.20260425.051750_amd64.deb Size: 1362174 SHA256: adf0e1648b41691daba642ea804245cfd0648494fdedaf304d26248d9177e3e7 SHA1: 4041f3b77c3807837df77e9132cbf117e239f01d MD5sum: 52309e701b2c152b0c79a1c98c509e5e Description: debug symbols for ros-rolling-pose-broadcaster Build-Ids: e8efcd7babe217923c852ec686f4d3ab71af52b9 Package: ros-rolling-pose-cov-ops Version: 0.4.0-1noble.20260425.070633 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 96 Depends: libc6 (>= 2.4), ros-rolling-mrpt-libposes, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-mrpt-libros-bridge, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://wiki.ros.org/pose_cov_ops Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pose-cov-ops/ros-rolling-pose-cov-ops_0.4.0-1noble.20260425.070633_amd64.deb Size: 15742 SHA256: 0fccb2002c8995ca7df0c37326a20c1d72800ecf9db290ac3a8eecfe99cd607a SHA1: b538d9bd6c9a000c799d43be00acc8aab7694285 MD5sum: 260f88b7e245e783b7f7c7e907538b5d 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.070633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 137 Depends: ros-rolling-pose-cov-ops (= 0.4.0-1noble.20260425.070633) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pose-cov-ops/ros-rolling-pose-cov-ops-dbgsym_0.4.0-1noble.20260425.070633_amd64.deb Size: 124392 SHA256: fe90563fdeea9604d35f2fd59cd41e456fb748cd396160630d89eb8ccaf31594 SHA1: 4e792969644cab723d3611c840d9ec7a0983263f MD5sum: a919c877268ce464e3664bf70fc44342 Description: debug symbols for ros-rolling-pose-cov-ops Build-Ids: 7c99e9becae96b2b14b2723514cc109c51ed2655 Package: ros-rolling-position-controllers Version: 6.6.0-1noble.20260425.052220 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 123 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-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.052220_amd64.deb Size: 28054 SHA256: fef5965fb817287d2854de8f465d5a6ab9d31cb416ec61426ada63f0a9561ef6 SHA1: c239278b69b9dd0dd4c73fbb167668805926b675 MD5sum: f6aee1ee7b4e3e455c4c94df34281310 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.052220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 430 Depends: ros-rolling-position-controllers (= 6.6.0-1noble.20260425.052220) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-position-controllers/ros-rolling-position-controllers-dbgsym_6.6.0-1noble.20260425.052220_amd64.deb Size: 408366 SHA256: 9a85f60aec84247e306684cf82dd5e22c1d6e6af34947cfc9a50b91807d2ab0d SHA1: e1a2148f1d023c5c81b6b6a2c1e85744f80fb362 MD5sum: 15620c5b1042600ec0de07f9747315af Description: debug symbols for ros-rolling-position-controllers Build-Ids: f8138e7fb6d24333e3135bb4e4e23d9d751edf66 Package: ros-rolling-protobuf-comm Version: 0.9.3-1noble.20260424.001125 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 627 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.20260424.001125_amd64.deb Size: 154050 SHA256: 06421431e8681c3322f6b40e75ef5bd3aed1016f03d5f0acfedcc89e589dce2d SHA1: 8aeeaaf047b6ac7f90b483425bddc6fa58ac40dd MD5sum: bec64451a6745f9183b16a534dca5065 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.20260424.001125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 3282 Depends: ros-rolling-protobuf-comm (= 0.9.3-1noble.20260424.001125) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-protobuf-comm/ros-rolling-protobuf-comm-dbgsym_0.9.3-1noble.20260424.001125_amd64.deb Size: 2931900 SHA256: c4889ad210278283f2cdceef8bfb8af4bee8f97c703594a187efb52149c3bc4c SHA1: c083ecb94208274962e25c0a4e90d1ebcf5e9910 MD5sum: de37fa689db6698599378ae7561196ee Description: debug symbols for ros-rolling-protobuf-comm Build-Ids: 19d45c911fa3056a64bcc9bb63f98dbcdd4afacb Package: ros-rolling-proxsuite Version: 0.6.5-1noble.20260424.001137 Architecture: amd64 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.20260424.001137_amd64.deb Size: 153946 SHA256: f6f3775ddebe29f240983bc7d16e8c2f612e46195e616e4d5d8142cbd27d9da0 SHA1: 7cc3967c2b117c9a07a94e2befdedeba0eab8d64 MD5sum: de746eabad3e61cee8e36991d261d28e Description: The Advanced Proximal Optimization Toolbox Package: ros-rolling-py-binding-tools Version: 2.1.2-2noble.20260425.042844 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 387 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.042844_amd64.deb Size: 115394 SHA256: 2106ca194418b8e8917c95c5acd6daeda822a13b624f1dd23444f040c6d725b8 SHA1: f12fc4cb6762f65a01b05c0f3c75871081a9b649 MD5sum: 1b574fe97ac6dd30de04e60064f9606c 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.042844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 894 Depends: ros-rolling-py-binding-tools (= 2.1.2-2noble.20260425.042844) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-binding-tools/ros-rolling-py-binding-tools-dbgsym_2.1.2-2noble.20260425.042844_amd64.deb Size: 863002 SHA256: c62543c12a880912e0b51349e38a5fc667fa6cc8b07e2712d23f24ba60f5348a SHA1: fc903fb4558390192b97675e6075bb8f26be0935 MD5sum: 6b8c03f58baa455a7ab76178e9d32112 Description: debug symbols for ros-rolling-py-binding-tools Build-Ids: b136ce481d36973977f30e78a6360bcf1c3ad97c Package: ros-rolling-py-trees Version: 2.4.0-1noble.20260424.001143 Architecture: amd64 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.20260424.001143_amd64.deb Size: 170310 SHA256: 87d081e844379f5ddc1f8c387067235c2ddf40acf4c4fee4647080bf3b323cec SHA1: b3eaeb876dbe8495f03e603330e5a79f6931e1ad MD5sum: 836285a6d9ce029735424290f19cf14b Description: Pythonic implementation of behaviour trees. Package: ros-rolling-py-trees-js Version: 0.6.6-1noble.20260424.001152 Architecture: amd64 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.20260424.001152_amd64.deb Size: 1176954 SHA256: 0ceb095db819bdeb83babe8b5405d4b65cc5335e807ac983aedca0478ed89058 SHA1: eb22885da3bd8ab04b3b608fd61539c4c07bf5a5 MD5sum: 26ec237ea0c1746c4a1c7135eac4cb5d Description: Javascript library for visualising behaviour trees. Package: ros-rolling-py-trees-ros Version: 2.4.0-1noble.20260425.044319 Architecture: amd64 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.044319_amd64.deb Size: 106110 SHA256: be8c9ee1217384eac6282b514db375c0e528b00e031769fb333e5d35978c0678 SHA1: 06fa100ecc9fca780c779e0d26bdbc8c8d77c5b0 MD5sum: cf3059b90dbde0139dc115214201992f Description: ROS2 extensions and behaviours for py_trees. Package: ros-rolling-py-trees-ros-interfaces Version: 2.1.1-1noble.20260425.035941 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 10125 Depends: libc6 (>= 2.14), 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.035941_amd64.deb Size: 588938 SHA256: 8d268883269953c66fa0ae2ff8b81e0614af71cb58d8f39768886cae09f0ab80 SHA1: e91f5a6da322c55265703e51975a113155720cb0 MD5sum: 97880b059b2237ca638c82497c1579c8 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.035941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 6652 Depends: ros-rolling-py-trees-ros-interfaces (= 2.1.1-1noble.20260425.035941) 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.035941_amd64.deb Size: 5115130 SHA256: 335a641ce6b225bb99f9a9dd5758f70773c09cdf6d4291c59688e96286a2b878 SHA1: ace4960ca9ca5e1a1bfa0ccfca60d7d5cb36f8e8 MD5sum: 0f67fee9014210aa72c313dfd116ed7f Description: debug symbols for ros-rolling-py-trees-ros-interfaces Build-Ids: 0922974e52de3e3ff22ada21426ae62f3131de59 17a46d1a31c00aab3150c7eb3c1d6167ae87c9a0 42296b13ec5e8fc4629b64e72da16a9dd2d2b8d9 46b89959a7ab60d862171bfeb020586c5ea1d797 4a272bab6eebb911792c27569febbc7e23e280cb 4cf81775cb29cebb080d32468378b589c9b8668f 793abb2eb39ab3d8899b9933ff3e2b73608e06e4 90f0eb97eafadf7b6353815bddba4353be3bef28 991cb9eca6a9a763664a635ebeeec02a4f43e86b b676803a8d3d412c7e3081ae17805fe234c048bb f827e07246846d938fd140777eec8410ced43977 Package: ros-rolling-py-trees-ros-tutorials Version: 2.4.0-1noble.20260425.052305 Architecture: amd64 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.20260425.052305_amd64.deb Size: 91928 SHA256: d1dd745928be1b7c350470da6a29d7c3f3a84ba5fb826e99c9fc8f4b85c168ad SHA1: 3aedd7414fc285ac7e47908982ec055d7a51baef MD5sum: 1cedfcf78ba9832df368cb7510da2e18 Description: Tutorials for py_trees on ROS2. Package: ros-rolling-py-trees-ros-viewer Version: 0.2.5-1noble.20260425.042545 Architecture: amd64 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.042545_amd64.deb Size: 64334 SHA256: 598e942f43b34eb1096e27bba1c553435354c1a5eb615b7f80ab773f961d0891 SHA1: c67b976ba0f061fa72bd3c604493f77ff2b47de0 MD5sum: 952c9c1aeb19df0c8e75b1a4b28df016 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.20260423.230218 Architecture: amd64 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.20260423.230218_amd64.deb Size: 6732 SHA256: 7b7c9e5828029462c300cb5663f033fb0bf1c9fa557b1a4f938209d1fb504d0a SHA1: 41bb3bc82432751297b8bd214037e090d3776200 MD5sum: f2b2883baf4e3d41e5e880d7071f22dc Description: Wrapper around pybind11. Package: ros-rolling-pymoveit2 Version: 4.2.0-1noble.20260425.045918 Architecture: amd64 Maintainer: Andrej Orsula Installed-Size: 244 Depends: ros-rolling-action-msgs, ros-rolling-control-msgs, ros-rolling-geometry-msgs, ros-rolling-moveit-msgs, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-shape-msgs, ros-rolling-std-srvs, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pymoveit2/ros-rolling-pymoveit2_4.2.0-1noble.20260425.045918_amd64.deb Size: 27892 SHA256: 88352586110d0980b7aa7aecee67590891174e080b3b7ad18780c064e5e53761 SHA1: 3678f3a51e6f760a7c08bf514a199b530317bfeb MD5sum: 9d35076ae835fba5d9b81ca1f8f201d1 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.20260423.214710 Architecture: amd64 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.20260423.214710_amd64.deb Size: 7844 SHA256: 4fccdb619792f1fdac1ff3b05561931054aca40e0757eb8f0f28ea9d4d46a9e9 SHA1: 7b64d4bddf706c35b4c8e5a11fab229b17791cd3 MD5sum: d8e5528c187293fef4c270913c546c6a Description: Provide CMake module with extra functionality for Python. Package: ros-rolling-python-orocos-kdl-vendor Version: 0.8.0-1noble.20260423.232310 Architecture: amd64 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.20260423.232310_amd64.deb Size: 6284 SHA256: 7a4ca9e0f0608be727f54c328207173c34bee211f13a58d5a0951da911306d76 SHA1: 5b56986596615734e574b60d3604c43ebf19a4d0 MD5sum: 65fa8eed0544dbc47963ed4e8ec1154d 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.034332 Architecture: amd64 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.034332_amd64.deb Size: 16438 SHA256: 21c6781ce08701a265cbfe2a6b0f79ddd153fd52bfa9b22c54b6347301edaa23 SHA1: 12aa631abfb69e3acf121b7126821b5e4bdfff9b MD5sum: ac762347e925a47a4c5e4d7075c045fd 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.050757 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 3813 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5network5t64 (>= 5.0.2), libqt5qml5 (>= 5.9.0~beta), libstdc++6 (>= 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.050757_amd64.deb Size: 497998 SHA256: ba8faeb7b4d293e68ece1af449470b6883f74615917633eba1a9bfa1d55ddecb SHA1: 6c70eaea1b6b4671e9acc367c1a12ec2befe0a5b MD5sum: 3ac01cf9a86c1e3fe68637ebda407d27 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.050757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 10980 Depends: ros-rolling-qml-ros2-plugin (= 3.26.30-1noble.20260425.050757) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qml-ros2-plugin/ros-rolling-qml-ros2-plugin-dbgsym_3.26.30-1noble.20260425.050757_amd64.deb Size: 10233240 SHA256: 56c5768b267272f0b5605b1073463d084c83f67c64b9d85ff11fa921848ffe77 SHA1: 5ab844609e6c77da1fc3e4f4e1b2967339199b59 MD5sum: 205f0f30cf182cc0965bdbaaebbb48f8 Description: debug symbols for ros-rolling-qml-ros2-plugin Build-Ids: 717776f2e37239fcb29f450781a9b90cc8b8590b Package: ros-rolling-qml6-ros2-plugin Version: 4.26.42-1noble.20260425.050751 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2168 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), 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.050751_amd64.deb Size: 542692 SHA256: e8d81291be5a877ff381f3e38fb185ddb112728ae6005c6bb15c6d77e24b4d04 SHA1: 68e0870b26c83b96db90acafb97753603267beb7 MD5sum: 4d15d089386704aa591cec21b79e7128 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.050751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 12201 Depends: ros-rolling-qml6-ros2-plugin (= 4.26.42-1noble.20260425.050751) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qml6-ros2-plugin/ros-rolling-qml6-ros2-plugin-dbgsym_4.26.42-1noble.20260425.050751_amd64.deb Size: 11411790 SHA256: 771f9d4efdea06ca3fd9d458c9ba0c0fdda75da05079c565344e471f635318d5 SHA1: f9c51c1dabbcc6c42601797ed4e58bfcd977fd2f MD5sum: 59be066d98492654e7720b1b735f6c8d Description: debug symbols for ros-rolling-qml6-ros2-plugin Build-Ids: fb3dfb89d651236415fca29f3758de97e45d8844 Package: ros-rolling-qt-dotgraph Version: 2.10.7-1noble.20260428.034403 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 135 Depends: python3-pydot, python3-pygraphviz, ros-rolling-python-qt-binding (>= 0.3.0), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/qt_dotgraph/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-dotgraph/ros-rolling-qt-dotgraph_2.10.7-1noble.20260428.034403_amd64.deb Size: 28356 SHA256: ca4bd1127b4c159e825ba9354afa62a7666c1022f29130992b6ec40debec808a SHA1: 03df9cf752139e1d11bf3d48b700032afdc6d491 MD5sum: 19851a7315694c49a23d117d10e3cd33 Description: qt_dotgraph provides helpers to work with dot graphs. Package: ros-rolling-qt-gui Version: 2.10.7-1noble.20260428.034403 Architecture: amd64 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.034403_amd64.deb Size: 54370 SHA256: ba693a40cf74ce6d9e3c31da2e4a17b2d53aac3691417ec0f5cdb2b4475a0241 SHA1: 58382896559ce5d547bc2c4ec7e91c4794b364c2 MD5sum: 0e0d4d3e9e8c26421fc711d2dd722924 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.034438 Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 47 Depends: ros-rolling-ament-index-python, ros-rolling-qt-gui, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/qt_gui_app Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-gui-app/ros-rolling-qt-gui-app_2.10.7-1noble.20260428.034438_amd64.deb Size: 6344 SHA256: 0daa11be7bab2d290577f51a46c35e4edc1e4d0123af0a13f9707f608178b011 SHA1: 2c05bd58938f8a7c0cf6be68b2216679ae0b6f80 MD5sum: 5fe1b69eb61aaaf902832d8a51d55017 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.034946 Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 44 Depends: ros-rolling-qt-dotgraph (>= 0.3.0), ros-rolling-qt-gui (>= 0.3.0), ros-rolling-qt-gui-app (>= 0.3.0), ros-rolling-qt-gui-cpp (>= 0.3.0), ros-rolling-qt-gui-py-common (>= 0.3.0), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/qt_gui_core/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-gui-core/ros-rolling-qt-gui-core_2.10.7-1noble.20260428.034946_amd64.deb Size: 6156 SHA256: 6b2f87157810881ddc552290533b23fed35e1898587b6b033194701ca6758d58 SHA1: 411bad5bcf6c0a41dd9408b9dc97ff71c7d28a2a MD5sum: 283436b7375dc16302638c59fe8acb33 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.034748 Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 729 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.034748_amd64.deb Size: 167800 SHA256: 9870647d2eedcdae294a4f6d154cb042b6b78d71bd48239d200a728061de3d1c SHA1: 6e07625022229cac08bc3937a5bb763bf09f7834 MD5sum: 0eb818ced6a6be338aaa96e347344d0a 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.034748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dirk Thomas Installed-Size: 2756 Depends: ros-rolling-qt-gui-cpp (= 2.10.7-1noble.20260428.034748) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-gui-cpp/ros-rolling-qt-gui-cpp-dbgsym_2.10.7-1noble.20260428.034748_amd64.deb Size: 2609444 SHA256: 74c279a93c10c2482cb636f0e6517fc9b4456492500c11265c4904897b6cf865 SHA1: 9d4dcd63df5c0999b92c5fd582f8eb513f903fc8 MD5sum: 0398d26f3de0c6dd563166429b11651e Description: debug symbols for ros-rolling-qt-gui-cpp Build-Ids: 71017f4194daf185d7a11bbe6ef26f2759b796ec c93f6fc51c945b155dbc27609be505cea4bade3c Package: ros-rolling-qt-gui-py-common Version: 2.10.7-1noble.20260428.034403 Architecture: amd64 Maintainer: Dorian Scholz Installed-Size: 81 Depends: ros-rolling-ament-index-python, ros-rolling-python-qt-binding, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/qt_gui_py_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-gui-py-common/ros-rolling-qt-gui-py-common_2.10.7-1noble.20260428.034403_amd64.deb Size: 11630 SHA256: 3e4a3c0924603562507436ef9ca99e58b9630ffee829b78c8c4cda05107ecdfd SHA1: 37ec44959a012b72bc0c37a794026400b10b13ef MD5sum: 87148161d7d4bf35f8369909a21e3619 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.043927 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3891 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.043927_amd64.deb Size: 454020 SHA256: 59e617d455380521c7d52db760f959ad31371163d3f5d9dff64f5988119a1afc SHA1: 1b3cf6cb86ec9fdf96394c33f77c2625b7d43102 MD5sum: 1cfba9617d3fe0c689f445febacce4fc 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.043927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 20181 Depends: ros-rolling-quality-of-service-demo-cpp (= 0.37.8-1noble.20260425.043927) 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.043927_amd64.deb Size: 16839922 SHA256: b09ee6059a5c1591535c2b5f00f7c667d4a5dd9af17a9cbad499300320afce71 SHA1: aab9d85aa6f3f7d8ddae634958569969918bbbb3 MD5sum: 06bf287812b094042dcc03f0aa71b47b Description: debug symbols for ros-rolling-quality-of-service-demo-cpp Build-Ids: 1f9bf88ec55698d574d22d731fdfdf3633b7719e 62ffe44c400c2aeec0dd76a0b57e87fb4ccc88b7 70d638c34f4e122ea1c0013efeda29275594c960 794fc84ce50bfd7f365a95b8e17f5aa22aca4e36 84b21e6764ba2ab11bfc742a3a21a6e6b93b4dbc 972b8c1b4306d13a279cf473e9d92ed6e592f748 a7fc479e6ff0c99695e330bafbd4163f8a60b0c0 aaa238288689c338124d9e38e7c2b5683990da9d d23e1e0ae28fb4fca689a68794fa9d4d6c17abcc d7fa06288386d7b90252bd25b457afbcef91bd3f ddd9382ed96f81f8d65b398545f97dc505c0c579 eaa50e37923c5c83a723db6caab23c5efee3be0a Package: ros-rolling-quality-of-service-demo-py Version: 0.37.8-1noble.20260425.042521 Architecture: amd64 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.042521_amd64.deb Size: 21122 SHA256: 5e4cdcd1a35c48d6872fb4f0aa61b9bb6af03e4c01387fa75e0a0eea505ae1a0 SHA1: 1abe4129bdd6541b5760133ff955445fadfbfa7f MD5sum: 6c5ca46f9164e9830962f8cb27522bce Description: Python Demo applications for Quality of Service features Package: ros-rolling-r2r-spl-7 Version: 3.0.1-3noble.20260425.042515 Architecture: amd64 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.042515_amd64.deb Size: 6596 SHA256: 2f3b907dd47f17a861b57868ff876f3b517086d6de974a7928354828c5ee7a0a SHA1: 00b40d5789cc1add0763d805c7ab9b2a635c0959 MD5sum: 34f5d52e206db6085060b6a12d10266f Description: Robot-To-Robot communication in RoboCup SPL using SPLSM V7 Package: ros-rolling-radar-msgs Version: 0.2.2-3noble.20260425.035906 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 977 Depends: libc6 (>= 2.4), 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.035906_amd64.deb Size: 86672 SHA256: 05693e1b7719d6155dcd0110f643a9fc10ef150b211fa570ee0d1d567e3d6e57 SHA1: c135df361b5b8c6245b1e6745a6cbf0763e0acd7 MD5sum: 4d872b83a0afa897af00048933d062c5 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.035906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 685 Depends: ros-rolling-radar-msgs (= 0.2.2-3noble.20260425.035906) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-radar-msgs/ros-rolling-radar-msgs-dbgsym_0.2.2-3noble.20260425.035906_amd64.deb Size: 538622 SHA256: 3fb319e15a80fdfe2f85b526592ef873ad7e1742561d73cdc1ed9b207e39506f SHA1: f805c6873a29baaa3bea303c9f7ed7efd3f54579 MD5sum: 52d631b7284af412bd3ba70c3c872dd5 Description: debug symbols for ros-rolling-radar-msgs Build-Ids: 03b621f02a78da19d9f311f617274b8f7aeb67b3 2a9bafa7939d1907a84b1c18fbf87599379c60e6 4bec2926d5b6d264a58a223d586547e74866eee0 4c78eb10d645afdd93b7f6d358d32bc65738170d 511d98fe6bd2570ae2d046ce6aae3d398443e8eb 819575b82dba14ec8ff81e837e467ebcdbffa5db 8bd6a16d02b96902f8c92b018abc3405ce42b0d4 976e2d49c6468c8cd5ac42dcf0d4b5f00c47e3b2 9c761255efe9a05ab6550da28853e6c6056a7423 9d681c58687ff85b36879281126833a34973afa6 ea347abed72e463e0b1f8f38f9900ec1e92eff1f Package: ros-rolling-random-numbers Version: 2.0.4-1noble.20260423.214719 Architecture: amd64 Maintainer: Anas M'chichou Installed-Size: 120 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-date-time1.83.0, libboost-dev, libboost-random-dev, libboost-random1.83.0, libboost-thread-dev, libboost-thread1.83.0, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/random_numbers Priority: optional Section: misc Filename: pool/main/r/ros-rolling-random-numbers/ros-rolling-random-numbers_2.0.4-1noble.20260423.214719_amd64.deb Size: 26164 SHA256: c65be7af24764f3b1434240cb0654a8962b7d27d1dc0fcb91405fb3d8a1be76d SHA1: f947019e1a943834828a05172dd449de65d35478 MD5sum: c917c7c8d4ddf00710372fbe7c0044a1 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.20260423.214719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anas M'chichou Installed-Size: 167 Depends: ros-rolling-random-numbers (= 2.0.4-1noble.20260423.214719) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-random-numbers/ros-rolling-random-numbers-dbgsym_2.0.4-1noble.20260423.214719_amd64.deb Size: 137530 SHA256: 699273ba127037e84e0c83116c6bf6805006e1cd37b90dcdfe74429847605af0 SHA1: 8d171ddcf5b675b3414fcb9893125fff43df40ca MD5sum: 57c3abc88a2305e54e50fcc676e6cca5 Description: debug symbols for ros-rolling-random-numbers Build-Ids: 0ef99e2120b1454dffb6edf9fd7664fa32f1a124 Package: ros-rolling-range-sensor-broadcaster Version: 6.6.0-1noble.20260425.051919 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 292 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.051919_amd64.deb Size: 83940 SHA256: c96966d606e8fdf398e054c84a02564af6e4b0bb2d1fedea1c0a3025bbee9441 SHA1: 10d8154de6df4aaa511f468f0a74ea3574dcbaf9 MD5sum: 04616a449944f2b3c1d4b108ff2fc414 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.051919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1135 Depends: ros-rolling-range-sensor-broadcaster (= 6.6.0-1noble.20260425.051919) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-range-sensor-broadcaster/ros-rolling-range-sensor-broadcaster-dbgsym_6.6.0-1noble.20260425.051919_amd64.deb Size: 1063542 SHA256: 96dc8c6ee956691313117c52a0cd9b14331ac6467e8f6405c4e6479631208c10 SHA1: f0772c68b1ab8250c0742735bd960cda40c282c2 MD5sum: c7533288700391cb5a217191f5f21e18 Description: debug symbols for ros-rolling-range-sensor-broadcaster Build-Ids: 490d1aa478d3b8c70a3e7f3aa326d2bc6c4828a6 Package: ros-rolling-raspimouse-msgs Version: 2.0.0-1noble.20260425.033616 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 665 Depends: libc6 (>= 2.4), 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.033616_amd64.deb Size: 56044 SHA256: b9b02a5eb41cf00dd945b7280927393bba0515de436cb7f8f5dd47c18b7a424b SHA1: 179a79e965548c0f013b9fa12f1a7171b2f3a1a0 MD5sum: 87242c2a517a4e8a29ef1b8d0c991087 Description: RaspiMouse messages Package: ros-rolling-raspimouse-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-raspimouse-msgs Version: 2.0.0-1noble.20260425.033616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 438 Depends: ros-rolling-raspimouse-msgs (= 2.0.0-1noble.20260425.033616) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-raspimouse-msgs/ros-rolling-raspimouse-msgs-dbgsym_2.0.0-1noble.20260425.033616_amd64.deb Size: 320748 SHA256: 6a145e7c3b092ceb443929dfd7ffac2d968a06e3f37cad46c9a42988b9230410 SHA1: ff1d6e032db4fea150e1ad669d631d21debdf56b MD5sum: 104bcb40ab9def1ca867ab0ffebdfd6b Description: debug symbols for ros-rolling-raspimouse-msgs Build-Ids: 09cd18736974a37c6a91cebeb989e7e3fc1cfe71 1d44ce09658154ae82d1feb9e6f963b59347b596 2d86ba319b2966034a51861dcee90b0e055b52f9 3bee5703ec248f6d4a47b7640c9cb11374731507 4f22059ca53a1ec97a652002e4954b890bf52d60 7335e2c5d21789f0751bb3992ee93d7669839036 8b790341c1216fb35c6cc755c8958fc268aece4f 9df2490f5a17815af744ceb791e50de87854c420 aa65d7fdcbd0c8d6742e44cae9a693b46bc2211f b633d3d425ec9bf7e784edb82c836b7aac44ffcb f4625931159387b0291d4994bf7aae36efca8020 Package: ros-rolling-rc-common-msgs Version: 0.5.3-5noble.20260425.034859 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1282 Depends: libc6 (>= 2.14), 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.034859_amd64.deb Size: 115196 SHA256: d5c64550354a9f058c667b80c95a1463ace3df4da9830a94132eb4f40b988bc5 SHA1: 087d8d10e38955c7e370e75295551123c3588ccf MD5sum: 15a5c3393a07b0825d3e419877bafada 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.034859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 997 Depends: ros-rolling-rc-common-msgs (= 0.5.3-5noble.20260425.034859) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-common-msgs/ros-rolling-rc-common-msgs-dbgsym_0.5.3-5noble.20260425.034859_amd64.deb Size: 795862 SHA256: dc60db0b5c98f899d605932c03603c69dac699f2f9e3533f2e562b7c9cbb2a32 SHA1: 2068722744b544c813a1c409bd2d3ea0bca82a78 MD5sum: 31a5b07d1c7f86df5327ce434272fe0c Description: debug symbols for ros-rolling-rc-common-msgs Build-Ids: 0e6d5cf3242952ac71c662e4af5f7bef57f92502 4e329b23b3a13d06ff614c6a2a23d094cf1ed562 53c16d119402fea5dfa34fce7102e671a24f28d4 7292a21e198b601d69c20c9b3b77dc366b5b2878 7a8a9062cc7ebb9784b7e80727d53b6adcc1ab9c 88a012658a63ba769fd76925d234959937add999 966d21fcf0f88f32c0382168381bacd03b569ad6 a5d243a9eabb8ad170a4ff3d1706eb2319eb4f66 a953b1b646989e05ab7b2470e21631973a3453a5 b3fad4aae609b3cb0a04bf835e7ef1c397d12285 f58809f9734403b785ae5f3e675780629448e0e6 Package: ros-rolling-rc-dynamics-api Version: 0.10.5-1noble.20260424.001203 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1254 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.001203_amd64.deb Size: 276286 SHA256: 24f7943e68d50e258f898d0ee2de49fe13eefa0a9b475f27d1b77e723ec81595 SHA1: 187b300a7f7e942e5c197f9b608bd96c14a34497 MD5sum: 7020c655e48b21bfad9d2d55a8d244a3 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.001203 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 6091 Depends: ros-rolling-rc-dynamics-api (= 0.10.5-1noble.20260424.001203) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-dynamics-api/ros-rolling-rc-dynamics-api-dbgsym_0.10.5-1noble.20260424.001203_amd64.deb Size: 5838172 SHA256: 0e41c87f4a4f779a390d90adaa11e9942371029350fb460d07fb306565d1560e SHA1: 18bd5c727d3436cfc948187611251515bc05906d MD5sum: 5f7c1c335f227f395f70ce71ff569462 Description: debug symbols for ros-rolling-rc-dynamics-api Build-Ids: 1f2bb7b412a4a0ea9b38698a2408ff8d23e9b172 efb42dd816d3ac86b530088bdad883585bd31b98 Package: ros-rolling-rc-genicam-api Version: 2.8.1-1noble.20260424.001202 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 15533 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.20260424.001202_amd64.deb Size: 3071648 SHA256: d65932a6c444a18ea0b0b3f19cc1f7110d472cfa52c44b212d04dfcddb7da86a SHA1: bd03832baadfcfd4e9aaf6c183582fd01041eca9 MD5sum: 27f92d0459a6e93f9d81e9c328a9249d 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.20260424.001202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 5699 Depends: ros-rolling-rc-genicam-api (= 2.8.1-1noble.20260424.001202) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-genicam-api/ros-rolling-rc-genicam-api-dbgsym_2.8.1-1noble.20260424.001202_amd64.deb Size: 5370568 SHA256: 67b482e12c8966af1829c292e85f7bb9215257acf96563ecd87e7f86c7afb488 SHA1: 42c9e272498c56660f0c0a95b4aa713f85a1a8ea MD5sum: 4657de30409a08a69105a626a24780a3 Description: debug symbols for ros-rolling-rc-genicam-api Build-Ids: 38d17540762803c1e459c8851f4dc8573cd77335 792f6f4ccddc0665468e68b236bc1f3a5f22716d 8750e2c301fc555c6df833373a2caa3c1cfc7eaa c024c00490a099130398ef00d2e24ea240fe9e82 e853d6c8e6db42be1348af0ef102fab5762c9584 ec308e3ca9641d4950ad5d50969d71e31df3237f Package: ros-rolling-rc-genicam-driver Version: 0.4.0-1noble.20260425.045404 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 694 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.045404_amd64.deb Size: 195132 SHA256: fc62a20529863f70341a5590f8f841f024d0df85d065b3429351ab7dac8b2622 SHA1: 9d44b8669399caa8aa467dfc2f6df2fd92cdadd4 MD5sum: d8211033201e5cdedbf976ed1ebd4b02 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.045404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 5479 Depends: ros-rolling-rc-genicam-driver (= 0.4.0-1noble.20260425.045404) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-genicam-driver/ros-rolling-rc-genicam-driver-dbgsym_0.4.0-1noble.20260425.045404_amd64.deb Size: 5221866 SHA256: dbbf5c844a5b73af4550106858f680834f0cf53720fc7b18ea5bb802b17d3364 SHA1: b479904312ba777c46185fdca767c3326d5462bf MD5sum: 91263acf5a1b8bd50143352ba0dcd227 Description: debug symbols for ros-rolling-rc-genicam-driver Build-Ids: 1efee7e6b011f8320c1a0c895f9bd6f5164daf83 5c6acb2cfc3f90c537e975193241585efb5b09ff Package: ros-rolling-rc-reason-clients Version: 0.5.0-1noble.20260425.051142 Architecture: amd64 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.20260425.051142_amd64.deb Size: 41486 SHA256: 7e5c416de1131e8e8f9c020d667a79c8be43ddce9c6ae83c5b8a878c4790c237 SHA1: 4266987015527aa0b3a5195d4a09f0b69bc005d8 MD5sum: 3f621313d1150ac2a36b612099729063 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.035849 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 15505 Depends: libc6 (>= 2.14), 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.035849_amd64.deb Size: 924326 SHA256: c4dc7ca5ab1cc8e54b885d50b55f5f26624325b96892b433284339ece99104b4 SHA1: 5ff34b61e3eb1ef22382d2d5ca77484ed7ed632c MD5sum: e0c3ebb22e0cd0a6260526d6458ebf15 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.035849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 11943 Depends: ros-rolling-rc-reason-msgs (= 0.5.0-1noble.20260425.035849) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-reason-msgs/ros-rolling-rc-reason-msgs-dbgsym_0.5.0-1noble.20260425.035849_amd64.deb Size: 9799400 SHA256: 4226901715b8dd43dbcafdcbafa67ef9f0171467fe90986e60dbfe37c736747d SHA1: 7c6f72ba6d4345ec24ab0ffa49c4a3501d4e7f1b MD5sum: 677b204b8c8be60b4e342d333e1d67e9 Description: debug symbols for ros-rolling-rc-reason-msgs Build-Ids: 0724bfe906d7cb23dd4a26a18396e7efdbc6e842 08d21a7125ed569b1a46dfa3673aa5baf17b9da3 12c49d778170ea4cf939adf6fb478e276e945658 46a3f07401d4ad20138cfdef174049e85276f595 600834f5599195e0c0159c3a46dc6873596e34c8 603a44b4214eb840d3d8d1a65aacf7677662523a 689ba12c20031b49070b00da560e2de46e43af1e 8e8d9e491672cfcea7ced54d5fe6a5188b3474af b52b112d4e81c0fc7f09d1c97de95bf651f8c89d df440227f501c7be25e85dc761037e2722ea49f3 f46a8593712be93ac22538e6878af635b8934701 Package: ros-rolling-rcdiscover Version: 1.1.7-1noble.20260424.001206 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 290 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.001206_amd64.deb Size: 81342 SHA256: 8d0e94c78c166131c175f090faeeecebf5e69b21d63a6fd3dbb26e9673421129 SHA1: 2692ae2c57b803409b105bf16d6852a713f3f9b5 MD5sum: 421a9a2cbb2a0b150861e5e98500c85e 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.001206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1212 Depends: ros-rolling-rcdiscover (= 1.1.7-1noble.20260424.001206) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcdiscover/ros-rolling-rcdiscover-dbgsym_1.1.7-1noble.20260424.001206_amd64.deb Size: 1130932 SHA256: 27bc4508b3bda7ad71dc4952f0a37c2c0f92306ab12b7cd934e2941e05e91c9a SHA1: d60ef026b46db3f4e8045105b501865349f2508b MD5sum: be7e0e665a53f1cd59ee4e596b5077c8 Description: debug symbols for ros-rolling-rcdiscover Build-Ids: 56d75ccc7134a185e7330293ec8ff3539ba3c429 89e5783514a68e17a13f9aa2c8630dcb5550229b Package: ros-rolling-rcl Version: 10.4.3-1noble.20260425.041204 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 814 Depends: libc6 (>= 2.14), libyaml-0-2, libyaml-dev, ros-rolling-libyaml-vendor, ros-rolling-rcl-interfaces, ros-rolling-rcl-logging-implementation, ros-rolling-rcl-logging-interface, ros-rolling-rcl-logging-spdlog, ros-rolling-rcl-yaml-param-parser, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-implementation, ros-rolling-rosidl-runtime-c, ros-rolling-service-msgs, ros-rolling-tracetools, ros-rolling-type-description-interfaces, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcl/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl/ros-rolling-rcl_10.4.3-1noble.20260425.041204_amd64.deb Size: 167262 SHA256: 8bb18cac585c10377a9056ead56f3468a2a5d7d319e729d37d90f03223b65baf SHA1: f1ddfb82702fbd4ee35cf571af55524959f7d62b MD5sum: 33b9f6a5bad0a9cb63ee1631448a9901 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.041447 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 300 Depends: libc6 (>= 2.4), ros-rolling-action-msgs, ros-rolling-rcl, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rosidl-runtime-c, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcl_action/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-action/ros-rolling-rcl-action_10.4.3-1noble.20260425.041447_amd64.deb Size: 56478 SHA256: e83838a469f4bfbed6abffbe6c84932e4dc9a025c43aade33bd6b7cc96cd8243 SHA1: 6298951654de83ca32575ab2ffe641a4fa5f1a2d MD5sum: eb854dbeac71a422a52cdc6b0c569a51 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.041447 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 103 Depends: ros-rolling-rcl-action (= 10.4.3-1noble.20260425.041447) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-action/ros-rolling-rcl-action-dbgsym_10.4.3-1noble.20260425.041447_amd64.deb Size: 71494 SHA256: 66a9fc677fb26b498d0bcfbc11b16cffe0d2646048ad1645c1e3181cec74ef47 SHA1: f3c4901bf80de70435290075e081fc6814e093a4 MD5sum: 98cbf11c11ae191979f17044d5948581 Description: debug symbols for ros-rolling-rcl-action Build-Ids: 2422bfed4fed7b536db2ed9506fcc5cbebec5666 Package: ros-rolling-rcl-dbgsym Package-Type: ddeb Source: ros-rolling-rcl Version: 10.4.3-1noble.20260425.041204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 360 Depends: ros-rolling-rcl (= 10.4.3-1noble.20260425.041204) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl/ros-rolling-rcl-dbgsym_10.4.3-1noble.20260425.041204_amd64.deb Size: 279372 SHA256: a7b5940c95ccdbac1fcd65cb0a7c7b8be50f657df4a882b002352af5c19b7048 SHA1: a8661f9dc35850b6483a0665abd360576dcfefb0 MD5sum: dc62748814423f1481ae811490d58e0b Description: debug symbols for ros-rolling-rcl Build-Ids: 632afd8911d3168841f21c400a7d6dd6a745978a Package: ros-rolling-rcl-interfaces Version: 2.4.4-1noble.20260425.033843 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6018 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.033843_amd64.deb Size: 425614 SHA256: 16135b3247e10c725c8d97bc64a6fec574516791d5ac706bf53e4855d4f077a7 SHA1: c6b24f4d92fa244425861e757f142fe638f65a44 MD5sum: b72b1c7ca044742f8410c0195732ab5c 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.033843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 5586 Depends: ros-rolling-rcl-interfaces (= 2.4.4-1noble.20260425.033843) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-interfaces/ros-rolling-rcl-interfaces-dbgsym_2.4.4-1noble.20260425.033843_amd64.deb Size: 4722140 SHA256: d78062e655934709f79785056702f879330e3db7476c20694af45baeec5c00c2 SHA1: e4c5fc9aceb8766b41fd0728c55aed5f25f7900a MD5sum: c0e88de2d9e6b9649699debcca884590 Description: debug symbols for ros-rolling-rcl-interfaces Build-Ids: 01d74c42af2b1a947f9d4762f342eff83c8dbae9 093be88f9738f3811a0ccd3a0b3332c5e4a1e2a7 4f161608ad13f078210eb9354ba7c668b1ba6591 7e29362bc3af7c2c7275e6dc471f2db2cc8cc31b 8180fc4453582ff7276b2e86fe23b02f4489764e 8a16373adcefe9febbd8af72944d921a9ca45184 8e6250a574d13d2ae7546fa287082abe9fda2a6c aa5a9db19f38b06f8296a26c1d9c3872a2ec7578 c4899d8627b608cda38410b33b77c57943ed2aa5 e6f1cd29b5cb48af9cf86b346d8fbe673ac8057e f859b5ed8d5dab16dca647284f026d1ba9a05258 Package: ros-rolling-rcl-lifecycle Version: 10.4.3-1noble.20260425.041626 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 150 Depends: libc6 (>= 2.4), ros-rolling-lifecycle-msgs, ros-rolling-rcl, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rosidl-runtime-c, ros-rolling-tracetools, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcl_lifecycle/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-lifecycle/ros-rolling-rcl-lifecycle_10.4.3-1noble.20260425.041626_amd64.deb Size: 31458 SHA256: 9c02cd97ac4d60768a477c13265bdbe85f841650ffe3836549edc75fca9635e3 SHA1: dca474f3b72d22768bf5751e467b1eb5b6f94a69 MD5sum: 9e4386d867274d75e81351b4022be46a 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.041626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 57 Depends: ros-rolling-rcl-lifecycle (= 10.4.3-1noble.20260425.041626) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-lifecycle/ros-rolling-rcl-lifecycle-dbgsym_10.4.3-1noble.20260425.041626_amd64.deb Size: 36546 SHA256: 2020fabff04d9868e8fba6ddb804b5c77fd3006c6b3195e66c3228a9f2620aad SHA1: d8e6bee40b1e5824bf4a0f1f4052abfb7e03fea9 MD5sum: 9e8afe4647b8582bb65338f5bb3759eb Description: debug symbols for ros-rolling-rcl-lifecycle Build-Ids: 9476a1c260167f386a153885dbf06dfcef18afb9 Package: ros-rolling-rcl-logging-implementation Version: 3.4.1-1noble.20260425.041034 Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 90 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), ros-rolling-rcl-logging-interface, ros-rolling-rcl-logging-spdlog, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-implementation/ros-rolling-rcl-logging-implementation_3.4.1-1noble.20260425.041034_amd64.deb Size: 18192 SHA256: b47425ada7284e82cf04889d6a32e68c8bbfb0b87cfcd9bd0486bf5f06e13d6d SHA1: 118cfa7912aedf9ba1d8dcda71ddddf7b2d312ec MD5sum: ebc47698d60ff4f831ded356aa10ced1 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.041034 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 93 Depends: ros-rolling-rcl-logging-implementation (= 3.4.1-1noble.20260425.041034) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-implementation/ros-rolling-rcl-logging-implementation-dbgsym_3.4.1-1noble.20260425.041034_amd64.deb Size: 74276 SHA256: 8f0060e04c234ebb5486db8957cf1df3900ebb42c01fa75b5e0948b6980ba75e SHA1: 8f5679fb90233790dad64c50160100442b31c010 MD5sum: bd85154f9598d6a98bc869ab64cc8327 Description: debug symbols for ros-rolling-rcl-logging-implementation Build-Ids: e97d38fb107ba229e9d13714000b695228607592 Package: ros-rolling-rcl-logging-interface Version: 3.4.1-1noble.20260425.040336 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 84 Depends: libc6 (>= 2.4), 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.040336_amd64.deb Size: 13840 SHA256: e53501c0eed820a83bf918bcebb55ddc976d4608d8dda09570315ad429696b8e SHA1: 892c6438cf3c8dcdbca23418b3ed313fe3f8d3da MD5sum: b76b5efcf704d08769402d386fd094bf 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.040336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 18 Depends: ros-rolling-rcl-logging-interface (= 3.4.1-1noble.20260425.040336) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-interface/ros-rolling-rcl-logging-interface-dbgsym_3.4.1-1noble.20260425.040336_amd64.deb Size: 4790 SHA256: bee86be7f16cdd6ec17741118b9718fa6fc47f508eedc9554cbdaddd2bd12225 SHA1: 310c0598c4debda5165f34e28605c312bcf2d2fb MD5sum: 7476fdb3d50e27329c58281a0e1761a6 Description: debug symbols for ros-rolling-rcl-logging-interface Build-Ids: 6ad2d3d5d3e932d9972146ea1947fd06bdbc4ffa Package: ros-rolling-rcl-logging-noop Version: 3.4.1-1noble.20260425.040505 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 79 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.040505_amd64.deb Size: 11924 SHA256: 33fb44ec05aca505d1ec2529e5f58957210b80a5cb5def25e0d09d0d3248b5c4 SHA1: cfe1bd8db7dc5a2d5fe5c8af280d4a49cd0ad29b MD5sum: f21b62b3cc59c05f25d15dc2ab517d3e 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.040505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 16 Depends: ros-rolling-rcl-logging-noop (= 3.4.1-1noble.20260425.040505) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-noop/ros-rolling-rcl-logging-noop-dbgsym_3.4.1-1noble.20260425.040505_amd64.deb Size: 3542 SHA256: bf4d373f3d7deeccc8907ddc979228ef1cfc0fcac25e323b043c92ce57bdb4a9 SHA1: e8be8562eabd01ca6c2dba9aa2344f8841eb0d16 MD5sum: 9928696f3599effdd3bc5c4c4bb33176 Description: debug symbols for ros-rolling-rcl-logging-noop Build-Ids: 332a08052253cd9367ab332f19379eea45bae498 Package: ros-rolling-rcl-logging-spdlog Version: 3.4.1-1noble.20260425.040520 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 112 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.040520_amd64.deb Size: 26364 SHA256: 96703d6ca38e347e98a1ff23678c4ed6630f81413d480dfa405013335332d534 SHA1: 095c9dda78fdaec28201ad1dcc3978ed38d1bbea MD5sum: a1e6a2e75e7810185bfb8703f292e532 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.040520 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 253 Depends: ros-rolling-rcl-logging-spdlog (= 3.4.1-1noble.20260425.040520) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-spdlog/ros-rolling-rcl-logging-spdlog-dbgsym_3.4.1-1noble.20260425.040520_amd64.deb Size: 230954 SHA256: 6d6dce183e9686e2041e31151ea7beded09a403902e159b7d2ee98b4b339d899 SHA1: 39fe35894a405f52f0b505f1ade30383603a6915 MD5sum: 083d2bc8f358b0c0b267b1022048d730 Description: debug symbols for ros-rolling-rcl-logging-spdlog Build-Ids: d90ab86fab0bedf7c3d2cbcf8a7829ce7722fcf1 Package: ros-rolling-rcl-logging-syslog Version: 0.1.2-1noble.20260425.040522 Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 90 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), ros-rolling-rcl-logging-interface, ros-rolling-rcpputils, ros-rolling-rcutils, rsyslog, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-syslog/ros-rolling-rcl-logging-syslog_0.1.2-1noble.20260425.040522_amd64.deb Size: 18188 SHA256: 5e354b4cab7134c0020e8039b4cef08fe43d2cf6e809e0815e493abc84a6b372 SHA1: 07f592c100852a7f8fa6452a52584da5548b1ecf MD5sum: 3624c49b5810ee90f1fa97a34d22cce2 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.040522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 76 Depends: ros-rolling-rcl-logging-syslog (= 0.1.2-1noble.20260425.040522) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-syslog/ros-rolling-rcl-logging-syslog-dbgsym_0.1.2-1noble.20260425.040522_amd64.deb Size: 57772 SHA256: 4b9c092745f5d220b991e5edff3edc49a64254338702df1fd5082a584e67122c SHA1: db12fb87a47c8db1958cf9ccc32602d84f729d7c MD5sum: 4a21918a437068b830aadc2ae502e857 Description: debug symbols for ros-rolling-rcl-logging-syslog Build-Ids: 54dbbe9d3da31d9f5d2de706641e5a136bdc9de6 Package: ros-rolling-rcl-yaml-param-parser Version: 10.4.3-1noble.20260425.040349 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 136 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.040349_amd64.deb Size: 31824 SHA256: 4e7c9279005538588f5d0902b70f7cc4960daaaa6b1e40e62a62ce6692e67155 SHA1: 0e1a1a57f1ec8b7dde1e8eea8007c2178842989c MD5sum: 4db6d4d564fbf54edcae633a5efc74e2 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.040349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 67 Depends: ros-rolling-rcl-yaml-param-parser (= 10.4.3-1noble.20260425.040349) 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.040349_amd64.deb Size: 46950 SHA256: 980fe865be6ffdc5c2a474aa3f729ef3067e9bc5d06680b374ba7ba50f49e8c9 SHA1: 0cc646377be907a048e156312dd04dd8285b1591 MD5sum: 73ab053f75de47a6d6c7657c3a8ff72b Description: debug symbols for ros-rolling-rcl-yaml-param-parser Build-Ids: 477a21ad9c32e14a1961f312934b735c90e207fb Package: ros-rolling-rclc Version: 6.3.0-1noble.20260425.041639 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 271 Depends: libc6 (>= 2.4), 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.041639_amd64.deb Size: 49490 SHA256: 397d55bc73fbb3959235b83df212def94e83c1e7c5ad738c1aa6c156dcc86508 SHA1: 2ee0615d59824e50fd35ac3a92a722d84f03f40e MD5sum: b97f72417509432420c8e7899e7535e4 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.041639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 129 Depends: ros-rolling-rclc (= 6.3.0-1noble.20260425.041639) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc/ros-rolling-rclc-dbgsym_6.3.0-1noble.20260425.041639_amd64.deb Size: 89020 SHA256: ee3f814a5fe74df18abc110bfc826a2f48059b2c501355510d9e14255b1c52aa SHA1: 83e83c570e1241d197611619dd3990b9352fa5cb MD5sum: 16c32060294c6eac5ed839839b78793f Description: debug symbols for ros-rolling-rclc Build-Ids: ca6163994f8b80e5741cc326f437fc3d63accc68 Package: ros-rolling-rclc-lifecycle Version: 6.3.0-1noble.20260425.041835 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 101 Depends: libc6 (>= 2.4), ros-rolling-lifecycle-msgs, ros-rolling-rcl-lifecycle, ros-rolling-rclc, ros-rolling-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-lifecycle/ros-rolling-rclc-lifecycle_6.3.0-1noble.20260425.041835_amd64.deb Size: 18370 SHA256: 16b9d1eab1d95195fe6c21fd230a8f88c2bba449410abbd2384e72c3b68e883b SHA1: 2bfaefa0d03e5398cbb0029fbae15a0b787edf9d MD5sum: dc04d2b0ad0d440bb500e322d8b571ed 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.041835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 40 Depends: ros-rolling-rclc-lifecycle (= 6.3.0-1noble.20260425.041835) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-lifecycle/ros-rolling-rclc-lifecycle-dbgsym_6.3.0-1noble.20260425.041835_amd64.deb Size: 22490 SHA256: 24443592c9d38d19697559714dece7a785092997307b0db5cb06e18a61504098 SHA1: 8c9d91b4d50a3eddae3c266d58b540a7a7bb527f MD5sum: 5e97e47db62c7251e25a821b096d0832 Description: debug symbols for ros-rolling-rclc-lifecycle Build-Ids: 07d302db0b0f6e0efaa3d17b1334693f4b0c54f7 Package: ros-rolling-rclc-parameter Version: 6.3.0-1noble.20260425.041831 Architecture: amd64 Maintainer: Antonio Cuadros Installed-Size: 131 Depends: libc6 (>= 2.14), ros-rolling-builtin-interfaces, ros-rolling-rcl, ros-rolling-rcl-interfaces, ros-rolling-rclc, ros-rolling-rcutils, ros-rolling-rosidl-runtime-c, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-parameter/ros-rolling-rclc-parameter_6.3.0-1noble.20260425.041831_amd64.deb Size: 25840 SHA256: b0031d5e0dad4593450369c29c513b86b6ac330cf9a6b730cc09a8416ddcac70 SHA1: 39825e92b4bfa1e9c6385d4cae44f8aa05e32e03 MD5sum: 68d76529fa53a183622450d620ef621a 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.041831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Antonio Cuadros Installed-Size: 59 Depends: ros-rolling-rclc-parameter (= 6.3.0-1noble.20260425.041831) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-parameter/ros-rolling-rclc-parameter-dbgsym_6.3.0-1noble.20260425.041831_amd64.deb Size: 39228 SHA256: 9ab62c779b9e783be9c857e054582a937d05bcbf40a3a8e2f945f6734cab2826 SHA1: 6b1909eae421a6e917def0da523138ab691fd34a MD5sum: cec10259696c7dac86460215c2bfd7d8 Description: debug symbols for ros-rolling-rclc-parameter Build-Ids: c326ec27881de1a8dd3be8916fbb97d0c5eba7ce Package: ros-rolling-rclcpp Version: 31.0.3-1noble.20260425.041809 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 3725 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), 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.041809_amd64.deb Size: 790936 SHA256: 81e557e090ab6d07d7a7814f1c00d76e0fad370dd0a2e9c22e91d59924affbba SHA1: 8344b79870b69be1632ed6bda723847d959c6aec MD5sum: 3133d7d88eb0c18d46093427ee6b6afa Description: The ROS client library in C++. Package: ros-rolling-rclcpp-action Version: 31.0.3-1noble.20260425.042603 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 431 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.042603_amd64.deb Size: 101944 SHA256: f110a4c2c0d5a79d8e59b5dadf725cf50b1da167bc55b40c81eb712fd1e1cb2d SHA1: 6e83331e0f55e2e1526d9b1b27208581538e5aef MD5sum: 2c609c0e2e6a5f63982177cb44d91dd6 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.042603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1324 Depends: ros-rolling-rclcpp-action (= 31.0.3-1noble.20260425.042603) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-action/ros-rolling-rclcpp-action-dbgsym_31.0.3-1noble.20260425.042603_amd64.deb Size: 1222108 SHA256: 063793232752ca129594d4f95863df11b6e29c17f71c70735edaacc214e1020c SHA1: 7eb74c32a51130d52197562b584fc78cbfa0aded MD5sum: 276775e406b695e776276f212b4989dc Description: debug symbols for ros-rolling-rclcpp-action Build-Ids: 0cd3bfd55b6add1cd64dbf4986663a926f6e7f7d Package: ros-rolling-rclcpp-cascade-lifecycle Version: 2.0.4-1noble.20260425.044737 Architecture: amd64 Maintainer: fmrico Installed-Size: 822 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.044737_amd64.deb Size: 153564 SHA256: fe90fd0785ab15eec855986a7d23f704a5e228e0880f7ad756ec337355f2868a SHA1: 1130d7b07647fb527813f17d0258e851f29880b2 MD5sum: 34105607b2acf3fe75ce82914272ee60 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.044737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: fmrico Installed-Size: 3329 Depends: ros-rolling-rclcpp-cascade-lifecycle (= 2.0.4-1noble.20260425.044737) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-cascade-lifecycle/ros-rolling-rclcpp-cascade-lifecycle-dbgsym_2.0.4-1noble.20260425.044737_amd64.deb Size: 2735028 SHA256: 90c9e98f35ac6e16db4bfb0e593c2a7160fd1d37696f6f63e3619ba5aea21540 SHA1: b6deda164e50509bda22886f8e240f6e67adc0ba MD5sum: 4b7bd81501a86f9b2c71d2d1551375b4 Description: debug symbols for ros-rolling-rclcpp-cascade-lifecycle Build-Ids: 66a767f8cdf2e5e64d2e36729c27a021df1144e8 Package: ros-rolling-rclcpp-components Version: 31.0.3-1noble.20260425.042643 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 417 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.042643_amd64.deb Size: 96468 SHA256: 7aab3421897d75243e6fc2b2761af87d3bbf1e85af24acfa0f51755d87f8e6d7 SHA1: 488a1e1d9808b229324a0a67aaf9e3dd5bf953c0 MD5sum: 36c4a9014b48ebf73c4f4b259208dcaf 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.042643 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 2242 Depends: ros-rolling-rclcpp-components (= 31.0.3-1noble.20260425.042643) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-components/ros-rolling-rclcpp-components-dbgsym_31.0.3-1noble.20260425.042643_amd64.deb Size: 2115742 SHA256: 99d6b91add680583df1871589a6eb73090719128a5dac748c5dbeb66fd1b38e9 SHA1: be243eb6c973e84da424635e8683a5918580e761 MD5sum: ac75bf5c9e7b9736098e99ca7670c84b Description: debug symbols for ros-rolling-rclcpp-components Build-Ids: 358a9a2013c5cf4cfdc032f838fb8ab168a4c1c4 620323ac8603fdac67de57a9269d2ac4ba4df534 68cf87b251198717f5562105995b65e099eda65e 872ac1de7463a9a16269724861aba1955f72ce14 8b241bafd85e28b7b7acb8f310a19b3ba7145727 Package: ros-rolling-rclcpp-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp Version: 31.0.3-1noble.20260425.041809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 14709 Depends: ros-rolling-rclcpp (= 31.0.3-1noble.20260425.041809) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp/ros-rolling-rclcpp-dbgsym_31.0.3-1noble.20260425.041809_amd64.deb Size: 13641438 SHA256: 896db45db7b3867faf47fe5a3f3bbeb5ed11304f1e45d2aaae72f753d3bce45d SHA1: 75edbd3c15b9562a68873790c7112e333e89bc36 MD5sum: 56159f88c9c4dfcc32973876b12c13e5 Description: debug symbols for ros-rolling-rclcpp Build-Ids: 83bd9c890fe7ad7f0d1d3810d0cd7c01fb953c5a Package: ros-rolling-rclcpp-lifecycle Version: 31.0.3-1noble.20260425.044409 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 378 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.044409_amd64.deb Size: 83538 SHA256: 175bd6cd4b615cc4559e4a2bca1befd1e3e65a35c1566e97ffe6c74c9e3a7bba SHA1: eb5432dd44132ed0e16a95eb13a59518ccd3bdbc MD5sum: 7d25b1f516bee9bcab6190370500e6cc 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.044409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1315 Depends: ros-rolling-rclcpp-lifecycle (= 31.0.3-1noble.20260425.044409) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-lifecycle/ros-rolling-rclcpp-lifecycle-dbgsym_31.0.3-1noble.20260425.044409_amd64.deb Size: 1210178 SHA256: 6b8dd8a6919fa4dbd39f4b3bf3669f12b1687e5c22534c71f4c6180c43725248 SHA1: 9df5c8a5fbd21b1c094a66d023058a73715021f0 MD5sum: 99dd58d1d289e31ed6bd825ba808b327 Description: debug symbols for ros-rolling-rclcpp-lifecycle Build-Ids: 7b86d1c5f92e8fe986b90b1ec1e0d7e7aa2fe2e0 Package: ros-rolling-rclpy Version: 10.0.9-1noble.20260425.041657 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 1975 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.041657_amd64.deb Size: 501306 SHA256: 316403ff79a3b18b8e973acc443c54f7e1c7361d94e6b1ce3002120700ccfb49 SHA1: 199bb85d26e28f4675e63a1dd1328de2b76ccfb4 MD5sum: c7c9dad9d9b9ebafc903da3728582634 Description: Package containing the Python client. Package: ros-rolling-rclpy-cascade-lifecycle Version: 2.0.4-1noble.20260425.044723 Architecture: amd64 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.044723_amd64.deb Size: 9450 SHA256: 8e3f398fc9c30ac04efc26b4a4c77d13217b07760980b9c523990863e8e5cb65 SHA1: f5a45bf49174c0a7bb5c90275c205a956548ec0c MD5sum: 7118bee084f00c7838fa69314e29f8be 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.042547 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 68 Depends: python3-numpy, ros-rolling-rclpy, ros-rolling-rosidl-parser, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rospy_message_converter Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclpy-message-converter/ros-rolling-rclpy-message-converter_2.0.2-1noble.20260425.042547_amd64.deb Size: 14814 SHA256: 1ebf9cba79715e98dd2b9ae351ced5ec481d5901fa0b09e9f104ff3a7c905239 SHA1: febe741c1cad9472965d5bd5d48814c977769a5d MD5sum: a083ad7fc4840ae19e555cfd563e3c31 Description: Converts between Python dictionaries and JSON to rclpy messages. Package: ros-rolling-rclpy-message-converter-msgs Version: 2.0.2-1noble.20260425.033844 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1419 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.033844_amd64.deb Size: 133462 SHA256: 5e505bbf0f6a892c6ddb305002da8aed4c95554c7eb06b678ddcea00008d1ed9 SHA1: b66f783ab69280304f80f64cf140f80d30a665df MD5sum: 137126bfb985255fa263d37d58bbba5d 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.033844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1413 Depends: ros-rolling-rclpy-message-converter-msgs (= 2.0.2-1noble.20260425.033844) 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.033844_amd64.deb Size: 1167606 SHA256: 6078185bedf2ecc67e714fbb2605822ee3a973af0d6746715018a7dfb48abbb4 SHA1: 55903ee8eb00c25d55a7c33ab77ebd8cb8427404 MD5sum: b440b4ec3c4e23507c48ad6db91436be Description: debug symbols for ros-rolling-rclpy-message-converter-msgs Build-Ids: 284e75a8be019a1171b7848089a6f2a0c55ad8ef 2c7dca7e8dade94e721fcb94cbcba9c5f9ca4e50 32c9491d33fcef4203ab11c1ed6c22b96fb686e5 36aa7f0cc36284fe088782aff23e11137c6dcdc2 37d306a27b531bf2eb546b1ea1a7aa0e286d5875 74395e625ab630761e188cadae9ce50ad36d37cf 8452824bc244053997367457cdf580508ae6b3ad a0d4006e4896b5ba46cda73bdeb52bcf4c2bf405 b1acc7ab965ad3a9c61187ea53d0211db6a7297b ea92f42f703eca470aed52777f21dfe95a1f7e1c f4e9472a50ca37ca4f8713b3d5636b3c18e156a9 Package: ros-rolling-rcpputils Version: 2.14.4-1noble.20260424.200046 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 280 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.20260424.200046_amd64.deb Size: 52384 SHA256: d7c54ee577a349ae06c72ba4e0a7f2b0e559a76e91758d68126861397b5c3bec SHA1: 34282d2d13ae11c6ba1122cc5a053b97daee9280 MD5sum: 94e73de3e4f2a1983264b808600b2ba8 Description: Package containing utility code for C++. Package: ros-rolling-rcpputils-dbgsym Package-Type: ddeb Source: ros-rolling-rcpputils Version: 2.14.4-1noble.20260424.200046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 294 Depends: ros-rolling-rcpputils (= 2.14.4-1noble.20260424.200046) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcpputils/ros-rolling-rcpputils-dbgsym_2.14.4-1noble.20260424.200046_amd64.deb Size: 270654 SHA256: 0af046df773110198af0e6d8bcb2be92d9e713c64253a8c803474c381ff66810 SHA1: 2ea4bea00dd809460c18e3259af10e8307a375cb MD5sum: 244c3e2a9e9dc79be7ad57a331604d62 Description: debug symbols for ros-rolling-rcpputils Build-Ids: 9acbe11dfedc3828259e961881084d265cd1f847 Package: ros-rolling-rcss3d-agent-msgs Version: 0.4.1-3noble.20260425.033844 Architecture: amd64 Maintainer: ijnek Installed-Size: 3567 Depends: libc6 (>= 2.14), 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.033844_amd64.deb Size: 270422 SHA256: 6eaecfb1ed4d9a77283e93a45f5075a6f2aac79ba0c119a87f6d6ec88d95bc62 SHA1: cccb5ca89d1e46ef2fe69608e448c4ec64c670cd MD5sum: 74dbcecbef1d41c7f76087c6fc62f306 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.033844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3154 Depends: ros-rolling-rcss3d-agent-msgs (= 0.4.1-3noble.20260425.033844) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-agent-msgs/ros-rolling-rcss3d-agent-msgs-dbgsym_0.4.1-3noble.20260425.033844_amd64.deb Size: 2673426 SHA256: 4bc2d49535e4642ca166d5d77f126c16f14ffdcc0974b7373cb4748ce29050b7 SHA1: 51d8320cc21b498bddacf863e534fb608b4054c6 MD5sum: 8cfdd7b1ad0ea4a87ea501fbb878839c Description: debug symbols for ros-rolling-rcss3d-agent-msgs Build-Ids: 055910c055e86b805411235e141ca22e0491135c 1e37162867fabfea0a45010f345257506fd9660c 83bccd8c61b674b0f850e7d1003e8078b8ad200a 86db797599afe10b3d74f64157c3fd2ff67261ea 991828685939516994894988bfc98f889e2de641 bd9ce055a5acc68fa48bfb9e5cedbd3009961e4b bded3a43d6f22e2310c6815ab9f834b92079a5d1 d28b1ca103d8f4495c4424955e7a9f5b93cc16c8 ddbf5261fe5aa93587af517ebbcf022bbe0dfbd5 e4b5d7cdc08652b35feed3e8acd35bf162697e8f edf11be62b884ea60f3acef8d3e420481b111c91 Package: ros-rolling-rcutils Version: 7.1.1-1noble.20260424.195837 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 475 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.20260424.195837_amd64.deb Size: 94478 SHA256: 4a7bc4a31ab57ffb0328db51d671bfcde42f67e757d33167cf4f96f405e7c207 SHA1: c28eff6d5f51a9d0e05c1ef49dc6ea6ee83e56ca MD5sum: 9cdbeceaeb387f097c8fbd6a3883c9df 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.20260424.195837 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 139 Depends: ros-rolling-rcutils (= 7.1.1-1noble.20260424.195837) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcutils/ros-rolling-rcutils-dbgsym_7.1.1-1noble.20260424.195837_amd64.deb Size: 100742 SHA256: aea9e1ed513c2b722fcc83c71a1cd4282871c540409e7313d7c328a1e5228d82 SHA1: 58792fd427c8d3fe4915b45b0238d3b81fea90cd MD5sum: 4b596e2e051e87f0fae6331bec52ab3b Description: debug symbols for ros-rolling-rcutils Build-Ids: d696f997cc17c8753178008b3b9128e7ba7c814f Package: ros-rolling-realsense2-camera Version: 4.57.7-1noble.20260425.045055 Architecture: amd64 Maintainer: LibRealSense Team Installed-Size: 2176 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.045055_amd64.deb Size: 556212 SHA256: 6f71fa3ac5338c3704a6bef6fc246fa0a04c84983b1df56de1548e59dffab3f3 SHA1: b192744cc1ae9819971aaa44f492c2edfa1f2658 MD5sum: 26cc53fc62ebe08566ebf8e18d4e3c08 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.045055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LibRealSense Team Installed-Size: 14252 Depends: ros-rolling-realsense2-camera (= 4.57.7-1noble.20260425.045055) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realsense2-camera/ros-rolling-realsense2-camera-dbgsym_4.57.7-1noble.20260425.045055_amd64.deb Size: 13412488 SHA256: 7e023b5a1c16b9fb797d50b5183e8c193154b718c12409536dfb98ac662e01fb SHA1: bd99732cde3ceb97bfcc7e3e48c857e9d6e8341e MD5sum: c88ad94a0d6b373102cf9cc2cc340d51 Description: debug symbols for ros-rolling-realsense2-camera Build-Ids: 791228a55389422ba868059641967bf977986abf e2b96754ef4793788eae406dfa283927b846fd06 Package: ros-rolling-realsense2-camera-msgs Version: 4.57.7-1noble.20260425.040626 Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 6898 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.040626_amd64.deb Size: 435518 SHA256: 91e4adfb29205af5a566b40dcd5535fe21f198dd88292f989a2cdc5ea3265e85 SHA1: 377d0ada999f8253f7a32ad78c64fb205babc7aa MD5sum: 5a7c7fe68373272570115a9d4fb97211 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.040626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: LibRealSense ROS Team Installed-Size: 4924 Depends: ros-rolling-realsense2-camera-msgs (= 4.57.7-1noble.20260425.040626) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realsense2-camera-msgs/ros-rolling-realsense2-camera-msgs-dbgsym_4.57.7-1noble.20260425.040626_amd64.deb Size: 3861414 SHA256: 2fa2ed5716fb2da40bba7d15c72f08aee42da68d274647d7eec9b318ea62a212 SHA1: 43f8b1c469586ee1452d441c7faa268526c3bfff MD5sum: 9fda92188e0278364a0142951025efdb Description: debug symbols for ros-rolling-realsense2-camera-msgs Build-Ids: 1f5692332dd5e1c55c0f20fafbff76855bbe193f 3912d62342e8d52f85f6c188d357fdaf46c072a1 4f466618160829011c46be8d33c54d171e28f58e 55310ea71aa9878a0e88d9f3fc1ecba0fb8b4c91 862fa8f0d4d48e6f9f409f9097f34bd90721e7e2 ba05500e02cb8aefb1b218f3079f8b41aa7c323b c9ca71616102ea43e56e10d8d2df2315c440751a e233039a2ec5fb906273f9e472766c618b5c03e6 ee51feb8c0bb5c66deaf6ac8f9777e75be00ced3 efa5ae924f1e7e1d711b3d33abf0ae528236931a fadc4427e176de85ba5bfacce12682ea30accc25 Package: ros-rolling-realsense2-description Version: 4.57.7-1noble.20260425.043931 Architecture: amd64 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.043931_amd64.deb Size: 15530470 SHA256: db04e24eee23feebfcf7e99b00eefc2ecf11145d3a2de65c308d2fd43fe20b02 SHA1: 6395ebb881c967c7885114bd709b11c38908a619 MD5sum: 8c59b5c6240b54f1885895b9bf66a5e1 Description: RealSense description package for RealSense 3D D400 cameras Package: ros-rolling-realtime-tools Version: 5.2.0-1noble.20260425.044310 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 217 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.044310_amd64.deb Size: 41304 SHA256: 819c8e217bb44b9cac8acad8d4337bbcf2876b59190674ffc12636a5ebb6b6ee SHA1: 837cdcd7b316ebf1df0eb3a5c0e629a6c9a82f0c MD5sum: ddfb98291cb09de1d7642717008b78a2 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.044310 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 221 Depends: ros-rolling-realtime-tools (= 5.2.0-1noble.20260425.044310) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realtime-tools/ros-rolling-realtime-tools-dbgsym_5.2.0-1noble.20260425.044310_amd64.deb Size: 98784 SHA256: 62de5cc74745c4b66acc26eecfd52db8bf4cfba0beae2e18ebc1d405ca23b26f SHA1: 7b4365cda230b0723a5c6bcf74274b8b85b42ee8 MD5sum: 35649b48fb216afee814e03e5200c753 Description: debug symbols for ros-rolling-realtime-tools Build-Ids: 7217b515cafb82b32b536f84c5b91d1472894c72 79ac20ab78aca45660ebda820e71ee135c564752 Package: ros-rolling-reductstore-agent Version: 0.2.0-1noble.20260425.043832 Architecture: amd64 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.043832_amd64.deb Size: 26396 SHA256: 698377790c37c87d582e85c41fc4c819d07a599c555d52347148a02a688658bb SHA1: 1c9c1db528e937e9e3c19630496ae359df4e9e5a MD5sum: ee94768026a8ae2caeeb6534737bf9cc 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.20260425.054324 Architecture: amd64 Maintainer: Troy Gibb Installed-Size: 157 Depends: python3-boto3, python3-pydantic, python3-requests, python3-termcolor, ros-rolling-launch, ros-rolling-rclpy, ros-rolling-ros2bag, ros-rolling-rosbag2-py, ros-rolling-rosbag2-storage-mcap, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-replay-testing/ros-rolling-replay-testing_0.0.4-1noble.20260425.054324_amd64.deb Size: 24974 SHA256: b4e0784440945ba76aa48491b62f6dc32e1146c5ea57653481c642616638dbab SHA1: b7449d11b8117dd98c78182b3f8ea147e0a022ea MD5sum: 3db4accd7e76517ce26e54268c191044 Description: A testing library and CLI for replaying ROS nodes. Package: ros-rolling-resource-retriever Version: 3.9.3-1noble.20260425.040402 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 144 Depends: libc6 (>= 2.32), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 9), libcurl4-openssl-dev, ros-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.040402_amd64.deb Size: 28860 SHA256: 1a4026147da0fbeb3a238e47b72e091e83d69ddcae22ddb7892d47930c40b7fa SHA1: 4235ff038d56443bd7154963e95f0ecea6790ecb MD5sum: 8f6f480db7dd42352269571d62b5815d 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.040402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 261 Depends: ros-rolling-resource-retriever (= 3.9.3-1noble.20260425.040402) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever/ros-rolling-resource-retriever-dbgsym_3.9.3-1noble.20260425.040402_amd64.deb Size: 235340 SHA256: 72515a62407f28e8fdd6d67a61dc28ff00ae88121e95a686178c0049ec42df70 SHA1: 06f89d93663e476e9e415a0a51d6a2ba780c0a6e MD5sum: 445d188927565dae908989ee4653b7cf Description: debug symbols for ros-rolling-resource-retriever Build-Ids: 6b5d42d5807b3e489fc7e68ddf71816d1e80670f Package: ros-rolling-resource-retriever-interfaces Version: 0.0.1-1noble.20260425.033619 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 935 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.033619_amd64.deb Size: 109856 SHA256: 478ca18b1860257d5d052118723e2c85807e79b209138e78a4fd4564b4c0076a SHA1: efe487395265d8151c37ce4cd2a0590cd35caf9d MD5sum: 8863a55cb29c2fdf29fba44f47c0397a 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.033619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 983 Depends: ros-rolling-resource-retriever-interfaces (= 0.0.1-1noble.20260425.033619) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-interfaces/ros-rolling-resource-retriever-interfaces-dbgsym_0.0.1-1noble.20260425.033619_amd64.deb Size: 819256 SHA256: f3d26cb86a619353303188b41cfda477c3a7b4c840960c53ec99af203a800636 SHA1: 9dd2d2e4064dc3232e131e68a730b340bfafcc3b MD5sum: 63129454f0d524029f6536f2c23b9892 Description: debug symbols for ros-rolling-resource-retriever-interfaces Build-Ids: 0a144a472a22e3e7f35b566a0c677bbd455821ad 0b52ce4894ff516eb7f85c3654d14523dda0a1bd 3ce93ee6328432af19e6ae7e2304b3ef6776c67d 527a85a30eeaa2ca0d854014e7c69a647d5684e5 557d5a1aa34800e3ccd7ec3a438047617543f577 73d0a780e8271ef4a29d97839d4d07a97b7fcbfc a08cc479343231ca83573d57e01c5cf1594339ed b188f0c812fd3d91b33301242de17b1c93154e42 d4c1ff24e9e7e35caf88d01be060698e2a8fa1ef e6f84dec32d27f0a2d998cb6cf249e0157ac520f fa174b44cbd7bf5d3051acb2ee2196d3c184fd83 Package: ros-rolling-resource-retriever-service Version: 0.0.1-1noble.20260425.042706 Architecture: amd64 Maintainer: Stoyan Gaydarov Installed-Size: 158 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.20260425.042706_amd64.deb Size: 36222 SHA256: 58e7167c5d7c57f021ca9a202f983d68e66660e8af452300b5c992f980ff99e4 SHA1: 7204794f9153c5c7c8b64c200a140429daa62513 MD5sum: cef554da9397680390eb870f8ba44d0b 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.20260425.042706 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stoyan Gaydarov Installed-Size: 566 Depends: ros-rolling-resource-retriever-service (= 0.0.1-1noble.20260425.042706) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-service/ros-rolling-resource-retriever-service-dbgsym_0.0.1-1noble.20260425.042706_amd64.deb Size: 530890 SHA256: 5a105c89eb976f534a76180554a9ab816434d458a1b7faead910fd4aba645d75 SHA1: 311c91da922eecaf9860ae70c647d5ffa321d0cc MD5sum: 3634d9199d1c809b43b94a9f19540289 Description: debug symbols for ros-rolling-resource-retriever-service Build-Ids: 757d210abbb93928e044df165abb5496722e06af Package: ros-rolling-resource-retriever-service-plugin Version: 0.0.1-1noble.20260425.042726 Architecture: amd64 Maintainer: Stoyan Gaydarov Installed-Size: 178 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.042726_amd64.deb Size: 44588 SHA256: e5da07de5060f0e539e3f07b0c62e91f77dfa36ba151d378d77d315ecdf5f0bc SHA1: efd6407d9fdf90b2331ac91e78d577eb5972fdf4 MD5sum: 8c70fba6e2a817ea696086ef4230c009 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.042726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stoyan Gaydarov Installed-Size: 687 Depends: ros-rolling-resource-retriever-service-plugin (= 0.0.1-1noble.20260425.042726) 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.042726_amd64.deb Size: 652698 SHA256: 685d1672c45ef3d0b45bf02bd4243241fb13204c417a3fc3ce70baaf2a7a72d7 SHA1: f291980f8916dbccc9221bf0b5e9199276664bb5 MD5sum: 8ebb6be5b5d26e30314495c999ccc91b Description: debug symbols for ros-rolling-resource-retriever-service-plugin Build-Ids: 775a8c7959cf934719e01a2d485506cafa459c7a Package: ros-rolling-rig-reconfigure Version: 1.6.0-1noble.20260425.044243 Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 1419 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.044243_amd64.deb Size: 593272 SHA256: 5539321685e20cf9e2cc6a0849e953c25a8389ec4a73f8f034fc6743eb60ce7e SHA1: 5cdcf16000c2b8b65de1f1dd2db8fb67d245a145 MD5sum: c973542813a85b60e8e0659fb1d4fcc8 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.044243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 5350 Depends: ros-rolling-rig-reconfigure (= 1.6.0-1noble.20260425.044243) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rig-reconfigure/ros-rolling-rig-reconfigure-dbgsym_1.6.0-1noble.20260425.044243_amd64.deb Size: 5166602 SHA256: 6b75f338e7ce5e693d7f81ce08b55891107a948d9dc567a8b4b07ecb9558cf63 SHA1: 6d8e2ea854e3b697072829cad36ecd82582ccc2d MD5sum: a58f9a62089d5f86f4f126d5066bbddb Description: debug symbols for ros-rolling-rig-reconfigure Build-Ids: 2d8223f82f04890138681fed0b9b423ed02fa032 Package: ros-rolling-rko-lio Version: 0.2.0-1noble.20260425.045117 Architecture: amd64 Maintainer: Meher Malladi Installed-Size: 2043 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.4), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.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.045117_amd64.deb Size: 465648 SHA256: 796eb4360d07c7b86429ec95d94740f9f57d6173daef0738e8b46d207594a238 SHA1: 771493a262c1db225f750ca70317ad1a7b24007f MD5sum: 4a0eb92e3d61825d5adca43aa3937038 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.045117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Meher Malladi Installed-Size: 21940 Depends: ros-rolling-rko-lio (= 0.2.0-1noble.20260425.045117) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rko-lio/ros-rolling-rko-lio-dbgsym_0.2.0-1noble.20260425.045117_amd64.deb Size: 21180462 SHA256: e74309d1cd7683b222fdf67a86ca3a8ac433681cc9912d9b16a167c9f68964fd SHA1: e5e1d13967ee7f0a2b97fd96ba67400f691fda8f MD5sum: 4a52301a150cec62d3897e33eff32b9e Description: debug symbols for ros-rolling-rko-lio Build-Ids: afc27a6f5c700276efe60eea6ce3068e7e91287a b3377d298d0b2c0ae2240a4268742b3149711041 bd9649efa206bcf2a10c713cb10ee357c45aecf3 Package: ros-rolling-rmf-api-msgs Version: 0.5.0-1noble.20260423.215249 Architecture: amd64 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.20260423.215249_amd64.deb Size: 24182 SHA256: 059c082a0af433e0d310117492b5b03d04164c427ad97a7e474fb9cbe8d8b4a2 SHA1: 063f84a594d69ce027f0c260de71cb12f3d17fbe MD5sum: c8ca6580e34401d373887ca0d2a91e5f Description: RMF API msgs definition Package: ros-rolling-rmf-battery Version: 0.4.0-1noble.20260424.201423 Architecture: amd64 Maintainer: Yadunund Installed-Size: 81 Depends: libc6 (>= 2.4), 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.20260424.201423_amd64.deb Size: 13264 SHA256: 7e83e9895cc7ebdb1de18db7137a4467b62a62243b1a76ac02cbce37d9b7bc24 SHA1: 78374132213a46101cf71f1db6fcd675e8b2c5da MD5sum: 3cbe3d4f9a3d36f16659be38d9103ed1 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.20260424.201423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 198 Depends: ros-rolling-rmf-battery (= 0.4.0-1noble.20260424.201423) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-battery/ros-rolling-rmf-battery-dbgsym_0.4.0-1noble.20260424.201423_amd64.deb Size: 181286 SHA256: f5d26fa43fa15569ba585cee9c94312878b29e2971bd0cf10da1b84e4ac674ce SHA1: 556c339c8f53b58ccb58a20c73ee6f71dfbdc612 MD5sum: 77baa45667dacb0279a5a755d8a489a1 Description: debug symbols for ros-rolling-rmf-battery Build-Ids: b8d620aa3c43b41c6d7d9e4382f3a970d3642a96 Package: ros-rolling-rmf-building-map-msgs Version: 1.5.0-1noble.20260425.035906 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2656 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.035906_amd64.deb Size: 246832 SHA256: 2d810d7309a591aaa1c8b6f3fcce33a29e7b34b6e8a5a6e132092d64d011b5b5 SHA1: 5b6440ba13fa8116616e9f8967465a0f84d11e07 MD5sum: af4be49c185b7641f2b508e5d00e73d2 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.035906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 3038 Depends: ros-rolling-rmf-building-map-msgs (= 1.5.0-1noble.20260425.035906) 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.035906_amd64.deb Size: 2665876 SHA256: e131c7d90f721ea38bd7c16a20340795d252dea0e343f1504234fc7b20581524 SHA1: 0704dffe476cd1f95d1234a782592213f69aa9b4 MD5sum: 16b789e4baf6920ec952f4c573e414e9 Description: debug symbols for ros-rolling-rmf-building-map-msgs Build-Ids: 130d036fd04101af7e82d3073b3354e1813ae078 170ac95366ed65ff2c384e7edea1beb5f665f8d7 1e2f8f5f0686f0f43bda31c6f49592d7cbb7cf89 4b60bdbe02511507e7143f9e623265144fc2dcb8 51c17f130e91c86dfaf5d03867cde589b24a9af6 577e19e52b6420472da5120dedad9af220d67b02 60d31da8cc79a99c8fe7d6ae41663fdf294cacfa 72babb4765a31c11a637d031298f1e7493b2fec4 8130f9ab1a04879bc01f0197cf4305e4c6ea48d2 829edc9cec49a3b1bf323f0a20a3ff064907ac08 da3366a8628e96959787af1eadee157e5d23e2bd Package: ros-rolling-rmf-building-map-tools Version: 1.14.0-1noble.20260425.043835 Architecture: amd64 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.043835_amd64.deb Size: 10814718 SHA256: ef828a26026d70feff2b68fd9382b422d952d493747fd59741939afb7f6aec10 SHA1: 369d5a880fee4810c4cc94bf530b88d894cf8de6 MD5sum: 9c9c7e778bd2cfc63ba676f5e5946865 Description: RMF Building map tools Package: ros-rolling-rmf-building-sim-gz-plugins Version: 2.6.1-1noble.20260425.042625 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 2471 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.042625_amd64.deb Size: 512556 SHA256: efad1e0cbdb9fb42e1880a9d686b3e339da44b39a1c66497931fb31efbe1d52c SHA1: baa4448c0d6e880403b881a353f66adff4bd8a0b MD5sum: afe9365ed424794fdd6477b018231707 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.042625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 14880 Depends: ros-rolling-rmf-building-sim-gz-plugins (= 2.6.1-1noble.20260425.042625) 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.042625_amd64.deb Size: 13459222 SHA256: ded6b1e28a61c30af5b78613930b0e0e430a10beba2a29d22183898d5ace7f23 SHA1: 23643cb08294dfaf55bf66df4af0bb67c4d11878 MD5sum: ad11c492aa768f91530ea3fe511a3601 Description: debug symbols for ros-rolling-rmf-building-sim-gz-plugins Build-Ids: 0c694719c5628424801ed593443f13730532940f 350fe77af6ec1ca0ed75b898da2238cb981a8d7d 4355d986c5f466ae0cf413e7f34fe18f735392c0 633c3d90e918e3615c6d0333bbca870b6305cece 7e8af98ea901939eb577ee0964c7a90b29e279ad 9f24d9607f84f55514b4ce7619a3ec32d556a732 Package: ros-rolling-rmf-charger-msgs Version: 4.0.0-1noble.20260425.033858 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 775 Depends: libc6 (>= 2.14), 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.033858_amd64.deb Size: 71372 SHA256: 9ba388a6f498133a1a41567a06a2fe148df5ea9403956a71fa679023f33201d7 SHA1: 8b6904aa402273c07a27967e97676c3de57db48b MD5sum: 411ba17944569c087df5d4207bfb28e7 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.033858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 536 Depends: ros-rolling-rmf-charger-msgs (= 4.0.0-1noble.20260425.033858) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-charger-msgs/ros-rolling-rmf-charger-msgs-dbgsym_4.0.0-1noble.20260425.033858_amd64.deb Size: 406302 SHA256: cbcbf244a11f189d6d5c404017ce7d5e01a8274238e5bc2cfd09709186518f96 SHA1: 1046112cfeac517b8b3adafdd83d6b89c3dc22a9 MD5sum: 3883c994ca9859faf4e302767acb95ba Description: debug symbols for ros-rolling-rmf-charger-msgs Build-Ids: 4a9bd908f930a8627fa0df3fe4df1b11d1eb61b3 4bca8a2ee4e81a477b4dc61cf48b0351ecfb858d 815d71373239b59765b3361efa3c9912c661aac5 9b87c09e511e221ba0b6bae060aad251a7ca0642 a1a9dc14086c3ee809b05e7c979e5716a88c1342 a31b2bc3cead13f21a69fc06ae56d0cb4bfc1b57 a83a3e8d8579a7d2f635acadb3c695748f506ccb c924848d4041318939840147be2d6dfaa32db58c e0ae497048f20ce3014299ca2edb3ba9f0e3410a f1172410cdf2422e2567617db2b66cdf470d8596 f369e96337e84f00b4d7668adffd6f19599f68a0 Package: ros-rolling-rmf-charging-schedule Version: 2.12.0-1noble.20260425.042507 Architecture: amd64 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.042507_amd64.deb Size: 11144 SHA256: 3472e83983fe84733ac432f0ec40564a653bcdb15951ee0eb10237c85b8b59ce SHA1: e83158acc0db5ba7e3c0e08366899dc508be0908 MD5sum: 6d56f00c2b72fffe521628737c464866 Description: Node for a fixed 24-hour rotating charger usage schedule Package: ros-rolling-rmf-cmake-uncrustify Version: 1.2.0-5noble.20260424.195840 Architecture: amd64 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.20260424.195840_amd64.deb Size: 6948 SHA256: af8c6615d05836ceccd11a0fed382c8f18e6b6e7f3964c98a92c89ac59dcb2d8 SHA1: a7798887655e1af382d766b3195e15eca36f4117 MD5sum: b07941f06ccc5b2b8684388e9bae012b Description: ament_cmake_uncrustify with support for parsing a config file. Package: ros-rolling-rmf-demos-assets Version: 2.8.2-2noble.20260423.215518 Architecture: amd64 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.20260423.215518_amd64.deb Size: 6796308 SHA256: 3f268975cd92a53c4f71d8375b79a0686aef55ff42881088a5f93c8ec034534c SHA1: 58dd242fec19b12de10fe188cb322965169e2e84 MD5sum: 6d66a4f8fc0f18bf9a5ef91afe0c01a4 Description: Models and other media used for RMF demos Package: ros-rolling-rmf-demos-bridges Version: 2.8.2-2noble.20260425.044054 Architecture: amd64 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.20260425.044054_amd64.deb Size: 13116 SHA256: 1dea2263783aef4795c7b45454e79ffe9b96643322b9a02dce352818697ecf00 SHA1: 53261c53c5e8f12a536734759d0e1374dc620fd1 MD5sum: 39214f0a9194d229e89889cc60aa7f88 Description: Nodes for bridging between different communication stacks Package: ros-rolling-rmf-demos-maps Version: 2.8.2-2noble.20260425.052308 Architecture: amd64 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.20260425.052308_amd64.deb Size: 12526176 SHA256: 3cc1f3645be14726c5f5e13f0810b97a36ec6e1b99692020cc328d2ffde01308 SHA1: 3624b617d247c6f9c36c8a229cff8d5c01e3f93f MD5sum: 462b790928c9b7314b268aaab3f93493 Description: A package containing demo maps for rmf Package: ros-rolling-rmf-demos-tasks Version: 2.8.2-2noble.20260425.034930 Architecture: amd64 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.034930_amd64.deb Size: 47818 SHA256: 588ce91118ae3ab297984f77550bcbf44fbd5ebdc3627589f46f292494564032 SHA1: 732864fe8b665f8a5d8618bb58644a7e7fc87884 MD5sum: a254d23ba8c5c111a56c2127687a434d Description: A package containing scripts for demos Package: ros-rolling-rmf-dispenser-msgs Version: 4.0.0-1noble.20260425.033852 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 949 Depends: libc6 (>= 2.14), 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.033852_amd64.deb Size: 89552 SHA256: 717e892ea082667d57060ca74a66a5fdb12adea16bd341eb76e672c5b7df5fc7 SHA1: 3dd26b9a1b28e66d7fe618848d8def86b09f8f55 MD5sum: e553f599dea197c0b20d3832908c47a8 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.033852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 744 Depends: ros-rolling-rmf-dispenser-msgs (= 4.0.0-1noble.20260425.033852) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-dispenser-msgs/ros-rolling-rmf-dispenser-msgs-dbgsym_4.0.0-1noble.20260425.033852_amd64.deb Size: 595652 SHA256: 74332c3f34ba9031c96f2471987148deb342789edd12abeceaed14794c5a84f1 SHA1: a7fc02ee37c1a8f073212beaa533717594ba4a80 MD5sum: e111148869c654037a7b5c1631734a2b Description: debug symbols for ros-rolling-rmf-dispenser-msgs Build-Ids: 17a672e932a1e22d410491b5de49eaa17721bc9a 3792b74b0bc035c969cdb0b919c40eee9cd484e9 42fb734aa18342d9cbcea105ec9cd3e7510ae2c4 4314440d0a130eede529d3f32af98bee4785d453 684c449cae1d2cbab694affc610004d79d741bf6 6ede27f4a0bdf3889cdc5e41232d257586a0fde2 783af8873b17dbef70f3e7765f85fed4edd8e491 a45fba23991ef1a2b00d26ee35cc61cb766d3345 a55dee242c59138e40918f9d28e20a73e54c51f7 e2ce511a2c4f346dbf97555c8bb9d1f7948d1587 feb841fa99508582657cc1bb19f90459f634f1da Package: ros-rolling-rmf-door-msgs Version: 4.0.0-1noble.20260425.033853 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1094 Depends: libc6 (>= 2.14), 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.033853_amd64.deb Size: 97172 SHA256: 2192dc7d660c473b7400b7b07ffde574d21c4439ff02af2c924ac055a433841a SHA1: 1bd357a290de0d1c8a5dd4500048ff5c518141b9 MD5sum: 0a41f42d6e5db3face152ac1e6b0cfc5 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.033853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 913 Depends: ros-rolling-rmf-door-msgs (= 4.0.0-1noble.20260425.033853) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-door-msgs/ros-rolling-rmf-door-msgs-dbgsym_4.0.0-1noble.20260425.033853_amd64.deb Size: 736956 SHA256: 7f57c57d3fb5a48ab758f24dada7301f84483594946eeadeb5f51f99a9f9fd8b SHA1: 0d2b8cec4e5c7d49b0c21af0bf1c889181399830 MD5sum: a926a03b5f5576f462b06a91f9bc2a90 Description: debug symbols for ros-rolling-rmf-door-msgs Build-Ids: 2666a5d94a8944364247e099bb00472734d51d62 36d2f21cf78e5b0fa5c3ae3532c4c26cb189aeda 37202effe3ed0e4311ce6d174b8405d0600f2e19 5462a8eca97b3e7774f2be08f1f888746d8997da 55ccb6bb2d846661c46e469f984d381d01afd729 86117655362796efd0ca885d3f90bfc0bec0e1a9 8f6ea1553a5c28083a698f32bc4aa9383dbd5b7e be447279b96b3be288c6a3dd1ce758b6c6395662 cae37536c55b184dfb54cc0cf369893941051e4f cc188b25f2b8e6771c82574c7a89fd13c8a9cef9 fd31c526a1f596d98dac90c8345c9b667f7cd78d Package: ros-rolling-rmf-fleet-msgs Version: 4.0.0-1noble.20260425.033901 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 5010 Depends: libc6 (>= 2.14), 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.033901_amd64.deb Size: 356272 SHA256: c951778efb5ee1ca28bffec47ed843d9c8585dec4ad709ef301ec39743faa1c6 SHA1: 706611b8382fefc84128cc62769eff2abbecfbe1 MD5sum: a84db82ef38e5bc12c8dc34b92794a77 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.033901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4386 Depends: ros-rolling-rmf-fleet-msgs (= 4.0.0-1noble.20260425.033901) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-fleet-msgs/ros-rolling-rmf-fleet-msgs-dbgsym_4.0.0-1noble.20260425.033901_amd64.deb Size: 3699152 SHA256: 7e0a933ad6a50ed83acba6dfc58c7bc095ab37252d5f367612ef28fb69fc0a90 SHA1: f4ff86a304f740c081381ef439e7de0d731fcd67 MD5sum: f923f950a3728fa6a7e32b03b603b5c4 Description: debug symbols for ros-rolling-rmf-fleet-msgs Build-Ids: 100c95e1e25b8fa447922f6a8cf7c6488afdebdb 2671bca340f34a3afaa637a786105aa184dbbeb0 393d03e6267ba5ec6d6bc5e00037caf9d647cf7a 44bfd1b3085b15d6317e4e81bc3f3e8a570edaeb 703b948eaf1ddbeb737bcecd2a2091e23f9ce72d abfdd5a95b7e5afe2a1b4b3392bd690fbe8908d0 b1d95675391735a8e53a3b12d5706f4db2aa2ef7 b8fd2232ecec9e78253be2e004c1fef256df99fd bad4362d7b5e38529782d41c533aeff3b9a4e9fc e26b363c705b4c8f5aeb1aed5a9a3ab067d88921 f64113324ce850d2c6192fb3fd7437cf774dd3cb Package: ros-rolling-rmf-ingestor-msgs Version: 4.0.0-1noble.20260425.034015 Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 943 Depends: libc6 (>= 2.14), 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.034015_amd64.deb Size: 89448 SHA256: adc7f5d1360b1f65e6489931d892a49745c4771f6a8a69dd25fb2a00ecf81ce6 SHA1: 2ce886e53ae40a42dcd2ef30e71919a9cdbb4ba4 MD5sum: 64ebe1b71f0d81ca1cfc675563b69743 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.034015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 739 Depends: ros-rolling-rmf-ingestor-msgs (= 4.0.0-1noble.20260425.034015) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-ingestor-msgs/ros-rolling-rmf-ingestor-msgs-dbgsym_4.0.0-1noble.20260425.034015_amd64.deb Size: 587776 SHA256: cadcf83ca7c5c06cd047077c0790ca110deae47ae954d2e15ca8a635b28fff39 SHA1: 681c8486d048a65267d568de0576c21f0ffe1ef4 MD5sum: cfed0bd012f26a741711a4f2945d4f3f Description: debug symbols for ros-rolling-rmf-ingestor-msgs Build-Ids: 278eddf44bdc2c43ac3bbd6dec540ccb6483fecd 467bd3701591bb9a1b94ddcd498f34cfda1947d4 51a118e3b1e83db8ef5862629bfaae6b2d9522e0 6b5c355230f3df197cde3c6f960fe3bacf3461af 6c667a8fa41375cdb60b9a788320e8e66aa8ae73 76427ff7d3d1010b973f49a3d47e75787817cdad b229844bc69949d941bf2a5e33779150e9b1bd4a c3664632064fdc0113b0e7b7d2b6ea2876646ea0 e187661e27581aa95f81c609976bec5fce56b970 f819f983dce447fca7a26532a5a126b1044f1876 f9f85236f97d11c70db8807d7585c43e588a3134 Package: ros-rolling-rmf-lift-msgs Version: 4.0.0-1noble.20260425.033901 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 788 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.033901_amd64.deb Size: 98410 SHA256: 26fbce5024aeeee95279481b8d424b4fe841a6b52e59625dec1ed25c2b57df45 SHA1: 368c6d6db23c1a88bdec3ebc65981730fda3df0f MD5sum: a6ca8f1d29f24cfc317c8d952e71f096 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.033901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 848 Depends: ros-rolling-rmf-lift-msgs (= 4.0.0-1noble.20260425.033901) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-lift-msgs/ros-rolling-rmf-lift-msgs-dbgsym_4.0.0-1noble.20260425.033901_amd64.deb Size: 718316 SHA256: 7dc34fb56241f9de33bb939396b5b6b8a0ff6c2d5cbae1ff3af0b304bfb84518 SHA1: 00046709e26428a9690cee600b892a7fa710501b MD5sum: c5136033049d8839a4763fb24598639d Description: debug symbols for ros-rolling-rmf-lift-msgs Build-Ids: 079dc6c00407050979cde2138420651a703f7195 2afcc8f7624e74e2db41934f2f7481a66bce4bec 40475daa139c401117af8ea35bcddbf9d7f6e6dc 53f6895cb17993b05bc9e2d57f1e25175be4788a 8d9668f7b9de4869b99fb0fec65604a19e40f392 a8f79144456da017dcea40f54a12b6042b09468b b89e85d0b1aa15c7248cadd9abd2637aeb1cead3 c6dae3c1b242f2d29674abb96993873a5076512b d04e2adc8436388ed7adacc059531e916ce8da62 de72b8acd9f5bb80d569445b95a34f67126d19b2 f299dfd19915a32ff96c96b3309375ba3f27db2f Package: ros-rolling-rmf-obstacle-msgs Version: 4.0.0-1noble.20260425.035907 Architecture: amd64 Maintainer: Yadunund Installed-Size: 836 Depends: libc6 (>= 2.14), 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.035907_amd64.deb Size: 86302 SHA256: 694769d64dcd752229e287a57e62a6db328b91aa09d80dbe32a09e1e3684587a SHA1: 1da7aa4623ac672b891ae4c81feb710e82a5fc53 MD5sum: a589a22c23085d21fd4d0ef3c699cf55 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.035907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 651 Depends: ros-rolling-rmf-obstacle-msgs (= 4.0.0-1noble.20260425.035907) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-obstacle-msgs/ros-rolling-rmf-obstacle-msgs-dbgsym_4.0.0-1noble.20260425.035907_amd64.deb Size: 512830 SHA256: 41e34be2bd7abdcd9abf5e5bb2db8440b8671266c0b764d67b025b34ab5c42e5 SHA1: 4b90112fa7fd5d86be8e8064f165f15a979a7dc8 MD5sum: e59752d56264e77e8dfd03d3462a5a6d Description: debug symbols for ros-rolling-rmf-obstacle-msgs Build-Ids: 19b3b8ea8f1e4561d294635af96576e2a0b58a3f 2eb77b400f767494c6370fa13c13cf7d07239457 4aace88e96b6c2269eeca220ee0a9ba13678b52a 70cf5b6ad79ec4f649b50d1d723f91ba62404f0f 7238ace5bd70fa3f7bcb664e2963492cdd912512 7e0114aa690f625388c8db443883033d8d1a3bf6 7f69a4acdd16c116fe0d93421d7d9c54be5b8d6e 9c8e5cc6c7de61ca2e42a7be307aa3e1de5ae4a3 daa6e63704ef3095de44bead6098003c157f7824 f840c8d6c8d760a52271761f5fa6f9332e7c91dc fd5ef72aa67c5abd3bcb535d2fd551162479e578 Package: ros-rolling-rmf-reservation-msgs Version: 4.0.0-1noble.20260425.033910 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1757 Depends: libc6 (>= 2.14), 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.033910_amd64.deb Size: 134598 SHA256: 4aab01ba3eaaca7ab11e60b00f7685e8d9f52e8a687a38feb658080a732394b2 SHA1: fd4bf7813422ab52ca6051d8a94dfc60b844eba7 MD5sum: fe6669ac26ba9c8809b0b7aa96939dd7 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.033910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1392 Depends: ros-rolling-rmf-reservation-msgs (= 4.0.0-1noble.20260425.033910) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-reservation-msgs/ros-rolling-rmf-reservation-msgs-dbgsym_4.0.0-1noble.20260425.033910_amd64.deb Size: 1126228 SHA256: a15311741a940843fa9a6b15327492fd2b18ba7566091a51b5bda222525d9a84 SHA1: d16253847847bdda7f309e842d8e0801b464d5bf MD5sum: 3b9ae94a2eeab9331efe8c3b6eaff94b Description: debug symbols for ros-rolling-rmf-reservation-msgs Build-Ids: 08d8f998cd83998345b52bfdc7f144c42e7f656e 254dcae7b4c1ebe2e270a924864a3d19725ba873 32ea803b7257d1afcb98af01476e9f80cfc25a75 71cb12f0235653132d50a9878c24091d6b4e84ed a175c55d4c7f5b192c5037a4e988faf02fa1dbe0 bea82d99f883941af2fa8ca7ec211eaef531b4d6 c181fced1c9d15bf89a7053b9eee4c3dce1ceb8f d1024eac18115d0132eb99e5ba4adb3a211d24ca e15b84da6a02fb755e9be4584c59aab372ea3494 e80a5cbfc39d9254cdfdba6a37e180b98a864901 f4036a283205e69b24fd0a8ea1ff7b5c1dd49caf Package: ros-rolling-rmf-robot-sim-common Version: 2.6.1-1noble.20260425.045217 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 1874 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.045217_amd64.deb Size: 298286 SHA256: be85120d86e7e2d0a76049d9e6ab0b4a89900cc4d9e4a7d8ccab7404f4752dfd SHA1: 2ea70cf37223c70e7d51ffb5d8fa8c1716315d2f MD5sum: 24fcd9f88308d51e24dc2a2fb21ab494 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.045217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 9344 Depends: ros-rolling-rmf-robot-sim-common (= 2.6.1-1noble.20260425.045217) 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.045217_amd64.deb Size: 7931816 SHA256: 32fd09a96a7ca8169e6825ff8fb02e074b202142b67dc19e8d3fe2e11aaf2939 SHA1: 672a94da0a5957a819fad4b96b1958a37928b087 MD5sum: 7ae4605fa0c271b2a0c7c279074c9aab Description: debug symbols for ros-rolling-rmf-robot-sim-common Build-Ids: 14cf93d73894a02c4b71e1445b39d5bdc5dc89c4 84c5e205161de3317004010d36227231dcb87893 da537a2ab0a5925c0ebb51a1ccd5bca02a5f3c15 Package: ros-rolling-rmf-robot-sim-gz-plugins Version: 2.6.1-1noble.20260425.045645 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 2378 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.045645_amd64.deb Size: 408522 SHA256: 98d0cd513b79c036c7a1232a9d701cff64d5f511fdd2a273d7d9b18e5c656988 SHA1: 28c2a6af19e69cbbb4427f9462ef32a564079659 MD5sum: e3d7dbec6c47e499bc88891b38294234 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.045645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 14657 Depends: ros-rolling-rmf-robot-sim-gz-plugins (= 2.6.1-1noble.20260425.045645) 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.045645_amd64.deb Size: 13119550 SHA256: c7afb0257248ccb3f4f5f707cef7728bb69b351ff0d14fc529fde952090ce481 SHA1: 2e8941e453f0b788c2d99bb6567f268ef9d16cbe MD5sum: b2bdb81e0c6f6869b7775cf76cd5c2ac Description: debug symbols for ros-rolling-rmf-robot-sim-gz-plugins Build-Ids: 17781f189a948ef9d5b43d6f2b6532dc2a00d75e 99e460d81bf275383069b640a7c5894d39bd3db2 edd6eaa7ddcab2cbbf77e663720f5f74214188c4 f1a0e17dc313bd4b56b258f31cb7e64d27e7340e Package: ros-rolling-rmf-scheduler-msgs Version: 4.0.0-1noble.20260425.033912 Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 4994 Depends: libc6 (>= 2.14), 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.033912_amd64.deb Size: 324678 SHA256: 8a00ca49c86d37445ba9f50e1a65c4e429d0b6e0b50792c5a5ab644f70fcb8df SHA1: 9dd3644effb89643ae57e4187547ac84d533bacf MD5sum: 06b51854c2c5aecc06cd81a22d01eb57 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.033912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 4031 Depends: ros-rolling-rmf-scheduler-msgs (= 4.0.0-1noble.20260425.033912) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-scheduler-msgs/ros-rolling-rmf-scheduler-msgs-dbgsym_4.0.0-1noble.20260425.033912_amd64.deb Size: 3305156 SHA256: 43c48b829bed6a8654927b196b10e958afaf0e47faf4099239cd864d89cb7aa3 SHA1: 6de3189fa5a4cd495388f649f4c34a6d087e13c3 MD5sum: db998e4b6fb8942b5f6eef4fa930ab3a Description: debug symbols for ros-rolling-rmf-scheduler-msgs Build-Ids: 181e7758b4056da62d4b433b8336879e8109547b 50c006add3b72877856caaa9a5b5f9e68e3e4e7f 525d7322c8b4fe6318987dad41b215ba07d69c76 53d2fdf8a60992eee594a1f3538c24ed32d0900e 790f027c5f6fbf436e04e80bf1cf71de335b242a 7a08fd2491229af603e35ffad0943d43d8f21a4d 824ada53bc68f8496c64a20cc1bba0bcf05a2a0f 827f5563933809ea9feaffee2923863a5dff4cb0 a81ecdd983b13b9d188ae534067b52f753a2ca3e b1016edee8e8713c869ed4ad11fea66fab4a8064 cfec963bf668307ace1a26b551a95ff1c9560d02 Package: ros-rolling-rmf-site-map-msgs Version: 4.0.0-1noble.20260425.033915 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 533 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.033915_amd64.deb Size: 69162 SHA256: 34784576c40dddd614ae2361e43d518cb9dd220a40c550482b8b89b683d6ec37 SHA1: 7d2d117a9e3b44b6acca551ccc85667cf6b12b11 MD5sum: b8fc150d53a332338a11e1736b37eebd 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.033915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 618 Depends: ros-rolling-rmf-site-map-msgs (= 4.0.0-1noble.20260425.033915) 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.033915_amd64.deb Size: 509580 SHA256: e14d464e418b56ef70c48ccc4b8e622e752655fe1179d75f09eb5a982379a4af SHA1: ca1567afbfe673bbb665540768ebdd187dbdbcd8 MD5sum: d12fe0e0f18182eee90effda03680b96 Description: debug symbols for ros-rolling-rmf-site-map-msgs Build-Ids: 0f5437ae9800030f3f79597a13c1b99201a5ca24 2eeb65a8dffacce8855e366cb503b623112f0e7e 67426774882e6585cd80808f24461eb328400a0a 682ae9211f15be23b79209078fef70a4a32e776c 7205104cee0343d79b1f936cc598f708b25c4dea 86790b91933d7c38119ba1e15f60e61a53598c3f a2385d4647ebb46cb7a98b0b8b12ee06b37b34c1 b5978126a97f44e91a7ab4fdc9bf74ab6b9eb036 b60124d4fbf3c90c39db814507a97816caf3d1bc b7503cf13660530ba0443f0e832d72abce49362f c9bd30a876c46f63aea290bc96b8695882195f55 Package: ros-rolling-rmf-task Version: 2.9.0-1noble.20260424.201540 Architecture: amd64 Maintainer: Yadunund Installed-Size: 545 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.20260424.201540_amd64.deb Size: 147532 SHA256: a02a0bc705b542890522190559b7799db0641506a1510f21d68a1f2986e40f0b SHA1: 48425874b32a792e3458c9e4885ef6aa4662a186 MD5sum: 705574f040041cc8250ce97f0fa4660f 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.20260424.201540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 5026 Depends: ros-rolling-rmf-task (= 2.9.0-1noble.20260424.201540) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task/ros-rolling-rmf-task-dbgsym_2.9.0-1noble.20260424.201540_amd64.deb Size: 4921126 SHA256: c25a763ce8a0809b8004f5cbcebc77841d32ba8517a1c77bae6346a8586ca289 SHA1: a4f7d67a0962aa4aab47831bd07f4fe8131f810b MD5sum: af87920e7dd2eeb03d6c366c2d7c3a33 Description: debug symbols for ros-rolling-rmf-task Build-Ids: 78ad6537caf70751f1b41f02188d6a384f19ed21 Package: ros-rolling-rmf-task-msgs Version: 4.0.0-1noble.20260425.034018 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 8019 Depends: libc6 (>= 2.14), 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.034018_amd64.deb Size: 533800 SHA256: 88d4095b8a49cd5fa3db05d0300f6555056e14c96073ae8eb7a7c25c14a4864f SHA1: 5b8420f27562c18d65326f6cdf76ad6ff0ca40e9 MD5sum: 948a26f499a66c687d0da216381e0145 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.034018 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 6308 Depends: ros-rolling-rmf-task-msgs (= 4.0.0-1noble.20260425.034018) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task-msgs/ros-rolling-rmf-task-msgs-dbgsym_4.0.0-1noble.20260425.034018_amd64.deb Size: 5226210 SHA256: 6bfaee019fe4636401c809fdc242baef646af72e8a3cdb04ee13d09cd6e88f83 SHA1: 6ee880cb13c978bf979895920db534ec28d4e4b7 MD5sum: 798fa3c2215cd32bbdc09b7920fab228 Description: debug symbols for ros-rolling-rmf-task-msgs Build-Ids: 04a55db038d487b4a15ae91935acad89ded0b236 1ad8faab93c115132c75a9579756262886c6751c 2880409dfb0b8cf4640f39c110640c5d696e9d5b 6014019afc76aaa3e813b3233b8d9e02588960ce 6ce274a7e36a1345ccd2959d8633b681522d01a8 8bd83e57a6bc3c746309f29ac4712e117b64eff5 b181e7e334937233e33c336b91f62625a8824d0f b805ab96b2b44acecb4680d4b10972de9e0b4aae bf303db009d4e16802f874a3ec84d8466e954f73 f2c39f64ceb554a76be657cf34606c887ad0991e f747ce9864a1355036e5113eb6b839e47a6b2d78 Package: ros-rolling-rmf-task-sequence Version: 2.9.0-1noble.20260424.201831 Architecture: amd64 Maintainer: Grey Installed-Size: 558 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.20260424.201831_amd64.deb Size: 153256 SHA256: 883f9942871cd94bb30aab173bfaead4b6424292031b232fc36c7b4b5fe94463 SHA1: 8417c21e0d81ad759009fcd4a1bb255402b61f51 MD5sum: 1878090d7809b67d07355ee945154d17 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.20260424.201831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 4758 Depends: ros-rolling-rmf-task-sequence (= 2.9.0-1noble.20260424.201831) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task-sequence/ros-rolling-rmf-task-sequence-dbgsym_2.9.0-1noble.20260424.201831_amd64.deb Size: 4575910 SHA256: bc9fafe391c515eee905286e29394f981b8efed25015e7932470b60315df8a83 SHA1: aea604d763f5078e46942bf8f2294dff779e9cc0 MD5sum: eec9998f0572ea469fe17f801af0a047 Description: debug symbols for ros-rolling-rmf-task-sequence Build-Ids: bcce1697534c2ad33eaa99104b52dce2461618f1 Package: ros-rolling-rmf-traffic Version: 3.7.0-1noble.20260424.195841 Architecture: amd64 Maintainer: Grey Installed-Size: 5779 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.20260424.195841_amd64.deb Size: 1034622 SHA256: becf200abecdd1dcf3e12e38f23e0d0980d2320c268e226160ab88863e4f208a SHA1: 7dd96162d1849e6382582725abad995a34789b09 MD5sum: 4cc532c1b58b541706c0f49b8630a8ea 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.20260424.195841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 49942 Depends: ros-rolling-rmf-traffic (= 3.7.0-1noble.20260424.195841) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic/ros-rolling-rmf-traffic-dbgsym_3.7.0-1noble.20260424.195841_amd64.deb Size: 46640418 SHA256: f9f38110632686021d06b8f906becc0a78afc9e804bb8e4203887b207b11e305 SHA1: d3cbeaa9839c640f69595484cfe989eeee0970ef MD5sum: da802ef1c22458e2a399f6885cb61249 Description: debug symbols for ros-rolling-rmf-traffic Build-Ids: 00f1dc8054d5fab0594bc29618c92ac349c453f3 Package: ros-rolling-rmf-traffic-editor Version: 1.14.0-1noble.20260425.061358 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1390 Depends: libc6 (>= 2.38), libceres4t64 (>= 2.2.0+dfsg), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libproj25 (>= 5.0.0), libqt5concurrent5t64 (>= 5.6.0~rc), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.8.0) | libqt5gui5-gles (>= 5.8.0), libqt5network5t64 (>= 5.14.1), libqt5widgets5t64 (>= 5.11.0~rc1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libceres-dev, libgoogle-glog-dev, libproj-dev, ros-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.061358_amd64.deb Size: 451016 SHA256: 036159f1c14efadc8a877e2695612506f1877339b31b7c9e5ee9f82a1ba91498 SHA1: 4458cc87a5ef8eda526560be19162def39c66904 MD5sum: 5692f5fd92ca6734485d38389a42f36d Description: traffic editor Package: ros-rolling-rmf-traffic-editor-assets Version: 1.14.0-1noble.20260423.215529 Architecture: amd64 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.20260423.215529_amd64.deb Size: 12106988 SHA256: 9d2025f24e80d2bfce431921d7719de6679923eb9545120d966b18953c9459eb SHA1: 7cbe39c925747e6484dd031d68846b6959bc33ec MD5sum: 9500d9b207248c59a2dce198f2fef497 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.061358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 17830 Depends: ros-rolling-rmf-traffic-editor (= 1.14.0-1noble.20260425.061358) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-editor/ros-rolling-rmf-traffic-editor-dbgsym_1.14.0-1noble.20260425.061358_amd64.deb Size: 17717062 SHA256: 956baf7eea17acdb52086e92ebac933f8f1b58df4341f062aca51539ac460860 SHA1: af232fdf521283029bdbcc197823c9b4504be665 MD5sum: 59f431a66f7e143ca7b45f0a6890eef2 Description: debug symbols for ros-rolling-rmf-traffic-editor Build-Ids: 12edc443f490174294e4364671dcec9dcc7ed3b1 Package: ros-rolling-rmf-traffic-editor-test-maps Version: 1.14.0-1noble.20260425.052318 Architecture: amd64 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.20260425.052318_amd64.deb Size: 189442 SHA256: d8f3375b18151a5b08d4a1ea292403b9bf79fd4fc0fc4867ed690d0a23ddb066 SHA1: 6130e767b36551abf268e79e93b34c21cf24d49e MD5sum: 679c909e7dc4d55852963f112b8b1cf2 Description: Some test maps for traffic_editor and rmf_building_map_tools. Package: ros-rolling-rmf-traffic-examples Version: 3.7.0-1noble.20260424.201420 Architecture: amd64 Maintainer: Grey Installed-Size: 71 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.20260424.201420_amd64.deb Size: 16788 SHA256: 90a02bcbcda525e8109807fd8874d7224c17e4ded18174aa9e7db81687472c2d SHA1: ba588073b3349c4bfc5c18c6513fe2e1a9004d15 MD5sum: 38a2c410b55f32f449a3a65fe87bdfd2 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.20260424.201420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 609 Depends: ros-rolling-rmf-traffic-examples (= 3.7.0-1noble.20260424.201420) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-examples/ros-rolling-rmf-traffic-examples-dbgsym_3.7.0-1noble.20260424.201420_amd64.deb Size: 589440 SHA256: 7a1445e00365f9ff369a4cc1181729c8164806fcf9b8929a829c089c96ce1974 SHA1: ab71ff6378bfae4fb440fce6bd967fd9311857e9 MD5sum: 736689dc772749ffcad9f590fdb59c89 Description: debug symbols for ros-rolling-rmf-traffic-examples Build-Ids: 0743fd765fb60397075f3ab962aca1e7d401bb59 Package: ros-rolling-rmf-traffic-msgs Version: 4.0.0-1noble.20260425.034240 Architecture: amd64 Maintainer: Grey Installed-Size: 11020 Depends: libc6 (>= 2.14), 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.034240_amd64.deb Size: 701396 SHA256: fa4b9ce9cecaf06a6cf45ee50c8a58e05cdffe82e68fc8954cc331755a3f73f8 SHA1: 92ed8dd28045341969948edf6441c5e8b09eb49f MD5sum: 2602f37be15115cbe95ce9ddaa9aec31 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.034240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 9664 Depends: ros-rolling-rmf-traffic-msgs (= 4.0.0-1noble.20260425.034240) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-msgs/ros-rolling-rmf-traffic-msgs-dbgsym_4.0.0-1noble.20260425.034240_amd64.deb Size: 8120124 SHA256: 0aed25b2086dc34fa8fb3e86338da01b5b0f94ed5c7815f3e1fe08a074700143 SHA1: d38f6050e9d27cbebf87c44f69811355cdf75b33 MD5sum: 6f07040449891fcbc2c80665e37e787b Description: debug symbols for ros-rolling-rmf-traffic-msgs Build-Ids: 252cd9f41c16befb9cb75d665e993182b8613ef5 2c07f77b9bfdfed325e3a13a4fc6d8fdd6d7471d 528cef7cb10148ceff16d73a94286c6bc896c86c 60e695309d681bdfa43b257394c7c8242a8de0a3 64ffaba4f3405ff5fcdd0040f9ffd3950a571276 81c9dcd42b898e5c33a36e36957c3cbffa12c188 82c1513d56e4a864a2ec18478b8f4043bc437ae2 bcf4e959682df00235db5caf8698ee8a7ee8bbfa e28e9acb5271446e524c27f083685222edc73913 fc2bcf0533f4fd20c2b3661891b51cbd5b00dcc6 fe903d5fa1c0cfef73725e9890fb2f753ab9577c Package: ros-rolling-rmf-traffic-ros2 Version: 2.12.0-1noble.20260425.042611 Architecture: amd64 Maintainer: Grey Installed-Size: 8038 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.042611_amd64.deb Size: 1075184 SHA256: 1163316fb6e62d4f1c617a192ceab1c7b109f9e54d8148e7b5add13a045ea8dc SHA1: ea3ccf705e40b7bd3928f2ac588a6791017958a2 MD5sum: 7e72d5e4595449b72bc52f1b9d3d94c4 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.042611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 38806 Depends: ros-rolling-rmf-traffic-ros2 (= 2.12.0-1noble.20260425.042611) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-ros2/ros-rolling-rmf-traffic-ros2-dbgsym_2.12.0-1noble.20260425.042611_amd64.deb Size: 31766296 SHA256: c76950df22b0189dd27eba1e2078d6c5f3df3d74c4b2be36cebde1cd845fd5dd SHA1: b7451e08a0632e431cb769fd9df12db4cef2dae4 MD5sum: 24505cd8e1ac2a51724a0809eb3a9dad Description: debug symbols for ros-rolling-rmf-traffic-ros2 Build-Ids: 1206a07b5842d4b8e53deada69c4b209a7233d6f 56f75fd0e7c44bdfb5edb0fa637cabb5894f3702 9d42cff4c758f119653419716ca30d66394d0d5c c4d89e6fbe414dfd79303fa5b9ca0159044998cb dee97b8c5f9482000d84c8bd824d03cd63ce099f Package: ros-rolling-rmf-utils Version: 1.7.0-1noble.20260424.002644 Architecture: amd64 Maintainer: Grey Installed-Size: 827 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.20260424.002644_amd64.deb Size: 132146 SHA256: bd9d5da07af3254cf4a0df9b229566bd051474d03989c2b42f5a8b8c3a2ccecd SHA1: 8af7220a7941ef5c86600f62ac874d0e261b0244 MD5sum: a97e8f8af72aee05e7356e488421bd08 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.20260424.002644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 34 Depends: ros-rolling-rmf-utils (= 1.7.0-1noble.20260424.002644) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-utils/ros-rolling-rmf-utils-dbgsym_1.7.0-1noble.20260424.002644_amd64.deb Size: 20602 SHA256: bd4ba3113bb8f3ddb1c3de60305f69fd226f666de82a5bccf5238d8d0163e05b SHA1: 53c2fb9eeef9abf3b1650a73c5e2b1777ec94011 MD5sum: 6b47cff303f03193ba5800d0c15b432a Description: debug symbols for ros-rolling-rmf-utils Build-Ids: f4ceabfeb0bc17a777d7cf0ed687ad85356b2d90 Package: ros-rolling-rmf-visualization-building-systems Version: 2.5.1-1noble.20260425.040308 Architecture: amd64 Maintainer: Yadunund Installed-Size: 64 Depends: ros-rolling-geometry-msgs, ros-rolling-rmf-building-map-msgs, ros-rolling-rmf-door-msgs, ros-rolling-rmf-lift-msgs, ros-rolling-rmf-visualization-msgs, ros-rolling-ros-workspace 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.040308_amd64.deb Size: 12530 SHA256: 46355687dcf907ff8d3ea6f3d38b349a5d691fd5ac206b255127b90678ab42bc SHA1: c46bbf9a236544d257e0fd44137d5f029aa991d0 MD5sum: ae46c903ebd985bd7c8c5a1f8be65b14 Description: A visualizer for doors and lifts Package: ros-rolling-rmf-visualization-fleet-states Version: 2.5.1-1noble.20260425.043012 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 809 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.043012_amd64.deb Size: 158894 SHA256: 79d2edd0bc201d031ba0242f40142c34ac65196939242c9a29011804cbef0794 SHA1: 1e8af1001b93a0ff1dcbfb4eec371b11e3650822 MD5sum: 28f6dab766414d7ab73f8b066a17dbf3 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.043012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 3788 Depends: ros-rolling-rmf-visualization-fleet-states (= 2.5.1-1noble.20260425.043012) 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.043012_amd64.deb Size: 3193852 SHA256: 77324a1c6a71b1a97b32eabb5e272939318c4dcfd3eac3960fa30a7a059941e5 SHA1: e5a3778534b2811b8d96b1f05301d938ffb17e2a MD5sum: be8926d798fd28d1613b4b5cc1e9a786 Description: debug symbols for ros-rolling-rmf-visualization-fleet-states Build-Ids: 76c245a2cd3d6e8eca0c2b33564fd3a505d2b961 befd0eb3410f718cca67e8372d19c3e0c3a2bb61 Package: ros-rolling-rmf-visualization-msgs Version: 1.5.0-1noble.20260425.033927 Architecture: amd64 Maintainer: yadu Installed-Size: 451 Depends: libc6 (>= 2.14), 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.033927_amd64.deb Size: 44450 SHA256: 1c25a43ce0e2ffb8988a8fc9bcb0b9624b61f693df2f180763294807d515854c SHA1: 9bf07e5e76a4d3b0a3a5235bc3aaf81c831f658b MD5sum: 39cde0bb34d440668bd95a44a9b1e82b 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.033927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: yadu Installed-Size: 287 Depends: ros-rolling-rmf-visualization-msgs (= 1.5.0-1noble.20260425.033927) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-msgs/ros-rolling-rmf-visualization-msgs-dbgsym_1.5.0-1noble.20260425.033927_amd64.deb Size: 198698 SHA256: be1b837b764cd75fe9cc3e843c66b079b39fb82c38c1c97ec8243bf8b13b69b3 SHA1: 2e37e6021a5e71010525442638a9d5aa6b57bc5d MD5sum: c6708faf0c570f6c9ef8b184cd5a2984 Description: debug symbols for ros-rolling-rmf-visualization-msgs Build-Ids: 05d540c845fb6e9c7a3d8b7c3cba17cd2e0a3f42 147c0b9d9ad38788627bf64c58246947f4e0bbe6 1dac01753b0b49f56ee794a83b72d3efa28bfab1 2cb7f0fd706f78a9ec99908a5e194e4ffef2b3ea 46f922034a9a2b74d0d9b3120445f53366b9c5a6 57ef7ec12996cd1483e96d2c0f4f2b955f803d91 673fe7002534c533497f9ce7cbae4d12da1fa0e7 bf91fb10dab85e6e856cc0643b87e04665321dd0 c32700ce28101e4d71eafe043a3ab89619b7ad82 e5eb8fc080ffd6bf7e8c01f65d5a0f7d5aa02f68 f3e4dcde1e963bf662a524874291cad9c830582d Package: ros-rolling-rmf-visualization-navgraphs Version: 2.5.1-1noble.20260425.044215 Architecture: amd64 Maintainer: Yadunund Installed-Size: 1076 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.044215_amd64.deb Size: 197496 SHA256: a81b288013efc1117090544d513f822a35f675538e99093416b824671e7e1fcc SHA1: 6e3959b565f5ee3ddd7ea2d1164588d5f0223643 MD5sum: a06bd71be2955c6b53fa3ff655c317e8 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.044215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 5118 Depends: ros-rolling-rmf-visualization-navgraphs (= 2.5.1-1noble.20260425.044215) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-navgraphs/ros-rolling-rmf-visualization-navgraphs-dbgsym_2.5.1-1noble.20260425.044215_amd64.deb Size: 4270924 SHA256: d7ca5aa7919d682159283082b982c353984de8376726ad2b54ce8e865baa2684 SHA1: 5c39a908424eaa91d72669d67cb77277be4703f9 MD5sum: 0f8f9de9eb7421f2d4269aa879e97d4f Description: debug symbols for ros-rolling-rmf-visualization-navgraphs Build-Ids: 052de5ac1c5865707cbe84d4d4096bdb06cbea81 c97611e2df39a4ad3dba32263ecce0a8a0fe4f3a Package: ros-rolling-rmf-visualization-obstacles Version: 2.5.1-1noble.20260425.043018 Architecture: amd64 Maintainer: Yadunund Installed-Size: 800 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.043018_amd64.deb Size: 156724 SHA256: 0c6d2e85cb893e2875106b95ff61e78222ed99c1fda712e03ecbfdf7f1b6c4cc SHA1: cf248f176c535b83bce12e8c2c85990e93f2c68e MD5sum: 040dc2b2d24f92fb9d53e84ba68415b0 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.043018 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3710 Depends: ros-rolling-rmf-visualization-obstacles (= 2.5.1-1noble.20260425.043018) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-obstacles/ros-rolling-rmf-visualization-obstacles-dbgsym_2.5.1-1noble.20260425.043018_amd64.deb Size: 3115914 SHA256: 3a05b763fb0cbe9f6a82a1ba7801c07841154521ab214eb7c5639e796646d01d SHA1: 4b27534b844ebf17c8ea776ddef905f6be45693d MD5sum: da74d6d018ef413a944f78d0f554bda4 Description: debug symbols for ros-rolling-rmf-visualization-obstacles Build-Ids: 47359bd8b24a154e1119e3358b6cf539ef981f13 6fe7a252eb46d171f9879665bbd1ee1b6a1b8bb5 Package: ros-rolling-rmf-visualization-rviz2-plugins Version: 2.5.1-1noble.20260425.055219 Architecture: amd64 Maintainer: Yadunund Installed-Size: 1481 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), 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), 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.20260425.055219_amd64.deb Size: 259340 SHA256: f12cc43af87e04a5551b9e0bee619751d6993a8caf59c6dd827a3eed30c3597f SHA1: dc299ff5f1a60765074db82b7bb11d74eed57cec MD5sum: 446f3d5ee38a9a3548f177ba10befb60 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.20260425.055219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 7731 Depends: ros-rolling-rmf-visualization-rviz2-plugins (= 2.5.1-1noble.20260425.055219) 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.20260425.055219_amd64.deb Size: 6570140 SHA256: 25a5dce19d8b8555666ff30bdd50bb8b7e047ad4a626a95adcf1b532a6116f7a SHA1: 77c92e5a50448fab3d261557983327fb3a277a61 MD5sum: 728ffda88f65923a6c0b5793e023afb8 Description: debug symbols for ros-rolling-rmf-visualization-rviz2-plugins Build-Ids: 59c974eb662d431e116e421f19c95eef87be1264 Package: ros-rolling-rmf-workcell-msgs Version: 4.0.0-1noble.20260425.033932 Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 1190 Depends: libc6 (>= 2.14), 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.033932_amd64.deb Size: 107340 SHA256: 331e9c02d9ac1dc055b8c6f4fe0c9fa23958fef4193fca9713fba2365288002c SHA1: 6e5295263867c34302ff306dabf6c451e5079232 MD5sum: 0a3c75b2cee92cccbc6f520f36b51ba0 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.033932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 1025 Depends: ros-rolling-rmf-workcell-msgs (= 4.0.0-1noble.20260425.033932) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-workcell-msgs/ros-rolling-rmf-workcell-msgs-dbgsym_4.0.0-1noble.20260425.033932_amd64.deb Size: 840702 SHA256: 152af13151385867036190373a494d17754111921b096ff8ce1131e34d5ba8c1 SHA1: d0b246fa95564c38148ac4042c9a422a1273123e MD5sum: 4fe74498e84b2f26e1ebe74dbdd5b3b8 Description: debug symbols for ros-rolling-rmf-workcell-msgs Build-Ids: 08577d2d892466036c0abd1a33c985f11cc0d440 1b50d45d020ee186dd50db9a11d76ab404224236 358cd9befdb1a7072c393817a019ad992816b0f4 38381670331ce70e4fbffcb851ef8f810f741ac6 3bce01d4aeffb425538b3d25246fce7a44c413ff 67f6c98935348f012303013ebf438615309a60a5 7a5706e06a74c35c6f9e769fa5d687836b0b0414 7e7ef6e0a7f49a041bab2ecb48e8d8a33605c4ff 92587c98616885d58da0e9c3293b74b91c71d448 ac37db250e644e59642c8c5f7ba3c8bd26e4f8ad d4ba301c027c02f2768ef8d41bbac2303f08a3cb Package: ros-rolling-rmw Version: 7.10.1-3noble.20260425.000443 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 567 Depends: libc6 (>= 2.14), 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.000443_amd64.deb Size: 76376 SHA256: e57ccf029e6c5de6287117bea9f5e1f03a0a150470254cb456903455d136d7af SHA1: ae41fbd14b812984fae7cf75baeba7751d9b4103 MD5sum: a6e026508795f5d43d22866617b54380 Description: Contains the ROS middleware API. Package: ros-rolling-rmw-connextdds Version: 1.2.4-1noble.20260425.034216 Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 113 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.034216_amd64.deb Size: 18938 SHA256: 659a60289270ee9efe67dcc7e00c8633c84d7080a172cd8f7f04548b60029465 SHA1: c7024896160fdff154661688c0468248dd4a12fd MD5sum: 04b201e43de6db6ed0b17be2401cd012 Description: A ROS 2 RMW implementation built with RTI Connext DDS Professional. Package: ros-rolling-rmw-connextdds-common Version: 1.2.4-1noble.20260425.033904 Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 1084 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.033904_amd64.deb Size: 279802 SHA256: d33449b54938d069d688fd7363b4f9ca9658d5e428f28305425305f7135a07b3 SHA1: a668758b7e12b8e9995bc413b992316f389d312a MD5sum: 129a547f76032149ff6d33d697e7b960 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.033904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 3389 Depends: ros-rolling-rmw-connextdds-common (= 1.2.4-1noble.20260425.033904) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-connextdds-common/ros-rolling-rmw-connextdds-common-dbgsym_1.2.4-1noble.20260425.033904_amd64.deb Size: 3157748 SHA256: 590e942175a32facf203f2f973b121c03df0c60604b991ddb4d0e7753b0f5391 SHA1: 626a5f5e0e686e5298dca6ed56cc8b30937514f5 MD5sum: f541024c35366e012725093625a2205b Description: debug symbols for ros-rolling-rmw-connextdds-common Build-Ids: a0554634f537ee876aa979a89453e6b895ebebe2 Package: ros-rolling-rmw-connextdds-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-connextdds Version: 1.2.4-1noble.20260425.034216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Andrea Sorbini Installed-Size: 132 Depends: ros-rolling-rmw-connextdds (= 1.2.4-1noble.20260425.034216) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-connextdds/ros-rolling-rmw-connextdds-dbgsym_1.2.4-1noble.20260425.034216_amd64.deb Size: 107948 SHA256: 1375f7811b174fa1c08ea68d90172cbb696939814889fb878b583417d7f17a5a SHA1: b00c7d9697c4440da3d52e2e8212adfbbbddae89 MD5sum: 0bdd7450def9c0a65ae20c729cde792f Description: debug symbols for ros-rolling-rmw-connextdds Build-Ids: 26deeba863798f867a417798b93fa016cce630af Package: ros-rolling-rmw-cyclonedds-cpp Version: 4.1.4-1noble.20260425.034009 Architecture: amd64 Maintainer: Erik Boasson Installed-Size: 437 Depends: libc6 (>= 2.14), 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.034009_amd64.deb Size: 144610 SHA256: 3abc0fa6f331f789614d8efb30f47e9477a8f49eca27ad752be93c32c69fbf13 SHA1: f51161ffb2140117e3940f671e0d69a440f7d899 MD5sum: 38b73c9866b09e64333d94b14e7a9ac6 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.034009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Erik Boasson Installed-Size: 1673 Depends: ros-rolling-rmw-cyclonedds-cpp (= 4.1.4-1noble.20260425.034009) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-cyclonedds-cpp/ros-rolling-rmw-cyclonedds-cpp-dbgsym_4.1.4-1noble.20260425.034009_amd64.deb Size: 1580072 SHA256: bf1c64576ada7ac69e6332fa96ec6e078392d2b168fe654ef4ec5a145bf94047 SHA1: b52a6a488a86f7569ed8e30418eae0c8b54f8d62 MD5sum: 0aae7ce015ef246e55af01d2358bcf72 Description: debug symbols for ros-rolling-rmw-cyclonedds-cpp Build-Ids: 4bf3bf4ef609854269ff82e3ef49af0e71d79260 Package: ros-rolling-rmw-dbgsym Package-Type: ddeb Source: ros-rolling-rmw Version: 7.10.1-3noble.20260425.000443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 71 Depends: ros-rolling-rmw (= 7.10.1-3noble.20260425.000443) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw/ros-rolling-rmw-dbgsym_7.10.1-3noble.20260425.000443_amd64.deb Size: 41382 SHA256: c4071e7d11db976b6666968fbe8f7cd191f4a913e8ed1a2de269e206af5ea558 SHA1: 552219346b8033c8e634840ae633b634ce00b6e8 MD5sum: 1b731f41956cfa5e91a64751a0820785 Description: debug symbols for ros-rolling-rmw Build-Ids: 056b90143b7b33693129b5090767afa25dcc2c5f Package: ros-rolling-rmw-dds-common Version: 6.0.0-1noble.20260425.033619 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 909 Depends: libc6 (>= 2.14), 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.033619_amd64.deb Size: 120472 SHA256: 8eb1d0d24bc1c8ce13621bba4ce5000c7c4412c981be611c7034cbea54ab0041 SHA1: e4bbb29d50478828712bdb9c5b27747e0af2fe59 MD5sum: 49533e9ed4074a155f8540d232610343 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.033619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1160 Depends: ros-rolling-rmw-dds-common (= 6.0.0-1noble.20260425.033619) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-dds-common/ros-rolling-rmw-dds-common-dbgsym_6.0.0-1noble.20260425.033619_amd64.deb Size: 995734 SHA256: 4d5c79bc21c7135b2bd7ef3a49663bb2fbbc1bf61f28f68f53ce64546f992a6b SHA1: 1b9285cedd70375ca7b5c5baee088771d2b646c3 MD5sum: e45bbdc738808d8c8214085843bc39f1 Description: debug symbols for ros-rolling-rmw-dds-common Build-Ids: 1e0da3e400cd4c0f57aada0a2883a85d3f3ddc4d 1f6b70bfefde6134dccc1c07217bb2acb21f1d8a 3cbe88c8cecf3376c63985fda810f7bcabbf9186 6947b6681e843cf214b4ed12bbb0d0418bb1c372 9e454ff3d4caeb2740085761b019dd6f654244fa ba2eba01cf5e482f556330ae9bfedfc8d4997a46 bfb05a202ebc3517851b8531bc9cc4146536786b d60e1abfdbb0b67764f0317749330e6ed0dd21dc de2b984246370b42a582f40768187e5a1bcdc6d2 e672b258ac504572fa166c750cb554309d0ca70b ee8001282ebcad4b8b141156d66666711b94db48 f93703fb3f94fcc6a0bb3c24aea3be9bfcfbd69f Package: ros-rolling-rmw-desert Version: 4.0.1-2noble.20260425.034012 Architecture: amd64 Maintainer: Davide Costa Installed-Size: 432 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.034012_amd64.deb Size: 144430 SHA256: faece1f828ddfb632168a260c2f3fb5d50cdcb38cc67e530b7dc4dbdd80dedee SHA1: 4a80f138ea53f80877697db024f013960457d9cd MD5sum: 4fd6afa40bfe32d05f486fb592df957b 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.034012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Costa Installed-Size: 3286 Depends: ros-rolling-rmw-desert (= 4.0.1-2noble.20260425.034012) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-desert/ros-rolling-rmw-desert-dbgsym_4.0.1-2noble.20260425.034012_amd64.deb Size: 3193246 SHA256: e2b2de0715b98c6047d155915d52e2d3d9ed529997155eb5bd4117580d2397e9 SHA1: e48152a560b755e0a086b65fba573beb9ce7e32c MD5sum: a35f3acc02cb49b6644d7c6eee05a3ab Description: debug symbols for ros-rolling-rmw-desert Build-Ids: c3ba634fe9f462e0f259ccdb3c5ccd1fad03004e Package: ros-rolling-rmw-fastrtps-cpp Version: 9.4.7-1noble.20260425.034422 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 530 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.034422_amd64.deb Size: 156452 SHA256: a4411feec4af3e4300bad4a75fc96228303f9019c821e1bb586a2d2acc094e2f SHA1: ca5165941dbfd3e0f71650d1d634d59f2f5f2422 MD5sum: e6cc8d5281aba3e711386e5dc9f4949d 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.034422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 5254 Depends: ros-rolling-rmw-fastrtps-cpp (= 9.4.7-1noble.20260425.034422) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-cpp/ros-rolling-rmw-fastrtps-cpp-dbgsym_9.4.7-1noble.20260425.034422_amd64.deb Size: 4923868 SHA256: bad64a08724d53b1815ff31da28ff6a2208e76101442ece166f2c361ea484ddc SHA1: f7c93943170aea56560df0d83a1a3fa20164b784 MD5sum: d98be4d56ea18d951a8b5534b0de5885 Description: debug symbols for ros-rolling-rmw-fastrtps-cpp Build-Ids: 4f7bbec553b49826a44acc8d28cf134252db8d6a Package: ros-rolling-rmw-fastrtps-dynamic-cpp Version: 9.4.7-1noble.20260425.034937 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 467 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.034937_amd64.deb Size: 125046 SHA256: 5872ec82f191c3fc7b336c4fe050b7f820f0beb722307a52181d804f47408200 SHA1: 460ce60a5bb4e695f893d40ea744eedc8740c9be MD5sum: c0a47c4f65ee162403f30d9ce9d806fc 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.034937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 4399 Depends: ros-rolling-rmw-fastrtps-dynamic-cpp (= 9.4.7-1noble.20260425.034937) 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.034937_amd64.deb Size: 4069894 SHA256: cb64dd14f8d15ab79e2ea16bccd36ebaf89db32e98a80df527b07b67e1b9c996 SHA1: 4db326512f50c272fa5dba9fbdb20cabc7ad46e7 MD5sum: dd70112d2b8334c1997d95a9c6892da2 Description: debug symbols for ros-rolling-rmw-fastrtps-dynamic-cpp Build-Ids: 43f67a3ddaf87dab65cc92cb6497a3b52df2714c Package: ros-rolling-rmw-fastrtps-shared-cpp Version: 9.4.7-1noble.20260425.033904 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 685 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.033904_amd64.deb Size: 184232 SHA256: eb220ed308f77222289a7d1dd2bb4e7b0cbfc1a14c2306e985468c86fe8535e5 SHA1: c7a1549fac826b6e164f91dc29035d0dde850f1c MD5sum: 545bb7865bca3d7608308a992d36f89a 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.033904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 5984 Depends: ros-rolling-rmw-fastrtps-shared-cpp (= 9.4.7-1noble.20260425.033904) 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.033904_amd64.deb Size: 5666118 SHA256: edca78f31912c8028db3b768e593ef5439fe5e4068892365988418b558d0299e SHA1: c3288dec82655889fc9171ef7d4de56e94e633c5 MD5sum: 6d773ca3ac7c94696f6c0684b88d869c Description: debug symbols for ros-rolling-rmw-fastrtps-shared-cpp Build-Ids: 73b053be6e5589c5b73e128c8349d58894127133 Package: ros-rolling-rmw-gurumdds-cpp Version: 6.0.1-2noble.20260425.034020 Architecture: amd64 Maintainer: Donghyeon Lee Installed-Size: 688 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.034020_amd64.deb Size: 190806 SHA256: 0bc7a508561a201d89b1bab2b4751c3c4dc286d372222154432a5426783a5517 SHA1: d37f4ffd21f3f1f143c2bb39dd221f66ff8eb4d2 MD5sum: 74af216bf7796a920309a12c410b44ef 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.034020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Donghyeon Lee Installed-Size: 2546 Depends: ros-rolling-rmw-gurumdds-cpp (= 6.0.1-2noble.20260425.034020) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-gurumdds-cpp/ros-rolling-rmw-gurumdds-cpp-dbgsym_6.0.1-2noble.20260425.034020_amd64.deb Size: 2424898 SHA256: 7a0b2e257dd532b8294c1b23a273fcce8634f1fb7355114abfda89b9c643a148 SHA1: 3cd7b5ccb14da7e569c07e1e39d65560b76a4592 MD5sum: 43b7e04b953eff8fd16633eceb975728 Description: debug symbols for ros-rolling-rmw-gurumdds-cpp Build-Ids: 5e51e205b9a9e565adba1b1087250a450d6bb682 Package: ros-rolling-rmw-implementation Version: 3.1.5-4noble.20260425.035505 Architecture: amd64 Maintainer: William Woodall Installed-Size: 118 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.035505_amd64.deb Size: 25278 SHA256: 659e84875a62b0e111d782abb7e2c23c272ba24f002b7d3720a344ca4e064d26 SHA1: da2a854c7cc4a16b68a537fae8a18387dbff1309 MD5sum: 3a15b5924c627405c81ae9f959c3bc1f Description: Proxy implementation of the ROS 2 Middleware Interface. Package: ros-rolling-rmw-implementation-cmake Version: 7.10.1-3noble.20260423.215721 Architecture: amd64 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.20260423.215721_amd64.deb Size: 9574 SHA256: 8bdcd27ba34e7306506d30f1bad118bcedf58e4e6c6b96e24d62ebf294f10a16 SHA1: 0247e7955abaafc867fb6771282aec4848c8c751 MD5sum: aaa04a839b900dee9ede763a3fb834c2 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.035505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: William Woodall Installed-Size: 168 Depends: ros-rolling-rmw-implementation (= 3.1.5-4noble.20260425.035505) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-implementation/ros-rolling-rmw-implementation-dbgsym_3.1.5-4noble.20260425.035505_amd64.deb Size: 143938 SHA256: a6bfc88606d25e576ad39025930bacc9a28e9cd622c70dcd312469b67ff6324f SHA1: 071b607ed5a5f193c770d96e11468e38aa7e5513 MD5sum: 203e9a13f02f6f4d4448867b2c1390c0 Description: debug symbols for ros-rolling-rmw-implementation Build-Ids: 10eb53c5994ae8933dde527894a00b9a15f5d379 Package: ros-rolling-rmw-security-common Version: 7.10.1-3noble.20260425.000518 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 123 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-security-common/ros-rolling-rmw-security-common_7.10.1-3noble.20260425.000518_amd64.deb Size: 26134 SHA256: adfa05cea11fec3cf332cc937a738875887d6a08d35eb802782d1bce1520a62c SHA1: b71a0eeec3384e8188d820d10e292e7734f5befe MD5sum: 6ae5935b3b1716dd6a96b087a5124da7 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.000518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 263 Depends: ros-rolling-rmw-security-common (= 7.10.1-3noble.20260425.000518) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-security-common/ros-rolling-rmw-security-common-dbgsym_7.10.1-3noble.20260425.000518_amd64.deb Size: 241856 SHA256: ea567ac8cecf90b7ed7c4bf558eb1805dfeb012e8ececf1a3fbf0ad67b4d53e8 SHA1: 18075edc108950dee90c8de749afd5b7224a04ad MD5sum: 4f1fdae3346a6ccabead3682327e6895 Description: debug symbols for ros-rolling-rmw-security-common Build-Ids: 21de4827b2366cd7ca8dc22377556ffe9ec7fddc Package: ros-rolling-rmw-stats-shim Version: 0.2.3-1noble.20260425.034616 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 126 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-rolling-rosgraph-monitor-msgs, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-cpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-stats-shim/ros-rolling-rmw-stats-shim_0.2.3-1noble.20260425.034616_amd64.deb Size: 30982 SHA256: 63027d4ac0e7eb6ee683d4452743d815192aa272beb94d41364a87013700672b SHA1: 3f5df4d9367eb84b987178e5895b7f72fb2caffd MD5sum: 6fdd3ef21a7cf2cd2f2f63c85461c9d7 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.034616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 319 Depends: ros-rolling-rmw-stats-shim (= 0.2.3-1noble.20260425.034616) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-stats-shim/ros-rolling-rmw-stats-shim-dbgsym_0.2.3-1noble.20260425.034616_amd64.deb Size: 299842 SHA256: f8478d32ec5010eccf10c87fafc8d6c89db32ccf575dad4af151cf53ebba1bf9 SHA1: b966a9d8f9a227a1ba5a5c4314992dfb150d26b0 MD5sum: c897b3cdf56d6eb5e18799b21dc88f21 Description: debug symbols for ros-rolling-rmw-stats-shim Build-Ids: cab9981d4d95ff065d3c583d81badecc1eb141bd Package: ros-rolling-rmw-test-fixture Version: 0.15.7-1noble.20260425.000517 Architecture: amd64 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.000517_amd64.deb Size: 9402 SHA256: 4b335e16289849c78e30efd9ad6ce04fa5ec1d0ec6bdd9ad43e1a3e742a32c7b SHA1: 2b7c6e8b51d532166af14064440b3584ed5f6a8b MD5sum: 2acda5b54beca1dff3b130a8e6dee8ec 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.035919 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 132 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.035919_amd64.deb Size: 22436 SHA256: 3d906a1b1c9ef71786fb64f8796b560689740008bb9839e86cbde6f7d2526c68 SHA1: 9f3028d53063c21bfbf507ae53d023a9e1465f7a MD5sum: e1babc29412d11f5352f6260c206be62 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.035919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 126 Depends: ros-rolling-rmw-test-fixture-implementation (= 0.15.7-1noble.20260425.035919) 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.035919_amd64.deb Size: 96604 SHA256: e6acfaa5e7286d48e23c7e2a87d61a746e5bb1fb993c688321062a5e157e9f57 SHA1: 8e614501c9ac34dc1dfee051003d155d8230fdcd MD5sum: 7d07811d2611bff4fbeca88a5245ea7d Description: debug symbols for ros-rolling-rmw-test-fixture-implementation Build-Ids: 64e3d7d4e026867e8421c4e395fa67963fcb8fa9 f59b2b7b9fd30f7c4daed0305db8daef279ceb80 ffb42f361c2076d0b35108bd3927d8f3152fb533 Package: ros-rolling-rmw-zenoh-cpp Version: 0.10.3-1noble.20260425.032305 Architecture: amd64 Maintainer: Yadunund Installed-Size: 826 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.032305_amd64.deb Size: 258968 SHA256: 562c59479d688a802cb326bc434f15a435d3106806dced27ef2107b61e33c760 SHA1: 572e2066ea26f5b190dd065257072a2e0d796815 MD5sum: 3a43cc9bf85265836a9387fbca14956d 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.032305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 6338 Depends: ros-rolling-rmw-zenoh-cpp (= 0.10.3-1noble.20260425.032305) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-zenoh-cpp/ros-rolling-rmw-zenoh-cpp-dbgsym_0.10.3-1noble.20260425.032305_amd64.deb Size: 6190516 SHA256: 3542ca1d1126b43112044e205d5582ba3f2661f4310da303c9ad9567da263f80 SHA1: bfd06f85373f874e444a83ae889c77b46964e51b MD5sum: 44c61668666aa86cac26c91c8e64bd88 Description: debug symbols for ros-rolling-rmw-zenoh-cpp Build-Ids: 6df8ba1b7df364aaddaeb291d0b9897228b3cd48 9682e8df6fec4fb8b9936493dcaa2f1b025b4a83 bf33295bb3ed559eecdf33dc3f5bafb95efab30f Package: ros-rolling-robot-calibration Version: 0.10.1-1noble.20260425.050023 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 4995 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.050023_amd64.deb Size: 936214 SHA256: 1df995faa194eee4ea3e8550945837957b006727719a517ec19bc7b153fb13b5 SHA1: 5ede7beaa5c7a3ed7d8905db3f742fe03307da29 MD5sum: c630ef89e9dacdb6fc5ef2d370f0e327 Description: Calibrate a Robot Package: ros-rolling-robot-calibration-dbgsym Package-Type: ddeb Source: ros-rolling-robot-calibration Version: 0.10.1-1noble.20260425.050023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 32302 Depends: ros-rolling-robot-calibration (= 0.10.1-1noble.20260425.050023) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-calibration/ros-rolling-robot-calibration-dbgsym_0.10.1-1noble.20260425.050023_amd64.deb Size: 29109648 SHA256: ed51924ff8cafb23fcee5b0dbe5b0863c49c0398e9b94bcd66fe8a373909840f SHA1: 0a6ba1d690202e72a522a60de2c4657e0176f785 MD5sum: bf683a13fc744f0e239b03078994f533 Description: debug symbols for ros-rolling-robot-calibration Build-Ids: 06a3cf75275ed842af17615d9e32536cc0cf73fa 18d1306dbb1ece74db476494b9cf7c01032f7a94 6660b5d70bb6f32a2b3c06c6341f430ad41bd501 6b0c9acc8fd06d41594a9ca4e7e01bd985fa81a0 7d47da702f820bafc40fdf163af5b104665edfef 8564836bb1921bcb190a2146af0f105b20e019b6 d4a0a9d16cd1b6d8a33e5caa476b6d55bbb4979a e47613524b0247080619ec5ddd83be9107992ce7 Package: ros-rolling-robot-calibration-msgs Version: 0.10.1-1noble.20260425.040540 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2542 Depends: libc6 (>= 2.14), 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.040540_amd64.deb Size: 191504 SHA256: dc597c8434cb413ce019febfda7c15de151552e0c7a418d3fc4095d6e233a3bd SHA1: a10b4274c06467efd86096cf974275125eb9cdbc MD5sum: 5a3d2e3b50e4d0b45168c8bce7a272e4 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.040540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1815 Depends: ros-rolling-robot-calibration-msgs (= 0.10.1-1noble.20260425.040540) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-calibration-msgs/ros-rolling-robot-calibration-msgs-dbgsym_0.10.1-1noble.20260425.040540_amd64.deb Size: 1425364 SHA256: 4214fa0efb3b820beacefbfdcac1818e07fa4f37c570de5b4b9e374025bf7d58 SHA1: 2684a4de0e0400969c8c24ec2e888d349dbcfbe1 MD5sum: 6e3ef191f55f6de2f8ac3de26af58f9e Description: debug symbols for ros-rolling-robot-calibration-msgs Build-Ids: 2387ce32f794bb4c1b394dca367d2f007b86839a 7c87146e3053b05cee5d188c4f8c0c9f378fa4e4 85ea147a096e4e304bde352d4a74d9ddf77ab486 874a343055bfc5516777531eee6f1ea19981e902 8b06a11cf412b77372809f185a5f599b6748878f bd23c57f2459137969dc6d5d59b1e50700a51774 e2511d2852e6f888babfe71813e76f9c3cd3c895 e69c96c102a9cc1c80b92dd792037af5ae5399e1 ef4bc645324745ff7e95eb96cfee6c32a2223a3b f8ba71cbe890f2cc2b355f42552589f495cb2dcd fb8c8a2cfea1c990747c317a6b507d24c5a92091 Package: ros-rolling-robot-localization Version: 3.10.0-2noble.20260425.045841 Architecture: amd64 Maintainer: Tom Moore Installed-Size: 7322 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.045841_amd64.deb Size: 881106 SHA256: 98f456cc5fd4772aabb6753f82d8dbdf3ffc62eb3019cc3ded253869045031a7 SHA1: 58e104b5592e7fefb3a57e58ac0557d1cfd11a1d MD5sum: 8288111491387b9c2d5868c058a8cdf0 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.045841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tom Moore Installed-Size: 24533 Depends: ros-rolling-robot-localization (= 3.10.0-2noble.20260425.045841) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-localization/ros-rolling-robot-localization-dbgsym_3.10.0-2noble.20260425.045841_amd64.deb Size: 21521640 SHA256: 075e3576d4f6c3b8589cebc1e9db4d7c93d4df6378b249a0d9399b98fe14d1cc SHA1: 049ecf0bc0636846ccd78dbd73d25c612a17c61e MD5sum: d7e7df94a277ab2dac534391fadaf593 Description: debug symbols for ros-rolling-robot-localization Build-Ids: 15c77959dba9be9b66f7e588dec6a4a21fd3b357 2b0117a2badc116b2b6465686572389545be7f3f 2d554433f4021112d13e914f408f14f42f42bf7c 30e8fca813600b5c0925ce9165b2610443d1cc86 42d0fb439c580717668cea0e997e1c780e26db53 5fa97a80b546349155d0426628dee994ebcab180 70498f5994f83c9ec1acd745623900001a671f8e 7f7f74257ef090f57a8b7be5ac7fdc1fc22d6f64 818f2362a4fa56b63eca433d0abeef313d15c8e5 888473150216f932ea9f9e7ffb9ca05f3511e9a6 c3870a290eaa5755fbda6367c4dd53fdbea9b01c c534712a9075b8d3eb86f19671e1d1d45f97d708 cd975e8c07b696539e11e729d0769f60cf40d5db d09df9f9302ec93e8f609ba2801cb09ca28cdf3c f13c620e9902270c7f7ea874c173adef25836ada febcba7f99f65a287480e11d17124222cd185974 Package: ros-rolling-robot-state-publisher Version: 3.5.5-1noble.20260425.045029 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1136 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.045029_amd64.deb Size: 199548 SHA256: 17de9e7052268a7be4d21166b24399664c9ea88847827edce01092ab54b19d7b SHA1: ff8a4552a71cb061d66e4ac431bc88a021d6755e MD5sum: ed9675bd4f05658e18310fde8b7a6897 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.045029 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4897 Depends: ros-rolling-robot-state-publisher (= 3.5.5-1noble.20260425.045029) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-state-publisher/ros-rolling-robot-state-publisher-dbgsym_3.5.5-1noble.20260425.045029_amd64.deb Size: 4067444 SHA256: 98cea37e753677329a6cbe6b70af6ab4b4d0ed5c9c3b001d70489c7393c04cb2 SHA1: ae4bd7669605d1bfb721ea1bea41c54ba9539ce1 MD5sum: 9dea512226ca588bce16b49e02758a58 Description: debug symbols for ros-rolling-robot-state-publisher Build-Ids: 6785cdeabae778fbe64ba2d9aedfca7dcced8e47 b6e38dd90e65dff2624ab39884290ce246d28c74 Package: ros-rolling-robotiq-description Version: 0.0.1-2noble.20260428.034438 Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 3644 Depends: ros-rolling-joint-state-publisher-gui, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-robot-state-publisher, ros-rolling-rviz2, ros-rolling-urdf, ros-rolling-xacro, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotiq-description/ros-rolling-robotiq-description_0.0.1-2noble.20260428.034438_amd64.deb Size: 795000 SHA256: c3cf6d65737ec517239165a3ed47f2d9e527821fcc0008e62f800f510768c3a7 SHA1: 9f881a9874dfa82e1a7436fb50ab7ae5518e0650 MD5sum: aa7c0efdf8936b243c03433ad8946846 Description: URDF and xacro description package for the Robotiq gripper. Package: ros-rolling-robotraconteur Version: 1.2.7-1noble.20260424.002655 Architecture: amd64 Maintainer: John Wason Installed-Size: 19737 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.20260424.002655_amd64.deb Size: 4426364 SHA256: 30950123f91a19c8546fd1ff1375e5dd7a93cd95d750c7dd73e03bcd31366943 SHA1: 7ed38d5fcaffb08fcaeb66ef098196fc1aa90ab4 MD5sum: 5f5457b340695b1111a5067da3503441 Description: The robotraconteur package Package: ros-rolling-robotraconteur-companion Version: 0.4.2-1noble.20260424.195842 Architecture: amd64 Maintainer: John Wason Installed-Size: 18472 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.20260424.195842_amd64.deb Size: 2758986 SHA256: 1210418e46a0e73924b7452baaa16401154ceb3cda69324b8905142cf1be3843 SHA1: 9cee13f313ba28a9109073bddc9e1ee7ed2eaca3 MD5sum: 974ff5e78cb9b1e48b2bbfe165a408a0 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.20260424.195842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: John Wason Installed-Size: 67750 Depends: ros-rolling-robotraconteur-companion (= 0.4.2-1noble.20260424.195842) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotraconteur-companion/ros-rolling-robotraconteur-companion-dbgsym_0.4.2-1noble.20260424.195842_amd64.deb Size: 58242342 SHA256: 2589e60f1d901122f24aa71952cb854a2c3bfc3036ab8cc2b9c61e0201176700 SHA1: 980a57a32a5500442c25e28946246eacaf418429 MD5sum: 676115d4a4b6b828127a5a42ccd3c7ec Description: debug symbols for ros-rolling-robotraconteur-companion Build-Ids: f967ed3bd9a4b9c343ad35ef833793871b5c2866 Package: ros-rolling-robotraconteur-dbgsym Package-Type: ddeb Source: ros-rolling-robotraconteur Version: 1.2.7-1noble.20260424.002655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: John Wason Installed-Size: 72894 Depends: ros-rolling-robotraconteur (= 1.2.7-1noble.20260424.002655) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotraconteur/ros-rolling-robotraconteur-dbgsym_1.2.7-1noble.20260424.002655_amd64.deb Size: 66843788 SHA256: 0a9252019c773c55f1f29bc4ee6f672ed512b2474ff623f3ff541be5a60fe793 SHA1: 627c9970e9ca1b89c19c569ada4cda4a31dee70c MD5sum: 390d9c5892ca9be97be2aec294b7aa0b Description: debug symbols for ros-rolling-robotraconteur Build-Ids: 3f6c5695048bdd77eeedd4fce22ff749aa8d60b9 b985a37a357f74783813aa85add25055181fd152 dba41ec2d3701040bfb192816752d2d4c9ca9921 Package: ros-rolling-ros-babel-fish Version: 4.26.43-1noble.20260425.042917 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1912 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), 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.042917_amd64.deb Size: 384832 SHA256: c50b496fdbe97000cc689bfe65ce3d21e4d6402bb848b50b6de3cde91e891090 SHA1: 7556784fdaa560204208edb311e4fe3e172a0b24 MD5sum: e220438cae605ec7e8ae8b6227abcfb0 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.042917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 8082 Depends: ros-rolling-ros-babel-fish (= 4.26.43-1noble.20260425.042917) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish/ros-rolling-ros-babel-fish-dbgsym_4.26.43-1noble.20260425.042917_amd64.deb Size: 7229410 SHA256: dcc466b518c62626749d3e304a0e7fda880ca7833640d5a4336523592e77d22f SHA1: 376174246afddef18f4db991df2ca2af08cf1c9c MD5sum: f527f597a36d0dfd6eee8fdde8483eae Description: debug symbols for ros-rolling-ros-babel-fish Build-Ids: 04214ce611b627ff56b8248e85da3910aba8a01d 222656e39afda673751d99ee37a49e605d73b736 3dd21bb8701036e25d3cce3de249ca84d3b24330 5546b8bb93392e9d297b5e84d3521183e5e36b9b 6dfaf7b3782cebe551f081f82181b0b7446b47e1 a8b4e5b0c618b7259b82c1c016e2ff0889c2a9e1 d41fad3eb35502627b7c7389fa54e4458135d619 Package: ros-rolling-ros-babel-fish-test-msgs Version: 4.26.43-1noble.20260425.035913 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2674 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.035913_amd64.deb Size: 235204 SHA256: 493ed6698c6c77916342ed555620324c62bf5de0f7059123e6faaf127e89a796 SHA1: 223ffcd9b64a5dcfd6b1b460a0c09b15c4de0344 MD5sum: b912693ae06db3f9d72b07bbe25e6ac2 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.035913 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2018 Depends: ros-rolling-ros-babel-fish-test-msgs (= 4.26.43-1noble.20260425.035913) 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.035913_amd64.deb Size: 1631422 SHA256: 7022e0f51dc6e395a382b2f5c6c61df8bb547cb9abbf9a76b9ee2bd209aab9ed SHA1: 1bef5fdd5e3e9accf89dc259d600788fafe56945 MD5sum: 117cc0f8f0c1b968d22543133ba97abb Description: debug symbols for ros-rolling-ros-babel-fish-test-msgs Build-Ids: 04265f22d8e26cf3bd8b4fa1bde071f855f7a862 1782bea2334a520ceaa9ae2a78d9fc59fe4ec132 2f83a976a0c80bb7aa5a3f90e4d4209ab364b495 4d7a647a42128734ea86be7a2e6422a1aa21fc60 8982a2adc3f450f444f3b620ad85b380f0ca3e89 996c708bb991c59cf56f807508826ab9a92b993d 9b8d3262de9eaa0b57ce4a5b93ad130f60eea86f a109be8d52c4e3bbc61752a4b273b4c30c6d7611 ac55f04db61188bc3a47f500f1fe663fdf342476 cd4c4af38b2fe0c236b050e3c2a8fb9f32d4d28e f20f665925df4b5e14c47976eeb1e01e3e9de855 Package: ros-rolling-ros-babel-fish-tools Version: 4.26.43-1noble.20260425.044253 Architecture: amd64 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.044253_amd64.deb Size: 206208 SHA256: c2bb040be31487ba40e4c0e691cc039962b0e17821fd858d605b2e4111228c09 SHA1: 492fc6414e2e83b40117d59de37a8d07785ee6aa MD5sum: 2a311e6f03c99c91a298ebb560d32ef2 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.044253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1387 Depends: ros-rolling-ros-babel-fish-tools (= 4.26.43-1noble.20260425.044253) 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.044253_amd64.deb Size: 1268962 SHA256: 62cdc2f3a6c9342baeeaf89ea136ea7516b9ce84647952cf63ee5b5258fdc718 SHA1: 27c55309aadffc499d7c6387478711c5e937822b MD5sum: b84da3b262681fd936bdd0892e1789c5 Description: debug symbols for ros-rolling-ros-babel-fish-tools Build-Ids: d6dd3ef5aa249c12a664fa9435d313ea77ece6f4 Package: ros-rolling-ros-base Version: 0.13.0-1noble.20260425.054405 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 45 Depends: ros-rolling-geometry2, ros-rolling-kdl-parser, ros-rolling-robot-state-publisher, ros-rolling-ros-core, ros-rolling-rosbag2, ros-rolling-urdf, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-base/ros-rolling-ros-base_0.13.0-1noble.20260425.054405_amd64.deb Size: 6052 SHA256: d0cce36276f8b55c0d59d96458ec030165e564b6416bffdf2b7511ffd510b2e4 SHA1: 38aaa2d6cef4bfde742aa694264693d96a566c57 MD5sum: ab841b979c360cd0209f9cc5f681c0d9 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.20260425.052358 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 46 Depends: ros-rolling-ament-cmake, ros-rolling-ament-cmake-auto, ros-rolling-ament-cmake-gmock, ros-rolling-ament-cmake-gtest, ros-rolling-ament-cmake-pytest, ros-rolling-ament-cmake-ros, ros-rolling-ament-index-cpp, ros-rolling-ament-index-python, ros-rolling-ament-lint-auto, ros-rolling-ament-lint-common, ros-rolling-class-loader, ros-rolling-common-interfaces, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-launch-testing, ros-rolling-launch-testing-ament-cmake, ros-rolling-launch-testing-ros, ros-rolling-launch-xml, ros-rolling-launch-yaml, ros-rolling-pluginlib, ros-rolling-rcl-lifecycle, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-lifecycle, ros-rolling-rclpy, ros-rolling-ros-environment, ros-rolling-ros2cli-common-extensions, ros-rolling-ros2launch, ros-rolling-rosidl-default-generators, ros-rolling-rosidl-default-runtime, ros-rolling-sros2, ros-rolling-sros2-cmake, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-core/ros-rolling-ros-core_0.13.0-1noble.20260425.052358_amd64.deb Size: 6870 SHA256: 7dffa179c43169290cc881c5272c1361de1fab96ffeb28ab3ff93aadeae62d28 SHA1: e3d44e2c2ce4d1883fd36580918053801a84b9d9 MD5sum: 6781eec5a058e9c30bb33468ebec0427 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.20260423.212210 Architecture: amd64 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.20260423.212210_amd64.deb Size: 6228 SHA256: 4d4bdb4fca9a4f9c0e1f6050d02e64468c972c112cf31aa048c87636407034be SHA1: 8ec32772a3c28ddc5c69d8b2e989951ea5de661b MD5sum: e71312f4862aeaad75262adea0e820ef Description: The package provides the environment variables `ROS_VERSION` and `ROS_DISTRO`. Package: ros-rolling-ros-gz-bridge Version: 3.0.8-1noble.20260425.043858 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 19382 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.20260425.043858_amd64.deb Size: 1980638 SHA256: 7ff0eadc75449a3a698245c896e6479d6bb8e1b612ef041f84a6d2e9714888fe SHA1: 87eb11d0b7160d7dbdc00e27eae13fa2b46e5309 MD5sum: 41703b15c13b5961ee0ffc90d2258c92 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.20260425.043858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 80116 Depends: ros-rolling-ros-gz-bridge (= 3.0.8-1noble.20260425.043858) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-bridge/ros-rolling-ros-gz-bridge-dbgsym_3.0.8-1noble.20260425.043858_amd64.deb Size: 61515172 SHA256: a5bfe2646f68277c319da64362edc22ed8135e627206c155c2b97c2c25aaef38 SHA1: 441b7320f419fcbee126e775189c640b9bbc0866 MD5sum: 4bbe2d2137b9181f8b5b884235ddd047 Description: debug symbols for ros-rolling-ros-gz-bridge Build-Ids: 05e2fad19eb80f3f437933f8366aaef05c4e1098 222f61a7fe817f5e8ca0aa2abb32f6fd587e3012 817536514429e0278a91f9b25d2e203f6fe61fb0 9fe2dd7a97a3edb65aa95125c36aeb2be51826b2 b39784011c0576b3c230ae94aba6a184fb713642 Package: ros-rolling-ros-gz-image Version: 3.0.8-1noble.20260425.050425 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 135 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.20260425.050425_amd64.deb Size: 36330 SHA256: 44ed9087b502bcaecbe81e1b720feed6df29a59137e8154a6cac45a02631b9e0 SHA1: 948ae491f4c718741bf0de9593e57fe8eb2eee4c MD5sum: 56c50919bbad9d3997b930ed6452c8f2 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.20260425.050425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 661 Depends: ros-rolling-ros-gz-image (= 3.0.8-1noble.20260425.050425) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-image/ros-rolling-ros-gz-image-dbgsym_3.0.8-1noble.20260425.050425_amd64.deb Size: 628442 SHA256: 26eb5d98c0fd0337df7e40726c1e6a4699ce34b0e634b39157131d0dca693564 SHA1: 1ddad1135a394b1a72938e9cadbc1ed1c383d645 MD5sum: dcabaf7cd8cd56d42ec609fdac2ad08d Description: debug symbols for ros-rolling-ros-gz-image Build-Ids: 0231d48f639b45f49653218573dfacfc27784845 Package: ros-rolling-ros-gz-interfaces Version: 3.0.8-1noble.20260425.035922 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 5805 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.035922_amd64.deb Size: 424898 SHA256: 92f6bfaf9c88ddaa1aa301912b91c8dc8f483fb8cecf454ea07604a79aa0a136 SHA1: 66ed0cea80b48ccf21069e9868e57a3d9a33ba93 MD5sum: ee71e89abe428deab9f638852cb1f810 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.035922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4784 Depends: ros-rolling-ros-gz-interfaces (= 3.0.8-1noble.20260425.035922) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-interfaces/ros-rolling-ros-gz-interfaces-dbgsym_3.0.8-1noble.20260425.035922_amd64.deb Size: 4011164 SHA256: f699679a850d8cdf6ed894b97d8a83c8e391df5b140cd60b8c4c10c268151467 SHA1: 28a5d1978374a2f3bea623631db1d4b9d55e8318 MD5sum: 557e44127a1dd455e556a6d06830b2b2 Description: debug symbols for ros-rolling-ros-gz-interfaces Build-Ids: 2358b40cd9e3f477bb9730335e9b825937951d13 3dd508d633161147c34f6cefa1dfe97e4ad89e9c 5be197adc854827f5b9f20faec88f6d6fec0325f 776a857289ba89194abdc3829eae6865ff43af83 777f0b79608639b0ff65a2a42302c25cdae57835 a2ab18d408aff62802c58173a3cb9f5e9fdee17b a6dd5c732a07002c773e927cc6645a256f074555 eb408ccef10a2484afc55735dbd604074fef999d ee43b833bdeebc2c7f2cfa2feec8d4353cc25e9d f40017f569b3bc2f3f35dfaa92eb602ffb0cfe23 f6d573f09504520823dab770381cb8c1b56883a5 Package: ros-rolling-ros-gz-sim Version: 3.0.8-1noble.20260425.051132 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3865 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.20260425.051132_amd64.deb Size: 706806 SHA256: aeade8a41f38f2ecacb1476f4f1d6e5e0d81304bdcf139e72199dd5b36964924 SHA1: e3f8cba29311159782163e6192d155487e331c1d MD5sum: 6ba2e7355a512f2a3eb5325557c11214 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.20260425.051132 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 23524 Depends: ros-rolling-ros-gz-sim (= 3.0.8-1noble.20260425.051132) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-sim/ros-rolling-ros-gz-sim-dbgsym_3.0.8-1noble.20260425.051132_amd64.deb Size: 22056280 SHA256: cc02d6815b59300cc2927f84cfceda2fadf9f1dcf0258f4c188b506cf185fd74 SHA1: 3981dd92c8d287c48247da446fc223783818a589 MD5sum: a678cf4ddf1e941afe4050b2840a7ee0 Description: debug symbols for ros-rolling-ros-gz-sim Build-Ids: 06072b2874d6082c57e12ee8db96cbef70ec2630 07d1aa74c8925213f5285c607b8d24c6ff823af2 08d98943c5494394bbd27bea07a1812fe8cd4cf2 5075633478b655acabcfb01cbb36f1554db22176 796e06ba2c3b411553d8b705160acccd8f1f5041 878179462e4c2cbd8b7cc0cc5a9459c90fcd07c8 92d3e906111e956437558009fe3ef36bef58f4a3 9e5b65312e01edbfff5792837ddb5bfcba227f92 d18cd433d3a386e4c87ceb93ecb2f314cfad7f5d f2e90e5ef00d13e1cc4605e51922b86541f514e5 fb8e1b88f3deab012e2bc8ea3abea687f7be00f4 Package: ros-rolling-ros-industrial-cmake-boilerplate Version: 0.5.4-1noble.20260423.205042 Architecture: amd64 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.20260423.205042_amd64.deb Size: 22778 SHA256: 2574bf3d00beed3850af49444844310519b38ec752900de0a9d76d25882a3365 SHA1: e0281aea5239c7861bae227ae0ee597e8968bd89 MD5sum: 9bfdf3b4df7b41de54f1f2cb0f760ff9 Description: Contains boilerplate cmake script, macros and utils Package: ros-rolling-ros-testing Version: 0.9.1-1noble.20260425.051110 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 50 Depends: ros-rolling-launch-testing, ros-rolling-launch-testing-ament-cmake, ros-rolling-launch-testing-ros, ros-rolling-ros2test, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-testing/ros-rolling-ros-testing_0.9.1-1noble.20260425.051110_amd64.deb Size: 7534 SHA256: 8683a4c39e379401570c296008e7ed49b0d1ae02001c6198ef96f1d12a22ec7e SHA1: 92461a9abfa8a4a14600153a242b50ded3fc3e25 MD5sum: c2187ab9606858deaafb0d5e7bcec5ac Description: The entry point package to launch testing in ROS. Package: ros-rolling-ros-workspace Version: 1.0.3-7noble.20260423.200034 Architecture: amd64 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.200034_amd64.deb Size: 16946 SHA256: f0ee94ad7d1044860c258677b684a0cc2b8407feceaf332c74c227c7b6d9cce3 SHA1: 3d3dd5bad968996bce060f5acad2b9835060f985 MD5sum: d7c79ee0dfd2f517d7244dd45b685b43 Description: Provides the prefix level environment files for ROS 2 packages. Package: ros-rolling-ros2-control Version: 6.7.0-1noble.20260425.062234 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 46 Depends: ros-rolling-controller-interface, ros-rolling-controller-manager, ros-rolling-controller-manager-msgs, ros-rolling-hardware-interface, ros-rolling-joint-limits, ros-rolling-ros2-control-test-assets, ros-rolling-ros2controlcli, ros-rolling-transmission-interface, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-control/ros-rolling-ros2-control_6.7.0-1noble.20260425.062234_amd64.deb Size: 7304 SHA256: 6e6f47bf90ba57e1a7335d0157d62033fc63e58eb8100962facaab518a8a7bc8 SHA1: 4c96becffbb2f7a6b418874dddbd349162e0bd2b MD5sum: 9efd0eafac10c178553d4770b1a94f47 Description: Metapackage for ROS2 control related packages Package: ros-rolling-ros2-control-cmake Version: 0.3.0-1noble.20260423.215722 Architecture: amd64 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.20260423.215722_amd64.deb Size: 7750 SHA256: 8c000d42cd130ab2f365a02c7043cfc7ad3302a448456beb0cd8396e4b53e3e6 SHA1: 07746c33d6ebddfd869f4e9dafd17c2214b63899 MD5sum: bc224dfd1d983e7aa6d552430c16e8bd Description: Provides CMake macros used by the ros2_control framework Package: ros-rolling-ros2-control-test-assets Version: 6.7.0-1noble.20260425.061905 Architecture: amd64 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.061905_amd64.deb Size: 20396 SHA256: a76b55833521bf3089ee1b898e79daf0898290478a250e5e6f12532ed6798ee0 SHA1: e58a98bedaafda5fbe9574dc630da71082f63fed MD5sum: 004134aa33c1c327f5f01644c0baf81c Description: Shared test resources for ros2_control stack Package: ros-rolling-ros2-controllers Version: 6.6.0-1noble.20260425.052643 Architecture: amd64 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.20260425.052643_amd64.deb Size: 8038 SHA256: c489311f659eef18462b925ba235024357cf26e7425de3cbe231afa485722490 SHA1: ebb7d222444aee99e74756986532863590b79f06 MD5sum: 031e16690609075cc24972d87da5733c Description: Metapackage for ros2_controllers related packages Package: ros-rolling-ros2-controllers-test-nodes Version: 6.6.0-1noble.20260425.042254 Architecture: amd64 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.042254_amd64.deb Size: 12916 SHA256: baff1c3457f3735f2cd5ae99afc771a785b7d0f24c62be9284c4ad56c28757b9 SHA1: d82f89216b3770213e50aeea205c271384a8d8fb MD5sum: dc5f2038b2637e37c97a1e5a993cc8df 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.044253 Architecture: amd64 Maintainer: Tim Clephas Installed-Size: 121 Depends: libfmt-dev, ros-rolling-backward-ros, ros-rolling-rclcpp, ros-rolling-rcutils, ros-rolling-ros-workspace Homepage: https://github.com/nobleo/ros2_fmt_logger Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-fmt-logger/ros-rolling-ros2-fmt-logger_1.1.0-1noble.20260425.044253_amd64.deb Size: 13712 SHA256: dc7d7028ae3260c72237fcb099b15c60910dd3b9b3953ba5627bf4f89654fb91 SHA1: f756ebdb2a9b1ab6c97ef60aeb6d4a249469eb8e MD5sum: 3b31ab3259cf84a89c1859fe2792a3ff 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.20260425.051209 Architecture: amd64 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.20260425.051209_amd64.deb Size: 184190 SHA256: 390e25af70b83c91e82111bdd5d20649b7afa4b842b02e0e90bfff9ec0e14429 SHA1: 8ca31da6d4ce7b5490b824cf5e0acad5c78ccb8f MD5sum: 3ae2f7c07cddcf64c69fae06c2fb5406 Description: ROS2 Snapshot - contains workspace modeler and snapshot tools Package: ros-rolling-ros2-socketcan Version: 1.3.0-1noble.20260425.044720 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 1131 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.044720_amd64.deb Size: 208390 SHA256: 10273727f45f16158004063ffad2e15fd4fbe213095b83005ac36b7d99079a26 SHA1: 49eb05713ce9e440a3ae02dccac2503835c22027 MD5sum: c62e70336d37b9058a7dcf195ca23a82 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.044720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 5062 Depends: ros-rolling-ros2-socketcan (= 1.3.0-1noble.20260425.044720) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-socketcan/ros-rolling-ros2-socketcan-dbgsym_1.3.0-1noble.20260425.044720_amd64.deb Size: 4251144 SHA256: 89112f4e991423430157bcca88731036b1a7dd7ff849aea3ed68d3177434f8bf SHA1: 3a7c3594d336439f84b598006e21148575bb5508 MD5sum: 6b448f340d29c273bb9532e646e3719a Description: debug symbols for ros-rolling-ros2-socketcan Build-Ids: 789332e5e37f36a35e4914cba5774989f0b5e8f0 8e9e45b56cf6ef6276fe4a1a0220303423090833 c0cc2aa4687fc60e8e781ca5c997e35be208b3aa dc66e8f47ff4007b72177b5fcfa0a17464b74319 e4b94ebbfb34da0e6cf799a2fe2af7170513f7b0 Package: ros-rolling-ros2-socketcan-msgs Version: 1.3.0-1noble.20260425.034908 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 498 Depends: libc6 (>= 2.4), 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.034908_amd64.deb Size: 51428 SHA256: 6695b789a469c15f148b25c3da548ffb745be894c2b8156c424a78a3c0b4c4f6 SHA1: c566a893a74dbcba0066a61903f3f93372a481c5 MD5sum: 1a3c1f643370a923fe2306bf8daccf5c 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.034908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 319 Depends: ros-rolling-ros2-socketcan-msgs (= 1.3.0-1noble.20260425.034908) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-socketcan-msgs/ros-rolling-ros2-socketcan-msgs-dbgsym_1.3.0-1noble.20260425.034908_amd64.deb Size: 226662 SHA256: 04cc86cf7e0870738df52532229110200944bf22ac516012b3e0d847b892b101 SHA1: 3e7ee5c99e329644886d68458c3ba37450b26c92 MD5sum: acb576780e8418f54511f01b76dc725d Description: debug symbols for ros-rolling-ros2-socketcan-msgs Build-Ids: 1c68e05019215dac59efac47117ed37136a7015f 208885216c7eac8608abeaa8189ff4567dc09643 39cb6c2fc05f6cac6ebc302b8113323f57cd3625 500b5ac8a5e4cd6bc06791f305a88dd05cec7af0 512b0a033b2b1510f3b43617fe373a9b88b64fca 54c800a184102f883ec365ed8b228eedd6dae87c 579c5f9227e9a83c47f4deea74dd8ec2a1cb98e9 57ac00950a9089c5ff6bd4d3f922f2732aad8d60 9aed5048349a6e9db9bca4d4162af2f06fcb4309 f389462eb9592c43948b800b201b8600257537a5 f723b84dcd75400056dd167f6b1fe317e1ab187a Package: ros-rolling-ros2acceleration Version: 0.5.1-3noble.20260425.043934 Architecture: amd64 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.043934_amd64.deb Size: 13500 SHA256: be10f1cdc2be858c89c79c5e04f3d9d720931a95925e9beff3d2bef1f140dcd8 SHA1: 4127b1b938c1efbbbd7177617207f19966e47eb7 MD5sum: eb455e9e804003eaa53f65b9698d39fa Description: The acceleration command for ROS 2 command line tools. Package: ros-rolling-ros2action Version: 0.40.6-1noble.20260425.043934 Architecture: amd64 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.043934_amd64.deb Size: 29914 SHA256: f6fa0418748ed63f08ea3e7ebf47f122f292cddfe1dfdd24b1910c28aaf73fc0 SHA1: 17b0b2e55bfe1c8895dd840892a62124122bc84f MD5sum: 5b45c7e803ebaeff861108696bc29e35 Description: The action command for ROS 2 command line tools. Package: ros-rolling-ros2ai Version: 0.1.3-1noble.20260425.044957 Architecture: amd64 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.20260425.044957_amd64.deb Size: 24282 SHA256: 5afbddb6c92bd3f4cc44f40b0abf34988e0b34163523148dd4cfd2771b09a15c SHA1: e145a7fea5e84b3973c6862557377e6cdee41bcc MD5sum: 495c2af42c0e9518f4df373962b02065 Description: The OpenAI command for ROS 2 command line tools. Package: ros-rolling-ros2bag Version: 0.33.1-1noble.20260425.054258 Architecture: amd64 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.20260425.054258_amd64.deb Size: 48034 SHA256: 092675f7377d1908bfe3ff1ab3a1f5cf4b26e2a349ea290ce76cfa271ecf91fa SHA1: 66c3f7df0afb82600d9666d19811c83564e9ef4d MD5sum: 6dcd771ae6546b77eefaf31bcb468059 Description: Entry point for rosbag in ROS 2 Package: ros-rolling-ros2cli Version: 0.40.6-1noble.20260425.043845 Architecture: amd64 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.043845_amd64.deb Size: 59032 SHA256: 785d855c07bba19a22ae93c22001be4bcb0635ddca24a232e563277c60e0fa47 SHA1: 1b07af2bdd30929e668458a011568642e6232db3 MD5sum: d586b7dd317dbef5dbe7bb28266b5755 Description: Framework for ROS 2 command line tools. Package: ros-rolling-ros2cli-common-extensions Version: 0.5.2-1noble.20260425.052330 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 45 Depends: ros-rolling-launch-xml, ros-rolling-launch-yaml, ros-rolling-ros2action, ros-rolling-ros2cli, ros-rolling-ros2component, ros-rolling-ros2doctor, ros-rolling-ros2interface, ros-rolling-ros2launch, ros-rolling-ros2lifecycle, ros-rolling-ros2multicast, ros-rolling-ros2node, ros-rolling-ros2param, ros-rolling-ros2pkg, ros-rolling-ros2plugin, ros-rolling-ros2run, ros-rolling-ros2service, ros-rolling-ros2topic, ros-rolling-sros2, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2cli-common-extensions/ros-rolling-ros2cli-common-extensions_0.5.2-1noble.20260425.052330_amd64.deb Size: 6232 SHA256: d440e74e205c30b49075d46d1d26d44c87b5700ef6a0cdbd20498c029de63c3a SHA1: f5db869e22b4547406f0603fbee9b09cac27359c MD5sum: 23247feae24cd30e06394afbfb993cce Description: Meta package for ros2cli common extensions Package: ros-rolling-ros2cli-test-interfaces Version: 0.40.6-1noble.20260425.033621 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 2594 Depends: libc6 (>= 2.4), 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.033621_amd64.deb Size: 170696 SHA256: eb004178961da12858d644decc5bfc19a996888bf13e03749d5a967f203d73de SHA1: 87f26e4011e46619d8dc37bbc8dad98024599f1c MD5sum: 61af55e548ae887a50c2acb9c8d67c82 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.033621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 1507 Depends: ros-rolling-ros2cli-test-interfaces (= 0.40.6-1noble.20260425.033621) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2cli-test-interfaces/ros-rolling-ros2cli-test-interfaces-dbgsym_0.40.6-1noble.20260425.033621_amd64.deb Size: 1098098 SHA256: eed3593cae506c14c8ae560f6425da7de0d1f747542834fa31b4ba049e55a210 SHA1: e3c67f6e12ebe74dc8ba728a3676a3ad21abd8e0 MD5sum: 6c78d88eabd509cef94f8ec92eb994f2 Description: debug symbols for ros-rolling-ros2cli-test-interfaces Build-Ids: 0b650137ff6705c47686ae562580011ed1eb8303 3dea9dec6e7d396cb61f3b0cc1355ac34b769abf 4a115154edbd9efef766556d3eafcf9a3bd35a12 6db82dd293a8dc1d73516b3c69a30c7973edbeb1 70a9008812922ae012fe71bb825b18c29b8bd81c 73e8225f1e7654365281a6e169a5ae0557517945 7b3535da728853dfcf26d4edfe044fae18232e80 a0b3072cbdb1ac115f60bef41727fa448b2e6092 c503721a7070f00040f805c73975d1ce16e101f4 e6d3714a4c4c280c8285bc7bb8c3936938fccce7 ebb0825ba6b4c8254c3e278c958be8c44abb5162 Package: ros-rolling-ros2component Version: 0.40.6-1noble.20260425.051133 Architecture: amd64 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.20260425.051133_amd64.deb Size: 23812 SHA256: 23534bb2725305524bc691efdc420a0b7aaab44e8615fe90479488f461c324c8 SHA1: c8008198bc0f3958e23666189c17bf4469cc00b2 MD5sum: 7638418dea150c890fa5d73ee865c0df Description: The component command for ROS 2 command line tools. Package: ros-rolling-ros2controlcli Version: 6.7.0-1noble.20260425.052000 Architecture: amd64 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.052000_amd64.deb Size: 35554 SHA256: e1989c3338fe3dc5353ce100ca1c1744f36566a33ab581232e5565c4344f10f1 SHA1: ade638d1c4d2f7b9976baec7a5ec84317a9f11f1 MD5sum: 5a0d83fc9ad9ed0a961ca0e2e2554fd9 Description: The ROS 2 command line tools for ros2_control. Package: ros-rolling-ros2doctor Version: 0.40.6-1noble.20260425.044003 Architecture: amd64 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.044003_amd64.deb Size: 46026 SHA256: 5e8c3deedcca1221d91f37c746cc73f6105b87642bd565d25983e13272e37cff SHA1: dc5bcba4685e55a28ef882eeeb8ecfd010cdc273 MD5sum: 793c7c8ff59aaa8ff514d820cfdd76b6 Description: A command line tool to check potential issues in a ROS 2 system Package: ros-rolling-ros2interface Version: 0.40.6-1noble.20260425.044955 Architecture: amd64 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.044955_amd64.deb Size: 19314 SHA256: 5d26b6ce1eb350f35ae584b3c1c9d7eca2a44cfe9f09a5128fba1c80f7504f6e SHA1: c1c09af407b2cd19523b69fbd1ef05b426dd41c5 MD5sum: 5ddee7b1864b903827d9af0b177f72f9 Description: The interface command for ROS 2 command line tools Package: ros-rolling-ros2launch Version: 0.29.7-1noble.20260425.051211 Architecture: amd64 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.20260425.051211_amd64.deb Size: 18628 SHA256: eca3c28245a3e67e6d0b602b1816ca7bf5a3279301b3bf2f6666d4806015f56c SHA1: 64bffe13da558ee084735f83d534e2498573c42d MD5sum: c43a94b222600636c2909d6218c3fb72 Description: The launch command for ROS 2 command line tools. Package: ros-rolling-ros2launch-security Version: 1.0.0-4noble.20260425.052245 Architecture: amd64 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.20260425.052245_amd64.deb Size: 10002 SHA256: d07ef48cbdad0cf02b1e1d17ccc243e09f2a84a2ba25716c51347a05c0cf0a31 SHA1: 3ea8193a990f53e2a67954a6ff6a252f331310da MD5sum: e8d7284821e2c375cd89273967461d5c Description: Security extensions for ros2 launch Package: ros-rolling-ros2lifecycle Version: 0.40.6-1noble.20260425.044108 Architecture: amd64 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.044108_amd64.deb Size: 17148 SHA256: 166663dc4b1b7fa6c9af908e6ebfecaf40e5b05dba1f514d7a03c2804ed55d27 SHA1: a346a2b037b70583f2d155ac05648e833b0e2f1e MD5sum: bd1486238c33ce22322e15e29051d35c Description: The lifecycle command for ROS 2 command line tools. Package: ros-rolling-ros2lifecycle-test-fixtures Version: 0.40.6-1noble.20260425.044936 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 75 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.044936_amd64.deb Size: 15002 SHA256: 793dbb65f8c59f6042ed36a8d052e186d71fb099a7448a6fc63b3747ed7cdc0a SHA1: 19b3db5e19fe2907d6fffa61a5caa6e4cb8a7465 MD5sum: 313b55e7d87e751037ecd2515a4e0140 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.044936 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 265 Depends: ros-rolling-ros2lifecycle-test-fixtures (= 0.40.6-1noble.20260425.044936) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2lifecycle-test-fixtures/ros-rolling-ros2lifecycle-test-fixtures-dbgsym_0.40.6-1noble.20260425.044936_amd64.deb Size: 249564 SHA256: e84c67705cf75df4d97dfaab10648a216dd709cad968a3b55c9369b69aeee565 SHA1: 6b500291416e9efdd82510b44daea18cb3014757 MD5sum: beb156f32a1dbd3a9d9df0cc8919a4af Description: debug symbols for ros-rolling-ros2lifecycle-test-fixtures Build-Ids: 2c70fa82e5370e4176512640091b6abee1eaf089 Package: ros-rolling-ros2multicast Version: 0.40.6-1noble.20260425.051039 Architecture: amd64 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.20260425.051039_amd64.deb Size: 10992 SHA256: 9b3c9ce7957135ff2be3eab72280b2e871861f07c8392961be9865780d0b3ba4 SHA1: eae65c0340b1dbf7a7d812ed80d71e22b4e63630 MD5sum: 5a3b386807f4109dcaa0e46490dc1ecb Description: The multicast command for ROS 2 command line tools. Package: ros-rolling-ros2node Version: 0.40.6-1noble.20260425.044007 Architecture: amd64 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.044007_amd64.deb Size: 16270 SHA256: ecb49a671f6ab2eed8ad7243142e4444286b7af65a8a17efc2529d29c2ce3418 SHA1: e8c6e1e7fa6e05d99c5f26cab8a303c718af1784 MD5sum: 524c7a293009b20acc56438d2ef112ef Description: The node command for ROS 2 command line tools. Package: ros-rolling-ros2nodl Version: 0.3.1-4noble.20260425.052407 Architecture: amd64 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.20260425.052407_amd64.deb Size: 8392 SHA256: eb55e6119c170f58532f61ffee5f26f2374c55c0753b20b681cc1a9eed6d968c SHA1: 6ba16dc99a7cf3f5e9e0bbe87f575312b0dfe184 MD5sum: 1f28ef91979349070765923d1a84a8a8 Description: CLI tools for NoDL files. Package: ros-rolling-ros2param Version: 0.40.6-1noble.20260425.044043 Architecture: amd64 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.044043_amd64.deb Size: 29194 SHA256: f1822899cafbcf12fc2b1bc481301ca1c5910a57d47416f63485db6f042c6db8 SHA1: 2ff5405ac34bd59ef9e196ee10d7bf8c4d29c03a MD5sum: fa6d2af5fe030470b90fd5625496fbb0 Description: The param command for ROS 2 command line tools. Package: ros-rolling-ros2pkg Version: 0.40.6-1noble.20260425.051054 Architecture: amd64 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.20260425.051054_amd64.deb Size: 31324 SHA256: 3af9d6ce7cbf40e146666654ba1c0b320b783483fbba993ea223e331b6740f16 SHA1: 13b1f9510b95c3a7050afd4e87e3e21a56e99df1 MD5sum: 6e446ecf150fe38a99a08f049842a5de Description: The pkg command for ROS 2 command line tools. Package: ros-rolling-ros2plugin Version: 5.8.4-1noble.20260425.051153 Architecture: amd64 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.20260425.051153_amd64.deb Size: 10120 SHA256: 34b249b1c3c41acd18b8fd43e07346acb119a8bbf95c60fd7afc1c45ce017dca SHA1: 0da3c6b5af138853ab7e2f3da5849220ab9ecf22 MD5sum: 7faf06102375969405a39a8caeb9dd72 Description: The plugin command for ROS 2 command line tools. Package: ros-rolling-ros2run Version: 0.40.6-1noble.20260425.052235 Architecture: amd64 Maintainer: Audrow Nash Installed-Size: 56 Depends: ros-rolling-ros2cli, ros-rolling-ros2pkg, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2run/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2run/ros-rolling-ros2run_0.40.6-1noble.20260425.052235_amd64.deb Size: 11502 SHA256: 4846134db8b30df413d80fb3602e372cb473ca409d472c6bce1145bc7d316702 SHA1: ffb816c414fddefe175f08484837ece7384dd607 MD5sum: b0d2c6f3691bbd98a0f4aed0aa879190 Description: The run command for ROS 2 command line tools. Package: ros-rolling-ros2service Version: 0.40.6-1noble.20260425.043937 Architecture: amd64 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.043937_amd64.deb Size: 25586 SHA256: b8ec039fff0d09f6822fd30d8d744c11f000f3f383fb417c38012ee005555620 SHA1: 974d4eabc4a8551c4eaa87f587689e2338089ebd MD5sum: c36b297c4ef25b016fd78e1ee2e6b08b Description: The service command for ROS 2 command line tools. Package: ros-rolling-ros2test Version: 0.9.1-1noble.20260425.044134 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 39 Depends: ros-rolling-domain-coordinator, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-launch-testing, ros-rolling-launch-testing-ros, ros-rolling-ros2cli, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2test/ros-rolling-ros2test_0.9.1-1noble.20260425.044134_amd64.deb Size: 5674 SHA256: 66444c349fbb57fe7fda10a12e34e4f6194896edd933da815d378a02c53c19d6 SHA1: 079b5f74d8c5070d24c7da5191dff294a9d02b1d MD5sum: 444e1452414f115fd6fa7bc806f59d04 Description: The test command for ROS 2 launch tests. Package: ros-rolling-ros2topic Version: 0.40.6-1noble.20260425.043952 Architecture: amd64 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.043952_amd64.deb Size: 55100 SHA256: b43ce7e7738678bb0bc93f5f9c1ca69bb4701c3cde33d311e6d75885bd16def7 SHA1: af4e574f6822bc7bcc0adef7751d63ca4c2b7abd MD5sum: 5e2a167521ce97456715d13f81027f26 Description: The topic command for ROS 2 command line tools. Package: ros-rolling-ros2trace Version: 8.10.1-1noble.20260425.051054 Architecture: amd64 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.051054_amd64.deb Size: 8300 SHA256: bf691a110c1da59779fa88a37f48ca57528d3f32ed74714bf1d0d0c6d98f650d SHA1: f852392cb0cf903a9280160395d7cdf4b487db52 MD5sum: b7335eeacebab565e57dd27232e89afe Description: The trace command for ROS 2 command line tools. Package: ros-rolling-ros2trace-analysis Version: 3.1.0-1noble.20260425.051104 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 56 Depends: ros-rolling-ros2cli, ros-rolling-tracetools-analysis, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2trace_analysis/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2trace-analysis/ros-rolling-ros2trace-analysis_3.1.0-1noble.20260425.051104_amd64.deb Size: 6052 SHA256: 0cedc3e5e26092bbbd89d004854f798f39b3df0a1e0dfae3be1d26655a20bf7c SHA1: c77315c5276390674d50a41168902bb8027d3bec MD5sum: 98f3d6a4664d6278e8fd2680705454a5 Description: The trace-analysis command for ROS 2 command line tools. Package: ros-rolling-rosapi Version: 4.1.0-1noble.20260425.045030 Architecture: amd64 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.045030_amd64.deb Size: 21646 SHA256: b85e48242231ef78fc09b34e332efc7ce8c56a9d3de34124bf210544e9a6eb57 SHA1: adcb1a8c91b247d50d489187c87ef1adebf433c8 MD5sum: 6f4d9e0226790266d266634506995ff3 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.033948 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 12325 Depends: libc6 (>= 2.14), 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.033948_amd64.deb Size: 700812 SHA256: 28505f05b0b2d0d7466e2df07d83c9d28889a1b8a6dd1284ed0ede3afc8282ef SHA1: 960b144623d0a336b844b2df64fb12666c5f74fa MD5sum: 68ac286e02e05295758c38813eb79203 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.033948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 9523 Depends: ros-rolling-rosapi-msgs (= 4.1.0-1noble.20260425.033948) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosapi-msgs/ros-rolling-rosapi-msgs-dbgsym_4.1.0-1noble.20260425.033948_amd64.deb Size: 7619772 SHA256: 8e066ec7a0bdd9d55c9c39395315dff905dc4896222d6c150b584cf29a0f0cb6 SHA1: c9da1f8533fcce859a7d651ae66aa367ca118702 MD5sum: 3b312916fac112f34c3b47e9d33f137f Description: debug symbols for ros-rolling-rosapi-msgs Build-Ids: 08418e4bb9da0f22f0f79254a60bfd2dc08f0d1f 0c49694710e9e0d041bae574d8262c92ab5fccec 223e758c2430237afcb7c89c6a11cbb24440964e 318fc605b55fc9566c00d47aa9b98d1501f6b576 45bde13adb8b5242f02eeb7876950246b55dee39 4cb5fafa795127e7e114ff73ef102db5a638d785 59313110b1ae3aaa615a37935410cbc50b339a80 692331e82bdd67113cbd78a75a213722e1fb92ab 695f68758341e6cdc7a3fe503798c18232d45b2d aa5d5c48e5b7374c1070247015888dc0d6820c28 c4ecf7e0f14c97849c20ebcc32cc9bfd9d44eab0 Package: ros-rolling-rosbag2 Version: 0.33.1-1noble.20260425.054327 Architecture: amd64 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.20260425.054327_amd64.deb Size: 9178 SHA256: 38ab4f76f40ce33615bafdb0ccaa1fa1b9a0d1cedf95dc5a96a79e1c754414b0 SHA1: 93efab86ab70b8c1ec77cd73e1b519ae60b19277 MD5sum: 91c46b18b52a9920eb8132cc7954ed7f Description: Meta package for rosbag2 related packages Package: ros-rolling-rosbag2-compression Version: 0.33.1-1noble.20260425.052512 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 368 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.052512_amd64.deb Size: 97158 SHA256: aac99914fdd0d92c5cf6aa5cee59effb87c222f666cf77cd2f62b0c0a95f852d SHA1: 1ae3045512ab81ff85316908497cb0268f1f9594 MD5sum: 53770dc660f0e5c1bcf844b909b58f96 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.052512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1210 Depends: ros-rolling-rosbag2-compression (= 0.33.1-1noble.20260425.052512) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-compression/ros-rolling-rosbag2-compression-dbgsym_0.33.1-1noble.20260425.052512_amd64.deb Size: 1124038 SHA256: b23944de488b1c6209bd0cbfb45a652a873ef045f76c6b6747dad29dbf6fa2ca SHA1: ddc73086a7c983eb79be10f207165703b1b08d69 MD5sum: 7d2df2b86f43c38dc721b5a400e3a775 Description: debug symbols for ros-rolling-rosbag2-compression Build-Ids: 0a94c80b10219e81112fddeda59d8386d7cc726d Package: ros-rolling-rosbag2-compression-zstd Version: 0.33.1-1noble.20260425.052750 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 155 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.052750_amd64.deb Size: 35354 SHA256: 18814bbed5aeda275f05cd0f4a75f7d685e1069559523f76138e51b8fefb4305 SHA1: b5d61af18e1eece58d2c5ada6ff40fc3b4023a9d MD5sum: 394c6da2d0f4af0acfe1593f442b6272 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.052750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 338 Depends: ros-rolling-rosbag2-compression-zstd (= 0.33.1-1noble.20260425.052750) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-compression-zstd/ros-rolling-rosbag2-compression-zstd-dbgsym_0.33.1-1noble.20260425.052750_amd64.deb Size: 307832 SHA256: 5462a695de82be1bf3d2a3d59b7059157097fde375ee2e94d4d5be3398a0ea76 SHA1: 67727600eef17f98f7e09e927e686c858c458062 MD5sum: e396a49dccdc8c4cc5b73b6b63dface1 Description: debug symbols for ros-rolling-rosbag2-compression-zstd Build-Ids: 205ca853117c3a90955c30d63f8b0b671c0c0a0c Package: ros-rolling-rosbag2-cpp Version: 0.33.1-1noble.20260425.044622 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 945 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.044622_amd64.deb Size: 271868 SHA256: b2a91ac47d43ed18d1ab5daf1c5d1107be3e0fcfc467978fbf8bf00bf7d089a9 SHA1: 68a88949973353bb0a5b8b832c5820326dff3d50 MD5sum: d48c0e259439f65d16db062dc7c33366 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.044622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 4531 Depends: ros-rolling-rosbag2-cpp (= 0.33.1-1noble.20260425.044622) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-cpp/ros-rolling-rosbag2-cpp-dbgsym_0.33.1-1noble.20260425.044622_amd64.deb Size: 4315432 SHA256: 8d1dd1ae51ca994302027315fcbe39d78010841006226ee4410ae8e9fe4e9998 SHA1: caae5917003092e8f847cf079133c7a7db36c199 MD5sum: ea7514c4ee2e22373368b058fc0bfa1b Description: debug symbols for ros-rolling-rosbag2-cpp Build-Ids: 66b67d7e20bb819126a4bcdd364e1b17ac960e85 Package: ros-rolling-rosbag2-examples-cpp Version: 0.33.1-1noble.20260425.053941 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1004 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.053941_amd64.deb Size: 161554 SHA256: 62975f39fbab2b99062d56e8d1c0f8bbc6ff861e55b1a83bf9d66a16987b207c SHA1: 75252241f7dc24b887d9315e304bd5fb524ea91b MD5sum: aab1fe95b3c04992907ce9d933a931c2 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.053941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 5700 Depends: ros-rolling-rosbag2-examples-cpp (= 0.33.1-1noble.20260425.053941) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-examples-cpp/ros-rolling-rosbag2-examples-cpp-dbgsym_0.33.1-1noble.20260425.053941_amd64.deb Size: 5022042 SHA256: 43dfa316706f25765e7ae4238d9244c304083a6fbdacc08ef7133c4ebe49eabe SHA1: d8df091268cf062438a64275b45103066a29f97a MD5sum: 3e56aa9239575ca17bad2ab764cffcf6 Description: debug symbols for ros-rolling-rosbag2-examples-cpp Build-Ids: 21c6201f76098452219bf9ee8d4a888795bb4d14 8cf178f7f21cc51c70c1ea6fd747ab6c85047ead b2145bf6aa98bdfa3f5fc891a1d5f0715e7d9044 cfe6864d19f152006849ff16c67afb33a2c817d5 e0652317317fbe0fc0f48ccb257f47aceb94313a e24fccf9d6cf97edefdb7ec7e01ead1cb8a313d1 Package: ros-rolling-rosbag2-examples-py Version: 0.33.1-1noble.20260425.054301 Architecture: amd64 Maintainer: geoff Installed-Size: 70 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.20260425.054301_amd64.deb Size: 12296 SHA256: 75aeb3e5235a3c41c0217bd4c363e9ff5f4793eb74a8b08b0084926a65df012c SHA1: b6a532cdb3a4ffbc704967d69e4783948d8f69f7 MD5sum: 368c57a42a66fca71d89358e159a48bf Description: Python bag writing tutorial Package: ros-rolling-rosbag2-interfaces Version: 0.33.1-1noble.20260425.033936 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 7663 Depends: libc6 (>= 2.14), 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.033936_amd64.deb Size: 436864 SHA256: 26fe294529bf85bbc5fca81615bbe11bdda3f459ea429afe2f560bfeb812d25c SHA1: ad87b11bdc09d6f570277200ab10394c79c18385 MD5sum: 8893225c1b0d13875cbf1d4bdb5f4033 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.033936 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 5229 Depends: ros-rolling-rosbag2-interfaces (= 0.33.1-1noble.20260425.033936) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-interfaces/ros-rolling-rosbag2-interfaces-dbgsym_0.33.1-1noble.20260425.033936_amd64.deb Size: 4073360 SHA256: 90778dfa4ba7ee79137271b0995ec33b41f034da032d146de50f38bc4d156049 SHA1: c3307957f796cb619c42ef1dbbae98896efc6f4b MD5sum: 8052831a3dd41ae022cb8b97853549ba Description: debug symbols for ros-rolling-rosbag2-interfaces Build-Ids: 0119418aeaa1a46fb25d62e49219e79e3d27ce8a 437d7f868eaaab18fed9e62d10884bb188de5e5a 49e6b1dd4817f2e882675cb76c49492ebcbb59a2 581262fe2cfda65026d73d9ad3ebfd2e143c33a4 60d4e987c5b97764df13234c5d0232641f5d9798 65b1000d9a5f5ac33fea189fea3281c851e4ad60 776f8cf5ecc817536a0c7efc5e53aac6017c3462 a4f3e70ff900d196cc3dea9bf0765a4d6c1dbef9 a876a2fb81b3b0adac778ed43fcf63d7c75c51fb c3a3130e2cb08fabd1671b49eb2d05a4f4d8485a dd5031fff1a4e26a7581144f21d5ee99c775bca6 Package: ros-rolling-rosbag2-performance-benchmarking Version: 0.33.1-1noble.20260425.054259 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1765 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.20260425.054259_amd64.deb Size: 343672 SHA256: 1349b16b8a44e67b307869cc42ba463994e9f7442f73ab46d78ca9b5c8f0f9dd SHA1: 0e43b7989bb68ae7dcef303816dcfba680adae6e MD5sum: 0e9f97366bd0b9db7c7a77d740dff1a1 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.20260425.054259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 9145 Depends: ros-rolling-rosbag2-performance-benchmarking (= 0.33.1-1noble.20260425.054259) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-performance-benchmarking/ros-rolling-rosbag2-performance-benchmarking-dbgsym_0.33.1-1noble.20260425.054259_amd64.deb Size: 8150204 SHA256: c0651524cdaaf3f5df2a8d8312929db170bde8ea7fe40b67cd1c9f39238e2402 SHA1: 39836a04bf268855ec63b667033072c3cfd80ba5 MD5sum: b5c4783aab0ad94cce307d07f3ba46f5 Description: debug symbols for ros-rolling-rosbag2-performance-benchmarking Build-Ids: 5a094572057ce002a3158d01a4d2f4d380873bb8 6f8a8e6f5197b0c19c76e54c51c3b3a95534dd40 d60c1960924bb6bb237b23105139608ba1242545 Package: ros-rolling-rosbag2-performance-benchmarking-msgs Version: 0.33.1-1noble.20260425.033622 Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 465 Depends: libc6 (>= 2.4), 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.033622_amd64.deb Size: 45692 SHA256: 8a534904210c529331d11db0043a381db2eb9383e46ea67a6384c901903a3f1b SHA1: b0e4d4c6dae8ba5699550aca2bb75ce50d5c69ca MD5sum: e3e4e71d3eeb7bbd8c3913e8d1e617c3 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.033622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 287 Depends: ros-rolling-rosbag2-performance-benchmarking-msgs (= 0.33.1-1noble.20260425.033622) 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.033622_amd64.deb Size: 194990 SHA256: 7bd1e880593fdcee893d0b6c7089fad61875d76435211ea010c1755ece2cd793 SHA1: 1c3078443a6780ea21cbcfe2971b099ed3473ba5 MD5sum: cb68f11742daf3fc373cbafa07f22ab4 Description: debug symbols for ros-rolling-rosbag2-performance-benchmarking-msgs Build-Ids: 15a596cc52dca3c683f6e6e80f3906ac69f4ca66 1b2d131143070491a427a054557cae5f1e4cc202 28856473fb68857380cb8818b23ce90f55aa054a 34592fe14af97b8b7e68b5c80fad5fec4795470c 34d221d78dabd7a2c953537b103fc16071af9dc9 38cbd54b46b72605eb73951bd8e7595cdfd4b1a7 3b16e49f4cc2cb452afa940d4bd5cd069ad3e893 9290572e49c0056a9b7906e33548a8a2e98a4a63 95038cfa5ee665961e5cd61f0fb07298474a9bfb ba6f20244e4e066ea4092ce6ec04edada4990416 e87f67ab3afbe714b6dc29056c1f521a860510c7 Package: ros-rolling-rosbag2-py Version: 0.33.1-1noble.20260425.053941 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2385 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.20260425.053941_amd64.deb Size: 556376 SHA256: c3fb34ee556ff42f9eb023bbcede58be402a35f36e187b14b2d694626c413028 SHA1: b9c62bf8f88c5efae336dcab66118807ae11c545 MD5sum: 429539d010b2f6d1ad698c22e0db6005 Description: Python API for rosbag2 Package: ros-rolling-rosbag2-storage Version: 0.33.1-1noble.20260425.044300 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 565 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.044300_amd64.deb Size: 146810 SHA256: 3e8b93437d2325e5fc339ae804c1050997f4d8781430abf325d3e3ec652e9bde SHA1: 336241d73e45693346480e72587a6290e7a9c247 MD5sum: 102cc9a711774e6f3eb96550a65ee725 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.044300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1684 Depends: ros-rolling-rosbag2-storage (= 0.33.1-1noble.20260425.044300) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage/ros-rolling-rosbag2-storage-dbgsym_0.33.1-1noble.20260425.044300_amd64.deb Size: 1558380 SHA256: 61c8cf0186f975c3b148814f111c037322caa9c6ff7fb8c78b19ac968332fb53 SHA1: eb126ad7c1e8db56e68ca698cfb59effc0f16a6a MD5sum: f7ca9ba7c7da0f2d7888e0582702d012 Description: debug symbols for ros-rolling-rosbag2-storage Build-Ids: 3baf59cd02f4069be51fd81c059d4ffc8184edaf Package: ros-rolling-rosbag2-storage-default-plugins Version: 0.33.1-1noble.20260425.052814 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 44 Depends: ros-rolling-rosbag2-storage-mcap, ros-rolling-rosbag2-storage-sqlite3, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_storage_default_plugins/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-default-plugins/ros-rolling-rosbag2-storage-default-plugins_0.33.1-1noble.20260425.052814_amd64.deb Size: 6230 SHA256: ca8547c253e06cb66f7f9f472abc24360b9c7a3bb4f63bb2ebbae160a6952009 SHA1: 7b8f983a0d223594218f4afd7317ebc63f3a8d95 MD5sum: 4b8661e90ec548a2293fde7e1ca62639 Description: Intermediate metapackage to point at default storage plugin(s) for rosbag2 Package: ros-rolling-rosbag2-storage-mcap Version: 0.33.1-1noble.20260425.052513 Architecture: amd64 Maintainer: Foxglove Installed-Size: 450 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.052513_amd64.deb Size: 142864 SHA256: 368e0256d3e326070e6725e94847c6637c5b98ce21294a9f7c2e9fc8d1edb048 SHA1: 9956091652ecc1d1ceb127d62b7b2318dd79d75b MD5sum: fb216d6fa2e5e336c86ca7c3051dd02c 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.052513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 1774 Depends: ros-rolling-rosbag2-storage-mcap (= 0.33.1-1noble.20260425.052513) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-mcap/ros-rolling-rosbag2-storage-mcap-dbgsym_0.33.1-1noble.20260425.052513_amd64.deb Size: 1674918 SHA256: 53d8c663c7b4887531dd3d3616e2b08344e27de43fae6b126c554e75e39902b3 SHA1: 76a8938e877ae486c867c5cdcfd067091e0a6427 MD5sum: d820823329e7da060a71109a2c67f295 Description: debug symbols for ros-rolling-rosbag2-storage-mcap Build-Ids: 871862115444b88c19ff20ffda42fc8023b68f42 Package: ros-rolling-rosbag2-storage-sqlite3 Version: 0.33.1-1noble.20260425.052510 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 553 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.052510_amd64.deb Size: 171372 SHA256: 6c3fec7d1e35636eef53252fb67fcacdc5503e0dfedf57a1b0b8d4ad2f8cac25 SHA1: ec682f5263dfff5c446ea6c6149a6c24662fd99d MD5sum: 935d925be2df5df2da179f1118c653e0 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.052510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 2079 Depends: ros-rolling-rosbag2-storage-sqlite3 (= 0.33.1-1noble.20260425.052510) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-sqlite3/ros-rolling-rosbag2-storage-sqlite3-dbgsym_0.33.1-1noble.20260425.052510_amd64.deb Size: 1959900 SHA256: fcc9d19f0e19fac001174676bec94fcd6e378361ee6b41b300881af63280c736 SHA1: c880453608d8efb009fa65991f88ad925edc315c MD5sum: 937b6067b1cbab84efdf5672f6ad029a Description: debug symbols for ros-rolling-rosbag2-storage-sqlite3 Build-Ids: 704359dfb1b75f42887fefc63ebd43c1250d559b Package: ros-rolling-rosbag2-test-common Version: 0.33.1-1noble.20260425.042948 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 139 Depends: ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-test-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_test_common/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-test-common/ros-rolling-rosbag2-test-common_0.33.1-1noble.20260425.042948_amd64.deb Size: 22900 SHA256: 7d5a0353f425ef6f42c22d290063b0fa5c9141089856a75a9a85b6a3e7b24db5 SHA1: 8e4b9ae370ba323720a69411b91b068e62f64d7f MD5sum: 5414bb32ef339ecc7e518e142e5c765b Description: Commonly used test helper classes and fixtures for rosbag2 Package: ros-rolling-rosbag2-test-msgdefs Version: 0.33.1-1noble.20260425.033938 Architecture: amd64 Maintainer: Foxglove Installed-Size: 7631 Depends: libc6 (>= 2.14), 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.033938_amd64.deb Size: 395140 SHA256: d178e99390a5a676d3253d90c850ebaded784ab245e1567d04493044a6381c79 SHA1: e6234ec8cae01b19d76f7c6d578f0f306a70f714 MD5sum: 3f29c1c8178ec20351a4c12af0ffe3cf 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.033938 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Foxglove Installed-Size: 4025 Depends: ros-rolling-rosbag2-test-msgdefs (= 0.33.1-1noble.20260425.033938) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-test-msgdefs/ros-rolling-rosbag2-test-msgdefs-dbgsym_0.33.1-1noble.20260425.033938_amd64.deb Size: 2871860 SHA256: acda9696b52fe2a1a19d521eaff3f5be170cc10ee0fbac06d4d632f2354d323a SHA1: 59c7cedf1a190b8736abdb8f490a92ca2fe541f6 MD5sum: 0a3520b2a713bb14abf3c5120532031c Description: debug symbols for ros-rolling-rosbag2-test-msgdefs Build-Ids: 159bc261c7e3eef95252a42a59933eda012c4f82 292c3119b94d2c0968008b119dbc79ee7f690866 2a0304f00b984668dff0af1b21911e2d3839a8d6 3876e0ff8f878f0e68174c5a252105567853a297 506cd4271d16d7215528f1ed1746fd941742e963 5493a863f0739749b9fdbbac345e9ae71a35e953 add5f8033656703d8c87c02940b58cc06347cf70 b672b4b120bfebea343c9282e92db750375d8f92 dcd0bcdfb5ac96e9271b95d31f5e98f0cad47e2c dd0a7da64c180f6e310f6c6ebaf5119d204b0daf ddbc85fef23718bba89da9affd9980d9a481a2b0 Package: ros-rolling-rosbag2-tests Version: 0.33.1-1noble.20260423.214123 Architecture: amd64 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.20260423.214123_amd64.deb Size: 10688 SHA256: cef875f679016216f9ee86622e952849af00084d383e8055b15ca888ac193319 SHA1: 0684205d2b70c8ec176b95af5adcc17a74e8127e MD5sum: 468cd85b2621076fd73dfb1ef5896c74 Description: Tests package for rosbag2 Package: ros-rolling-rosbag2-to-video Version: 1.0.1-1noble.20260425.054321 Architecture: amd64 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.20260425.054321_amd64.deb Size: 14384 SHA256: 46c2510d2373357ca1ee5b90194ec1df8dbc8ae8fe6bcb470fd8baef6f0e9c90 SHA1: 46cf7851909964990063b05c0db9b034190d02d0 MD5sum: 8cb29d4870b36fb2219c96f73ac08226 Description: Command line tool to create a video from a rosbag recording Package: ros-rolling-rosbag2-transport Version: 0.33.1-1noble.20260425.053447 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 1972 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.053447_amd64.deb Size: 502038 SHA256: d7468bcbe103acb5350fc0f8f063d0c7618239a7fb4ea6b6dc13fe1ffc1ed9a8 SHA1: 306b00e7cb175f27b22eed022fc9a163e537ff42 MD5sum: dbb8e01a1ebf8383f99ea69556dd7653 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.053447 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 11276 Depends: ros-rolling-rosbag2-transport (= 0.33.1-1noble.20260425.053447) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-transport/ros-rolling-rosbag2-transport-dbgsym_0.33.1-1noble.20260425.053447_amd64.deb Size: 10475254 SHA256: 6ad7fd70e3f42389437cb0823cff1710bf6fb57e8774885b595f80270530d669 SHA1: 2f65262ed117a10861aff11bcfe03a0b1fe27aad MD5sum: 2e676ccbeb09127240b728b07f75c4a2 Description: debug symbols for ros-rolling-rosbag2-transport Build-Ids: 50184003b6a0093c6275a9ee0801f14d1f29bd55 75531384a0cbe7e3edb163277691b0a0e7cefc9d 831c3a2f03e2773490690e87640514a6fb7e86bd Package: ros-rolling-rosbag2rawlog Version: 3.5.2-1noble.20260425.070605 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 566 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.070605_amd64.deb Size: 201018 SHA256: 47e3ae7505804e2570cbeb29e8488e4c1ba45da01d654a6b136eba3233764b31 SHA1: e720832f9e330d7d4ef9bf8cdccec88f9b00ccf0 MD5sum: 37aec88062454f5b8ee538ed835948d7 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.070605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2579 Depends: ros-rolling-rosbag2rawlog (= 3.5.2-1noble.20260425.070605) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2rawlog/ros-rolling-rosbag2rawlog-dbgsym_3.5.2-1noble.20260425.070605_amd64.deb Size: 2462466 SHA256: 8108167e91fc476b4ac0bdd4e197cd49a6734a55a4e6337d1914a0da902821ed SHA1: 1f42c5d5779013add4c45431052f9e0bceff8b1d MD5sum: 8249e88516353a0d4d9450fee7f55522 Description: debug symbols for ros-rolling-rosbag2rawlog Build-Ids: 87386506a30afd039e368d3ec6d418847874edaf Package: ros-rolling-rosbridge-library Version: 4.1.0-1noble.20260425.042506 Architecture: amd64 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.042506_amd64.deb Size: 43240 SHA256: 41be90a27adc36c54e758480e32119ee23df8d37d1ad1667034b8bae7abb7238 SHA1: 8be10b1283f34c2018e555a6e522e9a979315bbd MD5sum: 6204cf5e2c5fabb2cdc53cabf676fd7c 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.033940 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 574 Depends: libc6 (>= 2.14), 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.033940_amd64.deb Size: 58546 SHA256: e38feff592448fe5fcc4c63a3b4a35994081f2fc9da7f696baf628edcdec59d0 SHA1: 59d9cf35c71b744b34426f2a6067b161744fc5ee MD5sum: 34678b91a8c035d595b6cf0e9791e2e2 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.033940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 434 Depends: ros-rolling-rosbridge-msgs (= 4.1.0-1noble.20260425.033940) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-msgs/ros-rolling-rosbridge-msgs-dbgsym_4.1.0-1noble.20260425.033940_amd64.deb Size: 324198 SHA256: 91d8fc6f4cfd783e458549cef9e94d08b7927ee17bac0699c8f88aa409361cee SHA1: 49b300c19d8648e2bf214faf582fed6ba72047ac MD5sum: 7d2c90ca6f5e661c6789c690161d7587 Description: debug symbols for ros-rolling-rosbridge-msgs Build-Ids: 1657ebc83fb463b3844bac3ec09f7f2846f0ea5a 17628f3ab447d183038a13dffffbf40d5d981c66 3af1cb088f6673564bd6f820fc252297e886e5fb 4aaf1ea5982c1d11fc098fcce5d27cb0dd6832ca 500981d6d40b91a8b3a46de20eb660b22775fa85 9508fd59cc76e12e0e7412fcd1bd519197d2f342 a98766a58b6c488719dfbf66e8ad0b7866f19f8a b4537d3fad326f25539a896fb119e15313adcbf9 b7ce6f2fcd2ab989f8c060785caafd111e32ec3f cb8fd0cee529e8dd498fdb8191c91adfec317a50 ef51cf0ffad27507c0648e0231a191ce62feda4d Package: ros-rolling-rosbridge-server Version: 4.1.0-1noble.20260425.045139 Architecture: amd64 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.045139_amd64.deb Size: 16494 SHA256: 7fd286b86788f807534974ee43458e41322986cd9bd618ab85416a791261ae20 SHA1: ed870cfff043ef0fe8019748289cd8f1bdf93eeb MD5sum: 9b8f9bdbc204fc34e45da006f222948a Description: A WebSocket interface to rosbridge. Package: ros-rolling-rosbridge-suite Version: 4.1.0-1noble.20260425.050929 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 45 Depends: ros-rolling-rosapi, ros-rolling-rosbridge-library, ros-rolling-rosbridge-server, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rosbridge_suite Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-suite/ros-rolling-rosbridge-suite_4.1.0-1noble.20260425.050929_amd64.deb Size: 6480 SHA256: 2be9af49abe6c7e51a785724ac76be2dcba3b5b029e29b307fc0fc1c93f1deed SHA1: cfb7a58e5a971b2da22559dd6372a47d08faa2b0 MD5sum: 3a10e81f9959eb1ba1a2179e9cf9933a 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.040051 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 15371 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.040051_amd64.deb Size: 790754 SHA256: 3e74c4c35ee994aed57931faac8859cd1452fa4ea0ea617b322ff1473408da78 SHA1: 39ae9989406c82b05f8f0099aa142c6e90d3254b MD5sum: d68498dda843d31d4d3599205b63c768 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.040051 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 8759 Depends: ros-rolling-rosbridge-test-msgs (= 4.1.0-1noble.20260425.040051) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-test-msgs/ros-rolling-rosbridge-test-msgs-dbgsym_4.1.0-1noble.20260425.040051_amd64.deb Size: 6369200 SHA256: 72c45c979141f87b2dd9a712de4c7dd65bfb775724be33eab90147b1a43504cc SHA1: 37b7d1ac39c7360e6aca5d66d46d362e3f26365d MD5sum: 586dadd1b3f8bbf7d344a0b03f637d65 Description: debug symbols for ros-rolling-rosbridge-test-msgs Build-Ids: 440a7bbe86a49627992c43032a86e98d1071fd26 47c6da70f7667fd79095f4e4142ea23cba9e5a7e 5bc3aaf3efdd52c07ec6c26e25226e3baa61975a 5d224f206f696983801547280e32667b3de27359 604175470f9e1908ff52bae81b0b91d2c2feab65 70a8869d350a45146fe7bcabbc8cb094efc461a6 81974fa4b3600e46dbcacfa2c662f97beda25e03 d94a5931a2d2d28d1f6f1e2fbb904eb186cee5cd e7267b2d4eb110edaee8d85b77e6e58e1e9c2c97 f7ef57aa83c0cb70da2a9d77b6ca16171bb1009b fad1feee543f99d28ef2a1be55fd836d414c41ed Package: ros-rolling-rosgraph-monitor Version: 0.2.3-1noble.20260425.050957 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 904 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.050957_amd64.deb Size: 216810 SHA256: 385cd37d94cf6c9c5e6ead8dc75cccc6aafd07908cd3b29a6361f9c8d563c244 SHA1: 84b5f9553d5f7af584553c2d230337e85b8aae96 MD5sum: 96fa07df0876814a33fea8d1dd3554be 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.050957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 4211 Depends: ros-rolling-rosgraph-monitor (= 0.2.3-1noble.20260425.050957) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-monitor/ros-rolling-rosgraph-monitor-dbgsym_0.2.3-1noble.20260425.050957_amd64.deb Size: 3758790 SHA256: a97f6fe08d31f4eac5101d218ad7476987473a9474cbe96e00a2eba6a756487a SHA1: 4cac6351a373e50df0eef9155db3e853b1793c41 MD5sum: 61df9943392fde251bea4773610dc4e7 Description: debug symbols for ros-rolling-rosgraph-monitor Build-Ids: 31e4192ab2939d93f2e99a8825a8cfba7119633b 5f82ebb86cf1236f537b4ad08214db28c3691fa6 cfc221550269cd6405940c10c22074aa2cc91378 Package: ros-rolling-rosgraph-monitor-msgs Version: 0.2.3-1noble.20260425.034307 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1386 Depends: libc6 (>= 2.14), 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.034307_amd64.deb Size: 131494 SHA256: cd58da24448c4ff8ccc790667cd827e346b3c0dedce325fcda5975bea6971e98 SHA1: e2236274ab5a382e4b5f964d192a3d70f158ec09 MD5sum: f8752439faa73b58b526bf402a54f4e7 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.034307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1372 Depends: ros-rolling-rosgraph-monitor-msgs (= 0.2.3-1noble.20260425.034307) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-monitor-msgs/ros-rolling-rosgraph-monitor-msgs-dbgsym_0.2.3-1noble.20260425.034307_amd64.deb Size: 1172964 SHA256: 6ed65fa9b098728e7638e1fc285e08b3678610468e9621832924a3d511df0d3d SHA1: 08046092b9c31026a780d8d8c03a0e864436c5e0 MD5sum: 3044e412a4239130a80839ae5a83206e Description: debug symbols for ros-rolling-rosgraph-monitor-msgs Build-Ids: 05729b57e73471655526cb2ffa80d9e4b03e1268 079e547433f6d46d96d5edfec42f8d633111c74f 390ff789ae2bfdb4cb9b06555cc0a71911ef1744 524201beacf0f6d7a9a23df40f26c6f04d939c5f 6ce4a9fcf2c33c7b0c29a608956631abba2268df 7109ccff3fb881246e4090f791ad83dcd74dc51c 9200d7769bb9d6fe751734c8f165a3409186c630 9d8b2138bf105a213e0918412c326913c4e7f9c0 bd10c854a26eae35251cb957e1e4f7c4371fa73e d42e2ce5956ca98f8cb9bab24a51a07a3950acef e41637e0509d50ac26aa996c1fb61034d3f56415 Package: ros-rolling-rosgraph-msgs Version: 2.4.4-1noble.20260425.034308 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 431 Depends: libc6 (>= 2.4), 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.034308_amd64.deb Size: 40954 SHA256: cdd56b72776411b6cd761c2e7fa001493511f504b08abb8fdc18c9f9adbb2a72 SHA1: e968a2568ff887d4d5eb3baa7cf096e3fe30d916 MD5sum: 29584dd66d66b338ab0e293574ce8f0d 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.034308 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 249 Depends: ros-rolling-rosgraph-msgs (= 2.4.4-1noble.20260425.034308) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-msgs/ros-rolling-rosgraph-msgs-dbgsym_2.4.4-1noble.20260425.034308_amd64.deb Size: 164010 SHA256: 9f9a615cd1968f7d10dd5452fab2961c9519728dd0771e1b29fddb8f3366219b SHA1: a89fe12b127040d20f9ffc7f5b973e39ffe6ad84 MD5sum: e9c00d506931a8ed47368a166400a82f Description: debug symbols for ros-rolling-rosgraph-msgs Build-Ids: 08baf80526fe48af98347af04a280c8d9b9c55e5 2dbce91d21aacdfdad8a18a73faaa786b1b56d3e 2e23ca55e79c53451fb807fd9629ac9c02f40f25 50962dccfca5e8b7a4d45a2fbd6de06ac3870486 5ae24d8115726dd9f0761d2d8b4bc881135e3841 600df163ec4ce177a1969b214ba7818e248a98e5 955dad7e935a91361273bee83b2090d449e9556a 95a8a7512d088a92dcc486af25618941f14ac214 cfc6d1534c11b8aee38956b232862962927111f4 d58ced4246ae09f14b3290b0a4a3d913b8956901 df18809257a858b10519fc6c872d1c3f17776676 Package: ros-rolling-rosidl-adapter Version: 5.2.0-1noble.20260424.235907 Architecture: amd64 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.20260424.235907_amd64.deb Size: 21392 SHA256: 5599f79663691d7f5530da010616480ba72942fc2acb597ff4878e63777b6a9e SHA1: d3ec9cdfbb961317cd797c48919336271a3f3f2b MD5sum: 8c165a4b1766312bf4551476e273e821 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.20260424.235808 Architecture: amd64 Maintainer: CY Chen Installed-Size: 95 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_buffer/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-buffer/ros-rolling-rosidl-buffer_5.2.0-1noble.20260424.235808_amd64.deb Size: 14874 SHA256: 3e71227aff5c14264068ea3ecbfbc169a64e9c42c1f09e202802022e153c3357 SHA1: 452e2b88fab92722ccf1eabdd14df4ccf9de9839 MD5sum: d84d5f09a71ebd9813bf8361e0cc8459 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.031847 Architecture: amd64 Maintainer: CY Chen Installed-Size: 70 Depends: ros-rolling-rmw, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_buffer_backend/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-buffer-backend/ros-rolling-rosidl-buffer-backend_5.2.0-1noble.20260425.031847_amd64.deb Size: 10682 SHA256: b4996ce6d75c0e1c0f7e9a58419fd6cd7502ae815c92cce1d879fb765a796597 SHA1: fab3d8b5bdd1c38c5873336231e1e8aa65eeae5a MD5sum: d5af080bdad28c43f4ff02ccd524667c Description: Buffer backend interface for ROS2 buffer types Package: ros-rolling-rosidl-buffer-backend-registry Version: 5.2.0-1noble.20260425.032043 Architecture: amd64 Maintainer: CY Chen Installed-Size: 213 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libtinyxml2-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.032043_amd64.deb Size: 58124 SHA256: 3fd6d1ebcf86cd53bac4f2dd838c98a44263018c52a187b1edb45e9095c7c787 SHA1: 6cdfcc1b34190e06376761a7c5892bd30ce7b593 MD5sum: e80d167f2b265bb3d51be95ea256250f 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.032043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: CY Chen Installed-Size: 532 Depends: ros-rolling-rosidl-buffer-backend-registry (= 5.2.0-1noble.20260425.032043) 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.032043_amd64.deb Size: 493188 SHA256: 5cda3ab91be21d310e15ed5ff82f247d5de8508ed02ac251badfe4b7cbb2df84 SHA1: 1a62aebeb9ee08dafc176ca2fe4a79a2207292b8 MD5sum: 5cd61d8da463bd81e95e467c814a0b36 Description: debug symbols for ros-rolling-rosidl-buffer-backend-registry Build-Ids: 04721d6874e6c449782a76949c2dfe6a74db943f Package: ros-rolling-rosidl-buffer-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-buffer Version: 5.2.0-1noble.20260424.235808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: CY Chen Installed-Size: 46 Depends: ros-rolling-rosidl-buffer (= 5.2.0-1noble.20260424.235808) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-buffer/ros-rolling-rosidl-buffer-dbgsym_5.2.0-1noble.20260424.235808_amd64.deb Size: 32792 SHA256: 4b42e1432e98823ad7d83f42248613557d330e17af74f3285aeb5b8fd9cb0c98 SHA1: 495650675ac24d483b4948a4f1779f32aef890f2 MD5sum: b91e33f3e5858919862f852d315a4e31 Description: debug symbols for ros-rolling-rosidl-buffer Build-Ids: 9b6573bb40eefc9ef8eaa7508bba0c273bcc85a0 Package: ros-rolling-rosidl-buffer-py Version: 5.2.0-1noble.20260425.000034 Architecture: amd64 Maintainer: CY Chen Installed-Size: 212 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.000034_amd64.deb Size: 69732 SHA256: 3f7b33cd4107525d6f19055880f4ce4bb4074241b82cc9f579d2d587be40aa4f SHA1: 2a849597704f67bd6d55b2b6c11f60183ff1bc70 MD5sum: 5d8b78abe58af7fe665cf921c6d4208e 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.20260424.235820 Architecture: amd64 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.20260424.235820_amd64.deb Size: 29750 SHA256: 903970ced8a8e5847f2af91c900b7526f90bb8d1ae1f64dc947bac491680215c SHA1: 08859c17fb2772d78315712dba67adf9198c9828 MD5sum: 3e71e74360113495e95b058c024e233a Description: Command line tools for ROS interface generation. Package: ros-rolling-rosidl-cmake Version: 5.2.0-1noble.20260425.000141 Architecture: amd64 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.000141_amd64.deb Size: 16682 SHA256: 434fb835e22f8bf2c84e8038b7e73b129cbfa5fa90800849f8d96a62a081008a SHA1: 657a37ba6c166743998cd344a760ab87a054860f MD5sum: 10fe6b9772c9ec7a37cae30737d6f207 Description: The CMake functionality to invoke code generation for ROS interface files. Package: ros-rolling-rosidl-core-generators Version: 0.4.3-1noble.20260425.032306 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 53 Depends: ros-rolling-ament-cmake-core, ros-rolling-rosidl-cmake, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-generator-cpp, ros-rolling-rosidl-generator-py, ros-rolling-rosidl-generator-rs, ros-rolling-rosidl-typesupport-c, ros-rolling-rosidl-typesupport-cpp, ros-rolling-rosidl-typesupport-fastrtps-c, ros-rolling-rosidl-typesupport-fastrtps-cpp, ros-rolling-rosidl-typesupport-introspection-c, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_core_generators/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-core-generators/ros-rolling-rosidl-core-generators_0.4.3-1noble.20260425.032306_amd64.deb Size: 7424 SHA256: b5ab6b27b22b2177306b83f2f3d5ac347b18cbd1f16be1215df270c1d80befce SHA1: abab24c449b93f0f5afbf88dfb18d762b90a9b57 MD5sum: b10b266fdb3fbe49f4a90e593cdac445 Description: A configuration package defining core ROS interface generators. Package: ros-rolling-rosidl-core-runtime Version: 0.4.3-1noble.20260425.032309 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 47 Depends: ros-rolling-rosidl-buffer-py, ros-rolling-rosidl-generator-py, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-c, ros-rolling-rosidl-typesupport-cpp, ros-rolling-rosidl-typesupport-fastrtps-c, ros-rolling-rosidl-typesupport-fastrtps-cpp, ros-rolling-rosidl-typesupport-introspection-c, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_core_runtime/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-core-runtime/ros-rolling-rosidl-core-runtime_0.4.3-1noble.20260425.032309_amd64.deb Size: 6510 SHA256: 23e3b55ad4487eec41ece0c07c0150be4f6f46c3c9a3c086159c8726921082a3 SHA1: 89d05ae2f300cbe259e7bb6326216a85a546cefa MD5sum: 57976daa30870e69f4251a8bf498acc3 Description: A configuration package defining runtime dependencies for core ROS interfaces. Package: ros-rolling-rosidl-default-generators Version: 1.8.1-1noble.20260425.033143 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 50 Depends: ros-rolling-action-msgs, ros-rolling-ament-cmake-core, ros-rolling-rosidl-core-generators, ros-rolling-service-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-default-generators/ros-rolling-rosidl-default-generators_1.8.1-1noble.20260425.033143_amd64.deb Size: 7292 SHA256: f7ea989404620383b8c4d94f3000804500ba4a1afb709fbeed8e966655c19359 SHA1: 4ccb32e9bd77d4887236336b0b3b6a996d95a832 MD5sum: d16b8f877a49e59efbfb279286e32a57 Description: A configuration package defining the default ROS interface generators. Package: ros-rolling-rosidl-default-runtime Version: 1.8.1-1noble.20260425.033142 Architecture: amd64 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.033142_amd64.deb Size: 7626 SHA256: 01ca53219570adc863becad38056bcb54050422198ef4c7764066e3ae39a7367 SHA1: 37edf3ee465a453d472d0a6522444d1911f993eb MD5sum: c93d5f47211565c70e8b3cc8314ed80f Description: A configuration package defining the runtime for the ROS interfaces. Package: ros-rolling-rosidl-dynamic-typesupport Version: 0.4.1-1noble.20260425.000153 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 328 Depends: libc6 (>= 2.4), ros-rolling-rcutils, ros-rolling-rosidl-runtime-c, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_dynamic_typesupport/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-dynamic-typesupport/ros-rolling-rosidl-dynamic-typesupport_0.4.1-1noble.20260425.000153_amd64.deb Size: 37824 SHA256: b3cee8c9a13d3c513682e43b9279b78a1b37bead9ae7b00651deea12719989a8 SHA1: aa9df542b4f06158ca989c825a9d3aeb4881a6de MD5sum: 6699df58b591589b928d70b6c512c2c8 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.000153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 120 Depends: ros-rolling-rosidl-dynamic-typesupport (= 0.4.1-1noble.20260425.000153) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-dynamic-typesupport/ros-rolling-rosidl-dynamic-typesupport-dbgsym_0.4.1-1noble.20260425.000153_amd64.deb Size: 79216 SHA256: 228a321049811e69a2fac2d85e3c2ded1c20ab476c57196c0a5b5fbd2181f8ff SHA1: 74940b60ace1917fb8e91c20a742f60a4527e3c2 MD5sum: 34ea82d21739a5742d511c4e7b66c921 Description: debug symbols for ros-rolling-rosidl-dynamic-typesupport Build-Ids: b36787d0ca7f9a340b267d68b9a86a1d34ff9c13 Package: ros-rolling-rosidl-dynamic-typesupport-fastrtps Version: 0.5.1-1noble.20260425.000331 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 279 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.000331_amd64.deb Size: 54406 SHA256: aa577b75162dfa96d127cbd6651419c6a80ff0eb573744ca9a7f42b71f9ce051 SHA1: f1a01ce9e7bba84f5f6b162a818d531fdd906152 MD5sum: d2bd68c1cee1f5f3b33c08cc2ce40d83 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.000331 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 670 Depends: ros-rolling-rosidl-dynamic-typesupport-fastrtps (= 0.5.1-1noble.20260425.000331) 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.000331_amd64.deb Size: 581504 SHA256: 76427e2d14d967861093d73f69464ded396561ddbfb98506b624e5bf714ad789 SHA1: 5356d578b4794de78c1b880649d65c442183d39b MD5sum: b24934ddb2c48050c82a0500957068d5 Description: debug symbols for ros-rolling-rosidl-dynamic-typesupport-fastrtps Build-Ids: dedf0cb608fb5baa197de350c8ceb00463ec1165 Package: ros-rolling-rosidl-generator-c Version: 5.2.0-1noble.20260425.000303 Architecture: amd64 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.000303_amd64.deb Size: 26210 SHA256: 766941335341af11081b9fb989f8761a34f391cc6e87c1a82a7ba9d4dc96c652 SHA1: cda3c887eb70985d65a34c62283e46e37d662409 MD5sum: 8e64518b857364470f15ee5cfa09706e Description: Generate the ROS interfaces in C. Package: ros-rolling-rosidl-generator-cpp Version: 5.2.0-1noble.20260425.000432 Architecture: amd64 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.000432_amd64.deb Size: 23974 SHA256: d1421833ef63abffda53f237c9ddbede3440c84b300437ef2b54cafe28fced8c SHA1: 78076bf8860d5c519e9024fb728cf1f4df0c519d MD5sum: ed60d130ab8e1303d7f66f23e2ceede1 Description: Generate the ROS interfaces in C++. Package: ros-rolling-rosidl-generator-dds-idl Version: 0.13.0-1noble.20260425.000142 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 83 Depends: ros-rolling-ament-cmake, ros-rolling-ament-index-python, ros-rolling-rosidl-cli, ros-rolling-rosidl-pycommon, ros-rolling-ros-workspace 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.000142_amd64.deb Size: 11640 SHA256: a91080314c89f31dd58130e7f2eb2e3f6de17d5aeb5d4332694b467c5b5bbe9e SHA1: cf5a1dd215ff159c4b0539b9ccb523883f76c918 MD5sum: 6cd09432e0124f880dc735b7a54eeb87 Description: Generate the DDS interfaces for ROS interfaces. Package: ros-rolling-rosidl-generator-py Version: 0.27.2-1noble.20260425.000616 Architecture: amd64 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.000616_amd64.deb Size: 33538 SHA256: 50735cd9b5d3eb33e0451f631d41c9a5d4f808f5f186aa9d5717b4494f26a587 SHA1: e6e544a8406e12b89428426255bc25c4239a2dd3 MD5sum: 76774e9bdebefcd23fa2b8d82f22e5c2 Description: Generate the ROS interfaces in Python. Package: ros-rolling-rosidl-generator-rs Version: 0.4.12-1noble.20260425.000618 Architecture: amd64 Maintainer: Esteve Fernandez Installed-Size: 140 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.000618_amd64.deb Size: 24518 SHA256: ca90fb922944b5d5847125ab22fde700cf5d4843b2f2445f5af63b6039d7cab2 SHA1: 875132c5ca87d47a0d1704d8c1e36531ec9d21b6 MD5sum: b3a2961babf0336230fd27c1ac7cc199 Description: Generate the ROS interfaces in Rust. Package: ros-rolling-rosidl-generator-type-description Version: 5.2.0-1noble.20260425.000108 Architecture: amd64 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.000108_amd64.deb Size: 15840 SHA256: eba4f9e4683842d297b0d76a0c6a6cf6b1d23654e701ae69ce2ca0e99fc94b67 SHA1: ffbed30ec9aab7e0edb2816ac666e91688b7f796 MD5sum: 2b4dd6de32814d196db1f007b558ed17 Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-rolling-rosidl-parser Version: 5.2.0-1noble.20260424.235930 Architecture: amd64 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.20260424.235930_amd64.deb Size: 21996 SHA256: 36bc77f1a01226c8699ed674935568d125c574dd9c60b683e2ed44589c5eb612 SHA1: e62c39b66488513417a32c98de94f0ee5d001292 MD5sum: ebdac95b30f693b89952f3e97bfa4804 Description: The parser for `.idl` ROS interface files. Package: ros-rolling-rosidl-pycommon Version: 5.2.0-1noble.20260425.000057 Architecture: amd64 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.000057_amd64.deb Size: 14338 SHA256: 11609dbee57e478e07e4b912d268400c787c3c06a020f8e26425fff2a042db4c SHA1: c1ce1cc3267012d16f87ca88aebb6b481225cec1 MD5sum: cf261644dc3be90acbe0acd9dc709a35 Description: Common Python functions used by rosidl packages. Package: ros-rolling-rosidl-runtime-c Version: 5.2.0-1noble.20260425.000013 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 361 Depends: libc6 (>= 2.14), ros-rolling-ament-cmake, ros-rolling-rcutils, ros-rolling-rosidl-buffer, ros-rolling-rosidl-typesupport-interface, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_runtime_c/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-runtime-c/ros-rolling-rosidl-runtime-c_5.2.0-1noble.20260425.000013_amd64.deb Size: 56960 SHA256: 619e741bc1a5b620b69fdb1498d64db2bc767abce16adf1adf64cc0b38ecd7d4 SHA1: fe309725ee3437763b14277adffafbcbd3116e52 MD5sum: 702a1e8c4ade948b4168f178616fc3bb 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.000013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 132 Depends: ros-rolling-rosidl-runtime-c (= 5.2.0-1noble.20260425.000013) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-runtime-c/ros-rolling-rosidl-runtime-c-dbgsym_5.2.0-1noble.20260425.000013_amd64.deb Size: 82928 SHA256: f52b1b891ddcda9e177aead08e75c73036386b781652a13622fe83813ab01448 SHA1: 7328504c35fd252d598b9aeb65465dd229cd5450 MD5sum: 68b751417ba0d480ac715f3d8f8cbb0e Description: debug symbols for ros-rolling-rosidl-runtime-c Build-Ids: ba5e9d48c3b297f8f605ed90911f943a72ba194f Package: ros-rolling-rosidl-runtime-cpp Version: 5.2.0-1noble.20260425.000122 Architecture: amd64 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.000122_amd64.deb Size: 21514 SHA256: 5c4d4541c9e8158060f5cdc81c157bbd28b7c49f139baf63b8e272468a347389 SHA1: 0d2f09cc6139c67e4eded9e1439ab564e61bc445 MD5sum: e3946dea90e41fc6b7f4c8ccc5f91f6a 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.000225 Architecture: amd64 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.000225_amd64.deb Size: 21378 SHA256: f2ea52d3050d98eb9a6ebfd42a171c13ef360fa6a498ab4fcbefb68cddc3e751 SHA1: 5f6e4fb4fa00a8db71e455865bf80b957906d912 MD5sum: ce191ad49829356b156735d1c8db682b Description: Runtime utilities for working with generated ROS interfaces in Python. Package: ros-rolling-rosidl-typesupport-c Version: 3.4.2-1noble.20260425.000458 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 158 Depends: libc6 (>= 2.14), 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.000458_amd64.deb Size: 25488 SHA256: 25ec8fad17b04ae19dabfc1bccf45135540f0bd8ad00f0aa3c80136236367ad6 SHA1: 41c729142ea5a05c701fce6a7985837011e620bb MD5sum: 3d634733f3805bd5727da1879dbc9926 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.000458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 65 Depends: ros-rolling-rosidl-typesupport-c (= 3.4.2-1noble.20260425.000458) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-c/ros-rolling-rosidl-typesupport-c-dbgsym_3.4.2-1noble.20260425.000458_amd64.deb Size: 49850 SHA256: 6497ffcdfb2ddbdfe96c31dda4747b49d664da1bc5bffe478c49e2674c14ada3 SHA1: 72d39212dda637b2395fd0afae6b7771950fff6b MD5sum: 2220f80238f282366e42710403f65693 Description: debug symbols for ros-rolling-rosidl-typesupport-c Build-Ids: 1e3f14b63bc6916f7fb5f7b052fc065dcc6a46f9 Package: ros-rolling-rosidl-typesupport-cpp Version: 3.4.2-1noble.20260425.031847 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 157 Depends: libc6 (>= 2.14), 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.031847_amd64.deb Size: 24388 SHA256: dd6bf4cb14dcc422f7461f8ec1a09ded887a36f341b6020191b992a81efe54ce SHA1: 68ea870f5e4d7ce2bd19355bb9ed02dbb5b32c21 MD5sum: daf371912986099fae1a14ac97d52b83 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.031847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 65 Depends: ros-rolling-rosidl-typesupport-cpp (= 3.4.2-1noble.20260425.031847) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-cpp/ros-rolling-rosidl-typesupport-cpp-dbgsym_3.4.2-1noble.20260425.031847_amd64.deb Size: 49628 SHA256: d10a9d1dd456567e56fd9b1e4e148528a9478998906a666553d8ba866b5aa82e SHA1: 455df2493e8068cec8971e12b1c9b9dfbf82dba5 MD5sum: 1d512517ac19a2ef9a34de7c535456eb Description: debug symbols for ros-rolling-rosidl-typesupport-cpp Build-Ids: fb5dcfe213900e965488b1e466dc5fc85c0cf31c Package: ros-rolling-rosidl-typesupport-fastrtps-c Version: 3.9.5-1noble.20260425.032153 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 199 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.032153_amd64.deb Size: 27140 SHA256: 9f30eb34cea18810eb43e06d6975fec571b6cf1ce30cae8b850b51dbf797c8c4 SHA1: 2adf2e40f039d9cbf8243bc581fe463d80d39f8f MD5sum: 8cebfb0a8f728f039eab83550e1e9f71 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.032153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 15 Depends: ros-rolling-rosidl-typesupport-fastrtps-c (= 3.9.5-1noble.20260425.032153) 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.032153_amd64.deb Size: 2712 SHA256: 59a3a319cb6a9ed71cdc968aecf45872e0b57394efa65a28148b1d53152fc5c4 SHA1: 320f3953a5cca52ee51236a702b442a121f102aa MD5sum: 4acc97de08dd246da64967530905cafb Description: debug symbols for ros-rolling-rosidl-typesupport-fastrtps-c Build-Ids: 45edd03eebd1f3ee6c4e62dc5129d933725cae51 Package: ros-rolling-rosidl-typesupport-fastrtps-cpp Version: 3.9.5-1noble.20260425.032043 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 222 Depends: python3-dev, ros-rolling-ament-cmake-ros-core, ros-rolling-ament-index-python, ros-rolling-fastcdr, ros-rolling-rmw, ros-rolling-rosidl-buffer-backend, ros-rolling-rosidl-cli, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-generator-cpp, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-interface, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_fastrtps_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-fastrtps-cpp/ros-rolling-rosidl-typesupport-fastrtps-cpp_3.9.5-1noble.20260425.032043_amd64.deb Size: 31232 SHA256: bbefb605854ab2cdad37dea59464c04cd0fad0f5bbba97ad8ff9f7c9f067d890 SHA1: c6d33bfb68ca88356a8f68540d7bc2d56fc1f477 MD5sum: 7435512f77f85942a95d04ee5ce0366e 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.032043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 15 Depends: ros-rolling-rosidl-typesupport-fastrtps-cpp (= 3.9.5-1noble.20260425.032043) 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.032043_amd64.deb Size: 2740 SHA256: 101199d1ff58dae038e87b5293eebe28a70bce1d3470cb2045d6e5ff228892bf SHA1: aaef7c96bc9ceb9db44ce1c2e8abbb3fe5f34df6 MD5sum: 95c61c03e68bcfeae8c3bf9bdd9c7464 Description: debug symbols for ros-rolling-rosidl-typesupport-fastrtps-cpp Build-Ids: e3bd2787e7a82a069aa1a41f976700f3647bf6d6 Package: ros-rolling-rosidl-typesupport-interface Version: 5.2.0-1noble.20260424.235831 Architecture: amd64 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.20260424.235831_amd64.deb Size: 9874 SHA256: d00c562bc112b106f8fed328e21d7858ffd89ba54806997c4cf390e702ac43f2 SHA1: 7f44f439f10b54917f579e462883c006440f4d49 MD5sum: a285c386b3b3bba866f1186a5cd6d65e Description: The interface for rosidl typesupport packages. Package: ros-rolling-rosidl-typesupport-introspection-c Version: 5.2.0-1noble.20260425.000433 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 178 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.000433_amd64.deb Size: 25390 SHA256: 02f670bb2ffc48e082e4fc7fa73241147fd0f6c41d0cc11ab601d949b897448c SHA1: 49ddff6238f2a65b335ca18b5518fa42423ff641 MD5sum: 63f3f8bac4f69f26a41d327c6b529cb1 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.000433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 15 Depends: ros-rolling-rosidl-typesupport-introspection-c (= 5.2.0-1noble.20260425.000433) 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.000433_amd64.deb Size: 2708 SHA256: 273d33060d3f4fc4989620e7e01bdc3588ba8f56610410abacad02beca512058 SHA1: e3220bcbc002c9ddf00036e342c7e5d3e696293f MD5sum: a1d94aa4185a38d405a2d8d50b6f30dc Description: debug symbols for ros-rolling-rosidl-typesupport-introspection-c Build-Ids: b78e9880978e7d768669e11e4f86d866b26a1e10 Package: ros-rolling-rosidl-typesupport-introspection-cpp Version: 5.2.0-1noble.20260425.000456 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 177 Depends: python3-dev, ros-rolling-ament-cmake, ros-rolling-ament-index-python, ros-rolling-rosidl-buffer, ros-rolling-rosidl-cli, ros-rolling-rosidl-cmake, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-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.000456_amd64.deb Size: 25340 SHA256: f3bf0292561506556ea4b3c5c31b501b8e238e5658a669418a52f4f35daab4f0 SHA1: 6ab595d130d0a8202dfe5b7fd4688063397d294f MD5sum: 3636ff5db395a79106b1b2dd3340a73c 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.000456 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 15 Depends: ros-rolling-rosidl-typesupport-introspection-cpp (= 5.2.0-1noble.20260425.000456) 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.000456_amd64.deb Size: 2742 SHA256: 1cfbb7d2c321cc78067a02dbd8e4eff3d542985243385fdbbb927e42fbdf8867 SHA1: 302b0eff2f14dba8d231a00c1f0599bc7514336a MD5sum: f78cd0158689d03a2ab6ea426887e0e8 Description: debug symbols for ros-rolling-rosidl-typesupport-introspection-cpp Build-Ids: ef82a729e45f874d7982edf385c971f396256776 Package: ros-rolling-rosidlcpp Version: 0.5.0-1noble.20260425.041044 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 45 Depends: ros-rolling-ament-cmake-core, ros-rolling-rosidlcpp-generator-c, ros-rolling-rosidlcpp-generator-cpp, ros-rolling-rosidlcpp-generator-py, ros-rolling-rosidlcpp-generator-type-description, ros-rolling-rosidlcpp-typesupport-c, ros-rolling-rosidlcpp-typesupport-cpp, ros-rolling-rosidlcpp-typesupport-fastrtps-c, ros-rolling-rosidlcpp-typesupport-fastrtps-cpp, ros-rolling-rosidlcpp-typesupport-introspection-c, ros-rolling-rosidlcpp-typesupport-introspection-cpp, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp/ros-rolling-rosidlcpp_0.5.0-1noble.20260425.041044_amd64.deb Size: 5618 SHA256: d55a6825d627b7ecff0c74cc195b3c4bdea34313ffe1d3b7219de5c554923b54 SHA1: ca8ab945aaac8eaf0c245611b7baf9bd000d5af1 MD5sum: d3b62ab7878d2491bf2db2d30712d05f Description: Meta package depending on all rosidlcpp generators Package: ros-rolling-rosidlcpp-generator-c Version: 0.5.0-1noble.20260425.000334 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 547 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.000334_amd64.deb Size: 180652 SHA256: e07b4b4b04374849ee25339756cfacee2157354b9191fcb8cebe0499b45b3666 SHA1: b478a6eb39bca041271becc1b142436b6cdd75f5 MD5sum: 68e6dea1bfb1cab4d80405445650e1b1 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.000334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 2467 Depends: ros-rolling-rosidlcpp-generator-c (= 0.5.0-1noble.20260425.000334) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-c/ros-rolling-rosidlcpp-generator-c-dbgsym_0.5.0-1noble.20260425.000334_amd64.deb Size: 2348464 SHA256: 43e6b74315cf7d0fb44278652d28958a0c4d9e7ab5fd94af8b6da51877714aeb SHA1: 8074c1a454e732568eb550cd8142a250af07dad5 MD5sum: 5397c80f36410fdec595789dc68e2840 Description: debug symbols for ros-rolling-rosidlcpp-generator-c Build-Ids: 1afa75e3ad7504945479fe32c725ebcc991883dd Package: ros-rolling-rosidlcpp-generator-core Version: 0.5.0-1noble.20260423.223255 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 691 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.20260423.223255_amd64.deb Size: 199410 SHA256: c39db677a360f5ea824a8d34ad100076c6bcae35c9a4182ec14d6b3ee8247535 SHA1: 2d5fb77bbca8908a6104e2c989cbd062f385908b MD5sum: d741809ee42828240d93e4d3c2e0c798 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.20260423.223255 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 2224 Depends: ros-rolling-rosidlcpp-generator-core (= 0.5.0-1noble.20260423.223255) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-core/ros-rolling-rosidlcpp-generator-core-dbgsym_0.5.0-1noble.20260423.223255_amd64.deb Size: 2033408 SHA256: 421f7dec5c7e7913350162e580e7dd8f2a0a5c4eead2256f042f8b0df61c29f0 SHA1: b18065bb5cb3c2f929904fcd559b36911d821a9a MD5sum: 2619f2b821533a54cc035ac900e97080 Description: debug symbols for ros-rolling-rosidlcpp-generator-core Build-Ids: 2ba01e14aca4d87d9a40ee65537248475170171d Package: ros-rolling-rosidlcpp-generator-cpp Version: 0.5.0-1noble.20260425.000257 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 351 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.000257_amd64.deb Size: 115726 SHA256: 261d52ef5e86754b8ad1ea3b0941fc419f53eaee2e95a5ec3db560ef2d7979da SHA1: f6d4d282a3294e1eff72f30907e2a723794f5fa9 MD5sum: 9ba3f55331a6a862d4b54ea395d2525a 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.000257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1596 Depends: ros-rolling-rosidlcpp-generator-cpp (= 0.5.0-1noble.20260425.000257) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-cpp/ros-rolling-rosidlcpp-generator-cpp-dbgsym_0.5.0-1noble.20260425.000257_amd64.deb Size: 1533294 SHA256: ebe36d5a339ba122807b6a077bd957d156ee2c37e229f3e074f092c42fdd8ce7 SHA1: 1585b2a5fd51806de365124928ced8798159cf06 MD5sum: 2cb3b0c868493017b4d3f6b8f6154a1f Description: debug symbols for ros-rolling-rosidlcpp-generator-cpp Build-Ids: 8013f82c48ba8498a6ae679b3b735b8b48980db8 Package: ros-rolling-rosidlcpp-generator-py Version: 0.5.0-1noble.20260425.000616 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 412 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.000616_amd64.deb Size: 126016 SHA256: 3d34da82fea7505a132af6c2d8dc91385f305a65ad91d1e24b877cc40c3eef7c SHA1: 2bfe31797b33896b26ec34e0a963d100926fe65c MD5sum: 2e44b955e243af511dbe3cba6aa78c00 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.000616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1730 Depends: ros-rolling-rosidlcpp-generator-py (= 0.5.0-1noble.20260425.000616) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-py/ros-rolling-rosidlcpp-generator-py-dbgsym_0.5.0-1noble.20260425.000616_amd64.deb Size: 1659278 SHA256: a36eb803a4d71ec14f6593f214c9206c2489cbbedcb4e71ac1b8efa079b14e67 SHA1: fb43f600649fcbf5ed6c0ca5a766c474f880e6e3 MD5sum: 0ea7ca60b79bb260535ef356ede229c6 Description: debug symbols for ros-rolling-rosidlcpp-generator-py Build-Ids: 55bf1c5c106afc565d58bda06320105f26f5051b Package: ros-rolling-rosidlcpp-generator-type-description Version: 0.5.0-1noble.20260425.000117 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 401 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.000117_amd64.deb Size: 147636 SHA256: 5db283837102d24051a2c46d614cf7610d399b13cca461113cfa14b129e27bd0 SHA1: 21cdd40e6860b636da5ae211f952f77b91d3a0aa MD5sum: 76e199ad163836b8cb9ec68ffa76f088 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.000117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 2251 Depends: ros-rolling-rosidlcpp-generator-type-description (= 0.5.0-1noble.20260425.000117) 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.000117_amd64.deb Size: 2167766 SHA256: 5fbdf4d9adbce9d414c3ca3dd818752b5e9240f8e7182c3c04bba97d7cb2d10a SHA1: 396f01db09e2ea48436a369587b955f0e0623062 MD5sum: 0ee6cbb3b785a86bbe3b99c503d02151 Description: debug symbols for ros-rolling-rosidlcpp-generator-type-description Build-Ids: 21fc7dd512968770f3bb7204e9520d2ab4b60f1d Package: ros-rolling-rosidlcpp-parser Version: 0.5.0-1noble.20260423.215736 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 297 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.20260423.215736_amd64.deb Size: 94840 SHA256: e5bc82ebe5924fecef61fb916faa7ef47ea6953ddc1036f57e92d1ccb822596f SHA1: 0a543caead76d7d4d4226791cd47af3b7925d31f MD5sum: 43a7b6a7a8b982ebb9ef2773c6f59122 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.20260423.215736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1173 Depends: ros-rolling-rosidlcpp-parser (= 0.5.0-1noble.20260423.215736) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-parser/ros-rolling-rosidlcpp-parser-dbgsym_0.5.0-1noble.20260423.215736_amd64.deb Size: 1116222 SHA256: 15d14354082cd69bb7b0e5ebd397ecd9fac9e5f7ee3cf5bce909eeaed1e6d8e8 SHA1: 7e34a158fb767133d65d72ee14af533f41869cdf MD5sum: c42c1f4b9b73406340fe457fc0c3ab8f Description: debug symbols for ros-rolling-rosidlcpp-parser Build-Ids: b8653e81496765b621f03d17798d593dd412b892 feeb95de52956a5207391afa968b4606711a7e40 Package: ros-rolling-rosidlcpp-typesupport-c Version: 0.5.0-1noble.20260425.000500 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 313 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.000500_amd64.deb Size: 61414 SHA256: 5300e8fea7f074b549832d6e79e4b36bbfc47d49a4b245e34c9b9da9280a3a0e SHA1: 88611409f7b1079b3fbe0bfc8dd120d3fe3e9298 MD5sum: 65dcdf2731d98d3ac706aa7e0745acf7 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.000500 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 980 Depends: ros-rolling-rosidlcpp-typesupport-c (= 0.5.0-1noble.20260425.000500) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-c/ros-rolling-rosidlcpp-typesupport-c-dbgsym_0.5.0-1noble.20260425.000500_amd64.deb Size: 953350 SHA256: c57e6c1f355e3124938c6820596d9c9589c699ad7ee2544f67888e7f07331239 SHA1: fe25012605689a63753e4e81aba28b5c48f07961 MD5sum: 3d0e2b871ce3867b78cced90d1863137 Description: debug symbols for ros-rolling-rosidlcpp-typesupport-c Build-Ids: bf2cf6efaa7dd3bf7e4019b70ea6496ac058a5c9 Package: ros-rolling-rosidlcpp-typesupport-cpp Version: 0.5.0-1noble.20260425.000614 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 313 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.000614_amd64.deb Size: 60758 SHA256: fbf6bfb9660187bfe6db792c517262bd159158b31b0f7be4248a1e8316a5d8be SHA1: fca57200354b51b4a343dbda7bcd4c5d8a6b7ec8 MD5sum: 9993938289dc0a374ffe9a76d85bd85f 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.000614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 983 Depends: ros-rolling-rosidlcpp-typesupport-cpp (= 0.5.0-1noble.20260425.000614) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-cpp/ros-rolling-rosidlcpp-typesupport-cpp-dbgsym_0.5.0-1noble.20260425.000614_amd64.deb Size: 956022 SHA256: ae2f3250d05ef7af23567a40b1c2c02d572b838e30cc86f42e2d6dab8cbf2106 SHA1: cb5a38dd6b80563e63db01dfc51056e04034ba62 MD5sum: d9ddfbc6e77c6ef4963bf212073a3a22 Description: debug symbols for ros-rolling-rosidlcpp-typesupport-cpp Build-Ids: 27cdce8e649ee6fe6e7557e700fd360f4b36d320 Package: ros-rolling-rosidlcpp-typesupport-fastrtps-c Version: 0.5.0-1noble.20260425.040432 Architecture: amd64 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.040432_amd64.deb Size: 95950 SHA256: 036dbfdb7a37dfa3acfc166a6e3e599b01436f2ecd267ca4c4001237598b16a8 SHA1: 0e976cdce93e5395def39f2edc10a5726e6e60bd MD5sum: a3af940b94a152fccc0e1a44f9e22105 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.040432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1348 Depends: ros-rolling-rosidlcpp-typesupport-fastrtps-c (= 0.5.0-1noble.20260425.040432) 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.040432_amd64.deb Size: 1293836 SHA256: 96c8c47aa34a330ee781f2d340452b894a61e4e83639ec6a181c4afd46fba47b SHA1: 2f4ddf5c31cb1131b041c2e32207fc82b1bc7273 MD5sum: eff383afb600ab567e2ce72462e1ec0c Description: debug symbols for ros-rolling-rosidlcpp-typesupport-fastrtps-c Build-Ids: 2be5858bdb6b85bb59f42255d7766da8e9a2d3be Package: ros-rolling-rosidlcpp-typesupport-fastrtps-cpp Version: 0.5.0-1noble.20260425.040436 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 481 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.040436_amd64.deb Size: 94268 SHA256: 2454855c44b3d68151e1376d6ede56ff23e781f80e2e1c0709f617bfe476140e SHA1: aec9d80c3a7f190c05b7ee45d4ef114092e4330e MD5sum: dbe2d53877e85f28b99f66263b9b5732 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.040436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1348 Depends: ros-rolling-rosidlcpp-typesupport-fastrtps-cpp (= 0.5.0-1noble.20260425.040436) 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.040436_amd64.deb Size: 1299096 SHA256: 32300cbcb3aca9805877856d971aac9882e3ebc3e88512835f9a5b88278bb9ff SHA1: f93ddf70d96a5f37807eebb973298dbc187a7e37 MD5sum: 6ab9f06ca05271d457ac4dc79bee58fa Description: debug symbols for ros-rolling-rosidlcpp-typesupport-fastrtps-cpp Build-Ids: 9e9e3e16e657f174b29a1e39c8af77f8270688f6 Package: ros-rolling-rosidlcpp-typesupport-introspection-c Version: 0.5.0-1noble.20260425.000436 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 377 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.000436_amd64.deb Size: 72580 SHA256: f88f9a342202d7644637d22454260c72f0a7405ca7197dd74388b0892645fcb4 SHA1: f0d0980819ae749c4545cd65f7a5599f9a431aa1 MD5sum: af206d9fec8ba3f9592858af142fe876 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.000436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1117 Depends: ros-rolling-rosidlcpp-typesupport-introspection-c (= 0.5.0-1noble.20260425.000436) 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.000436_amd64.deb Size: 1082346 SHA256: ce98bfe0c1efd6dd020d3947f106daaf320333dac1eba49d87fd8ed36439b8d0 SHA1: 3c88febe61a3cd5808ee8a013c945ddc7a9979e3 MD5sum: ddb8345f66751c04fb7c8d22146a6754 Description: debug symbols for ros-rolling-rosidlcpp-typesupport-introspection-c Build-Ids: 87f5ac5026734a573981719fd66bfa545134fcbd Package: ros-rolling-rosidlcpp-typesupport-introspection-cpp Version: 0.5.0-1noble.20260425.000456 Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 377 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.000456_amd64.deb Size: 72378 SHA256: ce0b7c54ee76e307bce3ef5455c46103db47cf0f72e279e0f0dd30401e727f9c SHA1: 061f33ca5dce0aba1986f09aaccb4b3b4b5b61a2 MD5sum: 826730689616526547df65d7353673c5 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.000456 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Anthony Welte Installed-Size: 1123 Depends: ros-rolling-rosidlcpp-typesupport-introspection-cpp (= 0.5.0-1noble.20260425.000456) 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.000456_amd64.deb Size: 1086194 SHA256: 8256858632058f48c4734cf7183fa9b466009311737fe45e5d0f169f0005a477 SHA1: a06427112a18e896b9bdbdf91ef174491b1fc408 MD5sum: 264ac224b6514c0c81e7944bfdce18cb Description: debug symbols for ros-rolling-rosidlcpp-typesupport-introspection-cpp Build-Ids: 2fe009651038517f54f92a8d1e571cd88dabcffc Package: ros-rolling-rosx-introspection Version: 2.3.0-1noble.20260425.050948 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 574 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.050948_amd64.deb Size: 169288 SHA256: 1d5e705abf1ac541801a948c6ee4db7c4b58c9b5258e36637dfd69d7538e5edf SHA1: 1fa31a7ff2eae9fd2fd129a375c55602601ee438 MD5sum: d78406594d36e295e8168f4bde6d96ad 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.050948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2128 Depends: ros-rolling-rosx-introspection (= 2.3.0-1noble.20260425.050948) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosx-introspection/ros-rolling-rosx-introspection-dbgsym_2.3.0-1noble.20260425.050948_amd64.deb Size: 2047076 SHA256: 5530330f5091cac42284b9836b8031d13000d459746ba7970193e65dc3b75594 SHA1: 5aba58585e53f501154d1b5c40dd0e716560c802 MD5sum: 4112aebfa2be5aa18e393dbdc8a9bd08 Description: debug symbols for ros-rolling-rosx-introspection Build-Ids: 4e8fe6bbfe4f47efcde5b8081f00ba170e4d794a Package: ros-rolling-rpyutils Version: 0.7.2-1noble.20260424.011013 Architecture: amd64 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.011013_amd64.deb Size: 7668 SHA256: 9ca6f3c939e27955f460dadc252d3fbbb198626f9f54159ba776ec2bfa9635b1 SHA1: 1de34e3602b054de2665a449c340053242a15b35 MD5sum: 88701bd7fe00c86ff62a1332e0823a7c Description: Package containing various utility types and functions for Python Package: ros-rolling-rqml Version: 3.26.42-1noble.20260425.054200 Architecture: amd64 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.054200_amd64.deb Size: 5438 SHA256: 31a1503137d19881e774081dd31185bf499f1658d018cdb99f84f7dd2cae0334 SHA1: cccc0afc58fa2fe5cefdc2e9940dd2a0b8642b25 MD5sum: eea0c1e853adc7c06f4774a9c17c1887 Description: QML-based robotics visualization and control tool for ROS 2. Package: ros-rolling-rqml-core Version: 3.26.42-1noble.20260425.052641 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 4927 Depends: libc6 (>= 2.38), libfmt9 (>= 9.1.0+ds1), libgcc-s1 (>= 3.3.1), 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.052641_amd64.deb Size: 1889422 SHA256: 4b9a9c1016384acb5cef6eff2ecd20f8f83a2905c6fddaf3851f34094e6a03e9 SHA1: d09549068105d34af8067ad0f5feda4ba826a8f9 MD5sum: 4c0c2f5fd891c1d815fdf6fb21793954 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.052641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 23904 Depends: ros-rolling-rqml-core (= 3.26.42-1noble.20260425.052641) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqml-core/ros-rolling-rqml-core-dbgsym_3.26.42-1noble.20260425.052641_amd64.deb Size: 23299266 SHA256: 0ec741d043ebcfc50583ea3137447aa8f0fb5360304a499501697452e58069f4 SHA1: ace431e698a348bc7669a0ab24b0c7566ef576ae MD5sum: 8445e3f86717f64854a66fc57a0e8de9 Description: debug symbols for ros-rolling-rqml-core Build-Ids: 56d8f560dfe9fdda1064d8b1a573a7541543ab16 d7fedbd49324cf2de0612c0bcfcf3efabf269ba9 Package: ros-rolling-rqml-default-plugins Version: 3.26.42-1noble.20260425.054119 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 493 Depends: libc6 (>= 2.4), 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.054119_amd64.deb Size: 80122 SHA256: dbe2a281d0cc958ed9d8fa1b778e53c7a654b61465e7fc3d60b060d9d84fc040 SHA1: a7a9b98ee1b135edfbf399901c11351da2d1b3dc MD5sum: 7fe5056b78f924bfd466568fb99f5a25 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.054119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 511 Depends: ros-rolling-rqml-default-plugins (= 3.26.42-1noble.20260425.054119) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqml-default-plugins/ros-rolling-rqml-default-plugins-dbgsym_3.26.42-1noble.20260425.054119_amd64.deb Size: 491340 SHA256: 9c2151cb96a53580793e48d14352ec8ea976bc939c79ed59867a5b229342e34a SHA1: 4275a0e94cbbecbf1184ffd58d157934d8f2bd06 MD5sum: f8e8ca379fab71c808e199190077e514 Description: debug symbols for ros-rolling-rqml-default-plugins Build-Ids: e11c74e640e049d6aaee496485dba56a4031a476 Package: ros-rolling-rqml-plugin-example Version: 3.26.42-1noble.20260425.054129 Architecture: amd64 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.054129_amd64.deb Size: 6394 SHA256: b054a603c66feb0e95ba50a49fb8eea420bbd34cbebc9666afd4fcb1b528887a SHA1: 533c6c2327ccb3603d1822c718f9f655ae20b30f MD5sum: a166fd2525122056aa7f352c1155b538 Description: An example plugin for RQml Package: ros-rolling-rqt Version: 1.10.4-1noble.20260428.035246 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 26 Depends: ros-rolling-rqt-gui (>= 0.3.0), ros-rolling-rqt-gui-cpp (>= 0.3.0), ros-rolling-rqt-gui-py (>= 0.3.0), ros-rolling-rqt-py-common, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rqt Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt/ros-rolling-rqt_1.10.4-1noble.20260428.035246_amd64.deb Size: 3522 SHA256: 8313bb9897eec2afa88285b04cd262e82c52bc927d2a13cd49e386134e0ccd66 SHA1: 25f6b1c6f050b2e56de93926fa98661868188228 MD5sum: 19597b42a37ca756b7bc291df6aa9fac Description: rqt is a Qt-based framework for GUI development for ROS. Package: ros-rolling-rqt-action Version: 2.4.1-1noble.20260428.034957 Architecture: amd64 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.034957_amd64.deb Size: 6906 SHA256: 309758f3e71f5d9ce14524f208de218d4ec07c7043909f6e432ac1273778b677 SHA1: 6d07cf6cab57ed0b1c64795c8bf0c68d72e13162 MD5sum: f4ab2e0a24ca7b0f8a878b24f5148dd0 Description: rqt_action provides a feature to introspect all available ROS action types. Package: ros-rolling-rqt-bag Version: 2.2.2-1noble.20260428.034854 Architecture: amd64 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.034854_amd64.deb Size: 119384 SHA256: 5f5b3e1a3fd96e47bccb0266074a6d502535696f5cf8dd39f2651364e413b9c2 SHA1: 00f04c0cbab693ad1a33b5d2725849699385501b MD5sum: 2cbdb428e2bf3852cbeab615c1b00efe 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.034938 Architecture: amd64 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.034938_amd64.deb Size: 37866 SHA256: 9f31e3470edaa93582dd83a6a2c9796f3fd0d8ab1ecf377594c3587e8a0a7ac5 SHA1: a95cec899cd9aec01a770b173b3e5afe3e752841 MD5sum: bff35912021a046e2b59ffdf6858ec20 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.075711 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 46 Depends: ros-rolling-rqt-action, ros-rolling-rqt-bag, ros-rolling-rqt-bag-plugins, ros-rolling-rqt-console, ros-rolling-rqt-graph, ros-rolling-rqt-image-view, ros-rolling-rqt-msg, ros-rolling-rqt-plot, ros-rolling-rqt-publisher, ros-rolling-rqt-py-common, ros-rolling-rqt-py-console, ros-rolling-rqt-reconfigure, ros-rolling-rqt-service-caller, ros-rolling-rqt-shell, ros-rolling-rqt-srv, ros-rolling-rqt-topic, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rqt_common_plugins Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-common-plugins/ros-rolling-rqt-common-plugins_1.2.0-3noble.20260428.075711_amd64.deb Size: 6778 SHA256: 7b977a37019d198213356a5b485a4969ecd61b761f17ae6933e0a6d3679cea6a SHA1: 634b93b837a55ea2d89053487e5fbbecfdce8151 MD5sum: 362f306c83d98fa993db40cd2986738c 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.034853 Architecture: amd64 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.034853_amd64.deb Size: 69638 SHA256: d13ecae2c069548c3e9979eac56abdf92760f1a65d6d48bd1cb24c352bf2ac11 SHA1: 06cc11dac904d8148429c7169367ac85a690c3d2 MD5sum: 60f1dbb8e48a28786189b246b40eee9f 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.034854 Architecture: amd64 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.034854_amd64.deb Size: 45140 SHA256: b124f12dcb9f1321cb343c968f3a46623c94533e59e95db0fa9323535a09db25 SHA1: 3166ea751594f708f5e467bd508f1667c4628bee MD5sum: afd32ee9a26a02d307aca321bde1c6a3 Description: Graphical frontend for interacting with the controller manager. Package: ros-rolling-rqt-dotgraph Version: 0.0.5-1noble.20260428.034921 Architecture: amd64 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.034921_amd64.deb Size: 68234 SHA256: fec224c52d0c3549c53d7fe1426b72ea3a4149829fcf9a662531c9d1580f3122 SHA1: d658bd048e458d0b2fcc1edb7c6303ecaaf92efa MD5sum: d9368f1890a21440b5a090091326d37f Description: rqt GUI plugin to visualize dot graphs. Package: ros-rolling-rqt-gauges Version: 0.0.3-1noble.20260428.034854 Architecture: amd64 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.034854_amd64.deb Size: 29728 SHA256: 1a0ccd9e0867e6ad65bf43ec650fb5d3af4b4ad30fd0edde96f58e9052cf9a99 SHA1: 83552ed8c5f2d4c5a58e64ce0ccfee42c9b1e126 MD5sum: 094481c8cb49a0ea357fb23539921a32 Description: Visualization plugin for several sensors. Package: ros-rolling-rqt-graph Version: 1.8.2-1noble.20260428.034854 Architecture: amd64 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.034854_amd64.deb Size: 56446 SHA256: 9d533c8d6c9dc07ceb101f2d913c7bf3c00ad93b7d5624aa2d95965f55831d7c SHA1: 74e235b26bae78dcfb73104bc27487031c2f4dbe MD5sum: b18a7e6934170837d0002bc24bae60aa 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.034625 Architecture: amd64 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.034625_amd64.deb Size: 97776 SHA256: 6e0221f02dde496852817ab1d719e84f6efb36c8d398e0dddd04dd85b0df0e8e SHA1: 1fad4eea10a8c599e7c08ccea0cf42fb04d2a9e7 MD5sum: ebcc0f28cc3113b3f49f99fa3f51204d 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.034946 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 252 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.034946_amd64.deb Size: 71540 SHA256: eeebe9e3690df9b8fadd803d8e5ed6341ef1d5ee8753cc5ead65d78c335bfb19 SHA1: 216b1dc6161c510e92370f62d952c812947d9ee6 MD5sum: d3f17c347d77c11f40ebde09beab5873 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.034946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 1113 Depends: ros-rolling-rqt-gui-cpp (= 1.10.4-1noble.20260428.034946) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-gui-cpp/ros-rolling-rqt-gui-cpp-dbgsym_1.10.4-1noble.20260428.034946_amd64.deb Size: 1064520 SHA256: 98bf15591b37dcfc668b6292d3e77a6c8d6430460ad010a8e47312a24d510462 SHA1: 8a237a09ce146bf931c4d6f23a09b2a52f843303 MD5sum: 56acbc170b4707c7d17152683d1c7965 Description: debug symbols for ros-rolling-rqt-gui-cpp Build-Ids: a5d02fa539864dd305ac96d76bbbfc13f1ed5377 Package: ros-rolling-rqt-gui-py Version: 1.10.4-1noble.20260428.034825 Architecture: amd64 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.034825_amd64.deb Size: 8636 SHA256: b7f2704dd8aa314354a2c71502774a68144aa9fd33fedbb3d02375a19bf9cbf5 SHA1: 04902e1be7460a78a89dba4b3adb088477f37fad MD5sum: 5f0f0ee8b937f80c7dc7d322f29a987c 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.044611 Architecture: amd64 Maintainer: ijnek Installed-Size: 57 Depends: qtbase5-dev, ros-rolling-message-filters, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rcpputils, ros-rolling-rosidl-runtime-cpp, ros-rolling-ros-workspace 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.044611_amd64.deb Size: 8572 SHA256: e528d335ed4a8533ca854605124ffd085d17a103a4906e1295cfb38d82c4e3a6 SHA1: d366b8c8e261d7f308ec19f0fef588c55051db5a MD5sum: 878e23ebb92f9e445738c6e700591859 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.075246 Architecture: amd64 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.075246_amd64.deb Size: 212920 SHA256: b7c4735b82715ae6e9b2742876cf2dc33710ec9a4e02688920b00b7a91360b2a SHA1: 7855c8873d722caec57534f41f89d7174df4a243 MD5sum: 36fcc7d502cebf7977d8d1a95f650072 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.075246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mabel Zhang Installed-Size: 2394 Depends: ros-rolling-rqt-image-view (= 2.0.5-1noble.20260428.075246) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-image-view/ros-rolling-rqt-image-view-dbgsym_2.0.5-1noble.20260428.075246_amd64.deb Size: 2308938 SHA256: 9cd3de02fa4bc36392ddc38b9908dadb86e69ef3690902c142946bb3e30747b1 SHA1: 8423250f314a72d38f22fbdecdce719264f947b0 MD5sum: 9a83ecb8312d1e52d1f917672ddc5f4d Description: debug symbols for ros-rolling-rqt-image-view Build-Ids: 2d62c9f8c1a4888ffd691475c755f4130b968796 Package: ros-rolling-rqt-joint-trajectory-controller Version: 6.6.0-1noble.20260428.034854 Architecture: amd64 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.034854_amd64.deb Size: 43098 SHA256: 9f85209192eb05b388532fc0aa88491ed4dedae009ff7d60fa3ee16cb385683f SHA1: 76039072637c40e2408db6d5362a77181d6cfb11 MD5sum: d4d5469654058bb707f367ca92467a2e Description: Graphical frontend for interacting with joint_trajectory_controller instances. Package: ros-rolling-rqt-moveit Version: 1.0.1-4noble.20260428.035124 Architecture: amd64 Maintainer: Isaac I.Y. Saito Installed-Size: 81 Depends: ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-rclpy, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-py-common, ros-rolling-rqt-topic, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_moveit Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-moveit/ros-rolling-rqt-moveit_1.0.1-4noble.20260428.035124_amd64.deb Size: 17262 SHA256: b43ba5ac0da123ad45b72eff3b391401d0a4178918aad3e4c14eaa517877b317 SHA1: 966acfa32a47201d7f7968f2d0840f38e641e444 MD5sum: 7a806b15d2e33a2647fd8cf609201a03 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.034933 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 81 Depends: ros-rolling-ament-index-python, ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-rclpy, ros-rolling-rosidl-runtime-py, ros-rolling-rqt-console, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-py-common, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_msg Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-msg/ros-rolling-rqt-msg_1.7.2-1noble.20260428.034933_amd64.deb Size: 16468 SHA256: 88aeffbba43bf1df192885c897d08c622000bfd5ab20b85a6c44e8de330965a6 SHA1: a446e2ccc9d993d8fb231374e3abfc79079b4409 MD5sum: e02153c4c4fa6fa25328a257a2ecfead Description: A Python GUI plugin for introspecting available ROS message types. Package: ros-rolling-rqt-plot Version: 1.7.5-1noble.20260428.034853 Architecture: amd64 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.034853_amd64.deb Size: 54236 SHA256: 89083930bab18db0d6033076b34d49947f3fd1369ce9acff705cfe83521b9273 SHA1: a1384f61b80af616849330166c7e2d5f68901881 MD5sum: a805ced30b1a58078d56c53d6effeae2 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.034855 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 128 Depends: python3-numpy, ros-rolling-ament-index-python, ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-qt-gui-py-common, ros-rolling-rclpy, ros-rolling-rosidl-runtime-py, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-py-common, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_publisher Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-publisher/ros-rolling-rqt-publisher_1.10.2-1noble.20260428.034855_amd64.deb Size: 30928 SHA256: 74ceb4a3fefc5b16d5f27b39dd6a379a96b367847fbc7be087905d5af0e13766 SHA1: 2645f58883690a0c6cc46bf259522c87dfc98d29 MD5sum: 56beba01622f830dddba8b773ed7fa51 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.034454 Architecture: amd64 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.034454_amd64.deb Size: 23202 SHA256: ebb21c18efd215196b554b4fb75826470494a843e1dab303dc2112e16ce2d646 SHA1: 24b9ddcc977fb8e80166aa42755346a44e1f5375 MD5sum: 79ef88d8b4bee4f8a13c530a14ee83e9 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.034855 Architecture: amd64 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.034855_amd64.deb Size: 12704 SHA256: ef234e64409239ab92cb167be02458d5a3d2480ec6bc9337fe9d01e36770e743 SHA1: fbab5788d8d09f52ae0b1133223d1e299fc1252f MD5sum: 78ddb4dc3912210744bf8a8bc33de24f 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.034934 Architecture: amd64 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.034934_amd64.deb Size: 63352 SHA256: ed19492af376ff2ac594b956c1f6ab99a5c9d94785637349275e33828f7e7f5b SHA1: 0806c9e9f2cb0f1c8c0f9bcdaf5bec9fb7350822 MD5sum: 1819ff491c87e16d79a7b6a56d7adbd7 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.035028 Architecture: amd64 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.035028_amd64.deb Size: 58204 SHA256: 804f9406df66b3f4b40e4fe388ca435dfcd98244ec053ccf7223a1870ea91aaa SHA1: e48c035f7bcb09dcf9776d78a25409e4cd009fd9 MD5sum: 8e6b58d13012eecf5204c49695a52982 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.034856 Architecture: amd64 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.034856_amd64.deb Size: 36968 SHA256: 887f946f47c898c0c443a17df8d15c6f2ce1c2f0d8e3878335b7e2a74239b6ef SHA1: 4cf24781067584ac8aedc500fb4e78c7c925578a MD5sum: 9f0d0ffa61a7706ae703dedef1b126ae 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.034855 Architecture: amd64 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.034855_amd64.deb Size: 15960 SHA256: 9e1f4621273a34c97200da643b47453667b835f2720bc50cd7374b6e1e8623c3 SHA1: 68e2cf1651036e7622893d0926a76b89bbaceab3 MD5sum: c203c704f825c9db62c2dc83afd8d309 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.034853 Architecture: amd64 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.034853_amd64.deb Size: 16676 SHA256: cd32118ef6dcdc913f589a9549da747f354f2af414c2cef45724b2595140a404 SHA1: 89138b32966eb07e5cfef36477948af3d975d4a3 MD5sum: 886fd430874fe84bbd0a6b9705a8a89c Description: rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages. Package: ros-rolling-rqt-service-caller Version: 1.5.2-1noble.20260428.034853 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 89 Depends: ros-rolling-ament-index-python, ros-rolling-python-qt-binding, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-py-common, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_service_caller Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-service-caller/ros-rolling-rqt-service-caller_1.5.2-1noble.20260428.034853_amd64.deb Size: 19650 SHA256: 630a713145f492b5edd48984397022690e8b591dd9b16471b605f2ad744b658a SHA1: 3e00d20ff164b39af9b20509456f21dc757f5100 MD5sum: b056b70b719d7f45fe6202d2359d91d3 Description: rqt_service_caller provides a GUI plugin for calling arbitrary services. Package: ros-rolling-rqt-shell Version: 1.4.1-1noble.20260428.034855 Architecture: amd64 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.034855_amd64.deb Size: 16428 SHA256: 50ec5f918ca3ca45351683538eaf25970f2be8362d5c094eca08182e9a673081 SHA1: adbc6f390c15408067d6b1dd90025237373069bd MD5sum: a6d28125310c87b4151d25c495bd9f40 Description: rqt_shell is a Python GUI plugin providing an interactive shell. Package: ros-rolling-rqt-srv Version: 1.4.1-1noble.20260428.034957 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 42 Depends: ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-msg, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_srv Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-srv/ros-rolling-rqt-srv_1.4.1-1noble.20260428.034957_amd64.deb Size: 7028 SHA256: e5ea18d223d2a6eb7ed25e987285b898dea63491212993ee860b52178d9cfda8 SHA1: 591b2071b1e71ddd9beb48bac94f99f4a55a3800 MD5sum: 795afa3455f13432900d5380d02029e8 Description: A Python GUI plugin for introspecting available ROS service types. Package: ros-rolling-rqt-tf-tree Version: 1.0.6-1noble.20260428.034920 Architecture: amd64 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.034920_amd64.deb Size: 17664 SHA256: 4ecf386a88f9b27742c52c07bedc79be86be448844889abb19ea80c082775eb5 SHA1: 2637b577dd792e3545e743e0c1518d2ac4e71c17 MD5sum: 2fd10e3040579b006aee6a73ede0c04f 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.034853 Architecture: amd64 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.034853_amd64.deb Size: 50934 SHA256: 021cfd3170041fff784b6bfbce4c438f965aca1b0cdcce127ba2197b2fbc0ebb SHA1: 55d119e43a20dec00b33e244e66618be3a0c6491 MD5sum: 40e4bdbadb9ce698487b79f025ca174b 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.044615 Architecture: amd64 Maintainer: bmagyar Installed-Size: 88 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, libexpected-dev, libfmt-dev, ros-rolling-rclcpp, ros-rolling-tcb-span, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rsl/ros-rolling-rsl_1.3.0-1noble.20260425.044615_amd64.deb Size: 18414 SHA256: bff28cec93be0394c69253d47d9c3d1a6883cf92cb915cf07c249e132bf919e9 SHA1: e0c1a6ffa1c19723c901c6eba046a5529d9d46d9 MD5sum: 7041c78bd58009d3b986e39d9742c126 Description: ROS Support Library Package: ros-rolling-rsl-dbgsym Package-Type: ddeb Source: ros-rolling-rsl Version: 1.3.0-1noble.20260425.044615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: bmagyar Installed-Size: 164 Depends: ros-rolling-rsl (= 1.3.0-1noble.20260425.044615) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rsl/ros-rolling-rsl-dbgsym_1.3.0-1noble.20260425.044615_amd64.deb Size: 151814 SHA256: 99e1456f90cc831f650d43082b63314d48b9599f13136f77e48555878d20ac21 SHA1: c572997ae71262bc2fb1443d9eb7937fcdc14819 MD5sum: 4870ac5c1d0ed950d383f4190535bab4 Description: debug symbols for ros-rolling-rsl Build-Ids: d284d752048e83831ee9ea08ef3beb910fcbde54 Package: ros-rolling-rslidar-msg Version: 0.0.0-1noble.20260425.044614 Architecture: amd64 Maintainer: robosense Installed-Size: 551 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.044614_amd64.deb Size: 71230 SHA256: a8ea749e286871f3201a68c043d20b2ae132e816ee33b093949d1df8f05dce64 SHA1: b00af170099cd6871829eab8b42cb32eb7ecb736 MD5sum: b5336aef63fb2c28688569835ebbc9e1 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.044614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: robosense Installed-Size: 636 Depends: ros-rolling-rslidar-msg (= 0.0.0-1noble.20260425.044614) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rslidar-msg/ros-rolling-rslidar-msg-dbgsym_0.0.0-1noble.20260425.044614_amd64.deb Size: 524410 SHA256: e9ec0a73024230f05ae242228ec6f75a3d886620f21c5ec105b8e7f889231fb6 SHA1: 8603418fbecc115722fa5e0a211c761abf2db285 MD5sum: e6fcc4f1018f843e8135c4da9a7a1ee2 Description: debug symbols for ros-rolling-rslidar-msg Build-Ids: 0c64d6185c9a352249a03da39f6df716cb30f39a 5df010d642a6c79bd278d16ab664993d4a29937c 8e66d232f194987050adcc2ead326d49d9edc84b 9d60f40b2864addd68a8b9147454699c9f7d7673 acc203e05c232f1ec1bd0f1eee7784f87e7287f0 bc0296bc4e116ff2e8171b9010ddcc4c95479e81 c1258231e85d51946cdae40a13f293a3910b023d c1b64dd1da31d03f5905ea43a58569d46ca3d3e0 c39f5f815e1083db6d3ce20faa36ff63c4186c98 ccc2bb11939aa3cb1755129d1f50898ac6dc3c56 d00f26b46234b164c33cd7702809fac432ecbe17 Package: ros-rolling-rtabmap Version: 0.22.1-1noble.20260425.052429 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 21256 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.4.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-rolling-gtsam, ros-rolling-libg2o, zlib1g (>= 1:1.2.0), liboctomap-dev, libpcl-dev, libsqlite3-dev, libtbb-dev, qtbase5-dev, ros-rolling-cv-bridge, ros-rolling-libpointmatcher, zlib1g-dev, ros-rolling-ros-workspace Homepage: http://introlab.github.io/rtabmap Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtabmap/ros-rolling-rtabmap_0.22.1-1noble.20260425.052429_amd64.deb Size: 5949274 SHA256: 6cb6948b47f8b983cbb430f57fea8a1733fc10889b911acb32fbc81b83eb0ae0 SHA1: 1c836e6a546c9470160570b3391ff856eac6f2d8 MD5sum: 9b811c8384a40a9f0b10764daf24fcc4 Description: RTAB-Map's standalone library. RTAB-Map is a RGB-D SLAM approach with real-time constraints. Package: ros-rolling-rtabmap-dbgsym Package-Type: ddeb Source: ros-rolling-rtabmap Version: 0.22.1-1noble.20260425.052429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 112649 Depends: ros-rolling-rtabmap (= 0.22.1-1noble.20260425.052429) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtabmap/ros-rolling-rtabmap-dbgsym_0.22.1-1noble.20260425.052429_amd64.deb Size: 109608512 SHA256: c13a5ea9010e347f97217b595cbab17ac927261d2ee710a58e4f619440934c3d SHA1: bf9517b627e4eb2fbdd24ea2f50012eb2ba9375a MD5sum: 1e826bb4d75f487852b83fedc1285bea Description: debug symbols for ros-rolling-rtabmap Build-Ids: 00a11a3d1267d33cdb742bfe275a1ba41e6938dd 16eb44a96e6a64334913fdeddf6e77caf19718ae 1c2e1b5d94ab8417f9486f09a15d305acd93468f 2059a810c5ae6865ca468ebc213707bdd91e618e 3de16bae308302c8e9f3e5c5c17b464626bceaf7 45747ab5b3788bbe621c1db0d1f43c449424835c 5837728b6e60f3005fa2dda57d4793d6310bed76 586694393ea9724393b28f659d703fa49d05f5f0 6d511aa358106abf85109db7e29a9ad548fba213 75c4e858fb061483ceac889a98198a2507f3b100 8339cd3d97ce96082e3dc099d75ff90e5978dbdb 8496964312682eaeae530a640670c725bcbe2dae 8b60493112a44e1186c24f7c72c2ab343fd8a349 a25df4e5114444c7b7c2c8fa2d44c6ae7cbe0ed0 a736ecaaf90d195d3f113844e3726f2c14e8abaa b338fa6beeb5ad9d9601d1b8b665ddb992d6fbb8 b5272e30ac31b6634dbc36f66eb40979b2dad217 b58ed659bc21e3a7c26dfe4df68eaf0e1c86182e bb71899afbf398b9650221c7b8b4d145f4e5e04d bde6d5c27d6eb621a4c4b2098b31fb9b95fa2e41 d979f35277a5d90164bcb8d85edd8fd19d1ac70d edffe9e6493a221b301b8a881750d80c7533c610 f25291dedd952b35bbfe573cfbb1867fce8f39d6 f4f33e044d350c0aa43db6ae7ef202224f85630e fe8c621c2b1ee889b30389e5d369438c1d186a7f Package: ros-rolling-rtabmap-msgs Version: 0.22.1-1noble.20260425.040618 Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 12676 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.040618_amd64.deb Size: 859476 SHA256: 3ac0e9af9332e0d49c49196fabff3c1083933aeab1af90072e171f7ae62a7645 SHA1: 8425ec1016be4cae249afd61d75d36b500952805 MD5sum: 737950fdee30d47bc7ef35e8609b1640 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.040618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathieu Labbe Installed-Size: 11084 Depends: ros-rolling-rtabmap-msgs (= 0.22.1-1noble.20260425.040618) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtabmap-msgs/ros-rolling-rtabmap-msgs-dbgsym_0.22.1-1noble.20260425.040618_amd64.deb Size: 9455584 SHA256: d4a6f5d393d6d9853fcabe12f7ec7cf44bc30e2e32c30a240d48f8e280147f7d SHA1: 5a55b59321a37a42e4a11fa14f717a56cd61c78e MD5sum: f6c9aabdd086987c14e99389b6b5d3f2 Description: debug symbols for ros-rolling-rtabmap-msgs Build-Ids: 03d20542796192e1307d56a655192430e61a182b 0fc9d11cb119ce3487dc3ffc416af1e16e899394 3262ff722b8f2216000f22a3d2b6f3db2d0dd980 39438a5b2a22241139703ef75283d8dfdf23f0dc 42655eed8a17b074fb757a2ad912cc51d0b1f0ee 4a0c1e9ef6ed28b939ba7e4b19c0601d7d070e66 5f5e690803c7362623d6ead3838106c01022544e 719319f78877c5a97745aea41c15dab40ae64288 830b427d7afd5c91a738890405de6c044009b712 b2afcf7732e7574e6b2c1ab5eaea8bf284e13036 bdcd61b462813d3a8dc2896a123f0a56fc0a6f71 Package: ros-rolling-rtabmap-python Version: 0.22.1-1noble.20260424.010804 Architecture: amd64 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.010804_amd64.deb Size: 4170 SHA256: 1443065cf048462d138410b4ae0dab2da40653ac4c645aa4956ec6796d49066a SHA1: 19275367ae372d9b0194522dbddef3bc9b4ae9a3 MD5sum: 86bd22f6830637f6c1d99dd119078ebe Description: RTAB-Map's python package. Package: ros-rolling-rtcm-msgs Version: 1.1.6-3noble.20260425.034348 Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 532 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.034348_amd64.deb Size: 69360 SHA256: 1321940ace1ec7088ba89590085c5c74a3ae37b79cd39e3524fde5f8f285960f SHA1: d997a3bacb3cf87169494b8d116d70cc08b11947 MD5sum: 6c492490d691361c4a0f41a86465ceed 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.034348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 626 Depends: ros-rolling-rtcm-msgs (= 1.1.6-3noble.20260425.034348) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtcm-msgs/ros-rolling-rtcm-msgs-dbgsym_1.1.6-3noble.20260425.034348_amd64.deb Size: 517984 SHA256: 03fc04dbc9f0c953ab5f65b5f81f0e1a705417f34e42e22e7195396345e6341f SHA1: a382c8d03cff095f9b10d9773c3f3c30b5836b17 MD5sum: 02c2c6429c013496a8f47f48b164aae9 Description: debug symbols for ros-rolling-rtcm-msgs Build-Ids: 1c9ee8f513ed5ceac7faa74cdc1958d5d403c3e5 24d084d0336f26ac391ec1531540f3ba7eadfa3e 43b1c6dc4f6d23e7625b249a4e5622d6136fd509 544ab13e86a7bb9a940bb52499d1cd46f41fc479 64d1811ca669d2d810671ab2b89071c3933c1490 756ce9a4dda9a384972eafeb8f0b7d144d32b1a1 7ab611bd97f4a31f9aa4f88f1c99bd7b187ea1e1 a070cbce8e19767991afb443bbb2f359126f992c d1e388676e4d3f78653a104903044a3bb60f30e8 dbd679af05f41f690a44a53bec2af64efac87a8b f06aebf8ea7b1721de3955b6f6d90793cf799cdd Package: ros-rolling-rtest Version: 0.2.2-1noble.20260425.042911 Architecture: amd64 Maintainer: Gary Cross Installed-Size: 353 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.042911_amd64.deb Size: 60164 SHA256: b2cee07c651557735f8c71383c6831ea9b676832936bcc202feb3ad06b76eff0 SHA1: abdf879b847a243ad85cdc2a191ddc11fd2c61ff MD5sum: d536a855266c8597b655294ee4f1d0ce 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.042911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gary Cross Installed-Size: 618 Depends: ros-rolling-rtest (= 0.2.2-1noble.20260425.042911) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtest/ros-rolling-rtest-dbgsym_0.2.2-1noble.20260425.042911_amd64.deb Size: 590468 SHA256: 2a6337d7b1758db1352fd3d78f21bfb0aca042e006a20a012210fb582a762c58 SHA1: 3842701d79feed03a8d4a8324f1f2965521bb369 MD5sum: c3bfcd73e35f22e01ff451df7113cc27 Description: debug symbols for ros-rolling-rtest Build-Ids: 43d1bd74b7dd0b59380d291d36e5710b98e9a3b6 Package: ros-rolling-rti-connext-dds-cmake-module Version: 1.2.4-1noble.20260423.215746 Architecture: amd64 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.20260423.215746_amd64.deb Size: 12834 SHA256: 173f278204d848cefafc78f327293edc1866d6f5ba918573eaa2060e9ca48326 SHA1: 418c1a276b686a84892b9a6039e568f41d202334 MD5sum: a59875b3033fe188def024ec745930d7 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.050916 Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 1334 Depends: libavcodec60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), 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.050916_amd64.deb Size: 353754 SHA256: d975295cb1cd8978efbd062cb8ebfb816c178286ea373f59fd1f11c88f723a83 SHA1: 124050d24ede398a6b6988267f5c9cf094ede98e MD5sum: cf4b4e6b49ffed500899c92110dc98ec 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.050916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 7810 Depends: ros-rolling-rtsp-image-transport (= 2.0.1-1noble.20260425.050916) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtsp-image-transport/ros-rolling-rtsp-image-transport-dbgsym_2.0.1-1noble.20260425.050916_amd64.deb Size: 7135914 SHA256: b4b71e662fe3c725039814489c9c95a6cc612602ec0c36314773d675bcbf8d8c SHA1: 6607a1b82ca41adf472acd40c6c0f3dcebd983af MD5sum: 3a1b2e25842675fe6fba89f89a0644d5 Description: debug symbols for ros-rolling-rtsp-image-transport Build-Ids: 7f22eb057bc0fee8415b948ee5b93d00e482a5e2 9d5710afe8d6976780f79da248228f4a54fe75af f139363dfb60fc2498f19079cc44dc2c0f6119e8 Package: ros-rolling-rttest Version: 0.20.0-1noble.20260423.215808 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 128 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.20260423.215808_amd64.deb Size: 31246 SHA256: aa359fe358f82c4b77c0c1821cb85e00bff7006b80bdc1de87505879c8f142d8 SHA1: c55a5beb48f084b66c3fb9f0e1dd51aaace9f639 MD5sum: e00cd77da8016c307908138ebf6859b6 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.20260423.215808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 187 Depends: ros-rolling-rttest (= 0.20.0-1noble.20260423.215808) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rttest/ros-rolling-rttest-dbgsym_0.20.0-1noble.20260423.215808_amd64.deb Size: 166178 SHA256: 49126301f39577653dad8de872107779ed3f0aa64c122152e5369ca2c573776e SHA1: 06d8c2adb1654df4baedce5fe66a8c639dedb422 MD5sum: f0d22d75e3a2a677d4531193c85fc9c1 Description: debug symbols for ros-rolling-rttest Build-Ids: e932e5230542505c990db0cca70901709a074603 Package: ros-rolling-ruckig Version: 0.9.2-4noble.20260424.011027 Architecture: amd64 Maintainer: Lars Berscheid Installed-Size: 272 Depends: libc6 (>= 2.4), 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.011027_amd64.deb Size: 75186 SHA256: add5b0d195cbf97812077fef8303b84e88862fc52c0538d95c8008ab3be37a62 SHA1: e63b265cdc9265ede9191e70bef41861fb3db555 MD5sum: d3832f4d0bb402782994133e2ed0f4c9 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.011027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lars Berscheid Installed-Size: 233 Depends: ros-rolling-ruckig (= 0.9.2-4noble.20260424.011027) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ruckig/ros-rolling-ruckig-dbgsym_0.9.2-4noble.20260424.011027_amd64.deb Size: 215340 SHA256: 0319e3a9f87c4f26468857b613df65bc7f1cf08157d6d27b7a3ad962f35ef329 SHA1: a9c272730552373d58310c5fd114a95c9f29640b MD5sum: 17fe7df6c8ca800ee87af67f4fbbddb8 Description: debug symbols for ros-rolling-ruckig Build-Ids: 050de822aadabfeb33aad55fac50f4358cfa34a3 Package: ros-rolling-rviz-2d-overlay-msgs Version: 1.4.1-1noble.20260425.034913 Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 532 Depends: libc6 (>= 2.14), 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.034913_amd64.deb Size: 53130 SHA256: 7d578ade306fa699b31f1787ba94935cd51e68bb3127a95d2ef4cdc7d3ec35bc SHA1: 43a57e87ee9b607fdca66ad60288a4839495eaf2 MD5sum: 92ec712dd7b07d37036257bbebeed6a6 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.034913 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 318 Depends: ros-rolling-rviz-2d-overlay-msgs (= 1.4.1-1noble.20260425.034913) 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.034913_amd64.deb Size: 222840 SHA256: f5e202a57b01bb4b73e4c3e3fcb495340fa1f5ead6412c7b4d2b763b10adbf09 SHA1: d59d64c8bb253b474fb027e4aa1c32254df7218b MD5sum: 0e7a8bcf3109b73cbc820eba0353b91b Description: debug symbols for ros-rolling-rviz-2d-overlay-msgs Build-Ids: 3acd1d6edf98673e6fb6f7518ffd32f51f6544e7 63eb37d26d96a7971c48bc9fef35521247153e67 6fc14eb5576a9c34db978dc7d76f2be03edd7471 999e21fdcb3719deb2e9ce473bbe35f3c5178b6f c1d3577a9f4d82c892418fd9cc2073092efceffe c3e366ceb44afccab4844e11080a5d3888b28274 d3edcff41055e5ac977a179d9328b756498d4069 debf7be048cc4ac3ef1c97a5b3a5819ece0c143d e5c4a8781cd24381c55f4835c4c03081da518e2b ec9cf54cc5132e6ab6cb310d5cd62c49786dadfe ee6df3b02f4d01bbc9c2dc088040a48d991b4197 Package: ros-rolling-rviz-2d-overlay-plugins Version: 1.4.1-1noble.20260425.051223 Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 1471 Depends: libc6 (>= 2.34), 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), 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.051223_amd64.deb Size: 303468 SHA256: 0181a710c8452cd58e72cd3adf0183a40bfa59b0e0e02185500daf1ed087eef8 SHA1: e68ed1940fc936b9515833cec197fe4710931acd MD5sum: 0137f5c012d4092436351014dcd81db7 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.051223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Team Spatzenhirn Installed-Size: 7847 Depends: ros-rolling-rviz-2d-overlay-plugins (= 1.4.1-1noble.20260425.051223) 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.051223_amd64.deb Size: 6934230 SHA256: 96e7b507ce9f0dc33028e93e83d935c5ef88262d2b8ca7413f11ed5321b2614b SHA1: f3ed52c9cda447a230f8184086e0ee9b95d34e5e MD5sum: 815cd263a3eee203dac62342f31e982f Description: debug symbols for ros-rolling-rviz-2d-overlay-plugins Build-Ids: 47f2e321c3a80bcd9db41877be81db5bad76c93b f76cd31895a9a264b4f4910ce3eeec31acf1ed39 Package: ros-rolling-rviz-common Version: 15.2.2-1noble.20260425.045127 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2589 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.045127_amd64.deb Size: 644610 SHA256: 0210dc509ff4f18ab17037d566f27b07dc2bc4ed8fba84483b0a7ebb5df99a67 SHA1: c7b85881de4fd97a072c2792bfb081c6e46d8e15 MD5sum: a3b38983ee38630bf5d51584dc65b052 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.045127 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 27408 Depends: ros-rolling-rviz-common (= 15.2.2-1noble.20260425.045127) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-common/ros-rolling-rviz-common-dbgsym_15.2.2-1noble.20260425.045127_amd64.deb Size: 27164906 SHA256: 8ae318803a34a80019da7a8e08fdeac12f3d4c4cd1c6b6d3ff4f75efe9717e3f SHA1: da5091ae9790e8e607b6c70f9c46b2c88f80f8ae MD5sum: 326faae52607d0c616c784b2503ef3cb Description: debug symbols for ros-rolling-rviz-common Build-Ids: 142683d40b975ece3d1be3bb10309a3c291370f3 Package: ros-rolling-rviz-default-plugins Version: 15.2.2-1noble.20260425.051244 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 10884 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.1), libqt5core5t64 (>= 5.15.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.051244_amd64.deb Size: 1616730 SHA256: b3c4e79d98722e3ccb901d2e84d8da90840d84efca25882f5b96902e7d3cb52d SHA1: cb829a2eb7056a423eb7aee9d2bb2bbdaaa99918 MD5sum: 4c8666feffb57fe5d58021a74d770851 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.051244 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 88968 Depends: ros-rolling-rviz-default-plugins (= 15.2.2-1noble.20260425.051244) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-default-plugins/ros-rolling-rviz-default-plugins-dbgsym_15.2.2-1noble.20260425.051244_amd64.deb Size: 81052060 SHA256: 2726ab5c74082abcd725c6cd4d9ecb693af0a0532cd61a4e8752381b221aa721 SHA1: d86f362ed99349b81a069f9e10d38e0c21144fdf MD5sum: 0cff297041bd42c74437f7c1f5837cb5 Description: debug symbols for ros-rolling-rviz-default-plugins Build-Ids: 9e695819c578942cf2112b856c90ae349b39b2a1 Package: ros-rolling-rviz-marker-tools Version: 0.1.5-1noble.20260425.050024 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 101 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.050024_amd64.deb Size: 21742 SHA256: c0fd4bd46962279ba05a3cfdfaf8d5e56b826195bbdbfff002b0a055900c88cc SHA1: 5ece1bc4260ac4fb79c291e7177fa13c7f516e6c MD5sum: 12c12700190bde9afef949badef7ef50 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.050024 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 912 Depends: ros-rolling-rviz-marker-tools (= 0.1.5-1noble.20260425.050024) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-marker-tools/ros-rolling-rviz-marker-tools-dbgsym_0.1.5-1noble.20260425.050024_amd64.deb Size: 907942 SHA256: d989d3a524b66d4ea1449a3851a975301714bd68db9df249cac4b514b3d4bc68 SHA1: a52e9ee367599312cd1fbd9c4bf2a6efc5f3d5cc MD5sum: 00efe8aad051214b75052e1c2051d3a6 Description: debug symbols for ros-rolling-rviz-marker-tools Build-Ids: 9097fb448a057369fb302fc2bb45e3302decfb41 Package: ros-rolling-rviz-ogre-vendor Version: 15.2.2-1noble.20260424.234539 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 17667 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.20260424.234539_amd64.deb Size: 3837072 SHA256: 05cb4b47d90f33b01b0f27b00efd6516b9484a7c5e04ffb0f506ab555e42f334 SHA1: 6b830f4485beafa998b75b221b792fc92eb98fa8 MD5sum: 54656badd31772a9af24f43adbaae415 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.20260424.234539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 78659 Depends: ros-rolling-rviz-ogre-vendor (= 15.2.2-1noble.20260424.234539) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-ogre-vendor/ros-rolling-rviz-ogre-vendor-dbgsym_15.2.2-1noble.20260424.234539_amd64.deb Size: 76432904 SHA256: eb57d3496fa085d2c532e42552fffd0bbd7ebb39342aac0198e360dc82a09568 SHA1: 1e57b9529a3cb459fbb07cfba4c4e94bd2b46a73 MD5sum: ed87589af92bd7eaad895a61b6118674 Description: debug symbols for ros-rolling-rviz-ogre-vendor Build-Ids: 17db934a8d1d3cc5d46dbe6ff53fa55e682d348e 1ee8e5aeff8b28ba74b616d6ce3d5172b073650c 211091688b22596be305946364f89bf6df570d1b 29a0900ac11c8a849c16dada00f3f96ac2a64500 428b8a6afafd64b7bbf5db7a04311df122427d4a 4508f9da621a996ac29a832077212c0924401708 996f52f816e3733fc99804a90e7191bba31105b0 a1a64807b38b4d4bba7f87b52c44b0f2a127a98e a6ee7b83b6742e33c8a331b3276645b1e9de1bc2 aa1d5851547ffb1637ea8cb55bdb1c264a2949b5 c58eb66d9d52e10f4a59d7e01449409ebe5bba70 c8cff6ae4e0b14594f559a24191c99727fb72243 d24064ecb1bbe914dac4bbb5b8df722533d2f940 da981896d1d5e8c8eae055b6325a755f117e8b26 e03a2fd3bffb4c4fdce128902bcaf172b21e7b6f fd88edc99c956540661ba8f0844197b1adedeb8d Package: ros-rolling-rviz-rendering Version: 15.2.2-1noble.20260425.041044 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2260 Depends: libassimp5 (>= 5.3.1+ds), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglx0, libopengl0, libqt5core5t64 (>= 5.15.1), 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.041044_amd64.deb Size: 793578 SHA256: 5474f80293fbe0ac24aa77f7090dce08508958e434cba4334af970876b023f92 SHA1: ac27e3502a44b7426952ce4aea71a551f1621dba MD5sum: dc810d12ba7ebec98e0dffe60efc8615 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.041044 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 6047 Depends: ros-rolling-rviz-rendering (= 15.2.2-1noble.20260425.041044) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-rendering/ros-rolling-rviz-rendering-dbgsym_15.2.2-1noble.20260425.041044_amd64.deb Size: 5988170 SHA256: da21ebf2d98267f72806d3fa160293c455af0397c8998f9a28e68c44c2ad3804 SHA1: f98cd9459e1eed14b9535d24c6ecd6479d7bbaff MD5sum: c13bef3cffdd1981aee7f2c0406ff181 Description: debug symbols for ros-rolling-rviz-rendering Build-Ids: 7f444ba9edb564d9e6b4b5ce94a82dcc0e04b6d2 Package: ros-rolling-rviz-rendering-tests Version: 15.2.2-1noble.20260425.041439 Architecture: amd64 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.041439_amd64.deb Size: 8068 SHA256: 67665800604dee03585f1c1d1ebe424bdf589bed7ba05739f165305755c3f2e5 SHA1: 57c868903d0ced165ce402f7b1bc62c6ea327a83 MD5sum: a3eac04eb4aa56c635e3b1b07d6fcdca Description: Example plugin for RViz - documents and tests RViz plugin development Package: ros-rolling-rviz-visual-testing-framework Version: 15.2.2-1noble.20260425.051223 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 447 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.051223_amd64.deb Size: 84020 SHA256: 44e5bfd902c5d7e7f350656c4e6bf3862a39de3497ac45bf40fc895882cb7781 SHA1: 1ea0278ed21e30eb3a0bace47eccae5f4ca12f70 MD5sum: baf93cbf6ac82d47bc4d13f5e2576662 Description: 3D testing framework for RViz. Package: ros-rolling-rviz2 Version: 15.2.2-1noble.20260425.055218 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 123 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.20260425.055218_amd64.deb Size: 20876 SHA256: 7198828fdb33fef7f841db148872ffb8e95abbf288d5295a943b4ec7c7469891 SHA1: 41e53e13e8dbd84313cc124aa9797556fb5d094f MD5sum: c15e340ebae00430d1e0c3d928fba01a Description: 3D visualization tool for ROS. Package: ros-rolling-rviz2-dbgsym Package-Type: ddeb Source: ros-rolling-rviz2 Version: 15.2.2-1noble.20260425.055218 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 433 Depends: ros-rolling-rviz2 (= 15.2.2-1noble.20260425.055218) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz2/ros-rolling-rviz2-dbgsym_15.2.2-1noble.20260425.055218_amd64.deb Size: 418716 SHA256: c93a8a75d1408139fa7d3ea4899b3198617603ea768f86fe7a0fad427ebadc30 SHA1: 19c92e8a78998936811d50355b6f95d44cb6fe1c MD5sum: b2313fcc5727144cb1af9097f8926a7d Description: debug symbols for ros-rolling-rviz2 Build-Ids: 0acb4cce60032980f5d86f6e7d0af6f4c347597b Package: ros-rolling-sdformat-test-files Version: 2.1.0-1noble.20260424.011032 Architecture: amd64 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.011032_amd64.deb Size: 75532 SHA256: cf613fe418cf5da089ad2cbc849c06ec7102179fb26f13e2276911e49935ae28 SHA1: 72cebc45d2f21d42b22d2eb698f1b504971e9288 MD5sum: 8bacfaead4ac7d6cc6ccb16c8273447e Description: Example SDFormat XML files for testing tools using hthis format. Package: ros-rolling-sdformat-urdf Version: 2.1.0-1noble.20260425.041438 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 203 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-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.041438_amd64.deb Size: 52696 SHA256: ce819b6f69e83e456decc623fd9a5e0c26f591d6f981db0186aa048668fe4c43 SHA1: d2434cd31bb1ab615542dc10661ffda89d772616 MD5sum: 43eb35d0018bcdd03eb22411626fbde1 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.041438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 759 Depends: ros-rolling-sdformat-urdf (= 2.1.0-1noble.20260425.041438) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-urdf/ros-rolling-sdformat-urdf-dbgsym_2.1.0-1noble.20260425.041438_amd64.deb Size: 710864 SHA256: b7afee3771398925134911c9d916c22b2472a2467ce57331164a927c555cf19c SHA1: 46e9c99521b5757dbad86135f9fb6d75e0847594 MD5sum: 627dd1726029d3120c77825831d09eb3 Description: debug symbols for ros-rolling-sdformat-urdf Build-Ids: 0c6a4af43a30827b07a4911cf5a248621530c33c 6bcd9bdd75f3e5f80a81705db379fa000c916032 Package: ros-rolling-sdformat-vendor Version: 0.3.3-1noble.20260424.200359 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 10855 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.20260424.200359_amd64.deb Size: 1417398 SHA256: 8a2219efd46f7cd306284771fcea2d27eb03e8ead00a055d9ea3e98446473f2b SHA1: 75cd1b876afb0237a33a5da6b1e5dc1cb4844169 MD5sum: 4a4a7941551a26af29fa12fffe8ea16d 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.20260424.200359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 16410 Depends: ros-rolling-sdformat-vendor (= 0.3.3-1noble.20260424.200359) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-vendor/ros-rolling-sdformat-vendor-dbgsym_0.3.3-1noble.20260424.200359_amd64.deb Size: 15834874 SHA256: de0aaed3e51e8975a987f641e99b128fbc7faafecb8b35d608daeaa886cd13f8 SHA1: f07e3f534e178d7f25e0b63766857dc44a41391b MD5sum: b54887401f2b4fcc24b086f9a591904c Description: debug symbols for ros-rolling-sdformat-vendor Build-Ids: 143c88f958ea04b36718d2deb99807aa80b2c62e 3b32cf41d4210274a17133ce73220f18cb832722 Package: ros-rolling-sdl2-vendor Version: 3.3.0-2noble.20260423.220316 Architecture: amd64 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.20260423.220316_amd64.deb Size: 6384 SHA256: d25c4bb75fbbfc4c601c3d51a967e3974508cbe01fc68f256a56932ca163ff16 SHA1: cd80fdd754b4ca5c88962b2f1bf8d03dac43173c MD5sum: ad1d999622bce498aefd7365a594bb6f Description: Vendor library for SDL2. Package: ros-rolling-self-test Version: 4.4.6-1noble.20260425.043441 Architecture: amd64 Maintainer: Austin Hendrix Installed-Size: 248 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.043441_amd64.deb Size: 65256 SHA256: ef4275707e6f88fcfe58687cb7df4879e44e799137aa9cdf2516e9412a500cf8 SHA1: 2754d5be2d89635c3bd1e1f94636b17da11bd563 MD5sum: 0db7778a0cfe8d0194c77efe54bbf561 Description: self_test Package: ros-rolling-self-test-dbgsym Package-Type: ddeb Source: ros-rolling-self-test Version: 4.4.6-1noble.20260425.043441 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Austin Hendrix Installed-Size: 1204 Depends: ros-rolling-self-test (= 4.4.6-1noble.20260425.043441) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-self-test/ros-rolling-self-test-dbgsym_4.4.6-1noble.20260425.043441_amd64.deb Size: 1140254 SHA256: f0ca54f85d37ae163fc539f7d84344801a9604aba09f14661481a3c4020b145f SHA1: 1805f750907a550eaf738f8f02faa3c23d1f4264 MD5sum: 9f09406433843a078b848f8059db352e Description: debug symbols for ros-rolling-self-test Build-Ids: 251286db384f45f2d506fe2f16a7893a802af0e2 78ad27d29d5e9d1da6f651e4c897419949dbbe1c Package: ros-rolling-sensor-msgs Version: 5.9.2-1noble.20260425.035959 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 5425 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.035959_amd64.deb Size: 423970 SHA256: 510a060ed666b5c90240cd8d43d62131efd51188329f14deb2f7b3233ceadf7a SHA1: 9bf9d8316bba4865232c6d6046cd680bba019567 MD5sum: 9bdf4fa51db8e41daf3d6ff0b446e5f7 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.035959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 4643 Depends: ros-rolling-sensor-msgs (= 5.9.2-1noble.20260425.035959) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sensor-msgs/ros-rolling-sensor-msgs-dbgsym_5.9.2-1noble.20260425.035959_amd64.deb Size: 3968286 SHA256: c894c62807b2ede8e63def77bdfc368c00ee86dec898a68c688feedd76ef2965 SHA1: 48d24e7e772e172f98784db3036c82a7a4d20452 MD5sum: f21b87b09c4b5b3eaaf17914f86efc1d Description: debug symbols for ros-rolling-sensor-msgs Build-Ids: 13c3bfcfd49a4fb9ef5df1f44ef875e220a5d9ed 20c955bfb7620a674ce1e79f6ccc0e6427a2843f 2f634ab6b7c04e89b29fb22da79876321b0e8ca7 35629d3ee169024a7c89a58141b3bd15f94ab15b 5c45116aef944cf94a54a729fc8c4933a2d796ef 5fadc3550f92a177049b6c7aa45bf2cb5068f8ac 985259d5c6f79e77eac516d95fbe262a6389eca7 a91d9a88def11961271e2c8c3d9696960734310c ad5492edef34f1a1300b305ae0a85c40c8fd3017 d9c594865c4ca4917a7111f6fb82535c0b0580ae ffa66c97bb32d118c4a0f3105ce3606650664753 Package: ros-rolling-sensor-msgs-py Version: 5.9.2-1noble.20260425.040852 Architecture: amd64 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.040852_amd64.deb Size: 17000 SHA256: 8a6053a6233830494a5184af9bdb0025781184c621987e1087f0a047a78d86e5 SHA1: f2f93db7612547507b1b534400db0bf658513a85 MD5sum: e633196ac69dd1203ec9327ec72c92cb 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.045923 Architecture: amd64 Maintainer: Tibor Dome Installed-Size: 9462 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), 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.045923_amd64.deb Size: 1047416 SHA256: 1eaf3042a1c934252b52ffbc9bae184dfeac33a9185a45a9e72f5439ade01559 SHA1: 5ed75e99eb3aaccbea00ab754a546c22c3480160 MD5sum: c14f1b5c320ef0a4b8949aa78fd85b00 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.045923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tibor Dome Installed-Size: 28156 Depends: ros-rolling-septentrio-gnss-driver (= 1.4.6-1noble.20260425.045923) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-septentrio-gnss-driver/ros-rolling-septentrio-gnss-driver-dbgsym_1.4.6-1noble.20260425.045923_amd64.deb Size: 25686416 SHA256: 29c1876e0344901b8c713781ba0c3bd653b49e56b0c1d2361058d995672400c0 SHA1: ffbad6a1e5fe336154547002cf692088ff9c5dd3 MD5sum: 6ca2c78c9431e97a68bf65b5dab41a34 Description: debug symbols for ros-rolling-septentrio-gnss-driver Build-Ids: 07f2fbe0ff9efdeabc50099e96ded1c7959ea7b5 1fb1f7563956aee8d088b07beeb32c1f70792f11 2ac3b13c83b26389e387c8e0723f3d04e21e7120 3e97ea2f5e2695178d4357a1deac2a33b9711f0e 41d34fafcd9e39eb74b2b42fd9c0c3c4974c2553 5f6c81eff9defe72f48cafeac7ad79f791767a56 61c0ced8cef43c7151434ffa3877849bd2fc5a32 999329106dbdbc998df00718c55fe5ace8c8e5cd a61805dffd85f64a448016e2c6dac22dfd3b529c ae97b13d8150c20ec12865f400fa424b50a90424 b799173be1097c6f57515935157923d887ef7eb9 f77146945e445ff3d0ab4b89f771853ae6b8c2bc f7bcbba51c60bff0036f98097b15ebc25379bd87 Package: ros-rolling-service-load-balancing Version: 0.1.3-1noble.20260425.042606 Architecture: amd64 Maintainer: Barry Xu Installed-Size: 300 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.042606_amd64.deb Size: 96544 SHA256: 5fc65dad1014af253e9da16c48bdc462609a564fd0aee567cd49a4ead2375711 SHA1: dad9d597032d4b4500653deffd8cff53acdfec05 MD5sum: 115b598c1a87ca5bd6a7bee5d17b55b8 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.042606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Barry Xu Installed-Size: 2009 Depends: ros-rolling-service-load-balancing (= 0.1.3-1noble.20260425.042606) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-service-load-balancing/ros-rolling-service-load-balancing-dbgsym_0.1.3-1noble.20260425.042606_amd64.deb Size: 1930536 SHA256: e2616cd8f0e20088f10864ed7fd23d523d0306d7912228537a1dc48473a81668 SHA1: a3acc1b43a1ca41507e44013ecda3deee21bd6ca MD5sum: 7edb0716e9c0c7c832ace8a7bfc602f2 Description: debug symbols for ros-rolling-service-load-balancing Build-Ids: a27e5b8f39f4efb213a9e84c7ed0c7b4a25a1c32 Package: ros-rolling-service-msgs Version: 2.4.4-1noble.20260425.032641 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 456 Depends: libc6 (>= 2.4), 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.032641_amd64.deb Size: 45676 SHA256: c87c0a5a92b1131ee636c5133471e284290eb31a08ba97e6b76cbc62f4fdedc3 SHA1: f6b28ac8c348b87bcd0a1b83044e44dac27a9bdd MD5sum: 6fd545ba10816f23ea911457dcd231cf 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.032641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 275 Depends: ros-rolling-service-msgs (= 2.4.4-1noble.20260425.032641) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-service-msgs/ros-rolling-service-msgs-dbgsym_2.4.4-1noble.20260425.032641_amd64.deb Size: 181946 SHA256: 6ba1f968b4d0d1de584b69c2bf078607407c6b0ed5744aa0c8410216ed47cf11 SHA1: f47dc1792092def59f53cfbd42579fdb89e50547 MD5sum: 399ca76cee18128ff49d6f4628cb0f43 Description: debug symbols for ros-rolling-service-msgs Build-Ids: 19bf88e17165fe76058333f767066b814cb6020b 44295928aaa233b6b55aba0c1d6e47e2787203b0 4a7606b3c36a5afa27f574e4c02f9e3204fca589 4bfc20b21cd6297b212772f9c5330f4ce56b748e 4d922894250de8ef5a29be4148f11305f49b1383 6c82c69db91387174627bb2f867717231e1f05a1 a07b5b73875e11710d0e683deb0ab2efc5632041 ab2fd90e753bc21d9634d895b94a87dbd5122580 c794adc748b84bdbdcb7de7e53fc99b5e7b6f8bc e01b0e6da6444f0bef4a1f3ba581a7035b38fc2a f1e2b28073ab8e94a0749fb6e562caebd3d12d20 Package: ros-rolling-shape-msgs Version: 5.9.2-1noble.20260425.035559 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 857 Depends: libc6 (>= 2.4), 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.035559_amd64.deb Size: 83444 SHA256: 48254a74e8e484905516fcc0eb8c2690940c8bee6ef4bf92cd8bb538305b0e55 SHA1: 9deef49c74934523001073c7ce60e8b819bcfd86 MD5sum: 6c7779cd1a252f300009994ea71f760d 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.035559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 649 Depends: ros-rolling-shape-msgs (= 5.9.2-1noble.20260425.035559) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-shape-msgs/ros-rolling-shape-msgs-dbgsym_5.9.2-1noble.20260425.035559_amd64.deb Size: 506436 SHA256: bd1d25a68adcecd4f80f21448ee4a488ddd01379cdd199a8986d1c9d2544dbbf SHA1: 56d222bb902b93c0d4aabe038fda3bae6b48a507 MD5sum: 65899d6ba691066e939252088d620fb0 Description: debug symbols for ros-rolling-shape-msgs Build-Ids: 12952f033ac40186463650d8b3e35243513a3bfe 351a87655172107b9e416b625c70a89f50a8ec6f 3d3dd4ca495a6fa6a9c2c5318cc00f0a78754aec 6bbcbfc06e7ba772168b69c386c07f6b2ba8f5e5 736609538bf923e28c08ae9098c14ea73d69e1b1 8f4de60d77d8458a92bc6464490ca8bdf16c2b97 a49f5719b0b23c9073f482f7cd9d088879d63eae b378c3ebcc19f1bcd6cc0bf6e61ba6a420946f45 c6ffb735fc3aba552f250c365c7a1314e5cf9e27 d4482b48124482319e229b02c8f3ffde4475283c fc370cabb6d92997e88583f7d9c5e0985950d7d1 Package: ros-rolling-sick-safetyscanners-base Version: 1.0.3-1noble.20260423.210608 Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 1127 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.20260423.210608_amd64.deb Size: 202984 SHA256: f08f029dc123d21b934385b8695ae5d78f9230be2f468cb174f58dc40c945d92 SHA1: a5b8ded3ea2b429aaf3d6d2b28aa739838adf877 MD5sum: ff696e30762e9b9112e9334e67b18e54 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.20260423.210608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 8471 Depends: ros-rolling-sick-safetyscanners-base (= 1.0.3-1noble.20260423.210608) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safetyscanners-base/ros-rolling-sick-safetyscanners-base-dbgsym_1.0.3-1noble.20260423.210608_amd64.deb Size: 8138268 SHA256: becd02f0a8e6754384e583178f91f61b0a444bb1b40952db145ef6e19dc02f81 SHA1: ba40718f5c18fba19d292942b10edaeaa08fb70a MD5sum: 968ca0f45b5549110089c99bbf03e482 Description: debug symbols for ros-rolling-sick-safetyscanners-base Build-Ids: 79ee5d0b9cbfbd2c47b800f4fdfebf6c10d84e5f Package: ros-rolling-sick-safetyscanners2-interfaces Version: 1.0.0-1noble.20260425.040806 Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 3742 Depends: libc6 (>= 2.14), 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.040806_amd64.deb Size: 272470 SHA256: 08e0daf73dbd17557f293f16fbfd39370d4cd539c42e2a6ba5f281d1fc5f8083 SHA1: 9344a79e111be673a58478bc6b9af6931d2ddd4a MD5sum: e49881e484a63f436e57ca2409e59d09 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.040806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 2818 Depends: ros-rolling-sick-safetyscanners2-interfaces (= 1.0.0-1noble.20260425.040806) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safetyscanners2-interfaces/ros-rolling-sick-safetyscanners2-interfaces-dbgsym_1.0.0-1noble.20260425.040806_amd64.deb Size: 2341890 SHA256: 1b5b5808015b6c6c0f581eb5985b40c62a26a20a43d9a5251db3bb9ac2230ed6 SHA1: 23e4aaebad0bffef91a0489a35fc1618accb9f4b MD5sum: c4a91072a4eddd8a5b95b617005e7dc0 Description: debug symbols for ros-rolling-sick-safetyscanners2-interfaces Build-Ids: 27e15c09006b097e5062211bf89043ed82c89b74 834e7d4129e5b3de433b52433fdff5f62099ee31 90a8aa87060ae505cbabaf0556d4ab5e62e82a75 9c6a155779faef8d5fb164731761fd17cdb0a926 b7a849906d1a26ba7882b707e0f6754f51d3657d c152ea0e100b47de8d4915160589106f85b406a1 c519c30aedac4aaabe53bd9fdd433f75e44f0127 cb6fc5be3001293dce5bbd9a3ce656f4cdd54e7f d7939a458db36208dde3154ee3ddee1ccd0ffdbb ee2bc065a1d03f5faa38cd21506798221950a4bd ef68487ede42d2987305f9a3093bbafa2bab3247 Package: ros-rolling-sick-safevisionary-base Version: 1.0.1-2noble.20260424.011519 Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 415 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.011519_amd64.deb Size: 104974 SHA256: 39a4747c293404a3d08d91d94518d552a57aa0f2d28efdcb7db9a0123ca3b229 SHA1: 20ae92605baefd854c832d28a4484142e93c0ae2 MD5sum: b2234ac77cfd0c980bd9d8e34b27094c 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.011519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 832 Depends: ros-rolling-sick-safevisionary-base (= 1.0.1-2noble.20260424.011519) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-base/ros-rolling-sick-safevisionary-base-dbgsym_1.0.1-2noble.20260424.011519_amd64.deb Size: 772444 SHA256: 35c565b8993b10e152f8969f532e8b25eb56ef5b73643d2cb8c9004493863fa6 SHA1: 8a9a4a320e474a7119ab39e4eed97d8c78495e8e MD5sum: c148bd57ceeb9940ac63aa20dd4ec92e Description: debug symbols for ros-rolling-sick-safevisionary-base Build-Ids: 41d9d0316294a3eb4644ea1462ebf9f36f7b3842 Package: ros-rolling-sick-safevisionary-interfaces Version: 1.0.3-2noble.20260425.034913 Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 2687 Depends: libc6 (>= 2.4), 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.034913_amd64.deb Size: 170246 SHA256: 3ac0fd6c30dbec4ee414fe166627f612c32ed2fba4d0901cfb96b2c71b22a262 SHA1: 0893b496205d883290002b50a898f596502e7996 MD5sum: e62ab338b1a7813365f950703b10b3e2 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.034913 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 1770 Depends: ros-rolling-sick-safevisionary-interfaces (= 1.0.3-2noble.20260425.034913) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-interfaces/ros-rolling-sick-safevisionary-interfaces-dbgsym_1.0.3-2noble.20260425.034913_amd64.deb Size: 1414746 SHA256: 1b0aa1b6b360c54f2d83614d072f1d28298a37bd0a6e5a841360b7a09019f310 SHA1: 9ef1234e088ecfa179e68e3782d09a78854b5c34 MD5sum: 620f9b4ca629c0475de9738e067d4555 Description: debug symbols for ros-rolling-sick-safevisionary-interfaces Build-Ids: 099742fb5fd178314279cee45bb35dd9177319c0 102e9a1d20fae00425d55c0c1e1e8ba3a3ffbec3 26b973a08e3b30a6c053cab083c1a0fcb2188e64 437260e54a67e3f260b505c0a0cd7d436066257d 4f6e728af5a639cd982258d3ee09ddd2d0db37ac 547596a51e0dfac30ad1a35b8f1f1fd0d585c89a 74f55143678af6a28f09e5cfe9ac5ef45fe2b4eb 8d8aa6dabc7d76a98282553222da6c41695a8484 b31f3c88bb21a70414711c974b1ed022c26efd31 bd7e6fffe976b8096d6b7bca913be93b8dc9b84f f10337339739df6db3edf3fc803eec90f39c6e1c Package: ros-rolling-sick-safevisionary-tests Version: 1.0.3-2noble.20260423.220322 Architecture: amd64 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.20260423.220322_amd64.deb Size: 6126 SHA256: b9ae37daa4555fb7a3450a417b2d0011d75edd7d6db3342c8885eb38cf073435 SHA1: f8a502e2bdbc8c1fe0ea816885e7c9f5adf0963c MD5sum: 676dd6de1040fdcef0923ce8a7cba143 Description: Integration tests for the Sick SafeVisionary2 driver Package: ros-rolling-simple-actions Version: 0.5.0-1noble.20260425.042915 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 90 Depends: ros-rolling-action-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclpy, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simple-actions/ros-rolling-simple-actions_0.5.0-1noble.20260425.042915_amd64.deb Size: 11662 SHA256: 48843173d2ebd63567e38d1e078cf8c76f9a075cf96ffa0f996176589a2aa498 SHA1: fbc8e5b2e3b82b9e44e536ec2ff048de6305f8f3 MD5sum: 4e939635646da4d5a4278d5188e2fd60 Description: Simple library for using the `rclpy/rclcpp` action libraries Package: ros-rolling-simple-grasping Version: 0.6.0-1noble.20260425.055220 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1057 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.055220_amd64.deb Size: 255550 SHA256: 6a0e4c4f34995e68679a2f78f2a931ab6891027477ce452627222f73756f70c1 SHA1: 41f5bdd2fad5b9e6d79267d4dc0831f7a36d8b82 MD5sum: cc34395172e48658f7d46b9d6ad5ba93 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.055220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 9948 Depends: ros-rolling-simple-grasping (= 0.6.0-1noble.20260425.055220) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simple-grasping/ros-rolling-simple-grasping-dbgsym_0.6.0-1noble.20260425.055220_amd64.deb Size: 9399672 SHA256: bef04421d1b951ae51d700a59b63aa8b1e21f5dfdf29bee8beb2ba1f7c2db8ac SHA1: ebc95ff85e626844cafb145cd969ebc7a3438dab MD5sum: 57719025e25c507e0f9183b1c360a1d1 Description: debug symbols for ros-rolling-simple-grasping Build-Ids: 241ab3c72c2ed2d52dcec58562418b09aa80d891 3aa088ef0dcd53c3b2fa600e3f2cbe6539194d32 7a3376b034f8b20a8bafdfddedbf230cac6552a2 a55d057fb933dcc48d041c71dee16332308d75d7 e36cc35a0e6906fc7e03533ac608abfeff3984f7 Package: ros-rolling-simple-launch Version: 1.11.4-1noble.20260425.044148 Architecture: amd64 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.044148_amd64.deb Size: 31930 SHA256: 118e07c44f16bfeddf8b36949a349eadf46b89f9b95e721818eeecf848cec887 SHA1: a8088dc1ab4ead49041f0936423a1832cbed28de MD5sum: e95feab78fe9f41892710ec58d2cfa21 Description: Python helper class for the ROS 2 launch system Package: ros-rolling-simulation Version: 0.13.0-1noble.20260425.054434 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 44 Depends: ros-rolling-ros-base, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-image, ros-rolling-ros-gz-interfaces, ros-rolling-ros-gz-sim, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simulation/ros-rolling-simulation_0.13.0-1noble.20260425.054434_amd64.deb Size: 5694 SHA256: 3b4da190ff2413ba95f585f4f2370fd2da44dc6c80324a5a5c126c18d03c53e6 SHA1: ea98949034381a04c46d29b94acc92c4517f774b MD5sum: 5cc809e8b26200060a37d33905dfc88a Description: A package which extends 'ros_base' and includes simulation packages. Package: ros-rolling-simulation-interfaces Version: 2.1.0-1noble.20260425.040231 Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 13972 Depends: libc6 (>= 2.14), 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.040231_amd64.deb Size: 831450 SHA256: a4801e822b7769f5e5aa2572ea0c78a330ba3aa63687b02af6cad22a2567866d SHA1: 544d284c0f978ece7f55b08348838b50c548cdbf MD5sum: 50cc14a3bac03eae55f0551d74c711a0 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.040231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 10360 Depends: ros-rolling-simulation-interfaces (= 2.1.0-1noble.20260425.040231) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simulation-interfaces/ros-rolling-simulation-interfaces-dbgsym_2.1.0-1noble.20260425.040231_amd64.deb Size: 8329744 SHA256: 9b947802772875fe1136edaa327627208c69df38aa4a9762ecf1f82965f7c9d5 SHA1: 2af2cfa42a01c015688cc7171a6ec97da8dc442b MD5sum: 5de3c9b0881b3c10c1eacd9993a8e6fc Description: debug symbols for ros-rolling-simulation-interfaces Build-Ids: 0a0ea331c4b35e9d51594faf408491da8b28201e 6dcfeb97099056c3a3b0e500de236123c71251a1 7b4e53026eddc411ac914cf4ceafc3254a69b502 8d0cda31d2aa16ab963cee5a45a0bcaf80ed976d 98a5f2c383a5743bb2528d82bed39f1bd9b96585 9f36c7291d805b4cc39a639097f399d204eee90c aabfd7f98405b687378efc473b07d0a2a90f0064 b2c3a345b91e20e312eb505b0b6dcf856d78694f b3a3ecda6315827d84f2677f1c75cb915a3978f5 c70abfe7d843751a72e578b63dbbd2d12287face c8ba0b376eee927c74cbee0f67b11a7a533bd583 Package: ros-rolling-slg-msgs Version: 3.9.1-1noble.20260425.035606 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 646 Depends: libc6 (>= 2.4), 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.035606_amd64.deb Size: 68172 SHA256: 45e7c8ff50451cac0830116eee0d2fd6ef9b2e8f46bb9986fa69ab1625b022f5 SHA1: 94e07ced55822f13a0c211a2f1a7fa1e26e5ad08 MD5sum: 5b32ca38c4f3384cc1033de35a1b29dc 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.035606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 451 Depends: ros-rolling-slg-msgs (= 3.9.1-1noble.20260425.035606) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-slg-msgs/ros-rolling-slg-msgs-dbgsym_3.9.1-1noble.20260425.035606_amd64.deb Size: 342604 SHA256: 63757f976bd0ba366858340eb5a084c847800c33e167d8632e1f35845eba3f2f SHA1: 9737eb00f8b5e0e7058b9db15b2a2bec70c4b418 MD5sum: 60f617e980c6faebc36f32e797b4a728 Description: debug symbols for ros-rolling-slg-msgs Build-Ids: 0234f19833cb8e3faf1f834ad56caf2cd29df1a6 0759f6516e144eaec7a868f3b7c00bfdec888ada 6793223ff9fb322f9c96d1395638e22cb58da61d 6953b5fcfa2c822bb412ed249fb7d97951d797d1 8d61fac129c554e863090d93f153ed7307860cb6 9ce139a4335b5ee52724906c43fc52f13fea7713 ab25ac95e81e23826be285f7d04ed98172affc85 ae250908955e524bd683128b759d0f57c23a927e e2ae7be1a6ca01aa43a59d0ada8828992d4ce6b4 e6893ae7bd5128d35b9e97eaf7c47a63fa9a7ee3 ea1657fe51fdf136254aae955497ab390ecf59f7 Package: ros-rolling-slider-publisher Version: 2.4.3-1noble.20260428.034857 Architecture: amd64 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.034857_amd64.deb Size: 12694 SHA256: f203f009011df4d0e46bcb6391eaff9c2b9da9f5165f99ef8f18cc9462e6ef15 SHA1: c8d9083710a0b5f4aa332b8340e2dcc595d049a9 MD5sum: 44a651d7285a14a141c485672e4c411a 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.20260423.220227 Architecture: amd64 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.20260423.220227_amd64.deb Size: 45870 SHA256: 06cfcd4cf652b8a0f7d248ac23f01eb63fcf87e27f6d037b50f53135a8adbd59 SHA1: ea67c6b46f84d848f1661171aef06e3f6d1c81fa MD5sum: ce2b4d9e6c49362ac4b5a744d7a4e2fa 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.034359 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 1031 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.034359_amd64.deb Size: 114352 SHA256: 2ca7bc308578694cbe3f7547332d421f2793c715c3fcaa28f26b538526c8b6e3 SHA1: e0511536272efa67f1e80d1b3a5d28bbdc520be5 MD5sum: c41b2f1ce244063eb1b65f8aad7c604f 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.034359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 1181 Depends: ros-rolling-smach-msgs (= 3.0.3-2noble.20260425.034359) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-smach-msgs/ros-rolling-smach-msgs-dbgsym_3.0.3-2noble.20260425.034359_amd64.deb Size: 1007524 SHA256: f16f43a98ac8bcda48f3f36f9792262769bbb643e6735e933022c84ef8a6551f SHA1: 83f32a2b9b7354e52ad07d5ad29a40ea9ee89acf MD5sum: 639e07d0e75805086c6bdf3256708eab Description: debug symbols for ros-rolling-smach-msgs Build-Ids: 125191c8414a76b5ba07f951d9a7820c4217ab41 19cbc64c9e2c8a80bba3b2ab67532946bb7b0aa8 2cd9fdae057d6751046d941a4290817356149bc7 417f8afe2e5e402583ce84b89027da8620f57f1c 62b9ff05f1ac6b6021596714a74fc29582c11c6d 877fe353997e6acb58981d9888fa2f2477b14bd0 9f349382c11c2608179ff166c3ceb90fce0d02f6 a224788d890ce42ab87f32783deff259368cee64 aa2d82f812dbdcc537e438bdc6ca7c8441eb0cd3 e818388a8eee5e7575846166b2175c3b836b778f e953cfed596a27d4b92471af3b2481433446dbb2 Package: ros-rolling-smach-ros Version: 3.0.3-2noble.20260425.042255 Architecture: amd64 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.042255_amd64.deb Size: 38892 SHA256: 86e060855a009edc52fce9690a5514e742ca889fe47c63e1a12483b34216dfd3 SHA1: efe297e5b96f1e832264fa9e4100d32857a2e800 MD5sum: 9cf7238972710df8ccb212e8a76d3efb 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.20260423.220216 Architecture: amd64 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.20260423.220216_amd64.deb Size: 14456 SHA256: 7c8f5a5e345e3d7a228ff42f1c2ff715677eba3974db0d9c6f9cc9996221304a SHA1: b8a2a94251447ac6af9bbb9d8e03098b73d26381 MD5sum: ee22940af53f2420f45ab6077e129a84 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.035611 Architecture: amd64 Maintainer: ijnek Installed-Size: 462 Depends: libc6 (>= 2.4), 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.035611_amd64.deb Size: 43924 SHA256: e3fc4e924338a60127046e1af76f05ae260565fb3ccc83cd8e819b514680d845 SHA1: 20a1ae1b8dc342e87beb582bdd7c3437802c2dcb MD5sum: 9dbb2917ff107708ac49260fa519cf04 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.035611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 268 Depends: ros-rolling-soccer-geometry-msgs (= 1.0.0-1noble.20260425.035611) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-geometry-msgs/ros-rolling-soccer-geometry-msgs-dbgsym_1.0.0-1noble.20260425.035611_amd64.deb Size: 176022 SHA256: 7a493682e32c95b9a1240d81823626d8dba8a8de48db87e3b5521b6c73856bdd SHA1: 9da989ae1a1d96d5a0844445e50984d0a34b7370 MD5sum: 70b61deb95af3b88edc031c0ac70b831 Description: debug symbols for ros-rolling-soccer-geometry-msgs Build-Ids: 0aa1b26f7647f2c2d32671d9b9677083ce3ab423 18ccd4f5f3876820457654a4a9952d2a0f1ef870 1961b80acb7b0f0768ba12cb849f03d271fe3952 263dde0a225109b493530721567a14c1fb0109d6 36171d242babd2679457f61debd7398b6b4a3310 5826eb07dc75366d8604f9d53c0fe646ce69e440 9094287822b2165d6e05aaf93f319cd27660a9f9 bbd33df06602bbccfd1a1d33282d56eed9eea99a c0f8d3051959d2a413dc5ccf7029e59fc75e08bf caf028fefe4d26809c7cb408ffeb7a7a6471c4fd f53a6918f0586f047a3a5865aa0572b784c0cd09 Package: ros-rolling-soccer-interfaces Version: 1.0.0-1noble.20260425.040908 Architecture: amd64 Maintainer: ijnek Installed-Size: 44 Depends: ros-rolling-soccer-vision-2d-msgs, ros-rolling-soccer-vision-3d-msgs, ros-rolling-soccer-vision-attribute-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-interfaces/ros-rolling-soccer-interfaces_1.0.0-1noble.20260425.040908_amd64.deb Size: 5416 SHA256: 06c93b48916d45b1e91988b2302b7d406d020793a1bd68f8a60eb38b3446c7c3 SHA1: 1dd468d34e6228d5a981e02d25d90e8fc33a6afd MD5sum: 2eb6be1f042a62921bb491719bf17bb4 Description: Metapackage for soccer-related interfaces Package: ros-rolling-soccer-model-msgs Version: 1.0.0-1noble.20260425.035829 Architecture: amd64 Maintainer: ijnek Installed-Size: 1064 Depends: libc6 (>= 2.4), 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.035829_amd64.deb Size: 86650 SHA256: 8c87da00d5f0af21385c09b2335115ddce7da13dc69eb0cb1d9d59d669b85c18 SHA1: 0ff63a67b0b489b3789b431153d47772999e4f37 MD5sum: c9f72501e28606ff594eda124b5d03e3 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.035829 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 787 Depends: ros-rolling-soccer-model-msgs (= 1.0.0-1noble.20260425.035829) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-model-msgs/ros-rolling-soccer-model-msgs-dbgsym_1.0.0-1noble.20260425.035829_amd64.deb Size: 615364 SHA256: f5a4b2aaa9e0bd16985a898addc4f0f2e3c22de2185295a0c8d53f8e51706b14 SHA1: 0e7b7709ff7c9ea752fd43cd9068a0ba44c8b3cd MD5sum: 12fb6c7547752fcb4d8c75568983e706 Description: debug symbols for ros-rolling-soccer-model-msgs Build-Ids: 0db85a650db516d8a691c20db0671a11204b7848 15c1620bf0414c0d383507241aef192d61579773 62f811f2b087ce76ee403eddab775c540adf1e7b 6f2cf057ad8ac9c442b08ca8ade6aa041b37aa78 737d771cdf672128c66a8ad61d7e0431646bdbf0 8b308de4eeca3fa825e2f52f9c233c3d9ac14932 a0b4a582c6d8ebc1d84df0b8edc6e229000cff6e a474cc28bcc52117fe697aee4bc1facb945fa45f b6f20310c7153812aa4a623d6229c05b00aa64a2 d15ce5b86a24f5842020a39c2db48d212d419ec5 f159efb3644a0513c4ef6ddf71de3193ca887329 Package: ros-rolling-soccer-vision-2d-msgs Version: 1.0.0-1noble.20260425.040436 Architecture: amd64 Maintainer: ijnek Installed-Size: 2321 Depends: libc6 (>= 2.4), 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.040436_amd64.deb Size: 162648 SHA256: 1c59faddd1873995874d56539414ff1c0968422e679e8d1d1843969916b89d59 SHA1: 2675a58f71319d1ee6b0ee6e4bf0651debaf067f MD5sum: 5c9a0394c47fa7145b8ef1f0b30242fa 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.040436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1755 Depends: ros-rolling-soccer-vision-2d-msgs (= 1.0.0-1noble.20260425.040436) 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.040436_amd64.deb Size: 1428722 SHA256: 86d8023d96ebd3c51246a07b95c5eb020d6c38d67056bfd90a7cd42737a56606 SHA1: 9ce2ba59451658ac8e44cfa30bd0b05b827aca46 MD5sum: 49cf2b621a4702a039270cbdb2f46b41 Description: debug symbols for ros-rolling-soccer-vision-2d-msgs Build-Ids: 11246c4670c1cf0d1b79c1c7863e901c9e4c1205 3d07a92e1cb96bec333c1720bb5831d3db0bf513 3ee9e261de7c54a715ecce48a5e4464678377172 401c7ed83d6e4e7a4c1743eae105c69a355d8da0 427a5ccea6b497dacb87629ab6ac829a60b8a33a 6377917da82e4ac10931efb22f23e9aaf1d69cad a3850ef71c1a6ffc87d029d7f398f4bcf2dfd70f b68b5a97b4c52f6308915061717fcefdb872aec8 b95e8a9b1bd6e5a060966157768d8988447196ec edcb1a6322211f82b83e8d3b45da041e329a898d fd388c0cd2b2e5492c782468625092fd4c89f664 Package: ros-rolling-soccer-vision-3d-msgs Version: 1.0.0-1noble.20260425.040515 Architecture: amd64 Maintainer: ijnek Installed-Size: 2331 Depends: libc6 (>= 2.4), 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.040515_amd64.deb Size: 161788 SHA256: fbe632306630987793ac232d6cc1666c7f78fd2088b5517c6802a2ceeb15e23a SHA1: 0251747ec57e9e6cb04995e99914f5873d1c0074 MD5sum: 397ee1fc611c5522520eed81571b99e0 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.040515 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1773 Depends: ros-rolling-soccer-vision-3d-msgs (= 1.0.0-1noble.20260425.040515) 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.040515_amd64.deb Size: 1441688 SHA256: 1c3d60c6015605d0a6c295d9675ca67f3753ca193d4dcf2007a391dd57e82ae8 SHA1: 87132b15b16916cade1207b4dc6f3a30611c3cfe MD5sum: f4422a2b04cb82547557d0743220fc66 Description: debug symbols for ros-rolling-soccer-vision-3d-msgs Build-Ids: 373458fc3aebf9e687385bc596fd2d2d2cf50c70 3857aa3b72a8b0c95fd128c815db1931058021ce 7c460b630d66d3219c1d983813706088ff22e05f 7c4ae2f78527129b9b1de2dd78696e82628a24d0 9a5b7d388f63884d778f1ea9e1a38e1c254ebf8b c09c5189b527812cbd56ad2a4aa458851eff4682 dcd1b15b499642511eb8740c224cbd453d05d58e e6b62bc6c7d0f9bc4123d1bdfc14bdbd2e81b545 e9cb1373ac3567466d1708d2d984f5a1420b9c1d f8a56f882459447805350cb8d822d5bb27f229fd ff79fa0aec6c228564a210003713f4225ff204bd Package: ros-rolling-soccer-vision-3d-rviz-markers Version: 1.0.0-1noble.20260425.042520 Architecture: amd64 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.042520_amd64.deb Size: 165238 SHA256: f1a0ad748beb92af65535b100a1ffdb5e115dd8f792186e8bfb5be2c8352b955 SHA1: 83d3a38316119032f90fa51fc2d723c6607c6496 MD5sum: aa479bb2bea31ee52343b3860dce916d Description: Package that converts soccer_vision_3d_msgs to RViz markers Package: ros-rolling-soccer-vision-attribute-msgs Version: 1.0.0-1noble.20260425.033626 Architecture: amd64 Maintainer: ijnek Installed-Size: 703 Depends: libc6 (>= 2.4), 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.033626_amd64.deb Size: 58174 SHA256: e794485be0819450f3ab9d6aa1a8e9ae8843a71f8c5d638373d114dc1f8123a1 SHA1: fab7097f3344c21ae7e02b7247573b8eb8fd8e13 MD5sum: 05acaf8865183862bafaa29a84830d4d 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.033626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 441 Depends: ros-rolling-soccer-vision-attribute-msgs (= 1.0.0-1noble.20260425.033626) 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.033626_amd64.deb Size: 321628 SHA256: 3e7e272c7a21eefbdb1db71ad6a83cd7adad2f5e8947eaaf02aab6cf50a974fb SHA1: c139d03e85244029f8248c81c5f6132a59ec69d2 MD5sum: 847137c6d12c6c16cf26fdbf0a9b511b Description: debug symbols for ros-rolling-soccer-vision-attribute-msgs Build-Ids: 090cc388e9a769c099e9180b6356072a93087cb7 0b662972bba2feca5faa2d4eae2452a6d44df610 20c0d43f520ff433fa6a884efae7cc345ec0277e 2fd76b4bbfe23255901dfcdabb32b54fe1618d2e 4b40da7badad70fcdde5de8827c156123efd5748 66b6417a9aed2503bf4f897e84ef8ff04d2d0f31 6c4c8ea657b469f4e4ab2d1dcafa7a1a4cae1f84 760fe69127d46f0776c866c840d34a253c36b9ca c9c72e19f2d88ec7a61393fe10baa911ae1f0860 e077a3731a87e6439de5e8e99e02bb67c3537a24 ed1b95f4a667032de79a3c001e140fc52e1800e8 Package: ros-rolling-sol-vendor Version: 0.0.3-4noble.20260423.220406 Architecture: amd64 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.20260423.220406_amd64.deb Size: 148672 SHA256: 78bef58c76a03f0d8b0cb9a06fcbcfa9423cdd7ee9e94a046af8af15a86d8b44 SHA1: 119d6a52ca74f2d375018dab5f0632e842024a37 MD5sum: 14535a865edba75e8e9718a2ba05e3ac Description: vendor package for the sol2 library Package: ros-rolling-sophus Version: 1.22.9102-2noble.20260424.012706 Architecture: amd64 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.012706_amd64.deb Size: 43420 SHA256: 098f5c5c25761f6fc84977b204e8670d4da0898bf4be9e73cabbef9b4804d5cd SHA1: 8b5c0a5a9cc445fde8bed6255d3ec1fe3ea082e9 MD5sum: 1fc773a609af63986844a6a92ea291af Description: C++ implementation of Lie Groups using Eigen. Package: ros-rolling-spacenav Version: 3.3.0-2noble.20260425.043449 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 420 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.043449_amd64.deb Size: 106302 SHA256: 29a990ff4e733c24c86e0897b6ab08a4c3c63440b816b38b2e1be93a491e0da5 SHA1: bd2979a782401b60c78fbcea2f793c77219d361c MD5sum: f59306c727be1106d80c4c3971e038b1 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.043449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1969 Depends: ros-rolling-spacenav (= 3.3.0-2noble.20260425.043449) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spacenav/ros-rolling-spacenav-dbgsym_3.3.0-2noble.20260425.043449_amd64.deb Size: 1803154 SHA256: 91eb6302f2d63ad640dc7fcf7cd374556f9c429416e60daa4d67a76601fe7a73 SHA1: f905ed01da5ad4a986e73afd3cc7b012c931612b MD5sum: cc2f840f3e44c736c67fc34799322c31 Description: debug symbols for ros-rolling-spacenav Build-Ids: 25a1cf3d2340b6829509a3f8d62d5244e260aee3 b36a368a0a8e1902e8e1b16aa2abbe90275322d3 Package: ros-rolling-spdlog-vendor Version: 1.8.0-1noble.20260423.230241 Architecture: amd64 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.20260423.230241_amd64.deb Size: 7040 SHA256: 17a734fb2be41fcd61f101fc2413d36cd4fd2a2405070e69379263b3f0bf6821 SHA1: 26074aea0d216662f753cab198cca97b31a6d4c8 MD5sum: 1a97dec31e78cb2dbc904d76b1ad88a4 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.045204 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 61326 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), 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.045204_amd64.deb Size: 11266370 SHA256: e0811e850052556381984f0bc924a263d26878d42bcbe36c4fa4170d9c9f2f35 SHA1: 562b2814694e9df053fb04ec96dceede0347d279 MD5sum: 77cf93718ea1d5e2d4a976ba922d0d52 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.045204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 6258 Depends: ros-rolling-spinnaker-camera-driver (= 3.0.4-1noble.20260425.045204) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spinnaker-camera-driver/ros-rolling-spinnaker-camera-driver-dbgsym_3.0.4-1noble.20260425.045204_amd64.deb Size: 4719334 SHA256: 65f627bf68e666f1ca13c849e63ace7bc461fab8af8af9fdba4bbe580c4ed64e SHA1: 9d027f535a7a3a9d854f5713b6ffa0ffb19c15ea MD5sum: d8fc9c7463a808b1c8e84a46814c1322 Description: debug symbols for ros-rolling-spinnaker-camera-driver Build-Ids: 178ffa9a6f9a3f36143239af1d786cfbf5a27b8a 76962260d349372726fb3b54e47fd2ac00035a16 80ad893383dfdacb8bf47d3fa066dd3d8e28d40a 882793e36f44299158edd733c73fa0af795a9fe4 af29d52910f7a0cbab0f76b36025f9de0f04f26c d56824eddbec00045a9aaa23400bfab4a96a6f87 d7ce1d667a687a49f925f7d33dc15684265b4a0c d8e4c5cb2fc27216208ad90f9232a3f6c90ba94d dce4f1b7f36fa0cce96a48247f802419b352e8f5 Package: ros-rolling-spinnaker-synchronized-camera-driver Version: 3.0.4-1noble.20260425.050534 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 251 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.050534_amd64.deb Size: 64234 SHA256: d25f8f91b4d4d0d4273a5d8bd2138f79a1436193f9314bc43f00b84f72d6240d SHA1: 8aa37fc86aed8f950d63536a5eb750678121b858 MD5sum: 993154ee9e18652723e8624ccee3567b 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.050534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2077 Depends: ros-rolling-spinnaker-synchronized-camera-driver (= 3.0.4-1noble.20260425.050534) 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.050534_amd64.deb Size: 2019504 SHA256: 74eab42de9543d87b2eb555bdca8e977cf244af063361bee9201c1b7c520d6f0 SHA1: 7f1b173812c3e771937ede73424699cc9a1b6551 MD5sum: 07573f7e26cb1e633d9994cc9f07b820 Description: debug symbols for ros-rolling-spinnaker-synchronized-camera-driver Build-Ids: b12d85a0a0d74cda4aee6f407d42648ee31c4092 ff3f73dc6635a493212614139f5b7174d7dc71c6 Package: ros-rolling-splsm-7 Version: 3.0.1-3noble.20260425.033625 Architecture: amd64 Maintainer: ijnek Installed-Size: 491 Depends: libc6 (>= 2.4), 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.033625_amd64.deb Size: 51254 SHA256: bbe866f572f47268c174c58d77fc14d9ba7059a0d78d850e95e94561ac3aa0b2 SHA1: 4e72d2c6b68b07b749ae3082ef828d1c70890060 MD5sum: f718cc7746674c5f3e4e6dc482c0050a Description: RoboCup Standard Platform League Standard Message V7 ROS msg Package: ros-rolling-splsm-7-conversion Version: 3.0.1-3noble.20260425.034034 Architecture: amd64 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.034034_amd64.deb Size: 6124 SHA256: b261023927e55f7ff65a0d6fd43cba329142b82d08a2c8799b4db6d932acf564 SHA1: fa6bdc6f894a678ddb582076eb2ee29451520509 MD5sum: 41c7d0554c077282bcb08da191e3a95b 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.033625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 314 Depends: ros-rolling-splsm-7 (= 3.0.1-3noble.20260425.033625) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-splsm-7/ros-rolling-splsm-7-dbgsym_3.0.1-3noble.20260425.033625_amd64.deb Size: 223978 SHA256: 9c58498790d040ca195c96729210b32a8383958c3732a5759fd7576770d2b42c SHA1: 250818f1a94ca850181e1941eef18a63073a3a2b MD5sum: 66985837b240d1350c9158ebf46bd6e1 Description: debug symbols for ros-rolling-splsm-7 Build-Ids: 2d8a421ebcc1e2e363e312a50122e1d62667e1e4 302d6eefd1022a981a6a20d2312a3d3fdc06c07c 37a191a5bd2809d83feafd2bc2a16bb4174b1aef 49d422a6df495c141b5493d341013ec9ecd7dd74 5a58b10d1532396fa22e42d8f9596f5faafd5393 6e73c500d54632c96407b772d6b967464b9ecb0e 75b283d7bf227d596b07e7db876a0392f81d08ec 9b7e7ec23dd2140e82a873be6efa44fdde9ef5c0 bb97270afd26d4f02ffb27bbc9e851c5af934a9c c16f86a577541f0419f4f472c9708a890c47ddf8 e7e6350d62784236b91c13f19b403faa99f0b9d3 Package: ros-rolling-srdfdom Version: 2.0.9-1noble.20260425.043725 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 228 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.043725_amd64.deb Size: 61028 SHA256: 5226db660ba77b3083d456871e4b3c5402ea1436246f048ab7788e5e7ba24915 SHA1: c003fc8f1684cb8113f1b7dfceefe46dd7667b72 MD5sum: 455c633ae702b0d6db240f0b3d3abd3e 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.043725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 717 Depends: ros-rolling-srdfdom (= 2.0.9-1noble.20260425.043725) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-srdfdom/ros-rolling-srdfdom-dbgsym_2.0.9-1noble.20260425.043725_amd64.deb Size: 685092 SHA256: df55ca3a619e864e6e761135a7a3291f806a551a34fadff00da99a2a56322b71 SHA1: a8287ee3132aecc59525da4d8f055e4416a0dc04 MD5sum: bf95b591c7821ace9d39aa50904da18d Description: debug symbols for ros-rolling-srdfdom Build-Ids: 000c56b063c8c96056e2a061e65956b24ae6a2b6 Package: ros-rolling-sros2 Version: 0.16.4-1noble.20260425.043957 Architecture: amd64 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.043957_amd64.deb Size: 44188 SHA256: e961a914bfdadda6b9a9e49a6289b23d2fd3f6b29ff521e3f972442fee1f3d76 SHA1: 82f205c3c498561918fe87a110f43f11b691a5c6 MD5sum: 3cd05e4fb725d5050a2090c9a6af27f3 Description: Command line tools for managing SROS2 keys Package: ros-rolling-sros2-cmake Version: 0.16.4-1noble.20260425.044949 Architecture: amd64 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.044949_amd64.deb Size: 7428 SHA256: adc307b6070f13bbc552f47c8d8a2dcbd5eebd110d158bd54d7e55ec9b97339e SHA1: 369aa0a3ee86b2eac79f031311baf99e67fbba11 MD5sum: a9abdd42077d6229c4209cb8d52683c0 Description: CMake macros to configure security Package: ros-rolling-state-interfaces-broadcaster Version: 6.6.0-1noble.20260425.052110 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 324 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.052110_amd64.deb Size: 86696 SHA256: 491e222a0a14526708c94b51c6ed27e9d244fd5697d27922d7ec05c0ab4ab768 SHA1: 0a30be6dd95dbf65c0698b4dc5993abaf186cb72 MD5sum: 17223cc2253e72581362b7c843d124d8 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.052110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1383 Depends: ros-rolling-state-interfaces-broadcaster (= 6.6.0-1noble.20260425.052110) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-state-interfaces-broadcaster/ros-rolling-state-interfaces-broadcaster-dbgsym_6.6.0-1noble.20260425.052110_amd64.deb Size: 1279044 SHA256: e2a7d543c3ab67a633fb81581ed7974c5b1ab2f457e3dd081141a320ce5d2657 SHA1: cdd1780fae9f8070c94a5d63168ef748e3241c66 MD5sum: 07895c699f9c2923bc257ec7db742c29 Description: debug symbols for ros-rolling-state-interfaces-broadcaster Build-Ids: 697134c29d08b2448a52c419a2c180c5bd63b78f Package: ros-rolling-statistics-msgs Version: 2.4.4-1noble.20260425.033943 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 741 Depends: libc6 (>= 2.14), 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.033943_amd64.deb Size: 70788 SHA256: 75946c53acd54c2801b68fb3246e2992e8ded95b54120ef490efd3c2efe7aa33 SHA1: f8087f0f6fcf7ea68cccd8c3e9d7448b37d2dfe2 MD5sum: fead0b1dab92a292c3744c09f582f44a 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.033943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 524 Depends: ros-rolling-statistics-msgs (= 2.4.4-1noble.20260425.033943) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-statistics-msgs/ros-rolling-statistics-msgs-dbgsym_2.4.4-1noble.20260425.033943_amd64.deb Size: 396734 SHA256: 03afa3e20f8e9d8050b21eb6cef02a057eabef9ca7a424b6d98797424e9cc441 SHA1: 2fc43563d1f2cea45453f3b4f5149d7f5fe4d49e MD5sum: c382806e7fa23315d36726051dc2ce42 Description: debug symbols for ros-rolling-statistics-msgs Build-Ids: 148c5d1511018e8bb9e070c8fea81de33e53c398 1a5efe06c0709b2d936d6aecab7c0cdf8d6878c0 1ed4b55a0501ac947b47fd086bed1cee08d15ff5 3ab4a646e2653f7100afcf2d1b5c22076ab85eea 40fb523dc10e51596a490f1ede7430ac7312a0a1 43da2d73ced0737e16bfc83ad2d7fc159977a2ae 9090533ff2842beb043e87eca7f393bfff636131 b73ae23132c7ffd26605b13f8e9066cff5b95ac1 cf5f6b70acbfec2706cf09c982532ec44a1c6a6d e6d95b27b8fae5ad4ef7f09ca89aa7441fdd0fbc ed6f71d4efb56913edffd6546d0236ae4a0f8617 Package: ros-rolling-std-msgs Version: 5.9.2-1noble.20260425.033953 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3974 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.033953_amd64.deb Size: 260590 SHA256: 7b1ae3b190cf1c09e9ed5aa4846f671afe884daa134bd666788df9dfca285256 SHA1: b3bd95383b8d3df0fd41f3b18fdde30d2eefa835 MD5sum: 8eb6929e452269ab449f5090b0e2c6e5 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.033953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3716 Depends: ros-rolling-std-msgs (= 5.9.2-1noble.20260425.033953) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-std-msgs/ros-rolling-std-msgs-dbgsym_5.9.2-1noble.20260425.033953_amd64.deb Size: 3120094 SHA256: d4d6d10600fec1c829b972e1979b5137cd7c73f090e55745c932d35ab9a0937e SHA1: fe4fc56c94e0cd2706fd891197b7c7f5961c0b51 MD5sum: 284299ba00b73ebab5ded4fbb072d86c Description: debug symbols for ros-rolling-std-msgs Build-Ids: 30037d0fda14cb5b1650c0a52fb2716140145103 62b20d779f9e57d3567e9a697633f5e5a7bf0542 73097701e431103d0d8b375225d118c4407d52d1 75a3a99df1737e4c5fa2de5d2a0c46734f237396 7a907d0d2482280770a3f1dd6cf7178de1fb8f6e 7b23b5764c23980a7093a7f80862811099888a0e 83dd3c1b02d361e2e9811b90a901b147512f3729 843056898d606686671614e69ddea2ff2a1b8893 9a28fa880eca2c818e28e479910a7570b645b248 bfb4d10961f14a99bebe4ce27d66c1329b78823b c7352e81db4998d6ed798c3d897280ba144b654f Package: ros-rolling-std-srvs Version: 5.9.2-1noble.20260425.033626 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1455 Depends: libc6 (>= 2.14), 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.033626_amd64.deb Size: 114132 SHA256: 1dfbe5832c6568aa549f2e03a3f9b7f6be7eaf243c2e96dc22bc3286609a1207 SHA1: 21780368092a356db8e8e2faffc66234ed4fb3ec MD5sum: 5ea3a0c0340e708e87db1360336518ce 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.033626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1030 Depends: ros-rolling-std-srvs (= 5.9.2-1noble.20260425.033626) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-std-srvs/ros-rolling-std-srvs-dbgsym_5.9.2-1noble.20260425.033626_amd64.deb Size: 803348 SHA256: b2a28803f1af8446b8cd88633e5d240c8860a3e6f41d68fbd92141a13b4a24bf SHA1: 6b741626fc8cb4946a86eaebf7ee8e5a3647efa6 MD5sum: d884f1905eaff5843e3162f0da020e7e Description: debug symbols for ros-rolling-std-srvs Build-Ids: 1712d854a6fcd35f3544fccbe7cc4f5d6d3f9e75 664a36575ae3918981efbda53745dc4b5d723016 7098656ba2aa5a90eac90ac4f481f02705735d46 8cd40f2d5c6e9f37acf5f94ab06557fb576bb65f 97e10feef329b1b929c361c3076f9dc23b34cd12 a048334d2faaf3c46dd1c89243a1a5b9d2a88525 cab0a18491f53eca57feda39a0c73af2db4b0a6a d9835b8a2c83103d26d2dbe07449cdffa3b67002 e601c1c226fd6d9f74c577a6af68c0fbcb5173a9 f457342e7635047e2e8c1cf63175584fe7361536 f5d817c8d2050fecd9bbae5c5e625cd662f35ef3 Package: ros-rolling-steering-controllers-library Version: 6.6.0-1noble.20260425.051615 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 938 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.051615_amd64.deb Size: 214518 SHA256: 32ac8f9e8cc66cdf50f08f5bf392ec945513b4d051681a660487c5802d680edd SHA1: b316223dfc4506f5deaca5486e3d466a12036747 MD5sum: ae98806666569bd1f61c46bd3dd93ade 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.051615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3942 Depends: ros-rolling-steering-controllers-library (= 6.6.0-1noble.20260425.051615) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-steering-controllers-library/ros-rolling-steering-controllers-library-dbgsym_6.6.0-1noble.20260425.051615_amd64.deb Size: 3486300 SHA256: ecaa80d882f049da3a0ea1a2c13542c8278c7ade43ff49520b6a1a87c5d8519c SHA1: 091eb54d278db1b9e5ed7100dc662dc8660cfdca MD5sum: 59c53a9ab2c076faf4233ff01d899039 Description: debug symbols for ros-rolling-steering-controllers-library Build-Ids: 1e6aae8660bcb0c484298f8dee113d21b0b2e705 Package: ros-rolling-steering-functions Version: 0.3.0-1noble.20260423.213632 Architecture: amd64 Maintainer: Holger Banzhaf Installed-Size: 1037 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.20260423.213632_amd64.deb Size: 150740 SHA256: aee380dc7e76fd14477105b033bba67e0d582229b5ec2ac02533f6fd094753a9 SHA1: 72c1a4b6894bed7cbf833be555e98ef3a3be6cd9 MD5sum: 69f305a1ea426580ea1a26900e588736 Description: The steering_functions package Package: ros-rolling-stereo-image-proc Version: 7.1.3-1noble.20260425.051036 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 1412 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.051036_amd64.deb Size: 297912 SHA256: a3a041fbd30e8d48615c15098b41e45b5c90c8533a54c2c8532ebf42f749e6c9 SHA1: 17b240153a1b1498ba005d1df8815cb381374da4 MD5sum: 41aaccd0367814b6bdcee420d7fbfa6f 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.051036 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 7397 Depends: ros-rolling-stereo-image-proc (= 7.1.3-1noble.20260425.051036) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stereo-image-proc/ros-rolling-stereo-image-proc-dbgsym_7.1.3-1noble.20260425.051036_amd64.deb Size: 6467484 SHA256: 6c1aac658278a9ce1b420a030feecdb753b0df96f7dfca50c8926376b9195d82 SHA1: 334ac4aaa32cdba0931cb1bb30026817d87749f9 MD5sum: d8781e3f4604f14ec4da0061c60d7da3 Description: debug symbols for ros-rolling-stereo-image-proc Build-Ids: 37c8b5065e047fc296c3b518da062808c0d88528 b47767bc970f9ec11e0c614529ff016fc4a35370 c435f2ea959a96d25bb8b822726eff6872b20ef8 Package: ros-rolling-stereo-msgs Version: 5.9.2-1noble.20260425.040829 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 515 Depends: libc6 (>= 2.4), 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.040829_amd64.deb Size: 51360 SHA256: e2e4b26c779b5c84adfa6cc72bc3faa9ee0cd304deabd5aa8f85abe6add701d0 SHA1: fd7b300ef9ec10c4761df6270c0bfb10e54847cc MD5sum: 7a9228f3d1592c141963fa1c29bf68a8 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.040829 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 333 Depends: ros-rolling-stereo-msgs (= 5.9.2-1noble.20260425.040829) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stereo-msgs/ros-rolling-stereo-msgs-dbgsym_5.9.2-1noble.20260425.040829_amd64.deb Size: 238994 SHA256: 60d9c5d954ea7a730dcf946bd06b566b649133a046cc7606ae29c6e8011b8964 SHA1: fb7aa1ce41d871bce27bb37c1d94fd6367680e08 MD5sum: 8ea5f4e518810fe914a541edad65c431 Description: debug symbols for ros-rolling-stereo-msgs Build-Ids: 0683c6e00ed6471cc04be4794a6dad34e6913442 1d230f1e6f02e0a15dfb38596bcf6f69ef04dcde 51c824b97bf0a57deea9d5333c0d7fa334389be7 8cee963faffc0d72e850dd7690a61a89fac47eae 8f950a1ad461e8a278cf0c3e7139edc88406b613 a4047e34b9adce8bf2dcdcc2bd6036ae7e2542ac b844990312cec2cbeee6d5b73b0a77c12dba2620 d14bbf58f2494d36bc82c7cd134ecaab89e4928b d372f6201eecf5ec2fa8ae285fd0763e57fcac87 df20177cef158dc1050ef9b6b3b8355ef96e97cf e40d7bf1e5470006ebbd3e95e9c34918864b5d77 Package: ros-rolling-stomp Version: 0.1.2-3noble.20260423.205239 Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 212 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.20260423.205239_amd64.deb Size: 67902 SHA256: fb08cda17a979b7cf755ec710dea87cae1e1c4a390509eda047e25f7f37277f8 SHA1: 6a5783930c4e5dc3b99d0a2fecfe89d5b15322f2 MD5sum: af016367df476e6eed209aaabafa9a8c 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.20260423.205239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 2633 Depends: ros-rolling-stomp (= 0.1.2-3noble.20260423.205239) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stomp/ros-rolling-stomp-dbgsym_0.1.2-3noble.20260423.205239_amd64.deb Size: 2629704 SHA256: cc863a9ac0bdbdf1f256832fb7b15155bae0bcd73a2e43567044c62e5e284128 SHA1: 1d84380ae6bb59e6608249d68ebcc249b6573810 MD5sum: b385e24ef7bb343d62bd80f67feb81d0 Description: debug symbols for ros-rolling-stomp Build-Ids: 11f89bcab312a1ca7d24192c5f785cd95b209053 c090f64c5de6daa7753390067be2f84b00cc744a Package: ros-rolling-swri-cli-tools Version: 3.8.7-1noble.20260425.044115 Architecture: amd64 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.044115_amd64.deb Size: 14492 SHA256: cec6376f500d41b62dd95462fa0fb3ed95705c391142be4e0090ea9d60e29422 SHA1: ff4de97f6aca066e5d3e3ae63bcb8710bb8d300a MD5sum: d93cb09203ecd46efa75397058d2f5b1 Description: Command line tools for introspecting ROS systems Package: ros-rolling-swri-console Version: 2.1.2-1noble.20260425.053942 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 4851 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.20260425.053942_amd64.deb Size: 1812896 SHA256: 16286b1600cf5174f5d11d8d580998d2eef97873537c4c35bd71735dfd023f4a SHA1: 411693769cc0198b916a235c35813e8f38223f60 MD5sum: 99e3d5e0e1078422fabdaadd6ae4d2fc 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.20260425.053942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 5651 Depends: ros-rolling-swri-console (= 2.1.2-1noble.20260425.053942) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-console/ros-rolling-swri-console-dbgsym_2.1.2-1noble.20260425.053942_amd64.deb Size: 5332456 SHA256: d50d3cf2cc173303e5661859bb4d80c2a5d32925f458698da3295d5b4a2b5263 SHA1: 6e9343969ffacf6703cac929d3c17013e2cf4cb1 MD5sum: 02145907e5a5c670639daa0887faa9ba Description: debug symbols for ros-rolling-swri-console Build-Ids: b92ea5b2a476972bf715e0012381222e096cdb60 Package: ros-rolling-swri-console-util Version: 3.8.7-1noble.20260425.044622 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 92 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-console-util/ros-rolling-swri-console-util_3.8.7-1noble.20260425.044622_amd64.deb Size: 19630 SHA256: 78e02138d9bd77c686f15e2cbabd4b61b70e9172b543006715c364ec6bcece39 SHA1: c459cb1bde96df3bd18655bbc017bac8555f6e18 MD5sum: a91920d60f830e756b9a910ca5b61960 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.044622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 235 Depends: ros-rolling-swri-console-util (= 3.8.7-1noble.20260425.044622) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-console-util/ros-rolling-swri-console-util-dbgsym_3.8.7-1noble.20260425.044622_amd64.deb Size: 222420 SHA256: 54764e9818144516610cdb9c91202949cb16d0d0382ec44941c401bcfc42f95f SHA1: 54276b2b6edf2222bd6e6fbf4194130a4313418b MD5sum: 7bb05ad4ec3ce8dc7141ee9713d7dae4 Description: debug symbols for ros-rolling-swri-console-util Build-Ids: c62057c12f13142b2d70d5ae502e9b28bd69e2f9 Package: ros-rolling-swri-dbw-interface Version: 3.8.7-1noble.20260423.220417 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 56 Depends: ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-dbw-interface/ros-rolling-swri-dbw-interface_3.8.7-1noble.20260423.220417_amd64.deb Size: 9130 SHA256: 57968a97c62ca53421a77074d6c869a745afe7485a174bd4ad8d32c33cd87735 SHA1: 15d49528ae1aa78a0d790b8f264da999abde54df MD5sum: 454cea64e26ad65e59ebacd303cfa439 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.040534 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 162 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libgeos-c1t64 (>= 3.5.0), libstdc++6 (>= 5), libeigen3-dev, libgeos-dev, libopencv-dev, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-geometry-util/ros-rolling-swri-geometry-util_3.8.7-1noble.20260425.040534_amd64.deb Size: 46982 SHA256: ecb02bb79204fcd9437f2842c2d4742c5c59bdd5a36ebc8c60e41c4bd75ad17b SHA1: 82a502b385e6acad0090bac2a0bac8091974b1b7 MD5sum: 18afad86e15bf5c89f5496baf7f8ed52 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.040534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1785 Depends: ros-rolling-swri-geometry-util (= 3.8.7-1noble.20260425.040534) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-geometry-util/ros-rolling-swri-geometry-util-dbgsym_3.8.7-1noble.20260425.040534_amd64.deb Size: 1790104 SHA256: bea8d01edfa8a2395d7b933379ee76c9b4555d488d2298738ab848d4d5bab2a6 SHA1: c195261693f6af9264c1a6d90231df22602e4a54 MD5sum: 3f2525e4d49500fb0c7bf4b4e194869b Description: debug symbols for ros-rolling-swri-geometry-util Build-Ids: af08c288868589e99ee607346fa7da52bcfec1c1 Package: ros-rolling-swri-image-util Version: 3.8.7-1noble.20260425.052803 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 629 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.052803_amd64.deb Size: 177278 SHA256: 865064ae166cc4122ec4c7cb405d006215331ccfae978659274426dff7bb18b7 SHA1: a876f5659ae36afe7b74f341fc97bba89950e9e6 MD5sum: e5462b37be2e3ce7d8d1f837715ba4f9 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.052803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 6529 Depends: ros-rolling-swri-image-util (= 3.8.7-1noble.20260425.052803) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-image-util/ros-rolling-swri-image-util-dbgsym_3.8.7-1noble.20260425.052803_amd64.deb Size: 6339914 SHA256: fa57df56717cd2ecb1ff4649ee95f1dde21f66f3b42d485adb12e2247f12b2cf SHA1: c79a0f932b5a6980d586f8eaf874131cc0ab6d47 MD5sum: 79168c654ae57e110e06ae3d7c06c7d4 Description: debug symbols for ros-rolling-swri-image-util Build-Ids: 9dd1fc580a34ed92f8a4eb272c0c7a7fc312a718 ec70ed8b1dfa24f4ca925bf257d06115c442dfa0 Package: ros-rolling-swri-math-util Version: 3.8.7-1noble.20260425.044630 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 148 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.044630_amd64.deb Size: 33220 SHA256: 230612e6791ea7035efb67dda83986ee7b29ca1a9b45737d7d628440dcad06ee SHA1: 21443077a54cb1809f95b864a745898797a0d785 MD5sum: 11c07e16fbab70e4a618e78e6cd524b1 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.044630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 347 Depends: ros-rolling-swri-math-util (= 3.8.7-1noble.20260425.044630) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-math-util/ros-rolling-swri-math-util-dbgsym_3.8.7-1noble.20260425.044630_amd64.deb Size: 329208 SHA256: 1143dc50164c0155cccf54ecd80ba1f6bd0632326d262299ca250f28443662f5 SHA1: e5513f7782eb6184dfc4c76ae66fe7cbcf198fed MD5sum: a5643128ca02b5067bf30658bc1c5451 Description: debug symbols for ros-rolling-swri-math-util Build-Ids: 616c94a45d0132e6066772ccf80dbd7b23d2ac63 Package: ros-rolling-swri-opencv-util Version: 3.8.7-1noble.20260425.052428 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 207 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.052428_amd64.deb Size: 48930 SHA256: eceaed5eace32e2b3423381194359e3144e8290a8f6436b86159ad312b4d45ac SHA1: 87b02d3b3c9aec1591a5da6e2e7f8a79493ddba9 MD5sum: 462449510c69ef12776fb2e685e59c4b 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.052428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 529 Depends: ros-rolling-swri-opencv-util (= 3.8.7-1noble.20260425.052428) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-opencv-util/ros-rolling-swri-opencv-util-dbgsym_3.8.7-1noble.20260425.052428_amd64.deb Size: 504684 SHA256: 89fd62560c7168727ef9be9717d445a60f0cbd3ed0a7399d7af68483c86cae89 SHA1: e750540df519eeede89476635fb3e7f5cf4dd505 MD5sum: cabb90d0695672d1ad412b4e64c3ad6b Description: debug symbols for ros-rolling-swri-opencv-util Build-Ids: c5f2ef390c3427ba547d2a92b5c1a7a787dcfc26 Package: ros-rolling-swri-roscpp Version: 3.8.7-1noble.20260425.042924 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 637 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.042924_amd64.deb Size: 136360 SHA256: bbdc37c25eb397de7bc589737ecd7b124fa107e34ba8481c37fd5c3188fdf572 SHA1: b793a0cd856d67f2802d3d72acc33e11badab6a8 MD5sum: c49ec09ed36abbe292e11e727efb8621 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.042924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2316 Depends: ros-rolling-swri-roscpp (= 3.8.7-1noble.20260425.042924) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-roscpp/ros-rolling-swri-roscpp-dbgsym_3.8.7-1noble.20260425.042924_amd64.deb Size: 1971114 SHA256: c0e13da8abcc2da8970d12f6b49ff342605e177e57409bbccd2fd984e0c8bd19 SHA1: 63ac6227813d2dd90d1d74c2ff18084f6b3f4c1b MD5sum: e77d989f3dc76bf67d2f037af0dd118b Description: debug symbols for ros-rolling-swri-roscpp Build-Ids: e5d0fa10c1da217532c4a944930b43ae8e2030b3 Package: ros-rolling-swri-route-util Version: 3.8.7-1noble.20260425.050933 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 228 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.050933_amd64.deb Size: 68186 SHA256: 277be72af488e3176cd3e58138d6cc0edc2a12b837018668dc5e886452b7e2d8 SHA1: 70369d58b86e10849c5b7722046e1303f0237c44 MD5sum: dc0cc4b9d4885a01d015346b33add552 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.050933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1041 Depends: ros-rolling-swri-route-util (= 3.8.7-1noble.20260425.050933) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-route-util/ros-rolling-swri-route-util-dbgsym_3.8.7-1noble.20260425.050933_amd64.deb Size: 1012046 SHA256: 714fb52bf91535174f98b5a359dde04b2ab30170e153c4a5d8858dd5e77d9cb0 SHA1: d164025b6014a92c3fbb94c75c382b41a99418e1 MD5sum: d0021960bbe755fe4a1bd360be4a68bd Description: debug symbols for ros-rolling-swri-route-util Build-Ids: fc443617107f7556ae5d7b20d3b0e0a544d5dbda Package: ros-rolling-swri-serial-util Version: 3.8.7-1noble.20260423.220629 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 100 Depends: libc6 (>= 2.14), 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.20260423.220629_amd64.deb Size: 21678 SHA256: d919fc5aea863b2ae9c6218073c22d79dc8950c45866bdb890fcb3e9a9cb4440 SHA1: 908fe00ec7090004d63f9f6a0f07f68039de7ae8 MD5sum: bfbd3fb4be621f1e0fbc7fa028a04101 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.20260423.220629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 106 Depends: ros-rolling-swri-serial-util (= 3.8.7-1noble.20260423.220629) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-serial-util/ros-rolling-swri-serial-util-dbgsym_3.8.7-1noble.20260423.220629_amd64.deb Size: 90918 SHA256: afac3ebf177579afdd26747ab06fe741f951796af1709b274cbb8439eeb3a852 SHA1: 2539d3d060a39f1a46395c86026e329f9708716b MD5sum: f4a0c9c02de3ac7acf804eff5f247358 Description: debug symbols for ros-rolling-swri-serial-util Build-Ids: 589bd666c19bffb214e93120be93711b3a5f2611 Package: ros-rolling-swri-transform-util Version: 3.8.7-1noble.20260425.050104 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2726 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.050104_amd64.deb Size: 448574 SHA256: 2b9829fa57f90014ec44e01aa640898aca67f35321ade3912a3011350a9ebda0 SHA1: fed4f3cf86c9685a0ae967f02db61cd81194146f MD5sum: 09784e0b78f4d0991bd4ef2fe6e23a71 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.050104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 12578 Depends: ros-rolling-swri-transform-util (= 3.8.7-1noble.20260425.050104) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-transform-util/ros-rolling-swri-transform-util-dbgsym_3.8.7-1noble.20260425.050104_amd64.deb Size: 10607838 SHA256: 99dba283a378e4a4ee80ff4633453fe57c8584f1b6feae9892cf102cab7d7645 SHA1: 40169b4018baf259140af22c1732d0cf73fff4dd MD5sum: d423c6782a4e5ca48dcd44cbc0d18f9b Description: debug symbols for ros-rolling-swri-transform-util Build-Ids: 93b0aa86f0b39b3731c40018491b5e53a9dd6974 b10464ad10537573fdad5c3b1242c38f0bf1d520 c8c889da04791e5620e7a65076966ba22b8ee218 Package: ros-rolling-synapticon-ros2-control Version: 0.3.0-1noble.20260425.055500 Architecture: amd64 Maintainer: Elevate Robotics Installed-Size: 651 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.20260425.055500_amd64.deb Size: 147684 SHA256: 8ff0b26bdd8daadede3fc4ee8c0a3c4128152005975516c810a2587b63f5ae1c SHA1: 050c8eb13d661018f205da28b1a117583ab257bf MD5sum: be855cea72a6f2ed02cb52f446f1e7bf 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.20260425.055500 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Elevate Robotics Installed-Size: 1096 Depends: ros-rolling-synapticon-ros2-control (= 0.3.0-1noble.20260425.055500) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-synapticon-ros2-control/ros-rolling-synapticon-ros2-control-dbgsym_0.3.0-1noble.20260425.055500_amd64.deb Size: 1042686 SHA256: 9a54d1ee0a5d64a4c29960ceac20093d79ef58b5909954643e867c57c62a3b9b SHA1: 3e6b9ac3b4a4a07e3ce622e9a3a0cb7e1d82b867 MD5sum: 449428e01ff41b52643a62fff08181a8 Description: debug symbols for ros-rolling-synapticon-ros2-control Build-Ids: c4a0f50f7033c23f9c6fda63f5362889c24968a3 ee950c2cce329f51b83e9268e794fd70a3f43163 Package: ros-rolling-sync-tooling-msgs Version: 0.2.7-1noble.20260423.221507 Architecture: amd64 Maintainer: Max Schmeller Installed-Size: 820 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), 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.20260423.221507_amd64.deb Size: 113112 SHA256: 19629415f90594fe4d4dae8784b09e5a8ff534c26db7f936ed053bfd27e23103 SHA1: 12b57fad71b670fbabe0fb802796785931ddfd82 MD5sum: 0fdea4306dd7670f772066b41d950fde 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.20260423.221507 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Max Schmeller Installed-Size: 2936 Depends: ros-rolling-sync-tooling-msgs (= 0.2.7-1noble.20260423.221507) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sync-tooling-msgs/ros-rolling-sync-tooling-msgs-dbgsym_0.2.7-1noble.20260423.221507_amd64.deb Size: 2833064 SHA256: 719bf5ec91f0885431abb27a0aba30e3e4ca07cadc7205553495ac4db5211658 SHA1: 8890a33b2d2292b3147e0d334414acbef9af71d8 MD5sum: 08b376bada59cfe93f2a156333266a91 Description: debug symbols for ros-rolling-sync-tooling-msgs Build-Ids: b00c9c4e8ead864de4b8aa404e3a0512760e31ca Package: ros-rolling-system-fingerprint Version: 0.7.0-3noble.20260425.044112 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 50 Depends: python3-git, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros2action, ros-rolling-ros2cli, ros-rolling-ros2node, ros-rolling-ros2param, ros-rolling-ros2topic, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-system-fingerprint/ros-rolling-system-fingerprint_0.7.0-3noble.20260425.044112_amd64.deb Size: 10760 SHA256: 78a728adcad42202f1c5ee4e896bfa364cc104a094707a6353e8f1b626f61199 SHA1: b0a59588f0729b4d977c11519586d84ad178725f MD5sum: 146cfbad48914fd023264cfe63af0e9d Description: The system_fingerprint package Package: ros-rolling-system-modes-msgs Version: 0.9.0-5noble.20260425.033629 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1786 Depends: libc6 (>= 2.14), 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.033629_amd64.deb Size: 140940 SHA256: 81f38421b1172e5f7f42dd225a95265189837eb369e00c8e7beda26a3d081d01 SHA1: bd3f5b0330b0e3772e184b71b48bc1896fd2b78f MD5sum: f339da9b9f8f2883170564a6e151e645 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.033629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1361 Depends: ros-rolling-system-modes-msgs (= 0.9.0-5noble.20260425.033629) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-system-modes-msgs/ros-rolling-system-modes-msgs-dbgsym_0.9.0-5noble.20260425.033629_amd64.deb Size: 1078518 SHA256: 831c190d42350436ee33db68934b0cd56eca1d9b5bdcf2d236b1a477461db3aa SHA1: deaee35737e9a7c8c1f8aa44eb77cb048d27dcb5 MD5sum: ab1b0a6b008eacd68831a5427bae5972 Description: debug symbols for ros-rolling-system-modes-msgs Build-Ids: 3168bed488114914ae583b4ca222334803f7fff8 3245e91c64e9ffeb98b25ec4b4009e7b0458a73c 3d44ad9f6d1f390d75f4b3b253a6bfa86c1f2608 410781699cfbeefe254b456bf1d75066632fcf1f 575400165a0c28936360c23f6c4c9e4669122dba 6f6198fde8cd530211f3ebc3d3ca75fe1d53c453 7d869f85f15d267f25703c15d7687573bbb232eb bc5a8c9eb7fe749e32056953be102a43fcccaf92 c6c7c325b2010c9d543618ca060fdb6484a1a601 cdd12bb5d8c3011a091eefe6a1cae488c22c7126 fc02ab94f5fb99c39aed1688af91ca4de5d48514 Package: ros-rolling-system-webview Version: 0.0.3-1noble.20260425.050828 Architecture: amd64 Maintainer: david Installed-Size: 1200 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.20260425.050828_amd64.deb Size: 297648 SHA256: b213eb2f67fc4787e5b7ce2b8b57c32889bf2fbb87de8ac726caff170f56f60f SHA1: cadac512ec789aae70ef389421d3c5b5b08a48c4 MD5sum: ccc217f00e12b3007df47b3ee27b92b9 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.20260425.050828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: david Installed-Size: 1397 Depends: ros-rolling-system-webview (= 0.0.3-1noble.20260425.050828) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-system-webview/ros-rolling-system-webview-dbgsym_0.0.3-1noble.20260425.050828_amd64.deb Size: 1340894 SHA256: c172b013dcb6d6de1494ba6f08649ec8a3d06218ba9497c87c12ff6ee781dd1a SHA1: 7fc21e04d1b2c88a4c170fc25466567afd2d60e0 MD5sum: 2d1883b4e18ef893f09f6c1e2e0fde87 Description: debug symbols for ros-rolling-system-webview Build-Ids: 1790d47ec8a726443c7758c15dfaf5d9f0a0f875 Package: ros-rolling-tango-icons-vendor Version: 0.5.1-1noble.20260423.221812 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 45 Depends: tango-icon-theme, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/qt_gui_icons Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tango-icons-vendor/ros-rolling-tango-icons-vendor_0.5.1-1noble.20260423.221812_amd64.deb Size: 6522 SHA256: 290922723ac01ec0f746fdc7df30e7fab79eb81258b6f688aa78bc023e9dd659 SHA1: 5a698657bcb077de62c5f722a5cafd6cb42239ba MD5sum: 3e89d80964942c80c912d22f6e44a067 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.20260423.222917 Architecture: amd64 Maintainer: bmagyar Installed-Size: 72 Depends: ros-rolling-ros-workspace Homepage: https://github.com/tcbrindle/span Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tcb-span/ros-rolling-tcb-span_2.0.2-1noble.20260423.222917_amd64.deb Size: 11320 SHA256: 31ed208b6754a444093b74b67ae8f266903f16716a3e86bc475243752bd1b5d1 SHA1: f02970d6b6c7153516f5e99439f9d18fbec043b7 MD5sum: b6da298964caefcce3fda3abf7a15294 Description: Implementation of C++20's std::span Package: ros-rolling-teleop-tools Version: 2.0.0-1noble.20260425.042706 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 44 Depends: ros-rolling-joy-teleop, ros-rolling-key-teleop, ros-rolling-teleop-tools-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-tools/ros-rolling-teleop-tools_2.0.0-1noble.20260425.042706_amd64.deb Size: 6170 SHA256: f45dcb6fe13f47afe1501d1fb974de701ac6579abc5567cc5e42f86b39e3f7f0 SHA1: ea2a31d990b47ce4042eadd27ce96c106e7f1b9f MD5sum: 1c756845e0b21f005f762b8cfca0273f Description: A set of generic teleoperation tools for any robot. Package: ros-rolling-teleop-tools-msgs Version: 2.0.0-1noble.20260425.033555 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1614 Depends: libc6 (>= 2.4), 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.033555_amd64.deb Size: 122462 SHA256: 9e9c5db55e1ac8fdf228d3483d1be0b2265433a1a69298da5d1cbb65d9748942 SHA1: 0257e4c4c0f578939ca8f885a5c6bfa694ae6f42 MD5sum: 7645d1ad5763bc090a0b8a020453e216 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.033555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 820 Depends: ros-rolling-teleop-tools-msgs (= 2.0.0-1noble.20260425.033555) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-tools-msgs/ros-rolling-teleop-tools-msgs-dbgsym_2.0.0-1noble.20260425.033555_amd64.deb Size: 559670 SHA256: f68785fa5a6694971b089013b88ff8995bba26d4d73bbb59c2dae7bf5552587a SHA1: 904d31bd33c87e830b4b6f78394ab1af63202f99 MD5sum: 68efc2549b78ffdd87df77fef63993e2 Description: debug symbols for ros-rolling-teleop-tools-msgs Build-Ids: 03bccdad39711539994d1855aac3085ae7c1b125 093ad07cae85e3a9e5ba4e5a3b6be65b4e17cbf7 0f2e78b623867599dbe9f1f034d04af370ec9912 198204a6079b021196ea686ea52e1eddac482b3b 1a8d95eec564624af294412e923c7e0ee65b74de 26e79479be7f05963a3b19a5ac74b276fb545b70 43db1acdefc46219dae111db4c0a0769199a6dc7 ce67e7a20cfe44fd5ec1c3c57e85be66e2d8908e d599158f75bc487e305b7d4745e3f0269849db2c e0197cd7e67935b2bd3f863cd1a117f531fc9928 f8d377afa9d33b34cbe0ce85e961632546cd0d3c Package: ros-rolling-teleop-twist-joy Version: 2.6.5-1noble.20260425.043948 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 673 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.043948_amd64.deb Size: 149296 SHA256: 74c9fec3aaeb50a8261542e4a6663ed41f70715774a033c9e900ba8c3edc12f1 SHA1: d2bd640dac65efa736bb3e094ec968595faa10cb MD5sum: a27ada0b811662fab73a2f1b6238aeab 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.043948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3076 Depends: ros-rolling-teleop-twist-joy (= 2.6.5-1noble.20260425.043948) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-twist-joy/ros-rolling-teleop-twist-joy-dbgsym_2.6.5-1noble.20260425.043948_amd64.deb Size: 2702104 SHA256: 1d8288274a94901296e4b1ef208891eda71021aebea896ec8884fd056b80c69a SHA1: 8a0424816a2185f479f46c6510b37feafe76feca MD5sum: 88eccff46ba205d69ab527a5e94fc092 Description: debug symbols for ros-rolling-teleop-twist-joy Build-Ids: 0b6df1000625bfa48dead4a8dd8432dd87e62c16 8dd8fd0ab4230f640b3c54db89c648a35f1d98b8 Package: ros-rolling-teleop-twist-keyboard Version: 2.4.1-1noble.20260425.042258 Architecture: amd64 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.20260425.042258_amd64.deb Size: 9434 SHA256: 63cf9125fe5f4d1ecfcfc778d56b001743086192b7a42f42295db7a4512d3ea3 SHA1: 66f8703da343547a0454692acf975bf4bb15bbf1 MD5sum: 1ab6ae753d93acf7594f6914d2421577 Description: A robot-agnostic teleoperation node to convert keyboard commands to Twist messages. Package: ros-rolling-tensorrt-cmake-module Version: 0.0.5-1noble.20260423.222923 Architecture: amd64 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.20260423.222923_amd64.deb Size: 6936 SHA256: e00c8ec83429e3ec9f020a728a85885144e069787ebf4a61fa5fa10612c10f8e SHA1: efc49618f2006add3bae6296c358f474af0381b9 MD5sum: c6fd685d6a8ae89d0dfb63a4b9943007 Description: Exports a CMake module to find TensorRT. Package: ros-rolling-test-apex-test-tools Version: 0.0.2-8noble.20260423.214120 Architecture: amd64 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.20260423.214120_amd64.deb Size: 5380 SHA256: 1a6f2895e12d6c27ac98408e9b33b7f505230f37fb7cdc138bf77df00948585a SHA1: 8f4d8e061878fedcec896a7800197fb5a46beb4c MD5sum: c1a9eee01d169b3944b3714370214c32 Description: Test package, which uses things exported by apex_test_tools Package: ros-rolling-test-interface-files Version: 0.14.1-1noble.20260423.210515 Architecture: amd64 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.20260423.210515_amd64.deb Size: 8960 SHA256: e9ae10edad06d77a0d4ef41480acac92483e48c742e968e39f0a3d12db5afc9c SHA1: 22cd72a7afb00bb0a438cd220385fd943301b71c MD5sum: 5860b34b505d482e9e6440f6fb718568 Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-rolling-test-msgs Version: 2.4.4-1noble.20260425.033211 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 10839 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.033211_amd64.deb Size: 715654 SHA256: 74df8600b5205ad589b5739b283717ef612c603f5542b39dfa9e20d238069580 SHA1: f35b3619e8ac9ddcdd09c44d25f0c57667b1c691 MD5sum: 9b2c6a787bc362df1f3a29a0e2323410 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.033211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 7267 Depends: ros-rolling-test-msgs (= 2.4.4-1noble.20260425.033211) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-test-msgs/ros-rolling-test-msgs-dbgsym_2.4.4-1noble.20260425.033211_amd64.deb Size: 6018112 SHA256: 624884b074eb0da1c825ae461335ff5a178d178957d84e1597b572b875215199 SHA1: 690093eb5ec7b7262c71c08244a615e3409c9c13 MD5sum: 8945d68ee68857f99d1d1ce4a9e47877 Description: debug symbols for ros-rolling-test-msgs Build-Ids: 12b5e924cc19273e6235b9d15ac2ff2a6a97fd86 31d04401714b4d35cefe23ccf1808973ddb530d8 40a87023f77b1b40d780b0934e6c445fc6a5a1df 674ad7e4d93ee025d61e8cea68028ea10dcba68d 7805b8ecea0e55447159640575ad5bb101f9e0c4 9a558523a3ab8777eaffd515375e53b0dfb0f1e2 bda5fa5cbe4e0ee62d1935524fcfefcf58127436 c65bae727abb58234f095d94764adbb71e09c065 c9b93f8660d92cb96a08478e5a733868d183b076 e6a9d132165109b0868767ce7c6957cef7edf188 e78b7398f7f21e1171f6c95ef8076b0b63b9932d Package: ros-rolling-tf-transformations Version: 1.1.1-1noble.20260424.200047 Architecture: amd64 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.200047_amd64.deb Size: 23962 SHA256: 010753b6f95854e33e4ad81d2d0853519e73f308d4a0f13421c93257e9f4bf10 SHA1: 3663177195bd2a1340a7500b8cbf5c850e4c5995 MD5sum: 28028b42eb3ed434be54579c325c8725 Description: Reimplementation of the tf/transformations.py library for common Python spatial operations Package: ros-rolling-tf-tree-terminal Version: 2.0.0-2noble.20260425.045644 Architecture: amd64 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.20260425.045644_amd64.deb Size: 14542 SHA256: 5ceee04099b4c83347b26f7387aaaf0248a541fb9273c3281604c786d396cc14 SHA1: 433c3d4e39150c7428a6255061f73616eaf1c625 MD5sum: afb591c575d5be664ff8e67c2cf9822c 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.040431 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 372 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.040431_amd64.deb Size: 93868 SHA256: 008a30f7b37c0b2a426054e13b73b1dd274afa9c540a61dae610f09abc95f0f2 SHA1: c50710f0c463fbc78605d1b3e07c8fc497f300ee MD5sum: b9b33dfdcd9f7c51a963cb3ddf54e6f4 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.050549 Architecture: amd64 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.050549_amd64.deb Size: 16378 SHA256: 2ebd4c804378c922dcb2e6f8ea81d62bfd724cd459f0af490ff5058f4f840784 SHA1: 49683c510a2e0cf168182c601b331dd90e536d77 MD5sum: 03b27229a43915178964a0e8b29b9c97 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.045606 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 64 Depends: libbullet-dev, ros-rolling-geometry-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/tf2_bullet Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-bullet/ros-rolling-tf2-bullet_0.45.7-1noble.20260425.045606_amd64.deb Size: 11096 SHA256: 1427fa454045d1c8e2708f973019dd1712352c7e776e486f6a9bb622b3ac6226 SHA1: 9395a195e17d869d852b6349041b3acd29d6a61c MD5sum: 20c74dec660476140cae8bf5344da9ec Description: tf2_bullet Package: ros-rolling-tf2-dbgsym Package-Type: ddeb Source: ros-rolling-tf2 Version: 0.45.7-1noble.20260425.040431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 602 Depends: ros-rolling-tf2 (= 0.45.7-1noble.20260425.040431) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2/ros-rolling-tf2-dbgsym_0.45.7-1noble.20260425.040431_amd64.deb Size: 558954 SHA256: 29c58eb6dc9e237cad548a6b7eb179f87fe551fca2188942a6bfa0103dfd7d10 SHA1: fe94998d4b0ca79270f25bd7b2d6bc63a4f9b701 MD5sum: c8130e6070dde7996bb607971e0b60ec Description: debug symbols for ros-rolling-tf2 Build-Ids: f56dce5f5eff3beb97d456d3ec1dcfd91e55d295 Package: ros-rolling-tf2-eigen Version: 0.45.7-1noble.20260425.045607 Architecture: amd64 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.045607_amd64.deb Size: 14106 SHA256: 89a4ea991629735d46bb362a3843b0ba2547b4b3aa70b97975df0cb9caee1138 SHA1: f69e34caa8960b3df121dd49e7841dee91fb3d8a MD5sum: 8c36ec344494aa6f1ded7eb0e0852f17 Description: tf2_eigen Package: ros-rolling-tf2-eigen-kdl Version: 0.45.7-1noble.20260425.041047 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 94 Depends: libc6 (>= 2.4), 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.041047_amd64.deb Size: 15644 SHA256: 7d449dcf361f27b8f99e0d11eb977f56269bedcef5f238bc15d33fa167ffa465 SHA1: 1ee652ef2ec52e664ff71a233fc814d205162d24 MD5sum: 1bc266bb2146cd0083fcc1903d249415 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.041047 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 102 Depends: ros-rolling-tf2-eigen-kdl (= 0.45.7-1noble.20260425.041047) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-eigen-kdl/ros-rolling-tf2-eigen-kdl-dbgsym_0.45.7-1noble.20260425.041047_amd64.deb Size: 89154 SHA256: 73c714887547d38a84a841f299ee8ecb659a5b7a836cfbb9f5ee12e81d7540f0 SHA1: 2fa7afea22410ff7feeab0a570587c926a8a12f6 MD5sum: e6fb7003bf60341f25970b52fc70288b Description: debug symbols for ros-rolling-tf2-eigen-kdl Build-Ids: 7e7396e3edc4da6f164316dffc5f4fc758ea2e57 Package: ros-rolling-tf2-geometry-msgs Version: 0.45.7-1noble.20260425.045609 Architecture: amd64 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.045609_amd64.deb Size: 20468 SHA256: d97e87d72fc7f26fc9306b9cab19afd697f0d51b2cb9112c80942a9f3be1f801 SHA1: ec57f6a96f8c6604bd7db2b12be6c803e6bfb115 MD5sum: 19f1d3005b58b3f74330f7ab77378cac Description: tf2_geometry_msgs Package: ros-rolling-tf2-kdl Version: 0.45.7-1noble.20260425.045036 Architecture: amd64 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.045036_amd64.deb Size: 14260 SHA256: 272a99c0e0e274d1e198b1f0bfbcdebb039e22042efeffb521c050d7801c9386 SHA1: c77992e04d1c74e33eb01e9448a03131d6335588 MD5sum: aff3960f9fb4ba35bb0fcb289529be80 Description: KDL binding for tf2 Package: ros-rolling-tf2-msgs Version: 0.45.7-1noble.20260425.035703 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2382 Depends: libc6 (>= 2.14), 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.035703_amd64.deb Size: 184372 SHA256: c7a2f5ab6c8823a43c20ed575a64711893d5262d2058069e47d78415b2d2bf4f SHA1: 781968ad8c7946d2110b86d0ebfb480e3d7ea7d7 MD5sum: 2f2e46db0b27f5553623825f34a6d5d5 Description: tf2_msgs Package: ros-rolling-tf2-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tf2-msgs Version: 0.45.7-1noble.20260425.035703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1530 Depends: ros-rolling-tf2-msgs (= 0.45.7-1noble.20260425.035703) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-msgs/ros-rolling-tf2-msgs-dbgsym_0.45.7-1noble.20260425.035703_amd64.deb Size: 1180432 SHA256: 369c7889ac10bdf615e1eda7403ed34b5c5eb4d99e55a5ac6646f7394fabcb1d SHA1: f96588f8d2766b227263768d17175c4fddbdd6cf MD5sum: 324dc29800de99cac367f84a1412f5c9 Description: debug symbols for ros-rolling-tf2-msgs Build-Ids: 27a69cb8851cb0f96a94bc8a0bd23e22e34e39b0 325ecb022f23359de2fe4814523590036a2e6958 4dc49d3e9bf3d33a14f462b7fba124aa76db9353 50f3fc76d56cd2657693924989ddda6c102b8b07 6f77eb404c42c184a65de1cbbe52479e30ab7be8 836a2098f4b6684a61e6c263807c92b93c294b28 a590f995d2e7e486a4a5db46fca90badd3f5de2d a8714d72001eb021eb9be33e84e697fb765b9a30 b1b121c232b9331415c55467f4ae2f1e83a0f8ea c07fdea15c5aefdcd4a826ee0979aa5828df57bf cc324f8746b1b3989ec64be94cfdfe536c98530a Package: ros-rolling-tf2-py Version: 0.45.7-1noble.20260425.044024 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 125 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rclpy, ros-rolling-rpyutils, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: http://index.ros.org/p/tf2_py Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-py/ros-rolling-tf2-py_0.45.7-1noble.20260425.044024_amd64.deb Size: 29026 SHA256: 58c28d0e4ecebf528f37754a45009cd36229214b2f33f61d1882c557c828a43b SHA1: f722730d4c69c84e014a30bc85190f76485aeabc MD5sum: 95dbed5cce4e86d26b415bab6509d41a 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.044024 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 190 Depends: ros-rolling-tf2-py (= 0.45.7-1noble.20260425.044024) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-py/ros-rolling-tf2-py-dbgsym_0.45.7-1noble.20260425.044024_amd64.deb Size: 168384 SHA256: 8ee32714bb9356379965489dd5f6d7418cf19695fc9b5f9eec66a6acd5221713 SHA1: 5dfb7a90344624277d889afade581470ca456fb3 MD5sum: db4cb696fefe09a5a84c5d799b59ae60 Description: debug symbols for ros-rolling-tf2-py Build-Ids: ba84be9cb30be66a7d9d52d910c7ebd5fe455eb5 Package: ros-rolling-tf2-ros Version: 0.45.7-1noble.20260425.044534 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 1618 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.044534_amd64.deb Size: 328448 SHA256: b2aadb1b49865f0509f5336bf51898b7fe39d4ea2b67d2b6d84ae536966e6167 SHA1: a9a4d2a033ee24621cdce5558bdda691b19a5376 MD5sum: bb1bb070fbf90ab6e37e04acc5177ddc 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.044534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 8072 Depends: ros-rolling-tf2-ros (= 0.45.7-1noble.20260425.044534) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-ros/ros-rolling-tf2-ros-dbgsym_0.45.7-1noble.20260425.044534_amd64.deb Size: 7243270 SHA256: ddfd2a538ed4d143074e61706cd056de91dc6ff742b722bf822e568ef64374fd SHA1: b7563e762f598cfdb49784e1cef2e181789cb8de MD5sum: 0ef46a204c076cf5443625f9f87b2479 Description: debug symbols for ros-rolling-tf2-ros Build-Ids: 1920f0209eebde56e8e6518c56f28f9a79d81480 8a70c2d78302a91eedce1a8a244e4687a1634987 b0c1f1695314387375073e8489c9921c8c9b6036 c2ccb9b6cc2375b625e721128c9b49c184574dd3 c786e0bac7422fde0e1973c145136993980c3694 f55c3ec63fae3a2a394c44d9db4faa23b45e9624 Package: ros-rolling-tf2-ros-py Version: 0.45.7-1noble.20260425.044247 Architecture: amd64 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.044247_amd64.deb Size: 28168 SHA256: 75718b230030d7f3b51cc299658a4e23b83e981c2c228cb23c41ee990343cced SHA1: b4d5e294e746a75fa392199c4c24dd5c3a4d12bc MD5sum: d5f3cfc90cced1b4c9a97642df02d4a8 Description: This package contains the ROS Python bindings for the tf2 library Package: ros-rolling-tf2-sensor-msgs Version: 0.45.7-1noble.20260425.045123 Architecture: amd64 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.045123_amd64.deb Size: 15764 SHA256: d4d2c49685771a882194668976debe96c4d3af9226662ed59d33e1e6940fdac4 SHA1: 26cb1240519c0bfd0dcf99c02685f7c0bab3d823 MD5sum: 591417b199bad2fedebaeff4d50112d8 Description: Small lib to transform sensor_msgs with tf. Most notably, PointCloud2 Package: ros-rolling-tf2-tools Version: 0.45.7-1noble.20260425.044324 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 48 Depends: graphviz, python3-yaml, ros-rolling-rclpy, ros-rolling-tf2-msgs, ros-rolling-tf2-py, ros-rolling-tf2-ros-py, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/tf2_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-tools/ros-rolling-tf2-tools_0.45.7-1noble.20260425.044324_amd64.deb Size: 10840 SHA256: 5234edc9618eafb5a17bd57f50f4e2a43cedd2539e3abd9e3af7e61f8201eb52 SHA1: 8e432543e84ed48627895dcb7a464735058733e3 MD5sum: 3b67b470a83b0e2be56bfe2f04599919 Description: tf2_tools Package: ros-rolling-tf2-web-republisher Version: 1.0.0-1noble.20260425.045621 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 236 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 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.045621_amd64.deb Size: 57822 SHA256: 320da71bad780cfd80ceec022649831c77dd821e058671b9a41ba64867c45857 SHA1: 667664b4f5ca055a5522c33e65039c1d962d902d MD5sum: 907438b379366b1dd6e7af947d143714 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.045621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1055 Depends: ros-rolling-tf2-web-republisher (= 1.0.0-1noble.20260425.045621) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-web-republisher/ros-rolling-tf2-web-republisher-dbgsym_1.0.0-1noble.20260425.045621_amd64.deb Size: 978314 SHA256: 60376de56e78cd9ee8169f7833f43ee65e90f96e08d685da0f1062c5fb8251d6 SHA1: 2f946245913a8d08c0d592f9815492a6e26506fb MD5sum: 78e3bbfa4b61a4405fcac00b16b7b23d Description: debug symbols for ros-rolling-tf2-web-republisher Build-Ids: ad41b1e0f400512d53b41f4bc27f21c6feec1f87 ef9c142a6ca897ab04c8ea0650450ab52c3907b0 Package: ros-rolling-tf2-web-republisher-interfaces Version: 1.0.0-1noble.20260425.035914 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 2482 Depends: libc6 (>= 2.14), 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.035914_amd64.deb Size: 179186 SHA256: 992c6eaafb083bc20cc2fc9674f2b59f5f3db4e8a3ec947d674f471109acbc01 SHA1: 0fcf52a7e6f5e96070ec7cf34edb099a0110ae7a MD5sum: ff246bbeebf91022967b7e84805fdc96 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.035914 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1529 Depends: ros-rolling-tf2-web-republisher-interfaces (= 1.0.0-1noble.20260425.035914) 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.035914_amd64.deb Size: 1142472 SHA256: 5d923f6a3fa015609e6dfe1b1c0a0454e1ff89fdc3f8b92e89812b764278d035 SHA1: 5f747419ddd0cdc487060dfebed9938a09342b73 MD5sum: c2e8f534ccfa543a13287560108dc5f3 Description: debug symbols for ros-rolling-tf2-web-republisher-interfaces Build-Ids: 00c1378a138fc2c37d985828260303e72950de7b 027815215f8c7a5c78f8cea2e72116e94aa9f62c 07021542c53e905f1c0573ed9e29971503707f77 09574b987463dd0ea40f3a164d4684bfeda42ed1 2baf6e047dc020c1f50d29571005c8712af9f9b3 31f64a647751f9099f35d4348994de7348a04cb7 649b02901172cc5d580e2a44fc5b859ecc85cdb1 837106a0324ebf4c92b7d1b99797cbfb5849d5b4 aeae60fc74101909902ec9811509b243ee61d07b c97a8c207e62f54591a10043c8b9c54bf527efe7 e77ae8dd8dc4722e29c8afe98dbde014850a107d Package: ros-rolling-theora-image-transport Version: 6.2.4-1noble.20260425.045101 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 1661 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.045101_amd64.deb Size: 307206 SHA256: 734b983939424dc5265a861b88865b5b55e97efdfab5456569f65b91af977876 SHA1: 92b843d774184c2dd1291ca62b44ccfe3c663cbe MD5sum: 253028f0e3993a365dd329b838fa8358 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.045101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 6265 Depends: ros-rolling-theora-image-transport (= 6.2.4-1noble.20260425.045101) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-theora-image-transport/ros-rolling-theora-image-transport-dbgsym_6.2.4-1noble.20260425.045101_amd64.deb Size: 5457358 SHA256: f865382bb6f2adb683284d3de8d5256923e03337928549770c8e9d74fdfdeef1 SHA1: 1c41c03a1df7d60e1ed2aa06858d6dd607cc1ba0 MD5sum: 034289081e5e88286326cfd6ed48771b Description: debug symbols for ros-rolling-theora-image-transport Build-Ids: 023d805309de59f7e6ac495ba15d2c5860cffcf4 31b8e1b95e917ac8c534420b39a91f2bedb26db3 5cc6abbc214a0272c1cb76d43c19173b22df1410 7bb7668221c9b1ea6b45fb4f98f459f8c1dd07f4 803130f78628e7b4b226f20d1ee60fe39933d507 906abed6216c15cba49fdf3b16cd3dd8bf8a9a8a 9cea1b9747d91eea4e01f5aba8d0f9f715be89ef 9d23872056935fb78bd085153e4a2c33cd9a0575 a29763cd33f36a67439534dba3254a7405946ef0 ab8bfbe5630846ad42d0e646edd8bed7cf2ecc59 ace836ccd8d3070e2c449b29fb9342ca111fbca8 d0a7b455b44708ed202a30b1093a3524bd7f8d0c eb7bc19cba7bb7aeb66abc71fd2236e6d9cea7a4 Package: ros-rolling-tinyspline-vendor Version: 0.6.1-1noble.20260423.230258 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 444 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.20260423.230258_amd64.deb Size: 108692 SHA256: 47e686910a353154945386cf3b8555eb8339883f6dac7bd32601d47a3ce73ae1 SHA1: 26eeda62c79c2aadc52ec645efabe82f897e48fb MD5sum: d038b5de6070d4c3c0307b283629b3ea 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.20260423.230258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 371 Depends: ros-rolling-tinyspline-vendor (= 0.6.1-1noble.20260423.230258) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tinyspline-vendor/ros-rolling-tinyspline-vendor-dbgsym_0.6.1-1noble.20260423.230258_amd64.deb Size: 320254 SHA256: 444025d7b7df1ab45fc552a7bb6ef4606a3552993290be31da2a4838b136d298 SHA1: a781c62c59aa0712c245e056ec61ed870055ae74 MD5sum: 3e958f68c5f1b0494ee4571669c0a526 Description: debug symbols for ros-rolling-tinyspline-vendor Build-Ids: 6d30e213c587536dac4da35bc42a5caad535530c f57a3858b8b8c3fd411d125e68d3bd5b995de958 Package: ros-rolling-tinyxml-vendor Version: 0.10.0-2noble.20260423.213911 Architecture: amd64 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.20260423.213911_amd64.deb Size: 6874 SHA256: d74b5cb41b951bf163db3eae372dc51665fab975c32730ecd32d16215e27c52b SHA1: 502d94e8662c05534f577d8c3ba96cdf2e9ef53e MD5sum: af54b520a611c0dfe2238deff5da1168 Description: CMake shim over the tinxml library. Package: ros-rolling-tinyxml2-vendor Version: 0.11.3-1noble.20260423.222925 Architecture: amd64 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.20260423.222925_amd64.deb Size: 7936 SHA256: a4fbc785dcd725967878e63872e582ad35070e954663967c5f318a473754dac2 SHA1: 00e9628617a12571e37f4179eaac725dd12550a8 MD5sum: 7055b44c92cf02df25f0a906acdb7e33 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.20260423.222933 Architecture: amd64 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.20260423.222933_amd64.deb Size: 17968 SHA256: 033fb853be612f4aec98219ec32b0c970aaa9bd7f42b0b77785341e6a37ead0c SHA1: dabe819036772b3cfbb3827cfb82cb631d1859c2 MD5sum: 0dcce8974bdae3fe6e7dffbca3ab69c1 Description: C++11/14/17 std::expected with functional-style extensions Package: ros-rolling-tlsf Version: 0.11.1-1noble.20260423.222936 Architecture: amd64 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.20260423.222936_amd64.deb Size: 12496 SHA256: d6b72d7c05cf44fcda445c2c58dbecc7d6ced9c5aa5b418202cf78f1ce57761e SHA1: eced25ee7e992bcb0905fa65859bd91dfa5757df MD5sum: b5a7af5f1024400903b3f0c197ce6768 Description: TLSF allocator version 2.4.6 Package: ros-rolling-tlsf-cpp Version: 0.20.0-1noble.20260425.042641 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 557 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.042641_amd64.deb Size: 123270 SHA256: 8b3ba7b6cc610b587ce46434260a3c7e06824d9a655df04a09e48fe9ab8d84d8 SHA1: ffda27e196d6b1e2e51dc1d3626fba350af21a8d MD5sum: 0e0da38d3c917980c75f36690c75ddb2 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.042641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 2436 Depends: ros-rolling-tlsf-cpp (= 0.20.0-1noble.20260425.042641) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tlsf-cpp/ros-rolling-tlsf-cpp-dbgsym_0.20.0-1noble.20260425.042641_amd64.deb Size: 2073158 SHA256: decb52d8fa3e7dbe863b0ae5e9f5ed7ea9e8263dd0911f696fa0fe31969e8e40 SHA1: b2059f66be783e5496ff59000e8fbd1ef0dc3e05 MD5sum: b0d4237a2a33e8641b5f1bfd37ed2ec5 Description: debug symbols for ros-rolling-tlsf-cpp Build-Ids: da7602e5563abdc46e9f11cbc3d22606f6342ee4 Package: ros-rolling-topic-monitor Version: 0.37.8-1noble.20260425.043858 Architecture: amd64 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.043858_amd64.deb Size: 22804 SHA256: aefbccae39d002b1fe493bd5ef4e2a8f508064e1d872ff5cade9f198584cd9e0 SHA1: 3a19867b0ff37e2b24996eac4fcd6f216f78f763 MD5sum: af3ba3730da4f0cd727b7714d5a18833 Description: Package containing tools for monitoring ROS 2 topics. Package: ros-rolling-topic-statistics-demo Version: 0.37.8-1noble.20260425.042610 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 940 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.042610_amd64.deb Size: 159922 SHA256: d9cde8b40fe1b52b2fb25df9cfa2d41068dbcc5e32012fdf15d272343b27dd9e SHA1: 940bd3b6bd6fad202ef8b8c5b65c64efb653fe01 MD5sum: b13d3cfbcdf02a131ad697ec6b096764 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.042610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4622 Depends: ros-rolling-topic-statistics-demo (= 0.37.8-1noble.20260425.042610) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-statistics-demo/ros-rolling-topic-statistics-demo-dbgsym_0.37.8-1noble.20260425.042610_amd64.deb Size: 3843546 SHA256: d1aca8ec0b06473ea85fdd3c9b93edcf942934572393d677bb7438ca7ecf65ac SHA1: a7dc747d36855f1d8d1e1cf9064a1b5d43e918d2 MD5sum: 6763750abf49d45774c8589641f99951 Description: debug symbols for ros-rolling-topic-statistics-demo Build-Ids: 5fccb27b133b7db32777e969af1a3fe128638b05 Package: ros-rolling-topic-tools Version: 1.4.4-1noble.20260425.044023 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1314 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.044023_amd64.deb Size: 216796 SHA256: 4a90c08a2c54744c7b9e5f00419c240b9b0612fca15f113eadbc5cffb30550f9 SHA1: 610b0672254fc2aa25f264d3987ce7de2f82ad98 MD5sum: cc9519ce8acc4a7b78d4e839a7a51ee8 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.044023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 8372 Depends: ros-rolling-topic-tools (= 1.4.4-1noble.20260425.044023) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-tools/ros-rolling-topic-tools-dbgsym_1.4.4-1noble.20260425.044023_amd64.deb Size: 7840344 SHA256: ce84b0ef21dd34264b83c93293dc0e82c9bc63d76469124b5ea6446ddf595c94 SHA1: a496627f50007976c3054bee4c8ba24fabb23136 MD5sum: 70ec29d4b777f2e0a8a1af9063e309c8 Description: debug symbols for ros-rolling-topic-tools Build-Ids: 05a63934fafade4c07a7c5a479d31db35cb24658 33989ce9e4b0e05a48263f7c19134a1a4461b7e9 3cbd692ab77cdf9a3e9859353ef17ce4e0b6e229 645df6a711d086c900b582511adea8c11dfa926c 6857653334052f04ce3a7f663ed611933c2fa894 96126557016f24e5c130481f95e0421317e25aaa b1318bda10a1b39b416d9eb375d1b7a1ee328c6b b18af951b3e94a026e7faad96a6b526afe66e71a b59b289192c3aba8cd5b5632f74e1e6318ca78b2 c299acc265f39ec3fa639c65925c0978922dafcf d2442c03bb954b1659062924f44e817b79025c07 fbe076ac130d915864bfa5ed18fee4ab7c1dfecf Package: ros-rolling-topic-tools-interfaces Version: 1.4.4-1noble.20260425.033216 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 3574 Depends: libc6 (>= 2.14), 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.033216_amd64.deb Size: 224574 SHA256: cde21563f1fd51b2b5afc381d887be39e3604c051f3250fb817d467fb73fff80 SHA1: a3ee8b107c86c41eab4611cfed21ca1d01fc09a5 MD5sum: bbb69c7a56b868e2a242625de736fd59 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.033216 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 2633 Depends: ros-rolling-topic-tools-interfaces (= 1.4.4-1noble.20260425.033216) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-tools-interfaces/ros-rolling-topic-tools-interfaces-dbgsym_1.4.4-1noble.20260425.033216_amd64.deb Size: 2070430 SHA256: 8a8e9981a4c90c6682231e09370fb5523d5c312c4df1c08cbb5cf40832fe28c3 SHA1: 55c892eb17ea2ca522b59a48133f56a0361398af MD5sum: 501c7389455b1be8da3872ba8b43c471 Description: debug symbols for ros-rolling-topic-tools-interfaces Build-Ids: 1e095fe2d18b20eeb22fd3bdb441d456ba54e769 2308d33d4d757bb1090ff89c947a6e1067db9d9b 49c60045ad565fae6dcbe0d9a24f775882394523 5d3600309a3f40f985b06b7cc1679996437c337b 65fdc8e27e27fd43bda189594089714875d8b24e 6b2c14352d11d132cfcb0c7c4a81f00ee3363649 8b37308f7d537b9ff43db8f1a440c08081d8c5ad 8dc96706828e3968d4cdbc90b52ef014cf7dac22 91adaae6c3f6a822c38fc0e7b9ae786b63957f7c afbfb9161ec461348e2ef28690e30696f7f46059 feaee5c2de9ef77e49cc9e7466cb7f029309c22f Package: ros-rolling-trac-ik-lib Version: 2.2.0-1noble.20260425.042859 Architecture: amd64 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.042859_amd64.deb Size: 96728 SHA256: fa1d4269a611762dee894d5ae32db932996beac32d75160594a7314df53cdf69 SHA1: a88bb23d08737f02da7182b62475e48cb6528073 MD5sum: e74953dffc3fa8a592fc61d5e13c0ce5 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.042859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 2684 Depends: ros-rolling-trac-ik-lib (= 2.2.0-1noble.20260425.042859) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trac-ik-lib/ros-rolling-trac-ik-lib-dbgsym_2.2.0-1noble.20260425.042859_amd64.deb Size: 2676452 SHA256: f1f057de4b49296d0881d50a3008b5e67b06889de854256ec1a44bebab346c78 SHA1: feba839ea22585ffa0da6c4e902c3a13cba48c07 MD5sum: 758ddb6d0c03be3ed776d8d190282739 Description: debug symbols for ros-rolling-trac-ik-lib Build-Ids: 5a4c01836a40598b5d852d84d1102ea582ae4bba Package: ros-rolling-tracetools Version: 8.10.1-1noble.20260424.195937 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 279 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.20260424.195937_amd64.deb Size: 41974 SHA256: c4deb292029387fc58c490e6693202ff63bf2d9afe3d569b5e16abe45a276df6 SHA1: b3b7e6acc7fd7162a8a7d5a6eaa6a62ddfc77545 MD5sum: 44f0bc556ad6abd30a0bc1ed5ea9b39a Description: Tracing wrapper for ROS 2. Package: ros-rolling-tracetools-acceleration Version: 0.4.1-3noble.20260425.040450 Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 105 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.040450_amd64.deb Size: 14270 SHA256: 02985afd9ff8f57328bf24d58b086d56f5e88ca94e7126cf82e90d5396a6eab0 SHA1: 3fc54490cfb9fecfa8e7a89ddaca94879588f673 MD5sum: 2e19eabd129fc91257a6cf12d02103b1 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.040450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 25 Depends: ros-rolling-tracetools-acceleration (= 0.4.1-3noble.20260425.040450) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-acceleration/ros-rolling-tracetools-acceleration-dbgsym_0.4.1-3noble.20260425.040450_amd64.deb Size: 6492 SHA256: 8cceda80d826073de274702e1aed0ab4649cfd51802f7d0d7572dad527e31c57 SHA1: 7ff3ff67f83be3e8d375b50841a094b72f6eec3e MD5sum: 7bc2f135501dd705fc1f388e382b175c Description: debug symbols for ros-rolling-tracetools-acceleration Build-Ids: 830c07214d1861d03c6eae467fffb1304d755e3a b05510294e20a265814f8113c3f1455bfce4c6f6 Package: ros-rolling-tracetools-analysis Version: 3.1.0-1noble.20260424.200118 Architecture: amd64 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.20260424.200118_amd64.deb Size: 71582 SHA256: cc20013217faaf482b2d382d61871020ec72736ef3376443639894c36207b2cb SHA1: 0b1200262348fcd79971eaccda1eb4894eca8794 MD5sum: 5d23b291ef5a4f34395998a8feb397b2 Description: Tools for analysing trace data. Package: ros-rolling-tracetools-dbgsym Package-Type: ddeb Source: ros-rolling-tracetools Version: 8.10.1-1noble.20260424.195937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 205 Depends: ros-rolling-tracetools (= 8.10.1-1noble.20260424.195937) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools/ros-rolling-tracetools-dbgsym_8.10.1-1noble.20260424.195937_amd64.deb Size: 106266 SHA256: 7eaf20db178aa104d54e527f1cc07fce824dbc3be86bd9fc3dea999ad2014376 SHA1: b3f10ce793b8d7209b81fd4f425f980bef8e4017 MD5sum: 7e06fbec291d1c550d9acf1da676b0ce Description: debug symbols for ros-rolling-tracetools Build-Ids: 21742d429e97c8ab9721ad9dcf2f70c2dbb04ba2 361db1aac9e5116e706a6054cd3dbb97a033ed60 a956e953ffde92c37fa31009ade7c6a0d51ad06a c655eac57420a9f170d8868b27004ecdde9fc5ba Package: ros-rolling-tracetools-image-pipeline Version: 7.1.3-1noble.20260425.040505 Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 107 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.040505_amd64.deb Size: 14384 SHA256: 463fdad448522880fef30d4d4f5b12b10e8079ac922d5cf1628cc495c3f55b09 SHA1: 0bbdd20882d84291117120a86e5e0db874136ae0 MD5sum: 1857812c91ff820b2d498ad4d1bdd7e5 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.040505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 25 Depends: ros-rolling-tracetools-image-pipeline (= 7.1.3-1noble.20260425.040505) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-image-pipeline/ros-rolling-tracetools-image-pipeline-dbgsym_7.1.3-1noble.20260425.040505_amd64.deb Size: 6342 SHA256: 103fc78c1f8ab9da42cf072ae42fa8d60be7e45eac91d2d98ac209a1991967d8 SHA1: 2efaedb894d53ba649fcb6c1e7ccece7c9dca262 MD5sum: 32842c5012eaaea5da3760f2ea840f5f Description: debug symbols for ros-rolling-tracetools-image-pipeline Build-Ids: 0abcec60cd4a9895f085462d5dbd8fb856127abd ccfdbb1bacf2c4d5871d893a45249ebcd627e4c2 Package: ros-rolling-tracetools-launch Version: 8.10.1-1noble.20260425.044148 Architecture: amd64 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.044148_amd64.deb Size: 24082 SHA256: 6cdb100194a3d57da8aeea2a1e09b4d05e8f35ee2ebc09790500cdc1dea3a1e8 SHA1: 3656bd2712b7889a966d41a1ad62071319eb5e06 MD5sum: caa1f8b7c6a03e9fa389bae434801fdc Description: Launch integration for tracing. Package: ros-rolling-tracetools-read Version: 8.10.1-1noble.20260424.195947 Architecture: amd64 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.195947_amd64.deb Size: 8104 SHA256: 6bf643869ef869ca83814c857b636c355db2f3943da94615996a8e4f7a89d3b2 SHA1: 63ea79d447cd503ccaf4760d6b5f49e1335e16a8 MD5sum: 3b79df53b3598280b4c2ad34b2adbe97 Description: Tools for reading traces. Package: ros-rolling-tracetools-test Version: 8.10.1-1noble.20260425.044228 Architecture: amd64 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.044228_amd64.deb Size: 20270 SHA256: 66cf02b531254e56a2410dfbb0191f89faffa12d193f4c29835b72528cd6bcdc SHA1: db872bdb5388fe30539571e3f12b16e082594dbb MD5sum: 6af088b1c075ddaea34f1ac9d3528ba5 Description: Utilities for tracing-related tests. Package: ros-rolling-tracetools-trace Version: 8.10.1-1noble.20260424.200019 Architecture: amd64 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.20260424.200019_amd64.deb Size: 36812 SHA256: c417d62ee16ccf1e2dd5efde47970746ef41212876c279d7a928a935d69db0d7 SHA1: eec235ed3cf43707f324931b22f6261f39111b28 MD5sum: 74a885201e5573df1228a17ec0db7afe Description: Tools for setting up tracing sessions. Package: ros-rolling-trajectory-msgs Version: 5.9.2-1noble.20260425.035229 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 1155 Depends: libc6 (>= 2.14), 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.035229_amd64.deb Size: 105132 SHA256: a7fd460be3284221c916a8618a96e6ee2028a53fdb2af6e37c818f96ce667398 SHA1: 7af8bca8d60adc25aa82f9f8f67e16ccd4950235 MD5sum: 3418be417181218bda5094f0402ac7b6 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.035229 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 904 Depends: ros-rolling-trajectory-msgs (= 5.9.2-1noble.20260425.035229) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trajectory-msgs/ros-rolling-trajectory-msgs-dbgsym_5.9.2-1noble.20260425.035229_amd64.deb Size: 730884 SHA256: 34721f3ce4b9f85b3b38c79b9585813a0e63cf8d4ca317049f5fb7961b0cfdbc SHA1: f95c806ebc8f613709fe3498d8b4ed42f7bdca3e MD5sum: 1d4a79a575adcaa0125536cfa5f96f2e Description: debug symbols for ros-rolling-trajectory-msgs Build-Ids: 013dca59b78d584a2ce0b93db5cfe0cb34a8438b 181877956b8859225f610a543eaf6994897ff004 55faa31c5914d5e86adc921d362e848478cf4580 6b3d34dc03c5e38ba52aa3f626f084b8daeeca0b 95d194c49ff7b27cea37a467191fb23ba0733184 9cdba1b9613ccba679bdae5ecabd79ca99399e0c a9b3585202d03e943f1ef02e8e6cc5bba568a6b0 b5eb21409f489b1348a2af924ee54e0557c3424c ed5c66e39260bd37d402a5a5d0e6b562e673cf32 f453fb20ec951c1309d27ff08634d99bb83a59a0 fb05b4775e6eba17aa8903019d87573c08b917e2 Package: ros-rolling-transmission-interface Version: 6.7.0-1noble.20260425.052556 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 268 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.052556_amd64.deb Size: 59084 SHA256: 1451e19c09c605865f5f7d19a57a2d7918e55c90973c5ff14a243ccf058e87f9 SHA1: eec02b7b30864f6604bb38e563da4f15c570495d MD5sum: b6b024d7cc2c31aa72a6379b88e948d3 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.052556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 653 Depends: ros-rolling-transmission-interface (= 6.7.0-1noble.20260425.052556) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-transmission-interface/ros-rolling-transmission-interface-dbgsym_6.7.0-1noble.20260425.052556_amd64.deb Size: 606180 SHA256: 5abc9f894be7e961b78378a50db0676494418ef2fc0510a6ce082b74b6377ce2 SHA1: 107e176de4a056762f1fd2bff324fac21fc87561 MD5sum: 4e6da9aa85b0aa0200897a6b73b8b524 Description: debug symbols for ros-rolling-transmission-interface Build-Ids: 200d72d84025aa1d0187e3717c847c283c0a0a7e Package: ros-rolling-tricycle-controller Version: 6.6.0-1noble.20260425.051345 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 969 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.051345_amd64.deb Size: 221008 SHA256: e8dfec7f7d4d9bea19ef378a73ed1b9f5b2e97bc783c9d023d04f4a91d9472a8 SHA1: 9a28f3fbba3a4077dcd184ed40c40eb044b5943f MD5sum: e818b95cf70c61e56191cf308418eba8 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.051345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 3985 Depends: ros-rolling-tricycle-controller (= 6.6.0-1noble.20260425.051345) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tricycle-controller/ros-rolling-tricycle-controller-dbgsym_6.6.0-1noble.20260425.051345_amd64.deb Size: 3525274 SHA256: 973f490b0995247c3700a823d7279d2d2331dce2fd98d028e5cec27ea6865a95 SHA1: 0f1f32bbfa877361d45d3075bd3ef0823b9c2cd9 MD5sum: ce775780202f709eece90b06edfd9fcc Description: debug symbols for ros-rolling-tricycle-controller Build-Ids: 486124484b6b27f57a9f171d433147e9d4e106d4 Package: ros-rolling-tricycle-steering-controller Version: 6.6.0-1noble.20260425.052137 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 208 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.052137_amd64.deb Size: 50452 SHA256: ceb73a4c70786bc1bbab75f00980bab43c5dcb96225d3e708e7f2dd2e3cbea8d SHA1: 9f4e4681a5262b7c1c0bfce2bade2108e56b36d8 MD5sum: 8367a582f7d60605d7da5b53fe137789 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.052137 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 742 Depends: ros-rolling-tricycle-steering-controller (= 6.6.0-1noble.20260425.052137) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tricycle-steering-controller/ros-rolling-tricycle-steering-controller-dbgsym_6.6.0-1noble.20260425.052137_amd64.deb Size: 711426 SHA256: 3ced771d0ef54c43c55610a6e6660422d6fbd635ea4ea85aa4a6f8b6606d2cc7 SHA1: 2c9280ea540c174cb8bcbdcdb0cc6e857024d418 MD5sum: 8903e4875b3f454c20654f171f3cfb28 Description: debug symbols for ros-rolling-tricycle-steering-controller Build-Ids: 9c84f8d6835cea7fd4081e3962461ba0f21daeaf Package: ros-rolling-tsid Version: 1.9.0-1noble.20260424.212248 Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 2724 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.20260424.212248_amd64.deb Size: 595776 SHA256: f5a28527c3e272c21519848a37ca7399dabfbeb6637f9d6ef94f13d5b57c20c2 SHA1: 32ee6a7920661e78a12f3592f642e27b4e0b2828 MD5sum: 24fa4f6e13b8ea4dd76c49918a217904 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.20260424.212248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 44882 Depends: ros-rolling-tsid (= 1.9.0-1noble.20260424.212248) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tsid/ros-rolling-tsid-dbgsym_1.9.0-1noble.20260424.212248_amd64.deb Size: 43608932 SHA256: c5b5cc4b59d55b96ae83df05df0270ca2ae451d3978048e0d8fc717f1681e2ed SHA1: c14de98684fd9e01f100bcee31fb5affbef83348 MD5sum: 758bd9e3660d8137d6c893e45e6de4c4 Description: debug symbols for ros-rolling-tsid Build-Ids: 5bf133e537ef626d5c63bea8115274f8c29c413f fe4cbbe72c00f709227ee337e49a672cb67c8080 Package: ros-rolling-turbojpeg-compressed-image-transport Version: 0.3.0-1noble.20260425.052300 Architecture: amd64 Maintainer: Daisuke Nishiamtsu Installed-Size: 324 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.052300_amd64.deb Size: 101452 SHA256: f395697ce1b02fa5531150beb4d5dce405a15ba90c6a7b5e8155fe572b2e8c8a SHA1: 217e943bda34e499697f0284404aa53b5a8b10cd MD5sum: 4bd3f8290fc1c2dca62176a1a5b0ef34 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.052300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishiamtsu Installed-Size: 1737 Depends: ros-rolling-turbojpeg-compressed-image-transport (= 0.3.0-1noble.20260425.052300) 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.052300_amd64.deb Size: 1645812 SHA256: 3ea4e6a7a89a82a8d1fe1f1d40b3487b701bd4929598958b311296ab19d73096 SHA1: 42134241da67a7aee83d9f2b34b3d95009784729 MD5sum: 547f3a1d61c3c4b07a08cb6e878f86ef Description: debug symbols for ros-rolling-turbojpeg-compressed-image-transport Build-Ids: 8422eedb4bee280a2b4915a9d257cfe518076d3f Package: ros-rolling-turtle-nest Version: 1.2.1-1noble.20260423.224204 Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 11410 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.20260423.224204_amd64.deb Size: 1504084 SHA256: 0862b511a147c7a903f7a79488a6d957f6c8cc8e75bc421aed0ec3845a533ba3 SHA1: eeaf8aa44bff3bf84505be1205aaed4d648ebe6a MD5sum: ce5d88979bc3649c593dfb4d7cc0aba3 Description: ROS 2 Package Creator Package: ros-rolling-turtle-nest-dbgsym Package-Type: ddeb Source: ros-rolling-turtle-nest Version: 1.2.1-1noble.20260423.224204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 3804 Depends: ros-rolling-turtle-nest (= 1.2.1-1noble.20260423.224204) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtle-nest/ros-rolling-turtle-nest-dbgsym_1.2.1-1noble.20260423.224204_amd64.deb Size: 3757980 SHA256: 5fc77dfdd7716489fa3ed8ccb49e81646bb922dd5e46a71811dbb4d9c653d22f SHA1: 8139a7ab259cb406f6c6e6f1eecbcf4b3f4fde9a MD5sum: 8de05d637be7efd6473d08802692ec7f Description: debug symbols for ros-rolling-turtle-nest Build-Ids: 09bc372085f9f448cf2bb9b5a10c7bb95c893334 Package: ros-rolling-turtle-tf2-cpp Version: 0.7.0-1noble.20260425.045948 Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 1513 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.045948_amd64.deb Size: 293412 SHA256: e79677cb291e33fdd4f828dfa06aa83ee4e7a68558c836e613a31a77e17cc7ce SHA1: e6d111b1d31a7f8b2bba108f5aa3b66678affecd MD5sum: 62f8a978b57e6bf977b4d0ada1d11b7e 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.045948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 8110 Depends: ros-rolling-turtle-tf2-cpp (= 0.7.0-1noble.20260425.045948) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtle-tf2-cpp/ros-rolling-turtle-tf2-cpp-dbgsym_0.7.0-1noble.20260425.045948_amd64.deb Size: 7228892 SHA256: 466f67790063f9675cd0a55b97d19ff793687586f2a3f661786925f207c87aa1 SHA1: 74a9b1f5d4ff8a44d09f845d577971388a5e6e29 MD5sum: e2dd7067182d9209444048694304bf6d Description: debug symbols for ros-rolling-turtle-tf2-cpp Build-Ids: 233f2afa4049adcac11e386703ac5ee43da01c8c 384b420bb4e4560a23d42711f0cd4689092db27a 39a08a7cef40e750dd2491a64275af8e53040fe3 5f3d67d02f47d06f37650448bcec15865fca6c16 ab7695a21b6acfe766b74d0f842f98d5bfc52edf af9703b0e850d5857743c906305dd805d26137c3 Package: ros-rolling-turtle-tf2-py Version: 0.7.0-1noble.20260425.045046 Architecture: amd64 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.20260425.045046_amd64.deb Size: 17208 SHA256: 8adfd3ef4bef6656e191eeeb744276d365c2209c5fd26fb240e002e3d2130d26 SHA1: 23ffae4b63317d0f7c0f77d5511a50247abd7551 MD5sum: 0b598a26c1d8c6e061617f11500b594e 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.040638 Architecture: amd64 Maintainer: Pyo Installed-Size: 1376 Depends: libc6 (>= 2.14), 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.040638_amd64.deb Size: 112186 SHA256: 1683d2835d07646f26db0417c69ef08eed1f5bd3d650227038a851f310d161ab SHA1: 4d9768e71e9e872e2531f5b351c1ea34634d1bf7 MD5sum: 89986226d8de305271f6b7004c93ead5 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.040638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 914 Depends: ros-rolling-turtlebot3-applications-msgs (= 1.0.1-1noble.20260425.040638) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-applications-msgs/ros-rolling-turtlebot3-applications-msgs-dbgsym_1.0.1-1noble.20260425.040638_amd64.deb Size: 688310 SHA256: 9f13c827d7485465e8e5305b2cd685305ab98ec375cab155e612711b160bcf68 SHA1: 6011ea39c6648a04fe6f23c95736c5c25017b676 MD5sum: d4a278aeb1ef1491ae9b1f8c0a974364 Description: debug symbols for ros-rolling-turtlebot3-applications-msgs Build-Ids: 02ddd63a352ee8baa517e03f84657913aaf8dbe8 0bb303e5dfdc51c113b286a40b04aa64e96b208c 1f2453efc3f45a4e0a7ad621f68b67a33c85b84f 249b8ab2b264cbd1b6e89ae2503a17c7ef86fca8 281531573e03ac1fe60c1fb12c620b8fc7ea4b65 4bf7e2f66239e8853c7792c9d5d25eb1c7502ae5 599fc8b80f8617fe240f5a5fe2c72a026bd8a3f3 6f1f59ce3ce008117e71d8de25a26426b26d31a0 814776bd522ae372d96528c77699efe2300d6e89 af3205db54847373c651fa05f6d1fa6618010657 c401603b48854d01570c47394d931b309fed4696 Package: ros-rolling-turtlebot3-autorace Version: 1.2.2-1noble.20260425.044923 Architecture: amd64 Maintainer: Pyo Installed-Size: 45 Depends: ros-rolling-turtlebot3-autorace-camera, ros-rolling-turtlebot3-autorace-detect, ros-rolling-turtlebot3-autorace-mission, ros-rolling-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-autorace/ros-rolling-turtlebot3-autorace_1.2.2-1noble.20260425.044923_amd64.deb Size: 5922 SHA256: 996db954b666d69b47efa490ca86369513ab90b84b2d0826432681f10dc2ac91 SHA1: 480e21e789454699512fb345c0c8e67127c27914 MD5sum: 209c0856049703374766a32832b5a529 Description: ROS 2 meta packages for turtlebot3_autorace Package: ros-rolling-turtlebot3-autorace-camera Version: 1.2.2-1noble.20260425.044202 Architecture: amd64 Maintainer: Pyo Installed-Size: 80 Depends: ros-rolling-cv-bridge, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-autorace-camera/ros-rolling-turtlebot3-autorace-camera_1.2.2-1noble.20260425.044202_amd64.deb Size: 12562 SHA256: 0c907cf6fcc73d7e182d5d2f9f4c3aae01535affb35ae0f191d6d2997ce1fb0b SHA1: bbbd50898ff22491b36a31da9aa593164c78f71d MD5sum: d4c6f1e74c80bb0ae4debdba88ff33ea 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.042256 Architecture: amd64 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.042256_amd64.deb Size: 68636 SHA256: 4a53c134ced6f0a692aa68d8596fd81f4cd85ac46d24cb0bde27a2a465f3aa08 SHA1: 451559ba3ef5ff1b493014576dfacfc6ce74bfd5 MD5sum: 7697cf579ebcf72c27cd6d7ae7a52508 Description: ROS 2 packages for turtlebot3_autorace_detect Package: ros-rolling-turtlebot3-autorace-mission Version: 1.2.2-1noble.20260425.042255 Architecture: amd64 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.042255_amd64.deb Size: 20882 SHA256: 4e6b89d069beef16da95880571ede5ee014852d2f4766829fab543325f80fe4a SHA1: b233bea863a72266c88ea7ef6651c1a8d909eee6 MD5sum: a1778ebcff69bae7e68cbc9cb359541f Description: ROS 2 packages for turtlebot3_autorace_mission Package: ros-rolling-turtlebot3-fake-node Version: 2.3.7-1noble.20260425.045618 Architecture: amd64 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.045618_amd64.deb Size: 138914 SHA256: 6ecd95dc15d91a9f9fc550f751134918e323f11fa702bee21a5101f272355127 SHA1: e797dc5453d372992ae2f21ddfb163ab8f22cc5d MD5sum: 2a39ddffc098dbcb2b384a796c0e9b9b 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.045618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2902 Depends: ros-rolling-turtlebot3-fake-node (= 2.3.7-1noble.20260425.045618) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-fake-node/ros-rolling-turtlebot3-fake-node-dbgsym_2.3.7-1noble.20260425.045618_amd64.deb Size: 2507264 SHA256: fb324eb4136e8de78b7a7253411eb7314beb9538d65f2b7a900ed8c70d19e68c SHA1: 7acc06d8c2b80f7c9d958d64b20d439cb8b44abb MD5sum: 1036f47eccd73122c548e285a8c4612b Description: debug symbols for ros-rolling-turtlebot3-fake-node Build-Ids: 68e4df594b9a4a979034761f843d739c3fa1481b Package: ros-rolling-turtlebot3-gazebo Version: 2.3.7-1noble.20260425.052735 Architecture: amd64 Maintainer: Pyo Installed-Size: 46164 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.20260425.052735_amd64.deb Size: 8618736 SHA256: 097b4b26072160d9ca7c98093e8f09e84fb30ac431205526ccf550f1d104eb78 SHA1: b3236621543becfd90c05a59e6f528a273e5a86f MD5sum: 10baa20209983d5d7e1ae2483d0fa858 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.20260425.052735 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4283 Depends: ros-rolling-turtlebot3-gazebo (= 2.3.7-1noble.20260425.052735) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-gazebo/ros-rolling-turtlebot3-gazebo-dbgsym_2.3.7-1noble.20260425.052735_amd64.deb Size: 3653228 SHA256: fe855b0494d4781e399cb10ce19c7cdfc6e2f947c0bb7ccdbf81bce45b815c61 SHA1: cc782731fdc03d096aa18265c7caf3e501c7348d MD5sum: 5ceb0f6d6eef76677d91d0a307df2520 Description: debug symbols for ros-rolling-turtlebot3-gazebo Build-Ids: 0dce4c896e1d46f2ec98d07569373b735429b3f2 2248d89d81870599c36c576fb6639500b87a1211 95c4fad16bf0c924b87ca49387928403e28ea9dd e54006f41778eecc55f10e6402e39df2a9c72dd6 Package: ros-rolling-turtlebot3-msgs Version: 2.4.0-1noble.20260425.035244 Architecture: amd64 Maintainer: Pyo Installed-Size: 3236 Depends: libc6 (>= 2.14), 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.035244_amd64.deb Size: 228214 SHA256: 04c705f3a7073971c77f72a5e7a0a5502ce8f09746b49e2e23d227b92862cfd2 SHA1: ed2b24badf87712196782d3f63a2075e83dace7c MD5sum: 49d60dbcdf099bbf75eb22f204f3a249 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.035244 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2056 Depends: ros-rolling-turtlebot3-msgs (= 2.4.0-1noble.20260425.035244) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-msgs/ros-rolling-turtlebot3-msgs-dbgsym_2.4.0-1noble.20260425.035244_amd64.deb Size: 1587828 SHA256: 7e81faa608b507eb78cd35abc7b31191880429b070f0898ad8bc083080deff37 SHA1: 69b44a739c05df7e7bfae5fa61bc6eb77dd312db MD5sum: 62d1c4222c060fdc348525309e07ea08 Description: debug symbols for ros-rolling-turtlebot3-msgs Build-Ids: 00ab1ab0d3c654b82b7094199b30bde64b51eb58 0e10f7a08d7f622bb0e6923b3bf6cc6095e81915 3a4af47607b5ef032b9822dcfaa8fcc10d230261 43c5f9a62192f32719674dac2656442e7c1674b0 57bd59ee0237f733d638b8a1e851f27617016b01 5a4c08baf00022b5702c16d846b1067d6ae45315 6644289e9847164026de77576f56d7fdff6609e1 9717dccbeeb19c4c8883c4b4ab5b5d84d1982cff b2b45495ca47c19eb1a6ad4693adc76b76e03c50 b41778850b971256cb318b491fbd5b11e9aaeedc b4b660205e111cae98cfb16ce8e23462fd189f6b Package: ros-rolling-turtlebot3-simulations Version: 2.3.7-1noble.20260425.053333 Architecture: amd64 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.20260425.053333_amd64.deb Size: 6914 SHA256: 055360377eacb214982c2304d3f839375594b7671b9a5097b6c0acf550771832 SHA1: 3f85303e7c8ea4f5e2b19e32706b1f6118279da9 MD5sum: f077fa89b9d4b63bdc742be60314226a Description: ROS 2 packages for TurtleBot3 simulations Package: ros-rolling-turtlesim Version: 1.10.8-1noble.20260425.042929 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2320 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), 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.042929_amd64.deb Size: 458584 SHA256: 6d9946b3fb382ae2e0677a568e93a0e5d353f119352f575052a686ce1dd4a290 SHA1: e88459facf7058ed2034c307cb82a1220a3ee8b5 MD5sum: 0367bc2123ec91bdf85d560112ebe812 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.042929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 11900 Depends: ros-rolling-turtlesim (= 1.10.8-1noble.20260425.042929) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlesim/ros-rolling-turtlesim-dbgsym_1.10.8-1noble.20260425.042929_amd64.deb Size: 10384322 SHA256: 8cf9399f64d32e4a7ce7b077bc4ac0bde55fdcc6ff9ff50f9e7512e3f228cd79 SHA1: 473a701d82930f9bbac8d41373310598ad321fc3 MD5sum: a998d9fdc05879a0e2b265127628165e Description: debug symbols for ros-rolling-turtlesim Build-Ids: 2973bf193a1a1e9ff044999ef110e24fa696e170 2aa432f9462ab2d55d2ecdeeedc0934db27544c9 625db9bab9a53ef37763d5639fadbc09ae900090 e14ae7110b77d794dfb762ef0f0ef3ddebc558d5 Package: ros-rolling-turtlesim-msgs Version: 1.10.8-1noble.20260425.033219 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3869 Depends: libc6 (>= 2.14), 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.033219_amd64.deb Size: 246982 SHA256: 038518e72fd80395e02aafe37717836781be058eeeab07b4f2f652b85049cb66 SHA1: fbeba28f28e0f53714009ee7163ed26767efba51 MD5sum: 6df7bfe5890c2a9f8c755180f4677a4b Description: turtlesim messages. Package: ros-rolling-turtlesim-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-turtlesim-msgs Version: 1.10.8-1noble.20260425.033219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2379 Depends: ros-rolling-turtlesim-msgs (= 1.10.8-1noble.20260425.033219) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlesim-msgs/ros-rolling-turtlesim-msgs-dbgsym_1.10.8-1noble.20260425.033219_amd64.deb Size: 1806490 SHA256: 5a88269bc79844cf856f85ea11a60c0e46e8a80fe191693c66061432497d55da SHA1: f4e62d5a0f34d4f5f458dd7a13b9559a3246acc0 MD5sum: b7096800820cf863c375553966548470 Description: debug symbols for ros-rolling-turtlesim-msgs Build-Ids: 1447566a70b89ef9cd2d0e86ed221e1b6e5f0846 146a3d4ca3590473bcc17508b68c76c1a0da16ab 2399b4f28e28d5db4fed4f1ab0a92231f9585fed 48296633f8ff3b875dc51a3ec835dbd49033f62d 54dc024d0cf9a3e914009a584e2bd7f3d2a50c3c 558b36fa3b43490bfbc4b708cf0819c3d3fa8b60 6dba6edb4d956df2e8bb0f755a1c833de3c544b9 9e49047286a8ae14d702371b7407e97c1631cf31 effb565b3b2276ff09d2a98ac5e05feb401d77f2 fd4c406c26d2924f0ea02438299f4245e514bd37 fe3a60974035ed94402d731315b69b851b25fb39 Package: ros-rolling-tuw-airskin-msgs Version: 0.2.6-1noble.20260425.034359 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 914 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.034359_amd64.deb Size: 107990 SHA256: 93ba6a9ee62294fd5d7d6a28e097f393e806e58e40fd4e13123ad51a3c78131a SHA1: 6057cb12a3e906be3bbe18c61f20b4777239fe40 MD5sum: 7c19e31162867eb03e2fc1c96578195e 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.034359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1004 Depends: ros-rolling-tuw-airskin-msgs (= 0.2.6-1noble.20260425.034359) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-airskin-msgs/ros-rolling-tuw-airskin-msgs-dbgsym_0.2.6-1noble.20260425.034359_amd64.deb Size: 843976 SHA256: 4952c7e171f8976b27bd059b83e7c6f76218f55f9e759ac3c3d4fa50767026ca SHA1: 78bdd4333b02425e3c7540a78c41bb490f257ad1 MD5sum: 42e3b2c66e1509b7e5279bcc38181197 Description: debug symbols for ros-rolling-tuw-airskin-msgs Build-Ids: 397d16940bf566fe7ab46dee1cc253070c181d3b 4dc64254d005566482431c617ab9d805e53418b1 5c09c89b44d33c49d91f05b30358a5531a8398dd 810224c7f5f0a0be21e0ad4e5d522bb29bba9397 84c977e097e457f146fee4fc110683065ea3bfb4 9f0a28fc540d783710b2bed06449bb1ed658c209 ae2ce220e341a62d5f7911f09cd57bb0a8ee9221 bfb47ea59eaf87aa56e8f6302954b26cf61c2f74 c7d2a079160df4105441542ddfa45b839673f457 c9894c5ed5143ceb86270039f571fa1eea51ccc5 f70c01c55d9c4a01d68d4ec18cf34182e3f6fb36 Package: ros-rolling-tuw-geo-msgs Version: 0.2.6-1noble.20260425.040356 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 956 Depends: libc6 (>= 2.14), 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.040356_amd64.deb Size: 92636 SHA256: ffe9cfb6ebb589758e822ff587d5e56e5f9f679bcea351b44f1a989b9ae500b1 SHA1: 0bd7b97eb9c164dceb705b2d1443e6885ee9ed67 MD5sum: bed2ea76137a11ecc07f10c33fe5c05a 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.040356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 801 Depends: ros-rolling-tuw-geo-msgs (= 0.2.6-1noble.20260425.040356) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geo-msgs/ros-rolling-tuw-geo-msgs-dbgsym_0.2.6-1noble.20260425.040356_amd64.deb Size: 650474 SHA256: 5f62c90938c7a175449548f9d06b11badfd88fc974a7d46613525c1d95d68797 SHA1: 98e0e9634a9251c974e6abccac7e29d9fb747648 MD5sum: 57b9cd5502b59aafa4131373967b3e64 Description: debug symbols for ros-rolling-tuw-geo-msgs Build-Ids: 24591e79b9308fb9c4a8137ab6fe0d55e6474cb4 2d560c4a0475b66734dd574b7fad1000e1739967 522a5cd3708556ffbfcfb870be71e69dcf3af20e 71559ba0594993c855f76272925ba3c186f605f7 76084d28d1bc7683eacc90d64839ee27618ee79c 8effc152379f3a7889d27d328d7b1b784143d106 bfd5605ea0e7ea8c27c320cb41ee0e3f286bbbc0 c30cfc7f3b512dbe2a11f96431b55d1e2f74c61f c7ad502aacbbf505835bc708733c5e6635ef700f d42d0afe08370ea4d7e90a89173a501b7bc31bdb d85f51660d94e512e369cb1e465f1a6851685ef9 Package: ros-rolling-tuw-geometry Version: 0.1.4-1noble.20260425.043224 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 304 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.043224_amd64.deb Size: 66340 SHA256: ef88a791d37f939583e1640f544aedc71f07cf3b83dafb1ba86a22d6b123a933 SHA1: 4a617221fbe6f818be82ac482495d226cfe24612 MD5sum: af3b15e16a362fabb69157f85614c4cf 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.043224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 876 Depends: ros-rolling-tuw-geometry (= 0.1.4-1noble.20260425.043224) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geometry/ros-rolling-tuw-geometry-dbgsym_0.1.4-1noble.20260425.043224_amd64.deb Size: 842928 SHA256: 2f4edd8156e621644da2c7fe51b5d7caced3044016685f8cb1a6dc3e07084c0b SHA1: 1a95f23949322d394beeba2411df7329c1459697 MD5sum: 5bce2251727cb3087f1a199bb26bfe9e Description: debug symbols for ros-rolling-tuw-geometry Build-Ids: 86924c48fad6e5cff0839850fe0ed53e9be7bcec a62f1cdfe7591fd2ff54bafe24ff39b4efcc6d85 Package: ros-rolling-tuw-geometry-msgs Version: 0.2.6-1noble.20260425.035420 Architecture: amd64 Maintainer: George Todoran Installed-Size: 928 Depends: libc6 (>= 2.4), 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.035420_amd64.deb Size: 80918 SHA256: 13e045e9175497424184c54e39cde982dc34bd2b38f5bd572dc12e3d278e1f82 SHA1: 50137d46f22a47f89077260c7acf9b1dbaaddb15 MD5sum: 0f7173c137895f2e7160c408908bff84 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.035420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Todoran Installed-Size: 664 Depends: ros-rolling-tuw-geometry-msgs (= 0.2.6-1noble.20260425.035420) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geometry-msgs/ros-rolling-tuw-geometry-msgs-dbgsym_0.2.6-1noble.20260425.035420_amd64.deb Size: 511344 SHA256: 7c4ec90db0537ce1edf1eea4cfd986008cbe1614e6360382e38010fffe69e548 SHA1: 2e1fb183965f504549bab3f18222311e1d448130 MD5sum: 14a99ca229e57ff669e7e4b5ee287f58 Description: debug symbols for ros-rolling-tuw-geometry-msgs Build-Ids: 1cd1c13bd6fe255071a7ced1f00661080835561b 2d0182cf1e67334f32823e0c95d33576fef320ec 38c3f669bb34ae93d43aba7ec7f16c9e97b84ea7 392c72ae8e7eb3dd3611e77c007e2048c6a0459d 48f3b9130c466099a0994cfc5770af2fd42952e7 7a4347d0a372b3493c16ea05b6c121cc885878c3 7ff28e30c4fe2f244e833f7ed85a73098bbefa50 83421e5351b73d82139c8c73f56a4a50e4c5f7dc 8b05894ae1111207db3909339997e933b8d7219c 929ed4e12560aa4c97e4f81712a4874bda5cbb18 c5362526521864cee57f768d2319061ac91b6941 Package: ros-rolling-tuw-graph-msgs Version: 0.2.6-1noble.20260425.035422 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1547 Depends: libc6 (>= 2.14), 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.035422_amd64.deb Size: 144076 SHA256: b1265f5487c2d472167b34d33f79355505b8d2d1379b4f00f440f2f14ae66f83 SHA1: ac61fe6c8a63a1c1ff651cca77f329c9c2db5e40 MD5sum: 3c1cc81284782ed7b8351e20e722f608 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.035422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1302 Depends: ros-rolling-tuw-graph-msgs (= 0.2.6-1noble.20260425.035422) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-graph-msgs/ros-rolling-tuw-graph-msgs-dbgsym_0.2.6-1noble.20260425.035422_amd64.deb Size: 1086404 SHA256: 529841af1834935d6fd1694b32dc6e0e74c484dc04c4e0b96a9fdddf6028a43b SHA1: fb720dc1ee32556198745b14d02ee5b9bb46a4a8 MD5sum: 048e8ca71fe055c97c22b2d8cbe9ad52 Description: debug symbols for ros-rolling-tuw-graph-msgs Build-Ids: 04d749bbe46ea43586e8656ebf0cebdfaf0801d2 10c0802620c00e7a94face4a71b3c041663f2b59 36260b9fed918b436f94da952168551efbfb5722 5e3628842ed9e72a9b178271cb32cbdedc16a3f7 689cc7ed44f90f7de7d58e29a69792cfce2c50f7 a5a8e5796b2d9b8854a3e3305fc6b8488643511f a894e92ecaf952e5caf5fa147e41c4205a14961c bd48dfbe84cc7b05ec970802a2c7f9c35a3e8f65 e968fe70bccd016e187a59909f8edca07a661bbb f85cc911bd327bcbfde2fd5ce5389a71936fb994 f877220ea1e42c1a8067308ae0827e459b7c7d33 Package: ros-rolling-tuw-msgs Version: 0.2.6-1noble.20260425.043411 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 82 Depends: libc6 (>= 2.2.5), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-tuw-airskin-msgs, ros-rolling-tuw-geometry-msgs, ros-rolling-tuw-graph-msgs, ros-rolling-tuw-multi-robot-msgs, ros-rolling-tuw-nav-msgs, ros-rolling-tuw-object-map-msgs, ros-rolling-tuw-object-msgs, ros-rolling-tuw-std-msgs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-msgs/ros-rolling-tuw-msgs_0.2.6-1noble.20260425.043411_amd64.deb Size: 14414 SHA256: 329780d5c3f3283b8f5f81a3790e085dbcc754fb4ca051d40af7b5be71e31d07 SHA1: 430a518a7e39172689aee1e4cbe13feaa21d1e47 MD5sum: 217da04bbe5483459198a2852e9e7f24 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.043411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 48 Depends: ros-rolling-tuw-msgs (= 0.2.6-1noble.20260425.043411) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-msgs/ros-rolling-tuw-msgs-dbgsym_0.2.6-1noble.20260425.043411_amd64.deb Size: 34460 SHA256: 10f2f925839fb0e2a6d7b763ea8678976027fdd214c49618a711cc9fafc3c518 SHA1: 1859062b3327b013643cd437a74d65b29814202b MD5sum: ace3d43086c5780f9dec98f6031b5675 Description: debug symbols for ros-rolling-tuw-msgs Build-Ids: d3189e4a22eec043f212ed0d83aa99f4925c7f40 Package: ros-rolling-tuw-multi-robot-msgs Version: 0.2.6-1noble.20260425.035424 Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3891 Depends: libc6 (>= 2.14), 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.035424_amd64.deb Size: 286624 SHA256: 61261220b8b82667fc211e66d8133e75452abd467658104325b64ee8760c27e7 SHA1: 49a20cfb9c06dffc78a96c08de5c08f41efb6031 MD5sum: 9f1265f78a41732a44613fa292abd711 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.035424 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3251 Depends: ros-rolling-tuw-multi-robot-msgs (= 0.2.6-1noble.20260425.035424) 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.035424_amd64.deb Size: 2724576 SHA256: 9d4d678a6937fc6d676280f4534992ccc87e6b94dc5cbaed7a9f799fca3629df SHA1: a48618cbbf658cd737125528da6af8e25fd64f72 MD5sum: b53b68cc0164ae4b39443e20a0686776 Description: debug symbols for ros-rolling-tuw-multi-robot-msgs Build-Ids: 1e56b8a6344a44447c1667fc09688c968efcbd1a 49725efeea3cf01725cf467a705d132367586762 5a762e60099ae503ea87054aa038b9723c31bb4c 70e67c901e1607dcd05855b19ed4ec38b91d675b 7c5c1a2a977b44d976ec23222ee1d9ec5351a493 80452209cbbe7f84b25e5b73811f2f892b87fca9 97d24473e61ca28d2477031e03bb17a0a6261075 990407600bca0027f5c11c0535489d3837800909 d7bd1da341a398fd5aa8490276dd1fbbbc945ad0 e3be9fa1e0de5023a61dc8b2bb8f1d9e42dadf88 e72711f17585288400d21c519b89e533def1e7e6 Package: ros-rolling-tuw-nav-msgs Version: 0.2.6-1noble.20260425.040126 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2344 Depends: libc6 (>= 2.14), 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.040126_amd64.deb Size: 179808 SHA256: 586b0c200f8cbd10828ee42e84ca7a98b93dac89713d99af2d365b9de1dd8fae SHA1: bf35141cdbe6bff69bc514e774b6e3e5d31dba27 MD5sum: 4ba87059b68200f89073059be7222309 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.040126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1823 Depends: ros-rolling-tuw-nav-msgs (= 0.2.6-1noble.20260425.040126) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-nav-msgs/ros-rolling-tuw-nav-msgs-dbgsym_0.2.6-1noble.20260425.040126_amd64.deb Size: 1516520 SHA256: 918f1775478a495ac913d4ec70694edb669c1ac904fe8165cd5c78531b851016 SHA1: 214489150f1b1f40a02be730ed81b81cc0786752 MD5sum: 2fd6e3a658350b24240c17701ec239d4 Description: debug symbols for ros-rolling-tuw-nav-msgs Build-Ids: 1154d8fb84fd59b452c17d2ea360d05ff5fae8bb 12cc445812a2c4a1caaf6ac40534a32ba5e34107 29409aeebd7a00127909f67d4321f6409300955b 76ea9ee53627e610fbddc32064004e841b522f0d 83cbdc4517ee2336185e223949762a86c717a5a2 9be30ae3d9ee338f25feed6c2e7c7afb6eba6e95 ac1679a1b76e28c5c049d66afe1ba481874ece0b bde0f0acac475761a9bc65097a6a7fecedd7bb49 eb67ad2f75c90292c2b2feb3ec8fee0e7b576bde eb709e68080c75e0439e38b56bebd41fcf8e6ffc ff0942d807185afe3ce9a7c71d08dfc319d7c24b Package: ros-rolling-tuw-object-map-msgs Version: 0.2.6-1noble.20260425.040359 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1915 Depends: libc6 (>= 2.14), 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.040359_amd64.deb Size: 165424 SHA256: b5a64cd5fea9c647a5f581ae8cdfc457ea27916a050ba343e3dbd846e7724dc1 SHA1: ded8eb38435d508212dfcb33e33c492ab87f49a0 MD5sum: d3df6180960634f35b0e77b898197979 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.040359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1681 Depends: ros-rolling-tuw-object-map-msgs (= 0.2.6-1noble.20260425.040359) 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.040359_amd64.deb Size: 1409210 SHA256: 931c4f81715e511846aaa08bef76045ecc97dcc51e37bf021a0cdc7278434c50 SHA1: ef0ee58a70d8ac261c749da48a263d3e724b15d3 MD5sum: 194ebc288f314077092a54779e256feb Description: debug symbols for ros-rolling-tuw-object-map-msgs Build-Ids: 10910aecbcfdb553792567dbc7a8004fbd969a6f 429b6c468a393920001557d689f0da84cb22658c 78cec482f7ee8cfb52c073cbde8592540da5525f 7ea108c2134285ef3167c93ed9e347b6e2d92232 8a82a11ddd8cc65d9d8cf42039d87bb7c815772b 9d3d266df6cb446056852adefb0140d83403fec4 a8ba8d92642e41ed868491b2e1bb4325470fd66d aa6ca14f183a97b88a9b0b05c0a739986593fdc5 c31f3cd07659556e8988070cf78f4064b9da7615 ded0f044449834c68b3adb805a2192e086c8c9e4 e64c182616ac2498fd7a1cf6dc1e844ef2d8a81c Package: ros-rolling-tuw-object-msgs Version: 0.2.6-1noble.20260425.040638 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2478 Depends: libc6 (>= 2.14), 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.040638_amd64.deb Size: 203428 SHA256: 0e278e7f213c94dbf70aadcdd3968d610e55ad2c83a32834d630390f1755e66b SHA1: e1ade590bc2b356647221c2630ea6fc2a0370513 MD5sum: 469b70061529125bb66cca05475c7b0d 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.040638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2178 Depends: ros-rolling-tuw-object-msgs (= 0.2.6-1noble.20260425.040638) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-object-msgs/ros-rolling-tuw-object-msgs-dbgsym_0.2.6-1noble.20260425.040638_amd64.deb Size: 1845306 SHA256: 01cceaa1ec08a5ba6f02ab24a0436eae38fa3163918f3074238b3b40ecb4bcbd SHA1: 2d9009bea6cf6dd6cba2c50e7f17d4031baf23a6 MD5sum: 184359c45f43375e5120258d23975d7c Description: debug symbols for ros-rolling-tuw-object-msgs Build-Ids: 08d3a660eebfe4358350d5a1cc490aa37357eb53 2bb0a1877fa50366aaddabc9d1ba1e87226b7360 484fb124194aa3365fce1098499ade4c7e2e1d8e 4cc2e34a1be3389bc9e9a6ce66bf60304ab763b3 543f279a643af9d8928c240f2732adfc79098ed5 6be0c45f58e8ae94770a92bb625c548e849a71a7 8260cb7f254828dcccb6baaf9b562a61c399df41 87d3c0d20587ff5a730381a8dfa69a88a453743d b15c113894e2081388c62d18eefa8fa1a227d184 ed52c98c51367bd0eceff212615a05fcb5dacc0a edcdb3c60fcfd6ace26f3c37e91cae37bc6f48bd Package: ros-rolling-tuw-std-msgs Version: 0.2.6-1noble.20260425.034359 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1151 Depends: libc6 (>= 2.14), 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.034359_amd64.deb Size: 105758 SHA256: 3ef68d19551d87f449403c65b69c4b15ed9cb5eb16cf25d1dba6ff0da909f652 SHA1: a7e47d85f24328e8c7abcdf83f7b9cc3859c6c4c MD5sum: e6d702eec124f28824c5013c337533ca 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.034359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 912 Depends: ros-rolling-tuw-std-msgs (= 0.2.6-1noble.20260425.034359) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-std-msgs/ros-rolling-tuw-std-msgs-dbgsym_0.2.6-1noble.20260425.034359_amd64.deb Size: 721610 SHA256: 06534ea921a1b5b1a1bb9268d0a76bc9dde2b66e4ded9b19af7c06eb46867b2a SHA1: 437fdc96835d60f37e50071a45d7ee32eb2ab5ae MD5sum: c53ee2aba523724b7fd86dd163f9c772 Description: debug symbols for ros-rolling-tuw-std-msgs Build-Ids: 16b0195cc59db6fd9250bc166a16408309191993 2f8e8729dec6a251ad58af3a4b09c987d4b8cb76 4413df09c22b0440a7d7be57aa81f5a96fef0f97 50ea25aed3ff161b85c8119a30a78db8ceb11634 528951c2952138b836ff587fac7358c5c1147025 59afc9efda5a47fcc91155a2d8ec61594ee4685a 6fcad37487ef3dd7d08d12132f1367ca33ae0c57 7edc07cc7673078427504e08acb3dfd2fdba31d2 bbc2ff6715197639591c4e0116cc67916d6902b9 d75e9604984d66f9a2bb4d6f0ff09ee69f9ff737 dd24a19bb72ab1a33041301228a29a8e0c6a25c7 Package: ros-rolling-tvm-vendor Version: 0.9.1-3noble.20260424.195951 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 37033 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.20260424.195951_amd64.deb Size: 9942914 SHA256: 4cce5e92352ae0045bd54201d2f22420719f0b3b635dec4177b0bec4eaec6376 SHA1: af354cfbe5d16588a5081fee862230960f9bd99d MD5sum: 963ad97b9679f133bc20a6c3f83246e9 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.20260424.195951 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 234624 Depends: ros-rolling-tvm-vendor (= 0.9.1-3noble.20260424.195951) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tvm-vendor/ros-rolling-tvm-vendor-dbgsym_0.9.1-3noble.20260424.195951_amd64.deb Size: 222609948 SHA256: bec227d46a49f3781d88a0e07dea80f105c94505ff2f92e69e1d6195e1c7c4b8 SHA1: 7ac628e170ce145d915a4cf7b5364d1a8505b507 MD5sum: 70c98d24f2c09d83043c3eb128cc99c7 Description: debug symbols for ros-rolling-tvm-vendor Build-Ids: 0c1d18537574a091e0f24cb3a119ab78f5909f2b 2c75a47fa4ef1e6dbab4627d500e91820c576366 Package: ros-rolling-twist-mux Version: 4.5.1-1noble.20260425.042943 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1789 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.042943_amd64.deb Size: 290644 SHA256: 5556000b634b634bb88cffc1d34f4ded848d0df23f0672642485520082c28371 SHA1: c45f069e870e397b8a72b958f9f9652c6f795721 MD5sum: 9626ca91a20f4f839c641e4b3323f5c6 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.042943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 8450 Depends: ros-rolling-twist-mux (= 4.5.1-1noble.20260425.042943) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-mux/ros-rolling-twist-mux-dbgsym_4.5.1-1noble.20260425.042943_amd64.deb Size: 7061010 SHA256: 3475a6df07e3f579d642f7c90fae4ab8525c27d7abe8fc9277f5cc3e8a43d637 SHA1: 61ca486e5f964056d84a36ad2540961b0b967c82 MD5sum: 184c495d09bcf8efc4ac90ef65d7d90f Description: debug symbols for ros-rolling-twist-mux Build-Ids: 7832b132f88c8a63a65d2ffee3f1f1bf20948b57 91ca8f1d324655634c9b1896f5786ac8fb9e06e2 Package: ros-rolling-twist-mux-msgs Version: 3.0.1-2noble.20260425.033556 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2821 Depends: libc6 (>= 2.4), 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.033556_amd64.deb Size: 171670 SHA256: fa713961400737478b44a46ab5074bf888cac447e87d0f4d97bcfdc44003135d SHA1: 24e7de51e837907e0f2e4a07d68f91e768a597c8 MD5sum: 0c9110f46d777f131f73bfb9358d8d66 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.033556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1295 Depends: ros-rolling-twist-mux-msgs (= 3.0.1-2noble.20260425.033556) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-mux-msgs/ros-rolling-twist-mux-msgs-dbgsym_3.0.1-2noble.20260425.033556_amd64.deb Size: 859392 SHA256: 29d00fcafa156cc7d684ad199201f082c65bb611638ee3b3c1ac42e20b30cf3d SHA1: 66820c1420d6b5bd79dacffa56d6669ac0b6c59b MD5sum: d43c60c99706fd2473614d5c6d9f42f0 Description: debug symbols for ros-rolling-twist-mux-msgs Build-Ids: 046a2c9fdaca817ba65e74c4d7921ad1fdfad869 192a91f9ee40bde42a1e54899c98402a6361ac04 1a60fda6e579832ac46ccdfcbf300519bab94313 21dca68ff763e60c637700d64c2b6187049f0acc 336ffe87e6293fe934eabfa5d10ad2bc2de22988 9725f5c50577ea4c8f8f73a5274f703f11784be7 9b223b4c1bd0faefa4c88793e0fdc8be74b116f6 9c8c43c034a5c51e20011bf99bc5e4cb49ec2b46 d05158b961e595708a318476d0a70b44c992da93 d4a131d9eefd916ca740d14595d95c56013e7787 e25d9b92b22214e86dea861b5467a55139073882 Package: ros-rolling-twist-stamper Version: 0.0.5-1noble.20260425.042256 Architecture: amd64 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.042256_amd64.deb Size: 6666 SHA256: 69f121936af5fda427b54e7bc7159dce47eeeffe55f6f420c542b084abf5adf8 SHA1: 781ce6547de53aeae9c398a4f77c24140217fcb6 MD5sum: e62190f5a99c9476e2ca320327058e51 Description: ROS2 package for converting between Twist and TwistStamped messages Package: ros-rolling-type-description-interfaces Version: 2.4.4-1noble.20260425.033048 Architecture: amd64 Maintainer: William Woodall Installed-Size: 1961 Depends: libc6 (>= 2.14), 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.033048_amd64.deb Size: 172302 SHA256: c426dc22a93f36376c1bcf14cc440258e9a360ec05905db9bae6b57487def5be SHA1: c81bb5b9f96cd8cb660393a3756aaed42f2239de MD5sum: 6deea48bce4db9cdd1ce507a89bae19e 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.033048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: William Woodall Installed-Size: 1712 Depends: ros-rolling-type-description-interfaces (= 2.4.4-1noble.20260425.033048) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-type-description-interfaces/ros-rolling-type-description-interfaces-dbgsym_2.4.4-1noble.20260425.033048_amd64.deb Size: 1443466 SHA256: c55149fee1e45aa4856840e9867c7989254595a1715066585918477ebc74f91d SHA1: 6fcd02c9bd3c623b2e4e110a0aabdb8f1cdb80d5 MD5sum: b860ffe5c20a3223fb69e7d8d2237d99 Description: debug symbols for ros-rolling-type-description-interfaces Build-Ids: 21f553008a5c8818cb1c70d3461316154fe4fdc3 232f6df661a050d975083f07968256110d9c7955 33f218b174843a488110204bed1a99abea66abe4 3e788b8b00622c4ec09e7ecbc11cafde938353c1 5d441430ae127c6065e4dfa16878e866aa599045 894ed6dcc9669b2c36db4ebe5d846cbb35908925 8bb3f69f0b8c43459b467fb85550990fa56448a9 a7ed029a68f361096dc16102847b3e8171969746 ae4dc87518973cbbf5078f0ed242e9792d78632e ba207aeb731093d04319174a42a88ddb765d3517 c7b5511acd5d77c59a6a3da8f8982ddccb7c68c2 Package: ros-rolling-ublox Version: 3.0.0-1noble.20260425.044302 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 44 Depends: ros-rolling-ublox-gps, ros-rolling-ublox-msgs, ros-rolling-ublox-serialization, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ublox Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox/ros-rolling-ublox_3.0.0-1noble.20260425.044302_amd64.deb Size: 5700 SHA256: 6e209297441087f7bcace7661f7123dbf71bf92f16145385fdfb0f711e99f770 SHA1: 329dda37ec35e70d4e6e196eb16fd3f996a39b0d MD5sum: 3d389c565a301749abd24b2a6bfd73bf 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.043648 Architecture: amd64 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.043648_amd64.deb Size: 11840 SHA256: 1a5b4c8aaf7b6e964a8264e6d2774b330d7834d16327dff31835844f5f217bfd SHA1: 7a6200f3be6f50e69bac252d245524aea6be8cbf MD5sum: a9806bd698ccd5157f26077d7850564b 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.043027 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 3320 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.043027_amd64.deb Size: 645050 SHA256: c5975c87d501bf1a69596d92952bc28a9775e51c9f3a71380f54a930d75732fa SHA1: 9869e85b46c24ecaef72e3f9f4c14537866d8813 MD5sum: 97ca5ce5607c2e3a2faf7e9a2ce8b71e 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.043027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 16287 Depends: ros-rolling-ublox-dgnss-node (= 0.7.4-1noble.20260425.043027) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-dgnss-node/ros-rolling-ublox-dgnss-node-dbgsym_0.7.4-1noble.20260425.043027_amd64.deb Size: 14236168 SHA256: a39ed8042fde343edb38fed43a455164fdac01e028a4bbfc906a1b1fdaf6d01b SHA1: 3850e4340830feaef780dd4b16bf4293c817f4ee MD5sum: bb08f65854193d617f5cec4a4e90f4f4 Description: debug symbols for ros-rolling-ublox-dgnss-node Build-Ids: 538c6aac02cdaa93776d5e4698fce7659c22f81a b10558ae32a40e57984d0d72285c3134cd9b0481 Package: ros-rolling-ublox-gps Version: 3.0.0-1noble.20260425.043055 Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 4284 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.043055_amd64.deb Size: 828290 SHA256: 3f6db9e0aac93877d32771f30fa7570475351357c9e310c19b0769f183414b84 SHA1: c345635a455b1d887f24f2bdf722796f8a4a93a8 MD5sum: 06e0c2966d18d1d477c384ece7ffb2da 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.043055 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 23602 Depends: ros-rolling-ublox-gps (= 3.0.0-1noble.20260425.043055) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-gps/ros-rolling-ublox-gps-dbgsym_3.0.0-1noble.20260425.043055_amd64.deb Size: 21198318 SHA256: 14818c68f1c27ccbcadc8c47987fb94d11f0a751d75d36bbb8e634aa99ea6a73 SHA1: 94e5337a1d6aa88d6e7d172ef49594805231382a MD5sum: 1bfe5330b819307b831c7cba9775bc85 Description: debug symbols for ros-rolling-ublox-gps Build-Ids: 2a36a3f6b91e932aa7382ee530d965c7cbde2a42 49e3865842dd5bc3b783935f54d924a83d5bea9d e65006e26ce39e08a764924455b2fea355dd3cfa Package: ros-rolling-ublox-msgs Version: 3.0.0-1noble.20260425.040833 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 14652 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.040833_amd64.deb Size: 909338 SHA256: 83327eb8bf03a63cf58479bb71b5acc1bfd7b2c0059aa0ef561e95b0a19180d5 SHA1: 55ea20dbde79b2123f6b8ed5b60e3bcf73039cf0 MD5sum: 6e793d974005b798e23e2e57f74692d6 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.040833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 9992 Depends: ros-rolling-ublox-msgs (= 3.0.0-1noble.20260425.040833) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-msgs/ros-rolling-ublox-msgs-dbgsym_3.0.0-1noble.20260425.040833_amd64.deb Size: 8332772 SHA256: ff5bd3bf21d64ece744184db599c233b2b5706a1eef6ea313f38f6680e33e253 SHA1: 1f232791ae98027e61ee1b93e6dbb888b6215f3c MD5sum: de7e930a9d7f5154d2bcfb38744082e1 Description: debug symbols for ros-rolling-ublox-msgs Build-Ids: 0e2470a495dc28a916ab3ea80bcf4225864b6e06 2589fb8bad7a758a3789ef3dc1167e0c5a521541 30b5b22f102f2a2142752aaac842d76012621dff 38aac826ef3dcfc7518aafe079ed92312d4bb13e 68f2c3adfc8763147534d496bf9d55681e82df47 82e7aa78d78fde92658fbd2b178858eab7f6fe8e 8adfb8dbc247fd71dfd1d7cc7b7fd73a6b302ef7 b489d187a350f0a0970fef5719b197d8a58920e8 c1dc4f8765725e22b1d90c9e4420b330ea61faa1 e3568fca93fca95d2c4c7a6ef004c13e41c481a2 f119875be862d7278faeb842a9ad5ddd52aaecc8 f21dc7d776892fb9e1cb39dc05f04c2f674d8227 Package: ros-rolling-ublox-nav-sat-fix-hp-node Version: 0.7.4-1noble.20260425.043221 Architecture: amd64 Maintainer: Geoff Sokoll Installed-Size: 1037 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.043221_amd64.deb Size: 170530 SHA256: 5b1df8ffe77dee55df9b26febfd9ef6baa37e4c8085b1957cc056a646f389c05 SHA1: 9ad60432183c61ea861244a330bd3b5c2ce476f7 MD5sum: fb0125507091e2f9c7181535ccf05f4f 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.043221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoff Sokoll Installed-Size: 4518 Depends: ros-rolling-ublox-nav-sat-fix-hp-node (= 0.7.4-1noble.20260425.043221) 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.043221_amd64.deb Size: 3687172 SHA256: 41d4857c882188ecf9092d18f6d14dc44fec2fce5b447364cb23b2fc1ebf57a2 SHA1: a6d27cd27556d4b595e89ae6131cf3d3139500c8 MD5sum: 4420960bc4d5095bb6e58bc6fa675034 Description: debug symbols for ros-rolling-ublox-nav-sat-fix-hp-node Build-Ids: 19c35ed992c8d58f97ad64bc58b757b5f31f4d92 3aaf251323af12ee65640ab062c1490fd72b2080 Package: ros-rolling-ublox-serialization Version: 3.0.0-1noble.20260423.223311 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 78 Depends: ros-rolling-ros-workspace Homepage: http://ros.org/wiki/ublox Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-serialization/ros-rolling-ublox-serialization_3.0.0-1noble.20260423.223311_amd64.deb Size: 13362 SHA256: f066bb43bcf6088be4a3492f90051b45cb81e9dc3fe9f9a4f8bf5d14ade4e77c SHA1: c9788703453f6bb58437f59422ca2b21f6823f57 MD5sum: a4c66b5cce86c5ddda327d5c8be8eab6 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.033959 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1871 Depends: libc6 (>= 2.4), 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.033959_amd64.deb Size: 123306 SHA256: 07ec9787375b87d06ef89508b007bf43c9e904d8709822f8bd71e70389e2f7de SHA1: ee6a66d625f37963159a54f4b4c748963cfc618e MD5sum: 74b3b2744e2a4624f8b40a62b7b26060 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.033959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 1162 Depends: ros-rolling-ublox-ubx-interfaces (= 0.7.4-1noble.20260425.033959) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-ubx-interfaces/ros-rolling-ublox-ubx-interfaces-dbgsym_0.7.4-1noble.20260425.033959_amd64.deb Size: 855938 SHA256: 24cc6bb793d43e6941411fd14a700e20440394cd052bd9f3ea880514a1d5b5fc SHA1: 26c6996841f027f14df0f670eda342887c63ae0f MD5sum: 106d81fcf34ef566ce44d793f0b89714 Description: debug symbols for ros-rolling-ublox-ubx-interfaces Build-Ids: 63284ead544c1547481b4cb14c26508c8f81ecbe 74c72bf6da2e2bab7c6828e77d978700c70c85e0 7867313347c0e4e7e45da92508e96e3018b33d2b 83d79aac6b7d7a60d40d68527b933e5ea39a4fcc b8f762110d58b123533c0c03297ddd6ea05ddeb6 bd6cd441df8e41686c1e6047effb9fdfca7d2980 be75b70e60c9294f412579a7ea1d08cc6cbdd312 bf94bd705940f52379538bdf493fb0a465862125 c1e993b7175e4a5b732f1d9533efee0107b90f48 ea344b3aedfa37763720898492e922715d1d8032 f281f15710f684e192db77ac2edc5582bf26d2ce Package: ros-rolling-ublox-ubx-msgs Version: 0.7.4-1noble.20260425.034406 Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 10603 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.034406_amd64.deb Size: 657750 SHA256: 4c076bb4befd43b7aec1aa178a1a87e1789335a31904a99d7da39d98ac452f0c SHA1: ed37fb349d37970e813b402c9201adce75323054 MD5sum: 302a926930df75f5ccd0c9bf60ed0546 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.034406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Hortovanyi Installed-Size: 7313 Depends: ros-rolling-ublox-ubx-msgs (= 0.7.4-1noble.20260425.034406) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-ubx-msgs/ros-rolling-ublox-ubx-msgs-dbgsym_0.7.4-1noble.20260425.034406_amd64.deb Size: 6094992 SHA256: 7ab1204f9b9a19d3f2829f9da0a57ff97afcacd18defae6dfe61204e29dd3439 SHA1: 4e612a6b3414a1869cf504be3738439aab764811 MD5sum: 48a3cac551cb5c3742850e8403ddf743 Description: debug symbols for ros-rolling-ublox-ubx-msgs Build-Ids: 10e236fae62f5411fdac20967a73affc36b204ae 3f8e69f9b76fb75934538405a0094048c2cdfe37 451fa788e766ff270f5d21cd07d3172267f303e2 62ce42b5a48358fbe7df0b5fcf804f73e5d69c84 6441442b45da7a331314aea20013e05ed6afbbf5 73b08cc0323bfa4f170127960d5d74365970daa1 8e261daf27861d0608196184a49bbbcc02624269 a354f3026db3551cdffc60fef3b7e8df41807930 d669b9d5689fdd63361825330d1fff9af6038c13 de48ebb02061bd9b06a85828dd7fff9c3fc01f08 ec704f82a37dd4025916151ddfb74b1147deba02 Package: ros-rolling-udp-msgs Version: 0.0.5-1noble.20260425.034923 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1413 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.034923_amd64.deb Size: 142454 SHA256: 1c9b822427e29f3379f08a162aa9b5bcdce5d20ddb7d6fd3308bde130b834ab2 SHA1: 322589ce1d2b340dc7ca052dbb7cc4eedf363e72 MD5sum: 7cc02d63b6d45663a1a22b147455540a 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.034923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1488 Depends: ros-rolling-udp-msgs (= 0.0.5-1noble.20260425.034923) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-udp-msgs/ros-rolling-udp-msgs-dbgsym_0.0.5-1noble.20260425.034923_amd64.deb Size: 1261680 SHA256: 91892be6a9fbd13f24a5ac02edee7eb08365c913ed6515e5586c26b183e4eec7 SHA1: 6071a8bcbd97d8157f20d560f9f5700a62d3cbb3 MD5sum: 2c6247409716e5b3fdd5b7931fc7a5ec Description: debug symbols for ros-rolling-udp-msgs Build-Ids: 2c73608b8fed768d2324d796775a748c72a5d4f7 4b96ad75e9f0de436b9d3d376ad1bbf3067f0e74 4ecc9ec2fcebb4ce734651cb4f7540c70d0d334a 5214dff8eafefbff40e07dd0b385093e07cf08d8 72c072d84d22cb61dab6f4a046ea3aede044be90 81f061c08cf05b56e4312a214c6de0690d5a4233 9dfd8374904d35ba4e01c7f5d9398c23e9042d34 a8b34b82a0fb3d155db2ad5c4c1813e6596472f4 e31eafe931b5de6fbca727408c43669ef510073c f1ad42bdd26252bd4d6c48d2801415b3a9f8baf0 f1fb8f2a6d0662674efe7265d9b1bcda9b9e1fdc Package: ros-rolling-uncrustify-vendor Version: 3.2.0-1noble.20260423.230258 Architecture: amd64 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.20260423.230258_amd64.deb Size: 8530 SHA256: dadeb8b718142233cf8ed300ac977541b9d440364ef5ef5fbbe8e96ef0427fab SHA1: fbd5a42c2f6f565b01699c489c2c94fdfe8d2897 MD5sum: 546d1075c1394bccb7a30e44cb373ca6 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.032548 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 436 Depends: libc6 (>= 2.4), 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.032548_amd64.deb Size: 41650 SHA256: 06d35b99cb8616ef223621eb84f1f4ba31a8987694ee34181050309d9dc852d1 SHA1: b1e02bf8f4a2d74a0b7569d1f0bbf8ab24325605 MD5sum: 7b83fe2c434b76733e2324c7c5fe8155 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.032548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 254 Depends: ros-rolling-unique-identifier-msgs (= 2.8.1-1noble.20260425.032548) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-unique-identifier-msgs/ros-rolling-unique-identifier-msgs-dbgsym_2.8.1-1noble.20260425.032548_amd64.deb Size: 170714 SHA256: f94f235c663655dfc9974738375ae1394b2b6bb26714def334634a85e3758950 SHA1: ce37b4b084554f688288559bf09b75782d0612de MD5sum: 5aa454d25dcf6600c4a8cd935c89f5f5 Description: debug symbols for ros-rolling-unique-identifier-msgs Build-Ids: 5ed60ac0d81cba5870ff1c62b6c656e414ca9be2 5efdb6c3400b301718b04c093a8e06a3957a1ad7 603c9e555c7c5765b27517c0df00a928c1e94756 6c5e97d046dac983500a8e7d442d164a91309219 7026b57affe7f1b8fb01bf38d5e2826b75cd33a8 c845b843531e870917a1a4e5e71ff41f0ca38b0d d79c9fef144ab39535d244e83829a3077cfa3f70 dc3ca0c0231720b8137da30efa6dee30af159608 e247d427f7473bc64c27564f3252596091c40a2e e34ccb1be3ed905e5044e8703cbafefc7305a408 ed38a1d59c375c4ff9e88711fb3c88b5fbeb95dd Package: ros-rolling-ur-calibration Version: 5.0.0-1noble.20260428.035342 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 205 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.035342_amd64.deb Size: 58752 SHA256: 6ab6627ca37c4f54852763d42ad48345acc6ddfd94df6fcc43159dd2f53df2b5 SHA1: df1159439e5b29fceb436af0146e113b4192b283 MD5sum: 159ac26e7ab81594e95f7d76cc6ed575 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.035342 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 1578 Depends: ros-rolling-ur-calibration (= 5.0.0-1noble.20260428.035342) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-calibration/ros-rolling-ur-calibration-dbgsym_5.0.0-1noble.20260428.035342_amd64.deb Size: 1544984 SHA256: 4f086fc69b9e689837d5d76cc6d8803e8912a6d20908d4d8cf1ef408e4425ef5 SHA1: bddfcfb0686becb9e6f94b8c5851086666c2968b MD5sum: dd32e19b0c3c125bd8818bd8cf319172 Description: debug symbols for ros-rolling-ur-calibration Build-Ids: 992be6c6700bf78bff83d4852c9ab3d30540206a Package: ros-rolling-ur-client-library Version: 2.10.0-1noble.20260423.223320 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 1894 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.20260423.223320_amd64.deb Size: 492650 SHA256: b8fe616ec23df0183ba7a0ac2ad960ff264e2328243db54d1eab89006241e00a SHA1: d45a7db671cd7f7efd68b2cb4cb2e1250a6e0b5e MD5sum: ef16a2439f1c66da9a6a5594c8b03e78 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.20260423.223320 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 6896 Depends: ros-rolling-ur-client-library (= 2.10.0-1noble.20260423.223320) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-client-library/ros-rolling-ur-client-library-dbgsym_2.10.0-1noble.20260423.223320_amd64.deb Size: 6495546 SHA256: 4695cb64e567e327c29ab79e071839a5ac3ed3de80cfbf02ba93d2c9fcd69f48 SHA1: 810d218ea426da0c7fd4590490deecaec008a5b2 MD5sum: 93a98c21a224d1647f7e4c9e70c61085 Description: debug symbols for ros-rolling-ur-client-library Build-Ids: 7fe978027e1c3f8d2a675de632a38105065c019b Package: ros-rolling-ur-controllers Version: 5.0.0-1noble.20260425.052301 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 1939 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.052301_amd64.deb Size: 432970 SHA256: 55246a8a141f7c6a4a128b5ffbebfdd7ed95443c2ef673593586d72b057e31ff SHA1: 2b1f5d70a821bf2efee14003bbe4ffcc7627f545 MD5sum: 55ab6fcdd951322140e71d062651f334 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.052301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 9402 Depends: ros-rolling-ur-controllers (= 5.0.0-1noble.20260425.052301) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-controllers/ros-rolling-ur-controllers-dbgsym_5.0.0-1noble.20260425.052301_amd64.deb Size: 8543070 SHA256: 4d6259689906135628c1a6f07254cf75365da2528021a6aa290a077e7ca33d23 SHA1: 6d809bda4ee07f82d3dfea6782aaa0492e7ee97d MD5sum: 2ae607168e1af9417f6b31382674b773 Description: debug symbols for ros-rolling-ur-controllers Build-Ids: 7c512e22fbeded595ed8a272fe145c64daa884c0 Package: ros-rolling-ur-dashboard-msgs Version: 5.0.0-1noble.20260425.033557 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 12699 Depends: libc6 (>= 2.14), 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.033557_amd64.deb Size: 711832 SHA256: 88e10798deebc1eb85bb22d09cbfabd9eeb48cb592639a58930b2431e40d305c SHA1: 557db31523627b6fdf5cfb52ded6cf050bb3b558 MD5sum: 3495346a947afbe3c31d9f0fed3a2ea3 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.033557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 8954 Depends: ros-rolling-ur-dashboard-msgs (= 5.0.0-1noble.20260425.033557) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-dashboard-msgs/ros-rolling-ur-dashboard-msgs-dbgsym_5.0.0-1noble.20260425.033557_amd64.deb Size: 7031872 SHA256: 8e049355f9438de0bbd2c565c9e35c750a5869214c4192d2b8d0e6be9717d8fb SHA1: b79737389c566312307bcdc26adbfb7e49d67b55 MD5sum: 3acbe17040f7bd63b4ed50fc24cbfc08 Description: debug symbols for ros-rolling-ur-dashboard-msgs Build-Ids: 1211488fc15adf177d70befbc5c9dea1792cb0e0 56d926547a98eb6cc0edfdb12c2f63b0504e73ab 5e81d6a5cb2510eea70cff9877d5747879ebbc85 8695592b53faf21127dcaa8d8d72ddc75e9f3aac 8f58aab8d31ce395c2a45b319a7baa0254f2a609 a9978a723c931a798c8102256984d718e9f319b3 ab7a1cfdf4ac9b06250a7c2fb72c206c0cb9edd6 c5792af4cf15a1f9271c881cf975711524f0c85c d8ac33b16828add395daab97ae4e80e20c2ab8f6 d99918ad85165a42f210c54abb05fdd5f9ef45f1 f77c0077bdd01ae1fd657d93dd014dd8c5383706 Package: ros-rolling-ur-description Version: 4.3.0-1noble.20260428.034439 Architecture: amd64 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.034439_amd64.deb Size: 22115048 SHA256: 286ec4f60c3388709639870ef5edcfceb36ba0542ef2a549941c719b3d709771 SHA1: 9d02c9810cbf043e03e1307476beb76c99586320 MD5sum: 924291308ed3f91d78e969d551e408b8 Description: URDF description for Universal Robots Package: ros-rolling-ur-msgs Version: 2.5.0-1noble.20260425.042001 Architecture: amd64 Maintainer: G.A. vd. Hoorn Installed-Size: 8041 Depends: libc6 (>= 2.14), 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.042001_amd64.deb Size: 522214 SHA256: b37563b77cc1eb1d3b9899799f74e55a69c52bbabfd500cbd9120fb2aa8fbbb6 SHA1: 529c10b6f689c11492308d26069f237429152929 MD5sum: 64836507d5dbad3ab4c73a9cc184c3b3 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.042001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: G.A. vd. Hoorn Installed-Size: 5041 Depends: ros-rolling-ur-msgs (= 2.5.0-1noble.20260425.042001) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-msgs/ros-rolling-ur-msgs-dbgsym_2.5.0-1noble.20260425.042001_amd64.deb Size: 3943896 SHA256: 231dc2ece8dc312a127741df97d35a54a7baf48f8e500da22346661d8038296d SHA1: 43697f319b0f600bd2d310b85f23c70c6ce60a50 MD5sum: 04bb7a4bf8da5afbbcde88707f25c118 Description: debug symbols for ros-rolling-ur-msgs Build-Ids: 13f8bbb0546ff79de2bfb20f43c9e20fdd7d260e 4a578ff0334bc767660cdf9915d96562ab48cbc9 5e3f5d7f1cdda6187828690832e2ccf097073242 64808fc4dcacac07f33d34de9ef992c8e894ee0d 9973769a9249a7590afbcb20c6908ea990a70cc8 a1e6311fed1f4bbff5466b2fca626c5a8b39f1ea b401c8fb657daf78a52a6ce4643da6f1456f8fc6 cd2985950c2dc6c9963cabbcec95f78f4bf423db d8964293b704e225ea2540a108d3fe4f2e9dce3e de31685d0c5837af2027fe7e5de369008a849ae5 f220c8aef992c34029513b6027785396a14524e2 Package: ros-rolling-ur-robot-driver Version: 5.0.0-1noble.20260428.034539 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 5218 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.034539_amd64.deb Size: 1034464 SHA256: f020cef2755ea860e4f260171c27455c2e60f38206edcf5ec6fcedaa683f8fa1 SHA1: e4359a96ecc623e13a018d5e5562f029e0e8bbaf MD5sum: 115eb5fbf727e3fe6362ad525493f451 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.034539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Exner Installed-Size: 23469 Depends: ros-rolling-ur-robot-driver (= 5.0.0-1noble.20260428.034539) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-robot-driver/ros-rolling-ur-robot-driver-dbgsym_5.0.0-1noble.20260428.034539_amd64.deb Size: 20527156 SHA256: aad70a90c6317e3116c255f89882f7ffab5073de81ae27ad18607cbad2b220e3 SHA1: 6654aea89f63d453a914e93f686ce3c2a6935586 MD5sum: 46642274f31f4022ae5e1c5494f1f7bf Description: debug symbols for ros-rolling-ur-robot-driver Build-Ids: 3134edf4e5a7dc555a76b07961bfb5bca165075b 44a29b1aab65ed81f4ccd942d35c9518730cff32 527420e0a376f2308dfb768dd980e9f5ccf60eaa 623a208561beb5466ebb7a7e99cc97d58d0da4a3 7dc32b294c93bec4663a8e3668e123bb159ba334 c6ba44fde1f2c5cb27ed8ebea233a7defc6b85bd faa6736a32b6699dd2196c578065085bd25efd25 Package: ros-rolling-ur10-inverse-dynamics-solver Version: 6.0.1-3noble.20260428.034537 Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 1733 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.034537_amd64.deb Size: 713294 SHA256: 616f22f6f9864e59fc57d80571dcca88ceaa3a19e25b6f3e04f70a96248fdca9 SHA1: c2df9cc5879b5d816a26ab0e9c48431bf4f877fd MD5sum: 44658eec8d2877c59429dcd460935dd9 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.034537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Enrico Ferrentino Installed-Size: 746 Depends: ros-rolling-ur10-inverse-dynamics-solver (= 6.0.1-3noble.20260428.034537) 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.034537_amd64.deb Size: 671680 SHA256: 0967d7ae38401b3fa55e47ff047bf7ef5291b8ff401e6f85cac5bb29d152c41d SHA1: 513bcbdfe19ca78e87b5a8d7f29a3f00cd5e7c68 MD5sum: bb9e48a1982f22bc88acc1319656ae26 Description: debug symbols for ros-rolling-ur10-inverse-dynamics-solver Build-Ids: 216d9f7d67d7a01dea25b930da7be4be0d34fd4c Package: ros-rolling-urdf Version: 2.13.2-1noble.20260425.041045 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 252 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.041045_amd64.deb Size: 65210 SHA256: bcdf6b20ba6488f68afd0454d9fdf01e077c8dbf7e55c3af9592d796839fabcd SHA1: 8acd2096936216b78bc380af59bfecf10f9c175a MD5sum: cc3928ccbb650c9cd23afbafbdf8dbc1 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.041045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 730 Depends: ros-rolling-urdf (= 2.13.2-1noble.20260425.041045) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf/ros-rolling-urdf-dbgsym_2.13.2-1noble.20260425.041045_amd64.deb Size: 678494 SHA256: f1c2077709b60dc56b19488ea094451bb8806ed62deb4644130b8ca649e86019 SHA1: bd3eac0bd2301be5c1853e8881d9f2dc05a8c64e MD5sum: d388d09d34ace25595b386d2d8dbfe8b Description: debug symbols for ros-rolling-urdf Build-Ids: 5ff40ed1defaf23ad0d11d4adaf50ca6357b8366 8cf2e2088ed817f260b973dbb81aa3dc4a154d85 Package: ros-rolling-urdf-launch Version: 0.1.2-1noble.20260428.034442 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 51 Depends: ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-launch-ros, ros-rolling-robot-state-publisher, ros-rolling-rviz-common, ros-rolling-rviz-default-plugins, ros-rolling-rviz2, ros-rolling-xacro, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf-launch/ros-rolling-urdf-launch_0.1.2-1noble.20260428.034442_amd64.deb Size: 6802 SHA256: 487e31a810d00feb902c52cae65bc42aa3c373a4e39cee9c0436b6aec335fc41 SHA1: d28ed662bbf92ca7c46da65aa02258de98e0a697 MD5sum: 4af608706d8bcfe37f6577fb5e7c3856 Description: Launch files for common URDF operations Package: ros-rolling-urdf-parser-plugin Version: 2.13.2-1noble.20260425.040521 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 63 Depends: ros-rolling-urdfdom-headers, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/urdf_parser_plugin/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf-parser-plugin/ros-rolling-urdf-parser-plugin_2.13.2-1noble.20260425.040521_amd64.deb Size: 10312 SHA256: 460b416edbfd35620279d3dc0142acb57a484f6a2ec32eb72cea6b79a81a4bc2 SHA1: 3dc16bd9dfd481af6ec2af0220b9d47c5389b58c MD5sum: d801c3948b74c0a08ea5a88de149d839 Description: This package contains a C++ base class for URDF parsers. Package: ros-rolling-urdf-test Version: 2.1.1-1noble.20260425.044027 Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 69 Depends: liburdfdom-tools, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://github.com/pal-robotics/urdf_test Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf-test/ros-rolling-urdf-test_2.1.1-1noble.20260425.044027_amd64.deb Size: 9940 SHA256: fe59f6d8baa81b9b6446aa78ebce3c1b2399176262571628d614b0c8825f9ecd SHA1: cf429c4d672f57c0c06d7714da31157da63108be MD5sum: 5d7aa656fcca1497c4402b5e467fec81 Description: The urdf_test package Package: ros-rolling-urdf-tutorial Version: 1.1.0-2noble.20260428.034730 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1014 Depends: ros-rolling-urdf-launch, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/urdf_tutorial Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf-tutorial/ros-rolling-urdf-tutorial_1.1.0-2noble.20260428.034730_amd64.deb Size: 731868 SHA256: 79f24e2f7e5cd3ac7e9cefdde204ea018690cfd27a8c29ea2330d2b1d1d832f0 SHA1: 8d54c3765e6252fac17710a7cce438a6e8f7118d MD5sum: f9db6e1b9416fd0bd48d2777a6cd68bd Description: This package contains a number of URDF tutorials. Package: ros-rolling-urdfdom Version: 6.0.0-1noble.20260424.200212 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 377 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.20260424.200212_amd64.deb Size: 65512 SHA256: 8ad10278e714f78f5527d2f33cd03887e3909542f8828f4001b15309974fa82f SHA1: 0ff8541e90af74f8396aa4a3e0aa198fb01d7ca0 MD5sum: 5a64a5e8a3422e44d0a7b3437c11bb2a 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.20260424.200212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1662 Depends: ros-rolling-urdfdom (= 6.0.0-1noble.20260424.200212) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdfdom/ros-rolling-urdfdom-dbgsym_6.0.0-1noble.20260424.200212_amd64.deb Size: 1049380 SHA256: f863f8b5c59c665fe0a1ef319675b0b1d878aa28669ad84bf5187b341589be19 SHA1: 6eb5b5ddcf3ea7ef96f30baff702794ce0da91c9 MD5sum: 6b27949fe12b32e0e78ec90e7440a03d Description: debug symbols for ros-rolling-urdfdom Build-Ids: 6be6df16384fc9b74b7b7784be74227cd56602c8 710ff1473879d2911f9d11108b74f55d69b03417 92e12ca6795c0cb2beb56b9e0dd1c8d476c807e1 d694ab76347135dea09816368ed6daa63bc224a1 e3d5cf1f0523f1ad67c24b3784068c8345d000b4 e8da6e062cb7d07c5da9acafc850b8b858fe594a Package: ros-rolling-urdfdom-headers Version: 3.0.0-1noble.20260424.195959 Architecture: amd64 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.195959_amd64.deb Size: 14754 SHA256: 3472705f200f6c5e296f0b1cf19679c8998f0ebc43c6f6f27ac499d5f9c7c165 SHA1: b4625dbee1a5060a978d255b977b0848492c6a5f MD5sum: b554b4bb3fce1e4abbb8e94ebbf06ade Description: C++ headers for URDF. Package: ros-rolling-urdfdom-py Version: 1.2.1-2noble.20260425.042534 Architecture: amd64 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.042534_amd64.deb Size: 38696 SHA256: 9eadf1a669618f7b2c8d93bf51c1638d24befc5aa752f7057daa40cecd544a27 SHA1: 4f4641891aaa0bbf147f804d3f4d3a5ecade712b MD5sum: 52c7a65ad106e540df5f56e4078606ea Description: Python implementation of the URDF parser. Package: ros-rolling-urg-c Version: 1.0.4001-5noble.20260423.223328 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 314 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.20260423.223328_amd64.deb Size: 41698 SHA256: 106c15ac6064866132567ab7961141e54e06c99e673233a85f3a0a4cc1ff5978 SHA1: 9be452c9875946478783339ffecf5182d13d87ab MD5sum: 20b72a9acdad202e89b4d8b7aee58f2e Description: The urg_c package Package: ros-rolling-urg-c-dbgsym Package-Type: ddeb Source: ros-rolling-urg-c Version: 1.0.4001-5noble.20260423.223328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 199 Depends: ros-rolling-urg-c (= 1.0.4001-5noble.20260423.223328) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-c/ros-rolling-urg-c-dbgsym_1.0.4001-5noble.20260423.223328_amd64.deb Size: 98836 SHA256: 8cb9aa540125626b5bafa5e1de69c34e050a132ead22a1d8449cdf16662b0d59 SHA1: 4b50c093f0148c61926468c034fd58c2fd8e80fd MD5sum: 68a0e08677f59267909f16c8c2589a96 Description: debug symbols for ros-rolling-urg-c Build-Ids: 009b4afc3722e500d50afb2efdaf9b1a5cb6d7c7 02b81182bc95ff2147ac2de5a6928dd0ceeff9b0 08646a82388928717c90305be54fd4e983e01851 14f6f49bbbb71aa70b614e447524263ece1ffb2a 197c43ab1dca82e2a6c79e68ff50a7097c34a34a 264c925f06d32126bb0b64d8ae678d815dc9e336 397572cae0cf8faad20d92a77c7b0dfb4bc71d54 6d2a8bfc4965eb401fb0874bd40b699f79caf78f 7f81d79e44ede42d806f9936cc48f27dd3af0547 8700d528ce6747e4db292335e4f2ec9b364a53ef bac7f36310200ceaa571e39943acabd57f3d8ba4 f9bade077cb7a540c5a043af9e83d355269bfd47 Package: ros-rolling-urg-node Version: 1.2.0-1noble.20260425.043828 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 628 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.043828_amd64.deb Size: 191378 SHA256: 88825edd1c9330b29ac1b2533a2179782819f016a7f62e7a25cf50cb71b8748b SHA1: c7e9eccecaf2849d8d13b22f76cc8288c8c3ec81 MD5sum: 715e55c3de74998160c86b90bf846b67 Description: urg_node Package: ros-rolling-urg-node-dbgsym Package-Type: ddeb Source: ros-rolling-urg-node Version: 1.2.0-1noble.20260425.043828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2424 Depends: ros-rolling-urg-node (= 1.2.0-1noble.20260425.043828) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-node/ros-rolling-urg-node-dbgsym_1.2.0-1noble.20260425.043828_amd64.deb Size: 2275238 SHA256: 9fba386a7410dcb9186ed0d6ec9fa2b438d4066ac6a9d9f615b6f78a3e0e151c SHA1: e95ef860ee607d3de10fcd068a292ca99e8ebf31 MD5sum: c43d67a11d9702ec1b1772dfae514d75 Description: debug symbols for ros-rolling-urg-node Build-Ids: 54d66c0582ba4fdca3be32244508bbec1ec7f7e9 8ce11b455c762ce82d09cc2b034341b318cd461a b6f75d452258b849eae97227b7f10dd12a211f8b Package: ros-rolling-urg-node-msgs Version: 1.0.1-8noble.20260425.034535 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 462 Depends: libc6 (>= 2.4), 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.034535_amd64.deb Size: 43890 SHA256: 752de0439500f07ab06be503660a8e74421b5a468e8eda9dd5e15584caf10dbc SHA1: 829737049dedeadd616853ce3c22625258c53bf2 MD5sum: cccf4fed99f0c6edc04787b49cca1270 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.034535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 261 Depends: ros-rolling-urg-node-msgs (= 1.0.1-8noble.20260425.034535) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-node-msgs/ros-rolling-urg-node-msgs-dbgsym_1.0.1-8noble.20260425.034535_amd64.deb Size: 177308 SHA256: 1810ebd753a104ab96fda84b7bb3b70f9f5be25fc5a0c8016ecba6bc33ea53ed SHA1: bfeaf24dd8a2f7402547f9ad915ae796d52c1a92 MD5sum: 24a2707a02b4b8de928e9ede0c035e4a Description: debug symbols for ros-rolling-urg-node-msgs Build-Ids: 12fe3f01ef0021b77547550c112cd5904c05de20 32cfae79e2940a36e168297829cf935323f6be57 40569b73357c8c8bd2d73dd8de0c15f3b6eb7b83 46699c7a2d0ddc08ee9f7f07df71f9b978e4042d 4f5e236d3e445cd01e75ccf00d700bdffb91cc20 50134e99fe2480a29575239ec74512b6c23b7082 93ed5b509867c26fc0eaae7d70eadb24098e1b6b b22f23a8a741aafa5d9c0a9cce4c33f45c9c26a8 bbe1faf050c82afcb26e43fe3a82f72d327ae27c d6a7569040853ecffe7af7e487b67d52e332836e f538164f57a84a340a790e69722d3f212356e130 Package: ros-rolling-v4l2-camera Version: 0.8.0-1noble.20260425.050451 Architecture: amd64 Maintainer: Sander G. van Dijk Installed-Size: 804 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.050451_amd64.deb Size: 202360 SHA256: 82ed8a4134c63a2c85cc1ae6d086e1dca89672e530ac48023172af2d0b5fca3d SHA1: 9ac98770e6d586781e9cb1779d10491ce88cd2fc MD5sum: 78e4379c65cb2b3f623c92912d7a3afb 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.050451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sander G. van Dijk Installed-Size: 4117 Depends: ros-rolling-v4l2-camera (= 0.8.0-1noble.20260425.050451) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-v4l2-camera/ros-rolling-v4l2-camera-dbgsym_0.8.0-1noble.20260425.050451_amd64.deb Size: 3743062 SHA256: fc5bf1667c483a17b0be7833608010bb7f94a708b106da8f899ba6e201467bf7 SHA1: 3d89366850f6b3f756c6452dba1fd2720a989ed2 MD5sum: 1da0f18e73c73f2b2f64b2839a9ca97f Description: debug symbols for ros-rolling-v4l2-camera Build-Ids: 4a945d82cb533c8324e0d013b609cfa9d7549870 82aed5e82e150c0265e6c781148337ea7519d7bc 9a8418eeea0bd3c3ac5d313a39c8e931989e4411 Package: ros-rolling-velocity-controllers Version: 6.6.0-1noble.20260425.052224 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 122 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.052224_amd64.deb Size: 29064 SHA256: dee186612f8a519c976e441214f1fb1070c1696979a4d535fae3fe980c452354 SHA1: e506c1fd12f7e64a213b2f3fd95a49ce59b996e1 MD5sum: cc88ef4192948c04abf1bf9421b2b8af 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.052224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 440 Depends: ros-rolling-velocity-controllers (= 6.6.0-1noble.20260425.052224) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velocity-controllers/ros-rolling-velocity-controllers-dbgsym_6.6.0-1noble.20260425.052224_amd64.deb Size: 417040 SHA256: 1c6dac3f7eed717047939c9f1af29d42145c7f00d62866ec2fccaa564a00ac64 SHA1: 0b3720ee8e840066a4b59cbf41646b31d3eef3ba MD5sum: b4d0715bf90b23d26785423153aac209 Description: debug symbols for ros-rolling-velocity-controllers Build-Ids: f1594bc89ff929f21da627452a0564149fd4e202 Package: ros-rolling-velodyne-driver Version: 2.5.1-1noble.20260425.045239 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 720 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.20260425.045239_amd64.deb Size: 161730 SHA256: a9cd8b2c8057b81ec8b3ed7b8645892d4cc0cc64446afc1e03e2818680ad5045 SHA1: a7c557a72786308c4288a7c8fed9caf294fe02e6 MD5sum: 874cd371e64b3a796e6cb0685dc9a506 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.20260425.045239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 3272 Depends: ros-rolling-velodyne-driver (= 2.5.1-1noble.20260425.045239) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-driver/ros-rolling-velodyne-driver-dbgsym_2.5.1-1noble.20260425.045239_amd64.deb Size: 2896116 SHA256: 16d6f0afdcdce023a504b71f2aaca8bd4656ab67e6e3262a6b3ecd8a0e45a2ac SHA1: 232f8972c91b40ed3f579403e87a091d2047ca7d MD5sum: 01d1f955c66a76c4224bf3098f2d233c Description: debug symbols for ros-rolling-velodyne-driver Build-Ids: 4a2ebf299b202a2a03083301c66ca23e69d08c83 4e25a6272c290255a070189977b9cd2c9f9c0254 82c3afb1504885162dd3031afcbd955116c64167 Package: ros-rolling-velodyne-laserscan Version: 2.5.1-1noble.20260425.043622 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 612 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.043622_amd64.deb Size: 131982 SHA256: 6fa0d30a3a571708cd0406762d509102a0861e95a717d7a2faa527c99cf58a22 SHA1: de8d64b18612906b2af11241752b6b36b222fa12 MD5sum: 854db40e8b2851a579673ee0c789cd5b 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.043622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 2808 Depends: ros-rolling-velodyne-laserscan (= 2.5.1-1noble.20260425.043622) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-laserscan/ros-rolling-velodyne-laserscan-dbgsym_2.5.1-1noble.20260425.043622_amd64.deb Size: 2460564 SHA256: 5663a8f90569b34813fbfe2275fef0f60a9b34a1748e3acf9c99f209bdf9fb49 SHA1: 25d3c8ca77d057d6d8305142064e40c366d9bd42 MD5sum: 117ecb2a65170053944947541b1e1c59 Description: debug symbols for ros-rolling-velodyne-laserscan Build-Ids: 1eb34d7bf79793682e19857d8c7c06d8d85652a9 c85bb90bb91e2960c9fe2608d9b932a44787769f Package: ros-rolling-velodyne-msgs Version: 2.5.1-1noble.20260425.034543 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 581 Depends: libc6 (>= 2.4), 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.034543_amd64.deb Size: 58722 SHA256: 94f735cb96c68bfe63f7632a34736d306b6aa4cc0a708ff8a44f565aee83ff93 SHA1: 2327a91642e7bd38a71de5865da4193dee707b55 MD5sum: a59ea6444d074502e4c80e14f68e3613 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.034543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 415 Depends: ros-rolling-velodyne-msgs (= 2.5.1-1noble.20260425.034543) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-msgs/ros-rolling-velodyne-msgs-dbgsym_2.5.1-1noble.20260425.034543_amd64.deb Size: 306376 SHA256: 48e6a88b2bfa626315e254303416c1c9754b3e9d3cccfd13a58b2a8aca76aa14 SHA1: 2beb8c730579ebf65a82b79659bdf2032b8f256e MD5sum: 7f0075a678eba03db7ff7a6dbfd92b7c Description: debug symbols for ros-rolling-velodyne-msgs Build-Ids: 001ffa5bfa225e2ad983e68ed8a2616eb6e536ad 172f1776f9ec5bee8fe271cb010ddd2d66f2585e 541ac6a06373d367916f38ab9ce1deb9bb7d8ed6 5bdcdf180e8ccf657af3e5a7f0695bcb20eddb36 74069afd71e5bb8d028a29c5c0a21ae1bd270f22 8e11e9f54fae75dba9d9bb5b1bd4dcd9cd0b9f6e 92c269e97bab49c55064cef69c9cd87710545510 9e9b927446f7950be6013901a333e33b50c0c6e2 ac2fc37c8311734b600e1170d9ebd27c12fabe86 b70152d7317abf97d7e0c3b2839583bfbed4f119 dd7deb9f0d0f0e9b17084e175efe5e5bd8b2db2c Package: ros-rolling-vision-msgs Version: 4.2.0-1noble.20260425.035632 Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2612 Depends: libc6 (>= 2.14), 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.035632_amd64.deb Size: 192924 SHA256: b1f920d38a5d40a021a9471c48004d0bf9cb96bf2e9ddf725443e2b09b078523 SHA1: 78123abf15824369263a2f58a1e5fd6cb0fb5b0a MD5sum: 82e80318b8709c513a4f7ece0e3b5ab4 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.035632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2219 Depends: ros-rolling-vision-msgs (= 4.2.0-1noble.20260425.035632) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vision-msgs/ros-rolling-vision-msgs-dbgsym_4.2.0-1noble.20260425.035632_amd64.deb Size: 1853370 SHA256: 626ccca00141aa1d012b5feb6f25e0fb29b4be653af55df724c6a5c4589df829 SHA1: f73b32e77484276b00af539a272a5ed1ac036613 MD5sum: dc7eaa15eb8160610f83f0ae48e095bd Description: debug symbols for ros-rolling-vision-msgs Build-Ids: 065c8d8a91d37aa5886703aff925c8bff5205926 16ab2d6c42d2fc9203223161444d40994218051a 39472cb5f4ec5bb324feda3e281cc079b0806b07 43b6be736fe9d6d2d52a8f5c730f7baecb3176c5 698a559ca5fc54fea07498de2a4f1832970541b7 7c2c24bc14c7d49f0b1923e2bfae90ddb87929be a172ee9025f2e70e3036089bf844cdf2a15c64f8 cf9cd5bffd5aa48bba946456aec3066d56baea8d e865f2e18a8930698b50b83edfff22248a80b75e f057e3c2599d6df009f06376bd6337bcf4fe3004 f9e9a7f3d97b40a43f96f57d9f5b83888003c732 Package: ros-rolling-vision-opencv Version: 4.1.0-1noble.20260425.044220 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 45 Depends: ros-rolling-cv-bridge, ros-rolling-image-geometry, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/vision_opencv Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vision-opencv/ros-rolling-vision-opencv_4.1.0-1noble.20260425.044220_amd64.deb Size: 6092 SHA256: 42b4e018b5dac57b636126135c66912854a0c90fd4f4f4f6c82faffac31c4533 SHA1: 233e9476721242ac570a6a02d29dabd818986c52 MD5sum: 2627581c46a5b37d8ad906234bc4495c 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.061726 Architecture: amd64 Maintainer: Fabien Spindler Installed-Size: 14496 Depends: libc6 (>= 2.38), libdc1394-25 (>= 2.2.6), libgcc-s1 (>= 3.3.1), 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.061726_amd64.deb Size: 3486632 SHA256: dd048923dd629fa4db39adcef27fdcab372aadf685eddb858dbecfa44cf1db82 SHA1: 53b82b561f4ae0728a43fc5e931b304dfa36bddf MD5sum: 8fd11f683d5ce61fa70cb15e6595c49f 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.061726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fabien Spindler Installed-Size: 54327 Depends: ros-rolling-visp (= 3.7.0-4noble.20260425.061726) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-visp/ros-rolling-visp-dbgsym_3.7.0-4noble.20260425.061726_amd64.deb Size: 52747758 SHA256: 9ac3d77a46d5f6567a3c360ba3e40d7995438c870ec335916c75ea2af8e76332 SHA1: 87d932c87813dd38f384f7ccc8459d14e241c952 MD5sum: 39cafa0ac87895b2a3f20e967049223a Description: debug symbols for ros-rolling-visp Build-Ids: 0aa3fc656c5a0ace1581ff35bfff114f1bf99b45 1909531cef47b209b0d9802779da114c080855be 1cface5c98f5b5fa99148e01bcd2cbf0bcd4a902 3fe43191f1777fe7c99386375a2f86353f5037cd 4d98e4d889c43e349b2e3cd6f53ec55c554452f1 4e29a779db08e0a097b47152987009bdc6827a27 555c1f4badfdc176ef4c9e5938ad314e39862ca4 672e5b2e47f04a1a6b65f977bb6062b55e41a167 7eadffcb81c7af220878037997104b9cd202d51d 87782c4cd885a358881b2130f3345ac884724354 8c4407b6be5faefc6302112630b07b553ffff7e8 91e7543251406c3b89c88fa9c05482fd7c65d16b a105939832e8a6a991a191ef5461bc4558a85be0 a6ed6af6830cc3655e3683071c6ef3cef03da47f afe785082347e934403418ac4cda56e5c1db83ee b342e46c523728f470b8c85fde2f80458bce1411 c8983549df447f2c4b5ff42a55c0093fa536e535 d8ad02e7227cb32e33405494650dbd84c744f6f6 Package: ros-rolling-visualization-msgs Version: 5.9.2-1noble.20260425.040641 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3424 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.040641_amd64.deb Size: 292256 SHA256: 04a054e6b7ef6992ff4d35d38daab8f99262eb6d3df7e5f64897a3cb7cef90bf SHA1: f252ca4ee0cd81a6cfdf12cf6c3b0b797e6bce9e MD5sum: 49afc7df06bcc337a9383903b6c8f97f 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.040641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 3463 Depends: ros-rolling-visualization-msgs (= 5.9.2-1noble.20260425.040641) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-visualization-msgs/ros-rolling-visualization-msgs-dbgsym_5.9.2-1noble.20260425.040641_amd64.deb Size: 3022754 SHA256: d4ab157450fb871d8703c21c1e1f64cdde6c64646177c2df453c4992d9bf8d58 SHA1: 4f596e0de81bb0a6cd4603a8b2b282f710a86cc6 MD5sum: 88a902ef08d6ce5d69ca46be7eb954e1 Description: debug symbols for ros-rolling-visualization-msgs Build-Ids: 0ff3b91af7e509f480c369bda1748d7a3c0da43d 1563451ea9618f718a20dabbc4aa1791d1fea5d1 43c70d2f641d87796c8c474f9b3e9b47a53f0d98 4e891fa6b9d07195e922747d786dba8ec7b25cca 5300571dcdda3a49f6cbda0a40f78207cf024659 69f48da251de9e91b6bb91ad8d0aa4827def4990 83c4e76261ce850e9b216693081581407e6f0076 887898212a39919de38c17d58369905bce4077d7 98262107c56497ac1f350dcebd95a75310ee1e6d ef1449346b27ca34f12d65f1196289b79f67a986 f0eda7ad26e0b81bb6810f7e46464fbe54511987 Package: ros-rolling-vitis-common Version: 0.4.2-3noble.20260425.040526 Architecture: amd64 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.040526_amd64.deb Size: 5850 SHA256: 1e396c35f06e9be35449782161bb67edef60442d5f4576a4038e1ec7cbde86e1 SHA1: 1731a715f9b9783e8f2d403a1edad502d40ff557 MD5sum: 6f12cbe8cba9492fa582cc01b4bd80b4 Description: Common code for working with Vitis™ Unified Software Platform in ROS. Package: ros-rolling-vrpn Version: 7.35.0-20noble.20260423.223333 Architecture: amd64 Maintainer: Alvin Sun Installed-Size: 1708 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.20260423.223333_amd64.deb Size: 298734 SHA256: 952ec2e6f34780c1c30926fbb92718a5a07346bbf2365387f04114908e2445e8 SHA1: 113b71bb11819f83ba3cf6598d89f74f514899a3 MD5sum: 9ca46a26188c7bd4b7f6e5a491c3c9a4 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.050057 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 310 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.050057_amd64.deb Size: 81936 SHA256: 97e99eda3525f73b306c2f2d589a3ecf5521b1339a3c5451ff61442166289127 SHA1: aed3c7099f860470cae0983dd8470569fbd45ade MD5sum: 141a5384232a54ff5c529e363dec3dfe 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.050057 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 2230 Depends: ros-rolling-warehouse-ros (= 2.0.6-1noble.20260425.050057) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-warehouse-ros/ros-rolling-warehouse-ros-dbgsym_2.0.6-1noble.20260425.050057_amd64.deb Size: 2172680 SHA256: ce25fdca6b05e242daf6e51b66a75c19b6a175db7db283960b797fddb7fe9fa6 SHA1: a3c668ad7822a1db7d9e0418f6ffa84818ff4518 MD5sum: ba9639a1e5983e3bbd44d9873d82d46b Description: debug symbols for ros-rolling-warehouse-ros Build-Ids: 5f525e634289468da27241eb01be0b1a4fffd9d7 9bc98464794cd37589facf7a2205499b8dac8b94 Package: ros-rolling-warehouse-ros-sqlite Version: 1.0.7-1noble.20260425.050806 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 224 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libsqlite3-0 (>= 3.8.7), libstdc++6 (>= 13.1), libsqlite3-dev, ros-rolling-class-loader, ros-rolling-rclcpp, ros-rolling-warehouse-ros, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/warehouse_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-warehouse-ros-sqlite/ros-rolling-warehouse-ros-sqlite_1.0.7-1noble.20260425.050806_amd64.deb Size: 66644 SHA256: 87eaa05f1b3331f92d7d00f6e72b64d33560e85575ccfc7a66b7cde556eec04f SHA1: 8b0dce90258840ad42883b0be1518c075a77e72b MD5sum: f2b4fc7af16a0d475533dd1379c7bfe2 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.050806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 1166 Depends: ros-rolling-warehouse-ros-sqlite (= 1.0.7-1noble.20260425.050806) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-warehouse-ros-sqlite/ros-rolling-warehouse-ros-sqlite-dbgsym_1.0.7-1noble.20260425.050806_amd64.deb Size: 1111958 SHA256: 5dac516e104a4e18d4b7bbf27e207bd16fb7f323a93420e13bde416f5c898cf7 SHA1: 286b15fc9e8c01ea8bbeaed18ba2b9475b8ba835 MD5sum: a05fa0b98ef7eb595189f1ab1e7d8eab Description: debug symbols for ros-rolling-warehouse-ros-sqlite Build-Ids: eac3560585538963e6f9031c7c6c866378f5f3f8 Package: ros-rolling-web-video-server Version: 3.1.0-1noble.20260425.061804 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1221 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.061804_amd64.deb Size: 291420 SHA256: 6c63daeb4c0522de64b25dd987557abd84eb8406d09c0a97bae23349f73ad84e SHA1: 9a7dc903e97599eb0514f82339766de1409f0aca MD5sum: 2e6a652055f56a5f7186f1a9b66d9694 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.061804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 6966 Depends: ros-rolling-web-video-server (= 3.1.0-1noble.20260425.061804) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-web-video-server/ros-rolling-web-video-server-dbgsym_3.1.0-1noble.20260425.061804_amd64.deb Size: 6412418 SHA256: 53177c4fc1e31a8fdc27eeb1a08d4422d225f145ad2a367da936098097f325ec SHA1: 14793f43ea2b5eb22fd13e627af2a8b65a433ee2 MD5sum: 753bdfe6229c1b4b48b94fac7ee4f4a1 Description: debug symbols for ros-rolling-web-video-server Build-Ids: 4509d147a1172283f2fc8fd6ff889e1552d70a01 c126f41e7c098c844bbf15c5f1f206ed3c288ec7 eaa324133cdca73154faa2bc1b52baf55d67cd5f Package: ros-rolling-webots-ros2-crazyflie Version: 2025.0.1-1noble.20260425.050844 Architecture: amd64 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.050844_amd64.deb Size: 14504 SHA256: d2b96484531a454b3967d0937ba303a2b1cf0eeecd34006e31e19a544c7c1946 SHA1: 49894a0d97a4ebbcd534910715a51c2ae83c3553 MD5sum: 834d362fb0732e62d6511553e16ab192 Description: ROS2 package for Crazyflie webots simulator Package: ros-rolling-webots-ros2-driver Version: 2025.0.1-1noble.20260425.045846 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 4050 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.045846_amd64.deb Size: 848406 SHA256: 586d225197f69a241d8020e780637e9c114bf635acd535b322bfe200377a07e7 SHA1: d05a05c72646db0bfb7851d7c3cd0d9a4b7d12c7 MD5sum: d80f250ead0afeff186a78eec3b1d808 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.045846 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 15701 Depends: ros-rolling-webots-ros2-driver (= 2025.0.1-1noble.20260425.045846) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-driver/ros-rolling-webots-ros2-driver-dbgsym_2025.0.1-1noble.20260425.045846_amd64.deb Size: 14066480 SHA256: 0035c676d9ea18070540b0b9771edab7df09ed203e1ca689defdf9718cb2eb8c SHA1: 7a026f62aaedbd6b671af687d5a9551c81592410 MD5sum: d0d42d6743023752f235f8368c307fb4 Description: debug symbols for ros-rolling-webots-ros2-driver Build-Ids: 0f1ce41dbc851c5788e4a956fb671a7869e05522 42f839784c01430d56859bf0dcf2645c2201a683 59e99541018dae28b1fa0849756b1adec78be166 d53de844e628ee66cca65c3606167eb85871725d e02ec4d9fd99c015944a68e2b18591293ecd47f9 Package: ros-rolling-webots-ros2-importer Version: 2025.0.1-1noble.20260425.032640 Architecture: amd64 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.032640_amd64.deb Size: 63472 SHA256: c08700f89fb130596c5882319ddd90d952f3a30545ae5ee647ec2be8057dd788 SHA1: 24136ef2202496a79b241b1d36b49acdb8761517 MD5sum: 478a57cb6656fb6fa25329021079552d 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.050850 Architecture: amd64 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.050850_amd64.deb Size: 10308 SHA256: cccfc798a991e205a9064543fb15a534afe7b73418077df62daadd2a2b854e5c SHA1: fdbb9a18733a73c003ecabc4a38a83150f45f24c MD5sum: b62e18e82c04a00954bf8ee0c44da1a1 Description: Mavic 2 Pro robot ROS2 interface for Webots. Package: ros-rolling-webots-ros2-msgs Version: 2025.0.1-1noble.20260425.040440 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 3393 Depends: libc6 (>= 2.14), 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.040440_amd64.deb Size: 238830 SHA256: e69dd5e53fcbdc6fca4156c79c140db00f43ef6a228e8eb94749b19aa86f19cd SHA1: e2ee4d1f6db7c96c4ae0e7214946c85e024da01c MD5sum: 0dd86279a48c08b1806b13f97cb3624f 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.040440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 2584 Depends: ros-rolling-webots-ros2-msgs (= 2025.0.1-1noble.20260425.040440) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-msgs/ros-rolling-webots-ros2-msgs-dbgsym_2025.0.1-1noble.20260425.040440_amd64.deb Size: 2074816 SHA256: 675e14562727e9fa84bc307b7a83f2a7b6cde6c05bc9b39435d6a41261cc9041 SHA1: 4349bea65a03884fc8a8f878ffa05c6b529a0c8c MD5sum: 36319467361d9b6534c5e50317d120ca Description: debug symbols for ros-rolling-webots-ros2-msgs Build-Ids: 104935ba7cbb5a471877c341d16c415cc4bcc444 1d7c4258a12334e03732a8943fc20e8bccd6854b 3e75554e81ab211f4ba8e6c0a59d8458c4c086ec 4fe7e4e080fbd43aa52169fcb0003fa7ae2da726 6052503dd7a1d387a4e69883c4479591475afaf4 6c98bf58af622660be67c55ab7065b1b4b06c563 9988c7605cc15ff0014f4a31c9e0d572de2b7f71 ba585956224f414bc6bfbcf024c1df5d8125e3db cb36bb524176d99c11827aea1806a1fc965e3c37 cfd113347645a208faa652ef23cfc8c2ec055048 e1d5d08992202bda4e73954bedaebf422ec94022 Package: ros-rolling-webots-ros2-tesla Version: 2025.0.1-1noble.20260425.050857 Architecture: amd64 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.050857_amd64.deb Size: 13656 SHA256: c6ed014b320314693f3ca4b562d2f96533ef8390efaa6518c561aaf967f53e71 SHA1: a19710cb3d07202f3543ebca9480e03391a95c69 MD5sum: dfbfdcee296a52eb8b955eb9e3768dc8 Description: Tesla ROS2 interface for Webots. Package: ros-rolling-webots-ros2-tests Version: 2025.0.1-1noble.20260425.054322 Architecture: amd64 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.20260425.054322_amd64.deb Size: 8660 SHA256: adcb4ea66e6b7cff96e436457e718b272e9d87f6557dcdf2aec45124f6f7fff0 SHA1: 5061ab8258fa2db90fc2b29a27c3373148bf4b11 MD5sum: 1cd7907ce5415e1c3b13082e8f946011 Description: System tests for `webots_ros2` packages. Package: ros-rolling-wiimote Version: 3.3.0-2noble.20260425.044808 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1753 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.044808_amd64.deb Size: 315336 SHA256: 760c21572dc53bd6ccccf325f909bb9ce009f6c61255444640508859172469aa SHA1: f343735fbe54174fe981c25b978078db55a8a984 MD5sum: 749aca893b27a2c63a4fae0fe6e12d1c 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.044808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 7967 Depends: ros-rolling-wiimote (= 3.3.0-2noble.20260425.044808) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-wiimote/ros-rolling-wiimote-dbgsym_3.3.0-2noble.20260425.044808_amd64.deb Size: 6756734 SHA256: d62bd8f206231044cd86483ea19ed2222edac4c11efd93c8397a9f9170be1f49 SHA1: 4e64392ea61af02d46a67ff0ddab6b4da1487fba MD5sum: 1364ebf82e7635eff001fbfb7173c09e Description: debug symbols for ros-rolling-wiimote Build-Ids: 9fafdd05c7ecc37865cfa33e97d9ee52f5754fd5 c2c23bcf379b72b29d99f0111bbf26572b5fb74c d14c450209ed86b9353d9d6883b002efba34c7c2 ee708af594d4844957d158a590e95f6d88f09cc3 Package: ros-rolling-wiimote-msgs Version: 3.3.0-2noble.20260425.035454 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 996 Depends: libc6 (>= 2.4), 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.035454_amd64.deb Size: 94550 SHA256: 4d12bee5321c822f015c840483459ded0ea7f7dc82a5b2af21aa85e671a29d21 SHA1: 5e842d43388ff439b6f0f0613b81f692a6c6ef60 MD5sum: f459a067dc1ba8998047adcc858040b5 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.035454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 617 Depends: ros-rolling-wiimote-msgs (= 3.3.0-2noble.20260425.035454) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-wiimote-msgs/ros-rolling-wiimote-msgs-dbgsym_3.3.0-2noble.20260425.035454_amd64.deb Size: 478744 SHA256: 7a2727e7bb9c610da5cc61cb5fc358b87c3f7cc75c8b6163d9ea313c3f5bf4ff SHA1: 0bffeb8b426f763f6cc0e3893e35151ce4c2df31 MD5sum: 07361b5449e8cae3bdbf44cc19556324 Description: debug symbols for ros-rolling-wiimote-msgs Build-Ids: 26d1a86fa3da953fccbb7dc27d688f19638abe9d 4656eedf445dbb86e2aec690f1baa2520a9cf170 73076ec8ad3c0c552444e712894b4beb247e4682 7e6383cb07d965d51665d31b6c9ec90947c12b08 98be864654669e795ae24ef7594777980bd212dd 9c2a9806cec1662646d2105750d3862d276a6e74 a536693bf8c827d59f9b34e51943ebc5c7af096b b7cd9ae0a34967eb878279e64e3ba9daae6f4ff0 d77ee614dc0902568a43deaad8f201c2d3785aa6 df61186eb2003312105db392e2abee897e5051c1 fcc59cf8dc2b692ad675ee3a2fbee171d91e044a Package: ros-rolling-xacro Version: 2.1.1-1noble.20260423.223928 Architecture: amd64 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.20260423.223928_amd64.deb Size: 29784 SHA256: 3f3afc2f87c9e36ad74951bee0c820cb566c8011f9efba5c1792882792294f0f SHA1: 137ac307eb44295b8e8d23e00cd1771c998d18be MD5sum: 550d35fb60b519e8780ea269b934dd7b 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.20260423.230432 Architecture: amd64 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.20260423.230432_amd64.deb Size: 7888 SHA256: de61939af7b0051285dd39631b4ba73162529e2d5fdb413770b937b1f62948d3 SHA1: a81f5da12f059559b46b942dba687c651ba096dd MD5sum: f3e2dae9c68440e6da778c681e39b996 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.20260423.223934 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1833 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.20260423.223934_amd64.deb Size: 442360 SHA256: fe4519d8bbd6784c6e02a1baff1622f627647e87a78265e21a468ec7d5f963e2 SHA1: edeb51f1cbd788cc19aa6adbb3a752f4edf7e81a MD5sum: 078106071ccbfbb0b1b4e6b2c4335907 Description: YASMIN (Yet Another State MachINe) main package Package: ros-rolling-yasmin-cli Version: 5.0.0-1noble.20260425.052438 Architecture: amd64 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.20260425.052438_amd64.deb Size: 48896 SHA256: 8e4d2b029f39206545cad01f356606100855f0890c5f6b2a6de4301c1b17028c SHA1: d0c8b1089ee590015fdf65e2ed7a96d074c753da MD5sum: dde49ff029e9c43e14231fa8278d6216 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.20260423.223934 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 962 Depends: ros-rolling-yasmin (= 5.0.0-1noble.20260423.223934) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin/ros-rolling-yasmin-dbgsym_5.0.0-1noble.20260423.223934_amd64.deb Size: 908108 SHA256: 86fa0000b892328e30257a08bde46a3d0e4a8e8f24fe1e846df45b5e803ce996 SHA1: 0801cdb8e9ee0dac92362419f05e09707fa03c2d MD5sum: 9457e63b11e86c874c7cf9688c57f423 Description: debug symbols for ros-rolling-yasmin Build-Ids: 9c65f8395950235f11eb3da62c14b6f73bde1410 Package: ros-rolling-yasmin-demos Version: 5.0.0-1noble.20260425.051308 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 1823 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.051308_amd64.deb Size: 380028 SHA256: a223af6952b8916061c2c16e1f565563c0ea90f95e58865196e5a49d3e1ec77f SHA1: 301171b56b6bca871359159b90193016502f96a4 MD5sum: c863e25a866de1b6573bfee3f4891888 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.051308 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 11155 Depends: ros-rolling-yasmin-demos (= 5.0.0-1noble.20260425.051308) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-demos/ros-rolling-yasmin-demos-dbgsym_5.0.0-1noble.20260425.051308_amd64.deb Size: 10316348 SHA256: f39dfbcae0749b1496e943f8a930ce9085ea4c723e32b676c5361796d28f68d2 SHA1: 596d36ed853b17a4e7c83a1c50bcaddfdfe97070 MD5sum: 713a953dcba7f593964a139af3f327f4 Description: debug symbols for ros-rolling-yasmin-demos Build-Ids: 04b8e3ef8af975db398435a64d6bb27c199baa4b 07ad4cf86dea3bb89e4c2eb12491a3d30a37fe65 0b904ddc3f004805128c98eeb0fdf572b5b0a1be 0d621162d03feeff10287e975901546207204b2e 20dd7e5cae7af08810b7f5669e4f3937e118967a 22d18dd6fe44916316ea0dd96523135220d8e546 2513c208c86174aef0fbef98990a53a22b7706c9 28864b6c415dc0ba097a0703ba5d5dc970173244 6e0e56e80f734598fd439611926ff07a07928ef7 6e4b70fa3e3934500485b7fc72d15f80d99fc6c0 922d4144fe57a96103b666318fcd4f9f277a272a a14f77f4eb301ef1e84feb63d686fe7bdfab3ac9 c37209a0b395dca33601774b73fa5df55427dac4 c9a89e83f47fbba622aa87441ae05646474880a1 e9b92fb088ac76d4072de115bf449fc07d46744a fc354f6362143031fd92adee14f1bc66ad81e179 Package: ros-rolling-yasmin-editor Version: 5.0.0-1noble.20260425.052445 Architecture: amd64 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.20260425.052445_amd64.deb Size: 79980 SHA256: 63099e9f45841a5b5776b736829825ed849eaf603f6cffe3c8ddd83845d0e956 SHA1: 334a0ec2434e6621d18bb9bba5eb2fd174212c62 MD5sum: 50fafc09a5a25820f8716ac4560a9cca Description: Editor for YASMIN (Yet Another State MachINe) Package: ros-rolling-yasmin-factory Version: 5.0.0-1noble.20260425.050826 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 779 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.050826_amd64.deb Size: 231778 SHA256: d725d509ac92c276d28e59e24ecd359f9689ebdedc626270799bfe4dc9ccdf54 SHA1: 0a0d7222754ed086c29fadc74d13d16fa63086e1 MD5sum: eda9c5a60a9e331e42eabee16ca5e59f 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.050826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 2626 Depends: ros-rolling-yasmin-factory (= 5.0.0-1noble.20260425.050826) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-factory/ros-rolling-yasmin-factory-dbgsym_5.0.0-1noble.20260425.050826_amd64.deb Size: 2500016 SHA256: c60e99551e03035e551ab90c5af9b386649ccfc04f3147aac802ce949b556cee SHA1: 3f7f81a6429b6df762be71106c0be2b475fa4b37 MD5sum: 1cba368d760586be08b6bd13f9136e09 Description: debug symbols for ros-rolling-yasmin-factory Build-Ids: cc8f4479f168530af5bfe3b24db135a3b478e1c9 f578dfbe49005b799043e175934abd54335a2378 Package: ros-rolling-yasmin-msgs Version: 5.0.0-1noble.20260425.034001 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 754 Depends: libc6 (>= 2.14), 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.034001_amd64.deb Size: 81332 SHA256: 6bc91bf29d004114eca33172372aee9a2a767a2780964861ab6f534cc57f5335 SHA1: 49f733124232d7444f147f7d1f0427c510e5a635 MD5sum: 58f7a0f2bab28256d1c851f05eb0df53 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.034001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 687 Depends: ros-rolling-yasmin-msgs (= 5.0.0-1noble.20260425.034001) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-msgs/ros-rolling-yasmin-msgs-dbgsym_5.0.0-1noble.20260425.034001_amd64.deb Size: 561200 SHA256: b5c6b9874f59ca628d741d7fb0cb87f34eb39e1fbc548b84a545282a4d4637a0 SHA1: 93138be99f1b9307f92d6118d0274be7d0ccaab7 MD5sum: e685ffef6a631bf9c1cc096680406dda Description: debug symbols for ros-rolling-yasmin-msgs Build-Ids: 08da6d052d377f558a0bfa3c3c85708fb46dbf9b 22dde8d6bc4696193f2bd2fa2b5e54f91e0d3d00 26c50fd0ae60ae5f0f334da1457be775d2ad0da7 4dcbf64bb6a0306214588b8e30c0a76828beeb23 6af9fcb14da5ae14404b4bed45c9e7b9c0d0ae84 9361712ef0d23b03f8a66791e5304aaa2aa21dec abbead172dd8070d7ef4bddb1851e1f06a1f313a b773ff6b125b6d5d6f6993d015f4bd3ccae508ab d1c2de8ba9b76fa9e5b511baf7cbd224d086f359 f5e1efafc1f90274c8c2e6f8f5421503bd89f90f fe245470bf82d1036a0b36cc70d4f4983753fc97 Package: ros-rolling-yasmin-pcl Version: 5.0.0-1noble.20260425.050425 Architecture: amd64 Maintainer: Maik Knof Installed-Size: 414 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.050425_amd64.deb Size: 103026 SHA256: 52ca5a5e4bdb5174c24e16185a74809bd49d0c4de64c1d20d5ed9dacc106ea68 SHA1: 1353f3ac451eaf7fb543b3e29c5b1b5add6632c3 MD5sum: 2b82b974d0c35c3e81cf7cc6d0947eb9 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.050425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maik Knof Installed-Size: 5005 Depends: ros-rolling-yasmin-pcl (= 5.0.0-1noble.20260425.050425) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-pcl/ros-rolling-yasmin-pcl-dbgsym_5.0.0-1noble.20260425.050425_amd64.deb Size: 4902672 SHA256: a8ff6f15a0b3348e5361ef17231270fd011ef2d3fc81dee8297d02c957ee37f6 SHA1: 330f6a0e4f5f73d2432d5d8bf70e2971641e93d7 MD5sum: 5a5bfeb07a3897ba77ad98fa7bd6087c Description: debug symbols for ros-rolling-yasmin-pcl Build-Ids: bbf56bdb215ae022d715fbd04ec55ab436edf2e4 Package: ros-rolling-yasmin-plugins-manager Version: 5.0.0-1noble.20260425.052108 Architecture: amd64 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.20260425.052108_amd64.deb Size: 38160 SHA256: 59f4186c54da86a1e72890c9f5bc01f84b6dee6d7354bb6a2d2549cf7e40a78f SHA1: 03da3f555e6950c7d345f60d83c365ddc1ec4b3b MD5sum: 79188bfaf896b37b66b37d83da9aa8fb Description: Plugin discovery and caching for YASMIN states. Package: ros-rolling-yasmin-ros Version: 5.0.0-1noble.20260425.045133 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 965 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.045133_amd64.deb Size: 209774 SHA256: 1cea4b0f4da3c2ad4f61bb6da77d8a30ce58f6f36e946f3c1491427a9eecceaa SHA1: 2665ec2ffa5c4e681cb03bf678df3ab991d42e7b MD5sum: d2ae621f205b8a66c9fcc3e160181392 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.045133 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4173 Depends: ros-rolling-yasmin-ros (= 5.0.0-1noble.20260425.045133) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-ros/ros-rolling-yasmin-ros-dbgsym_5.0.0-1noble.20260425.045133_amd64.deb Size: 3755620 SHA256: c6e80b34ade073c8b22277ffa9884a1b139d3c01396680b0146cd5289acf336d SHA1: ef3e00c2e5bbcb9a8bbb21a57fec52765bdcc587 MD5sum: eca8a7beee4a003859366e845a00bf1f Description: debug symbols for ros-rolling-yasmin-ros Build-Ids: 3a87b6f6fe79f0dc69952bb59db74e0e48b91719 d357e3596d635f6547fc1a45992cfd2d7077f003 d4481640a6ea37222a4c2f99727f820e90ba33d2 Package: ros-rolling-yasmin-viewer Version: 5.0.0-1noble.20260425.045609 Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 3920 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.045609_amd64.deb Size: 945754 SHA256: 8da470def93831c841d13d638f27a8fbd1451f530287fc1ccd621108475467fa SHA1: b4e77a371e591be391b470e630669b192bb52d18 MD5sum: d96d0f9a8e2267ac3098924d8d9064cd 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.045609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Miguel Ángel González Santamarta Installed-Size: 4511 Depends: ros-rolling-yasmin-viewer (= 5.0.0-1noble.20260425.045609) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-viewer/ros-rolling-yasmin-viewer-dbgsym_5.0.0-1noble.20260425.045609_amd64.deb Size: 4041984 SHA256: a78edd018649a2b2671f97f1b823e6f0b7ba36f82d7259b1a617ea849845d660 SHA1: e84fe96306480655f5a14eaaa5cd9ba2beb0932e MD5sum: b42d23c608a0a1610037c4682d586dc2 Description: debug symbols for ros-rolling-yasmin-viewer Build-Ids: 960b0d6783cf1c23ad984f5bb0ad628b3522af90 97ef5e7cc43f974241e13b82f3ee28422fa69241 Package: ros-rolling-zbar-ros-interfaces Version: 0.7.0-1noble.20260425.040302 Architecture: amd64 Maintainer: ijnek Installed-Size: 461 Depends: libc6 (>= 2.14), 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.040302_amd64.deb Size: 48394 SHA256: 34d1d74858b1d457fffa3d438fb9c11aebe83e4b53b7d3734dcac26bcdacbe72 SHA1: 7f18fcc3195356f9fbafb1e8ce83a08a40c07f3e MD5sum: c7141d06a09285e2dd521add09639feb 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.040302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 312 Depends: ros-rolling-zbar-ros-interfaces (= 0.7.0-1noble.20260425.040302) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zbar-ros-interfaces/ros-rolling-zbar-ros-interfaces-dbgsym_0.7.0-1noble.20260425.040302_amd64.deb Size: 221456 SHA256: 34aff4906b0e0a4abb91c032c43522b327c242c017b085424f0dcdb32de1fd12 SHA1: 96fc26af014ef5adb812660d643eed8f58facb58 MD5sum: 5b6b5b9ed3153dd29e8fa57872988f1d Description: debug symbols for ros-rolling-zbar-ros-interfaces Build-Ids: 1e1eaf2983a5852b4f8d5879bd4d3db772ec6485 312ee451fb162fd17cd0ed6e1d5e63916545a4bd 853392bdbbb33f4e75820d70e9aa4a90ae702137 875d8c462325e79975317141f2b7d350acaf9c5a 8bb46028b9f7a062d56b678bd0556f9f31e2475c 8e0e76e16fe9a4c84842c7698a66ae8728f212dd 9006c3b9c83f8e87278a6a81cbf72395385ee0c2 9e04e7923d1b84010f9010540e3e085e2c42a832 ae5a9952cb4cb7cbdb75ce30e82408ef02060db6 b685b17a79e796c793fe3e8ccdb1d6607b33f100 c2671afbd068b1d2d70f27124f9ac009d4f71fd2 Package: ros-rolling-zed-description Version: 0.1.3-1noble.20260425.055500 Architecture: amd64 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.20260425.055500_amd64.deb Size: 1637642 SHA256: 9ee0efd014a1ab32a29fc01bbc3101b93599426a0a39232bebf9c2902b7a4bcc SHA1: 1d6b9a3247e00c7c777a060908aec50b6d14ec1b MD5sum: b99f66a3e2d79865c986d1568ca3a806 Description: Contains URDF and meshes to create models of Stereolabs ZED Cameras. Package: ros-rolling-zed-msgs Version: 5.2.1-1noble.20260425.035845 Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 4895 Depends: libc6 (>= 2.14), 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.035845_amd64.deb Size: 333840 SHA256: 00edf0fe231b2471033e6c536365f1cbd4c9e20df473d13deb094c606e486c3b SHA1: 56d7b002b4f6163b4485d9f7a3267312e3c939fc MD5sum: a941182ef0e26cff54d1c93013ffeff2 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.035845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 3735 Depends: ros-rolling-zed-msgs (= 5.2.1-1noble.20260425.035845) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zed-msgs/ros-rolling-zed-msgs-dbgsym_5.2.1-1noble.20260425.035845_amd64.deb Size: 3065942 SHA256: b317f987e160434d87ffb0a2919e9d526a8bd399c61b77a8bb60a82faacf4b59 SHA1: 8302214dd17e7d35c3e1d6fdbea74ea4fc8c7b3a MD5sum: 33ffe8393a5f0fb1836e4d0b3a3441fb Description: debug symbols for ros-rolling-zed-msgs Build-Ids: 0d6d5e4c6d4ea4ee17a217f3902131ddc9f6b351 35cc91b6a8797b2c447ef323af36045a74dc8c74 56dc412bf55b21354bd7280622d2a21867057ccf 7162f96530ec149382914aff01793c96f0a72231 9ca7190b8a12244d5036dc430484a02abc1b6503 abd97ef2385e3e5650336e2133e74827c58fb499 b4cf8373603d98d37aa20d501e613caeba865760 e7553821c55da9ddbb9701aa02dc3b428040ac84 f69ee6181271051de418649488fa8a0f704937a3 fbd759c1280d0fdae6b6dd44fcd0ecd7ef87af79 ffe21583c54cf05160a62ef1421a78d705b9c8b8 Package: ros-rolling-zenoh-cpp-vendor Version: 0.10.3-1noble.20260423.230335 Architecture: amd64 Maintainer: Yadunund Installed-Size: 47384 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.20260423.230335_amd64.deb Size: 10088416 SHA256: 3e6ddb6873dea0f94abfc2bfc17780adcc3f80db9bf49dac5429c36aab91f413 SHA1: 688c6819fa5f138d4660a89ee7325f6b04d93f0d MD5sum: 16d5896c7c1e9a339197fd37d5ce5d39 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.20260423.230335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3780 Depends: ros-rolling-zenoh-cpp-vendor (= 0.10.3-1noble.20260423.230335) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zenoh-cpp-vendor/ros-rolling-zenoh-cpp-vendor-dbgsym_0.10.3-1noble.20260423.230335_amd64.deb Size: 2245638 SHA256: 7a682a3fd4974b91630ba744525638dc9011c71109a804ec7e094a49eb302fed SHA1: 1ca6176c6172adba5e02cde02fd347913873a6ea MD5sum: ac3adc6e6d9f30e1e433870425560cde Description: debug symbols for ros-rolling-zenoh-cpp-vendor Build-Ids: e49927590ace34463a622257eb4f50aa82d68333 Package: ros-rolling-zenoh-security-tools Version: 0.10.3-1noble.20260425.000632 Architecture: amd64 Maintainer: Alejandro Hernanadez Installed-Size: 257 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.000632_amd64.deb Size: 84236 SHA256: 061ca766eecdd50dd1f40492facb334c764f41453b9100ba94f2b7c1214e4d2a SHA1: 543039ce22b3b673dfabe497574c8cc4dfacdb75 MD5sum: c22367e2751b038cb9bf1b9b71ef2fa9 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.000632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernanadez Installed-Size: 1092 Depends: ros-rolling-zenoh-security-tools (= 0.10.3-1noble.20260425.000632) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zenoh-security-tools/ros-rolling-zenoh-security-tools-dbgsym_0.10.3-1noble.20260425.000632_amd64.deb Size: 1036398 SHA256: 9eaedda29e696ccbe49f335e32e654c258f97953576344896c9453f8ab34771a SHA1: 3a6652c7871b8e5dcfbc052cd16f6e293696b3e6 MD5sum: 65198c8bc39b013c1731b7d4f052a28b Description: debug symbols for ros-rolling-zenoh-security-tools Build-Ids: 8019b7d12c3861ae4de67b0589cb4a8f06e70ab5 Package: ros-rolling-zlib-point-cloud-transport Version: 6.1.0-1noble.20260425.050726 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 609 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.050726_amd64.deb Size: 131570 SHA256: 2366591521abcd676253322074917432f86cd17689362d71b8a5f685ff3e1240 SHA1: 72c56cfe692fdfbee0b00dfa2ea1a179b1eb22b0 MD5sum: c52f1ba2e1e9228d66ab8696916b0a83 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.050726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3445 Depends: ros-rolling-zlib-point-cloud-transport (= 6.1.0-1noble.20260425.050726) 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.050726_amd64.deb Size: 3041612 SHA256: 5774f170767922381cf15d6c89c45d1fc6c107a586f4f07487b42039056c9875 SHA1: a89a7826cd533a6c1cc1fe88c62c0cd3c02afc2d MD5sum: 72563c0e36b548ddcae3012d8c2a6442 Description: debug symbols for ros-rolling-zlib-point-cloud-transport Build-Ids: ac768fb2a4eac8a1cba2a68bf04412614c89eae4 Package: ros-rolling-zmqpp-vendor Version: 0.0.2-3noble.20260423.224122 Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 1337 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.20260423.224122_amd64.deb Size: 127584 SHA256: 571692685c08cb8ac5edc505b39559698d824ec1764ec13acc7d9a8097fc32cd SHA1: b98c7c02d293b1fd850cd2d7e2917ebdc62f925c MD5sum: 5cc97498fee9b17fe9fad0321af4e0f1 Description: Vendor package for zmqpp Package: ros-rolling-zmqpp-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-zmqpp-vendor Version: 0.0.2-3noble.20260423.224122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 794 Depends: ros-rolling-zmqpp-vendor (= 0.0.2-3noble.20260423.224122) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zmqpp-vendor/ros-rolling-zmqpp-vendor-dbgsym_0.0.2-3noble.20260423.224122_amd64.deb Size: 748756 SHA256: 8bec7c7be656a56de28cab850202687b5df645ab613eb9c5e40137a3f9f85672 SHA1: db4b6a1594d8d0a9d5e369f5cf5f656971f66473 MD5sum: 671d216f1bc7bb4c4d6eb36cafd261b6 Description: debug symbols for ros-rolling-zmqpp-vendor Build-Ids: 1740f35ab399f60e99b37c1909faa76c4219da53 Package: ros-rolling-zstd-cmake-module Version: 0.33.1-1noble.20260423.224132 Architecture: amd64 Maintainer: Michael Orlov Installed-Size: 49 Depends: libzstd-dev, ros-rolling-ros-workspace Homepage: https://facebook.github.io/zstd/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zstd-cmake-module/ros-rolling-zstd-cmake-module_0.33.1-1noble.20260423.224132_amd64.deb Size: 6834 SHA256: e8222f08e74a9d6a9d873af8621c6bdc92edafdac8cdb485bec404bf853ae708 SHA1: a49ab237551a1757da914047f771ab7a5898e08a MD5sum: a563ec2bfe0d1809098059efe9ad57d9 Description: ZSTD compression cmake module package Package: ros-rolling-zstd-image-transport Version: 6.2.4-1noble.20260425.052516 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 562 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.052516_amd64.deb Size: 127850 SHA256: b4cd4356fdfc1b8205e346421c848e1f4f5dcb85fe2d8eeab2fb1e6587b80a18 SHA1: 23167d5e3671032aed67cae6819c7c8d89ecb747 MD5sum: a9d9574583b724e4909cc7541fe85c3b 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.052516 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2763 Depends: ros-rolling-zstd-image-transport (= 6.2.4-1noble.20260425.052516) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zstd-image-transport/ros-rolling-zstd-image-transport-dbgsym_6.2.4-1noble.20260425.052516_amd64.deb Size: 2413094 SHA256: 50d3178d3ae349dc799d52c3ae814bf07d7f72e6321ace67ba42d9a71a957257 SHA1: 7cb6b096c2c3ef927f3b87b5cba6fe38fe9dd617 MD5sum: c4ebce8b7ac03acc64e19666e93ab812 Description: debug symbols for ros-rolling-zstd-image-transport Build-Ids: ed4d2e6beb2f12eb49ae4b8595204bdbc83ed947 Package: ros-rolling-zstd-point-cloud-transport Version: 6.1.0-1noble.20260425.050704 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 601 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.050704_amd64.deb Size: 128738 SHA256: b3fb854b50b823d4d5f93a1cada87db0b66c156685598dd7dc4b041443cb7d11 SHA1: eec0c5648d4a097efdce7d467c3bcf3e6a61589c MD5sum: e64f8538fa4ccb71af151a881b6627dd 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.050704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 2825 Depends: ros-rolling-zstd-point-cloud-transport (= 6.1.0-1noble.20260425.050704) 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.050704_amd64.deb Size: 2420438 SHA256: 5be402648f1ce15d4eaa7923b56669edcf3457591a2f3c4c1e53cc2e1678d037 SHA1: 36ac196ef6d2f8670e1232285694ab716f246163 MD5sum: 9d5f99fdc8593a44261d9896a224d6a7 Description: debug symbols for ros-rolling-zstd-point-cloud-transport Build-Ids: 59951c6b33789a8e6c12bff5e1cd9e29d7b162b2 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: devel Installed-Size: 538201 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Version: 6.0.1.25-1 Depends: debconf (>= 0.5) | debconf-2.0 Filename: pool/main/r/rti-connext-dds-6.0.1/rti-connext-dds-6.0.1_6.0.1.25-1_amd64.deb SHA512: dd313c3a3ed01a76ae87ed91f63acb66e409a0914cc329c1e5c93efe0baf76a7f218e62c776503c243f857bfb697d15a2b2f332e2aa00c3eec489fd648acba09 Size: 153500460 SHA256: 37f30b04fe591389e5f76aafe5f53c1a96c8bb5f95050c0c888cf3ec17fd3fd4 SHA1: 4f746491bf37f1e9003ec9d2db8785e30e799aea MD5sum: 9aaa4eb302bbf0f5cb0b3e08a6520754 Description: real-time messaging and integration platform. This package contains a minimal evaluation bundle of RTI Connext DDS 6.0.1, . The package includes all the C/C++ libraries, header files, and tools required to build and run an application with RTI Connext DDS. . The software is released under RTI's Non-Commercial and Pre-Commercial License Agreement. Homepage: https://www.rti.com/products/connext-dds-professional Package: rti-connext-dds-7.3.0-ros Priority: optional Section: devel Installed-Size: 235628 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 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_amd64.deb SHA512: 451d9cbeccc1b0a9687af42a6de2a96de3565bc6b4cbd938ffdf719cd0be78004330bb728a2c682929a436a9a72705dce8e8e7a918b99a6ab51b72004e71f5d0 Size: 77878728 SHA256: 32cd4a83f16349fee459704eebac87a0e4d88567d23ad9cdef5669bb41e2c48e SHA1: 08d702555691b0970f7dad732a31b60fe39afa21 MD5sum: 7e2850565a52ee671119ccc4c133c941 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: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-env-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-env_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: d1700324b2896a3ff830bff73fa978347d81fe7382dde7d35cc411b701ef6922872578b7b9e991b8e8b7e899e679d9cf6f4801a46902b18e317ce418c6c34388 Size: 4528 SHA256: fcb011ccd43f8549c1a7eb56f62da6847071c745f448d81d51d31f02a40fa02c SHA1: 59ff4a23f220060391394d91c14f811a7f42a15f MD5sum: e3d71a5b3879598d1c3c9cd0ccea7073 Description: RTI Connext 7.7.0 (environment setup scripts) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains scripts use to load RTI Connext in the shell environment. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-env-amd64 Priority: optional Section: devel Installed-Size: 21 Maintainer: Real-Time Innovations, Inc. Architecture: all Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-env-amd64_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_all.deb SHA512: cac75e132616572b2d3ff4cec699e5a8f5356600704a72b688a5c8c21a56aab84934b2b0672c3b6f67e7ca26db71c6affc62763dc59da96876e89b2c8d803b11 Size: 2836 SHA256: ca9f73f432e4e2ec5e7b0ce63aead00f469b440920807ff1184449441944507b SHA1: 6fe1ca753e7d74ee7bcf48a3b4a1527b5763b2a4 MD5sum: 5f909416b3b9b2a2c65cbe7f23934a64 Description: RTI Connext 7.7.0 (environment setup scripts for 64-bit Intel) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains scripts use to load the 64-bit Intel version of RTI Connext in the shell environment. Homepage: https://www.rti.com Multi-Arch: foreign Package: rti-connext-dds-7.7.0-env-arm64 Priority: optional Section: devel Installed-Size: 21 Maintainer: Real-Time Innovations, Inc. Architecture: all Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-env-arm64_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_all.deb SHA512: 5c27fe3bdabf279a39007b9381272f3a47ab4d112ee34fe82af1851e85b252001f52e953ba9ce357fbf3763e8fd1327029c969356b40e2bb7de31eb7353a50d9 Size: 2852 SHA256: 7f94961d78bb3f8a6cd042e0b2db10da8fc7dbc9b24b6e28c1e6aa04db2734b3 SHA1: 08532bde04dd0ff4c16b4392feb366076f8048d3 MD5sum: 11606ac06d4a46b1fef2f29fc4223d37 Description: RTI Connext 7.7.0 (environment setup scripts for 64-bit Intel) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains scripts use to load the 64-bit ARM version of RTI Connext in the shell environment. Homepage: https://www.rti.com Multi-Arch: foreign Package: rti-connext-dds-7.7.0-jre Priority: optional Section: devel Installed-Size: 323885 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-jre_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 328221e51a149282be233b646ccf6a0a46b94f059cdfd4bf2fe98215c11d4680432de12023c08262c1388c201fd3f020982b68d307dfd6b89b6a36d4bb18cace Size: 102983424 SHA256: 73ab5e4ab8d3cb93ce1bcd35c9029a042ebaf95b79ca936a9b906fa766e095eb SHA1: 92193ad1186ff4bb415781322457a3b9660093c5 MD5sum: 43d130f1af8c8bb528118848dd9572aa Description: RTI Connext 7.7.0 (java runtime environment) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains the Java Runtime Environment required to run Java tools for RTI Connext Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-lib Priority: optional Section: devel Installed-Size: 7097 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-env (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-lib-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-lib_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 684c167d35343153f756e5b1af83b20b6db996ac70bb0caf193a0be5720a1e291338eb975f5984a9f2abe94f21f5562e1605bdcdb2ce498ecfd9b8b2cf77ca40 Size: 6612852 SHA256: 6d1b0264b834591dbee74e710de1e168ca4b2a7c561b6d98d9c00dc7035fa5d9 SHA1: ac09533cf3147869357be0a2203ab9f54d31f90e MD5sum: 2ec70c497ed769b7eadd6fcc4e12a6ae Description: RTI Connext 7.7.0 (release libraries) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains the RTI Connext release libraries. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-lib-amd64 Priority: optional Section: devel Installed-Size: 98672 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-env-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-lib-amd64_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 44b0d9f7bcde07cbdd592c096b8aafbcb00e092167419dcbb869101a28ad883a7b1f84bb98ead9f956ac2b384f53ddb913a8f5ad807e1127cf1b1352f7c73a06 Size: 30748264 SHA256: 7ced04750b554d037dc2d449a6c4168263ec9b6fa81b15ef8beb6a99863be83d SHA1: c332564bbb6e1d5e9a38565b922f46e5f4c9c78b MD5sum: 81d9ac3b393affa146e376410ef3cf8e Description: RTI Connext 7.7.0 (release libraries for 64-bit Intel) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains the RTI Connext release libraries for 64-bit Intel (amd64) platforms. . This package can be used to install 64-bit Intel libraries on foreign architectures for cross-compilation or to run foreign executables. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-lib-dbg Priority: optional Section: debug Installed-Size: 1230 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-env (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-lib-dbg-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-lib-dbg_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 56e4e6ec236d06a98866d2a28d2d3af90a320d8498b3a2a13597055d4dd69e487949b082a1808d45f493d2c5db151fe19f29f12b9eb25d96dab6ade42d231af5 Size: 1145852 SHA256: b956970d1416a54a15d4cb7da51f89a49af54568db8a7a1760b02701ae4fd497 SHA1: 32f3e3a2a49bd6ef3137405978a0adef67a47051 MD5sum: 3ba166f26c5af01e42d22adce375066d Description: RTI Connext 7.7.0 (debug libraries) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains the RTI Connext debug libraries. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-lib-dbg-amd64 Priority: optional Section: debug Installed-Size: 346803 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-env-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-lib-dbg-amd64_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 0ca406b0bf2a5a61d5429abcbe30763c3ab9982950b11931d38f831461bc68387209a85bb3d4931df5b26e6af958232149fc6d7ba7c9ac189632035018cd82aa Size: 124688436 SHA256: 65661b85263ec5b1d8c3b27443b9f3f7341f6a510824c5df45e9625b62647ee7 SHA1: 99243892a11e786451708d0ff5d0544f8718d3ef MD5sum: b01a10c5daee91c0dd227835c085dcbe Description: RTI Connext 7.7.0 (debug libraries for 64-bit Intel) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains the RTI Connext debug libraries for 64-bit Intel (amd64) platforms. . This package can be used to install 64-bit Intel libraries on foreign architectures for cross-compilation or to run foreign executables. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-lib-dev Priority: optional Section: devel Installed-Size: 16420 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-lib (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-rtiddsgen (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-workspace (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-lib-dev-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-lib-dev_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 546103bcb3900f4cf74bc0ac0c10fec938c1b842314fc379c35bffe9cb2d1d659755e4c23f9fcb5e566a849b4ffb22b69c8f00e88a29c7ad1bc7b8e3859da557 Size: 2369178 SHA256: e1e55081cce38da4bc296027d4298e85ae65cbad19122e74393a6eafd80c50d0 SHA1: 483e8afafedc6223974dc3d7ad3474d1b508838f MD5sum: 2e358d4130294c65f2f305bc6fb88633 Description: RTI Connext 7.7.0 (library sdk) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package will install all packages required to build C/C++ applications with the RTI Connext libraries. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-lib-dev-amd64 Priority: optional Section: devel Installed-Size: 657253 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-env-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-lib-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-lib-dev-amd64_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 5baac62e0a5708c37046349e1836d9be0df47f199d6bdc00a3ffe08fc84ecf22332f7a8414b55d770cc88f4609b2163418f83c7ff3a5d96f70ca3c3808ddcd8f Size: 161683758 SHA256: 85ec832422df9b1d3d2b7c47ae84322696ae95aa93a05f5909703689cb18d2b9 SHA1: 26f99fdc369366e0904abb4beaf6f8d5555d662b MD5sum: 7b84f33141cb2e1e5206512982be7648 Description: RTI Connext 7.7.0 (static libraries for 64-bit Intel) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package static RTI Connext libraries for 64-bit Intel (amd64) platforms. . This package can be used to install 64-bit Intel libraries on foreign architectures for cross-compilation. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-lib-host Priority: optional Section: devel Installed-Size: 63545 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-lib-host_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: b9c2087aa004446c87da3df021f398b6fc997ba6b7dca25d2cfecb5fef248f9d39579fb2e1ec0284092491a0ad668fb08b5eca9dc3e46f09784ed989960bb05d Size: 20862292 SHA256: 33b8dc57c82e1771b11a2902720dc9894411cbd72c8cc6efde6398b4e8f426fa SHA1: 681639a0d4bf7aeed96dd62140ddff40f118cc5e MD5sum: d9c6a2fc4bbd406d0df7f6a12ba778fe Description: RTI Connext 7.7.0 (host libraries) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains libraries for the host's native architecture meant for use by various Connext services and tools. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-ros Priority: optional Section: devel Installed-Size: 27 Maintainer: Real-Time Innovations Inc. Architecture: amd64 Version: 7.7.0.0-er1-1resolute Depends: rti-connext-dds-7.7.0-lib-dev, rti-connext-dds-7.7.0-lib-dbg, rti-connext-dds-7.7.0-tools-cli, debconf (>= 0.5) | debconf-2.0 Pre-Depends: rti-connext-dds-7.7.0-common Filename: pool/main/r/rti-connext-dds-7.7.0-ros/rti-connext-dds-7.7.0-ros_7.7.0.0-er1-1resolute_amd64.deb SHA512: bf7749d8ccd0e75de0f746ac058bb21c8626651ae388fabcd4715c685089022e298001f0180d8cd216a819b603ef9459ebf3ddde40a396f22dc2a459ea374362 Size: 4926 SHA256: cbabaa642671ee57bfc7f13c3e7436572af44e41bfb5e56da2ac51132994b0b0 SHA1: 181a59d5c03f0a0c17ba7d49ee2824b7751196b5 MD5sum: 62c8ea79c55ab31c1ba52a00ff2b4381 Description: RTI Connext 7.7.0 for ROS 2 (RMW dependencies) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package can be used to install all dependencies required to run ROS 2 with RTI Connext. Homepage: https://www.rti.com Package: rti-connext-dds-7.7.0-rtiddsgen Priority: optional Section: devel Installed-Size: 18489 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-env (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-jre (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-rtiddsgen_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: f318e4cc2fb06d6a4fcf310777fd9d1a0742bb7d1220542da431b0543aa13c3a888b667f3a842b9392a833f9521866962695d3735a3e94d54695a641ee2eff52 Size: 10429392 SHA256: c1a204b5b5dfb9fbcb4ebfb3291f2427c5cc1825c1bc0b3005604f70a104c29b SHA1: 39d83bea1988469668e847b46120819be8f17a82 MD5sum: 36a87ac62c1759a979e4486d11dd4c87 Description: RTI Connext 7.7.0 (code generator) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains tools and templates required to generate code for using custom data types with RTI Connext from IDL, XML, and other type definition formats. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-tools-cli Priority: optional Section: devel Installed-Size: 2610 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-lib (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-lib-host (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-workspace (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-tools-cli_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 7034cba63ed1f46e567505c5b9ad160248f51488aabb6fb3c1747fe10aa4b96e02cd5e4f4914da3b627d5124e40fa7f1cec507985e3888e07dcbf890177007b6 Size: 402580 SHA256: e0251441a3ce312cc072fdce1907fe3ebab8b5aa575a78a61ea3b329ab6c33b9 SHA1: 39134616914aa5026240e9a8d92c54e8b6906abb MD5sum: fb8204bea8c0544abd279a98e48184ea Description: RTI Connext 7.7.0 (tools) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains the RTI Connext command-line tools. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-workspace Priority: optional Section: devel Installed-Size: 13645 Maintainer: Real-Time Innovations, Inc. Architecture: all Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-workspace_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_all.deb SHA512: 31d7e7cf075e6c29e78410e91f4d4af0bd6c0045f71c4c834711df3f7880387cd8010c6a5b7af0ea055ea18b3ead1777f48a81930a5e8f461752740b18015811 Size: 1906840 SHA256: fafda91f3270c32ffb62915bd3466485f37ddb21e136f29b2ba7c024a0252c5d SHA1: a6c4ed6875a1e7175b9a9b75dc8ec2955ebb32ec MD5sum: 5e61a9811b78ab682b02a94a810362c3 Description: RTI Connext 7.7.0 (user workspace) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package will install example source code and configuration files that will be copied to HOME/rti_workspace the first time a user runs any of the Connext shell scripts. Homepage: https://www.rti.com Multi-Arch: foreign